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

/* メイン
-----------------------------------*/
#topslide{
	background-color:#FFF;
	clear:both;
	width:100%;
	min-width:980px;
	background-image:url(../img/top_bg_slide.png);
	background-position:center top;
	background-repeat:repeat;
	position:relative;
	overflow:hidden;
	zoom:1;
	box-shadow:0px 4px 3px -1px rgba(0,0,0,0.15) inset;
	-moz-box-shadow:0px 4px 3px -1px rgba(0,0,0,0.15) inset;
	-webkit-box-shadow:0px 4px 3px -1px rgba(0,0,0,0.15) inset;
	border-bottom:4px solid #372719;
	padding:0;
	margin:0;
}

#topslide .wrapper{
	clear:both;
	position:relative;
	overflow:hidden;
	height:350px;
	width:972px;
	padding:0;
	margin:0 auto -21px auto;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
}
#topslide ul.bxslider img{
	height:350px;
	width:972px;
}



/*メイン部分各コンテンツ基本*/
#top-product,#top-service,#workarea{
	zoom:1;
	clear:both;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 0 50px 0;
	padding:0;
	width:980px;
}
#top-product h3,#top-service h3,#workarea h3{
	font-weight:normal;
	font-size:20px;
	color:#895324;
	text-shadow:-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff,3px 3px 3px #cccccc;
	margin:15px 20px;
	line-height:1.4em;
}

/*top-product*/

#top-product #tabs ul{
	zoom:1;
	overflow:hidden;
	position:relative;
	display:block;
	width:100%;
	padding:0;
	margin:0px;
}

#top-product #tabs ul.pro li{
	float:left;
	overflow:hidden;
	text-align:center;
	margin: 0 0 0 10px;
	font-size:18px;
	border-radius:8px 8px 0px 0px / 8px 8px 0px 0px;
	-moz-border-radius:8px 8px 0px 0px / 8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px / 8px 8px 0px 0px;
}
#top-product #tabs ul.pro li a{
	display:inline-block;
	padding:16px 12px 12px 12px;
	background-color: rgba(252,120,70,0.7);
	color:#fff;
	width:200px;
	font-size:95%;
}
#top-product #tabs ul.pro li a:hover{
	background-color: rgba(252,120,70,1);
}

#top-product #tabs ul.pro li.ui-state-active a{
	background-color: rgba(243,240,232,1);
	color:#735c48;
}

#tabs .main{
	background-color:#f3f0e8;
	margin:0px 10px 10px 10px;
	padding:20px;
}

#tabs .main ul.comlogo li{
	float:left;
	overflow:hidden;
	text-align:center;
	margin:4px 10px 16px 4px;
	padding:0;
	width:126px;
	height:36px;
	vertical-align:middle;
	background-color:#fff;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:solid 2px #fff;
	box-shadow:0px 0px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 2px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 2px 0px rgba(0,0,0,0.15);
}
#tabs .main ul.comlogo li img{
	width:100%;
	height:auto;
}
#tabs .main ul.comlogo li.ui-state-active{
	border:solid 2px #f60;
	box-shadow:2px 2px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:2px 2px 2px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow:2px 2px 2px 0px rgba(0,0,0,0.15);
}
#tabs div.main h4{
	font-size:16px;
	color:#735c48;
	padding:10px 0 0 4px;
	margin:0;
	border-top:2px solid #735c48;
}
#tabs div.main  h4 img{
	width:18px;
	height:16px;
	margin:0 3px 2px 0;
	vertical-align:middle;
}

#tabs div.main ul.prolist li{
	float:left;
	overflow:hidden;
	width:188px;
	margin:8px;
	padding:12px;
	vertical-align:bottom;
	text-align:center;
	background-color:#fff;
	border:solid 2px #f2f2f2;
	box-shadow:2px 2px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:2px 2px 2px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow:2px 2px 2px 0px rgba(0,0,0,0.15);
}
#tabs div.main ul.prolist li img{
	max-width:188px;
}
#tabs div.main ul.prolist li h5,#tabs div.main ul.prolist li h3,#tabs div.main ul.prolist li p{
	text-align:left;
	line-height:1.2em;
}
#tabs div.main ul.prolist li h5{
	font-size:100%;
	color:#4a3c2f;
	margin:1em 0 0 0;
}
#tabs div.main ul.prolist li h3{
	font-size:100%;
	color:#cc6600;
	text-shadow:none;
	font-weight:bold;
	margin:0;
}
#tabs div.main ul.prolist li h3:first-letter{
    color:#4a3c2f;
}
#tabs div.main ul.prolist li p{
	color:#766b5f;
	margin:0;
}
#tabs div.main ul.prolist li p:nth-child(5){
	color:#4a3c2f;
	margin:0 0 3px 0;
	font-weight:bold;
}
#tabs div.main ul.prolist li p:nth-child(5) span{
	font-weight:nomal;
	font-size:85%;
}
#tabs div.main ul.prolist li a{
	display:block;
	background-color:#fc7846;
	color:#FFF;
	font-weight:bold;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:10px;
	margin:8px auto 0 auto;
	
}
#tabs div.main ul.prolist li a:hover{
	background-color:#fda07d;
}

#tabs div.main ul.prolist li:nth-child(4n+1){
	clear:both;
	margin:8px 8px 8px 0;
}

/* top-service*/

#top-service ul.gralist{
	zoom:1;
	overflow:hidden;
	position:relative;
	display:block;
	width:920px;
	padding:0;
	margin:0px;
}
#top-service ul.gralist li{
	overflow:hidden;
	padding:0;
	margin:10px;
	float:left;
	box-shadow:0px 0px 0px 4px rgba(255,255,255,1) inset,3px 3px 5px 2px rgba(0,0,0,.15);
-webkit-box-shadow:0px 0px 0px 4px rgba(255,255,255,1) inset,3px 3px 5px 2px rgba(0,0,0,.15);
-moz-box-shadow:0px 0px 0px 4px rgba(255,255,255,1) inset,3px 3px 5px 2px rgba(0,0,0,.15);
border:4px solid #fff;
}
#top-service ul.gralist li:last-child{
	margin:10px 0 10px 10px;
}
#top-service ul.gralist li img{
	width:202px;
	height:172px;
	
}



/* tworkarea*/
#workarea ul.arealist{
	zoom:1;
	overflow:hidden;
	position:relative;
	display:block;
	width:920px;
	padding:0;
	margin:0px;
	font-size:110%;
}
#workarea ul.arealist li{
	overflow:hidden;
	padding:0;
	margin:10px 30px 10px 10px;
	float:left;
	display:block;
}
#workarea ul.arealist li:first-child{
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#FFF;
	padding:16px;
	color:#735c48;
}
#workarea ul.arealist li h4{
	color:#735c48;
	padding:0 0 10px 0;
	margin:0 0 12px 0;
	border-bottom:2px solid #735c48;
}
#workarea ul.arealist li h4 img{
	width:18px;
	height:16px;
	margin:0 6px 0 0;
	vertical-align:bottom;
}

#workarea ul.arealist li table{
	width:474px;
	margin:0;
	line-height:1.3em;
}
#workarea ul.arealist li table tr{
	vertical-align:top;
}
#workarea ul.arealist li table tr th{
	white-space:nowrap;
	padding:18px 22px 18px 4px;
	border-right:dotted 1px #372719;
	border-bottom:dotted 1px #372719;
}
#workarea ul.arealist li table tr:last-child th,#workarea ul.arealist li table tr:last-child td{
	border-bottom:none;
}
#workarea ul.arealist li table tr td{
	padding:18px 4px 18px 22px;
	border-bottom:dotted 1px #372719;
}

#workarea ul.arealist li:last-child{
	margin:10px 0;
	text-align:right;
	
}
#workarea ul.arealist li img{
	width:364px;
	height:294px;	
}
	