@charset "UTF-8";
/* CSS Document */
/* #headerList が英文サイトと異なります */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

a.logo {
	background-image:url(../img/common/logo.gif);
	background-size: contain;
	background-repeat: no-repeat;
	max-width:460px;
	height:50px;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: #fff;
}

 span.red {
	 color:#C30;
}

.red a {
	 color:#C30;
	 text-decoration: underline #C30;
}

span.right {
	text-align: right;
}

a.pdf {
    display: block;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}

a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

a:link {
	text-decoration:underline;
	color:#777;
}

a:hover {
	text-decoration:underline;
	color:#CCC;
}

#headerLine {
	background-color:#FFCB00;
	}

h1 {
	width: 100%;
	max-width:960px;
	min-height:21px;
	margin:0 auto;
	color:#FFFFFF;
	font-size: 9px;
	line-height:21px;
}

.forPc { display:inline; }
.forSp { display:none; }

@media screen and (max-width:600px) {
	.forPc { display:none; }
	.forSp { display:inline; }
  h1 {    
	width: calc(100% - 20px);
	font-size:0.8rem;
	line-height: 1rem;
  }
}

h2 {
	clear:both;
	max-width:948px;
	height:37px;
	color:#333;
	font-size:15px;
	letter-spacing:0.1em;
	line-height:37px;
	padding-left:12px;
	background-image:url(../img/common/h2Bg.gif);
	background-repeat:no-repeat;
}

@media screen and (max-width:600px) {
  h2 {   
	font-size:1.1rem;
  }
}

h3 {
	clear:both;
	width:230px;
	height:30px;
	color:#333;
	font-size:12px;
	letter-spacing:0.1em;
	line-height:30px;
	margin-top:13px;
	margin-bottom:13px;
	padding-left:1.5em;
	background-image:url(../img/common/h3Bg.gif);
	background-repeat:no-repeat;
}
@media screen and (max-width:600px) {
	h3{
	font-size:1rem;
	line-height:30px;
	}
}

h3.w350 {
	width:350px;
	background-image:url(../img/common/h3Bg350.gif);
	font-size: 1rem;
}

/* Inner設定 */
#headerInner,#menuInner,#mainInner,
#footerInner,#copyRightInner {
	width: 100%;
	max-width:960px;
	margin:0 auto;
}

/* header */
#header {
	height:109px;
	background-image:url(../img/common/headerBg.gif);
}

ul#headerList {
	margin-top:20px;
	margin-bottom:3px;
	float:right;
	width:420px;
	height:13px;
	text-align:right;
	background-image:url(../img/common/headerList02.gif);
}
@media screen and (max-width:600px) {
  ul#headerList {    
	width: calc(100% - 20px);
  }

  ul#headerList {
	  background-size: contain;
	  margin: 5px;
	  position: relative;
	  top: 75px;
	}
}

ul#headerList li a {
	float:left;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
ul#headerList li.hdl1 a {
	width:68px;
	height:13px;
	margin-right:27px;
}
ul#headerList li.hdl2 a {
	width:69px;
	height:13px;
	margin-right:27px;
}
ul#headerList li.hdl3 a {
	width:65px;
	height:13px;
	margin-right:27px;
}
ul#headerList li.hdl4 a {
	width:58px;
	height:13px;
}
ul#headerList li.hdl5 a {
	width:52px;
	height:13px;
	margin-right:27px;
}

@media screen and (max-width:600px) {
ul#headerList li.hdl1 a {
	width: 16.1%;
	height:13px;
	margin-right:6.4%;
}
ul#headerList li.hdl2 a {
	width:16.4%;
	height:13px;
	margin-right:6.4%;
	}
ul#headerList li.hdl3 a {
	width:15.4%;
	height:13px;
	margin-right:6.4%;
}
ul#headerList li.hdl4 a {
	width:13.8%;
	height:13px;
}
ul#headerList li.hdl5 a {
	width:12.3%;
	height:13px;
	margin-right:6.4%;
}
}

/* menu */
#menu {
	height:60px;
	background-image:url(../img/common/menuBg.gif);
}

@media screen and (max-width:600px) {
	#menu {
		height:240px;
	}
}

ul#menuList {
	max-width:960px;
	height:60px;
}

@media screen and (max-width:600px) {
	ul#menuList {
		width: 274px;
		margin: 0 auto;
	}
	
	ul#menuList li a {
		width:136px !important;
		border-right: solid 1px #eee;
	}
}

ul#menuList li a {
	width:137px;
	height:60px;
	float:left;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(../img/common/menu02.gif);
	color: #fff;
}

ul#menuList li.mnl1 a {
	background-position:0px 0px;
}
ul#menuList li.mnl1 a:hover {
	background-position:0px -60px;
}

ul#menuList li.mnl2 a {
	background-position:-137px 0px;
}
ul#menuList li.mnl2 a:hover {
	background-position:-137px -60px;
}

ul#menuList li.mnl3 a {
	background-position:-274px 0px;
}
ul#menuList li.mnl3 a:hover {
	background-position:-274px -60px;
}

ul#menuList li.mnl4 a {
	background-position:-411px 0px;
}
ul#menuList li.mnl4 a:hover {
	background-position:-411px -60px;
}

ul#menuList li.mnl5 a {
	background-position:-548px 0px;
}
ul#menuList li.mnl5 a:hover {
	background-position:-548px -60px;
}

ul#menuList li.mnl6 a {
	background-position:-685px 0px;
}
ul#menuList li.mnl6 a:hover {
	background-position:-685px -60px;
}

ul#menuList li.mnl7 a {
	background-position:-822px 0px;
}
ul#menuList li.mnl7 a:hover {
	background-position:-822px -60px;
}

/* 現在のページ */
body#top ul#menuList li.mnl1 a {
	background-position:0px -60px;
}

body#company ul#menuList li.mnl2 a {
	background-position:-137px -60px;
}

body#business ul#menuList li.mnl3 a {
	background-position:-274px -60px;
}

body#office ul#menuList li.mnl4 a {
	background-position:-411px -60px;
}

body#news ul#menuList li.mnl5 a,
body#article ul#menuList li.mnl5 a{
	background-position:-548px -60px;
}

body#recruit ul#menuList li.mnl6 a,
body#entrysheet ul#menuList li.mnl6 a {
	background-position:-685px -60px;
}


/* main */
#main {
	background-image:url(../img/common/mainBg.gif);
	background-repeat:repeat-x;
	padding-top:25px;
	}

/* slidrBox */
#slidrBox {
	padding-bottom:25px;
}

/* contents */
#contents {
	margin:0;
}

#topNews,#topRecruit {
	border:solid 1px #DADADA;
	max-width:958px;
	margin-bottom:20px;
}

#topNews {
	max-height: 200px;
	overflow: scroll;
}

dl.topNews,dl.topRecruit {
	max-width:920px;
	overflow:hidden;
	margin:0 auto;
}

dl.topNews dt,
dl.topNews dd {	
	border-bottom:solid 1px #DADADA;
	padding: 10px;
}

dl.topNews dt.last,
dl.topNews dd.last {
	border:none;
}

dl.topNews dt a,
dl.topNews dd a {
	text-decoration:underline;
	color:#333;
}

dl.topNews dt a:hover,
dl.topNews dd a:hover {
	text-decoration:underline;
	color:#CCC;
}

dt.recruit {
	background-repeat:no-repeat;
	background-position:0px 15px;
	float:left;
}

dt.news {
	float:left;
}

dt.news_icon {
	background-image:url(../img/top/new.gif);
	background-repeat:no-repeat;
	background-position:0px 15px;
}


a img.news {
	float: right;
	margin: 5px;
}

#topRecruit p {
	padding: 20px 20px 0 20px;
}

dl.topRecruit dt img {
	width: 200px;
	height: 100px;
}

dl.topRecruit dt {
	width: 200px;
	float: left;
}

dl.topRecruit dd {
	line-height:1.5rem;
	padding-left: 220px;
}

dl.topRecruit dt,
dl.topRecruit dd {
	min-height:120px;	
	border-bottom:solid 1px #DADADA;
	padding-top: 20px;
}

dl.topRecruit dt.last,
dl.topRecruit dd.last {
	min-height:120px;
	line-height:1.5rem;
	border:none;
	padding-top: 20px;
}

dl.topRecruit dt a,
dl.topRecruit dd a {
	color:#333;
	text-decoration: none !important;
}

dl.topRecruit dt a:hover,
dl.topRecruit dd a:hover {
	text-decoration:underline;
	color:#CCC;
}

dl.topRecruit dd strong {
	font-weight: bold;
	font-size: 110%;
}

@media screen and (max-width:600px) {
	dl.topNews dt,dl.topNews dd {
	}
	dl.topNews dt.last,
	dl.topNews dd.last {
		padding: 10px;
	}
	
	dl.topRecruit dt, dl.topRecruit dd {
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	
	dl.topRecruit dt img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
	dl.topRecruit dt{
		text-align: center;
	}
	
	dl.topRecruit dd {
		padding: 20px 0;
	}
}

/* footer */
#footer {
	clear:both;
	background-color:#F6F6F6;
}

#footerInner {
	padding-top:25px;
	padding-bottom:25px;
	overflow:hidden;
}

#footerInner ul {
	float:left;
}

#footerInner ul li {
	margin-left:25px;
	list-style-position:inside;
	list-style-image:url(../img/common/cursor.gif);
	font-size:12px;
	float:left;
}

@media screen and (max-width:600px) {
  #footerInner ul li {    
	font-size: 1em;
    line-height: 1.5em;
  }
}

#footerInner ul li a {
	clear:both;
	color:#777;
}

#footerInner ul li a:hover {
	color:#BABABA;
}

/* copyRight */
#copyRight {
	clear:both;
	height:35px;
	background-color:#FFCB00;
}

#copyRightInner {
	font-size:1rem;
	line-height:35px;
	color:#FFF;
	text-align:center;
}
@media screen and (max-width:600px) {
	#copyRight {
		height: auto;
	}
	#copyRightInner {
		font-size:1em;
		line-height:1.5em;
	}
}

div.tpr {
	overflow: hidden;
}
div.tpr_left {
	width: calc(100% - 220px);
	float: left;
	margin: 0 20px 0 0;
}
div.tpr_right {
	float: right;
}

div.youtube_mini {
	
}

iframe.youtube_mini {
	width: 200px;
	height: 100px;
}

@media screen and (max-width:600px) {
	div.tpr_left,div.tpr_right {
	width: 100%;
	float: left;
	margin: 0;
}


div.youtube_mini {
	margin: 20px 0 0 0;
}

iframe.youtube_mini {
	width: 100%;
	height: auto;
}

}
.ytp-title-enable-channel-logo,
.ytp-title-enable-channel-logo .ytp-title-channel,
.html5-video-player a {
	display: none !important;
}