@charset "utf-8";

html {
	background: #D7E4BD;
}
html, body, button, input, select, textarea {
  font-family: Verdana, Noto Sans JP, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;font-weight: 500;
}
body {
	line-height: 1.5;
}
.gothic {font-family: Verdana, Noto Sans JP, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;font-weight: 500;}
.mincho{font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","HGS明朝E","ＭＳ Ｐ明朝", serif;font-weight: 500;}
.fz20 {font-size: 20px;}
.fz22 {font-size: 22px;}

.clearfix:after {
	clear:both;
	display:block;
	visibility:hidden;
	height:0px;
	content:"";
}
.clear {
	clear:both;
	display:block;
	visibility:hidden;
	height:0px;
	content:"";
}
a {
	outline: none;
}
a:focus {
	outline: none;
}

ul li a {
	color: #000;
	text-decoration: none;
}
/*ul li a:hover {
	color: #36C;
	text-decoration:underline
}*/
.img_waku {
	border:solid 1px #eee;
}
.txt_center {
	text-align:center;
}
.txt_right {
	text-align:right;
}
.styleRD {
	color:#C00;
}
.styleF14 {
	font-size:14px;
}
/*-----------------------------------------------*/
#head_wrapper {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background: #060;
	color: #FFF;
	height: 175px;
}
/**/
#head_wrapper header {
	margin: 0px auto;
	width: 960px;
	height: 175px;
}
#head_left {
	float: left;
	height: 175px;
	width: 200px;
	background: #C00;
	text-align: center;
}
#head_left h1 {
	font-size: 26px;

}
#head_left p {
	font-style:italic;
}
#head_left a {
	color:#ffffff;
	text-decoration:none;
}

/**/
#head_center {
	float: left;
	height: 175px;
	width: 560px;
	background: #000;
	text-align: center;
}
#head_center .p01 {
	font-size: 26px;
}

/***/
#head_right {
	float: left;
	height: 175px;
	width: 200px;
	background: #FFF;
	text-align: center;
}

/*-----------------------------------------------*/
#gNav_wrapper {
	background: #030;
	height: 50px;
}
#gNav_wrapper nav {
	height: 48px;
	width: 960px;
	margin: 0px auto;
	padding: 2px 0;
	background:url(../img/bg_nav.jpg) repeat-x;
}
#gNav_wrapper nav ul {
	height: 48px;
	width: 816px;
	margin: 0 auto;
	padding: 0;
	border-left:solid 1px #E3F2DD;
	border-right:solid 1px #89AC7D;
}
#gNav_wrapper nav ul li {
	float: left;
	height: 46px;
	margin:0;
	width: 166px;
	width: 134px;
	border-left:solid 1px #89AC7D;
	border-right:solid 1px #E3F2DD;
}
#gNav_wrapper nav ul li a{
	height: 46px;
	width: 100%;
	line-height: 46px;
	display: block;
	text-align: center;
	font-size:14px;
	background: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#gNav_wrapper nav ul li a:hover{
	background:url(../img/bg_nav2.jpg) repeat-x;
	background: rgba(255, 255, 255, 0.6);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

/*-----------------------------------------------*/
#foot_wrapper {
/*	background: #D7E4BD;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;*/
	clear: both;
}
#foot_wrapper footer {
	width: 960px;
	margin: 0px auto;
	clear: both;
}
footer ul {
	width: 540px;
	margin: 0px auto;
	height:30px;
}
footer ul li {
	height:20px;
	width:89px;
	border-right:solid 1px #cccccc;
	margin:10px 0px;
	text-align: center;
	float:left;
}
footer ul li:last-child {
	border-right:none;
}
footer ul li a{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
footer ul li a:hover {
	color: #36C;
	text-decoration:underline
}
#foot_wrapper footer p {
	height:30px;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
	clear: both;
}

/*-----------------------------------------------*/
#wrapper #contents #side_banner {
	float: right;
	width: 210px;
	background-color:#FFFFFF;
}
#wrapper #contents #side_banner aside ul {
	width: 200px;
	margin: 15px 5px 0px 5px;
}
#wrapper #contents #side_banner aside ul li {
	width: 198px;
	height: 58px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	line-height:58px;
	text-align:center;
}
#wrapper #contents #side_banner aside ul li a:hover {
	opacity:0.7;
}
/*-----------------------------------------------*/
#wrapper {
	background: url(../img/bg_wrapper.jpg) repeat;
}
#contents {
	padding-bottom: 40px;
	background: #ffffff;
	margin: 0px auto;
	width: 960px;
}
#contents #cont_main {
	width: 100%;
}
#contents #cont_main #main {
	clear: both;
	padding: 40px 60px 0;
	padding: 60px 140px 0;
/*
	width: 760px;
	padding: 30px 0px;
	margin-bottom: 10px;
	*/
}
#contents #cont_main #main h1 {
	margin-bottom: 40px;
	font-size: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	position: relative;
	padding: 10px 5px 10px 25px;
	line-height: 1.7;
	font-weight: bold;
}
#contents #cont_main #main h1:after {
	position: absolute;
	top: 10px;
	left: 10px;
	content: '';
	width: 6px;
	height: 30px;
	background-color: #c00;
}
#cont_top {
	width: 100%;
	text-align: center;
	padding: 15px 0;
	background: #DDD9C3;
	margin-top: 15px;
}
#cont_top img {
		border-radius: 5px;
}
/*-----------------------------------------------*/
#index #wrapper #contents {
	background: url(../img/bg_cont.jpg) no-repeat center bottom;
	background: url(../img/index/bg_cont.jpg) no-repeat center bottom #fff;
	margin: 0px auto;
	width: 960px;
}

#cont_top #news {
	float: left;
	width: 310px;
	height: 225px;
	padding:10px 0 0 60px;
	text-align:left;
}
#index #wrapper #contents #cont_main #news iframe{
	width:100%;
	height:100%;
	border-radius:5px;
}
#index #wrapper #contents #cont_main #news h1 {
	height:15px;
	padding-bottom:10px;
	padding-left:3px;
}
/*-----------------------------------------------*/
#cont_main #slides {
	float: right;
	width: 500px;
	text-align: center;
	padding: 5px 60px 0px 0;
	background: #DDD9C3;
}
#cont_main .slides_container{
	width: 100%;
	height: 230px;
	text-align: center;
/*	background: #DDD9C3;
*/	display: none;
}
.pagination {
	width: 180px;
	margin: 5px auto 0px;
	}

.pagination li {
	display: inline-block;
	margin: 0 5px;
	}

.pagination li a {
	background: url(../img/slider_bullet.png) no-repeat -10px 0px;
	width: 10px;
	height: 0;
	display:block;
	padding: 10px 0 0;
	overflow:hidden;
	}
.pagination li a:hover { background-position: 0 0;}
.pagination li.current a { background-position: 0 0;}

/*-----------------------------------------------*/
#index #contents #cont_main #main {
	padding: 50px;
	background-color:#FFFFFF;
	opacity:0.9;
	margin: 60px 140px 0;
}

#index #wrapper #contents #cont_main #main p {
	margin: 0 0 1em;
}

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

#principle #wrapper #contents #cont_main #cont_top {
	text-align: center;
}

#principle #wrapper #contents #cont_main #main p {
	line-height: 40px;
	font-size: 16px;

}
#principle #wrapper #contents #cont_main #main .main01 {
	/*
	margin-left: auto;
	margin-right: auto;
		width: 550px;
	margin-left: 30px;
	margin-top:30px;
	*/
}
#principle #wrapper #contents #cont_main #main h1 {
/*
	width: 580px;
	height: 38px;
	padding-left: 20px;
	background-image: url(../img/title.jpg);
	line-height: 40px;
	padding-top: 2px;
*/
}
.principle_list {
	margin: 0;
	padding: 0 0 0 30px;
	list-style-type: none;
}
.principle_list li {
	margin: 0 0 1em;
	font-weight: bold;
}
.principle_list li:before {
	content: "一、 ";
}
.principle_img {
	margin: 60px 0 0;
	text-align: center;
}

/*-----------------------------------------------*/
.table {
	display: table;
}
.tr {
	display: table-row;
}
.th,.td {
	display: table-cell;
}

.table_wrap {
	padding: 0 20px;
}
.company_table {
	width: 100%;
	border-bottom: 1px dotted #ccc;
}
.company_table .th,
.company_table .td {
	padding: 10px;
	border-top: 1px dotted #ccc;
}
.company_table .th {
	width: 160px;
}
.company_table .sub_office {
	margin-top: 10px;
}
.owner_profile {
	margin: 40px 20px 0;
}
.head_sec {
	padding: 10px;
	background: #efefef;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: bold;
}
.head_thd {
	padding: 5px 10px;
	border-left: 5px solid #ddd;
	font-weight: bold;
}
.owner_profile_block {
	margin: 40px 0 0;
}
.owner_profile_history {
	margin: 20px 0 0;
}
.owner_profile_history p {
	margin-left: 10px;
	margin-right: 10px;
}
.owner_profile_list {
	margin: 20px 0 0 40px;
	list-style-type: disc;
}

#company #wrapper #contents #cont_main #cont_top {
	text-align: center;
	padding-top: 15px;
}
/*#company #cont_main #main {
	width: 725px;
	padding: 50px 0px;
}*/
#company #wrapper #contents #cont_main #main h1 {
}
#company #cont_main #main table {
	width: 550px;
	margin-left: 30px;
	margin-top:30px;
/*	font-size: 14px;
*/}
#company #cont_main  #main table tr th {
	text-align: left;
	vertical-align: text-top;
	width: 120px;
	border-bottom:solid 1px #cccccc;
}
#company #cont_main  #main table tr td {
	line-height: 30px;
	vertical-align: text-top;
	border-bottom:solid 1px #cccccc;
}

/*-----------------------------------------------*/
#business #wrapper #contents #cont_main #cont_top {
	text-align: center;
}

.business_block {
	margin-bottom: 50px;
}
.business_block_list {
	margin: 20px 0 0 40px;
	list-style-type: disc;
}
.business_project_wrap {
	margin: 20px 0 0;
	padding-top: 20px;
	border-top: 1px dashed #ccc;
}
.business_project_wrap dt,
.business_project_wrap dd {
	margin: 0;
	padding: 0;
}
.business_project_wrap dt {
	font-weight: bold;
}
.business_project_wrap dt:before {
	content: "【";
}
.business_project_wrap dt:after {
	content: "】";
}
.business_project_wrap dd dt {
	font-weight: normal;
}
.business_project_wrap dd dt:before,
.business_project_wrap dd dt:after {
	content: none;
}
ul.project_list {
	margin: 10px 0 0 40px;
	list-style-type: disc;
}
.project_list dt,
.project_list dd {
	margin: 0;
	padding: 5px 10px 5px 15px;
	float: left;
}
.project_list dt {
	clear: left;
	width: 40%;
}
.project_list dd {
	width: 40%;
}

.styleBgRD {
	background-color:#ffcccc;
	padding-left:10px;
}
#business #main .main01 {
	width: 360px;
	float: right;
	margin-top: 20px;
}
#business #cont_main #main .main01 p {
	line-height: 30px;
	margin-left: 10px;
	font-size:14px;
}
#business #cont_main #main .photo {
	width: 200px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
/*
#business #cont_main #main .main02 {
	margin-bottom: 40px;
	width:675px;
}
#business #cont_main #main .main02 h2 {
	line-height: 30px;
	font-size: 18px;
	padding-left: 10px;
}*/
#business #cont_main #main .main02 .main02_txt {
	margin-top: 10px;
	margin-left: 20px;
	line-height: 30px;
}
#business #cont_main #main .main02 .main02_pict {
	margin-left: 20px;
	margin-top: 30px;
/*	font-size:14px;
*/}
#business #cont_main #main .main02 .main02_pict ul {
	list-style: none;
	width: 675px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#business #cont_main #main .main02 .main02_pict ul li{
	list-style: none;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	margin-right: 20px;
	float: left;
}
#business .main02_pict ul .styleOR {
	background: url(../img/business04.jpg) no-repeat;
}
#business .main02_pict ul .styleGR {
	background: url(../img/business05.jpg) no-repeat;
}
#business .main02_pict ul .styleBL {
	background: url(../img/business06.jpg) no-repeat;
}
#business #wrapper #contents #cont_main #main .main03 {
	width: 600px;
	height:50px;
	padding-top:30px;
}
#business #cont_main #main .contact {
	width: 200px;
	font-size: 14px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	margin: 0px auto;
}
#business #cont_main #main .contact a{
	width: 200px;
	height: 50px;
	line-height: 50px;
	display:block;
	text-decoration: none;
	color: #FFF;
	background: url(../img/business07.jpg) no-repeat;
}
#business #cont_main #main .contact a:hover{
	opacity:0.7;
}

/*-----------------------------------------------*/
#contact #wrapper #contents #cont_main {
	width: 960px;
}
#contact #wrapper #contents #cont_main #main_wrapper {
	width: 760px;
	margin: 50px 100px;
}
#contact #wrapper #contents #cont_main #main {
	padding: 30px 40px;
}
#contact #wrapper #contents #cont_main section #step {
	text-align: center;
	margin-bottom: 40px;
}
#contact #wrapper #contents #cont_main section #step {
	padding: 0;
	border: 0;
}
#contact #wrapper #contents #cont_main section #step:after {
	content: none;
}
#contact #wrapper #contents #cont_main #main #notice {
	margin-left: 100px;
	margin-top: 0px;
	margin-bottom: 40px;
}
#contact #wrapper #contents #cont_main #main form #form_table {
	margin-bottom: 40px;
	width: 760px;
}
#contact #wrapper #contents #cont_main #main_wrapper #main form #form_table tr th {
	width: 175px;
	height: 50px;
	text-align: left;
}
#contact #wrapper #contents #cont_main #main_wrapper #main form #form_table tr .last_cell .form_textarea {
	width: 550px;
	height: 50px;
}
#contact #wrapper #contents #cont_main #main_wrapper #main form #submit {
	text-align: center;
}
.care {padding: 20px 20px 0 20px;}
#care #cont_main {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
