@charset "utf-8";
/* -- design_in.css -- */
/*-----------------------------------------------
全体設定
 -----------------------------------------------*/
html{ font-size: 62.5%; }
body{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, ArialMT, 'Hiragino Kaku Gothic ProN';
	font-size: 16px;
	font-size: 1.6em;
	line-height: 1.8em;
	color: #252525;
	-webkit-text-size-adjust: none;
}

/*リンク*/
a{ color: #00f; text-decoration: underline; }
a:link{ color: #00f; }
a:visited{ color: #00f; }
a:hover{ color: #ee6500; }
a img:hover{ opacity: 0.50; filter: alpha(opacity=50); -ms-filter: "alpha(opacity=50)"; }

/*-----------------------------------------------
 全体コンテンツ部分 & 幅指定
 -----------------------------------------------*/
#header, #main, .section, #footer{ width: 100%; }
p{ margin: 0 0 23px 0; }

/*-----------------------------------------------
 ヘッダー
 -----------------------------------------------*/
#header{
	margin: 0;
	padding-bottom: 27px;
	background:url(../image/bar.png) left bottom repeat-x #f34800;
}
#header-in{
	max-width: 1000px;
	margin: 0 auto;
	padding: 3px 0;
	
}
#header-in .logo{ float: left; width: 26.1%; margin-top: 12px; }
#header-in .text{ float: right; width: 72%; margin-top: 55px; text-align: right; }

/*-----------------------------------------------
 コンテンツ
 -----------------------------------------------*/
.section{
	margin: 0;
	padding: 0;
}
.section-line{
	padding-bottom: 87px;
	background: url(../images/bg/line01.png) left bottom repeat-x;
}
.section-bg{
	padding-bottom: 87px;
	background-color: #f4faff;
}

.title-block{
	width: 100%;
	margin-bottom: 3%;
	padding: 30px 0;
	background-color: #ffffdd;
	text-align: center;
}
.section .cont-area, #footer-in{
	max-width: 1000px;
	margin: 0 auto;
}

.sub{ margin-bottom: 7.5%; padding-top: 5%; text-align: center; }
.sub2{ margin: 6% 0 3%; padding-bottom: 7px; border-bottom: 1px solid #3bbeff; }

.section .page-top{
	margin: 130px 0 20px;
	text-align: right;
}

/*--- trade,company ------*/
.table-b{ margin-top: 20px; width: 100%; }
.table-b th, .table-b td{ padding: 20px 2%; border: 1px solid #777; }
.table-b th{ width: 30%; background-color: #f7f7f7; vertical-align: top; }
.table-b ul li{ padding-left: 11px; background: url(../images/bg/dotted.png) left 10px no-repeat; }

/*--- thanks ------*/
.th-title{
	margin: 10% 0;
	text-align: center;
}

/*-----------------------------------------------
 フッター
 -----------------------------------------------*/
#footer{
	background-color: #f34800;
}
#footer-in{
	padding: 1px 0;
	
	color: #fff;
}
#footer-in ul{ margin: 23px 0 50px; }
#footer-in ul li{
	float: left;
	margin: 0 5px 8px 0;
	padding-left: 5px;
	border-left: 1px solid #fff;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3em;
}
#footer-in ul li:first-child{ padding-left: 0; border: 0 none; }

#footer-in ul li a{ color: #fff; text-decoration: none; }
#footer-in ul li a:link{ color: #fff; }
#footer-in ul li a:visited{ color: #fff; }
#footer-in ul li a:hover{ color: #eee; }
#copy{
	margin-bottom: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8em;
}


/*******************************************
Multi Screen
********************************************/
@media screen and (max-width:1000px){
.section .cont-area{ margin: 0 2%; }
}

@media screen and (max-width:769px){
#header-in{ padding: 1px 1%; }
#header-in .logo{ float: none; width: auto; margin-top: 5px; text-align: center; }
#header-in .logo img{ width: 150px; }
#header-in .text{ float: none; width: auto; margin-top: 10px; text-align: center; }
#footer-in{ padding-left: 1%; padding-right: 110px; background-size: 90px; box-sizing: border-box; }

.sub{ margin: 0 1% 7.5%; }

.can-info{ padding: 25px 2.5%; }
.caution{ margin: 0 3%; }
.item .monitor, .item .general{ float: none; width: 98%; text-align: center; }

.trade th, .trade td{ display: block; width: 94%; padding: 2% 3%; }
}

@media screen and (max-width:481px){
}
