@charset "utf-8";
/* CSS Document */

#title {
	display: block;
	margin: 20px 0 30px;
	width: 100%;
}
#title img {
	height: auto;
	width: auto;
	max-width: 100%;
}

.tit {
	display: block;
	margin: 30px auto 20px;
	width: 96%;
}
.tit img {
	height: auto;
	width: auto;
	max-width: 100%;
}

.tit01 {
	font-size: 18px;
	font-weight: 600;
	color: #666666;
	background-image: url(../images/pelvic-floor-muscle/pip_ti.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	display: block;
	margin: 30px auto 20px;
	width: 96%;
}

#woman {
	color: #666666;
	display: block;
	margin: 20px auto 40px;
	width: 96%;
}

#ph_woman {
	text-align: center;
	margin: 10px 0;
	width: 100%;
}
#ph_woman img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#woman dd {
	margin: 10px auto;
	width: 94%;
}
#woman ul {
	margin: 10px 1em;
}

#woman dt {
	font-weight: 600;
	margin: 0 0 5px;
}
#btn_link {
	margin: 30px auto;
	width: 96%;
}
#btn_link a {
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	background-color: #947CAB;
	margin: 0;
	padding: 10px 20px 10px 10px;
	width: 100%;
	background-image: url(../images/woman/pic_arrow.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
#title {
	background-image: url(../images/woman/title.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 120px auto 0;
	height: 230px;
	width: 1015px;
}

.tit {
	text-align: center;
	display: block;
	margin: 60px auto;
	width: 1015px;
}

.tit01 {
	font-size: 21px;
	font-weight: 600;
	color: #666666;
	background-image: url(../images/pelvic-floor-muscle/pip_ti.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	display: block;
	margin: 30px auto 20px;
	padding: 0 10px 5px;
	width: 1015px;
	border-bottom: solid 1px #BBBBBB;
	box-sizing: border-box;
}

#woman {
	color: #666666;
	display: block;
	margin: 20px auto 100px;
	width: 980px;
}

#ph_woman {
	display: block;
	margin: 10px 0 0;
	float: left;
	width: 160px;
}
#woman dl {
	display: block;
	margin: 10px 0 0;
	float: right;
	width: 790px;
}

#btn_link {
	margin: 20px 0;
}
#btn_link a {
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	background-color: #947CAB;
	margin: 10px auto;
	padding: 10px 20px;
	width: 300px;
	background-image: url(../images/woman/pic_arrow.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
}
#btn_link a:hover {
	opacity: 0.7;
}
}