@charset "UTF-8";
/* CSS Document */

/* BREADCRUMBS */
.breadcrumbs_corp {
	padding: 10px 0 9px;
	background-color: #F7F7F7;
}

.breadcrumbs_corp > ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.breadcrumbs_corp > ul > li {
	padding-left: 16px;
	margin-left: 8px;
	background: url(/corporate/common_renew/img/layout/breadcrumbs_bg01.png) no-repeat left center;
	line-height: 1.3em;
	float: left;
}

.breadcrumbs_corp > ul > li:first-child {
	padding-left: 0;
	margin-left: 0;
	background: none;
}

.breadcrumbs_corp > ul > li a {
	color: #666;
}

@media screen and (max-width: 640px) {
	.breadcrumbs_corp {
		display: none;
	}
}

/* ------------------------------------------------------------------------------------------
   CONTENTS
------------------------------------------------------------------------------------------ */
/* CONTENTS HEAD */
.head_corp {
	margin: 0 0 30px 0;
	padding: 0;
	height: 128px;
	background: #253394 url(/common/image/bg_head.gif) center repeat-y;
}

.head_corp_inner {
	margin: 0 auto;
	padding: 45px 0 0 0;
	width: 1000px;
	height: auto;
	display: block;
	overflow: hidden;
}

.head_corp_inner2 {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 1000px;
	height: auto;
	display: block;
	overflow: hidden;
}

.head_corp_inner h1, .head_corp_inner2 h1 {
	color: #FFF;
	text-align: left;
	font-size: 40px;
	letter-spacing: 0.05em;
	float: left;
}

.head_corp_inner2 h1 span {
	color: #FFF;
	font-size: 24px;
}

.head_corp_inner h1 br {
	display: none;
}

#contents_corp hr {
	height: 1px;
	border: none;
	border-top: 1px solid #DADADA;
}

@media screen and (max-width: 640px) {
	.head_corp {
		margin: 0 0 10px 0;
		padding: 0;
		background-size: 100% auto;
		height: 88px;
	}
	
	.head_corp_inner {
		margin: 0 auto 15px;
		padding: 30px 0 0 0;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	
	.head_corp_inner2 {
		margin: 0 auto 15px;
		padding: 10px 0 0 0;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	
	.head_corp_inner h1, .head_corp_inner2 h1 {
		padding-bottom:5px;
		font-size: 30px;
		text-align: center;
		float: none;
        margin-top: 5px;
        line-height: 1em;
	}

	.head_corp_inner2 h1 span {
		color: #FFF;
		font-size: 18px;
	}
		
	.head_corp_inner h1 br {
		display: block;
	}
}

/* CONTENTS BODY */
#contents_corp {
	margin: 0 auto 50px;
	width: 1000px;
	display:block;
	overflow:hidden;
}

#contents_corp h3 {
	margin: 0;
	padding: 14px 0 12px 0;
	width: 100%;
	color: #1D50A2;
	font-size: 1.23em;
	/*font-size: 16px;*/
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DADADA;
}

@media screen and (max-width: 640px) {
	#contents_corp {
		margin: 0 auto;
		width: 100%;
	}

	#contents_corp h3 {
		padding: 16px 0 0 0;
		height: 50px;
		font-size: 22px;
	}
}

/* ------------------------------------------------------------------------------------------
   NEWS
------------------------------------------------------------------------------------------ */
.news_content {
	padding:0;
	width: 770px;
	float: right;
}

@media screen and (max-width: 640px) {
	.news_content {
		margin: 0 auto;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		float: none;
	}
}

/* NEWS LIST */
.news_content .news_content_inner, .sports_content .news_content_inner {
	padding: 0;
}

.news_content .news_content_inner dl, .sports_content .news_content_inner dl {
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #DADADA;
	overflow: hidden;
}

.news-day {
	font-size: 1.076em;
	/*font-size: 14px;*/
}

.news-day div.date-jp {
    padding: 1px 0 0 0;
}

.news-category {
    width: 10.5em;
}

.news-category div.news-category-icon {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 6px 3px;
    font-size: 0.70em;
    font-weight: normal;
    width: 12.0em;
    height: auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background-color: #1C4FA1;
    color: #FFF;
}

.news-title {
    margin: 4px 0 0 0;
	font-size: 13.em;
	/*font-size: 14px;*/
    width: 65%;
    word-break: break-all;
}

.news-title2 {
    margin: 4px 0 0 1em;
	font-size: 1.076em;
	/*font-size: 14px;*/
    width: 82%;
    word-break: break-all;
}

dl.newsdetails {
    margin-top: 15px;
}

dl.newsdetails dd.day div.date-jp {
    margin: 15px 0;
}

@media screen and (max-width: 640px) {
	.news-day {
		font-size: 18px;
	}

	.news-day div.date-jp {
		padding: 0;
	}

	.news-title, .news-title2 {
		margin: 8px 0 0 0;
	    padding: 0;
		font-size: 18px;
		width: 100%;
		display:inherit;
	}

	.news-category div.news-category-icon {
		margin-left: 1em;
		margin-right: auto;
		padding: 6px 3px;
		font-size: 0.80em;
		height: 22px;
	}
}

/* RSS */
ul.news_rss {
	width: 100%;
	height: 1.78em;
	/*height: 25px;*/
	font-size: 1.076em;
	/*font-size: 14px;*/
}

ul.news_rss li {
	margin: 0 0 0 12px;
	text-align: right;
	line-height: 1.2em;
	float: right;
}

ul.news_rss li a {
	color: #2864CA;
}

ul.news_rss li.rss_about {
	padding: 0 0 0 10px;
	background: url(/common/image/sidenav_arrow.png) 0 3px no-repeat;
	background-size: 5px 8px;
}

ul.news_rss li.rss_xml {
	padding: 0 0 0 17px;
	background: url(/common/image/icon_rss.png) 0 0 no-repeat;
	background-size: 1em;
}

@media screen and (max-width: 640px) {
	ul.news_rss {
		margin: 0 auto;
		font-size: 18px;
	}

	ul.news_rss li.rss_about {
		padding: 0 0 0 12px;
		background-position: 0 6px;
		background-size: 5px 8px;
	}
	
	ul.news_rss li.rss_xml {
		padding: 0 0 0 20px;
	}
}

/* NEWS ANNUAL */
ul.news_annual {
	margin: 0 0 25px 0; 
	padding: 0!important;
	overflow: hidden;
}

ul.news_annual li {
	margin: 0 5px 5px 0;
	float: left;
}

ul.news_annual li a {
	position: relative;
	display: block;
	padding: 10px 0 ;
	width: 72px;
	color: #2864CA;
	text-decoration: none;
	background-color: #F7F7F7; 
}

.news_annual_sp {
	display: none;
}

ul.news_annual li a:hover {
	background-color: #F0F2FE; 
}

@media screen and (max-width: 640px) {
	ul.news_annual {
		display: none;
	}

	form.news_annual_sp {
		display: block;
		margin: 0 0 10px 0;
	}

	form.news_annual_sp select {
		padding: 10px 5px;
		width: 100%;
		font-size: 18px;
	}
}

/* NEWS ARTICLE */
dl.newsdetails {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border: none !important;
}

dl.newsdetails dt {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	font-size: 2.15em;
	/*font-size: 28px;*/
	font-weight: bold;
	line-height: 1.3em;
	color: #1D50A2;
	border-bottom: 3px solid #1D50A2;
}

dl.newsdetails dd {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #666;
	font-size: 1.15em;
	/*font-size: 15px;*/
	line-height: 1.7em;
}

dl.newsdetails dd.day {
	width: 100%;
	text-align: right;
}

dl.newsdetails dd.day div.date-jp {
	margin: 0 0 1em 0;
	float: right;
}

dl.newsdetails dd.detail-body p {
	margin: 0;
}

dl.newsdetails dd.detail-body ul {
	margin: -1em 0 1em 0;
}

dl.newsdetails dd.detail-body div {
	margin: 0;
}

dl.newsdetails dd.detail-body p strong {
	color: #666;
	font-weight: bold;
}

dl.newsdetails dd.info {
	margin: 1em 0 0 0;
	padding: 22px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	background-color: #F7F7F7;
	border-radius: 10px;	
	-webkit-border-radius: 10px;
}

dl.back {
	border: none !important;
}

dl.back dd {
	width: 100%;
	font-size: 1.15em;
	/*font-size: 15px;*/
	text-align: center;
}

@media screen and (max-width: 640px) {
	dl.newsdetails dt {
		padding: 0 0 20px 0;
		font-size: 25px;
	}
	
	dl.newsdetails dd {
		font-size: 18px;
	}

	dl.newsdetails dd.detail-body p {
		margin: 0 0 1em 0;
	}

	dl.newsdetails dd.detail-body ul {
		margin: 0 0 1em 0;
	}

	dl.newsdetails dd.detail-body div {
		margin: 0 0 1em 0;
	}

	dl.newsdetails dd.info br {
		display: inline;
	}
	dl.back dd {
		font-size: 18px;
	}
}


/* ------------------------------------------------------------------------------------------
   SPORTS
------------------------------------------------------------------------------------------ */
.sports_content {
	padding:0;
	width: 770px;
	float: right;
}

@media screen and (max-width: 640px) {
	.sports_content {
		margin: 0 auto;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		float: none;
	}
}

/* INDEX */
.corp_main_visual img {
	width: 100%;
	height: auto;
}

.corp_main_text {
	margin: 25px 0;
	font-size: 1.15em;
	/*font-size: 15px;*/
	line-height: 1.7em;
	text-align: left;
}

.sports_content ul.top_menu_link {
	margin: 0 0 40px 0;
}

.sports_content ul.top_menu_link li {
	margin: 0 10px 10px 0;
	width: 250px;
	float: left;
}

.sports_content ul.top_menu_link li:nth-child(3n) {
	margin: 0 0 10px 0;
}

.sports_content ul.top_menu_link li img {
	width: 100%;
	height: auto;
}

.sports_content ul.top_menu_link li a:hover img {
	opacity: 0.4;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
}
 
.sports_content ul.top_menu_link li a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 640px) {
	.corp_main_text {
		margin: 20px 0;
		font-size: 18px;
	}
	
	.sports_content ul.top_menu_link {
		margin: 0 0 20px 0;
	}
	
	.sports_content ul.top_menu_link li {
		width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px);
	}
	
	.sports_content ul.top_menu_link li:nth-child(3n) {
		margin: 0 10px 10px 0;
	}
	
	.sports_content ul.top_menu_link li:nth-child(even) {
		margin: 0 0 10px 0;
	}
}

/* MEMBER */
.sports_member h3 {
	margin: 0 0 20px 0 !important;
}

.sports_member p.part {
	margin: 0 0 20px 0;
	padding: 10px 0;
	color: #FFF;
	background-color: #677990;
}

ul.member_box li {
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #DADADA;
}

ul.member_box li:last-child {
	margin: 0;
}

.member_box_left {
	width: 100px;
	float: left;
}

.member_box_right {
	width: 650px;
	text-align: left;
	float: right;
}

ul.member_box li p.name {
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	font-size: 1.3em;
	/*font-size: 17px;*/
	font-weight: bold;
	line-height: 1.3em;
	border-bottom: 2px solid #677990;
}

ul.member_box li dl {
	margin: 0;
	font-size: 1.15em;
	/*font-size: 15px;*/
	line-height: 1.7em;
}

ul.member_box li dl dt {
	padding: 0 10px 0 0;
	width: 130px;
	float: left;
}

ul.member_box li dl dd {
	padding: 0;
	width: 520px;
	float: right;
}

@media screen and (max-width: 640px) {
	.member_box_left {
		width: 100%;
		float: none;
	}
	
	.member_box_right {
		width: 100%;
		text-align: left;
		float: none;
	}
	
	ul.member_box li p.name {
		margin: 10px 0 10px 0;
		text-align: center;
		font-size: 20px;
	}
	
	ul.member_box li dl {
		margin: 0;
		font-size: 18px;
		line-height: 1.7em;
	}
	
	ul.member_box li dl dt {
		width: 30%;
	}
	
	ul.member_box li dl dd {
		width: 70%;
	}
}

/* COMPETITION */
/* NEWS ANNUAL */
ul.sports_annual {
	margin: 30px 0 25px 0; 
	padding: 0!important;
	overflow: hidden;
}

ul.sports_annual li {
	margin: 0 5px 5px 0;
	float: left;
}

ul.sports_annual li:nth-child(5n) {
	margin: 0 0 5px 0;
	float: left;
}

ul.sports_annual li a {
	position: relative;
	display: block;
	padding: 10px 0;
	width: 150px;
	color: #2864CA;
	text-decoration: none;
	background-color: #F7F7F7; 
}

ul.sports_annual li a:hover {
	background-color: #F0F2FE; 
}

.sports_annual_sp {
	display: none;
}

@media screen and (max-width: 640px) {
	ul.sports_annual {
		display: none;
	}

	form.sports_annual_sp {
		display: block;
		margin: 10px 0 10px 0;
	}

	form.sports_annual_sp select {
		padding: 10px 5px;
		width: 100%;
		font-size: 18px;
	}
}

/* CONPETITION */
.sports_content table.spo_schedule_table {
	margin: 20px 0 0 0;
	font-size: 1.076em;
	/*font-size: 14px;*/
	line-height: 1.5em;
	width: 100%;
}

.sports_content table.spo_schedule_table tr th, .sports_content table.spo_schedule_table tr td {
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}

.sports_content table.spo_schedule_table tr th {
	padding: 10px 5px 8px;
	font-weight: bold;
	vertical-align: middle;
}

.sports_content table.spo_schedule_table tr td {
	padding: 18px 5px;
	vertical-align: middle;
}

.sports_content table.spo_schedule_table tr th.spo_schedule_th01 {
	color: #FFF;
	background-color: #677990;
}

.sports_content table.spo_schedule_table tr th.spo_schedule_th02 {
	background-color: #E8EDF6;
}

.sports_content table.spo_schedule_table tr:nth-child(odd) {
	background-color: #F7F7F7;
}

.conpe_text {
	margin: 15px 0 30px 0;
	text-align: left;
	font-size: 1.076em;
	/*font-size: 14px;*/
	line-height: 1.5em;
}

@media screen and (max-width: 640px) {
	.sports_content table.spo_schedule_table {
		font-size: 16px;
	}
	
	.sports_content table.spo_schedule_table tr th {
		padding: 7px 5px 5px;
	}
	
	.sports_content table.spo_schedule_table tr td {
		padding: 15px 5px;
	}
	
	.conpe_text {
		font-size: 16px;
	}
}

/* RESURT */
.sports_content dl.spo_result_list {
	padding: 0;
	text-align: left;
	font-size: 1.15em;
	/*font-size: 15px;*/
	line-height: 1.7em;
}

.sports_content dl.spo_result_list dt {
	padding: 10px 15px 7px;
	background-color: #E8EDF6;	
}

.sports_content dl.spo_result_list dt strong {
	color: #333;
	font-weight: bold;
}

.sports_content dl.spo_result_list dd {
	padding: 8px 0 16px;
}

@media screen and (max-width: 640px) {
	.sports_content dl.spo_result_list {
		font-size: 18px;
	}
}


/* ------------------------------------------------------------------------------------------
   SIDE NAVI
------------------------------------------------------------------------------------------ */
.sidenav_corp {
	width: 195px;
	text-align: left;
	float: left;
}

.sidenav_corp ul.upperlayer {
	margin: 0 0 10px 0;
}

.sidenav_corp .upperlayer li p {
	display: block;
	font-weight: bold;
	font-size: 1.26em;
	/*font-size: 16.5px;*/
	margin: 0;
	line-height: 1.3;
}

.sidenav_corp .upperlayer li p a {
	padding: 11px 0 10px 15px;
	position: relative;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #677990;
	border-top: 1px solid #FFF;
}

.sidenav_corp .upperlayer li p a.target {
	padding: 16px 0 15px 15px;
	background-color: #253494;
}

.sidenav_corp .upperlayer li p a:hover {
	background: #929AC7;
}

.sidenav_corp .underlayer {
	margin: 0;
}

.sidenav_corp .underlayer li a {
	padding: 12px 10px 10px 20px;
	position: relative;
	display: block;
	border-top: 1px solid #DADADA;
	text-decoration: none;
	color: #253494;
	margin: 0;
	font-size: 1.0em;
	/*font-size: 13px;*/
	line-height: 1.3em;
	background:#F7F7F7 url(/common/image/sidenav_arrow.png) 9px center no-repeat;
}

.sidenav_corp .underlayer li a:hover {
	color: #253494;
	font-weight: normal;
	background-color: #F0F2FE;
}

.sidenav_corp .underlayer li a.target {
	color: #FFF;
	font-weight: bold;
	background-color: #929AC7;
}

.sidenav_corp .underlayer li a.target:hover {
	color: #253494;
	font-weight: normal;
	background-color: #F0F2FE;
}

.sidenav_corp .underlayer li a.open {
	padding: 12px 10px 5px 20px;
	color: #666;
	background:#F7F7F7 url(/common/image/sidenav_arrow_down.png) 9px 17px no-repeat;
}

.sidenav_corp .sublayer {
	margin: 0;
}

.sidenav_corp .sublayer li a {
	padding: 7px 10px 5px 20px;
	position: relative;
	display: block;
	border-top: none;
	text-decoration: none;
	color: #253494;
	margin: 0;
	font-size: 1.0em;
	/*font-size: 13px;*/
	line-height: 1.3em;
	background-image: none;
}

.side_banner {
	width: 100%;
}

.side_banner img {
	margin: 0 0 10px 0;
	width: 100%;
	height: auto
}


@media screen and (max-width: 640px) {
	.sidenav_corp {
		display: none;
	}
}


/* ------------------------------------------------------------------------------------------
   UPPER NAVI SP
------------------------------------------------------------------------------------------ */
ul.newsnav_sp, ul.sportsnav_sp {
	display: none;
}
@media screen and (max-width: 640px) {
	ul.newsnav_sp, ul.sportsnav_sp {
		margin: 0 auto 10px;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		display: table;
		overflow: hidden;
	}

	ul.newsnav_sp li, ul.sportsnav_sp li {
		padding: 10px 8px 10px 20px;
		width : -webkit-calc(100% / 4) ;
		width : calc(100% / 4) ;
		height: 100%;
		text-align: left;
		vertical-align: middle;
		display: table-cell;
		background: #F7F7F7 url(../../common/image/sidenav_arrow.png) 7px center no-repeat;
		border-right: 1px solid #DADADA;
	}

	ul.newsnav_sp li:first-child, ul.sportsnav_sp li:first-child {
		padding-left: 10px;
		background: #253394;
	}

	ul.newsnav_sp li:first-child a, ul.sportsnav_sp li:first-child a {
		color: #FFF;
	}

	ul.sportsnav_sp li:nth-child(2) {
		padding-left: 10px;
		background-image: none;
		background-color: #E1E1E1;
	}

	ul.newsnav_sp li:last-child, ul.sportsnav_sp li:last-child {
		border: none;
	}

	ul.newsnav_sp li a, ul.sportsnav_sp li a {
		display:block;
		width:100%;
		height:100%;
		color: #2864CA;
		text-decoration: none;
	}

	ul.newsnav_sp li.target, ul.sportsnav_sp li.target {
		background-color: #929AC7;
	}

	ul.newsnav_sp li.target a, ul.sportsnav_sp li.target a {
		color: #FFF;
	}
}
