@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Last up date:   2013.01.23
Style Info:     import css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);

/*---------------------------------------------------------------------------------
index
---------------------------------------------------------------------------------*/
/*Top_aisatsu*/
#top_aisatsu {
	padding: 10px 10px 0px;
}
#top_aisatsu p {
	font-size: 14px;
	line-height: 22px;
	color: #333;
}
/*Top_bnbox*/
#top_bnbox {
	background: #FEF9C0;
	padding: 10px 10px 0px;
	margin-bottom: 20px;
}
/*Topnews*/
#topnews {
	border: 2px solid #B0C4EA;
	padding: 10px;
	background: url(../img/common_img/bg_newswindow.gif) repeat left top;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
#topnews p {
	font-size: 12px;
	line-height: 22px;
	color: #333;
}
#topnews p span {
	font-size: 16px;
	color: #3366CC;
	font-weight: bold;
}
/*Toptopics*/

#toptopics {
	border: 2px solid #B0C4EA;
	background: url(../img/common_img/bg_newswindow.gif) repeat left top;
	margin-bottom: 20px;
	overflow: hidden;
	height: 195px;
	margin-right: 10px;
	margin-left: 10px;
}
#toptopics dl {
	padding: 10px 5px 10px 12px;
	border-bottom: 1px dotted #CCC;
}
#toptopics dl dt {
	float: left;
	width: 100px;
	font-weight: bold;
	padding: 2px 0px 0px;
	font-size: 11px;
	color: #666;
	clear: both;
}
#toptopics dl dd {
	padding: 0px 0px 0px 110px;
}
#toptopics dl dd p {
	font-size: 12px;
}
#toptopics a {
	color: #3366CC;
	text-decoration: underline;
}
#toptopics a:hover {
	color: #7495CC;
	text-decoration: underline;
}


/*------------------------------------------------------------MainPhoto*/
section#mainphoto div {
	text-align: center;
	background: url(../img/index_img/bg_mainphotoarea.gif) repeat-x center top;
}
/*------------------------------------------------------------MainNavi*/
/* 折り畳み部分を隠す */
ul.mnav_accordion ul {
	display:none;
}
/* 背景 */
ul.mnav_accordion > li {
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEFEFE), color-stop(100%, #DCE1E3));
	border-bottom: 1px solid #CCC;
}
ul.mnav_accordion > li > p {
	font-size: 16px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEFEFE), color-stop(100%, #DCE1E3));
	color: #777;
}
ul.mnav_accordion > li > ul > li {
	font-size: 14px;
	background: #999;
	border-bottom: 1px cotted #CCC;
}
ul.mnav_accordion a {
	display:block;
	padding:20px 15px;
	color: #777;
}
ul.mnav_accordion span {
	display:block;
	padding:16px 15px;
}
ul.mnav_accordion > li > p span {
	background: url(../img/common_img/accordion_close.png) no-repeat 95% 50%;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 13px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
	}
ul.mnav_accordion > li > p span.open {
	background: url(../img/common_img/accordion_open.png) no-repeat 95% 50%;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 13px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
	}
ul.mnav_accordion > li > a {
	background: url(../img/common_img/icon_arrow01.png) no-repeat 95% 50%;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 13px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
}
/*------------------------------------------------------------News01*/
section#news01 div {
	padding: 12px 10px 10px;
	border-bottom: 1px dotted #333;
	background: #FFF;
}
section#news01 div:first-of-type {
	border-top: 1px solid #333;
}
section#news01 div a {
	display: block;
	padding: 10px 25px 10px 10px;
}
section#news01 .data {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding: 2px 0px 0px 10px;
	float: left;
}
section#news01 .title {
	font-size: 16px;
	font-weight: bold;
	color: #3366CC;
	float: left;
}
section#news01 img {
	margin: 10px 0 0;
}
/*------------------------------------------------------------News02*/
section#news02 div {
	border-bottom: 1px dotted #333;
	background: #FFF url(../img/common_img/icon_arrow02.png) no-repeat 97% 50%;/*背景色のみ変更可*/
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 12px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
}
section#news02 div:first-of-type {
	border-top: 1px solid #333;
}
section#news02 div a {
	display: block;
	padding: 10px 25px 10px 10px;
}
section#news02 p.data {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}


/*---------------------------------------------------------------------------------
news
---------------------------------------------------------------------------------*/

section#news div {
	padding: 12px 10px 10px;
	border-bottom: 1px solid #333;
	background: #FFF;
}
section#news div a {
	display: block;
	padding: 10px 25px 10px 10px;
}
section#news div .data {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}
section#news div .title {
	font-size: 16px;
	font-weight: bold;
	color: #066;
}
section#news img {
	margin: 10px 0 0;
}
.newsbox .more-link {
	float: right;
	margin: 10px 0;
}
section#news div .newsbox .more-link a {
	padding: 0px;
}
.postinfo {
	margin-top: 10px;
	text-align: right;
	clear: both;
	padding: 5px 10px;
	background: #EEEEEE;
	/* CSS3 */
	border-radius: 4px;
}
section#news div .postinfo a {
	padding: 0px;
}
/*Program*/
.pagelink .oldpage {
	float: left;
}
.pagelink .newpage {
	float: right;
}
.listlink {
	clear: both;
	margin: 20px 0;
	text-align: center;
}
.listlink a {
	color: #666666;
	text-decoration: none;
	padding: 5px 10px;
	margin: 3px;
	border: 1px solid #CCC;
	background: #F2F2F2;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    -webkit-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
    -moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.listlink a:hover {
	background: #DFDFDF;
}
/*wp-calendar*/
#calendar_wrap {
	background: #EEEEEE;
	padding: 20px 20px 0;
	margin: 0px 15px 20px;
	/* CSS3 */
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#wp-calendar {
	color: #333333;
	width: 180px;
	padding-bottom: 10px;
}
#wp-calendar td, #wp-calendar th {
	text-align: center;
	padding: 5px 7px;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #1F5968;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#wp-calendar #prev {
	text-align: left;
	padding-top: 3px;
}
#wp-calendar #next {
	text-align: right;
	padding-top: 3px;
}
/*search*/
#news_search {
	margin: 0px 10px 20px;
}
#news_search_title {
	font-weight: bold;
}
.screen-reader-text {
	display: none;
}
#news_search #s {
	margin: 0;
	border:1px solid #BFBFBF;
	padding: 3px;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */
	-moz-border-radius: 3px;
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
}

/*---------------------------------------------------------------------------------
contact
---------------------------------------------------------------------------------*/

/*form*/
#contact_form {
	margin: 0px 10px 0px;
}
#contact_form form {
	margin: 20px 0px 0px;
	border-top: 1px dotted #000000;
}
#contact_form dl {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px dotted #000000;
}
#contact_form dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#contact_form dl dd {
	padding: 0px 0px 0px 0px;
}
#contact_form dl dd.dd_child {
	padding-top: 15px;
}
/*Attention*/
#contact_form p.attention {
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
#contact_form strong {
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
/*Txt Area*/
.inp_text, .inp_text_s, textarea, .dropdown {
	padding: 5px;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */	
	-webkit-border-radius: 3px;
	/* Firefox */	
	-moz-border-radius: 3px;
	border:1px solid #BFBFBF;
	background: #fff;
	/* Webkit */	
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */	
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
}
.dropdown option {
	margin-right: 10px;
}
/*Txt Area _テキストエリア選択時の装飾*/
.inp_text_focus {
	border:1px solid #BFBFBF;
	background: #E6EFFD;
	padding: 5px;
	/* CSS3 */
    border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
/*Txt Area _テキストエリアのサイズ*/
.inp_text {
	width: 90%;
}
.inp_text_s {
	width: 20%;
}
textarea {
	width: 90%;
}
/*Button*/
.inp_button {
	border:1px solid #BFBFBF;
	background: #CCC;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #ccc), color-stop(100%, #eee));
	/* Firefox */
    background: -moz-linear-gradient(top, #fff 0%, #ccc 5%, #eee 100%);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
	padding: 2px 7px;
	cursor: pointer;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
.submit_btn {
	text-align: center;
	margin: 20px 0px;
}
.inp_submit01 {
	border:1px solid #4564C9;
	padding: 5px 30px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #4564C9;
	/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B7C9EC), color-stop(5%, #97B1E4), color-stop(100%, #5D86D4));
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
    background: -moz-linear-gradient(top, #B7C9EC 0%, #97B1E4 5%, #5D86D4 100%);
	-moz-border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px #fff;
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#97B1E4', endColorstr='#5D86D4', GradientType=0 );
	zoom: 1;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

info

---------------------------------------------------------------------------------------------------------------------------------------- */  
.shinryo_kamoku {
	font-size: 14px;
	font-weight: bold;
}
.shinryo_kamoku span {
	color: #3366CC;
}
.price_list01 {
	margin: 10px 0px;
	width: 100%;
}
.price_list01 dl {
	clear: left;
}
.price_list01 dt {
	border-bottom: 1px solid #CCC;
	float: left;
	font-size: 13px;
	padding: 2px 5px;
	margin-bottom: 2px;
}
.midashi_pricelist {
	background: #DDEBFC;
	width: 20%;
}
.midashi_pricelist02 {
	width: 25%;
}
.midashi_pricelist03 {
	width: 45%;
}
.kiki {
	margin-top: 10px;
	clear: both;
}
.kiki p {
	font-size: 12px;
	line-height: 18px;
}
.kiki img {
	float: left;
	margin-right: 10px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Athlete

---------------------------------------------------------------------------------------------------------------------------------------- */  
.tx_gaisho {
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
}
.tx_gaisho span {
	color: #3366CC;
}
.title_chiryo {
	font-size: 14px;
	font-weight: bold;
}
.title_chiryo span {
	color: #89ABE6;
}
.chiryou_flow {
	border: 3px solid #C5D3F6;
	margin-top: 10px;
	padding: 10px;
	clear: both;
}
.chiryou_flow img {
	margin-right: 10px;
	float: left;
	margin-bottom: 5px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Voice

---------------------------------------------------------------------------------------------------------------------------------------- */  
.voice_box {
	border: 3px solid #D6EEF6;
	padding: 10px;
	margin: 10px;
}
.title_voice {
	font-size: 16px;
	font-weight: bold;
	background: url(../img/voice_img/arrow_voice.gif) no-repeat left center;
	padding: 0px 0px 0px 20px;
}
