@charset "utf-8";

/*//////////////////////////////////////////////////////
	施術一覧
//////////////////////////////////////////////////////*/

/*===================================
	operations
===================================*/
#operations {
	width: 100%;
}

/* 一覧ページ */
#opList li {
	border-bottom: 1px dotted #218B65;
	position: relative;
	overflow: hidden;
	line-height: 1.4;
}

#opList li:last-child {
	border:none;
}

#opList li a,
#opList li.noLink {
	display: block;
	padding: 15px 30px 15px 15px;
	position: relative;
	overflow: hidden;
}

#opList li:after {
	display: block;
	content: "";
	position: absolute;
	top: 45%;
	right: 1.0em;
	width: 7px;
	height: 7px;
	border-top: solid 2px #218B65;
	border-right: solid 2px #218B65;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#opList li a {
	text-decoration: none;
	color:#000000;
}

#opList .thumb {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 1.0em 0.5em 0;
}

	#opList .thumb img {
		display: block;
		width: 80px;
		height: 80px;
	}

#opList li h3 {
	color: #218B65;
	font-size: 110%;
	font-weight: bolder;
	text-decoration: underline;
}

	#opList li.noLink h3 {
		text-decoration: none;
	}

#opList li p {
	margin-top: 0.25em;
}

/*




#op-link li:before {
}



#op-link li:last-child {
	border-bottom: none;
}



#op-link li a .frame {
	display: block;
}

#op-link li a .frame .photo {
	width: 30%;
	float: left;
	margin: 0 1.0em 0.5em 0;
}

#op-link li a .frame .photo img {
	width: 100%;
	height: auto;
	display: block;
}

#op-link li a .frame h3 {
	color: #218B65;
	font-size: 110%;
	font-weight: bolder;
	white-space: nowrap;
	margin-bottom: 0.3em;
}

#op-link li a .frame p {
	color: #000;
}
*/

/* 詳細ページ　共通 */
#operations .op-detail .frame {
	padding: 1.0em 1.0em 1.5em 1.0em;
}

#operations .op-detail figure img {
	width: 100%;
	height: auto;
	display: block;
}

#operations .op-detail .strong {
	color: #218B65;
	font-size: 110%;
	font-weight: bolder;
	margin-bottom: 0.5em;
}

#operations .op-detail .border {
	color: #218B65;
	font-size: 110%;
	font-weight: bolder;
	padding: 0 1.0em;
	background: url(../images/subpage/border-icon.gif) left center no-repeat;
	background-size: 15px 6px;
	-moz-background-size: 15px 6px;
	-ms-background-size: 15px 6px;
	-o-background-size: 15px 6px;
	-webkit-background-size: 15px 6px;
	padding-left: 1.5em;
	margin-bottom: 0.5em;
}

#operations .op-detail p {
	margin-bottom: 1.0em;
}

#youtube-wrapper {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	margin: 0 0 1.0em 0;
}

#youtube-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#operations .op-detail table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
}

#operations .op-detail table tr th,
#operations .op-detail table tr td {
	width: 50%;
	border-collapse: collapse;
	border: 1px solid #CCC;
	padding: 0.5em;
}

#operations .op-detail table tr td {
	font-size: 90%;
}

#operations .op-detail table .right {
	text-align: right;
}

#operations .op-detail table .bold {
	font-weight: bolder;
}

#operations .op-detail table .red {
	color: #E60012;
}


/* 操体法・オステオパシー */
#osteopathy .frame p:last-child {
	margin-bottom: 0;
}

/* 詳細ページ　下部リンク */
#op-under-link {
	margin: 15px;
	border: 2px solid #218B65;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#op-under-link li {
	border-bottom: 1px dotted #218B65;
}

#op-under-link li:last-child {
	border-bottom: none;
}

#op-under-link li a {
	color: #218B65;
	display: block;
	text-decoration: none;
	outline: none;
	padding: 0.8em;
	position: relative;
}

#op-under-link li a:before {
}

#op-under-link li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	right: 1.0em;
	width: 7px;
	height: 7px;
	border-top: solid 2px #218B65;
	border-right: solid 2px #218B65;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*====================================
	bxslider
=====================================*/
#bxslider {
	width: 100%;
}

#bxslider #slider img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto;
}
