@charset "UTF-8";

@import url("tabs.css");


/* Top Site Main-Banner */
#mainbanner {
	width: 100%;
	height: 1096px;
	margin: 0;
	padding: 0;
	background: url(../images/home/mainbanner.jpg) 50% 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#mainbanner .wrapper {
	padding-top: 75px;
	position: relative;
}

#mainbanner h2 {
	width: 740px;
	height: 0;
	margin: 0 auto;
	padding-top: 162px;
	padding-bottom: 0;
	display: block;
	overflow: hidden;
	position: relative;
	top: 288px;
	background: url(../images/home/mainbanner_catch@2x.png) 0 0 no-repeat;
	background-size: 740px 162px;
}

/* Contents navigation */
#main-contnavi {
	width: 1240px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 720px;
}

#main-contnavi h3 {
	width: 100%;
	height: 0;
	margin: 0 auto 30px;
	padding-top: 37px;
	padding-bottom: 0;
	display: block;
	overflow: hidden;
	background: url(../images/home/main-contnavi_catch.png) 0 0 no-repeat;
}

#main-contnavi ul {
	position: relative;
}

#main-contnavi li {
	width: 280px;
	height: auto;
	margin: 0 40px 0 0;
	padding: 2px;
	background-color: #fff;
	float: left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#main-contnavi ul > li:last-child {
	margin-right: 0;
}

#main-contnavi li a {
	color: #303133;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

#main-contnavi li a:before {
	content: "";
	background: rgba(0, 0, 0, 0);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#main-contnavi li a:hover:before {
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, .75);
	z-index: 1;
}

#main-contnavi li a:after {
	content: "\f00e";
	font: 0/15px "FontAwesome";
	color: #2c2f32;
	text-align: center;
	width: 0;
	height: 0;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .95);
	opacity: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

#main-contnavi li a:hover:after {
	font-size: 24px;
	line-height: 38px;
	width: 40px;
	height: 40px;
	opacity: 1;
	z-index: 2;
}

#main-contnavi li h4 {
	width: 100%;
	height: 0;
	margin: 10px auto 0;
	padding-top: 84px;
	display: block;
	overflow: hidden;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#main-contnavi .ssm h4 {
	background-image: url(../images/home/main-contnavi_group_ssm.png);
}

#main-contnavi .ors h4 {
	background-image: url(../images/home/main-contnavi_group_ors.png);
}

#main-contnavi .sro h4 {
	background-image: url(../images/home/main-contnavi_group_sro.png);
}

#main-contnavi .lto h4 {
	background-image: url(../images/home/main-contnavi_group_lto.png);
}


/* Contents */
/*.home {
	margin-top: 30px;
}*/


/* Info Contents */
#info-contents {
	width: 100%;
	margin: 0;
	padding: 50px 0 20px;
	background-color: #fff;
}

/* Related Contents Left clumn Part */
.leftclumn {
	width: 860px;
	float: left;
}

#information, #information-rec {
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	position: relative;
}

#information {
	margin-bottom: 60px;
}

#information-rec {
	margin-bottom: 0;
}

#information h3 {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	position: relative;
	font-weight: normal;
	font-style: normal;
}

#information-rec > h3 {
	font-size: 16px;
	line-height: 32px;
	font-weight: normal;
	font-style: normal;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 0 0 50px;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#information h3:before, #information-rec h3:before {
	content: "";
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 3px 3px 0 3px;
	-moz-border-radius: 3px 3px 0 3px;
	-ms-border-radius: 3px 3px 0 3px;
	-o-border-radius: 3px 3px 0 3px;
	border-radius: 3px 3px 0 3px;
}

#information h3:before {
	background: url(../images/home/icon_info.png) 50% 50% no-repeat #4f6530;
}

#information-rec h3:before {
	background: url(../images/home/icon_record.png) 50% 50% no-repeat #4f6530;
}

#information h3:after, #information-rec h3:after {
	content: "";
	width: 830px;
	width: calc(100% - 30px);
	height: 1px;
	margin: 0 0 0 30px;
	padding: 0;
	background-color: #c8cacc;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

.tab-container dl, #information-rec dl {
	width: 843px;
	margin: 0;
	padding: 0 17px 0 0;
	position: relative;
	height: 700px; 
	overflow-x: hidden;
}

.tab-container dl#info, .tab-container dl#campaign, .tab-container dl#event {
	/*height: 30em;*/
	overflow: auto;
	
	overflow-y: auto;
	height: 700px;
	overflow-x: hidden;
}

.tab-container dt, #information-rec dt {
	width: 840px;
	margin: 0;
	background: url(../images/icon_list.png) 0 13px no-repeat;
	padding-top: 0.8em;
	padding-right: 17px;
	padding-bottom: 0.3em;
	padding-left: 1em;
}

.tab-container dd, #information-rec dd {
	margin: 0;
	padding: 0 1em .5em;
	border-bottom: 1px dotted #c6c9cc;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

.tab-container dl a, #information-rec dl a {
	color: #303133;
	display: block;
	height: 100%;
}

.tab-container dl a:hover, #information-rec dl a:hover {
	color: #005aaa;
}

.tab-container dd span, #information-rec dd span {
	width: 28px;
	height: 0;
	margin-bottom: .5em;
	padding-top: 11px;
	overflow: hidden;
	display: block;
}

.tab-container dd p, #information-rec dd p {
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 108%;
	line-height: 1.3;
}

.tab-container dd .new, #information-rec dd .new {
	background: url(../images/home/icon_new.png) 0 0 no-repeat;
	background-size: 28px 11px;
}

.panel-container {
	margin-top: 0px;
}


/* Rightside clumn Prat */

.rightclumn {
	width: 300px;
	float: right;
}

.rightclumn .banner-navi {
	margin: 0;
}

.rightclumn .banner-navi > div {
	width: 300px;
	height: 120px;
	margin: 0 0 10px;
	padding: 0;
	display: block;
}

.rightclumn .banner-navi > div:last-child {
	margin-bottom: 0;
}

.rightclumn .banner-navi .omnibus {
	background: url(../images/home/banner_omnibus.jpg) 0 0 no-repeat;
}

.rightclumn .banner-navi .radio {
	background: url(../images/home/banner_radio.jpg) 0 0 no-repeat;
}

.rightclumn .banner-navi .web-shop {
	background: url(../images/home/banner_webshop.jpg) 0 0 no-repeat;
}

.rightclumn .banner-navi .bbs {
	background: url(../images/home/banner_bbs.jpg) 0 0 no-repeat;
}

.rightclumn .banner-navi .job {
	background: url(../images/home/banner_job.jpg) 0 0 no-repeat;
}

.rightclumn .banner-navi > div a {
	width: 100%;
	height: 0;
	padding-top: 120px;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	-ms-transition: all .25s;
	transition: all .25s;
}

.rightclumn .banner-navi div a:hover {
	background-color: rgba(255, 255, 255, .65);
}

.rightclumn .banner-navi div a:before {
	content: "";
	background: url(../images/icon_page_jump.png) 0 0 no-repeat;
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 39px;
	left: 134px;
	opacity: 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	-ms-transition: all .25s;
	transition: all .25s;
}

.rightclumn .banner-navi div a:hover:before {
	top: 44px;
	opacity: 1;
}

.rightclumn .banner-navi > div.support {
	width: 300px;
	height: auto;
	margin: 15px 0;
	padding: 0;
	display: block;
}

.rightclumn .banner-navi > div.support h3 {
	color: #fff;
	font-size: 123.1%;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	background-color: #4f6530;
	text-align: center;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.rightclumn .banner-navi > div.support ul {
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #d5dbe0;
	border-top-style: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.rightclumn .banner-navi > div.support ul li {
	width: 100%;
	height: 73px;
	padding: 0 1px 1px;
	border-bottom: 1px solid #d5dbe0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.rightclumn .banner-navi > div.support ul li:last-child {
	height: 72px;
	border-bottom-style: none;
}

.rightclumn .banner-navi > div.support .copy {
	background: url(../images/home/banner_support_copyrights.jpg) 0 0 no-repeat;
}

.rightclumn .banner-navi > div.support .pub {
	background: url(../images/home/banner_support_publication.jpg) 0 0 no-repeat;
}

.rightclumn .banner-navi > div.support .cd {
	background: url(../images/home/banner_support_cd.jpg) 0 0 no-repeat;
}

.rightclumn .banner-navi > div.support .msc {
	background: url(../images/home/banner_support_music.jpg) 0 0 no-repeat;
}

.rightclumn .banner-navi > div.support .prom {
	background: url(../images/home/banner_support_promotion.jpg) 0 0 no-repeat;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-ms-border-radius: 0 0 2px 2px;
	-o-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}

.rightclumn .banner-navi > div.support a {
	width: 100%;
	height: 0;
	padding-top: 72px;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	-ms-transition: all .25s;
	transition: all .25s;
}

.rightclumn .banner-navi div.support a:hover {
	background-color: rgba(255, 255, 255, .65);
}

.rightclumn .banner-navi div.support a:before {
	content: "";
	background: url(../images/icon_page_jump.png) 0 0 no-repeat;
	display: block;
	width: 32px;
	height: 32px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35px;
	opacity: 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	-ms-transition: all .25s;
	transition: all .25s;
}

.rightclumn .banner-navi div.support a:hover:before {
	top: 0;
	left: 40px;
	opacity: 1;
}
