@charset "UTF-8";

/*----------------------------------------------------------------------

Normalize Style

----------------------------------------------------------------------*/
@import "common/css/normalize.css";
/*----------------------------------------------------------------------

Contents Style

----------------------------------------------------------------------*/
body {
	/*	background: #ffffff;*/
	color: #333333;
	font-family: 'Lucida Grande', Meiryo, sans-serif;
	font-size: 14px;
	/* [disabled]letter-spacing: 0.1em;
*/
	-webkit-font-smoothing: antialiased;
}
body {
	background: #e2e2e2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMWQxZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #e2e2e2 0%, #ffffff 25%, #fefefe 75%, #d1d1d1 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e2e2e2), color-stop(25%, #ffffff), color-stop(75%, #fefefe), color-stop(100%, #d1d1d1));
	background: -webkit-linear-gradient(left, #e2e2e2 0%, #ffffff 25%, #fefefe 75%, #d1d1d1 100%);
	background: -o-linear-gradient(left, #e2e2e2 0%, #ffffff 25%, #fefefe 75%, #d1d1d1 100%);
	background: -ms-linear-gradient(left, #e2e2e2 0%, #ffffff 25%, #fefefe 75%, #d1d1d1 100%);
	background: linear-gradient(to right, #e2e2e2 0%, #ffffff 25%, #fefefe 75%, #d1d1d1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1', GradientType=1 );
}
h1, h2 {
	font-size: 20px;
	font-weight: bold;
}
h3, h4 {
	font-size: 18px;
	font-weight: bold;
}
h5 {
	font-size: 16px;
	font-weight: bold;
}
h6 {
	font-size: 16px;
}
.clear {
	clear: both;
}
a {
	color: #b29352;
	text-decoration: none;
}
/*a:visited { color: #b29352;}*/
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
p {
	/*	font-size: 14px;
*/	line-height: 30px;
}
/*----------------------------------------------------------------------

Header Style

----------------------------------------------------------------------*/
#header_container {
	margin: 0;
	border-top: 7px solid #4f4f4f;
	height: 173px;
	width: 100%;
}
#header {
	width: 960px;
	margin: 0 auto;
	height: 123px;
	background-color: #ffffff;
}
#logo {
	width: 400px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	height: 80px;
}
#logo a {
	display: block;
}
#logo2 {
	float: right;
	/*margin-top: 20px;*/
	margin-top: 60px;
	margin-right: 20px;
}
#header_container #header #nContact {
	width: 120px;
	height: 40px;
	background-repeat: repeat-x;
	background-image: url(img/hNavBg.png);
	border-bottom-left-radius: 5px;
	margin-left: auto;
	float: none;
	border-bottom-right-radius: 5px;
	margin-right: 20px;
}
#header_container #header #nContact a {
	width: 120px;
	height: 40px;
	display: block;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}
#header_container #header #nContact a:hover {
	color: #fecb45;
	opacity: 1;
}
#header_container #header .head_cont {
	right: 60px;
	position: absolute;
}
#header_container #header .head_cont li.nContact {
	float:left;
	width: 120px;
	height: 40px;
	background-repeat: repeat-x;
	background-image: url(img/hNavBg.png);
	border-bottom-left-radius: 5px;
	margin-left: auto;
	border-bottom-right-radius: 5px;
	margin-right: 10px;
}
#header_container #header .head_cont .nContact a {
	width: 120px;
	height: 40px;
	display: block;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}
#header_container #header .head_cont .nContact a:hover {
	color: #fecb45;
	opacity: 1;
}
/*----------------------------------------------------------------------

Navi Style

----------------------------------------------------------------------*/

#header_container #nav_wrapper {
	height: 50px;
	background-image: url(img/gNavBg.png);
}
#nav {
	width: 960px;
	margin: 0 auto;
}
#piped2 {
	text-align: center;
	clear: both;
	margin: 0px auto;
}
#piped2 li {
	display: inline;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
}
#piped2 a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

#top-index #piped2 #gNav01 a {
	color: #fecb45;
}
#company #piped2 #gNav02 a {
	color: #fecb45;
}
#alliance #piped2 #gNav03 a {
	color: #fecb45;
}
#cost #piped2 #gNav04 a {
	color: #fecb45;
}
#case #piped2 #gNav05 a {
	color: #fecb45;
}
#matching #piped2 #gNav06 a {
	color: #fecb45;
}
#tieup #piped2 #gNav07 a {
	color: #fecb45;
}
#contact #header #nContact a {
	color: #fecb45;
}

#piped2 a:hover {
	color: #fecb45;
	opacity: 1;
}

/*----------------------------------------------------------------------

Contents Style

----------------------------------------------------------------------*/
#contents {
	clear: both;
	width: 960px;
	margin: 0px auto;
	background-color: #ffffff;
	padding-bottom: 30px;
	padding-top: 30px;
}
#contents h2 {
	margin: 0px 0px 10px;
	border-left: 4px solid #006633;
	text-indent: 10px;
	line-height: 40px;
	min-width: 40px;
}
/*#contents .contents_main .text_left h2 {
	
	width: 800px;
}

}*/

#contents h3 {
	line-height: 30px;
	margin-left: 20px;
	border-bottom: 2px solid #fecb45;
	min-width: 30px;
}
/*




/*
.contents_top {
	height: 500px;
	width: 900px;
	margin-top: 50px;
	background-image: url(img/img_top_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	*/
/*--企業理念--*/
.contents_rinen {
	height: 500px;
	width: 900px;
	margin-top: 50px;
	background-image: url(img/img_01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.contents_alli {
	background: url(img/alliance.jpg) no-repeat center top;
	height: 450px;
	width: 800px;
	margin-top: 50px;
}
/*--提携先--*/
#contents .contents_main {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.contents_main .text_left p {
	margin: 15px 30px;
}
#contents .contents_main .text_left .text_bis {
	margin-bottom: 30px;
}
#contents .contents_main .text_left li {
	font-size: 14px;
	line-height: 30px;
}
#contents .contents_main .text_left ul {
}
/* 企業理念 */
.contents_box {
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
}
#contents .contents_box h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 48px;
	border: none;
}
#contents .contents_box h3 {
	font-size: 14px;
	color: #CCCCCC;
	text-align: center;
	line-height: 14px;
	padding-bottom: 30px;
	border: none;
}
#contents .contents_box h4 {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
/*#contents .contents_box2 h4 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}

#contents .contents_box2 h3 {
	font-size: 14px;
	color: #CCCCCC;
	text-align: center;
	line-height: 14px;
	padding-bottom: 10px;
}


/*
#contents .contents_box2 h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 48px;
}



.contents_box2 {
	margin-top: 60px;
	margin-bottom: 50px;
	}
*/	
/*#contents .contents_box .text_left2 {
	float: left;
	margin: 30px 30px 30px 0px;
	width: 300px;
	border-right: 1px dotted #CCCCCC;
	height: 200px;
}*/


#contents .contents_box .img_left {
	float: left;
	margin: 30px 30px 20px 50px;
	width: 320px;
}
#contents .contents_box .img_left img {
	float: left;
	border: solid 1px #cfcfcf;
	-webkit-box-shadow: 0px 2px 7px #cfcfcf;
	box-shadow: 0 2px 7px #cfcfcf;
	margin: 0 0px 0px;
	padding: 6px;
}
/*#contents .contents_box .img_left p {
	line-height: 24px;
}*/

#contents .contents_box .text_right {
	float: left;
	width: 450px;
	margin-top: 30px;
}
#contents .contents_box .text_right table {
	font-size: 12px;
}
#contents .contents_box .text_right th {
	text-align: left;
	line-height: 30px;
	font-weight: normal;
}
#contents .contents_box .text_right td {
	text-align: left;
}
#contents .contents_box .text_left {
	width: 800px;
	float: left;
	margin-bottom: 20px;
}
#contents .contents_box .text_left h2 {
	margin: 0px 0px 20px;
	width: 800px;
	border-left: 4px solid #66CC00;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	font-weight: bolder;
	text-indent: 20px;
	background: left;
	text-align: left;
}
#contents .contents_box .text_left2 {
	width: 800px;
	margin: 20px auto;
}
.top_list li{
	list-style: disc;
	padding:10px 10px;
	margin-left: 30px;
}

.contents_main .box_left p {
	margin: 30px;
}

.name {
	float: right;
	margin-top: 20px;
}
.name_right {
	float: right;
	margin-right: 55px;
}
#contents .contents_box .text_right h5 {
	font-size: 14px;
	line-height: 20px;
}
#contents .contents_box .text_right .gaibu {
	margin-left: 20px;
}
#contents .contents_box .text_right .book {
	margin-left: 20px;
	margin-top: 20px;
}
.text_right .img_book {
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 25px;
	/*width: 95px;
	padding: 0 45px;*/
}
.text_right .img_book a {
	display: block;
	border: solid 1px #cfcfcf;
	-webkit-box-shadow: 0px 2px 7px #cfcfcf;
	box-shadow: 0 2px 7px #cfcfcf;
	padding: 6px;
	width: 81px;
	margin: 10px;
	float: left;
}
.img_book::after{
  content: "";
  display: block;
  clear: both;

}

.book p {
	margin: 10px 20px;
}
.bottom {
	width: 120px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	background-color: #fcd17a;
	color: #2b2b2b;
	-webkit-box-shadow: 3px 3px 3px #eeeeee;
	box-shadow: 3px 3px 3px #eeeeee;
}
#contents .contents_box .text_bis {
	margin-top: 20px;
}
/*--コンテンツ内ライン--*/
#contents .line {
	background: url(img/line.png) repeat-x;
	clear: both;
	height: 1px;
	margin-top: 40px;
	margin-bottom: 40px;
}
/*--コンテンツ内お問い合わせ--*/
#contents .contents_contact {
	width: 900px;
	margin: 0 auto;
}
#contents .contents_contact .text_left {
	width: 430px;
	float: left;
	margin-right: 20px;
}
#contents .contents_contact .text_left2 {
	width: 800px;
	float: left;
}
#contents .contents_contact h2 {
	font-size: 18px;
}
#contents .contents_contact h3 {
	font-size: 30px;
	font-weight: bolder;
	text-align: left;
	margin-left: 20px;
	border: none;
}
#contents .contents_contact .text_left .bikou {
	height: 15px;
	width: 350px;
	padding: 15px;
	line-height: 20px;
	background: #eeeeee;
	color: #000000;
	margin-left: 20px;
	margin-top: 5px;
}
#mail {
	-webkit-box-shadow: 0px 2px 7px #cfcfcf;
	box-shadow: 0 2px 7px #cfcfcf;
	width: 274px;
	height: 40px;
	overflow: hidden;
	margin: 5px 0 10px;
}
#mail a {
	background-image: url('img/mail.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 274px;
	height: 40px;
	overflow: hidden;
	display: block;
	padding: 50px 0 0;
}
#mail a:hover {
	background-position: 0px -40px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}


/*----------------------------------------------------------------------

Back Top Style

----------------------------------------------------------------------*/
#backTop span {
 color: #4f4f4f;
 cursor: pointer;
 padding: 0 15px;
 font-size: 12px;
}
#backTop {
	width: 950px;
	text-align: right;
	padding-right: 10px;
}
/*----------------------------------------------------------------------

Footer Style

----------------------------------------------------------------------*/
#footer_container {
	padding: 15px 0 0;
	background: #4f4f4f;
}
#footer {
	font-size: 12px;
	width: 960px;
	margin: 0 auto;
}
#piped {
	text-align: center;
	clear: both;
	margin: 0 auto 20px;
}
#piped li {
	display: inline;
	color: #ffffff;
}
#piped a {
	color: #ffffff;
}
#copyright {
	color: #ffffff;
	text-align: center;
	padding: 0 0 10px;
}
/*----------------------------------------------------------------------

装飾

----------------------------------------------------------------------*/

.yellow_bk {
	background-color: #fad030;
}
.blue_line {
	border-bottom: 2px solid #6699cc;
}
.styleRed {
	color: #ff0000;
}
.styleF22 {
	font-size: 22px;
}

.mt20{margin-top: 20px;}
.mt40{margin-top: 40px;}
.mb20{margin-bottom:20px;}
.ml0{margin-left:0px!important;}

/*追加*/


/*@media print{
.contents_rinen {
	display:list-item;
	list-style-image:url(img/img_01.png);
	list-style-position:inside;
	}
.contents_rinen h2 , .contents_rinen h3 ,.contents_rinen h4{
	position:relative;
	top:-500px;
}

}*/
/*

.bottom:visited {
	color: #3A2929;
	font-weight: normal;
}
h5 + ul {
	list-style: none;
	margin: 0px;
/*	width: 260px;
	float: left;
}*/

/*.margin0 {
	margin-top:0px;
}
#contents .contents_box .text_right ul li {
	line-height: 22px;
}
.clearfix:after {
	clear:both;
	height:0;
	display:;
	visibility:hidden;
	content:"";
}
	


*/

#contents .message_box .img_left{
	margin:30px auto 20px;
	width:450px;
	text-align: center;
}
#contents .message_box .img_left img{
	float:none;
}
#contents .message_box .name{
	text-align: center;
	float:none;
}



