@charset "utf-8";
@import url("html5reset.css"); 
@import url("default.css"); 

/*PCでは非表示*/
.sp,
.tab{
	display: none;
}

/*フロートをクリアする*/
div{
	zoom: 1;/*for IE 5.5-7*/
	}  
div:after {/*for modern browser*/
	content: ".";
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#bg:after,
#bg_in:after{
content: none;
}

/*リンクの点線を非表示*/
a:focus{
	overflow:hidden;
} 

/*画像リンクにアルファ*/
a:hover img{
	filter: Alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*プレーンタグ設定*/
body{
	color: #333;
	font-size: 90%;
}

h1{
	clear: both;
	border-top: 5px solid #33875D;
	color: #333;
	padding: 10px 20px;
	margin-bottom: 20px;
	font-size: 160%;
}

h2{
	clear: both;
	border-left: 10px solid #33875D;
	color: #33875D;
	font-size: 140%;
	padding: 10px 20px;
	margin-bottom: 20px;
}

h3{
	clear: both;
	background-color: #66C4E2;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 20px;
}

h4{
	clear: both;
	color: #333;
	padding: 5px 10px;
	font-weight: normal;
	border-left: 10px solid #CC528C;
}

h5{
	clear: both;
	border-bottom: 1px dashed #33875D;
	padding: 3px 10px;
}

h6{
	clear: both;
	color: #33875D;
	padding: 3px 0 3px 25px;
	background-image: url("../all_img/org/li_01.png");
	background-repeat: no-repeat;
	background-position: left 3px;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.2em;
}

address{
	font-style: normal;
}

ul{
	list-style: disc;
}
ol{
	list-style: decimal;
}
table,
th,
td{
	border-color: #aaa;
	line-height: 1.2em;
}
th{
	background-color: #EFF5F2;
}
hr{
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #fff;
	margin-bottom: 10px;
}

a:hover{
	color: #D63220;
}

/*ページスタイル設定
※各レイアウトブロックごとに外側から(または上から)設定*/
#bg{}
#bg_in{}

/*ヘッダー*/
#header{
}
#header_in{
	margin: 0 auto;
	width: 970px;
	padding: 20px 0;
}
#header #siteid{
/* 	width: 438px; */
	width: 500px;
	float: left;
}
#header #siteid h1,
#header #siteid p a{
	display: block;
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
	color: #555;
/* 	width: 438px; */
	height: 80px;
	margin: 0;
	padding: 0;
	border: none;
	text-indent: -55555em;
	background-size: auto 70px;
}
#header #siteid p{
	margin: 0;
	padding: 0;
}
#header #hcontents ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#header #hcontents ul li{
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
	float: left;
}
#header #hcontents{
	width: 396px;
	float: right;
}
#header #hcontents p{
	margin: 0;
}


/*グローバルメニュー*/
.gmenu{
	background-color: #e7346a;
	padding: 0;
	margin-bottom: 10px;
}
.gmenu ul{
	width: 970px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	
}
.gmenu ul li{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
.gmenu ul li a span{
	display: block;
	width: 120px;
	padding: 15px 0;
	margin: 0;
	float: left;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #fff;
}
.gmenu ul li:first-child a span{
	border-left: 1px solid #fff;
}
.gmenu ul li a:hover span,
.gmenu ul .sel a span{
	background-color: #5C9F7D;
}


#wrap{
	margin: 0 auto;
}
#wrap_in{
	width: 970px;
	margin: 0 auto;
	background-color: #fff;
	margin-bottom: 10px;
}


/*パンくず*/
#pankuzu{
	margin-bottom: 20px;
	padding: 10px 0 5px 0; 
}
#pankuzu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}
#pankuzu ul li{
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: bold;
	color: #D63220;
}
#pankuzu ul li a{
	background-image: url('../all_img/org/pan.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	font-weight: normal;
}

/*unit_a*/
#unit_a{
	width: 700px;
	float: right;
}

#unit_a h2{
	margin-top: 20px;
}
#unit_a h2:first-child{
	margin-top: 0px;
}

#unit_a p{
	text-align: justify;
}

/*選手・スタッフ*/
.member_list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.member_list li{
	margin: 0;
	padding: 0 0 20px 0;
	display: inline-block;
	vertical-align:top;
	line-height: 1.4em;
	width: 170px;
}
.member_list li img{
	margin-bottom: 5px;
}
.member_list li a{
	font-size: 110%;
	font-weight: bold;
}




/*unit_b*/
#unit_b{
	width: 232px;
	float: left;
}
#unit_b .banner_3 img{
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}
.toppage #unit_b .banner_3 img{
/* 	max-width: 100% !important; */
}

/*メニュー2*/
.menu_2{
	margin-bottom: 20px;
}
.menu_2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_2 p,
.menu_2 ul li{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	border-bottom: 1px solid #b3b3b3;
}
.menu_2 p a,
.menu_2 ul li a{
	display: block;
	width: 205px;
	padding: 10px 0 10px 27px;
	background-image: url('../all_img/org/li_01.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	font-weight: bold;
}
.menu_2 p a{
	background-color: #33875D;
	color: #fff;
}
.menu_2 p a:hover,
.menu_2 ul li a:hover,
.menu_2 ul .sel a{
	background-color: #BED9CB;
	color: #333;
}

/*フッター*/
#footer{
	clear: both;
	text-align: center;
}
.fmenu{
	background-color: #33875D;
	padding: 8px 0;
	border-bottom: 3px solid #fff;
	margin-bottom: 20px;
}
.fmenu ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 970px;
	text-align: center;
}
.fmenu ul li{
	margin: 0;
	padding: 0 1em;
	display: inline;
	border-right: 1px solid #fff;
}
.fmenu ul li a{
	color: #fff;
}
.fmenu ul li:first-child{
	border-left: 1px solid #fff;
}

/*コピーライト*/
#copy{
	background-color: #333;
	color: #fff;
	padding: 10px 0;
	font-size: 80%;
}
#copy p{
	margin: 0;
	padding: 0;
}

/*リンクボタン*/
.link_bo{
	text-align: center;
	margin-bottom: 10px;
}
.link_bo a{
	padding: 10px 20px;
	border-radius: 20px;
	background-color: #00814B;
	color: #fff;
	text-decoration: none;
}
.link_bo a:hover{
	background-color: #D63220;
}

/*トップページのみ*/

#slider{
    position: relative;
    width:100%;
    height: 350px;
/*     height: 370px; */
    overflow: hidden;
    margin-bottom: 30px;
}
#slider ul{
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
#slider li{
	display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
#slider li img {
  width: 100%;
  height: auto;
}
#slider #prev,
#slider #next{
	position: relative;
	top: 144px;
	cursor: pointer;
}
#slider #prev{ 
	float: left;
	left:50px;
	}
#slider #next{
	float: right;
	right:50px;
	}
 
/* for script */
#slider ul,
#slider #next,
#slider #prev{
    visibility: hidden;
}
#slider .layer{
    width: 100%;
    max-width: 900px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}


.toppage #wrap{
}

.toppage h2,
#unit_b h2{
	background: none;
	background-color: #33875D;
	color: #fff;
	font-size: 100%;
	padding: 10px;
	border: none;
}
.toppage .contents_0 ul{
	margin: 0 0 0 -20px;
	padding: 0;
	list-style: none;
}
.toppage .contents_0 ul li{
	display: inline;
	margin: 0 0 20px 20px;
	padding: 0;
	float: left
}

.toppage #unit_a{
	width: 620px;
	padding: 0;
	float: left;
}

.toppage #unit_b{
	width: 314px;
	float: right;
}

/*ニュース＆トピックス*/
#news_topics{
	margin-bottom: 20px;
}
#news_topics div{
	margin-bottom: 20px;
}
#news_topics h2{
	background: none;
	background-color: #CC528C;
	border-radius: 0 20px 20px 0;
}
#news_topics dl{
	padding: 0;
	margin: -10px 0 10px 0;
	border-bottom: 1px solid #ccc;
}
#news_topics dl dt{
	margin: 0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #ccc;
	font-weight: normal;
	clear: both;
	position: relative;
}
#news_topics dl dt:first-child{
	border: none;
}
#news_topics dl dt br{
	display: none;
}
#news_topics dl dt img{
	float: left;
	padding: 0 14px 10px 0;
	width: 150px !important;
	height: auto !important;
}
#news_topics dl dt span,
#news_topics dl dd{
	display: block;
	padding-left: 60px;
}
#news_topics dl dt .time{
	font-size: 90%;
}
#news_topics dl dt .topictitle{
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}

#news_topics dl dt.new::before{
	content: url('../all_img/org/new.png');
	position: absolute;
	top: 10px;
	left: 0;
}
#news_topics dl dd{
	margin-bottom: 10px;
}

.disp_list{
	clear: both;
	padding-top: 20px;
	text-align: center !important;
}
.disp_list a{
	background-color: #CC528C;
	color: #fff;
	padding: 10px 30px;
	border-radius: 20px;
	text-decoration: none;
}
.disp_list a:hover{
	background-color: #33875D;
}


.rss{
	padding-left: 15px;
	letter-spacing: 0;
}
.rss a{
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	background-image: url('../all_img/org/rss.gif');
	background-repeat: no-repeat;
	padding: 1px 3px 3px 16px;
	text-decoration: none;
}
.rss a:hover{
}

/*トップコンテンツバナー*/
.cont_banner ul{
	margin: 0 0 0 -20px;
	padding: 0;
	list-style: none;
}
.cont_banner ul li{
	margin: 0 0 20px 20px;
	padding: 0;
	display: inline;
	float: left;
}


/*トップスポンサーバナー*/
.sbanner{
	border: 1px solid #231815;
	text-align: center;
	margin-bottom: 10px;
	padding: 15px 0 0 0;
}


/*フッターバナー*/
.fbanner{
	background-color: #f2f2f2;
	padding: 20px 0 20px 0;
}
.fbanner_in{
	width: 970px;
	margin: 0 auto;
	text-align: center;
}
.fbanner h2{
	background: none;
	color: #333;
	padding: 5px;
	text-align: center;
	font-size: 100%;
}
.fbanner .banner_4{
	margin-bottom: 10px;
}
.fbanner ul{
	margin: 0 0 0 -14px;
	padding: 0;
	list-style: none;
}
.fbanner ul li{
	margin: 0 0 14px 14px;
	padding: 0;
	display: inline;
	float: left;
	
}

/*rowunit_3*/
.rowunit_3{
	width: 970px;
	margin: 0 auto;
	padding: 20px 0 6px 0;
}
.rowunit_3 ul{
	margin: 0 0 0 -14px;
	padding: 0;
	list-style: none;
}
.rowunit_3 ul li{
	margin: 0 0 14px 14px;
	padding: 0;
	display: inline;
	float: left;
	}

/*サイトマップ*/
.site_map{
	margin-bottom: 10px;
}
.site_map ul{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.site_map ul li{
	margin: 0;
	padding: 2px 0 3px 25px;
	background-image: url('../all_img/org/site02.png');
	background-repeat: no-repeat;
}
.site_map ul .layer_1{
	border-top: 1px dotted #cccccc;
	background-image: url('../all_img/org/site01.png');
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-top: 10px;
}
.site_map ul .layer_1 ul li,
.site_map ul .layer_2,
.site_map ul .layer_2 ul li{
	border: none;
	margin: 0;
}
.site_map ul .layer_2{
	margin-left: 25px;
}
.site_map .in_page{
	padding-top: 5px;
}
.site_map .in_page li{
	background-image: url('../all_img/org/site03.png');
	background-repeat: no-repeat;
}

/*メールフォーム*/
.mail_form{
}
.mail_form .form_label{
	clear: both;
	width: 147px;
	padding: 5px;
	border-top: 1px dotted #cccccc;
	border-right: 3px solid #cccccc;
	float: left;
}
.mail_form .form_label .mcheck{
	padding: 2px;
	background-color: #dd0000;
	color: #ffffff;
	font-size: 80%;
}
.mail_form .form_label .mcheck:after{
	content: "必須";
}
.mail_form .form_input{
	width: 470px;
	padding: 5px;
	border-top: 1px dotted #cccccc;
	float: left;
}
.mail_form .form_input p{
	color: #ff0000;
	font-size: 80%;
}
.mail_form .form_input input[type=text],
.mail_form .form_input textarea{
	font-size: 110%;
	padding: 3px;
	border: 1px solid #bbbbbb;
}
.mail_form .form_input textarea{
	width: 465px;
}
.mail_form .form_input input[type=text]:focus,
.mail_form .form_input textarea:focus{
	background-color: #ffffeb;
}
.mail_form .form_button{
	clear: both;
	border-top: 1px dotted #cccccc;
	padding: 5px;
	text-align: center;
}
.mail_form .form_button input{
	display: block;
	width: 150px;
	margin: 0 0 10px 275px;
	*margin: 0 0 10px 0;
	_margin: 0 0 10px 0;
}
.mail_form .form_button input[type=submit]{
	padding: 10px 0;
	font-weight: bold;
}

/*フォトギャラリー*/
.photo_gallery{
	
}
.photo_gallery .more{
	clear: both;
	text-align: right;
}
.photo_gallery .photo,
.photo_gallery .photoright{
	width: 160px;
/* 	border: 1px solid #e6e6e6; */
	float: left;
	padding: 5px 7px;
	margin: 0 0 20px 0;
}
.photo_gallery .photo .picture,
.photo_gallery .photoright .picture{
	width: 160px;
	height: 120px;
	overflow: hidden;
}
.photo_gallery img{
	width: 160px;
	height: auto;
	min-height: 120px;
}

.photo_gallery h5{
	height: 2.5em;
	font-size: 90%;
	border: none;
}
.photo_gallery h5{
	display: none;
}

.picture2{
	text-align: center !important;
}
.picture2 a{
	background-color: #0071BC;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	padding: 5px 20px;
	text-align: center;
}
.picture2 a:hover{
	background-color: #D63220;
}


.picture2{
	display: none;
}

.photo_gallery .more{
	text-align: center;
}
.photo_gallery .more a{
	background-color: #D63220;
	color: #fff;
	padding: 10px 30px;
	border-radius: 20px;
}
.photo_gallery .more a:hover{
	background-color: #00814B;
}
/* ============================== */
/* 試合速報TOP */
/* ============================== */
.type1, .type2 {
	width: 48%;
	float: left;
	margin: 1%;
}
.boy1 a, .girl1 a, .boy2 a, .girl2 a {
	display:block;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	text-align: center;
}
.boy1 a, .boy2 a {
	background-color: #036eb8;
	border: 3px solid #003366;
}
.girl1 a, .girl2 a {
	background-color: #e83828;
	border: 3px solid #CC0033;
}
.boy1, .girl1, .boy2, .girl2 {
	font-weight: bold;
}
.boy2, .girl2 {
	margin-top: 10px;
}
/* ============================== */
/* 日付順試合一覧 */
/* ============================== */

/* 日付け一覧 */
.nav {
	display: table;
	width: 100%;
	margin: 0 0 10px 0;
}
.nav_item, .nav_item2 {
	width: 15%;
	margin: 0 1px;
	padding: 0;
	border: 3px solid #333333;
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
}
.nav_item {
	background-color: #333333;
}
.nav_item2 {
	background-color: #fff;
}
.nav_item a {
	color: #fff;
	display: block;
	padding: 15px 0;
	text-decoration: none;
}
.nav_item2 a {
	color: #000;
	display: block;
	padding: 15px 0;
	text-decoration: none;
}
