@charset "UTF-8";

/* CSS Document */

header{
	height:55px;
	border-bottom:1px solid #ccd0ef;
}

/* company */

#cp-title{
	margin:10px 0px 0px 12px;
	width: 137px;
	height: 40px;
	background:url(../images/title/company_title.gif);
	background-size: 100%;
	background-repeat:no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:12px;
	position:relative;
}

#c-list-wrap {
	margin: 0 4% 50px 4%;
	width: auto;
	font-size: 12px;
	color:#222;
	position:relative;
}

dl.c-list {
	margin:0 0 2em 0;
	width:100%;
	text-align:left;
	font-size:12px;
	display:block;
	font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	max-height: 100%;
}

dl.c-list dt {
	margin: 0.5em 0 0.3em 0;
	color:#555;
	line-height:1.5em;
	font-size: 1.1em;
	font-weight:700;
}

dl.c-list dd {
	margin:0;
	line-height:1.3em;
	padding:0px 0px 0.5em 0.5em;
	border-bottom:1px solid #999;
}

dl.c-list dd.bsn {
	border-style:hidden;
}

dl.c-list dd.md {
	border-style:hidden;
	padding-left: 0.5em;
	padding-top: 0px;
	padding-bottom: 0px;
}

dl.c-list dd.lhs {
	line-height:1.3em;
}

/*追加*/
dl.c-list dd div.division {
	margin-bottom: 0.1em;
	font-weight: 400;
}

dl.c-list dd.first_news {
	border:none;
}

dl.c-list dd a {
	color:#555;
	text-decoration:none;
}

dl.c-list dd a:visited {
	color:#555;
}

dl.c-list dd a:hover {
	color:#555;
	text-decoration:underline;
}

/* philosophy */

#ps-title{
	margin:10px 0px 0px 12px;
	width: 137px;
	height: 40px;
	background:url(../images/title/philosophy_title.gif);
	background-size: 100%;
	background-repeat:no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:12px;
	position:relative;
}

/*使ってなさそう?*/
.pd{
	margin:35px 38px 0 243px;
	float:left;
	font-size:11px;
	color:#555;
}

.pd ul li{
	margin-bottom:10px;
}
/**/

#ps-wrap {
	margin: 0 4% 50px 4%;
	width: auto;
	color:#222;
	font-size:12px;
	line-height:1.3em;
}

#ps-wrap p {
	margin-bottom: 0.5em;
}

#ps-wrap h2 {
	margin-bottom: 0.2em;
}

.ps-md{
	margin:2em 0;
}

ol{
	margin:0 0 20px;
}

ol li {
	list-style: decimal;
	list-style-position:inside;
	line-height:1.8em;
	font-family:'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/*追加*/
#ps-wrap h2.ps-word {
	font-size: 14px;
	font-weight:700;
}

/* work */

#wk-title{
	margin:10px 0px 0px 12px;
	width: 137px;
	height: 40px;
	background:url(../images/title/work_title.gif);
	background-size: 100%;
	background-repeat:no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:12px;
	position:relative;
}

#w-list-wrap {
	margin: 0 0 75px 0;
	width:auto;
	font-size: 12px;
	color:#222;
}

.wmds{
	margin: 0 4% 0 4%;
	width:auto;
	font-size:14px;
	font-weight:700;
	line-height:1.3em;
	//color:#0800af;
	color:#0066ff;
}

#wk-box-wrap {
	display: table;
	margin: 0;
}

.works-box{
	position: relative;
	margin-top:2.4%;
	margin-bottom:2.4%;
	margin-left:0;
	margin-right:0;
	display:block;
	font-size:12px;
	//width: 140px;
	//height: 205px;
	width: 150px;
	height: 220px;
	background:#fff;
	color:#222;
	vertical-align:middle;
	float: left;
}


.works-box a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.works-box a:hover{
	background:rgba(255,255,255,0.5);
}


.imgbox{
	border:1px solid #969696;
	width: auto;
	height: auto;
}

.imgbox img {
	width: 100%;
	height: auto;
}

/*追加*/
.cmntbox{
	position: absolute;
	width: 100%;
}
/*追加*/


.works-box p{
	font-family:'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:11px;
	line-height:12px;
	color:#222;
}


.mdh3{
	margin-top:5px;
	border-bottom:1px solid #999;
	line-height:12px;
}

.hr{
		border-top:1px solid #999;
		border-bottom:1px solid #999;
		height:13px;
}

.works-box p.cf{
	font-family:verdana,'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.fss {
		white-space:nowrap;
		font-size:11px;
		-webkit-transform:scale(0.9);
		-moz-transform:scale(0.9);
		-ms-transform:scale(0.9);
		-o-transform:scale(0.9);
		transform:scale(0.9);
		-moz-transform-origin: 0px 50%;
		-webkit-transform-origin: 0px 50%;
		-o-transform-origin: 0px 50%;
		-ms-transform-origin: 0px 50%;
		transform-origin: 0px 50%;
	}
}

.notice{
	padding : 6px 4% 5px 4%;
	font-weight:700;
	clear:both;
}

.nmd{
	font-weight:700;
	color:#FF0000;
}


.wk-department-wrap{
	/*変更_padding:20px 0 30px 0;*/
	padding: 2em 0px 3em 0px;
	clear:both;
}

.wk-department{
	margin-top: 5px;
	padding-top: 3px;
	padding-left: 4%;
	height:19px;
	font-size:12px;
	font-weight:700;
	line-height:19px;
	background-color:#0066ff;
	/*background-color:#0800af;*/
	color:#fff;
	font-family:"Hiragino Sans", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.wk-ds{
	padding-top:5px;
	font-size:12px;
	line-height:1.3em;
	clear:both;
}

.wk-ds dt{
	margin-left: 4%;
	margin-right: 4%;
	font-weight:700;
	color:#0066ff;
	//color:#0800af;
}

.wk-ds dt.sp{
	padding-right:17px;
}

/*追加*/
.wk-ds div.wk-block{
	clear:both;
	margin-left: 2em;
	margin-top: 0;
	//margin-bottom:0.7em;
}

.wk-ds dd{
	margin:0.2em 0em 0 0;
	padding-left:0.9em;
	background-image:url(../images/works/wkds.gif);
	background-repeat:no-repeat;
	background-position:0 center;
	float:left;
}

/*?*/
.wkp{
	margin-right:2px;
	font-size:10px;
	line-height:12px;
	display:block;
	float:left;
}



/* contact */

#ct-title{
	margin:10px 0px 0px 12px;
	width: 137px;
	height: 40px;
	background:url(../images/title/contact_title.gif);
	background-size: 100%;
	background-repeat:no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:12px;
	position:relative;
}

#ct-wrap {
	margin: 0 4% 60px 4%;
	width: auto;
	font-size: 12px;
	color:#222;
}

.ct-mds{
	margin-left:0px;
	margin-bottom:0.2em;
	font-size:14px;
	font-weight:700;
}

.ct-mds2 {
	margin-left:0px;
	margin-top:-2em;
	margin-bottom:0.2em;
	font-size:14px;
	font-weight:700;
}

/*追加*/
.ct-map {
	width:100%;
}
.ct-map img{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	height:100%;
}
/*追加*/

ul.ct-ex {
	padding:0.2em 0.5em 0.5em 0.2em;
	font-size:12px;
	color:#222;
	border-bottom:1px solid #a3a3a3;
}

ul.ct-ex li{
	font-size:0.9em;
	line-height:1.4em;
}

ul.ct-ex li.fs{
	/*変更_width:240px;*/
}

ul.ct-ex li.fs2{
	/*変更_width:400px;*/
}

dl.ct-list {
	margin:0 0 50px 0;
	text-align:left;
	font-size:12px;
	line-height:1.3em;
	font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color:#222;
}

dl.ct-list dt {
	margin: 0.5em 0px 0.2em 0px;
	font-weight:700;

}

dl.ct-list dd {
	margin:0;
	padding:0.2em 0 0.5em 1em;
	border-bottom:1px solid #a3a3a3;
}

.ml {
	padding-left:12px;
	margin-bottom: 2em;
	font-size:12px;
	text-decoration:underline;
}

/* ----	recruit ---- */


#rr-title{
	margin:10px 0px 0px 12px;
	width: 137px;
	height: 40px;
	background:url(../images/title/recruit_title.gif);
	background-size: 100%;
	background-repeat:no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:12px;
	position:relative;
}

ul#rr-d-list{
	margin: -50px 4%  5px 4%;
	float:right;
}

ul#rr-d-list li{
	margin: 2px 0 0 0;
	padding: 3px 5px 3px 2px;
	font-size:12px;
	font-weight:700;
	width:105px;
	text-align:right;
	background-color:#0066ff;
	/*background-color:#0800af;*/
	font-family:"Hiragino Sans", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.mh{
	font-size:10px;
	font-weight:700;
	line-height:12px;
}

ul#rr-d-list li a{
	color:#FFF;
}


#rr-list-wrap {
	margin: 0 4% 50px 4%;
	color:#222;
	clear:both;
}

.rr-d-recruit{
	margin:0 0 10px 0;
}

.rr-department{
	margin-bottom:0.1em;
	padding-top:0.1em;
	padding-left:0.4em;
	height:20px;
	font-size:14px;
	font-weight:700;
	line-height:20px;
	text-align:left;
	background-color:#0066ff;
	/*background-color:#0800af;*/
	color:#fff;
	font-family:"Hiragino Sans", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.rrmds{
	padding: 0 0 0.5em 0;
	font-size:11.7px;
	font-weight:700;
	line-height:1.3em;
	border-bottom:1px solid #999;
}

.rrmds2{
	padding: 0 0 0.5em 0;
	font-size:12px;
	font-weight:700;
	line-height:1.3em;
	border-bottom:1px solid #999;
}

/* 追加 */
.rrpt{
	margin-top:10px;
}

dl.rr-list {
	margin: 0 0 0 0;
	width:100%;
	text-align:left;
	font-size:11.7px;
	line-height:1.3em;
	display:block;
	font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

dl.rr-list dt {
	margin:	0.3em 0px 0.2em 0px;
	color:#555;
	line-height:1.5em;
	font-size: 1.1em;
	font-weight:700;
}

dl.rr-list dd {
	margin: 0;
	padding:0px 0px 0.5em 0.5em;
	border-bottom:1px solid #999;
}

dl.rr-list dd.bsn {
	border-style:hidden;
}

dl.rr-list dd.md {
	border-style:hidden;
	margin: 0 0 -1em 0;
}

dl.rr-list dd.lhs {
	line-height:1.5em;
}

/*追加*/
dl.rr-list dd div.division {
	font-size: 12px;
}

/*追加*/
dl.rr-list dd div.division {
	font-weight: 400;
}

dl.rr-list dd.first_news {
	border:none;
}

dl.rr-list dd a {
	color:#222;
	text-decoration:none;
}

dl.rr-list dd a:visited {
	color:#222;
}

dl.rr-list dd a:hover {
	color:#222;
	text-decoration:underline;
}

/* ▼01リクルート画像追加 */
.ru_image{
	margin:10px 0px 10px 0px;
	/*height:240px;*/
	clear:both;
	padding-bottom:1em;
	border-bottom:2px dotted #999;
}

.ru_left{
	margin:11px 0px 10px 0px;
	height:218px;
	/*float:right;*/
	position:relative;
}

#slide {
	margin:0px 0px 10px 0px;
	width:266px;
	height:240px;
	position:relative;
	/*float:left;*/
}

#slide img {
	position:absolute;
	left:0;
	top:0;
	height:240px;
}
/* ▲01リクルート画像追加 */