@charset "UTF-8";
/* CSS Document */

html, body{
    height:100%;
}

body {
	background-color:#fff;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","メイリオ",Arial,"Hiragino Kaku Gothic Pro",Osaka,Meiryo,sans-serif;
	color:#333333;
	font-size: 85%;
	line-height:1.6em;
	text-align:-moz-center; /*FF*/
	text-align:center; /*IE */
	height:100%;
	-webkit-text-size-adjust: none;
}

.ie body {font-size:70%;}/* sets a percentage base font size for IE browsers; needs to work for IE6, 7, 8, 9 */


p {
	font-size:100%;
	line-height:1.6em;
	text-align:justify;
}

.small {
	font-size:80%;
	line-height:1.5em;
}

img {
    border: medium none;
}

a, a:link, a:visited {
	color:#333333;
	text-decoration:none;
}

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

html, body, div, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p, pre, blockquote, address, hr, table, tr, th, td, form, fieldset, input, textarea{
	margin: 0;
	padding: 0;
}

ul, ul li, dl, dl dt, dl dd, ol, ol li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}


.clear {
    clear: both;
}

.margin_l_15 {
	margin-left:15px;
}

/*  ------------------- 各ページ共通（構造） ---------------------- */

.wapper {
	width:100%;
	margin:0px Auto;
	text-align:-moz-center; /*FF*/
	min-height: 100%;　/* ポイント1 */
	_height: 100%; /* for IE6 */
}


/*  ------------------- ヘッダー ---------------------- */

#header {
	width:100%;
	margin:0px Auto;
	text-align:-moz-center; /*FF*/
	height:140px;
	background:url(../img/header_bk.gif) bottom center no-repeat;
}

#header #header_info {
	width:900px;
	margin:0px Auto;
	text-align:-moz-center; /*FF*/
}


#header #header_info .logo {
	margin-top:25px;
	float:left;
}


#header .lead {
	font-size:10px;
	color:#999999;
	font-weight:normal;
	float:left;
	text-align:left;
	margin-left:15px;
	margin-top:50px;
	line-height:1.4em;
}


#index .index_contents {
	width:630px;
	margin:0px Auto;
	text-align:-moz-center; /*FF*/
}

#index .index_contents h3 {
	margin-top:60px;
	margin-bottom:30px;
}


#index .index_contents p {
	line-height:2.2em;
	font-size:105%;
	margin-left:5px;
	font-family:'Hiragino Mincho ProN', serif;
}

#index .index_contents p.name {
	margin-top:20px;
	font-family:'Hiragino Mincho ProN', serif;
	font-size:110%;
}



/* 第二階層コンテンツ */
#second .second_contents {
	width:900px;
	margin:0px Auto;
	text-align:-moz-center; /*FF*/
}

/* パン屑 */
#second ul#bread li{
	font-size:80%;
	float:left;
	color:#999999;
}

#second ul#bread li a {
	color:#999999;
}
	
#second ul#bread{
	margin-bottom:20px;
}



#second .second_contents h3 {
	width:900px;
	margin:0px Auto;
	text-align:-moz-center; /*FF*/
	margin-bottom:30px;
}


/*  ------------------- トップニュース ---------------------- */

#index #news {
	width:100%;
	margin:0px Auto;
	text-align:-moz-center; /*FF*/
	margin-top:40px;
	background-color:#F5F5F5;
	padding-top:25px;
}
	
#news #news_info {
	width:900px;
	margin:0px Auto;
	text-align:-moz-center; /*FF*/
}

#news #news_info h4 {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#news #news_info a.list {
	background:url(../img/icon_red.png) 0px 5px no-repeat;
	float:left;
	margin-top:7px;
	padding-left:12px;
}

#news #news_info .news_sec {
	width:280px;
	float:left;
	margin-right:25px;
	margin-bottom:20px;
}

#second #news #news_info .news_sec {
	margin-bottom:30px;
}

#second #news #news_info .year_t{
	text-align:left;
	margin-bottom:20px;
}

#news #news_info .news_sec img {
	border:2px solid #fff;
	float:left;
}

#second #news #news_info .news_sec img {
	border:2px solid #f1f1f1;
	float:left;
}


#news #news_info .news_sec img.mk {
	border:none;
	float:none;
}

#news #news_info .news_sec .text {
	float:left;
	padding-left:10px;
	width:200px;
}

#news #news_info .news_sec .text p.date {
	font-size:11px;
	color:#999999;
}

#news #news_info .news_sec .text p.link {
	line-height:1.4;
}


#news #news_info .last {
	margin-right:0;
}

#news #news_info .news_sec .link img {
	border:none;
	float:none;
	padding-left:5px;
}

#second #news #news_info .news_sec .link img {
	border:none;
	float:none;
	padding-left:5px;
}

#second #news #news_info .news_sec .date img {
	border:none;
	float:none;
	padding-left:5px;
}


/*  ------------------- フッター ---------------------- */

#footer {
	width:100%;
	margin:0px Auto;
	text-align:-moz-center; /*FF*/
}

#index #footer {
	background-color:#F5F5F5;
	background:url(../img/footer_bk.png) top center no-repeat;
}

#second #footer {
	background-color:#fff;
	background:url(../img/footer_bk2.png) top center no-repeat;
}
	
	
#footer #footer_info {
	width:900px;
	height:170px;
	margin:0px Auto;
	text-align:-moz-center; /*FF*/
}

#footer #footer_info img {
	margin-top:70px;
	float:left;
}

#footer #footer_info .left_area {
	float:left;
	width:500px;
	text-align:left;
	margin-left:30px;
}



#footer #footer_info .left_area ul {
	margin-top:65px;
	float:left;
	color:#999999;
	font-size:12px;
}

#footer #footer_info .left_area ul li {
	float:left;
	padding-right:15px;
}

#footer #footer_info .left_area ul a {
	color:#999999;
	background:url(../img/icon_red.png) 0px 2px no-repeat;
	padding-left:10px;
}

#footer #footer_info .left_area ul a:hover {
	color:#CC6666;
	text-decoration:underline;
}


#footer #footer_info .left_area p.adress {
	float:left;
	color:#999999;
	font-size:12px;
	margin-top:5px;
}

#footer #footer_info .copyright {
	float:right;
	text-align:right;
	color:#999999;
	font-size:10px;
	margin-top:70px;
}


/* -------------  モーダル ---------------------------- */


.news_1  {
	display: none;
	background-color: #ffffff;
	padding: 30px;
	text-align:left;
	
}
#box1 p:first-child ~ p,
#box2 p:first-child ~ p,
#box3 p:first-child ~ p {
	margin-top: 1em;
}

.news_1 {
	width: 450px;
}

.news_1 img.news_icon {
	margin-bottom:10px;
	float:left;
	margin-right:10px;
}

.news_1 p.n_date {
	font-size:11px;
	color:#999;
	float:left;
	width:300px;
}

.news_1 p.n_tl {
	font-size:110%;
	margin-bottom:10px;
	float:left;
	width:360px;
}

.news_1 p.n_tl a {
	color:#d94c50;
}

.news_1 img.n_photo {
	padding-left:50px;
	padding-top:10px;
}


.modal-close {
	text-align: right;
	margin-top:10px;
	line-height:0;
}
#modal-win {
	width: 100%;
	height:100%;
	position: absolute;
}

*+html #modal-win {
	left: 0;
	height:100%;
	position: absolute;
}

#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	position: relative;
	z-index: 101;
	border-radius: 10px;
}



#modal-win-inner > * {
	border-radius: 10px;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}

/* ページトップ */

.clWrap{
	width:800px;
	margin:0 auto;
	height:20px;
}
.pagetop{
	position: fixed;
	bottom: 20px;
	margin: 0 0 0 680px;
	height:25px;
	width:120px;
	text-align:center;
	cursor:pointer;
	background-color:#000;
	color:#FFF;
	line-height:1.8sem;
}


/* タブ切り分け */

/* tab */

.btn_tab {
	width:900px;
	line-height:35px;
	line-height:0;
}

.btn_tab li {
    float: left;
	line-height:0;
	margin-right:7px;
}


.container_tab {
	border-top:1px solid #CCCCCC;
	text-align:left;
	padding-top:65px;
	padding-bottom:30px;

}

.container_tab .photo_area {
	float:right;
	width:280px;
}

.container_tab .photo_area img {
	line-height:0;
}

.container_tab .photo_area p {
	margin-bottom:10px;
	font-size:80%;
	text-align:right;
	color:#999;
	width:280px;
	line-height:1em;
}

.container_tab .cf {
	}
	
.container_tab .cf:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}


.container_tab h4 {
	margin-bottom:30px;
	float:left;
}

.container_tab p {
	margin-bottom:35px;
	width:555px;
	line-height:2em;
	float:left;
}

.container_tab p a.link_a {
	background:url(../img/icon_red.png) 0px 4px no-repeat;
	text-decoration:underline;
	padding-left:10px;
}


/* 仕事の指針 */
.container_tab .work_1 {
	width:700px;
	margin-left:100px;
}

.container_tab .work_1 p {
	margin-bottom:35px;
	float:none;
	width:700px;
}

/* 仕事の領域 */
.container_tab .work_2 {
	width:900px;
	height:675px;
	background:url(../../works/img/bk_work2.png) top left no-repeat;
	position:relative;
}

.container_tab .work_2 img.wn_1 {
	position:absolute;
	top:90px;
	left:50px;
}

.container_tab .work_2 img.wn_2 {
	position:absolute;
	top:180px;
	left:50px;
}

.container_tab .work_2 img.wn_22 {
	position:absolute;
	top:238px;
	left:50px;
}

.container_tab .work_2 img.wn_3 {
	position:absolute;
	top:343px;
	left:50px;
}

.container_tab .work_2 img.wn_4 {
	position:absolute;
	top:70px;
	left:185px;
}

.container_tab .work_2 img.wn_5 {
	position:absolute;
	top:110px;
	left:185px;
}

.container_tab .work_2 img.wn_6 {
	position:absolute;
	top:343px;
	left:185px;
}

.container_tab .work_2 img.wn_7 {
	position:absolute;
	top:460px;
	left:185px;
}

.container_tab .work_2 img.wn_8 {
	position:absolute;
	top:582px;
	left:185px;
}

.container_tab .work_2 img.wn_9 {
	position:absolute;
	top:330px;
	left:330px;
}

.container_tab .work_2 img.wn_10 {
	position:absolute;
	top:445px;
	left:330px;
}

.container_tab .work_2 img.wn_11 {
	position:absolute;
	top:490px;
	left:330px;
}

.container_tab .work_2 img.wn_12 {
	position:absolute;
	top:573px;
	left:330px;
}

.container_tab .work_2 img.wn_13 {
	position:absolute;
	top:180px;
	left:475px;
}

.container_tab .work_2 img.wn_14 {
	position:absolute;
	top:250px;
	left:475px;
}

.container_tab .work_2 img.wn_15 {
	position:absolute;
	top:85px;
	left:623px;
}

.container_tab .work_2 img.wn_16 {
	position:absolute;
	top:210px;
	left:623px;
}

.container_tab .work_2 img.wn_17 {
	position:absolute;
	top:320px;
	left:623px;
}

.container_tab .work_2 img.wn_18 {
	position:absolute;
	top:365px;
	left:625px;
}

.container_tab .work_2 img.wn_19 {
	position:absolute;
	top:200px;
	left:765px;
}

.container_tab .work_2 img.wn_20 {
	position:absolute;
	top:335px;
	left:770px;
}


.container_tab .work_2 img.wn_21 {
	position:absolute;
	top:462px;
	left:770px;
}

/* -------------  モーダル ---------------------------- */


.work_c1  {
	display: none;
	background-color: #ffffff;
	padding: 30px;
	
}


#w_box1 p:first-child ~ p,
#w_box2 p:first-child ~ p,
#w_box3 p:first-child ~ p,
#w_box4 p:first-child ~ p,
#w_box5 p:first-child ~ p,
#w_box6 p:first-child ~ p,
#w_box7 p:first-child ~ p,
#w_box8 p:first-child ~ p,
#w_box9 p:first-child ~ p,
#w_box10 p:first-child ~ p,
#w_box11 p:first-child ~ p,
#w_box12 p:first-child ~ p,
#w_box13 p:first-child ~ p,
#w_box14 p:first-child ~ p,
#w_box15 p:first-child ~ p,
#w_box16 p:first-child ~ p,
#w_box17 p:first-child ~ p,
#w_box18 p:first-child ~ p,
#w_box19 p:first-child ~ p,
#w_box20 p:first-child ~ p,
#w_box21 p:first-child ~ p,
#w_box22 p:first-child ~ p,

{
	margin-top: 1em;
}

.work_c1 {
	width: 500px;
	text-align:left;
}


.work_c1 .tl {
	padding-bottom:5px;
	border-bottom:#ccc 1px solid;
}

.work_c1 .tl h5 {
	font-size:130%;
	font-weight:normal;
}

.work_c1 .tl .h5small {
	font-size:80%;
}


.work_c1 .tl p.n_date {
	font-size:12px;
	color:#999;
}

.work_c1 ul {
	margin-top:5px;
}

.work_c1 ul li.red {
	background-color:#E48B7F;
	padding:2px 5px 1px 5px;
	color:#fff;
	float:left;
	font-size:11px;
	margin-right:5px;
}

.work_c1 ul li.grey {
	background-color:#B5B5B6;
	padding:2px 5px 1px 5px;
	color:#fff;
	float:left;
	font-size:11px;
}

.work_c1 p.txt {
	margin-top:10px;
}


.work_c1 p.txt a {
	background:url(../img/icon_red.png) 0px 4px no-repeat;
	text-decoration:underline;
	padding-left:10px;
}
　
.work_c1 img.photo {
	margin-top:10px;
}

.work_c1 .modal-close {
	margin-top:0;
}


/* 私たちについて */


/* 会社概要 */


.container_tab .com_info {
	width:700px;
	margin-left:100px;
}


.container_tab .com_info .each {
	border-bottom:1px dotted #ccc;
	padding:5px 0;
}

.container_tab .com_info .each_first {
	border-top:1px dotted #ccc;
	padding:5px 0;
}

.container_tab .com_info .each dl dt {
	width:120px;
	padding:5px;
	text-align:center;
	background-color:#f1f1f1;
	float:left;
}


.container_tab .com_info .each dl dd {
	width:550px;
	padding:5px;
	margin-left:10px;
	float:left;
}

.container_tab .com_info .each dl dd span.red {
	color:#d94c50;
}
	
	
.container_tab .com_info .each dl dd p {
	margin-bottom:5px;
}		

.container_tab .com_info p {
	float:none;
	margin-bottom:0;
}
		
	
.container_tab .com_info span.grey {
	color:#666;
}	
			
/* 代表者略歴 */

.container_tab .ceo_photo_area {
	width:450px;
	float:left;
	text-align:center;
}

.container_tab .ceo_photo_area p {
	margin-bottom:10px;
	font-size:80%;
	text-align:right;
	color:#999;
	width:425px;
	line-height:1em;
}


.container_tab .ceo_txt {
	width:400px;
	float:left;
	margin-left:20px;
}

.container_tab .ceo_txt h4 {
	font-family:'Hiragino Mincho ProN', serif;
	font-size:160%;
	float:none;
}

.container_tab .ceo_txt span.cap {
	float:none;
	font-size:55%;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","メイリオ",Arial,"Hiragino Kaku Gothic Pro",Osaka,Meiryo,sans-serif;
	font-weight:normal;
}

.container_tab .ceo_txt p {
	float:none;
	width:400px;
	margin-bottom:30px;
}

/* 求人情報 */
#recruit {
	width:700px;
	margin-left:100px;
}

#recruit p {
	margin-bottom:10px;
}

#recruit .each_r {
	border:1px solid #ccc;
	margin-bottom:20px;
	padding:15px;
	text-align:left;
}
	
#recruit .each_r h5 {
	border-bottom:1px dotted #ccc;
	font-size:110%;
	font-size:normal;
	margin-bottom:5px;
	padding-bottom:3px;
	padding-left:12px;
	background: url(../../recruit/img/deco.png) 0px 2px no-repeat;
}

#recruit .each_r dl {
	margin-top:10px;
}

#recruit .each_r dl dt {
	margin-bottom:5px;
}

#recruit .each_r dl dt span.red {
	color:#d94c50;
}


#recruit .each_r dl dd  {
	background: url(../../recruit/img/icon_g) 0px 3px no-repeat;
	padding-left:18px;
}
	
	
#recruit p.voice {
	margin-top:10px;
	margin-bottom:0px;
}

/* お問い合わせ */

.form_area {
	width:700px;
	margin-left:100px;
}

.form_area form#mailformpro dl dd  {
	text-align:left;
}

#contact_thanks {
	margin-top:100px;
	margin-bottom:200px;
}

#contact_thanks p {
	text-align:center;
}

#contact_thanks a {
	background:url(../img/icon_red.png) 0px 4px no-repeat;
	padding-left:10px;
}