@charset "UTF-8";
/*
 * cmn_layout.css
 *
 */


/*===============================================
●共通
===============================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	 background: #fff;
	line-height: 1.7em;/*24px*/
	color: #333333;
}

#wrapper,
#contents,
#main{
	width:100%;
	margin:0;
	padding:0;
	}

a {
	color: #333333;
	text-decoration:none;
}

input, textarea{
	font-size:16px;	
}

#contents p {
	text-align:left;
}

/*===============================================
●画面の横幅が641px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 641px) {

#wrapper{
	width:100%;
	min-width:1240px;
	margin:0;
	padding:80px 0px 0px 0px;
	}	
	
	
/* 不必要なタグを不過視化*/
#pcNone {
	display: none;
}

/* !header ヘッダー
---------------------------------------------------------- */
#header_wrap {
	width: 100%;
	height:100px;
	position:fixed;
	top:0;
	left:0;
	z-index:7;
	text-align: center;
	background:url(../images/header_bg.png) repeat-x center top;
}

#header {
	width: 970px;
	height:100px;
	margin:0 auto;
}

#header_left {
	width:965px;
	height:100px;
}

#sp_header_logo {
	display:none;
}

#pc_header_logo {
	float:left;
	width:200px;
	height:100px;
}

#pc_header_logo img {
	width:200px;
	height:100px;
}

#header_left .txt01 {
	float:right;
	width:660px;
	margin:5px 0px 0px 0px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-align:right;
}

/* !naviWrap メニュー
---------------------------------------------------------- */
#sp_naviWrap {
	width: 100%;
	height:100px;
	position:fixed;
	top:0;
	left:0;
	z-index:7;
	text-align:center;
}

#naviWrap {
	width: 970px;
	height:100px;
	margin:0 auto;
	padding:0px;
	text-align:right;
}

#mainNavi {
	width:525px;
	height:50px;
	margin:33px 0px 0px 440px;
}

#mainNavi li {
	width:135px;
	height:50px;
	margin-top:6px;
	float:left;
	text-align:center;
}

#mainNavi li.li_last {
	width:100px;
	height:34px;
	margin-top:0px;
	margin-left:18px;
	padding-top:5px;
	background-color:#FFF;
	border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px; 
}

#mainNavi li img {
	height:20px;
}

#mainNavi li p {
	margin-top:5px;
	font-weight:bold;
	color:#f5daa3;
	text-align:center;
}

#mainNavi li.li_last img {
	height:12px;
}

#mainNavi li:hover {
	opacity:0.8;
}

/* !メインイメージ
---------------------------------------------------------- */
.mainImg{
	width:100%;
	text-align:center;
	position:relative;
}

.mainImg img{
	width:100%;
}

/*
.mainImg .main_title{
	width:35%;
	margin:-40% auto 0 auto;
}
*/
.mainImg .main_title{
	width:0px;
	height:0px;
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	z-index:6;
}

.main_arrow{
	width:5%;
	position:absolute;
	bottom:2%;
	left:48%;
	z-index:6;
}


/* !サービス
---------------------------------------------------------- */
#serviceBox {
	width:100%;
	height:920px;
	margin:0 auto;
	padding:70px 0px 60px 0px;
	background-color:#ff992c;
	}	
	
#serviceBox_inner{
	width:1100px;
	height:920px;
	margin:0px auto;
	box-sizing:border-box;
	}

#serviceBox_inner .service_title {
	margin:0 auto;
	text-align:center;
}

#serviceBox01 {
	float:left;
	width:490px;
	margin-top:120px;
}

#serviceBox02 {
	float:right;
	width:610px;
	text-align:right;
}

#serviceBox_inner h2{
	display:block;
	margin:5px 0px 0px 0px;
	font-size:30px;
	color:#FFF;
	font-weight:bold;
	line-height:120%;
	}

#serviceBox_inner .txtBox{
	display:block;
	width:430px;
	margin:35px 0px 0px 0px;
	font-size:16px;
	color:#FFF;
	line-height:150%;
	}	
	
#serviceBox02 .meeting01 {
	width:510px;
	height:609px;
	margin:100px 0px 0px 0px;
}

#serviceBox02 .meeting02 {
	width:586px;
	height:420px;
	display:none;
	margin:-700px 0px 0px 20px;
}

/* !提携工場
---------------------------------------------------------- */
#commBox {
	width:100%;
	height:680px;
	margin:0 auto;
	background-color:#bd1e2d;
	}	
	
#commBox_inner{
	width:1125px;
	height:680px;
	margin:0px auto;
	padding:70px 0px 0px 0px;
	box-sizing:border-box;
	}

#commBox01 {
	float:left;
}

#commBox02 {
	float:right;
	width:607px;
	text-align:left;
}

#commBox_inner h2{
	display:block;
	margin:0px;
	font-size:30px;
	color:#FFF;
	font-weight:bold;
	line-height:120%;
	}

#commBox_inner .txtBox{
	display:block;
	width:500px;
	margin:35px 0px 0px 0px;
	font-size:16px;
	color:#FFF;
	line-height:150%;
	}	
	
#commBox02 .comm01 {
	width:422px;
	height:218px;
	margin:0px;
}

#commBox02 .comm02 {
	width:607px;
	height:395px;
	margin:-70px 0px 0px 0px;
}

#commBox02 img.comm02_img {
	display:none;
}

/* !物流
---------------------------------------------------------- */
#transBox {
	width:100%;
	margin:0 auto;
	padding:50px 0px 50px 0px;
	background-color:#1c79be;
	box-sizing:border-box;
	}	
	
#transBox_inner{
	width:1073px;
	height:650px;
	margin:0px auto;
	text-align:center;
	box-sizing:border-box;
	background:url(../images/transport_bg.png) no-repeat center top;
	}

#transBox_inner p.transBox_title{
	padding-right:60px;
	text-align:right;
	}

#transBox_inner h2{
	display:block;
	margin:-30px 0px 0px 0px;
	font-size:30px;
	color:#FFF;
	font-weight:bold;
	line-height:120%;
	}

#transBox_inner .txtBox{
	display:block;
	width:580px;
	margin:35px auto 0px auto;
	font-size:16px;
	color:#FFF;
	line-height:150%;
	}	

#transBox_inner ul{
	height:270px;
	width:1050px;
	margin:50px auto 0px auto;
	text-align:center;
	}

#transBox_inner ul li{
	display:inline-block;
	vertical-align:bottom;
	}
	
#transBox_inner ul li.li01{
	width:269px;
	margin:0px;
	}

#transBox_inner ul li.li02{
	width:339px;
	margin:0px 0px 0px 10px;
	text-align:left;
	}
	
#transBox_inner ul li.li03{
	width:357px;
	margin:0px 0px 0px 10px;
	text-align:left;
	}
	
#transBox_inner ul li img.li_tr01{
	display:none;
	}
	
#transBox_inner ul li img.li_tr02{
	display:none;
	}

/* !マーケティング
---------------------------------------------------------- */
#marketBox {
	width:100%;
	margin:0 auto;
	padding:50px 0px 50px 0px;
	background-color:#22b573;
	box-sizing:border-box;
	}	
	
#marketBox_inner{
	width:1010px;
	margin:0px auto;
	text-align:center;
	box-sizing:border-box;
	}

#marketBox_inner p.marketBox_title{
	padding-right:60px;
	text-align:right;
	}

#marketBox_inner h2{
	display:block;
	margin:0px;
	font-size:30px;
	color:#FFF;
	font-weight:bold;
	line-height:120%;
	}

#marketBox_inner .txtBox{
	display:block;
	width:670px;
	margin:35px auto 0px auto;
	font-size:16px;
	color:#FFF;
	line-height:150%;
	}	

#marketBox_inner ul{
	margin:50px auto 0px auto;
	}

#marketBox_inner ul li{
	display:inline-block;
	width:300px;
	vertical-align:bottom;
	margin:0px 15px;
	}
	
#marketBox_inner ul li img {
	width:300px;
	height:auto;
	}
	
#marketBox_inner ul li p.txt01 {
	margin-top:15px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	}

#marketBox_inner ul li p.txt02 {
	height:100px;
	margin-top:15px;
	font-size:16px;
	color:#FFF;
	}

/* !OEM
---------------------------------------------------------- */
#oemBox {
	width:100%;
	height:470px;
	margin:0 auto;
	background-color:#bd1e2d;
	}	
	
#oemBox_inner{
	width:1120px;
	margin:0px auto;
	box-sizing:border-box;
	}

#oemBox01 {
	float:left;
	margin-top:100px;
	width:600px;
	height:330px;
}

#oemBox02 {
	float:right;
	margin:-430px 0px 0px 0px;
	width:606px;
	height:470px;
	position:relative;
}

#oemBox_inner h2{
	display:block;
	margin:5px 0px 0px 0px;
	font-size:30px;
	color:#FFF;
	font-weight:bold;
	line-height:120%;
	}

#oemBox_inner .txtBox{
	display:block;
	width:390px;
	margin:35px 0px 0px 0px;
	font-size:16px;
	color:#FFF;
	line-height:150%;
	}	
	
#oemBox02 .oem01 {
	width:606px;
	height:400px;
	display:none;
	position: absolute;
	left:0;
  	bottom: 0;
}

/* !会社案内
---------------------------------------------------------- */
#companyBox {
	width:100%;
	margin:0 auto;
	padding:75px 0px 100px 0px;
	text-align:center;
	background-color:#ece3dc;
	}
	
#companyBox_inner{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	}
	
#companyBox_inner .company_title {
	margin:0px auto 60px auto;
	text-align:center;
}
			
#companyBox .imgBox01 img {
	width:400px;
	margin:0px;
	}
	
#companyBox table{
	width:500px;
	margin:0px;
	}

#companyBox table th{
	width:160px;
	padding:0px 0px 25px 0px;
	text-align:left;
	color:#bd1e2d;
	font-weight:bold;
	border-right:#bd1e2d 1px solid;
	}
	
#companyBox table th.th_last{
	padding:0px 0px 0px 0px;
	}

#companyBox table td{
	width:340px;
	padding:0px 0px 25px 40px;
	text-align:left;
	line-height:140%;
	}

#companyBox table td.td_last{
	padding:0px 0px 0px 40px;
	}	

/* !グーグルマップ
---------------------------------------------------------- */
#gmap{
	width:100%;
	height:500px;
	}

	#gmap iframe{
		display: block;
	}	
	
/* !お問い合わせ
---------------------------------------------------------- */
#contactBox{
	width:100%;
	padding:80px 0px 120px 0px;
	background-color:#ff992c;
	}

#contactBox .contact_title {
	margin:0px auto 40px auto;
	text-align:center;
}

#contactBox_inner{
	width:960px;
	margin:0 auto;
	padding:60px 50px 40px 50px;
	background-color:#FFF;
	text-align:center;
	}
		
#contactBox_inner p{
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	color:#42210B;
	text-align:left;
	}
	
#contactBox_inner .contactBox01{
	float:left;
	margin-bottom:35px;
}

#contactBox_inner .contactBox02{
	float:right;	
	margin-bottom:35px;
}

#contactBox_inner .contactBox03{
	margin-bottom:35px;
}

#contactBox_inner .contactBox03 p.privacy{
	width:860px;
	height:200px;
	margin-top:10px;
	padding:20px;
	font-size:14px;
	border:#CCCCCC 1px solid;
	overflow-y:scroll;
}

input.input01{
	width:420px;
	height:40px;
	margin:10px 0px 0px 0px;
	-webkit-appearance: none;
    border-radius: 0;
}

#contactBox_inner p.input_text01{
	width:420px;
	height:40px;
	margin:10px 0px 0px 0px;
	padding:10px;
	border:#CCCCCC 1px solid;
}

textarea.input02{
	width:860px;
	margin:10px 0px 0px 0px;
	-webkit-appearance: none;
    border-radius: 0;
}

#contactBox_inner p.input_text02{
	width:860px;
	min-height:200px;
	margin:10px 0px 0px 0px;
	padding:10px;
	border:#CCCCCC 1px solid;
}

#contactBox_inner p.text01{
	margin-top:40px;
	text-align:center;
	font-size:14px;
}

#contactBox_inner p.btnBox {
	width:280px;
	height:50px;
	margin:20px auto 0px auto;
	padding-top:15px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#FFF;
	background-color:#B40001;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#contactBox_inner p.btnBox2 {
	display:inline;
	margin:0px 10px;
	padding:15px 50px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#FFF;
	background-color:#B40001;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

/* !お問い合わせ　完了
---------------------------------------------------------- */
#contactBox10{
	width:100%;
	height:800px;
	padding:80px 0px 0px 0px;
	background-color:#ff992c;
	}
		
#contactBox10_inner{
	width:960px;
	margin:0 auto;
	padding:60px 50px 60px 50px;
	background-color:#FFF;
	text-align:center;
	}

#contactBox10_inner .contact_title {
	margin:0px auto 15px auto;
	text-align:center;
}

#contactBox10_inner .contact_title p {
	margin:10px auto 0px auto;
	text-align:center;
	font-size:16px;
	color:#bd1e2d;
	font-weight:bold;
}

#contactBox10_inner h2{
	display:block;
	margin:40px auto 40px auto;
	font-size:28px;
	color:#42210B;
	font-weight:bold;
	}

#contactBox10_inner .contactBox11{
	margin-top:50px;
	}
	
#contactBox10_inner .contactBox11 p{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	}
	
#contactBox10_inner p.btnBox {
	width:280px;
	height:50px;
	margin:20px auto 0px auto;
	padding-top:15px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#FFF;
	background-color:#B40001;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

/* !footer フッター
---------------------------------------------------------- */
#pagetop {
	width:100%;
	margin:-115px auto 0px auto;
	padding:0px 20px 0px 0px;
	text-align:right;
	position:absolute;
	z-index:7;
}

#footer_top {
	width:100%;
	min-width:1240px;
	height:40px;
	margin:-20px auto 0px auto;
	text-align:center;
	background:url(../images/footer_bg.png) repeat-x center bottom;
	position:absolute;
	z-index:9;
}

#footer_top_img {
	width:1240px;
	height:40px;
	margin:0 auto;
	text-align:center;
}

#footer {
	width:100%;
	padding:30px 0px 18px 0px;
	color:#FFF;
	background-color:#bd1e2d;
}

#footerInner {
	width:960px;
	text-align:center;
	margin:0px auto;
}

#footerInner p {
	text-align:center;
	margin:0px auto;
}

#footerInner img {
	width:200px;
	margin-top:35px;
}

#footerInner p.copyright {
	margin:40px 0px 0px 0px;
	font-size: 12px;
	color:#FFF;
}

}

/*===============================================
●画面の横幅が640px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 640px) {
body {
	font-size: 0.85em; /*12px*/
	line-height: 1.83em;/*22px*/
}

#wrapper {
	width:100%;
	height:100%;
	display:block;
	position:relative;
}
	
/* 不必要なタグを不過視化 */
#spNone {
	display: none;
}

/* !header ヘッダー
---------------------------------------------------------- */
#header_wrap {
	width: 100%;
	position:fixed;
	top:0;
	left:0;
	z-index:7;
	text-align: center;
}

#header {
	width: 100%;
	margin:0 auto;
}

#header_left {
	width:100%;
	height:50px;
	margin:0 auto;
	background:url(../images/header_bg.png) repeat-x center top;
	background-size:cover;
}

#wrapper.act #header_left{
	background:none;
	background-color:#bd1e2d;
}

#pc_header_logo {
	display:none;	
}

#sp_header_logo {
	width:100%;
	height:50px;
	position:fixed;
	top:0;
	left:0;
	text-align:center;
	z-index:7;
}

#sp_header_logo img {
	width:100px;
	height:50px;
	margin:0 auto;
}

.header_sp_right {
	width:30px;
	height:17px;
	position:fixed;
	top:2%;
	right:2%;
	z-index:7;
}

.header_sp_right img {
	height:17px;
}

/* !naviWrap メニュー
---------------------------------------------------------- */
#sp_naviWrap{
	display:block;
	position:fixed;
	z-index:6;
	width:100%;
	top:-250px;
	-webkit-transition: ease .5s;
	transition: ease .5s;
}

#wrapper.act #sp_naviWrap{
	top:50px;
}

#naviWrap {
	width:100%;
	height:230px;
	margin:-20px auto 0px auto;
	text-align:center;
	background-color:#bd1e2d;
}

#mainNavi {
	width:290px;
	margin:0 auto;
	padding:35px 0px 0px 0px;
}

#mainNavi li {
	width:290px;
	height:40px;
	margin-bottom:8px;
	padding:10px 0px 0px 10px;
	text-align:left;
	background-color:#d65b66;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px; 
}

#mainNavi li.li_last {
	width:290px;
	height:40px;
	background-color:#FFF;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px; 
}

#mainNavi li img {
	height:20px;
	margin-top:-5px;
}

#mainNavi li p {
	display:inline;
	margin-left:10px;
	font-weight:bold;
	color:#f5daa3;
}

#mainNavi li p.p01 {
	margin-left:18px;
}

#mainNavi li p.p02 {
	margin-left:42px;
}

#mainNavi li:hover {
	opacity:0.8;
}

.mainNavi_bottom {
	width:100%;
	height:15px;
	margin:0 auto;
	background:url(../images/menu_bg.png) repeat-x center top;
	background-size:cover;
}

/* !メインイメージ
---------------------------------------------------------- */
.sp_mainImg{
	width:100%;
	margin-top:7%;
	text-align:center;
}

.sp_mainImg img{
	width:100%;
}

.sp_mainImg img.main_title{
	width:55%;
	margin:-54% auto 0px auto;
}

.main_arrow {
	width:100%;
	margin:-15% auto 0px auto;
	text-align:center;
}

.main_arrow img {
	width:10%
}

/* !contents　内容
---------------------------------------------------------- */	

#contents{
	width:100%;
	margin:0;
	padding:0;
}

/* !サービス
---------------------------------------------------------- */
#serviceBox {
	width:100%;
	margin:0 auto;
	padding:10% 0px 0px 0px;
	background-color:#ff992c;
	}	
	
#serviceBox_inner{
	width:100%;
	margin:0px auto;
	box-sizing:border-box;
	}

#serviceBox_inner .service_title {
	width:60%;
	margin:0 auto;
	text-align:center;
}

#serviceBox_inner .service_title p {
	margin:0px auto;
	text-align:center;
	font-size:10px;
	color:#bd1e2d;
	font-weight:bold;
}

#serviceBox01 {
	width:90%;
	margin:0 auto;
}

#serviceBox01 img {
	width:50%;
}

#serviceBox02 {
	width:100%;
	text-align:right;
}

#serviceBox_inner h2{
	display:block;
	margin:5px 0px 0px 0px;
	font-size:18px;
	letter-spacing:0.1em;
	color:#FFF;
	font-weight:bold;
	line-height:120%;
	}

#serviceBox_inner .txtBox{
	display:block;
	margin:15px 0px 0px 0px;
	color:#FFF;
	line-height:160%;
	}	
	
#serviceBox02 .meeting01 {
	width:90%;
	margin:20% auto 0px auto;
	text-align:left;
}

#serviceBox02 .meeting01 img {
	width:80%;
}

#serviceBox02 .meeting02 {
	width:91%;
	margin:-100% 0px 0px 20px;
	padding:0px 0px 45% 0px;
	text-align:left;	
}

#serviceBox02 .meeting02 img {
	width:95%;
}

/* !提携工場
---------------------------------------------------------- */
#commBox {
	width:100%;
	margin:0 auto;
	padding:10% 0px 30px 0px;
	background-color:#bd1e2d;
	}	
	
#commBox_inner{
	width:100%;
	margin:0px auto;
	box-sizing:border-box;
	}

#commBox01 {
	width:90%;
	margin:0 auto;
}

#commBox01 img {
	width:90%;
}

#commBox_inner h2{
	display:block;
	margin:0px;
	font-size:18px;
	letter-spacing:0.1em;
	color:#FFF;
	font-weight:bold;
	line-height:120%;
	}

#commBox_inner .txtBox{
	display:block;
	margin:15px 0px 0px 0px;
	color:#FFF;
	line-height:160%;
	}	

#commBox02 {
	width:95%;
	margin:10% auto 0 auto;
}
	
#commBox02 .comm01 {
	width:90%;
	margin:0px;
}

#commBox02 .comm01 img {
	width:80%;
}

#commBox02 .comm02 {
	width:100%;
	margin:-15% 0px 0px 0px;
}

/* !物流
---------------------------------------------------------- */
#transBox {
	width:100%;
	margin:0 auto;
	padding:10% 0px 30px 0px;
	background-color:#1c79be;
	box-sizing:border-box;
	}	
	
#transBox_inner{
	width:90%;
	margin:0px auto;
	text-align:center;
	box-sizing:border-box;
	}

#transBox_inner p.transBox_title{
	text-align:right;
	}
	
#transBox_inner p.transBox_title img {
	width:50%;
	}

#transBox_inner h2{
	display:block;
	margin:20px 0px 0px 0px;
	font-size:18px;
	letter-spacing:0.1em;
	color:#FFF;
	font-weight:bold;
	line-height:120%;
	text-align:left;
	}

#transBox_inner .txtBox{
	display:block;
	margin:15px auto 0px auto;
	color:#FFF;
	line-height:160%;
	}	

#transBox_inner ul{
	margin:30px auto 0px auto;
	}

#transBox_inner ul li{
	margin:20px 0px;
	}
	
#transBox_inner ul li img {
	width:55%;
	}

/* !マーケティング
---------------------------------------------------------- */
#marketBox {
	width:100%;
	margin:0 auto;
	padding:10% 0px 30px 0px;
	background-color:#22b573;
	box-sizing:border-box;
	}	
	
#marketBox_inner{
	width:90%;
	margin:0px auto;
	text-align:center;
	box-sizing:border-box;
	}

#marketBox_inner p.marketBox_title{
	text-align:right;
	}

#marketBox_inner p.marketBox_title img {
	width:70%;
	}

#marketBox_inner h2{
	display:block;
	margin:10px 0px 0px 0px;
	font-size:18px;
	letter-spacing:0.1em;
	color:#FFF;
	font-weight:bold;
	line-height:120%;
	text-align:left;
	}

#marketBox_inner .txtBox{
	display:block;
	margin:15px auto 0px auto;
	color:#FFF;
	line-height:160%;
	}	

#marketBox_inner ul li{
	display:inline-block;
	width:100%;
	margin:25px auto 0px auto;
	}
	
#marketBox_inner ul li img {
	width:100%;
	}
	
#marketBox_inner ul li p.txt01 {
	margin-top:15px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	}

#marketBox_inner ul li p.txt02 {
	margin-top:15px;
	color:#FFF;
	}

/* !OEM
---------------------------------------------------------- */
#oemBox {
	width:100%;
	margin:0 auto;
	padding:10% 0px 30px 0px;
	background-color:#bd1e2d;
	}	
	
#oemBox_inner{
	width:90%;
	margin:0px auto;
	box-sizing:border-box;
	}

#oemBox_inner h2{
	display:block;
	margin:5px 0px 0px 0px;
	font-size:18px;
	letter-spacing:0.1em;
	color:#FFF;
	font-weight:bold;
	line-height:120%;
	}

#oemBox_inner .txtBox{
	display:block;
	margin:15px 0px 0px 0px;
	color:#FFF;
	line-height:160%;
	}	
	
#oemBox02 .oem01 {
	width:90%;
}

/* !会社紹介
---------------------------------------------------------- */
#companyBox {
	width:100%;
	margin:0 auto;
	padding:10% 0px 30px 0px;
	background-color:#ece3dc;
	}	
	
#companyBox_inner{
	width:90%;
	margin:0px auto;
	box-sizing:border-box;
	}
	
#companyBox_inner .company_title {
	margin:0 auto;
	text-align:center;
}

#companyBox_inner .company_title img {
	width:30%;
}

#companyBox_inner .imgBox01 {
	width:100%;
	margin:20px auto 0px auto;
	}
	
#companyBox_inner .imgBox01 img {
	width:100%;
	}

#companyBox table{
	width:100%;
	margin:35px auto 0px auto;
	}

#companyBox table th{
	width:35%;
	padding:0px 0px 15px 0px;
	text-align:left;
	color:#bd1e2d;
	font-size:12px;
	font-weight:bold;
	}
	
#companyBox table td{
	width:65%;
	padding:0px 0px 15px 10px;
	text-align:left;
	font-size:12px;
	line-height:140%;
	}
		
.fleft {
	float:none;
	width:100%;
}

.fright {
	float:none;
	width:100%;
}	

/* ------------------------
　　グーグルマップ
------------------------ */
	
#gmap{
	width:100%;
	height:250px;
	}

	#gmap iframe{
		display: block;
	}	

/* ------------------------
　　お問い合わせ
------------------------ */
#contactBox{
	width:100%;
	padding:10% 0px 80px 0px;
	background-color:#ff992c;
	}
			
#contactBox .contact_title {
	margin:0px auto 20px auto;
	text-align:center;
}

#contactBox .contact_title img {
	width:40%;
}

#contactBox_inner{
	width:90%;
	margin:10px auto 0px auto;
	padding:20px 0px 40px 0px;
	text-align:center;
	background-color:#FFF;
	}
	
#contactBox_inner .contactBox01{
	width:90%;
	margin:0px auto 10px auto;
}

#contactBox_inner .contactBox02{
	width:90%;
	margin:0px auto 10px auto;
}

#contactBox_inner .contactBox03{
	width:90%;
	margin:0px auto 10px auto;
}

#contactBox_inner .contactBox03 p.privacy{
	width:100%;
	height:100px;
	padding:5px;
	font-size:12px;
	font-weight:normal;
	overflow-y:scroll;
	color:#333333;
	background-color:#FFF;
	border:#CCCCCC 1px solid;
}

input.input01{
	width:100%;
	height:30px;
	-webkit-appearance: none;
    border-radius: 0;
}

#contactBox_inner p.input_text01{
	width:100%;
	padding:0px 5px;
	color:#333333;
	background-color:#CCCCCC;
}

textarea.input02{
	width:100%;
	-webkit-appearance: none;
    border-radius: 0;
}

#contactBox_inner p.input_text02{
	width:100%;
	padding:0px 5px;
	color:#333333;
	background-color:#CCCCCC;
}

#contactBox_inner p.text01{
	width:90%;
	margin:0 auto;
	font-size:12px;
	color:#333333;
	font-weight:normal;
}

#contactBox_inner .btnBox {
	width:224px;
	height:40px;
	margin:20px auto 0px auto;
	padding-top:8px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#FFF;
	background-color:#B40001;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#contactBox_inner p.btnBox2 {
	display:inline;
	margin:0px 10px;
	padding:10px 30px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#FFF;
	background-color:#B40001;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

/* ------------------------
　　お問い合わせ　完了
------------------------ */

#contactBox10{
	width:100%;
	height:600px;
	padding:60px 0px 0px 0px;
	background-color:#ff992c;
	}
	
#contactBox10_inner{
	width:90%;
	margin:0 auto;
	padding:50px 10px 50px 10px;
	background-color:#FFF;
	text-align:center;
	}
	
#contactBox10_inner .contact_title {
	margin:0 auto;
	text-align:center;
}

#contactBox10_inner .contact_title img {
	width:40%;
}

#contactBox10_inner .contact_title p {
	margin:0px auto;
	text-align:center;
	font-size:10px;
	color:#bd1e2d;
	font-weight:bold;
}

#contactBox10_inner h2{
	display:block;
	margin:20px auto 20px auto;
	font-size:18px;
	color:#42210B;
	font-weight:bold;
	}

#contactBox10_inner .contactBox11{
	margin-top:40px;
	}
	
#contactBox10_inner .contactBox11 p{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	}
	
#contactBox10_inner p.btnBox {
	width:200px;
	height:40px;
	margin:20px auto 0px auto;
	padding-top:10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#FFF;
	background-color:#B40001;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

/* !footer フッター
---------------------------------------------------------- */
#pagetop {
	width:100%;
	margin:-70px auto 0px auto;
	text-align:right;
	position:absolute;
	z-index:7;
}

#pagetop img {
	width:80px;
}

#footer_top {
	width:100%;
	height:40px;
	margin:-20px auto 0px auto;
	text-align:center;
	background:url(../images/footer_bg.png) repeat-x center bottom;
	position:absolute;
	z-index:9;
}

#footer_top_img {
	width:100%;
	margin:0 auto;
	text-align:center;
}

#footer {
	width:100%;
	padding:20px 0px 18px 0px;
	color:#FFF;
	background-color:#bd1e2d;
}

#footer a {
	color: #FFF;
	text-decoration:none;
}

#footerInner {
	width:100%;
	text-align:center;
	margin:0px auto;
}

#footerInner p {
	text-align:center;
	margin:0px auto;
}

#footerInner img {
	width:100px;
	margin-top:25px;
}

#footerInner p.copyright {
	margin:20px 0px 0px 0px;
	font-size: 12px;
	color:#FFF;
}

}
