﻿@charset "utf-8";

/* ----------------------------------------------------- サブページ共通 */
h2{
	margin-top:10px;
	color:#E84B19;
	text-align:center;
	border-bottom:3px double #E84B19;
}
#subpage{
	margin-top:40px;
	padding:0 10px;
	box-sizing:border-box;
}
#pankuzu{
	height:50px;
	line-height:50px;
	font-size:14px;
}
#pankuzu ul li{
	padding:0 20px 0 10px;
	float:left;
	background:transparent url("../images/img_pankuzu_arrow.gif") no-repeat right center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#pankuzu ul li a{
	color:#F37148;
}
#pankuzu ul li a:hover{
	text-decoration:underline;
}
#pankuzu ul li:first-child{
	padding-left:0;
}
#pankuzu ul li:last-child{
	background:none;
}
.preparation{
	text-align:center;
	color:#F37148;
	margin:100px 0;
	border:1px solid #F37148;
	border-radius:3px;
	box-sizing:border-box;
}
.preparation dt{
	font-size:40px;
	font-weight:bold;
}
.preparation dd{
	width:310px;
	margin:0 auto;
	font-size:16px;
	background:;
	color:#F37148;
	padding:6px;
	box-sizing:border-box;
}
/* ----------------------------------------------- ページ切り替えボタン */
.pager{
	margin:6px auto 30px auto;
	overflow:hidden;
}
.pager ul{
	width:100%;
	text-align:center;
}
.pager ul li{
	width:45%;
	border:1px solid #FF9C6F;
	display:inline-block;
}
.pager ul li a{
	width:100%;
	display:block;
	padding:5px;
	font-size:14px;
	box-sizing:border-box;
	color:#FF8046;
}
.pager ul li.here{
	background:#FF8046;
}
.pager ul li.here a{
	color:#fff;
}
.pager ul li a:hover{
	background:#FF8046;
	color:#fff;
}
/* ----------------------------------------------------------- 会社概要 */
table.about{
	width:100%;
}
table.about tr{
	border-top:1px solid #ccc;
	font-size:15px;
}
table.about tr:last-child{ border-bottom:1px solid #ccc; }
table.about th{
	width:30%;
	padding:20px 5px;
	color:#F37148;
	text-align:left;
	background:#eee;
	box-sizing:border-box;
	vertical-align:top;
}
table.about td{
	width:70%;
	padding:20px 5px;
	color:#333;
	box-sizing:border-box;
	line-height:1.6;
}
/* ----------------------------------------------------------- 工場紹介 */
#subpage table.about dt{
	margin-top:12px;
}
#subpage table.about dt:first-child{
	margin-top:0;
}
.ggmap{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
table.about ol li{
	list-style-type:decimal-leading-zero;
	list-style-position:inside;
}
.factory-profile{
	margin-top:-20px;
	margin-bottom:12px;
	padding:6px 0;
	text-align:center;
	font-size:16px;
}
.factory-profile span{
	color:#f11;
	font-size:13px;
	font-weight:bold;
}

/* ----------------------------------------------------------- 製品紹介 */
.photo{
	width:300px;
	margin:20px auto 0 auto;
	text-align:center;
	line-height:1.2;
	border:2px solid #999;
	border-radius:3px;
}
.photo img{
	margin:5px 5px 0 5px;
}
.photo p{
	width:290px;
	height:20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:14px;
	color:#666;
}
/* --------------------------------------------------------- 問い合わせ */
table.about.contact th{
	width:100%;
	padding:10px 0;
	float:left;
	text-align:center;
}
table.about.contact th span{
	color:#f11;
	font-weight:bold;
}
table.about.contact td{
	width:100%;
	float:left;
	text-align:center;
}
table.about.contact td input,
table.about.contact td textarea{
	width:80%;
}
table.about.contact tr.form-btn th{
	background:none;
}
table.about.contact tr.form-btn input{
	width:150px;
	display:inline-block;
}
table.about.contact td span.txt-limit{
	width:80%;
	margin:12px auto 0 auto;
	text-align:right;
	font-size:12px;
	color:#666;
	display:block;
}
.contact-caution{
	width:300px;
	margin:0 auto 6px auto;
	text-align:center;
	font-size:14px;
	color:#666;
}
.contact-caution span{
	color:#f11;
	font-weight:bold;
}
/* ------------------------------------------------------- サイトマップ */
.sitemap_box h3{
	background:#eee;
	padding:10px 0;
	font-size:18px;
	text-indent:12px;
}
ul.sitemap{
	font-size:14px;
}
ul.sitemap li{
	text-indent:12px;
	padding:10px 5px;
	list-style-type: disc;
	list-style-position:inside;
	bos-sizing:border-box;
}
/* -----------------------------------------------------------------------
タブレット版レイアウト
------------------------------------------------------------------------*/
@media screen and (min-width: 768px)  {
/* ----------------------------------------------------- サブページ共通 */
#pankuzu ul{
	padding:0 10px;
	margin:0 auto;
	box-sizing:border-box;
}
.preparation{
	width:700px;
	margin:50px auto;
}
/* ----------------------------------------------- ページ切り替えボタン */
.pager ul li{
	width:150px;
	border-radius:3px;
}
/* ----------------------------------------------------------- 会社概要 */
table.about{
	width:748px;
	margin:0 auto;
}
table.about th{
	width:20%;
	padding-top:20px;
	padding-left:10px;
	vertical-align:top;
}
table.about td{
	width:80%;
	padding-left:20px;
}
/* ----------------------------------------------------------- 工場紹介 */
.factory-profile br{
	display:none;
}
.factory-profile span{
	display:block;
	font-size:16px;
}
td.product-list{
	ocerflow:hidden;
}
.factory-product{
	float:left;
	margin-right:20px;
}
.factory-product:last-child{
	margin-right:0;
}
.factory-product img{
	width:270px;
}
/* ----------------------------------------------------------- 製品紹介 */
.photolist{
	margin-top:20px;
	text-align:center;
}
.photolist:first-child{
	margin-top:0;
}
.photo{
	margin:20px 5px 0 5px;
	display:inline-block;
}
/* --------------------------------------------------------- 問い合わせ */
table.about.contact th{
	width:30%;
	padding:0 5px;
	float:none;
	text-align:left;
}
table.about.contact td{
	width:70%;
	padding:20px 5px;
	float:none;
	text-align:center;
}
table.about.contact tr.form-btn td{
	text-align:center;
}
table.about.contact td input,
table.about.contact td textarea{
	width:100%;
}
table.about.contact tr.form-btn th{
	background:none;
}
table.about.contact td span.txt-limit{
	width:100%;
	margin:12px 0 0 0;
	text-align:right;
}
.contact-caution{
	width:748px;
	text-align:right;
}
}
/* -----------------------------------------------------------------------
PC版レイアウト
------------------------------------------------------------------------*/
@media screen and (min-width: 1200px)  {
/* ----------------------------------------------------- サブページ共通 */
#pankuzu ul{
	width:1200px;
}
.preparation{
	margin-top:100px;
	border:none;
}
.preparation dt{
	font-size:63px;
}
.preparation dd{
	width:435px;
	background:#F37148;
	border-radius:3px;
	color:#fff;
}
.preparation dd br{
	display:none;
}
/* ----------------------------------------------------------- 会社沿革 */
#subpage #company-about{
	width:768px;
}
/* ------------------------------------------------------- サイトマップ */
.sitemap_wrap h3{
	box-sizing: border-box;
	background: #eee;
}
.sitemap_wrap{
	overflow:hidden;
}
.sitemap_box{
	width: 768px;
	margin:0 auto;
	overflow:hidden;
}
ul.sitemap{
	box-sizing:border-box;
	float: left;
	margin: 12px 0 24px 0;
	padding:0 6px;
	width: 768px;
}
ul.sitemap li{
	list-style-type: disc;
	padding: 3px 0;
	margin-left:10px;
	float:left;
}
ul.sitemap li a{ color:#666; }
ul.sitemap li a:hover{ text-decoration:underline; }

}