@charset "utf-8";

#gnav ul #nav3 a {
	background-position: -186px -57px;
}

/* list */
#symptoms .sec-title {
	background-image: url(../symptoms/images/sec-title.png);
}

#symptoms ul {
	margin-top: 30px;
}

#symptoms ul li {
	width: 325px;
	float: left;
	margin-bottom: 0.7rem;
}

#symptoms ul li:nth-child(2n) {
	margin-left: 30px;
}

#symptoms ul li .thum {
	width: 325px;
	height: 138px;
	overflow: hidden;
	margin-bottom: 12px;
}

#symptoms ul li .thum img {
	width: 100%;
	height: auto;
}

#symptoms ul li .thum a img:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#symptoms ul li h3 a {
	color: #218b65;
	font-size: 1.0rem;
	font-weight: bold;
}

#symptoms ul li h3 a:hover {
	text-decoration: none;
}

#symptoms ul li p {
	font-size: 0.9rem;
	line-height: 1.8;
}

/* detail(common) */
.sd-container {
}

.sd-container .bx-wrapper {
	position: relative;
}

.sd-container .bx-viewport {
	margin-top: 30px;
}

.sd-container #slider li {
	height: 425px;
}

.sd-container #slider li img {
	width: 100%;
	height: auto;
}

/* <,> */
.sd-container .bx-controls-direction {
}

.sd-container .bx-controls-direction:before,
.sd-container .bx-controls-direction:after,
.sd-container .bx-default-pager:before,
.sd-container .bx-default-pager:after {
	content: "";
	display: block;
}

.sd-container .bx-controls-direction:after,
.sd-container .bx-default-pager:after {
	clear: both;
}

.sd-container .bx-controls-direction,
.sd-container .bx-default-pager {
	zoom: 1;
}

.sd-container .bx-controls-direction a {
	display: block;
	width: 60px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.sd-container .bx-controls-direction .bx-prev {
	position: absolute;
	top: 180px;
	left: -20px;
	background-image: url(../images/subpage/arrow-left.png);
}

.sd-container .bx-controls-direction .bx-next {
	position: absolute;
	top: 180px;
	right: -20px;
	background-image: url(../images/subpage/arrow-right.png);
}

/* 1,2,3… */
.sd-container .bx-default-pager {
	width: 6em;
	margin: 20px auto 0 auto;
	text-align: center;
}

.sd-container .bx-default-pager a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	overflow: hidden;
	background: url(../images/subpage/slide-icon.png) no-repeat;
	float: left;
	margin-left: 7px;
}

.sd-container .bx-default-pager .active {
	margin-right: 0;
}

.sd-container .bx-default-pager .bx-pager-item:last-child {
	margin-right: 0;
}

.sd-container .bx-default-pager a:hover, .sd-container .bx-default-pager a.active {
	background: url(../images/subpage/slide-icon_ov.png);
}

/* text */
.sd-container .text {
	margin-top: 40px;
}

.sd-container .text p {
	margin-bottom: 0.7rem;
	font-size: 1.0rem;
	line-height: 1.7;
	letter-spacing: -0.02em;
}

.sd-container .text .sec-title3 {
	color: #218b65;
	font-weight: bold;
	font-size: 1.0rem;
}
