﻿@charset "utf-8";


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

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

/* ----------------------------------------------------------- ヘッダー */
#header{
	width:100%;
	height:60px;
	padding:0 10px;
	box-sizing:border-box;
	overflow:hidden;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#E44C1C', endColorstr = '#FF916E');
		/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
		/*Element must have a height (not auto)*/
		/*All filters must be placed together*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#E44C1C', endColorstr = '#FF916E')";
		/*Element must have a height (not auto)*/
		/*All filters must be placed together*/
		background-image: -moz-linear-gradient(top, #E44C1C, #FF916E);
		background-image: -ms-linear-gradient(top, #E44C1C, #FF916E);
		background-image: -o-linear-gradient(top, #E44C1C, #FF916E);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#E44C1C), to(#FF916E));
		background-image: -webkit-linear-gradient(top, #E44C1C, #FF916E);
		background-image: linear-gradient(top, #E44C1C, #FF916E);
		/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
h1 {
	display:none;
}
p.logo.sp img{
	width:171px;
	height:40px;
	margin-top:10px;
}
p.logo.pc img{display:none;}
#head_right{
	float:right;
}
#head_right p.global-menu{
	content:'mobile';
}
#head_right p.global-menu img{
	width:100%;
	height: auto;
	cursor:pointer;
	margin-top:10px;
}

/* ------------------------------------------------- グローバルメニュー */
#dropmenu {
	width: 100%;
	background:#000;
	display:none;
	position:absolute;
	z-index:1000;
}
#dropmenu ul#parent{
	margin: 0 auto;
	list-style-type: none;
}
#dropmenu li {
	height: 70px;
	line-height:70px;
	padding:0 10px;
	text-align: left;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
#dropmenu li.factory_sp,
#dropmenu li.product_sp {
	height: 170px;
	line-height:;
	color:#fff;
}
#dropmenu li.factory_sp span,
#dropmenu li.product_sp span{
	background:url(../images/img_arrow_sp.gif) no-repeat;
	background-position:100% 50%;
	padding-right:22px;
}
#dropmenu li.factory_pc,
#dropmenu li.product_pc{
	display:none;
}
#dropmenu li a {
	display: block;
	margin: 0;
	color: #fff;
	font-size: 16px;
	background:url(../images/img_arrow.gif) no-repeat;
	background-size:8px 14px;
	background-position:100% 50%;
}
#dropmenu li ul{
	margin-top:-20px;
	width:100%;
}
#dropmenu li ul li{
	height: 60px;
	line-height:60px;
	border-bottom: 1px solid #999;
}
#dropmenu li ul li:last-child{
	border-bottom:none;
}
/* ----------------------------------------------------- メインイメージ */
.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	overflow: hidden;
}
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('../images/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('../images/a22.png') center center no-repeat;
    overflow: hidden;
}
.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }
#dropmenu  span.icon-drop{display:none;}

/* --------------------------------------------------------- コンテンツ */
#contents_wrap{
	overflow: hidden;
	width: 100%;
	margin-bottom:50px;
}
#top-contents{
	padding:0 5px;
	background:#fefefe;
}
#top-contents h2{
	border-bottom:2px dotted #999;
	margin:30px 0 25px 0;
	text-align:center;
	font-size:20px;
	color:#666;
}
/* ----------------------------------------------------------- 会社紹介 */
#company-about{
	margin:0 auto;
	margin-top:20px;
	padding:0 10px 10px 10px;
	overflow:hidden;
	text-align:left;
	box-sizing:border-box;
	border:3px solid #F37148;
	border-radius:3px;
}
#company-about p span{
	font-weight:bold;
}
#company-about p{
	margin-top:6px;
	font-size:14px;
	color:#F37148;
}
#company-about p span{
	font-weight:bold;
	font-size:18px;

}
/* --------------------------------------------------- ボックスメニュー */
.category-wrap{
	width: 100%;
	margin-top:20px;
	overflow: hidden;
}
.category-wrap ul{
	list-style-type: none;
}
.category-wrap ul li{
	margin-bottom:50px;
}
.category-wrap ul li:last-child{
	margin-bottom:0;
}
.category-wrap .category{
	margin:12px auto;
	text-align:center;
	color:#333;
}
.category-wrap .category h3{
	font-size:18px;
}
.category-wrap .category p{
	width:300px;
	font-size:14px;
	margin:0 auto;
	color: #666;
}
.category-wrap .category .btn{
	width:250px;
	margin:12px auto 8px;
}
.category-wrap .category .btn a{
	display: block;
	line-height: 1.4;
	padding: 14px 20px 12px;
	background: #F55B15;
	border-width: medium medium 3px;
	border-style: none none solid;
	border-color: #AB400F;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
}
.category-wrap ul li .category .category_img span{
	width:300px;/*画像の横幅*/
	height:167px;/*画像の高さ*/
	margin:0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius:3px;
	border:5px solid #F37148;
	display:block;
}
.category-wrap ul li .category .category_img span.factory01{
	background:url(../images/factory02.jpg) no-repeat;/*画像ファイル読み込み*/
}
.category-wrap ul li .category .category_img span.factory02{
	background:url(../images/factory01.jpg) no-repeat;/*画像ファイル読み込み*/
}
.category-wrap ul li .category .category_img span.product01{
	background:url(../images/product01.jpg) no-repeat;/*画像ファイル読み込み*/
}
.category-wrap ul li .category .category_img span.product02{
	background:url(../images/product02.jpg) no-repeat;/*画像ファイル読み込み*/
}
/* ----------------------------------------------------------- フッター */
#footer-wrap{
	width:100%;
	border-top: 1px solid #FF9573;
	overflow:hidden;
	background:#E84C19;
}
#footer #footer_menu ul li{
	padding:0 10px;
	border-bottom: 1px solid #FF9573;
	box-sizing:border-box;
}
#footer #footer_menu ul li a{
	padding:20px 0;
	display:block;
	color:#fff;
	background:url(../images/img_arrow_gray.gif) no-repeat;
	background-size:8px 14px;
	background-position:right 50%;
	box-sizing:border-box;
	font-size:16px;
}
#footer #copyright{
	text-align:center;
	margin: 12px 0;
	width: 100%;
	color:#fff;
}
/* -------------------------------------------------- 先頭へ戻るボタン */
#btnTop{ position: fixed; z-index:3000; bottom:15px; right:15px;}
#btnTop a img{ border-radius:5px;width:55px;}

/* -----------------------------------------------------------------------
タブレット版レイアウト
------------------------------------------------------------------------*/
@media screen and (min-width: 768px)  {
/* ----------------------------------------------------------- ヘッダー */
#header{
	width: 100%;
	margin: 0 auto;
}
html{
	position: relative;
	min-height: 100%;
	overflow-y:scroll;
}
/* --------------------------------------------------------- コンテンツ */
#contents_wrap{
	overflow: hidden;
}
#top-contents{
	max-width: 768px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#top-contents h2{
	width: 750px;
	border-bottom: 2px dotted #999;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: left;
	font-size: 22px;
}
/* ----------------------------------------------------------- 会社紹介 */
#company-about{
	width:748px;
}
#company-about p{
	font-size:16px;
}
#company-about p span{
	font-size:20px;
}
/* --------------------------------------------------- ボックスメニュー */
.category-wrap{
	width: 758px;
	margin: 0 auto;
}
.category-wrap ul li{
	width: 363px;
	margin: 0 6px;
	float: left;
	border: 1px solid #aaa;
	box-sizing: border-box;
	border-radius: 5px;
}
.category-wrap ul li .category img{
	width: 220px;
	height: 182px;
}
.category-wrap ul li .category .category_img{
	width: 320px;
	height: 180px;
	border-radius:5px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
}
.category-wrap .category h3{
	font-size: 18px;
	margin-top:12px;
}
.category-wrap .category p{
	height:90px;
	overflow-y:hidden;
	text-align:left;
}
/* ----------------------------------------------------------- フッター */
#footer-wrap{
	margin-top:60px;
}
/* -------------------------------------------------- 先頭へ戻るボタン */
#btnTop{ position: fixed; z-index:3000; bottom:20px; right:20px;}
}
/* -----------------------------------------------------------------------
PC版レイアウト
------------------------------------------------------------------------*/
@media screen and (min-width: 1210px)  {
body{
	margin-bottom:90px;
}
/* ----------------------------------------------------------- ヘッダー */
#header{
	width:1200px;
	height:80px;
	line-height:80px;
	margin:0 auto;
	background:#fff;
}
h1 {
	display:inline;
	font-size:16px;
	color: #888;
}
p.logo.sp img{display:none;}
p.logo.pc img{/* -----ロゴが出来次第、調整します。----- */
	width: 223px;
	height: 52px;
	margin-top:13px;
	display:block;
}
p.logo.pc{
	width: 223px;
	overflow:hidden;
}
#head_right p.global-menu img{
	display:none;
}
#head_right p.global-menu{
	content:"desktop";
}
/* ------------------------------------------------- グローバルメニュー */
#dropmenu {
	height: 40px;
	background:#fff;
	border-top: 3px solid #B62E03;
	border-bottom: 1px solid #B62E03;
	position: relative;
	display:block;
	text-align:center;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FF916E', endColorstr = '#E44C1C');
		/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
		/*Element must have a height (not auto)*/
		/*All filters must be placed together*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FF916E', endColorstr = '#E44C1C')";
		/*Element must have a height (not auto)*/
		/*All filters must be placed together*/
		background-image: -moz-linear-gradient(top, #FF916E, #E44C1C);
		background-image: -ms-linear-gradient(top, #FF916E, #E44C1C);
		background-image: -o-linear-gradient(top, #FF916E, #E44C1C);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#FF916E), to(#E44C1C));
		background-image: -webkit-linear-gradient(top, #FF916E, #E44C1C);
		background-image: linear-gradient(top, #FF916E, #E44C1C);
		/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	z-index:1000;
}
#dropmenu ul{
	width:1200px;
	margin: 0 auto;
	list-style-type: none;
	display:inline-block;
}
#dropmenu li{
	min-width:200px;
	height: 40px;
	line-height: 40px;
	position: relative;
	padding:0;
	float: left;
	text-align: center;
	white-space: nowrap;
	border-left: 1px solid #B62E03;
	border-bottom:none;
}
#dropmenu li:last-child{
	border-right: 1px solid #B62E03;
}
#dropmenu li a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background:none;
}
#dropmenu li ul{
	width: 200px;
	list-style: none;
	position: absolute;
	top: 100%;
	left: -1px;
	margin: 0;
	padding: 0;
	z-index:4000;
	display:inline;
}
#dropmenu li ul li{
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#dropmenu li ul li a{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display:block;
	text-indent:5px;
}
#dropmenu li:hover > a{
  		height: 41px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#E44C1C', endColorstr = '#FF916E');
		/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
		/*Element must have a height (not auto)*/
		/*All filters must be placed together*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#E44C1C', endColorstr = '#FF916E')";
		/*Element must have a height (not auto)*/
		/*All filters must be placed together*/
		background-image: -moz-linear-gradient(top, #E44C1C, #FF916E);
		background-image: -ms-linear-gradient(top, #E44C1C, #FF916E);
		background-image: -o-linear-gradient(top, #E44C1C, #FF916E);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#E44C1C), to(#FF916E));
		background-image: -webkit-linear-gradient(top, #E44C1C, #FF916E);
		background-image: linear-gradient(top, #E44C1C, #FF916E);
		/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 41px;
	line-height: 41px;
	border:1px solid #FF855F;
	border-top:none;
	border-bottom:1px solid #FF855F;
	background:#333;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 1px solid #FF855F;
}
#dropmenu  span.icon-drop{
	padding:0 6px;
	font-size:10px;
	color:#fff;
	border-left:1px dotted #9b2500;
	position:absolute;
	right:0;
	display:inline;
}
#dropmenu li.factory_pc,
#dropmenu li.product_pc{
	display:block;
}
#dropmenu li.factory_sp,
#dropmenu li.product_sp{
	display:none;
}
/* ----------------------------------------------------------- 会社紹介 */
#company-about{
	width:800px;
	padding-top:10px;
}
#company-about p{
	margin-top:0;
}
#company-about p span{
	font-size:22px;
}
/* --------------------------------------------------------- コンテンツ */
#top-contents{
	max-width:1200px;
}
#top-contents h2{
	width: 100%;
	box-sizing:border-box;
	margin:30px 0 25px 0;
}
/* --------------------------------------------------- ボックスメニュー */
.category-wrap{
	width: 570px;
	margin:0 10px;
	float:left;
}
.category-wrap ul li{
	width:270px;
	margin:0 10px;
}
.category-wrap ul li:first-child{margin-left:5px;}
.category-wrap ul li:last-child{margin-right:0;}
.category-wrap ul li .category .category_img{
	width: 90%;
	height: 90%;
	border-radius:5px;
	margin:0 auto;
	position: relative;
}
.category-wrap ul li .category .category_img span{
	width: 220px;
	height: 123px;
}
.category-wrap .category h3{
	font-size: 16px;
	margin-top:8px;
}
.category-wrap .category p{
	font-size: 13px;
	margin: 6px auto 24px auto;
	width: 230px;
	height:60px;
	line-height:1.6;
}
.category-wrap .category .btn{
	width: 170px;
}
.category-wrap .category .btn a{
	display: block;
	line-height: 1.4;
	padding: 10px 20px 8px;
	border-width: medium medium 3px;
	border-style: none none solid;
	border-color: #9b2500;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
}
.category-wrap .category .btn a:hover{
	padding: 13px 20px 8px;
	border-width: medium medium 0;
}
.category-wrap ul li .category .category_img span.factory01{
	background-size:220px 123px;
}
.category-wrap ul li .category .category_img span.factory02{
	background-position:50% -25px;
}
.category-wrap ul li .category .category_img span.product01{
	background-size:220px 123px;
}
.category-wrap ul li .category .category_img span.product02{
	background-size:220px 123px;
}
/* ----------------------------------------------------------- フッター */
#footer-wrap{
	height:50px;
	line-height:50px;
	overflow:hidden;
	border-top: 2px solid #777;
	position:absolute;
	bottom:0;
}
#footer{
	width:1200px;
	margin:0 auto;
}
#footer #footer_menu{
	float:left;
	margin:0;
}
#footer #footer_menu ul li{
	padding:0;
	border-bottom:none;
	float:left;
}
#footer #footer_menu ul li a:after{
	margin:0 0 0 20px;
	content:"|";
}
#footer #copyright{
	text-align:right;
	width: 50%;
	float:right;
}
#footer #footer_menu ul li a{
	padding:0 10px;
	background:none;
	font-size:12px;
}
#footer #copyright{
	width:auto;
	font-size:12px;
	margin:0;
}
}