@charset "utf-8";
/*
Theme Name: responsive_026
Theme URI: http://c-tpl.com/
Description: responsive_026
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =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, 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, 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 {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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
background:#fff;
}

strong{font-weight:bold;}

#content_inner p.big_text{
font-size:24px;
text-align:center;
}
/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:120%;
color:#666666;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#22ADE6;
}


/**** Clearfix ****/
nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after, #footerInfo:before,#footerInfo:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after,#footerInfo:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle,#footerInfo{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:24px;
height:24px;
padding:1px 5px;
margin:5px 5px 10px 0px;
border:1px solid #CCCCCC;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:120%;
color:#555;
background:#fcfcfc;
}

select{
padding:1px 5px;
height:24px;
margin:0 5px 10px 0px;
}
textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #0099CC;
background: -moz-linear-gradient(top, #006699 0%, #0099CC 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006699), color-stop(100%,#0099CC));
background: -webkit-linear-gradient(top, #006699 0%,#0099CC 100%);
background: -o-linear-gradient(top, #006699 0%,#0099CC 100%);
background: -ms-linear-gradient(top, #006699 0%,#0099CC 100%);
background: linear-gradient(to bottom, #006699 0%,#0099CC 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#0099CC',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #0099CC;
background: -moz-linear-gradient(top, #0099CC 0%, #006699 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099CC), color-stop(100%,#006699));
background: -webkit-linear-gradient(top, #0099CC 0%,#006699 100%);
background: -o-linear-gradient(top, #0099CC 0%,#006699 100%);
background: -ms-linear-gradient(top, #0099CC 0%,#006699 100%);
background: linear-gradient(to bottom, #0099CC 0%,#006699 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099CC', endColorstr='#006699',GradientType=0 );
}
p#submit{
text-align:center;
}

table#contact{
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}
table#contact th{
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
background:#E8E8E8;
padding:6px 5px 4px 5px;
}
table#contact th span{
color:#FF0000;
padding:5px 0 0 0;
}
table#contact td{
border-right:1px solid #CCCCCC;
padding:10px 0px 4px 15px;
line-height:18px;
}
.last_line{
border-bottom:none;
}

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

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h1{
padding:20px 0 0 3px;
width:660px;
height:70px;
float:left;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin: 0 auto;
padding:0;
width: 950px;
height:100%;
}
#header{
border-bottom:1px solid #CCCCCC;
}
#header_inner{
width:950px;
margin:0 auto;
height:90px;
position:relative;
}

#btn_menu01{
float:left;
width:500px;
}

#btn_menu{
float:right;
padding:0 0 0 0;
}

#btn_menu li{
float:left;
padding:0 0 0 23px;
font-size:12px;
}
#btn_menu li a{ text-decoration:none;}
#btn_menu li a:hover{ text-decoration:underline;}

#btn_menu li#header_li_01{background:url(img/head_i_01.png) no-repeat 0 3px; width:80px;}
#btn_menu li#header_li_02{background:url(img/head_i_02.png) no-repeat 0 3px; width:70px;}
#btn_menu li#header_li_03{background:url(img/head_i_03.png) no-repeat 0 3px; width:60px;}

/* fontsize
-----------------------------------------*/
.fontS #content_inner p,.fontS #content_inner p#copyright{ font-size: 0.8em }
.fontS p#form_text{ font-size: 0.8em }
.fontS #header_inner ul#btn_menu li{ font-size: 0.6em; padding:3px 0 0 23px;}
.fontS #content_inner h2{ font-size: 1em }
.fontS #content_inner h3{ font-size: 0.8em }
.fontS #content_inner p.big_text{ font-size: 0.8em }
.fontS #content_inner table{ font-size: 0.6em }
.fontS #content_inner #catalog_list dl dt h3{ font-size:0.6em; }
.fontS #content_inner #catalog_list dl dt h4{ font-size:0.8em; }


.fontM #content_inner p,.fontS #content_inner p#copyright{ font-size: 1em }
.fontM p#form_text{ font-size: 1em }
.fontM #header_inner ul#btn_menu li{ font-size: 0.7em; padding:2px 0 0 23px; }
.fontM #content_inner h2{ font-size: 1.5em }
.fontM #content_inner h3{ font-size: 1em }
.fontM #content_inner p.big_text{ font-size: 1em }
.fontM #content_inner table{ font-size: 0.8em }
.fontM #content_inner #catalog_list dl dt h3{ font-size:0.8em; }
.fontM #content_inner #catalog_list dl dt h4{ font-size:1em; }

.fontL #content_inner p,.fontS #content_inner p#copyright{ font-size: 1.5em }
.fontL p#form_text{ font-size: 1.5em }
.fontL #header_inner ul#btn_menu li{ font-size: 0.8em; }
.fontL #content_inner h2{ font-size: 2em }
.fontL #content_inner h3{ font-size: 1.5em }
.fontL #content_inner p.big_text{ font-size: 1.5em }
.fontL #content_inner table{ font-size: 1.2em }
.fontL #content_inner #catalog_list dl dt h3{ font-size:1.2em; }
.fontL #content_inner #catalog_list dl dt h4{ font-size:1.5em; }
.fontL #content_inner #catalog_list dl dt{ height:100%; }
 
/* mod_headerbox_size
-----------------------------------------*/
.mod_headerbox_size {
padding:0px 0 5px 182px;
width: 90px;
height:36px;
overflow:hidden;
position:relative;
text-align:right;
}
.mod_headerbox_size ul {
padding:10px 0 0 0;
}
.mod_headerbox_size ul li {
  float:left;
  width:30px;
  height: 30px;
  overflow: hidden;
}
.mod_headerbox_size ul li span {
display: block;
cursor: pointer;
}
.mod_headerbox_size ul li.active span {
margin-top: -30px;
}
.mod_headerbox_size ul li span:hover{
margin-top:-30px;
}

/*--
#header_inner ul#font_size{
right:0px;
top:50px;
}
#header_inner ul#font_size li#first{
border:none;
font-size:14px;
margin:3px 0 0 0;
}
#header_inner ul#font_size li{
text-align:center;
border:#999999 2px solid;
margin:0 10px 0 0;
padding:6px 10px;
line-height:16px;
}
--*/

#content{height:100%;}
#content_inner{}

#content_inner p{
width:98%;
padding:10px 0 0;
margin:0 auto 10px auto;
font-size:14px;
}
#content_inner h2{
color:#909F64;
font-size:36px;
font-weight:bold;
line-height:1.2em;
padding:20px 0 0 0;
text-align:center;
}
#content_inner h3{
font-size:24px;
padding:20px 0 40px 0;
text-align:center;
line-height:1.5em;
}
#content_inner h4{
padding:20px 0;
margin:0 0 40px 0;
border-top:3px #AFCBCC solid;
border-bottom:3px #AFCBCC solid;
text-align:center;
}

#content_inner #brand_list{
border:#CCCCCC 1px solid;
text-align:center;
padding:20px;
margin:30px 0;
}


#content_inner #catalog_list{
height:100%;
overflow:hidden;
margin:20px auto;
width:793px;
}
#content_inner #catalog_list dl{
width:231px;
float:left;
padding:0 50px 0 0;
}
#content_inner #catalog_list dl.catalog_right{
padding:0;
}
#content_inner #catalog_list dl dt{
text-align:center;
height:100px;
vertical-align:middle;
}
#content_inner #catalog_list dl dt h3{
font-size:12px;
padding:10px 0 0 0;
}
#content_inner #catalog_list dl dt h4{
font-size:18px;
border:none;
padding:5px 0 10px 0;
margin:0;
line-height:22px;
font-weight:bold;
}

#content_inner #catalog_list dl dd{
text-align:center;
}

table{
margin:30px auto;
}
table th{
width:250px;
height:100%;
background:#AFCBCC;
text-align:center;
vertical-align:middle;
padding:25px 0;
border-bottom:#FFFFFF 1px solid;
}
table td{
width:500px;
background:#D5E3E3;
padding:25px;
border-bottom:#FFFFFF 1px solid;
}

table#contact{
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
margin:0 auto;
}
table#contact th{
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:2px solid #AAAAAA;
background:#E8E8E8;
padding:6px 5px 4px 5px;
}
table#contact th span{
color:#FF0000;
padding:5px 0 0 0;
}
table#contact td{
border-right:1px solid #CCCCCC;
border-bottom:2px dotted #CCCCCC;
padding:10px 0px 4px 15px;
line-height:18px;
background:#FFFFFF;
}
.last_line{
border-bottom:none;
}
p#form_text{
text-align:center;
}
p#submit{
padding:20px 0;
margin:20px 0;
}


ul#sitemap{margin:20px 0 20px 20px;}
ul#sitemap li{ list-style:disc; margin:0 0 20px 20px;}

#footer{
}
#footer ul{
margin:40px auto 0 auto;
overflow:hidden;
height:100%;
width:360px;
} 
#footer ul li{
float:left;
width:119px;
height:20px;
border-right:1px solid #CCCCCC;
font-size:10px;
text-align:center;
}
#footer ul li:last-child{
border-right:none;
}
#footer ul li a{
color:#333333;
}
#footer ul li a:hover{
text-decoration:underline;
}
p#about{
text-align:center;
font-size:12px;
}
p#copyright{
text-align:center;
width:100%;
background:#AFCBCC;
padding:5px;
color:#000000;
font-size:12px;
margin:10px auto 0 auto;
}
#footer_inner{
margin:20px 0 0 0;
}
table#company{
margin:20px auto!important;
}

/* メインメニュー + 検索ボックス　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
}


/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	}
	
	nav#mainNav .inner{width:100%;}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: #383838 url(images/menuOpen.png) no-repeat 1em 50%;
  background: url(images/menuOpen.png) no-repeat 1em 50%, -moz-linear-gradient(top, #78953d 0%, #415514 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78953d), color-stop(100%,#415514));
	background: url(images/menuOpen.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -o-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -ms-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, linear-gradient(to bottom, #78953d 0%,#415514 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78953d', endColorstr='#415514',GradientType=0 );
	}
	
	nav#mainNav a#menu span{padding-left:3em;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	color:#fff;
	background: url(images/menuClose.png) no-repeat 1em 50%, -moz-linear-gradient(top, #78953d 0%, #415514 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78953d), color-stop(100%,#415514));
	background: url(images/menuClose.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -o-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -ms-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, linear-gradient(to bottom, #78953d 0%,#415514 100%);
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	border-bottom:1px solid #ccc;
	}

	.panel ul{margin:0;padding:0;}

	.panel ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.4;
	}

	.panel ul li a,.panel ul li.current-menu-item li a{
	display: block;
	width:100%;
	padding:1em 0;
	text-align: left;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f7f9f4));
	background: -webkit-linear-gradient(top, #fff, #f7f9f4);
	background: -moz-linear-gradient(top, #fff, #f7f9f4);
	background: -o-linear-gradient(top, #fff, #f7f9f4);
	background: -ms-linear-gradient(top, #fff, #f7f9f4);
	background: linear-gradient(top, #fff, #f7f9f4);
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	}

 .panel ul li a span{padding-left:1em;}

	.panel ul li.current-menu-item a,.panel ul li a:hover,.panel ul li.current-menu-item a,.panel ul li a:active, .panel ul li li.current-menu-item a, .panel ul li.current-menu-item li a:hover, .panel ul li.current-menu-item li a:active{
	color:#415514;
	background:#f7f9f4;
	}

	.panel ul li.current-menu-item li a{color:#78953d;}

	.panel ul li li{
	float:left;
	border:0;
	}

	.panel ul li li a, .panel ul li.current-menu-item li a, .panel ul li li.current-menu-item a,.panel ul li li a:hover,.panel ul li.current-menu-item li a:hover{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #fff;
	background:url(images/sub1.png) no-repeat 15px 50%;
	}

	.panel ul li li:last-child a,.panel ul li li:last-child a:hover,.panel ul li.current-menu-item li:last-child a:hover{background:url(images/subLast.png) no-repeat 15px 50%;}

	.panel ul li li a span{padding-left:25px;}
	
	nav div.panel,#searchHead{float:none;}
	
	#searchHead{text-align:center;margin:20px auto 10px;}
	
	.tel{padding:5px 0 5px 48px}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #header, .inner{width:100%;}

	#header h1, #header h2{padding-left:10px;}
	#headerInfo{padding-right:10px;}

	.panel ul, .thumbWrap, .thumbWrap_PR{margin:0 auto;}
	.panel ul ul{padding:0;}

	nav div.panel,#searchHead{float:none;}

	#content, #sidebar{
	clear:both;
	float:none;
	width:100%;
	margin:0 auto;
	padding:0px 0 10px 0;
	}

	#footer{margin:0;text-align:center;}
	
	#footerInfo, #footer ul{
	float:none;
	width:auto;
	text-align:center;
	}

	#pagetop a{margin-right:15px;}
}


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap,.thumbWrap_PR{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap_PR ul.thumb li{width:30%;}
	.thumbWrap_PR ul.thumb li{margin:0 1% 0 2%;}
  .thumbWrap_PR img{width:100%;height:auto;}
	.thumbWrap ul.thumb li{width:100%;margin:0 auto;text-align:left;}
	#footerInfo .contactInfo{float:none;text-align:center;}
	#navi{width:100%}
	#navi ul#navi_ul{ width:100%; height:100%; }
	#navi ul#navi_ul li{ width:50%; height:100%; min-height:50px;}
#navi_ul li#navi01{ background:url(img/navi_01.jpg) no-repeat; background-size:100% auto;}
#navi_ul li#navi02{ background:url(img/navi_02.jpg) no-repeat; background-size:100% auto; }
#navi_ul li#navi03{ background:url(img/navi_03.jpg) no-repeat; background-size:100% auto; }
#navi_ul li#navi04{ background:url(img/navi_04.jpg) no-repeat; background-size:100% auto; }

.EN #navi_ul li#navi01{ background:url(img/navi_01_en.jpg) no-repeat; background-size:100% auto; }
.EN #navi_ul li#navi02{ background:url(img/navi_02_en.jpg) no-repeat; background-size:100% auto; }
.EN #navi_ul li#navi03{ background:url(img/navi_03_en.jpg) no-repeat; background-size:100% auto; }
.EN #navi_ul li#navi04{ background:url(img/navi_04_en.jpg) no-repeat; background-size:100% auto; }
#maps{ max-width:250px;}
table#company{
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}
table#company th{
width:30%;
vertical-align:middle;
}
table#company td{
width:80%;
}
table#contact{
width:100%;
}
table#contact tr{
height:100%;
overflow:hidden;
}
table#contact th{
width:100%;
text-align:center;
padding:10px 0;
float:left;
}
table#contact td{
width:100%;
float:left;
}
input[type="text"], textarea{
width:100%;
}
table#contact th.last_line{
border-bottom:solid 2px #999999;

}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
#wrapper{ 
width:100%;
}

	#content_inner,#sidebar{width:100%;}
	#content_inner h3{width:100%; height:auto;}
	#content_inner h3 img{width:100%; height:auto; margin:5px 0;}
	dl dt{width:26%; padding:2px 0 3px 0;}
	dl dd{width:74%; padding:2px 0 3px 0; text-indent:1%;}
	#footer ul{width:100%; margin:0 auto 0 auto; height:100%; overflow:hidden; text-align:center;}
	#footer ul li{ width:33%;}
	#footer_inner p{width:100%;}

#header{ 
height:90px;
width:100%;
}

#header h1{
width:100%;
}

#header h1 img{ 
width:100%;
}


#header_inner{
width:100%;
}

#btn_menu01{
float:left;
width:40%;
}

#btn_menu{
float:right;
padding:0px 0 0 0;
width:40%;
font-size:12px;
line-height:18px;
}

#btn_menu li{
float:left;
padding:0 0 0 23px;
font-size:12px;
}
#btn_menu li a{ text-decoration:none;}
#btn_menu li a:hover{ text-decoration:underline;}

#btn_menu li#header_li_01{background:url(img/head_i_01.png) no-repeat 0 3px; width:80px;}
#btn_menu li#header_li_02{background:url(img/head_i_02.png) no-repeat 0 3px; width:70px;}
#btn_menu li#header_li_03{background:url(img/head_i_03.png) no-repeat 0 3px; width:60px;}


#header ul{
height:100%;
width:25%;
display:block;
top:0;
right:0;
position:inherit;
margin:0 auto;
}
#header ul li{
padding:0 0 0 20px;
font-size:12px;
display:inline;
}
#header h2{ position:inherit;}


#content_inner h4 img{
width:100%;
margin:0;
}

#brand_list p img{
width:100%;
}

#catalog_list{
width:100%;
}

#content_inner p.big_text{
font-size:16px;
text-align:left;
}

#content_inner h2{
color:#909F64;
font-size:18px;
font-weight:bold;
line-height:1.2em;
padding:20px 0 0 0;
text-align:left;
}
#content_inner h3{
font-size:16px;
padding:0px 0 40px 0;
text-align:left;
line-height:1.5em;
}
#content_inner h4{
padding:20px 0;
margin:0 0 10px 0;
border-top:3px #AFCBCC solid;
border-bottom:3px #AFCBCC solid;
text-align:left;
}

#sidebar h3.title{
width:100%;
height:20px;
font-weight:bold;
padding:5px 0 15px 25px;
background:url(img/icon_02.png) no-repeat 5px 8px;
margin:20px 0 0;
color:#666666;
border-bottom:4px #1380AD solid;
}

#sidebar ul{
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
margin:0;
padding:0 0 6px 0;
width:100%;
}
#sidebar ul li{
background:url(img/icon_05.png) no-repeat 19px 20px;
width:100%;
}
#sidebar ul li a{
font-size:14px;
display:block;
width:100%;
padding:15px 0 0 40px;
border-bottom:1px dotted #CCCCCC;
}
#sidebar_last{
background:none;
}

}