/* ===================================================================
CSS information
 file name  :  style.css
 style info :  ページ全体の設定
=================================================================== */

@charset "UTF-8";

body{
	background:#eee;
	color:#333;
	line-height:1.6em;
	height:auto;
	min-height:100%;
	font-family:Verdana, Roboto, 'Droid Sans', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic ProN', sans-serif;
	position:relative;
	overflow: auto;	
}

#head{
	border-top:3px solid black;
	background:white;

	-webkit-box-shadow:1px 1px 5px #cfcece;
	   -moz-box-shadow:1px 1px 5px #cfcece;
	        box-shadow:1px 1px 5px #cfcece;
}

#head .head_wrap{
	max-width:976px;
	width:100%;
	margin:0 auto;
}

#head .head_wrap p.logo{
	float:left;
	width:50%;
	height:32px;
	padding-top:10px;
}

nav{
	margin:0 !important;
}

#head .head_wrap .navi{
	float:right;
	width:50%;
	padding:10px 0;
}

#head .head_wrap .navi ul{

}

#head .head_wrap .navi ul li{
	float:left;
	width:25%;
}

#head .head_wrap .navi ul li a{
	display:block;
	color:#4e4e4e;
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
}

#head .head_wrap .navi ul li a:hover{
	color:black;
	text-shadow:1px 1px 3px #ddd;
}

#container{
	max-width:956px;
	width:100%;
	margin:40px auto;
	padding:0 10px;
	padding-bottom:30px !important;
}


#container article{
	-webkit-box-shadow:1px 1px 5px #cfcece;
	   -moz-box-shadow:1px 1px 5px #cfcece;
	        box-shadow:1px 1px 5px #cfcece;

	background:#fff;
}

.topArea{
}

.topArea article.philosophy{
	width:66.3%;
	height:315px;
	position:relative;
	float:left;
}

.topArea article.philosophy h1{
	font-size:1.85em;
	font-weight:bold;
	line-height:1.6em;
	margin:20px 0 40px 20px;
}

.topArea article.philosophy p.txt{
	line-height:2.0em;
	margin-left:20px;
	width:63%;
}

.topArea article.philosophy p.philosophy_btn{
	position:absolute;
	bottom:10px;
	right:10px;
	background:#73cfe5;
}

.topArea article.philosophy p.philosophy_btn a{
	color:white;
	display:block;
	width:185px;
	height:60px;
	padding-top:16px;
	text-align:center;
	font-size:0.9em;
	font-weight:bold;
}

.topArea article.recruit{
	width:32.6%;
	position:relative;
	float:right;
	height:315px;
}

.topArea article.recruit a{
	display:block;
	height:305px;
	background:url("../img/recruit_link.jpg") no-repeat #fff 0 20px !important;
}

.topArea article.recruit h1{
	margin:10px 0 0 10px;
	font-weight:bold;
	color:#333;
}

.topArea article.recruit p{
	line-height:1.6em;
	margin:10px 0 0 10px;
	color:#333;
}

.topArea article.philosophy p.philosophy_btn a:hover,
.topArea article.recruit p.recruit_btn a:hover{
	background:#5da6b8;
}

.topArea article div.tab,
.middleArea article div.tab,
.bottomArea article div.tab{
	position:absolute;
	top:0;
	right:10px;
	background:#333;
	color:white;
	font-size:0.8em;
	width:80px;
	text-align:center;
}

.middleArea{
	margin-top:10px;
}

.middleArea article{
	float:left;
	width:32.6%;
	margin:0 1.1% 0 0 ;
	position:relative;
}

.middleArea article:last-child{
	margin:0;
}

.middleArea article a{
	display:block;
	height:300px;
	padding-top:10px;
}

.middleArea article.service01 a{
	background: url("../img/service01_link.jpg") no-repeat;
	overflow: hidden;
}

.middleArea article.service02 a{
	background: url("../img/service02_link.jpg") no-repeat;
	overflow: hidden;
}

.middleArea article.service03 a{
	background: url("../img/service03_link.jpg") no-repeat;
	overflow: hidden;
}


.topArea article a:hover,
.middleArea article a:hover,
.bottomArea article a:hover{
	opacity:0.6;
}

.middleArea article h1{
	margin:0 0 0 10px;
	color:#333;
	font-weight:bold;
}

.bottomArea{
	margin-top:10px;
}

.bottomArea article{
	width:100%;
	position:relative;
}

.bottomArea article.policy{
	float:right;
	width:100%;
}

.bottomArea article.policy a{
	display:block;
	background:url("../img/privacy_link.jpg") no-repeat;
	height:170px;
}

.bottomArea article.contacts{
	float:right;
	height:170px;
}

.bottomArea article.contacts a{
	display:block;
	background:url("../img/contact_link.jpg") no-repeat;
	height:170px;
}

#footer{
	background:black;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
}

#footer .footer_wrap{
	max-width:976px;
	width:100%;
	margin:0 auto;
}

#footer .footer_wrap ul{
	font-size:0.8em;
	float:left;
}

#footer .footer_wrap ul li{
	float:left;
	padding:0 10px;
}

#footer .footer_wrap ul li a{
	color:#a8a8a8;
}

#footer .footer_wrap ul li a:hover{
	color:white;
}

#footer .footer_wrap .copyright{
	float:right;
	color:#a8a8a8;
	font-size:0.8em;
}

/* ===================================================================
	SERVICE other:tab_contents.css
=================================================================== */

div.service{
	padding:0 80px !important;
}

h1.container_caption{
	font-size:1.8em;
	font-weight:bold;
	padding-bottom:5px;
	padding-right:10px;
	border-bottom:3px solid #333;
	width:30%;
	letter-spacing:0.1em;
}

h1.container_caption#service{
	width:100%;
}

h1.container_caption#service a{
	color:#333 !important;
	padding-right:5px;
	position:relative;
}

h1.container_caption#service a:hover{
	color:#464646;
	opacity:0.8;
}

h1.container_caption#service a:before{
	content:"";
	display:block;
	background:url(../img/allows_ico.png) no-repeat 0 17px;
	-webkit-background-size:9px;
	   -moz-background-size:9px;
			background-size:9px;

	width:9px;
	height:30px;

	position:absolute;
	top:0;
	left:0;
}

#content div h1{
	font-weight:bold;
	color:#000;
}

#content div p{
	width:80%;
	margin:0 auto;
	padding-top:370px;
	line-height:2.0em;
	font-size:0.8em;
}

#content #service_consult{
	background:url("../img/service_consult.jpg") no-repeat -10px 25px;
}

#content #service_network{
	background:url("../img/service_network.jpg") no-repeat -10px 25px;
}

#content #service_design{
	background:url("../img/service_design.jpg") no-repeat 0px 5px;
}

/* ===================================================================
	CORPORATE
=================================================================== */

div.corporate{
	padding:0 80px !important;
}

#content_wrap{
	margin:40px auto;
	background:white;

	-webkit-box-shadow:1px 1px 5px #cfcece;
	   -moz-box-shadow:1px 1px 5px #cfcece;
	        box-shadow:1px 1px 5px #cfcece;
	padding-bottom:5px;
	min-height:560px;
	position:relative;
}

#content_wrap img.visual{
	position:absolute;
	right:0;
}

div.corporate #content_wrap h1{
	margin:10px;
	padding:10px 0 10px 5px;
	border-bottom:1px solid #ddd;
	width:74.5%;
	font-weight:bold;
	font-size:1.1em;
}

div.corporate #content_wrap p{
	font-size:0.8em;
	width:74.5%;
	margin:10px;
}

div.corporate #content_wrap p b{
	font-size:1.0em;
}

div.corporate #content_wrap table{
	text-align:left;
	margin:10px;
	width:74.5%;
	font-size:0.8em;
}

div.corporate #content_wrap table tr{
	border-bottom:1px dotted #ddd;
}

div.corporate #content_wrap table tr:last-child{
	border:none;
}

div.corporate #content_wrap table tr th{
	padding:4px 0 4px 5px;
	width:20%;
}

/* ===================================================================
	RECRUIT
=================================================================== */

div.recruits{
	padding:0 80px !important;
	width:820px;
}

div.recruits #content_wrap h1{
	margin:10px;
	padding:10px 0 10px 5px;
	border-bottom:1px solid #ddd;
	width:74.5%;
	font-weight:bold;
	font-size:1.1em;
}

div.recruits #content_wrap p{
	font-size:0.8em;
	width:74.5%;
	margin-left:10px;
	padding-top:15px;

}

div.recruits #content_wrap table{
	text-align:left;
	margin:10px;
	width:74.5%;
	font-size:0.8em;
}

div.recruits #content_wrap table tr{
	border-bottom:1px dotted #ddd;
}

div.recruits #content_wrap table tr th{
	padding:5px 0 5px 5px;
	width:20%;
	text-align:left;
}

.content_wrap_recruit{
	margin-top:20px;
}

/* ===================================================================
	PRIVACY
=================================================================== */

div.privacy{
	padding:0 80px !important;
}

div.privacy #content_wrap{
	background:url("../img/privacy_visual.jpg") no-repeat -20px 40px #fff;
	padding-top:15px;
	padding-bottom:12px;
}

div.privacy #content_wrap h2{
	padding:10px 10px 2px 15px;
	font-weight:bold;
	font-size:0.9em;
}

div.privacy #content_wrap p{
	padding:0 10px 0 15px;
	font-size:0.8em;
}

/* ===================================================================
	CONTACT
=================================================================== */

div.contact{
	padding:0 80px !important;
}

div.contact .contact_side{
	width:23.1%;
	float:left;
}

div.contact .contact_side h1{
	font-size:1.2em;
	font-weight:bold;
	margin-top:20px;
}

div.contact .contact_side p.address{
	font-weight:bold;
	margin-top:10px;
}

div.contact .contact_side p.recruit_btn a{
	background:#73cfe5;
	color:white;
	display:block;
	width:140px;
	text-align:center;
	margin:10px 0;
	height:25px;
	line-height:25px;
	font-size:0.8em;
}

div.contact .contact_side p.privacy_btn a{
	background:#333;
	color:white;
	display:block;
	width:140px;
	text-align:center;
	height:25px;
	line-height:25px;
	font-size:0.8em;
}

div.contact .contact_form{
	width:65%;
	float:right;
	margin-top:25px;
	text-align:center;
}

div.contact .contact_form dl{
	margin-bottom:30px;
	display:block;
}

div.contact .contact_form dl dt{
	float:left;
	width:20%;
	line-height:1.0em;
	font-weight:bold;
	text-align:left;
}

div.contact .contact_form dl dd{
	float:right;
	width:78%;
}

.contact_form form dl dd p{
	color:#c52a28;
	width:80%;
	margin:0 auto;
	text-align:left;
	font-size:0.8em;
}

div.contact .contact_form dl dd input[type="text"]{
	width:80%;
	height:30px;
	line-height:30px;
}

div.contact .contact_form dl dd textarea{
	resize:none;
	width:80%;
}

div.contact .contact_form input[type="submit"],
div.contact .contact_form input[type="reset"]{
	display:inline-block;
	width:120px;
	height:30px;
	background:#333;
	border:1px solid #ddd;
	color:#fff;
	margin:0 5px;
}



.ie7_class1{
	margin-top:1em !important;
}