@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: body set 
	2: header setting
	3: footer set

==========================================================
*/

/*
===== 1: body set =================================
*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat;
}

#wrap {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
    position: relative;
}

#contents {
	width: 100%;
}

a:link {
	color: #E43C52;
	text-decoration: none;
}
a:visited {
	color: #E43C52;
	text-decoration: none;
}
a:hover,
a:active  {
	color: #0c8b97;
	text-decoration: underline;
}

.left {
	float: left;
}
.right {
	float: right;
}

/*
===== 2: header setting ===========================
*/

#header {
}

.mainlogo {
	margin-bottom: 10px;
}

#menu {
	z-index:9998;
	float: left;
	position: fixed;
	top: 30px;
	width: 160px;
	height: 512px;
	padding: 20px 25px 0px 25px;
	background-image: url(../img/bg_gnavi.png);
	background-repeat: no-repeat;
	background-position: center top;
}


#menu ul {
	list-style: none;
	margin: 10px 0;
}

#menu li {
	margin: 0px;
	padding: 0px;
	width: 160px;
}

#menu li a {
	display: block;
	overflow: hidden;
	width: 160px;
	height: 37px;
	text-indent:  -9999px;
	background-image:url(../img/gnavi_menu.png)
}

/*defult*/
.g_navi01 a { background-position: 0  0;}
.g_navi02 a { background-position: 0 -37px;}
.g_navi03 a { background-position: 0 -74px;}
.g_navi04 a { background-position: 0 -111px;}
.g_navi05 a { background-position: 0 -148px;}
.g_navi06 a { background-position: 0 -185px;}
.g_navi07 a { background-position: 0 -222px;}

/*on mouse*/
.g_navi01 a:hover { background-position: -160px 0;}
.g_navi02 a:hover { background-position: -160px -37px;}
.g_navi03 a:hover { background-position: -160px -74px;}
.g_navi04 a:hover { background-position: -160px -111px;}
.g_navi05 a:hover { background-position: -160px -148px;}
.g_navi06 a:hover { background-position: -160px -185px;}
.g_navi07 a:hover { background-position: -160px -222px;}


/*
===== 3: footer set =================================
*/

#footer {
	z-index: 9998;
	float: left;
	position: fixed;
	top: 545px;
	width: 210px;
	padding: 15px 0px;
}

#footer ul {
}
#footer ul li {
	float:left;
	margin: 0 10px 10px;
}
#footer ul li.icon01 {
	width: 42px;
}
#footer ul li.icon02 {
	width: 50px;
	margin-top: 5px;
}
#footer ul li.icon03 {
	width: 50px;
}
.icon01 img,
.icon02 img,
.icon03 img {
 max-width: 100%;
	height: auto;
}
/* main 
--------------------------------------------------*/
#main {
	position: relative;
}
#main .content_inner {
	padding-left: 90px;
	margin-bottom: 50px;
}

#concept .content_inner,
#works .content_inner,
#flow .content_inner,
#about .content_inner,
#contact .content_inner {
	padding: 30px 0 0 240px;
	width: 720px;
}

/* concept 
--------------------------------------------------*/
#concept .content_inner {
	background-image: url(../../img/concept_img_kinomi.png);
	background-repeat: no-repeat;
	background-position: right 98px;
}

#concept .content_inner h2 { margin-bottom: 40px;}

.concept-midashi01 {
	margin: 0 0 40px;
}

.block_pl20 {
	padding-left: 20px;
}

#yurai {
	position: relative;
	height: 518px;
}
p.yurai_block01 {
	position: absolute;
	top: 0;
	left: 10px;
	width: 717px;
	height: 256px;
}
p.yurai_block02 {
	position: absolute;
	top: 280px;
	left: 10px;
	width: 722px;
	height: 237px;
}

/* works 
--------------------------------------------------*/
#works .content_inner h2 { margin-bottom: 25px;}

.photo_block {
	width: 720px;
	overflow: hidden;
	zoom: 1;
}
.photo-thumb {
	width: 220px;
	float: left;
	margin-left: 20px;
	margin-bottom: 15px;
}
.photo-thumb p {
	margin-top: 5px;
	font-size: 12px;
}

/* flow 
--------------------------------------------------*/
#flow .content_inner h2 { margin-bottom: 25px;}
#flow .content_inner h3 { padding-left: 20px; margin-bottom: 20px;}

.flow_block {
	width: 640px;
	padding: 10px 0 50px 80px;
	margin-bottom: 30px;
	background-image: url(../../img/flow/bg_flow.png);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}
.flow_block p {
	line-height: 1.7;
}
.flow_col2 {
	width: 640px;
	overflow: hidden;
	zoom: 1;
}
.flow_col2 .left {
	width: 230px;
}
.flow_btn_contact {
	overflow: hidden;
	zoom: 1;
}
.flow_btn_contact a {
	width: 321px;
	height: 41px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../img/flow_contit01_form.png);
	background-repeat: no-repeat;
}
.flow_btn_contact a:hover {
	background-position: 0 -41px;
}

/* about 
--------------------------------------------------*/
#about .content_inner h2 { margin-bottom: 25px;}
#about .content_inner h3 { margin-bottom: 10px;}

.about_col2 {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 30px;
}
.about_col2_l {
	width: 480px;
	float: left;
}
.about_col2_r {
	width: 200px;
	float: right;
}

table.tbl_about {
	width: 100%;
	border-top: 1px dashed #b6ae99;
}
.tbl_about th {
	text-align: left;
 	border-bottom: 1px dashed #b6ae99;
	width: 100px;
	padding: 10px 10px;
	vertical-align: top;
}
.tbl_about td {
	border-bottom: 1px dashed #b6ae99;
	padding: 10px 10px;
	line-height: 1.7;
}

#about .content_inner iframe {
	border: solid 5px #cadee0;
}
#map_canvas {
	border: solid 5px #cadee0;
}

.btn_pagetop {
	margin: 30px 0 20px;
	overflow: hidden;
	zoom: 1;
}
.btn_pagetop a {
	width: 109px;
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../img/btn_pagetop.jpg);
	background-repeat: no-repeat;
	float: right;
}
.btn_pagetop a:hover {
	background-position: 0 -30px;
}


.no_link { margin-bottom: 23px;}

.btn_fbfeed {
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

/*
===== 4: contents set =================================
*/


/*共通パーツ　*/
.mt_01 { margin-top: 1px;}
.mt_02 { margin-top: 2px;}
.mt_03 { margin-top: 3px;}
.mt_05 { margin-top: 5px;}
.mt_10 { margin-top: 10px;}
.mt_15 { margin-top: 15px;}
.mt_20 { margin-top: 20px;}
.mt_25 { margin-top: 25px;}
.mt_30 { margin-top: 30px;}
.mt_35 { margin-top: 35px;}
.mt_40 { margin-top: 40px;}

.mb_05 { margin-bottom: 5px;}
.mb_10 { margin-bottom: 10px;}
.mb_15 { margin-bottom: 15px;}
.mb_20 { margin-bottom: 20px;}
.mb_25 { margin-bottom: 25px;}
.mb_30 { margin-bottom: 30px;}
.mb_35 { margin-bottom: 35px;}
.mb_40 { margin-bottom: 40px;}
.mb_50 { margin-bottom: 50px;}

.mr_05 { margin-right: 5px;}
.mr_10 { margin-right: 10px;}
.mr_15 { margin-right: 15px;}
.mr_20 { margin-right: 20px;}
.mr_25 { margin-right: 25px;}
.mr_30 { margin-right: 30px;}
.mr_35 { margin-right: 35px;}
.mr_40 { margin-right: 40px;}

.ml_05 { margin-left: 5px;}
.ml_10 { margin-left: 10px;}
.ml_15 { margin-left: 15px;}
.ml_20 { margin-left: 20px;}
.ml_25 { margin-left: 25px;}
.ml_30 { margin-left: 30px;}
.ml_35 { margin-left: 35px;}
.ml_40 { margin-left: 40px;}

.mtb_10 { margin-top: 10px; margin-bottom: 10px;}
.mtb_15 { margin-top: 15px; margin-bottom: 15px;}
.mtb_20 { margin-top: 20px; margin-bottom: 20px;}
.mtb_25 { margin-top: 25px; margin-bottom: 25px;}
.mtb_30 { margin-top: 30px; margin-bottom: 30px;}

.hidden {
	visibility: hidden;	
}

.col170 { width: 170px;}
.col200 { width: 200px;}
.col210 { width: 210px;}
.col220 { width: 220px;}
.col230 { width: 230px;}
.col240 { width: 240px;}
.col250 { width: 250px;}
.col300 { width: 300px;}
.col350 { width: 350px;}
.col400 { width: 400px;}
.col450 { width: 450px;}

.small_txt { font-size: 80%;}


a.hover:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*
===== 7: clearfix ===========================
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.top_banner {
	max-width: 600px;
	margin: 50px 50px 0 auto;
}
.top_banner img {
	max-width: 100%;
	height: auto;
}

.top_banner.top_banner02 {
	margin: 20px 50px 0 auto;
}

.top_banner_txt {
	margin-top: 0.5em;
	color: #076541;
}