@charset "utf-8";

/* ****************************************************

top.css
-----------------------------------
1: contents parts for PC & Tablet
-----------------------------------
3: contents parts for Smartphone
-----------------------------------
4: print for PC
-----------------------------------
ex: clearfix

***************************************************** */


@media print, screen and (min-width: 721px) {

/*=================================

	1: contents parts for PC

================================ */
/* hover opacity */
.mainMenu .linkBox,
.groupList > .linkBox,
.groupList > .linkBox03 {
	-webkit-transition: opacity 0.15s linear;
	   -moz-transition: opacity 0.15s linear;
	    -ms-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
	        transition: opacity 0.15s linear;
}
.mainMenu .linkBox.on,
.groupList > .linkBox.on,
.groupList > .linkBox03:hover {
	opacity: 0.7;
}

/* hover transform */
.mainMenu .linkBox > .image,
.groupList > .linkBox > .image,
.groupList > .linkBox03 > a > .image {
	overflow: hidden;
}
.mainMenu .linkBox > .image img,
.groupList > .linkBox > .image img,
.groupList > .linkBox03 > a > .image img {
	-webkit-transition: -webkit-transform 0.15s linear 0s;
	   -moz-transition: -moz-transform 0.15s linear 0s;
	    -ms-transition: -ms-transform 0.15s linear 0s;
       -o-transition: -o-transform 0.15s linear 0s;
	        transition: transform 0.15s linear 0s;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
       -o-transform: scale(1);
	        transform: scale(1);
}
.mainMenu .linkBox.on > .image img,
.groupList > .linkBox.on > .image img,
.groupList > .linkBox03:hover > a > .image img {
	-webkit-transform: scale(1.04);
	   -moz-transform: scale(1.04);
	    -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
	        transform: scale(1.04);
}

/* main
================================ */
#contents {
	margin-bottom: 43px;
	padding: 28px;
}

/* contentsWrap */
#contents > .contentsWrap {
	float: left;
	width: 66.28%;
}
#contents > .contentsWrap:nth-child(2n) {
	float: right;
	width: 31.81%;
}
#contents > .contentsWrap > *:first-child {
	margin-top: 0; 
}
#contents > .contentsWrap .image img,
#contents > .contentsWrap .banner img {
	width: 100%;
	height: auto;
}

/* contents parts
================================ */
/* mainMenu */
.mainMenu .boxWrap{
	overflow:auto;
	margin-left: -1.5%;
}

.mainMenu .linkBox {
	position: relative;
	float: left;
	width: 48.25%;
	margin: 12px 0 0 1.50%;
	border-radius: 10px;
	background: none;
	-webkit-box-shadow: 0 0 2px 0 #bbbbbb;
	   -moz-box-shadow: 0 0 2px 0 #bbbbbb;
	        box-shadow: 0 0 2px 0 #bbbbbb;
	overflow: hidden;
	box-sizing:border-box;
}
.maxCol {
	margin-top: 12px;
}
.mainMenu .linkBox:nth-child(2n) {
}

/*
.mainMenu .linkBox {
	position: relative;
	float: left;
	width: 48.25%;
	margin: 12px 1.50% 0 0;
	border-radius: 10px;
	background: none;
	-webkit-box-shadow: 0 0 2px 0 #bbbbbb;
	   -moz-box-shadow: 0 0 2px 0 #bbbbbb;
	        box-shadow: 0 0 2px 0 #bbbbbb;
	overflow: hidden;
	box-sizing:border-box;
}
.maxCol {
	margin-top: 12px;
}
.mainMenu .linkBox:nth-child(2n) {
	margin-right: 0;
}*/
.mainMenu .linkBox > .image {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.mainMenu .linkBox > .link {
	display: table;
	width: 100%;
	margin-top:-1px;
	background: repeat 0 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.mainMenu .linkBox > .link > a {
	display: table-cell;
	height: 80px;
	padding: 0 18px;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.17;
	text-decoration: none;
	vertical-align: middle;
	cursor:pointer;
}
.mainMenu .linkBox > .link > a:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background: url(/images/index_ic01.png) no-repeat;
	content: "";
}
.mainMenu .linkBox.hall > .link {background-image: url(/images/index_hall_bg01.png);}
.mainMenu .linkBox.hall > .link > a:after {background-position: 0 0;}
.mainMenu .linkBox.amusement > .link {background-image: url(/images/index_amusement_bg01.png);}
.mainMenu .linkBox.amusement > .link > a:after {background-position: -40px 0;}
.mainMenu .linkBox.corporate > .link {background-image: url(/images/index_corporate_bg01.png);}
.mainMenu .linkBox.corporate > .link > a:after {background-position: -80px 0;}
.mainMenu .linkBox.csr > .link {background-image: url(/images/index_csr_bg01.png);}
.mainMenu .linkBox.csr > .link > a:after {background-position: -120px 0;}
.mainMenu .linkBox.recruit > .link {background-image: url(/images/index_recruit_bg01.png);}
.mainMenu .linkBox.recruit > .link > a:after {background-position: -160px 0;}
.mainMenu .linkBox.movie > .link {background-image: url(/images/index_movie_bg01.png);}
.mainMenu .linkBox.movie > .link > a:after {background-position: -80px 0;}


.mainMenu .linkBox.other > .link {background-image: url(/images/index_other_bg01.png);}
.mainMenu .linkBox.other > .link > a:after {background-position: -200px 0;}

.mainMenu .linkBox.diversity > .link {background-image: url(/images/index_diversity_bg01.png);}
.mainMenu .linkBox.diversity > .link > a:after {background-position: -240px 0;}


.mainMenu .linkBox.topic > .link > a {
	height: 100px;
	font-size: 20px;
	font-size: 2.0rem;
}
.mainMenu .linkBox.topic > .link > a > span {
	font-size: 16px;
	font-size: 1.6rem;
}

/* groupBlock */
.groupBlock {
	margin-top: 20px;
	border-top: 1px dotted #dddddd;
}
.groupBlock > .headline03 {
	margin-top: 40px;
	padding: 10px 20px;
	border-top: 3px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 0;
	background-color: inherit;
	color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.groupList {
	margin-top: 20px;
}
.groupList > .linkBox,
.groupList > .linkBox03 {
	float: left;
	width: 24.06%;
	margin: 12px 1.25% 0 0;
	border-radius: 10px;
	background: none;
	-webkit-box-shadow: 0 0 2px 0 #bbbbbb;
	   -moz-box-shadow: 0 0 2px 0 #bbbbbb;
	        box-shadow: 0 0 2px 0 #bbbbbb;
	overflow: hidden;
}
.groupList > .linkBox > .image,
.groupList > .linkBox03 > a > .image {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.groupList > .linkBox > .link,
.groupList > .linkBox03 > a > .link {
	padding: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}
.groupList > .linkBox > .link img,
.groupList > .linkBox03 > a > .link img {
	opacity: 1.00;
}
.groupList > .linkBox:nth-child(2n),
.groupList > .linkBox03:nth-child(2n) {
	margin-right: 1.26%;
}
.groupList > .linkBox:nth-child(4n),
.groupList > .linkBox03:nth-child(4n) {
	margin-right: 0;
}
.groupList > .linkBox:nth-child(-n+4),
.groupList > .linkBox03:nth-child(-n+4) {
	margin-top: 0;
}

/* infoBlock */
[class^=infoBlock] {
	position: relative;
}
.infoBlock01 {
	margin-top: 10px;
}
.infoBlock01 > .title {
	padding: 13px 5.00em 10px 16px;
	border-bottom: 3px solid #999999;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #efefef;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.18;
}
.infoBlock01 > .title + .entryList {
	margin-top: 0;
}
.infoBlock01 > .entryList > .entry {
	padding: 15px 0;
	border: none;
	border-top: 1px solid #dddddd;
}
.infoBlock01 > .entryList > .entry:first-child {
	border-top: none;
}
.infoBlock01 > .entryList > .entry .category {
	min-width: 60px;
	text-align: center;
}
.infoBlock01 > .entryList > .entry .category.new,
.infoBlock01 > .entryList > .entry .category.ir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
}
.infoBlock01 > .entryList > .entry .category.business {background-color: #e40012;}
.infoBlock01 > .entryList > .entry .category.new {background-color: #3ec240;}
.infoBlock01 > .entryList > .entry .category.ir {background-color: #374bf2;}
.infoBlock01 > .more {
	position: absolute;
	top: 0.70em;
	right: 14px;
	width: auto;
	background-color: transparent;
	box-shadow: none;
	opacity: 1.00;
}
.infoBlock01:nth-child(2) > .more {
	top: 1.40em;
}
.infoBlock01 > .more > a {
	display: inline-block;
	padding: 0;
	background: none;
	font-weight: normal;
	color: #0044cc;
	line-height: 1.86;
	text-decoration: underline;
}
.infoBlock01 > .more > a:hover {
	text-decoration: none;
}
.infoBlock02 {
	margin-top: 20px;
}
.infoBlock02 + .infoBlock02 {
	margin-top: 30px;
}
.infoBlock02 > .title {
	position: relative;
	padding-left: 16px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.22;
}
.infoBlock02 > .title:before {
	position: absolute;
	top: 0.10em;
	left: 0;
	width: 4px;
	height: 18px;
	border-radius: 3px;
	background-color: #7a7a7a;
	content: "";
}
.infoBlock02 > .title + * {
	margin-top: 10px;
}
.infoBlock02 > .socialList > li {
	float: left;
	width: 47.26%;
	margin: 12px 5.48% 0 0;
}
.infoBlock02 > .socialList > li > a {
	display: inline-block;
	padding-left: 46px;
	background: no-repeat 0 0.10em;
}
.infoBlock02 > .socialList > li:nth-child(2n) {
	margin-right: 0;
}
.infoBlock02 > .socialList > li.twitter > a {
	background-image: url(/new_common/images/twitter_ic01.png);
}
.infoBlock02 > .socialList > li.facebook > a {
	background-image: url(/new_common/images/facebook_ic01.png);
}

/* banner */
.banner {
	margin-top: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 0 #e5e5e5;
	   -moz-box-shadow: 0 1px 0 0 #e5e5e5;
	        box-shadow: 0 1px 0 0 #e5e5e5;
}
.banner.square {
	border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

}

#contents > .contentsWrap:nth-child(2n) {
	float: right;
	width: 31.81%;
}
.mainMenu > .linkBox:nth-of-type(2n) {
	margin-right: 0;
}
.groupList > .linkBox:nth-of-type(2n+1) {
	margin-right: 1.26%;
}
.groupList > .linkBox:nth-child(4n) {
	margin-right: 0;
}
.groupList > .linkBox:nth-child(-n+4) {
	margin-top: 0;
}
.infoBlock01:nth-child(2) > .more {
	top: 1.40em;
}
.infoBlock02 > .socialList > li:nth-child(2n) {
	margin-right: 0;
}
.groupList > .linkBox:nth-child(-n+2) {
	margin-top: 0;
}
.infoBlock02 > .socialList > li:nth-child(2n) {
	margin-right: 0;
}

@media only screen and (max-width: 720px) {

/*=================================

	3: contents parts for Smartphone

================================ */

/* main
================================ */
#contents {
	padding: 20px 15px 40px;
}
#footerContainer {
	margin-top: 0;
}

/* contentsWrap */
#contents > .contentsWrap:nth-child(2n) {
	float: none;
	width: 100%;
}
#contents > .contentsWrap .image img,
#contents > .contentsWrap .banner img {
	width: 100%;
	height: auto;
}

/* contents parts
================================ */
a[target="_blank"]:after {
	position: static;
	width: 0;
	height: 0;
	padding: 0;
	content: "";
}

/* mainMenu */
.mainMenu .linkBox {
	position: relative;
	margin-top: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 2px 0 #bbbbbb;
	   -moz-box-shadow: 0 0 2px 0 #bbbbbb;
	        box-shadow: 0 0 2px 0 #bbbbbb;
}
.maxCol,
.boxWrap {
	margin-top: 10px;
}
.mainMenu .linkBox:first-child {
	margin-top: 0; 
}
.mainMenu .linkBox > .image img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.mainMenu .linkBox > .link {
	display: table;
	width: 100%;
	background: repeat 0 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.mainMenu .linkBox > .link > a {
	display: table-cell;
	height: 60px;
	padding: 0 13px;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.15;
	text-decoration: none;
	vertical-align: middle;
}
.mainMenu .linkBox > .link > a:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 29px;
	height: 29px;
	background: url(/images/index_ic02.png) no-repeat;
	background-size: 210px auto;
	content: "";
}
.mainMenu .linkBox.hall > .link {background-image: url(/images/index_hall_bg01.png);}
.mainMenu .linkBox.hall > .link > a:after {background-position: 0 0;}
.mainMenu .linkBox.amusement > .link {background-image: url(/images/index_amusement_bg01.png);}
.mainMenu .linkBox.corporate > .link {background-image: url(/images/index_corporate_bg01.png);}
.mainMenu .linkBox.corporate > .link > a:after {background-position: -61px 0;}
.mainMenu .linkBox.csr > .link {background-image: url(/images/index_csr_bg01.png);}
.mainMenu .linkBox.csr > .link > a:after {background-position: -90px 0;}
.mainMenu .linkBox.recruit > .link {background-image: url(/images/index_recruit_bg01.png);}
.mainMenu .linkBox.recruit > .link > a:after {background-position: -121px 0;}
.mainMenu .linkBox.diversity > .link {background-image: url(/images/index_diversity_bg01.png);}
.mainMenu .linkBox.diversity > .link > a:after {background-position: -181px 0;}
.mainMenu .linkBox.movie > .link {background-image: url(/images/index_movie_bg01.png);}
.mainMenu .linkBox.movie > .link > a:after {background-position: -60px 0;}
.mainMenu .linkBox.other > .link {background-image: url(/images/index_other_bg01.png);}
.mainMenu .linkBox.other > .link > a:after {background-position: -151px 0;}
.mainMenu .linkBox.topic > .link > a {
	height: 48px;
	font-size: 10px;
	font-size: 1.0rem;
}
.mainMenu .linkBox.topic > .link > a:after {
	width: 20px;
	height: 20px;
	background: url(/images/index_ic01.png) no-repeat;
	background-size: 120px auto;
}
.mainMenu .linkBox.topic > .link > a > span {
	font-size: 8px;
	font-size: 0.8rem;
}
.mainMenu .linkBox.topic.hall > .link > a:after {background-position: 0 0;}
.mainMenu .linkBox.topic.amusement > .link > a:after {background-position: -20px 0;}
.mainMenu .linkBox.topic.corporate > .link > a:after {background-position: -40px 0;}
.mainMenu .linkBox.topic.csr > .link > a:after {background-position: -60px 0;}
.mainMenu .linkBox.topic.recruit > .link > a:after {background-position: -80px 0;}
.mainMenu .linkBox.topic.movie > .link > a:after {background-position: -100px 0;}
.mainMenu .linkBox.topic.other > .link > a:after {background-position: -120px 0;}

/* groupList */
.groupBlock {
	margin-top: 20px;
	border-top: 1px dotted #dddddd;
}
.groupBlock > .headline03 {
	margin: 15px 0 0;
	padding: 10px 20px;
	border-top: 3px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 0;
	background-color: inherit;
	color: #333333;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
.groupList {
	margin-top: 10px;
}
.groupList > .linkBox,
.groupList > .linkBox03 {
	float: left;
	width: 48.52%;
	margin: 10px 2.96% 0 0;
	border-radius: 10px;
	background: none;
	-webkit-box-shadow: 0 0 2px 0 #bbbbbb;
	   -moz-box-shadow: 0 0 2px 0 #bbbbbb;
	        box-shadow: 0 0 2px 0 #bbbbbb;
}
.groupList > .linkBox > .image img,
.groupList > .linkBox03 > a > .image img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.groupList > .linkBox > .link, 
.groupList > .linkBox03  > a > .link {
	padding: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}
.groupList > .linkBox > .link img,
.groupList > .linkBox03 > a > .link img {
	opacity: 1.00;
}
.groupList > .linkBox:nth-child(2n),
.groupList > .linkBox03:nth-child(2n) {
	margin-right: 0;
}
.groupList > .linkBox:nth-child(-n+2),
.groupList > .linkBox03:nth-child(-n+2) {
	margin-top: 0;
}
.groupList > .linkBox:nth-child(n+3),
.groupList > .linkBox03:nth-child(n+3) {
	margin-top: 10px;
}

/* infoBlock */
.infoBlock01 {
	margin-top: 25px;
}
.infoBlock01 > .title {
	padding-bottom: 9px;
	border-bottom: 1px solid #cccccc;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.18;
}
.infoBlock01 > .title + .entryList {
	margin-top: 0;
}
.infoBlock01 > .entryList > .entry {
	padding: 15px 0;
	border: none;
	border-top: 1px solid #dddddd;
}
.infoBlock01 > .entryList > .entry:first-child {
	border-top: none;
}
.infoBlock01 > .entryList > .entry .category {
	position: relative;
	top: -0.20em;
	min-width: 60px;
	margin: 0;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 16px;
	text-align: center;
}
.infoBlock01 > .entryList > .entry .category.new,
.infoBlock01 > .entryList > .entry .category.ir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
}
.infoBlock01 > .entryList > .entry .category.business {background-color: #e40012;}
.infoBlock01 > .entryList > .entry .category.new {background-color: #3ec240;}
.infoBlock01 > .entryList > .entry .category.ir {background-color: #374bf2;}
.infoBlock01 > .more {
	position: relative;
	width: 100%;
	background-color: #efefef;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.infoBlock01 > .more > a {
	display: block;
	padding: 0;
	background: none;
	color: #333333;
	font-weight: normal;
}
.infoBlock01 > .more > a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 9px;
	margin-top: -5px;
	background: url(/new_common/images/com_ic35.png) no-repeat 0 0;
	background-size: 6px auto;
	content: "";
}
.infoBlock02 {
	margin-top: 25px;
}
.infoBlock02 + .infoBlock02 {
	margin-top: 30px;
}
.infoBlock02 > .title {
	position: relative;
	padding-left: 10px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.22;
}
.infoBlock02 > .title:before {
	position: absolute;
	top: 0.10em;
	left: 0;
	width: 3px;
	height: 14px;
	border-radius: 3px;
	background-color: #7a7a7a;
	content: "";
}
.infoBlock02 > .title + * {
	margin-top: 10px;
}
.infoBlock02 > .socialList > li {
	float: left;
	width: 46.55%;
	margin: 10px 6.90% 0 0;
}
.infoBlock02 > .socialList > li > a {
	display: inline-block;
	padding-left: 36px;
	background: no-repeat 0 0.10em;
	background-size: 28px auto;
}
.infoBlock02 > .socialList > li:nth-child(2n) {
	margin-right: 0;
}
.infoBlock02 > .socialList > li.twitter > a {
	background-image: url(/new_common/images/twitter_ic01.png);
}
.infoBlock02 > .socialList > li.facebook > a {
	background-image: url(/new_common/images/facebook_ic01.png);
}

/* banner */
.banner {
	margin-top: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 0 0 #e5e5e5;
	   -moz-box-shadow: 0 2px 0 0 #e5e5e5;
	        box-shadow: 0 2px 0 0 #e5e5e5;
}
.banner.square {
	border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

}


@media print {

/*=================================

	4: print for PC

================================ */

}


/*=================================

	clearfix

=================================*/
#contents:after,
.mainMenu:after,
.groupList:after,
.infoBlock02 > .socialList:after {
	clear: both;
	display: block;
	content: "";
}
#contents,
.mainMenu,
.groupList,
.infoBlock02 > .socialList {
	zoom: 1;
}