@charset "utf-8";
/*------------------------------------------------------
 コンテンツページ用
------------------------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, small {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*スマートフォン文字設定
	-webkit-text-size-adjust: auto;
	*/
}
body, td, th, h1, h2, h3, h4, h5, h6 {
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-weight: normal;
	line-height: 1.2;
	font-weight: normal;
	line-height: 1.2;
	position:relative;
}
article, aside, hgroup, header, footer, figure,  figcaption, nav, section, aside {
	display: block;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ol, ul {
	list-style-type: none;
}
#leftMenuAreaB ul {
}
/*レスポンシブ画像設定
img {
    width: 100%;
    max-width: 100%;
	border: 0;
	vertical-align: bottom;
}
*/
img {
	border: 0;
	vertical-align: bottom;
}
html, body {
	width: 100%;
}
a {
	outline: none;
}
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -ms-filter: "alpha(opacity=80)";
}
a:focus {
	outline: none;
}
header, article, section, footer {
	display: block;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
th,td {
	margin: 0;
	padding: 0;
}
th {
	text-align: left;
}
body {
	-webkit-text-size-adjust: none;
	line-height: 18px;
	background-color: #FFFFFF;
	color: #222;
	position: relative;
}

/* ヘッダー */
#headAreaInner {
	width: 1080px;
	height: 10px;
	background-color: #000000;
	margin: 0 auto 36px auto;
}

/* 左メニュー */
#leftMenuAreaB {
	background-image: url("../img/bg_menu_b.png");
	background-repeat: no-repeat;
	width: 201px;
/*	height: 468px;
*/	float: left;
}
#leftMenuAreaW {
	background-image: url("../img/bg_menu_w.png");
	background-repeat: no-repeat;
	width: 201px;
/*	height: 468px;
*/	float: left;
}

/* フッター */
#footArea {
	width: 1080px;
	margin: 0 auto;
}
#worksSlideInnerTitle {
	padding-bottom: 15px;
}

#worksSlide {
	margin-top: 40px;
}


#worksSlide > div ul li {
	padding: 0 4px;
}

#companyArea {
	padding: 50px 0;
	overflow: hidden;
}

#companyAreaLeft {
	float: left;
}

#companyAreaLeft > p {
	margin-top: 5px;
}

#companyAreaRight {
	float: right;
	margin-top: 23px;
	font-size: 10px;
}

/*140116追加*/

#interview_sub,
#interview_sub_b {
	display: none;
}
#interview_sub > li {
	padding-left: 30px;
	padding-bottom: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;	/* TOP */
	/*color: #FFFFFF; TOP以外*/
}
#interview_sub > li > a {
	text-decoration: none;
	color: #000000;	/* TOP */
	/*color: #FFFFFF; TOP以外*/
}
#interview_sub > li > a:hover {
	text-decoration: underline;
	color: #666666;	/* TOP */
	/*color: #BBBBBB; TOP以外*/
}

#interview_sub_b > li {
	padding-left: 30px;
	padding-bottom: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;	/* TOP */
	/*color: #FFFFFF; TOP以外*/
}
#interview_sub_b > li > a {
	text-decoration: none;
	color: #FFF;	/* TOP */
	/*color: #FFFFFF; TOP以外*/
}
#interview_sub_b > li > a:hover {
	text-decoration: underline;
	color: #999;	/* TOP */
	/*color: #BBBBBB; TOP以外*/
}

#bnrArea {
	margin:15px 0 2px 3px;
	width:196px;
}

/*右固定バナー*/

#rBnr {
	position: fixed;
	top:46px;
	right:0;
}

#rBnr li {
	margin-bottom:10px;
	}

#lBnr {
	background-color:#000;
	padding: 6px;
	width: 189px;
}
#lBnr ul {
	padding-bottom: 0;
}
#lBnr li {
	margin-bottom: 6px;
}
#lBnr li:last-child {
	margin-bottom: 0;
}

/* ================================================================================
   media query
   ================================================================================ */
@media all and (max-width: 1200px) {
	#rBnr {
		display: none;
	}
}

	 
@media screen and (max-device-width: 480px) {
	#rBnr {
		display: none;
	}
}
