/*
Theme Name: 
Author: 
Author URL: 
Version: 1.0
*/

@charset "UTF-8";

a{
	color: #006699;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#FF6600;
}

.small-font {
	font-size: 12px;
	line-height: 140%;
}


.fontsize-big {
	font-size: 18px;
}

.separate-line {
	clear: both;
	float: left;
	width: 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 1px;
	margin-left: 20px;
}

.blue-big-font {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

.address-table {
	margin-top: 10px;
}

/*-- 角丸・シャドウ ----------------------------*/

/*-- ↓PIE.htcをサーバーにアップロード --*/
.around {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative; /* CSS3 PIE が背景色に隠れないようにする */
	behavior: url(../PIE/PIE.htc); /* IE6/7/8でもCSS3の角丸、ボックスシャドウ、グラデーション、マルチバックグランドに対応する */
}

.shadow {
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	position: relative; /* CSS3 PIE が背景色に隠れないようにする */
	behavior: url(../PIE/PIE.htc); /* IE6/7/8でもCSS3の角丸、ボックスシャドウ、グラデーション、マルチバックグランドに対応する */
}

.gradation {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fc0), to(#f60));
	background-image: -moz-linear-gradient(top, #fc0, #f60);
	background-image: -ms-linear-gradient(top, #fc0, #f60);
	background-image: -o-linear-gradient(top, #fc0, #f60);
	background-image: linear-gradient(top, #fc0, #f60);
	-pie-background: linear-gradient(#fc0, #f60);
	position: relative; /* CSS3 PIE が背景色に隠れないようにする */
	behavior: url(../PIE/PIE.htc); /* IE6/7/8でもCSS3の角丸、ボックスシャドウ、グラデーション、マルチバックグランドに対応する */

}

/*-- ↑PIE.htcをサーバーにアップロード --*/


.box-shadow {
	box-shadow:1px 1px 5px #bbb;
	-moz-box-shadow: 1px 1px 5px #bbb; /* FireFox */
	-webkit-box-shadow: 1px 1px 5px #bbb; /* webkit */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=120,strength=3,enabled=true)";

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=120,strength=3,enabled=true); /* IE5.5+ */
	background:#fff;
}

/*-- page-top ------------------------------*/

#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 100%;
}

#page-top a {

	width: 39px;
	height: 45px;
}



/*-- IMAGE MARGIN ----------------------------*/

.image-bottom-space-10 {
	margin-bottom: 10px;
}

.image-top-bottom-space-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*-- box-shadow ----------------------------*/

.box-shadow {
	box-shadow:1px 1px 5px #bbb;
	-moz-box-shadow: 1px 1px 5px #bbb; /* FireFox */
	-webkit-box-shadow: 1px 1px 5px #bbb; /* webkit */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=120,strength=3,enabled=true)";

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=120,strength=3,enabled=true); /* IE5.5+ */
	background:#fff;
}

/*-- box-frame ----------------------------*/

.box-frame {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
}


/*------------------------------------------------------------------------
	Layout
------------------------------------------------------------------------*/

/*-- body -------------------------------*/

body{
	*font-size:small;
	*font:x-small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	letter-spacing: 1px;
	font-family:myriad-pro-condensed-1, myriad-pro-condensed-2, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #333333;
}



#bg{
	background-image: url(../common_img/head_bg.jpg);
	background-repeat: repeat-x;
}


/*-- wrapper -------------------------------*/

#wrapper {
	min-height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}



/*-- header --------------------------------*/

#head-description {
	height: 25px;
	width: 950px;
	font-size: 12px;
	color: #060;
	line-height: 25px;
	margin-top: 5px;
}


#header {
	height: 115px;
	width: 950px;
}

#head-left {
	float: left;
	height: 32px;
	width: 210px;
	margin-top: 30px;
}

#head-right {
	float: right;
	width: 600px;
	text-align: right;
	font-size: 12px;
	margin-top: 20px;
	color: #000;
}

#head-right img {
	margin-bottom: 8px;
}



/*-- navibar -------------------------------*/

#navibar {
	height: 70px;
	width: 960px;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}

#navibar li {
	float: left;
}

#navibar ul {
}

/*-- contents ----------------------------------*/

#contents {
	width: 950px;
	float: left;
}

#contents a:hover img{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

/*-- sidebar ----------------------------------*/

#sidebar {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-top: 5px;
}

#sidebar ul {
	float: left;
	margin-bottom: 10px;
	width: 200px;
}

#sidebar li {
}

#side-jiko {
	background-image: url(../common_img/jiko_bg.jpg);
	background-repeat: no-repeat;
	width: 180px;
	padding: 10px;
	float: left;
	font-size: 13px;
	line-height: 150%;
	height: 380px;
}

#side-jiko span {
	float: left;
	margin-top: 10px;
}

#main {
	float: left;
	width: 730px;
	margin-top: 5px;
}
#navi {
	float: left;
	width: 730px;
	height: 38px;
}

#navi li {
	float: left;
}




/*-- main ----------------------------------*/



/*-- footer --------------------------------*/

#footer {
	width: 100%;
	background-image: url(../common_img/foot_bg.jpg);
	background-repeat: repeat-x;
	height: 185px;
	float: left;
	margin-top: 20px;
}

#foot-top-box {
	float: left;
	width: 950px;
	height: 115px;
	background-image: url(../common_img/foot_image.jpg);
	background-repeat: no-repeat;
}

#foot-navi-box {
	height: 31px;
	float: left;
	width: 950px;
}

#foot-navi-box ul {
	float: left;
	height: 31px;
	width: 400px;
}

#foot-navi-box li {
	float: left;
	margin-right: 25px;
	font-size: 12px;
	line-height: 31px;
	background-image: url(../common_img/foot_sankaku.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 18px;
}

#foot-navi-box li a {
	color: #360;
}

#foot-navi-box li a:hover {
	color: #F60;
}


#footer-box {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 198px;
	float: none;
}
#footer-info {
	clear: left;
	float: left;
	height: 32px;
	width: 950px;
}

/*-- copyright -----------------------------*/

#copyright {
	font-size: 9px;
	color: #030;
	float: left;
	height: 32px;
	line-height: 32px;
}

#address {
	float: right;
	height: 32px;
	font-size: 11px;
	line-height: 32px;
	color: #030;
	text-align: right;
}

#foot-name {
	float: right;
	height: 32px;
	width: 250px;
	text-align: right;
	font-size: 15px;
	line-height: 32px;
	color: #360;
}

#foot-name a {
	color: #360;
}

#title {
	float: left;
	height: 65px;
	width: 730px;
	margin-top: 10px;
	margin-bottom: 20px;
}


/*------------------------------------------------------------------------
	Common
------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 0px;
}



/*------------------------------------------------------------------------
	Main-Contents
------------------------------------------------------------------------*/
#main h1 {
	float: left;
	width: 730px;
}
#main .text-red {
	color: #FF0000;
}
#main .text-bold {
	font-weight: bold;
}

#main .text-orange {
	color: #FF6600;
}
#main .text-orange-bold {
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
}

/*-- 料金表 -----------------------------*/#main .text-gold-bold {
	font-weight: bold;
	font-size: 16px;
	color: #996600;
}

#main .left-box {
	float: left;
	width: 470px;
	clear: both;
}

#main .sepline {
	height: 1px;
	width: 99%;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float: left;
	margin-top: 20px;
}

#main .right-photo-box {
	float: right;
	width: 240px;
	text-align: right;
}
#main .caption-wide {
	font-size: 14px;
	line-height: 160%;
	float: left;
	width: 690px;
	margin-left: 20px;
	margin-top: 20px;
}
#main .wide-image {
	float: left;
	width: 730px;
	margin-top: 20px;
}
#main .space {
	clear: both;
	float: left;
	height: 30px;
	width: 730px;
}

/*-- 治療の流れ -----------------------------*/



#nagare .subject {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	height: 34px;
}

#nagare .subject img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#nagare .caption {
	font-size: 14px;
	float: left;
	margin-top: 10px;
	margin-left: 45px;
	line-height: 160%;
}

/*-- 交通事故 -----------------------------*/



#jiko .subject {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	height: 34px;
}

#jiko .subject img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#jiko .caption {
	font-size: 14px;
	float: left;
	margin-top: 10px;
	margin-left: 45px;
	line-height: 160%;
}

#jiko .caption2 {
	font-size: 14px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	line-height: 160%;
	width: 690px;
	margin-bottom: 20px;
}

#jiko .subject2 {
	font-size: 14px;
	font-weight: bold;
	display: table;
	color: #FF6600;
	margin-top: 10px;
	margin-left: 10px;
	clear: left;
	float: left;
}

#jiko .caption3 {
	font-size: 12px;
	float: left;
	margin-top: 5px;
	margin-left: 30px;
	line-height: 140%;
	clear: left;
	margin-bottom: 10px;
}



#jiko .left-photo-box {
	float: left;
	width: 220px;
	text-align: right;
	margin-top: 30px;
}

#jiko .right-box {
	float: left;
	width: 460px;
	margin-top: 60px;
	font-size: 14px;
	line-height: 160%;
	margin-left: 40px;
}

#jiko .text-orange {
	font-weight: bold;
	color: #FF6600;
}

/*-- 鍼灸 -----------------------------*/


#harikyu .subject {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	height: 34px;
}

#harikyu .subject img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#harikyu .left-box {
	float: left;
	width: 370px;
	clear: both;
	margin-top: 20px;
}

#harikyu .caption {
	font-size: 14px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	line-height: 160%;
}


#harikyu .right-photo-box {
	float: right;
	width: 315px;
	text-align: right;
	margin-top: 20px;
}

/*-- 患者様の声 -----------------------------*/

#koe .left-box {
	float: left;
	width: 340px;
	margin-top: 20px;
	margin-left: 10px;
}

#koe .right-box {
	float: right;
	width: 340px;
	margin-top: 20px;
	margin-right: 10px;
}

/*-- 各種保険について -----------------------------*/

#hoken .left-box {
	float: left;
	width: 420px;
	margin-top: 20px;
	margin-left: 30px;
	font-size: 14px;
	line-height: 160%;
}
#main .grenn-dot-line {
	clear: both;
	float: left;
	height: 12px;
	width: 730px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#hoken .right-photo-box {
	float: right;
	width: 250px;
	margin-top: 20px;
	margin-right: 10px;
	height: 190px;
}

/*-- 料金表 -----------------------------*/

#ryokin table {
	width: 690px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}

#ryokin th {
	font-size: 14px;
	font-weight: bold;
	background-color: #ECE9D8;
	border: 1px solid #CCCCCC;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}

#ryokin td {
	padding: 8px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
}

#ryokin .comment {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 160%;
	width: 690px;
	clear: both;
	margin-bottom: 20px;
}

/*-- よくある御質問 -----------------------------*/

#faq table {
	width: 700px;
	float: left;
	margin-left: 20px;
}
#faq th {
	width: 45px;
	vertical-align: top;
}
#faq td {
	padding-top: 8px;
	vertical-align: top;
}

#faq .question {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	line-height: 140%;
	margin-bottom: 10px;
}

#faq .answer {
	font-size: 14px;
	line-height: 140%;
	display: table;
}

/*-- 手足のしびれ -----------------------------*/


#teashi .subject {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	height: 34px;
}

#teashi .subject img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#teashi .left-box {
	float: left;
	width: 390px;
	clear: both;
	margin-top: 20px;
}

#teashi .caption {
	font-size: 14px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	line-height: 160%;
}


#teashi .right-photo-box {
	float: right;
	width: 315px;
	text-align: right;
	margin-top: 20px;
}

/*-- 肩こり・頭痛 -----------------------------*/


#katakori .subject {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	height: 34px;
}

#katakori .subject img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#katakori .left-box {
	float: left;
	width: 390px;
	clear: both;
	margin-top: 20px;
}

#katakori .caption {
	font-size: 14px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	line-height: 160%;
}


#katakori .right-photo-box {
	float: right;
	width: 315px;
	text-align: right;
	margin-top: 20px;
}

/*-- 坐骨神経痛 -----------------------------*/


#zakotsu .subject {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	height: 34px;
}

#zakotsu .subject img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#zakotsu .right-box {
	float: right;
	width: 370px;
	margin-top: 20px;
}

#zakotsu .caption {
	font-size: 14px;
	float: left;
	line-height: 160%;
}


#zakotsu .left-photo-box {
	float: left;
	width: 310px;
	text-align: right;
	margin-top: 20px;
	margin-left: 20px;
}

/*-- 変形変性症 -----------------------------*/


#henkei .subject {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	height: 34px;
}

#henkei .subject img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#henkei .right-box {
	float: right;
	width: 370px;
	margin-top: 20px;
}

#henkei .caption {
	font-size: 14px;
	float: left;
	line-height: 160%;
}


#henkei .left-photo-box {
	float: left;
	width: 310px;
	text-align: right;
	margin-top: 20px;
	margin-left: 20px;
}

/*-- 花粉症・アレルギー -----------------------------*/


#kafunsho .subject {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	height: 34px;
}

#kafunsho .subject img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#kafunsho .right-box {
	float: right;
	width: 370px;
	margin-top: 20px;
}

#kafunsho .caption {
	font-size: 14px;
	float: left;
	line-height: 160%;
	margin-left: 20px;
}


#kafunsho .left-photo-box {
	float: left;
	width: 320px;
	text-align: right;
	margin-top: 20px;
	margin-left: 20px;
}

#kafunsho .left-box {
	float: left;
	width: 390px;
	clear: both;
	margin-top: 20px;
}

#kafunsho .right-photo-box {
	float: right;
	width: 315px;
	text-align: right;
	margin-top: 20px;
}

/*-- 四十肩・五十肩 -----------------------------*/


#shiju .subject {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	height: 34px;
}

#shiju .subject img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#shiju .right-box {
	float: right;
	width: 370px;
	margin-top: 20px;
}

#shiju .caption {
	font-size: 14px;
	float: left;
	line-height: 160%;
	margin-left: 20px;
}


#shiju .left-photo-box {
	float: left;
	width: 320px;
	text-align: right;
	margin-top: 20px;
	margin-left: 20px;
}

#shiju .left-box {
	float: left;
	width: 390px;
	clear: both;
	margin-top: 20px;
}

#shiju .right-photo-box {
	float: right;
	width: 315px;
	text-align: right;
	margin-top: 20px;
}

/*-- 骨盤・背骨矯正 -----------------------------*/


#kotsuban .subject {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	height: 34px;
}

#kotsuban .subject img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#kotsuban .right-box {
	float: right;
	width: 370px;
	margin-top: 20px;
}

#kotsuban .caption {
	font-size: 14px;
	float: left;
	line-height: 160%;
	margin-left: 20px;
}


#kotsuban .left-photo-box {
	float: left;
	width: 320px;
	text-align: right;
	margin-top: 20px;
	margin-left: 20px;
}

#kotsuban .left-box {
	float: left;
	width: 390px;
	clear: both;
	margin-top: 20px;
}

#kotsuban .right-photo-box {
	float: right;
	width: 315px;
	text-align: right;
	margin-top: 20px;
}

/*-- 腰痛・ぎっくり腰・ヘルニア -----------------------------*/


#youtsu .subject {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	height: 34px;
}

#youtsu .subject img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#youtsu .right-box {
	float: right;
	width: 420px;
	margin-top: 20px;
}

#youtsu .caption {
	font-size: 14px;
	float: left;
	line-height: 160%;
}


#youtsu .left-photo-box {
	float: left;
	width: 260px;
	text-align: right;
	margin-top: 20px;
	margin-left: 20px;
}

#youtsu .left-box {
	float: left;
	width: 390px;
	clear: both;
	margin-top: 20px;
}

#youtsu .right-photo-box {
	float: right;
	width: 315px;
	text-align: right;
	margin-top: 20px;
}

/*-- 冷え性・むくみ・生理痛 -----------------------------*/


#hie .subject {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	height: 34px;
}

#hie .subject img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#hie .right-box {
	float: right;
	width: 370px;
	margin-top: 20px;
}

#hie .caption {
	font-size: 14px;
	float: left;
	line-height: 160%;
}


#hie .left-photo-box {
	float: left;
	width: 260px;
	text-align: right;
	margin-top: 20px;
	margin-left: 20px;
}

#hie .left-box {
	float: left;
	width: 390px;
	clear: both;
	margin-top: 20px;
}

#hie .right-photo-box {
	float: right;
	width: 320px;
	text-align: right;
	margin-top: 20px;
}
#hie .caption-wide .kaisetsu {
	float: left;
	margin-left: 30px;
}
#link .link-box {
	float: left;
	width: 730px;
	margin-top: 20px;
	clear: none;
	margin-bottom: 20px;
}
#link .link-photo {
	float: left;
	width: 120px;
	margin-left: 20px;
}
#link .link-info {
	float: left;
	width: 570px;
	margin-left: 20px;
}
#link .link-box .link-info .name {
	font-size: 18px;
	font-weight: bold;
	clear: left;
	float: left;
}
#link .link-box .link-info .profile {
	font-size: 14px;
	clear: left;
	float: left;
	margin-top: 20px;
}
#link .link-box .link-info .url {
	float: left;
	margin-top: 20px;
	clear: left;
}

/*-- 個人情報の保護について ------------------------*/

#title_text_b {
	width: 730px;
	float: left;
	font-size: 21px;
	text-align: center;
	margin-top: 30px;
	color: #006600;
	font-weight: bold;
}

#title_text_s {
	font-size: 14px;
	text-align: center;
	clear: left;
	float: left;
	width: 730px;
	margin-top: 5px;
	margin-bottom: 40px;
	color: #006600;
}

.privacy_text {
	clear: left;
	float: left;
	width: 670px;
	margin-left: 30px;
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 40px;
}

.koumoku {
	clear: left;
	float: left;
	width: 700px;
	margin-left: 30px;
	font-size: 14px;
	color: #FF6600;
	line-height: 140%;
	margin-bottom: 10px;
	font-weight: bold;
}

.privacy_naiyo {
	clear: left;
	float: left;
	width: 630px;
	margin-left: 50px;
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 50px;
}

/*-- お問い合わせ ------------------------*/

#contact .left-box {
	float: left;
	width: 340px;
	margin-top: 20px;
	margin-left: 20px;
	line-height: 120%;
}

#contact .right-box {
	float: right;
	width: 340px;
	margin-top: 60px;
}

/*-- 交通アクセス ------------------------*/

#access .left-box {
	float: left;
	width: 340px;
	margin-top: 20px;
	margin-left: 20px;
	line-height: 120%;
}

#access .right-box {
	float: right;
	width: 340px;
	margin-top: 20px;
}

/*-- 美容鍼 -----------------------------*/


#biyobari .subject {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	height: 34px;
}

#biyobari .subject img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#biyobari .left-box {
	float: left;
	width: 370px;
	clear: both;
	margin-top: 20px;
}

#biyobari .caption {
	font-size: 14px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	line-height: 160%;
}


#biyobari .right-photo-box {
	float: right;
	width: 315px;
	text-align: right;
	margin-top: 20px;
}

#biyobari table {
	width: 700px;
	float: left;
	margin-left: 20px;
}
#biyobari th {
	width: 45px;
	vertical-align: top;
}
#biyobari td {
	padding-top: 8px;
	vertical-align: top;
}

#biyobari .question {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	line-height: 140%;
	margin-bottom: 10px;
}

#biyobari .answer {
	font-size: 14px;
	line-height: 140%;
	display: table;
}

/*-- スポーツ障害 -----------------------------*/


#sports .subject {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	height: 34px;
}

#sports .subject img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#sports .caption {
	font-size: 14px;
	float: left;
	line-height: 160%;
	margin-left: 20px;
}



#sports .left-box {
	float: left;
	width: 480px;
	clear: both;
	margin-top: 20px;
}

#sports .right-photo-box {
	float: right;
	width: 210px;
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
}

/*-- スタッフ紹介 -----------------------------*/


#staff .dot-line {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	clear: both;
	float: left;
	width: 730px;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}#staff .profile {
	float: left;
	width: 700px;
	margin-left: 15px;
	clear: left;
}
#staff .profile .left-box {
	float: left;
	width: 470px;
}
#staff .profile .right-box {
	float: right;
	width: 200px;
}
#staff .profile .left-box .name {
	float: left;
	width: 470px;
}
#staff .profile .left-box .message {
	clear: left;
	float: left;
	width: 470px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 140%;
}
#staff .profile .left-box .message .orange {
	font-weight: bold;
	color: #FF6600;
}

/*-- 院紹介 -----------------------------*/


#shokai .subject {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: table;
	height: 34px;
}

#shokai .subject img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#shokai .caption {
	font-size: 14px;
	float: left;
	line-height: 160%;
	margin-left: 20px;
}



#shokai .left-box {
	float: left;
	width: 480px;
	clear: both;
	margin-top: 20px;
}

#shokai .right-photo-box {
	float: right;
	width: 180px;
	text-align: right;
	margin-top: 20px;
	margin-right: 40px;
}
