@charset "utf-8";


/* =Reset default browser CSS.

-------------------------------------------------------------- */
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;}
/* -------------------------------------------------------------- */

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:#333;text-decoration:none;}
a:hover{color:#36638a;}
a:active, a:focus {
    outline: 0;
    color: #fff;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*Amazon商品リンク色
------------------------------------------------------------*/
.link{
	color: #FF008E;
	text-decoration:none;
}
.link:hover{
	color: #36638a;
}


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

.link:active, .link:focus {outline:0;}

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

@media only screen and (max-width: 980px)
{#wrapper{width: 100%;}}

.inner{
margin:0 auto;
width:1080px;
}

@media only screen and (max-width: 980px)
{.inner{width: 100%;
	margin: 0 auto;
	}}


section.content3 img{
width:100%;
}



/*************
/* ヘッダー
*************/
#header{overflow: hidden;
}

.kensaku{
width: 100%;
  max-width: 400px;
	float: left;
	margin-left: 300px;
	
}

.top{width:1080px;
margin: auto;}

@media only screen and (max-width: 980px)
{.top{width: 100%;
	}
	.kensaku{margin:0 auto;}
	

}
/*************
/* ロゴ
*************/
.logo{
float:left;
margin: 10px;
}

.logo span{display:block;}

/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}


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


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

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

 /* スライドショー */
#slideshow {
   position: relative;
   width:  100%; /* 画像の横幅に合わせて記述 */
    height: 300px; /*画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}


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

#mainBanner img{
max-width:100%;
height:auto;
}

.slogan{
    max-width: 100%;
    height: auto;
    bottom: 1px;
    left: 9px;
    padding: 5px 10px;
    line-height: 1.4;
    color: #000000;
}

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

.slogan P{
    text-indent: 2em;
    line-height: 32px;
    font-size: 16px;
    overflow: hidden;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}

.p1{font-size: 18px;}
.p2{border-bottom: 1px solid #D9378B;
margin: auto;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:5px;
width: 100%;
overflow: hidden;
}

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

.grid2{

width: 70%;
border-radius:5px;
background:#fff;
margin-top: 5px;
}


.box{
margin:0 3px;
padding:3px;
border:1px solid #36638a;
width: 100%;
margin-bottom: 10px;
}

.box2{
margin:0 3px;
padding:3px;
border-top:1px solid #36638a;
border-bottom:1px solid #36638a;
width: 100%;
margin-bottom: 10px;
}


.box img{
max-width:100%;
height:auto;

}
.box2 img{
max-width: 100%;
height:auto;

}

.box img:hover {
	opacity: 0.5 ;
}

.box h3{padding:10px 0 5px;
color:#36638a;
font-size:16px;
font-weight:bold;

}
.box2 h3{padding:10px 0 5px;
color:#36638a;
font-size:16px;
font-weight:bold;

}

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

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



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

section.content3 p{
    line-height: 32px;
    font-size: 16px;
	margin-bottom: 5px;
    width: 100%;
    text-align: left;
   }

section.content2 article{
padding:20px;
margin-bottom:10px;
margin-right:15px;
margin-left:15px;
overflow:hidden;
	
}


section.content3 article{
padding:5px;
margin-bottom:2px;
margin-right:15px;
margin-left:15px;
overflow:hidden;
}

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

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

                   
section.content3 img{width: 100%;}
section.content3 {border-bottom: 1px dashed #494848;}

.article{background-color:#000000; }

h3.heading{
font-weight:bold;
padding:0 10px;
line-height:36px;
color:#ffffff;
background:#494848;
margin-right:15px;
margin-left:15px;
}

h3.heading2{
font-weight:bold;
font-size: 15px;
padding:0 10px;
line-height:36px;
color:#ffffff; /*侧面菜单文字颜色 */
background:#494848; /*侧面菜单颜色 */

}

h3.heading3{
    font-weight: bold;
    font-size: 20px;
    padding: 0 10px;
    line-height: 36px;
    color: #494848;
    color: #000000;

}

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 5px auto;
}

table.table td{
width: 80%;
border-collapse:collapse;
background-color:#FFFFFF;
text-align:left;
padding:6px;
border:1px solid #494848;
line-height:20px;
}

table.table th{
width: 10%;
background-color:#206EAF;
text-align:right;
padding:8px;
white-space:nowrap;
color: #ffffff;
border-top:1px solid #fff;
border-right:4px solid #fff;
border-bottom:1px solid #fff;
border-left:1px solid #fff;
font-size:14px;
font-weight:bold;
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 #7E7E7E;/* 虚线 */
}

#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;
}


/*************
/* フッター
*************/
#footer{
clear:both;
overflow:hidden;
padding:10px 10px 20px 10px;
background:#494848;/* 下脚菜单颜色 */
}

* 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:#333;
}

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

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

#footer a{color:#ffffff;}
#footer a:hover{color:#206EAF;}

address{
clear:both;
padding:10px;
text-align:center;
font-style:normal;
font-size:10px;
color:#fff;
background:#262626;/* 最下面的颜色 */
}

	/* 新着とTWITTER */
.topnews{
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
	}	
	
.topnews01{
	width:50%;
	float: left;
	}	
.topnews02{
	width:50%;
	float: right;

	}
	

/* PC用
------------------------------------------------------------*/
* {margin:0;padding:0;box-sizing:border-box;}
@media only screen and (min-width: 980px){
.menu {
	background-color:#444;
}

.menu ul {
	width:1100px;
	margin:0 auto;
	display:flex;
	list-style:none;
}

.menu li {
	list-style:none;
   float:left;
   line-height:40px;
   text-align:center;
   position:relative;
}


.menu li a {
	display:block;
	background-color:#333;
	padding:15px 0;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	margin-right:1px;
	height:60px;
	width: 180px;
}

.menu li a:hover {
	background-color:#555;
}

/*二级下拉菜单样式设置*/
.menu ul li ul li{
    float:none;}

.menu ul li ul{
    position:absolute;
	top:60px;
	left:0px;
	display:none;
}

/*鼠标滑过一级菜单的元素时显示下拉菜单*/
ul li:hover ul{
    display:block;
}
}



	
	#mainBanner{margin-left:15px;}
	#subpage #mainBanner{margin:15px auto;}
	
	#main{
	float:right;
	width:800px;
	padding-right:15px;
	padding-top:20px;
	}
	
	#sidebar{
	float:left;
	width:220px;
	padding:15px 0 0 15px;
	overflow:hidden;
	}
	

@media  (max-width:980px)
{
	#main{width: 100%;}
	#sidebar{width: 100%;
	}
}


	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #36638a;/* 边线 */
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:460px;
	margin-left:20px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:5px 0 2px 5px;
	}
	
	



@media only screen and (max-width:980px){
	*{
    -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:980px){
	#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;}
}


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


/*************
製品ページメニュー
*************/
a.bt-productmenu{
  margin-top: 10px;
  position: relative;
  display: inline-block;
  height: 35px;
  width: 135px;
  text-decoration: none;
  background: #00a0e9;
  color: #fff;
  line-height: 37px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 1px 2px 4px #759cad;
}

a.bt-productmenu:hover{  
	opacity: 0.5 ;
}

a.bt-productmenu:active{
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}

a.bt-productmenu2{
  margin-top: 10px;
  position: relative;
  display: inline-block;
  height: 35px;
  width: 90px;
  text-decoration: none;
  background: #00a0e9;
  color: #fff;
  line-height: 37px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 1px 2px 4px #759cad;
}

a.bt-productmenu2:hover{  
	opacity: 0.5 ;
}

a.bt-productmenu2:active{
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}

/*************
製品TOPページフロートカラム
*************/
.pr_top{
	overflow: hidden;
    width: 100%;
    margin-top: 10px;
    margin-bottom:20px;

}

.pr_top_col_l {
	float: left;
    padding: 5px;
    margin-right:10px;
    margin-bottom:20px;
    width:300px;

}
.pr_top_col_r {
	float: right;
    padding: 5px;
    margin-right:10px;
    margin-bottom:20px;
    width:300px;

}
.pr_top_col_img {
    margin-bottom: 10px;
}
a.pr_top_col_img:hover{  
	opacity: 0.5 ;
}
.pr_top_col_txt {
	margin-top:5px;
    margin-bottom:5px;
}



/*************
製品ページフロートカラム
*************/
.productexp {
	overflow: hidden;
	width:100%;
    padding: 10px;

}
.pr_image {
    float: left;
    margin-right: 10px;
    max-width:100%;
}

.pr_image img{width:100%}

.pr_text {
    overflow: hidden;
}

/*************
オリジナル製品ページ内表
*************/

table{
		margin: 0 auto;
		margin-bottom: 2.8em;
		border-collapse:collapse;/* 隙間なし */
		table-layout:fixed;
	}
	
	table .left{
    white-space: nowrap;
    color: #FFFFFF;
    font-size: 12px;
    width: 100px;
    padding: 5px 10px;
    border: 0 none;
    border-bottom: 1px dashed #FFFFFF;
    background: #36638a;
    vertical-align: top;
    /*font-weight: bold;*/
    line-height: 1.6;
	}

	table .right{
	in-width: 100px;
    border: 0px none;
    border-bottom: 1px dashed  #36638a;
    padding: 5px 10px ;
    background:  #FFFFFF;
    vertical-align: top;
	}
	



/*************
現場ページ
*************/
.box3{overflow: hidden;
margin-bottom: 30px;}

.texa{width: 50%;
float: left;}

.box4{float: left;
width: 40%;
margin-left: 25px;
padding-right: 25px;}

@media only screen and (max-width :980px ){
	.box3{margin-bottom: 30px;}
.texa{width: 100%;}

.box4{width: 100%;
margin-left: 25px;
padding-right: 25px;}	
}

/************
初期設定を解除したいタグにつけるクラス
************/
.clear{
	border:none ;
	padding: 0;
	}


/*************
/* media スマホ
*************/
@media only screen and (max-width :980px ){
	#menu{
	width:980px;
	padding:0;
	margin:0 auto;
	}
	.menu ul{  list-style-type: none;
    margin: 0;
    padding: 0;
	width:100%;
	right: 0;
	top:0;
	z-index: 1;
	}
	.menu li{float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;}
	.menu li a{display:block;
	color:#FFFFFF;
	background-color:#333;
	width:100%;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	padding-top: 10px;
	padding-bottom: 10px;}
	
	.menu ul li ul li{
    float:none;}

.menu ul li ul{
	display:none;
}
 
/* 鼠标移动到选项上修改背景颜色 */
.menu li a:hover {
    background-color:#444;
    color:#FFFFFF;
}
	
}