<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


article{
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
}

.main_area{
	margin-bottom: 100px;
}

.main_area h2.subtitle{
	margin-bottom: 40px;
}

.main_area .message{
	margin-bottom: 80px;
	font-size: 12px;
	text-align: center;
	line-height: 2;
}

.main_area .medical_list{
	width: 1038px;
	margin-right: -38px;
	overflow: hidden;
}

.main_area .medical_list li{
	width: 308px;
	margin-right: 38px;
	float: left;
}

.main_area .medical_list li .comment{
	font-size: 12px;
}

.show_case {
	padding: 70px 0 50px;
	background: url(../images/common/bg.jpg);
	position: relative;
}

.show_case .shadow_top {
	width: 100%;
	height: 8px;
	background: url(../images/common/shadow_top.png) repeat-x;
	top: 0;
	position: absolute;
}

.show_case .container {
	width: 900px;
	margin: 0 auto;
}

.show_case .shadow_bottom {
	width: 100%;
	height: 8px;
	background: url(../images/common/shadow_bottom.png) repeat-x;
	bottom: 0;
	position: absolute;
}

.carousel,
.gallery_list{
	width: 900px;
	height: 223px;
	text-align: left;
	position: relative;
}

#carousel_prev,
#carousel_next {
    top: 95px;
    width: 25px;
    height: 25px;
    background: #e6e6e6;
    cursor: pointer;
    position: absolute;
}

#carousel_prev {
    left: -50px;
    background: transparent url(../images/common/carousel_prev.png) no-repeat top left;
}
#carousel_next {
    right: -50px;
    background: transparent url(../images/common/carousel_next.png) no-repeat top left;
}

.gallery_list ul{
	width: 942px;
	margin-right: -42px;
}

.carousel ul{
	display: inline-block;
	overflow: hidden;
}

.carousel li,
.gallery_list li{
	width: 272px;
	display: inline;
    padding-right: 42px;
	float: left;
}

.carousel li a,
.gallery_list li a{
	display: block;
}

.carousel li a:hover,
.gallery_list li a:hover{
	opacity: .7;
	text-decoration: none;
}

.carousel li .gallery_img,
.gallery_list li .gallery_img{
	width: 272px;
	height: 200px;
	margin-bottom: 5px;
	overflow: hidden;
}

.carousel li .area,
.gallery_list li .area{
	font-size: 12px;
}</pre></body></html>