@charset "UTF-8";

/* -------------------------------------------------------- CSS Information 
Lust up date:   2012.03.23
Style Info:     import css 
------------------------------------------------------------------------ */ 

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

index 

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*Top_aisatsu*/
#top_aisatsu {
	padding: 10px 0px 0px 10px;
}
#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;
}
#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;
}
#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;
}
/*News Title */
#news_title {
	clear: both;
}
#news_title_main {
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding: 10px 0 10px 35px;
	background: url(../img/common_img/point_01.gif) no-repeat 0 5px;
	/* CSS3 */
	text-shadow:1px 1px 1px #F2F2F2;
}
#news_title_link {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	float: right;
	background: url(../img/common_img/arrow.gif) no-repeat left 3px;
	padding-left: 10px;
	margin-top: 15px;
}
#news_title_link a {
	color: #666;
	text-decoration: none;
}
#news_title_link a:hover {
	text-decoration: underline;
}
/*News*/
#news {
	width: 100%;
	overflow: hidden;
	height: 195px;
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
	background: #fff;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
	zoom: 1;
}
#news dl {
	padding: 10px 5px;
	border-bottom: 1px dotted #CCC;
}
#news dl dt {
	float: left;
	width: 70px;
	font-weight: bold;
	padding: 2px 0 0;
	font-size: 11px;
	color: #666;
}
#news dl dd {
	padding: 0 0 0 80px;
}
#news dl dd p {
	font-size: 12px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- 

News 

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*NewsBox*/
.newsbox p {
	line-height: 1.4;
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox h1 {
	font-size: 20px;
	font-weight: bold;
}
.newsbox h2 {
	font-size: 18px;
	font-weight: bold;
}
.newsbox h3 {
	font-size: 16px;
	font-weight: bold;
}
.newsbox h4 {
	font-size: 14px;
	font-weight: bold;
}
.newsbox h5 {
	font-weight: bold;
}
.newstitle {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 10px 35px;
	background: url(../img/common_img/point_01.gif) no-repeat 0 5px;
	/* CSS3 */
	text-shadow:1px 1px 1px #F2F2F2;
}
.newstitle span {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
.newsbox .more-link {
	float: right;
	margin: 10px 0;
}
.postinfo {
	margin-top: 10px;
	text-align: right;
	clear: both;
	padding: 5px 20px;
	background: #EEEEEE;
	/* CSS3 */
	border-radius: 20px;
}
/*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-PageNavi*/
.wp-pagenavi {
	clear: both;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 10px;
	margin: 3px;
	/* CSS3 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.wp-pagenavi span.pages {
	border: 1px solid #CCC;
	color: #848484;
	background: #F2F2F2;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.wp-pagenavi span.current {
	border: 1px solid #CCC;
	background: #DFDFDF;
	color: #999;
	zoom: 1;
}
.wp-pagenavi a {
	border: 1px solid #CCC;
	color: #848484;
	background: #F2F2F2;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.wp-pagenavi a:hover {
	background: #DFDFDF;
}
/*wp-calendar*/
#calendar_wrap {
	background: #EEEEEE;
	padding: 20px 25px 0;
	margin-bottom: 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;
}
#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-bottom: 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 );
}
/*rss_feed*/
#feed a {
	font-weight: bold;
	padding: 7px 0px 7px 33px;
	border-radius: 3px;
	background: #FE9901 url(../img/common_img/rss_icon.png) no-repeat 10px 50%;
	color: #fff;
	text-decoration: none;
	display: block;
}
#feed a:hover {
	text-decoration: underline;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Contact

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*form*/
#contact_form {
	border-top: 1px dotted #000000;
	margin-top: 20px;
}
#contact_form dl {
	font-size: 12px;
	clear: both;
	border-bottom: 1px dotted #000000;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
}
#contact_form dl dt {
	float: left;
	font-weight: bold;
	padding-left: 10px;
}
#contact_form dl dd {
	margin-left: 170px;
	border-left: 1px dotted #999;
	padding: 0px 0px 0px 15px;
}
#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-size: 11px;
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
/*Txt Area*/
.inp_text, .inp_text_s, textarea, .dropdown {
	border:1px solid #BFBFBF;
	padding: 5px;
	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 );
}
.dropdown option {
	margin-right: 10px;
}
/*Txt Area _テキストエリア選択時の装飾*/
.inp_text_focus {
	border:1px solid #BFBFBF;
	padding: 5px;
	background: #E6EFFD;
	/* CSS3 */
    border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
/*Txt Area _テキストエリアのサイズ*/
.inp_text {
	width: 50%;
}
textarea {
	width: 80%;
}
/*Button*/
.inp_button {
	border:1px solid #BFBFBF;
	padding: 2px 7px;
	cursor: pointer;
	background: #CCC;
	/* CSS3 */
	border-radius: 3px;
	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));
	-webkit-border-radius: 3px;
	/* Firefox */
    background: -moz-linear-gradient(top, #fff 0%, #ccc 5%, #eee 100%);
	-moz-border-radius: 3px;
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.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;
}
.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;
}
.chiryou_flow img {
	margin-right: 10px;
	float: left;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Voice

---------------------------------------------------------------------------------------------------------------------------------------- */  
.voice_box {
	border: 3px solid #D6EEF6;
	padding: 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;
}