@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

#example_slider{
	width:100%;
	}

#example_slider ul {
	padding:5px;
	margin:0px;
	}
#example_slider ul li{
	float:left;
	padding-right:10px;
	padding-top:30px;
	width:150px;
}


p.mb50{margin-bottom:50px;}

/*　施工実例 -------------------------------------------------------------- */
.slider{
margin:17px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

.slider img{
max-width:100%;
height:auto;
border:4px solid #ebebeb;
}


div.controlWrap p#PrevIcon a{
	display:block;
	width:13px;/*オリジナルの矢印アイコン画像の横幅を設定しましょう*/
	height:19px;/*オリジナルの矢印アイコン画像の縦幅を設定しましょう*/
	position:absolute;
	background:url(images/icon-arrow-next02.png) left center no-repeat;/*オリジナルの矢印アイコンを設定しています*/
	color:#fff;
	top:60px;
	left:0px;
	text-indent:-9999px;
}
 
div.controlWrap p#NextIcon a{
	display:block;
	width:13px;/*オリジナルの矢印アイコン画像の横幅を設定しましょう*/
	height:19px;/*オリジナルの矢印アイコン画像の縦幅を設定しましょう*/
	position:absolute;
	background:url(images/icon-arrow-next01.png) left center no-repeat;/*オリジナルの矢印アイコンを設定しています*/
	color:#fff;
	top:550px;
	right:0px;
	text-indent:-9999px;
}


.bx-wrapper .bx-prev {
	left: -70px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: -70px;
	background: url(images/controls.png) no-repeat -43px -32px;
}



.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}



h2.h2_section03{

padding:10px;
color:#FFF;
-moz-border-radius: 5px;    /* Firefox */
-webkit-border-radius: 5px; /* Safari,Chrome */
 border-radius: 5px;         /* CSS3 */
 border: 0px green solid;     /* 枠線の装飾 */
 background-color: #47B9ED;  /* 背景色 */
 font-size:22px;
font-weight:bold;
 margin-top:15px;
text-align:center;
	
	}
	
	
	
/* -------------------------------------------------------------- */
	
	/*2カラム */
	.gridWrapper02{
	width:680px;
	margin:0 0 0 -10px;
	margin-top:20px;
	}
	

	/* グリッド */
	.grid02{
	float:left;
	width:300px;
	margin-left:0px;
	}
	
	.grid02_right{
	float:left;
	width:300px;
	margin-left:20px;
	}
	
	.box02{
border:1px solid #ebebeb;
}

.box img{
max-width:100%;
height:auto;
border:4px solid #ebebeb;
}

.box h3{padding:10px 0 5px;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}


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




body {
color:#333;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;

}


/* リンク設定
------------------------------------------------------------*/
a{color:#00a0e9;text-decoration:none;}
a:hover{color:#006699;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
background:#fff;
}

.inner{
margin:0 auto;
width:100%;
}



/* フォント設定
------------------------------------------------------------*/
h3.h_style{color:#9C9608; font-weight:bold; font-size:14px;}
h3.h_style02{color:#F06074; font-weight:bold; font-size:14px;}
h3.h_style03{font-weight:800; padding:0 10px; line-height:35px; color:#333; background:#f1f1f1; border-left:7px solid #47B9ED; margin-bottom:10px;}


p.p_style01{color:#F06074; font-weight:bold; font-size:20px;}
p.p_style02{color:#47B9ED; font-weight:bold; font-size:20px;}
p.p_style03{color:#00a0e9; font-weight:bold; font-size:20px;}
p.p_style04{color:#F06074; font-weight:bold; font-size:20px;}
p.p_style05{color:#00a0e9; font-weight:bold; font-size:20px; margin:0; padding:0;}
p.p_style06{color:#F06074; font-weight:bold; }
p.p_style07 a{color:#5aae08; font-weight:bold; text-decoration:underline; }




p.box01{
padding:10px;
color:#FFF;
-moz-border-radius: 5px;    /* Firefox */
-webkit-border-radius: 5px; /* Safari,Chrome */
 border-radius: 5px;         /* CSS3 */
 border: 0px green solid;     /* 枠線の装飾 */
 background-color: #47B9ED;  /* 背景色 */
 
}


p.box02{
	width:300px;
padding:10px;
color:#FFF;
-moz-border-radius: 5px;    /* Firefox */
-webkit-border-radius: 5px; /* Safari,Chrome */
 border-radius: 5px;         /* CSS3 */
 border: 0px green solid;     /* 枠線の装飾 */
 background-color: #47B9ED;  /* 背景色 */

}

p.box03{
	width:300px;
padding:10px;
color:#666;
font-weight:700;
-moz-border-radius: 5px;    /* Firefox */
-webkit-border-radius: 5px; /* Safari,Chrome */
 border-radius: 5px;         /* CSS3 */
 border: 0px green solid;     /* 枠線の装飾 */
 background-color:#CCC;

}

p.box04{
width:40px;
height:40px;
padding:0px;
color:#FFF;
font-size:25px;
text-align:center;
font-weight:700;
-moz-border-radius: 5px;    /* Firefox */
-webkit-border-radius: 5px; /* Safari,Chrome */
 border-radius: 5px;         /* CSS3 */
 background-color:#F06074;
 margin-top:10px;
}





p.p_inner10{
	margin-bottom:10px;
}

p.p_inner20{
	margin-bottom:20px;
}



span.span_red{color:#F00; font-size:16px; padding-left:30px;}
span.span_style01{ font-size:12px; padding-left:10px;}
span.span_style02{color:#00a0e9; font-size:12px; padding-left:5px;}



/* table
------------------------------------------------------------*/
table#table_box tr td.style01 { width:80px;}


/*************
/* ヘッダー
*************/

#header{
height:120px;
}


/*************
/* left
*************/

.header_left{
height:50px;
float:left;
}

#header h1{
padding:5px 0 10px 10px;
font-size:12px;
font-weight:normal;
color:#999;
}

.logo{
margin-left:17px;
}

.logo span{display:block;}
.logo span.span_style01{ color:#999;}



/*************
/* left
*************/

.header_right{
height:50px;
float:right;
}


.info{
padding-right:20px;
text-align:right;
}

.info .open{font-size:11px; color:#999;}


/*
#header_img{
margin-top:-20px;
height:70px;
background-image: url("images/aaa.png"); 
}
*/


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
margin-top:6px;
color:#00a0e9;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
color:#FFF;
font-size:.6em;
font-weight:normal;
}




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

p.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:17px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
border:4px solid #ebebeb;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:10px;
padding:5px 10px;
line-height:1.4;
background-color: rgba(0,0,0,0.4);
color:#fff;
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
color:#fff;
}

/**************************
/* 新着情報
**************************/
ul.new li a{
    border-bottom:#CCC 1px dashed; 
	display:inline-block;
	padding:10px 0;
	width:100%;
	
}

ul.new li.boder {
    border-bottom:#CCC 1px dashed; 
	display:inline-block;
	padding:10px 0;
	width:100%;
	
}

ul.new li span.span_news{
	color:#F00; font-size:12px;
    border-bottom:#CCC 1px dashed; 
	display:inline-block;
	padding:10px 0;
	width:100%;
	
}



/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;
background:#fff;
}

.grid ul li{
	margin-bottom:10px;
}


.box{
margin:0 5px;
padding:10px;
border:1px solid #ebebeb;
}

.box img{
max-width:100%;
height:auto;
border:4px solid #ebebeb;
}

.box h3{padding:10px 0 5px;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}







/**************************
index
**************************/
.box{
margin:0 5px;
padding:10px;
border:1px solid #ebebeb;
}




/*************
メイン コンテンツ
*************/
section.content article{
padding:20px;
margin-bottom:20px;
border:1px solid #ebebeb;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
font-weight:800;
padding:0 10px;
line-height:36px;
color:#333;
background:#f1f1f1;
border-left:7px solid #47B9ED;  
}

h3.news{
width:645px;
font-weight:800;
padding:0 10px;
line-height:36px;
color:#333;
background:#f1f1f1;
border-left:7px solid #47B9ED;  
}


section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid img,.border,ul.list img{border:4px solid #ebebeb;}



/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


/*  買いたい  */
table.property{
border-collapse:collapse;
margin:5px auto 15px auto;
}

table.property td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.property th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}

/*************
/* サイドバー
*************/
#sidebar ul{padding:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
display:block;
}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}


/* サイドメニュー */

	ul#side li.active {
	color:#999;
		}
	


/* メールフォーム
---------------------------------------------------- */
table#form {
    width:600px;
    margin-bottom:30px;
    border:none;
    background:#f1f1f1;
    margin:auto;
	}

table#form tr th{
    background-color:#CCC;
}

table#form tr th.th_style{
    padding:5px 0 5px 10px; 
}



table#form tr td {
    border-left:1px #999999 dotted;
}

table#form tr th,table#form tr td {
    table-layout: fixed;  
    text-align: left;
    font-weight: normal; 
    font-size: 12px;
    color:#666;
    border-bottom:1px #999999 dotted;
    padding: 7px 3px 7px 3px;
}

span.span_red{
	color:#F00;
}

article .box_6{
    width:600px;
    padding:10px;
    border:2px solid #999;
    margin:auto;

}

article .box_6 span{
    color:#47B9ED;
}
/*
---------------------------------------------------- */



.col2{
	float:none;
	width:100%;
	margin:0 0 20px;
}
	
.col2{
	width:470px;
}
	


#news_left{
float:left;
width:25%;
margin-left:10px;
padding:15px 0 0 15px;
overflow:hidden;
margin-right:15px;
}
	
.news_box{
width:70%;
border:1px solid #ebebeb;
float:left;
}
.news{
width:650px;
margin:0 auto 10px auto;
padding:0;
text-align:left;

}

.news:after {
content: "."; 
display: block; 
height: 0; 
font-size:0;	
clear: both; 
visibility:hidden;
}

.news dl{
border-bottom:2px dotted #CFCFCF;
padding:10px 0 10px 0;
margin-bottom:0;
text-align:left;
}

.news dl:after{
content: "."; 
display: block; 
height: 0; 
font-size:0;	
clear: both; 
visibility:hidden;
}

.news dl dt{
float:left;	
width:150px;
clear:both;
line-height:1.5em;
padding-left:20px;
background-image:url(http://handtruck-japan.com/wordpress/wp-content/uploads/2013/11/arrow.png);
background-repeat:no-repeat;
background-position:left;

}

.news dl dd{
width:400px;
padding-left:80px;
line-height:1.5em;
text-decoration:underline;
}


p#header_boder{
	border:#47B9ED 3px solid;
	}
	
	
p.sendbo{
	margin-left: 250px; margin-bottom: 20px;}


/*************
/* フッター
*************/
#footer{
clear:both;
overflow:hidden;
padding:10px 10px 20px 10px;
background:#47B9ED;
color:#FFF;
/*background:#f3f3f3;*/
}

* html #footer{height:1%;}

#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
color:#FFF;
}

ul.footnav{
float:right;
width:650px;
padding:10px 0;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
font-size:11px;	
border-right:1px solid #b6b6b6;
}

#footer a{color:#FFF;}
#footer a:hover{color:#888;}


address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:10px;
color:#999;
background:#dbdbdb;
}





/* ====================
   indexトップ画像スライドショー
   ==================== */

          /** RESET AND LAYOUT
          ===================================*/
         
          .bx-wrapper {
               position: relative;
               margin: 0 auto;
               padding: 0;
               *zoom: 1;
          }
         
          .bx-wrapper img {
               max-width: 100%;
               display: block;
          }
         
          /** THEME
          ===================================*/
         
          .bx-wrapper .bx-viewport {
          /*     -moz-box-shadow: 0 0 5px #ccc;
               -webkit-box-shadow: 0 0 5px #ccc;
               box-shadow: 0 0 5px #ccc;*/
          /*     border: solid #fff 5px;*/
               left: -5px;
          /*     background: #fff;*/
          }
         
          .bx-wrapper .bx-pager,
          .bx-wrapper .bx-controls-auto {
               position: absolute;
               bottom: -30px;
               width: 100%;
          }
         
          /* LOADER */
         
          .bx-wrapper .bx-loading {
               min-height: 50px;
               background: url(http://osakakombu.jp/wp/wp-content/uploads/2013/11/bx_loader.gif) center center no-repeat #fff;
               height: 100%;
               width: 100%;
               position: absolute;
               top: 0;
               left: 0;
               z-index: 2000;
          }
         
          /* PAGER */
         
          .bx-wrapper .bx-pager {
               text-align: center;
               font-size: .85em;
               font-family: Arial;
               font-weight: bold;
               color: #666;
               padding-top: 20px;
          }
         
          .bx-wrapper .bx-pager .bx-pager-item,
          .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
               display: inline-block;
               *zoom: 1;
               *display: inline;
          }
         
          .bx-wrapper .bx-pager.bx-default-pager a {
               background: #666;
               text-indent: -9999px;
               display: block;
               width: 10px;
               height: 10px;
               margin: 0 5px;
               outline: 0;
               -moz-border-radius: 5px;
               -webkit-border-radius: 5px;
               border-radius: 5px;
          }
         
          .bx-wrapper .bx-pager.bx-default-pager a:hover,
          .bx-wrapper .bx-pager.bx-default-pager a.active {
               background: #000;
          }
         
          /* DIRECTION CONTROLS (NEXT / PREV) */
		  
		  
	

		  
         
          .bx-wrapper .bx-prev {
               left: 10px;
               /*background: url(http://osakakombu.jp/wp/wp-content/uploads/2013/11/pre.png) repeat;*/
          }
         
          .bx-wrapper .bx-next {
               right: 10px;
               /*background: url(http://osakakombu.jp/wp/wp-content/uploads/2013/11/next.png) repeat;*/
          }
         
          .bx-wrapper .bx-prev:hover {
               background-position: 0 0;
          }
         
          .bx-wrapper .bx-next:hover {
               background-position: -43px 0;
          }
         
          .bx-wrapper .bx-controls-direction a {
               position: absolute;
               top: 50%;
               margin-top: -16px;
               outline: 0;
               width: 32px;
               height: 32px;
               text-indent: -9999px;
               z-index: 9999;
          }
         
          .bx-wrapper .bx-controls-direction a.disabled {
               display: none;
          }
         
          /* AUTO CONTROLS (START / STOP) */
         
          .bx-wrapper .bx-controls-auto {
               text-align: center;
          }
         
          .bx-wrapper .bx-controls-auto .bx-start {
               display: block;
               text-indent: -9999px;
               width: 10px;
               height: 11px;
               outline: 0;
               background: url(http://osakakombu.jp/wp/wp-content/uploads/2013/11/controls.png) -86px -11px no-repeat;
               margin: 0 3px;
          }
         
          .bx-wrapper .bx-controls-auto .bx-start:hover,
          .bx-wrapper .bx-controls-auto .bx-start.active {
               background-position: -86px 0;
          }
         
          .bx-wrapper .bx-controls-auto .bx-stop {
               display: block;
               text-indent: -9999px;
               width: 9px;
               height: 11px;
               outline: 0;
               background: url(http://osakakombu.jp/wp/wp-content/uploads/2013/11/controls.png) -86px -44px no-repeat;
               margin: 0 3px;
          }
         
          .bx-wrapper .bx-controls-auto .bx-stop:hover,
          .bx-wrapper .bx-controls-auto .bx-stop.active {
               background-position: -86px -33px;
          }
         
          /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
         
          .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
               text-align: left;
               width: 80%;
          }
         
          .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
               right: 0;
               width: 35px;
          }
         
          /* IMAGE CAPTIONS */
         
          .bx-wrapper .bx-caption {
               position: absolute;
               bottom: 0;
               left: 0;
               background: #666\9;
               background: rgba(80, 80, 80, 0.75);
               width: 100%;
          }
         
          .bx-wrapper .bx-caption span {
               color: #fff;
               font-family: Arial;
               display: block;
               font-size: .85em;
                         padding: 10px;
          }





/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	
	
	#header,#wrapper,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	
  nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	background:#47B9ED;
	}
	
	nav#mainNav .inner{
	width:932px;
	padding:0 14px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li.last{border-right:1px solid #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:154px;
	height:45px;
	padding-top:15px;
	color:#FFF;
	background:#47B9ED; 
	/*	background:#f1f1f1; */
	border-left:1px solid #ebebeb;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#cdcdcd;
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#909090;
    background:#eee;
	padding-top:15px;
	}
	
	#mainBanner{margin-left:15px;}
	#subpage #mainBanner{margin:15px auto;}
	
	#main{
	float:right;
	width:667px;
	padding-right:15px;
	}
	
	#sidebar{
	float:left;
	width:245px;
	padding:15px 0 0 15px;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:20px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}








}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
    border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{color:#006699;}

	nav div.panel{float:none;}
	

	
	#subpage #mainBanner{max-width:668px;}
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	
	
	
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}
	

}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin:0;
	}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
	
	
	
table#form {
    width:100%;
    margin-bottom:30px;
    border:none;
    background:#f1f1f1;
}

table#form tr th{
    background-color:#CCC;
}

table#form tr th.th_style{
    padding:7px; 
}



table#form tr td {
    border-left:1px #999999 dotted;
	width:300px;
}

table#form tr th,table#form tr td {
    table-layout: fixed;  
    text-align: left;
    font-weight: normal; 
    font-size: 12px;
    color:#666;
    border-bottom:1px #999999 dotted;
    padding: 7px 3px 7px 3px;
}


p.sendbo{
	margin-left: 50px; margin-bottom: 20px;}


table.table{
width:100%;
border-collapse:collapse;
margin:5px auto 15px auto;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}
	

}





/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
	



/*************
/* left
*************/

.header_contact img{
display: none;
}

.header_right{
display: none;
}

 nav#mainNav{
display: none;
}



/* メールフォーム
---------------------------------------------------- */
table#form {
    width:320px;
    margin-bottom:30px;
    border:none;
    background:#f1f1f1;
    margin:auto;
	}

table#form tr th{
    background-color:#CCC;
}

table#form tr th.th_style{
    padding:5px 0 5px 10px; 
}



table#form tr td {
    border-left:1px #999999 dotted;
}

table#form tr th,table#form tr td {
    table-layout: fixed;  
    text-align: left;
    font-weight: normal; 
    font-size: 12px;
    color:#666;
    border-bottom:1px #999999 dotted;
    padding: 7px 3px 7px 3px;
}

span.span_red{
	color:#F00;
}

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



	
	
}