@charset "utf-8";
/************************************************
 共通設定
************************************************ */

body {
	background-color: white;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "メイリオ", "Meiryo", "Osaka", Helvetica, Verdana, Arial;
	color:#3E3F3F;
	font-size: 74%;
	letter-spacing: .02em;
	line-height: 16px;
	margin: 0 auto;
	padding: 0;
}
h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}
ul, li, ol, p, div {
	margin:0px;
	padding:0px;
	list-style:none;
}
img {
	border:none;
	max-width: 100%;
	height: auto;
}
.cl {
	clear:both;
}

#ht{
	height: 250px;
}

#ht300{
	height: 300px;
}
#ht400{
	height: 400px;
}
#ht600{
	height: 600px;
}
#ht700{
	height: 700px;
}

/*float解除用*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

<!--[if lte IE 7]>
<style type="text/css">
* {
	zoom: 1;
}
ul,ol,li {
	zoom: normal;
}
</style>
<![endif]-->
/************************************************
 tableスタイル
************************************************ */
.table02 {
	margin: 20px 0px 20px 14px;
	border-top: none;
	border-left: none;
	width: 716px;
	border-collapse:collapse;
	text-align: left;
	line-height:1.7em;
}
.table02 th {
	padding: 8px 0px 8px 0px;
	border-right: none;
	border-bottom: none;
	color: #333;
	font-weight: normal;
}
.table02 td {
	padding: 8px;
	border-right: none;
	border-bottom: none;
}
.table03 {
	margin: 20px auto 0px auto;
	border-top: none;
	border-left: none;
	width: 100%;
	border-collapse:separate;
	text-align: center;
}
.table03 th {
	padding: 15px;
	border-right: none;
	border-bottom: none;
	color: #333;
	font-weight: normal;
}
.table03 td {
	padding: 15px;
	border-right: none;
	border-bottom: none;
	border:#e6e6e6 solid 1px;
}
.table03 td a:hover {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}
.table04 {
	margin: 0px auto 0px auto;
	border-top: none;
	border-left: none;
	width: 100%;
	border-collapse:collapse;
	text-align: left;
}
.table04 th {
	padding: 8px;
	border-right: none;
	border-bottom: none;
	color: #333;
	background-color: #f0f0f0;
	font-weight: normal;
}
.table04 td {
	padding: 8px;
	border-right: none;
	border-bottom: none;
}
.table04 a {
	color: #000000;
	text-decoration: underline;
}
.table04 a:hover {
	opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .50; /* Safari 1.x */
	-moz-opacity: .50; /* FF lt 1.5, Netscape */
}
.line01 {
	height:1px;
	width:100%;
	border-bottom:#e3e3e3 solid 1px;
	margin:1px 0px 2px 0px;
}
.line02 {
	height:1px;
	width:100%;
	border-bottom:#e3e3e3 solid 1px;
	margin-bottom:1px;
}
.pd0 {
	padding:0px !important;
}
.pdnon {
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.mb2 {
	margin-bottom:2px;
}
/************************************************
 レイアウト
************************************************ */
#container {
	width:960px;
	max-width: 100%;
	margin:0px auto;
	padding:35px 0px;
	box-sizing: border-box;
}
/*ヘッダー---------------------------------------*/
#header {
	width:940px;
	max-width: 100%;
	height:65px;
	margin:0px auto;
	color: #000000;
	border-bottom:#000 solid 3px;
	box-sizing: border-box;
}
#header h1 {
	float:left;
	margin:0px;
	padding:0px;
	width:183px;
	height:36px;
	display:block;
}
#header #navi ul {
	float:right;
	width:665px;
	margin:5px 0px 0px 0px;
}
#header #navi ul li {
	float:left;
	margin:0px 0px 0px 40px;
	/*border-bottom:#B4B4B5 solid 1px;*/
	font-weight:bold;
	text-align:right;
	font-size:10px;
	letter-spacing:0.1em;
}
#header #navi ul li a {
	text-decoration:none;
	color:#000;
}
#header #navi ul li a:hover {
	text-decoration:none;
	color:#999;
}
#header #language{
	text-align:right;
	height:25px;
	color:#000;
}

#header #language img{
	float:right;
	padding-left:5px;
}

/*下層ページヘッダー---------------------------------------*/

#header_page {
	width:940px;
	height:65px;
	margin:0px auto;
	color: #000000;
	border-bottom:#000 solid 3px;
}
#header_page h1 {
	float:left;
	margin:0px;
	padding:0px;
	width:183px;
	height:36px;
	display:block;
}
#header_page ul {
	float:right;
	width:624px;
	margin:5px 0px 0px 0px;
}
#header_page li {
	float:right;
	margin:0px 0px 0px 40px;
	/*border-bottom:#B4B4B5 solid 1px;*/
	font-weight:bold;
	text-align:right;
	font-size:10px;
	letter-spacing:0.1em;
}
#header_page li a {
	text-decoration:none;
	color:#000;
}
#header_page li a:hover {
	text-decoration:none;
	color:#999;
}
/*フッター---------------------------------------*/
#p_top {
	width:925px;
	margin:0px auto 5px auto;
	text-align:right;
	padding:0px 10px 0px 0px;
}
#p_top a:hover {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}
#footer {
	width:940px;
	max-width: 100%;
	margin:0px auto;
	padding:15px 0px;
	border-top:#e6e6e6 solid 1px;
	font-size:10px;
	box-sizing: border-box;
}
#footer .sns {
	float:left;
	width:60px;
	margin-top:-5px;
}
#footer .copy {
	float:right;
	margin-left:15px;
	letter-spacing:0.1em;
}
#footer .f_navi {
	float:left;
}
#footer .f_navi li {
	float:left;
	margin:0px 0px 0px 15px;
	padding-left:10px;
	background:url(image/ico_001.gif) no-repeat left;
}
#footer .f_navi li a {
	text-decoration:none;
	color:#3E3F3F;
}
#footer .f_navi li a:hover {
	text-decoration:none;
	color:#999;
}
/*メイン---------------------------------------*/
#main {
	width:940px;
	margin:0px auto;
	padding:0px;
}
/************************************************
 トップページ
************************************************ */

#brand_slider{
	width:940px;
	max-width: 100%;
	margin:0 auto;
	box-sizing: border-box;
}
#info_title{
	margin:10px auto 0px auto;
	padding:0px 15px;
}
#info {
	width:910px;
	margin:5px auto 20px auto;
	padding:3px 15px;
	border:#e6e6e6 solid 1px;
	position:relative;
}
#info .info_text {
	background:url(image/new.gif) no-repeat left;
	height: 12px;
	padding: 0px 0px 0px 50px;
	overflow: hidden;
	zoom: 1;
	position: relative;
}
#infoText {
	line-height: 12px;
	position: absolute;
	top: 0px;
	left: 50px;
	margin: 0px;
	padding: 0px;
}
#info .info_text dl {
	margin:0px;
	padding:0px;
}
#info .info_text dt {
	width: 70px;
	float: left;
	clear: both;
	text-align: left;
}
#info .info_text dd {
	float: left;
	margin-left: 15px;
	width: 700px;
	text-align: left;
}
#info .info_text a {
	text-decoration:none;
	color:#3E3F3F;
}
#info .info_text a:hover {
	text-decoration:none;
	color:#999;
}

#brand {
	width:960px;
	max-width: 100%;
	margin:0px;
	padding:0px 0px 10px 0px;
	box-sizing: border-box;
}
#brand h2 {
	margin-left:12px;
	margin-bottom:20px;
}
#brand .maker-block{
	width:940px;
//	height:80px;
//	box-sizing:border-box;
//	background-color:#eeeeee;
	border: #ccc solid 1px;
	margin-left:10px;
	background-color: #eee;
}
#brand .maker-block h3 {
	float:left;
	width:25%;
	padding:20px 15px;
}
#brand .maker-block .maker-comment{
	float:left;
	width:70%;
//	height:80px;
	padding:5px;
	font-weight:bold;
}
#brand ul {
	width:960px;
	margin:10px 0px 0px 0px;
	padding:0px;
}
#brand li {
	float:left;
	width:198px;
	height:214px;
	margin:0px 10px 20px 10px;
	padding:10px;
	border:#e6e6e6 solid 1px;
}

/************************************************
 NEWSページ
*************************************************/
#news_page {
	width:940px;
	margin:20px auto 0px auto;
	padding:0px 0px 10px 0px;
}
#news_page .other_main {
	float:left;
	width:730px;
	margin:0px;
	padding:0px;
	min-height:600px;
}
#news_page .other_main h2 {
	background:url(image/ico_002.gif) no-repeat left;
	border-bottom:#e6e6e6 solid 1px;
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 0px 14px;
	margin:0px 0px 12px 0px;
}
#news_page .other_main h3 {
	background:url(image/ico_004.gif) no-repeat left;
	border-bottom:#e6e6e6 solid 1px;
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 0px 14px;
	margin:0px 0px 12px 0px;
}
#news_page .other_main h4 {
	background:url(image/ico_004.gif) no-repeat left;
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 0px 14px;
	margin:0px 0px 12px 0px;
}
#news_page .other_main ul {
	padding:10px 0;
	border-bottom:#e6e6e6 solid 1px;
}
#news_page .other_main ul.block1 li {
	
}
#news_page .other_main ul.block1 li.info{
	font-weight:bold;
}
#news_page .other_main ul.block1 li.title{
	color:#EB6100;
	margin:3px 0px;
}
#news_page .other_main p{
	margin:0;
	padding:0;
}
#news_page .other_main dl{
	margin:0;
	padding:0;
}
#news_page .other_main dt{
	margin:0;
	padding:0;
	font-weight:bold;
	text-decoration:underline;
}
#news_page .other_main dd{
	float:left;
	width:180px;
	height:100px;
	margin:0;
	padding:0;
}
#news_page .other_main dd img{
	width:130px;
}

/************************************************
 ブランド一覧ページ
************************************************ */

#brand_list {
	width:960px;
	margin:30px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}
#brand_list h2 {
	margin-left:12px;
	margin-bottom:20px;
}
#brand_list h3{
	width:940px;
	height:80px;
	border-bottom:#666 solid 1px;
	margin-left:12px;
}

#brand_list ul {
	width:960px;
	margin:20px 0px 0px 0px;
	padding:0px;
}
#brand_list li {
	float:left;
	width:208px;
	height:400px;
	margin:0px 10px 20px 10px;
	padding:5px;
	border:#e6e6e6 solid 1px;
}
#brand_list li p {
	padding:0px 5px;
}
/************************************************
 ブランド詳細ページ
************************************************ */

#brand_detail {
	width:940px;
	max-width: 100%;
	margin:0px auto;
	padding:0px 0px 10px 0px;
	box-sizing: border-box;
}
#brand_detail .s_navi {
	float:left;
	width:216px;
	margin:0px;
	padding:0px;
}
#brand_detail .s_navi ul {
	margin:20px 0px 0px 3px;
	padding:0px;
}
#brand_detail .s_navi li {
	width:198px;
	font-weight:bold;
	margin:0px 0px 18px 0px;
	padding-bottom:2px;
	font-size:10px;
	letter-spacing:0.1em;
	padding-left:15px;
	background:url(image/ico_002.gif) no-repeat left;
	border-bottom:#e6e6e6 solid 1px;
}
#brand_detail .s_navi a {
	text-decoration:none;
	color:#000;
}
#brand_detail .s_navi a:hover {
	text-decoration:none;
	color:#999;
}
#brand_detail .b_area {
	float:right;
	width:700px;
	margin:0px;
	padding:0px;
}
#brand_detail .b_area .b_detail{
	margin:0;
	padding:0;
}
#brand_detail .b_area .b_detail .visual {
	float:left;
	width:350px;
	margin:0px;
	padding:0px;
}
#brand_detail .b_area .b_detail .b_text {
	float:right;
	width:320px;
	margin:0px;
	padding:0px;
	line-height:1.8em;
	letter-spacing:0.1em;
}
#brand_detail .b_area .b_detail .b_text .logo {
	margin:10px 0px 10px 0px;
	border-bottom:#e6e6e6 solid 1px;
}
#brand_detail h2 {
	margin-top:20px;
	border-bottom:#e6e6e6 solid 1px;
	padding-bottom:5px;
}
#brand_detail .b_area .products {
	width:700px;
	margin:10px 0px 0px 0px;
	padding:0px;
}
#brand_detail .b_area .products ul {
	width:700px;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#brand_detail .b_area .products li {
	float:left;
	width:130px;
	height:130px;
	margin:0px 20px 20px 0px;
	padding:10px;
	text-align:left;
	font-size:10px;
	background:url(image/l_001.gif) no-repeat left bottom;
}
#brand_detail .b_area .products li img {
	margin-bottom:5px;
}
.mg0 {
	margin-right:0px !important;
}

/************************************************
プレスページ
************************************************ */
#press_page {
	width:940px;
	margin:20px auto 0px auto;
	padding:0px 0px 10px 0px;
}
.maker-title{
    margin-top: 20px;
    border-bottom: #666 solid 1px;
}

#press_page .other_main ul{
	margin-top:10px;
}
#press_page .other_main ul li{
	display:table;
	float:left;
	width:180px;
	height: 82px;
	text-align:center;/*ie7用*/
	layout-grid-line: 82px;/*ie7用*/
	border:#e6e6e6 solid 1px;
}
#press_page .other_main ul li a{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
#press_page .other_main ul li a:hover {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}
#press_page .other_main ul li img{
	max-width:120px;
}

/************************************************
会社概要
*************************************************/
#company{
	margin:0;
	padding:0;
}
#company dl{
	margin:0;
	padding:0 0 0px 14px;
}
#company dt{
	float:left;
	width:200px;
	height:55px;
	margin:0;
	padding:0;
	font-weight: bold;
	font-size:13px;
	line-height:15px;
}
#company dd{
	float:left;
	width:500px;
	height:55px;
	margin:0;
	padding:0;
	line-height:15px;
}
#access{
	margin:0;
	padding:0;
}
#access .address{
	float:left;
	width:360px;
	height:200px;
	margin:0 5px 0 0;
	padding:0;
}
#access .map{
	float:left;
	width:360px;
	height:200px;
	margin:0 0 0 5px;
	padding:0;
}
.other_main #c_brand_list ul{
	margin-top:10px;
}
.other_main #c_brand_list ul li{
	display:table;
	float:left;
	width:180px;
	height: 82px;
	text-align:center;/*ie7用*/
	layout-grid-line: 82px;/*ie7用*/
	border:#e6e6e6 solid 1px;
}
.other_main #c_brand_list ul li a{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.other_main #c_brand_list ul li a:hover {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}
.other_main #c_brand_list ul li img{
	max-width:120px;
}

/************************************************
その他のページ
*************************************************/
#other_page {
	width:940px;
	margin:20px auto 0px auto;
	padding:0px 0px 10px 0px;
}
.other_main {
	float:left;
	width:730px;
	margin:0px;
	padding:0px;
	min-height:900px;
}
.other_main h2 {
	background:url(image/ico_002.gif) no-repeat left;
	border-bottom:#e6e6e6 solid 1px;
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 0px 14px;
	margin:0px 0px 12px 0px;
}
.other_main h3 {
	background:url(image/ico_004.gif) no-repeat left;
	border-bottom:#e6e6e6 solid 1px;
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 0px 14px;
	margin:0px 0px 12px 0px;
}
.other_main h4 {
	background:url(image/ico_004.gif) no-repeat left;
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 0px 14px;
	margin:0px 0px 12px 0px;
}
#other_page .other_main .other_text {
	width:718px;
	padding:0px 0px 12px 12px;
	margin:25px 0px 0px 0px;
	line-height:1.7em;
}
#other_page .other_main .back {
	background:url(image/ico_003.gif) no-repeat left;
	font-size:12px;
	padding:0px 0px 0px 16px;
	margin:0px 0px 12px 0px;
}
#other_page .other_main .back a {
	text-decoration:none;
	color:#000;
}
#other_page .other_main .back a:hover {
	text-decoration:none;
	color:#999;
}
#other_page .other_main .logo {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
}
#other_page .other_main .press {
	margin:0px;
	padding:0px;
}
#other_page .other_main .press ul {
	width:730px;
	margin:0px 0px 20px 0px;
	padding:0px;
}
#other_page .other_main .press li {
	display: inline-block;
	vertical-align:top;

	/*IE7*/
	/display:inline;
	/zoom:1;

	/*IE6*/
	_display:inline;
	_zoom:1;

	width:165px;
	margin:0px 0px 14px 14px;
	font-size:10px;
}
#other_page .other_main .press ul.ht250 li {
	height:250px;
}
#other_page .other_main .press ul.ht300 li {
	height:300px;
}
#other_page .other_main .press li img {
	margin-bottom:5px;
}
#other_page .other_main .info {
	margin:0px 0px 12px 0px;
	border-bottom:#e6e6e6 solid 1px;
	padding:0px 0px 10px 14px;
}
#other_page .other_main .title {
	color:#EB6100;
	margin:3px 0px;
}
/*
#other_page .other_main .access {
	float:left;
	width:360px;
	margin:0px 0px 12px 0px;
	padding:0px 0px 10px 14px;
	line-height:1.7em;
}
#other_page .other_main .map {
	float:right;
	width:350px;
	margin:0px;
	padding:0px;
}
#other_page .map a {
	text-decoration:none;
	color:#000;
	font-size:10px;
}
#other_page .map a:hover {
	text-decoration:none;
	color:#999;
	font-size:10px;
}
*/
.other_navi {
	float:right;
	width:170px;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
}
.other_navi h3,.other_navi h4,.archives_year h4 {
	border-bottom:#e6e6e6 solid 1px;
	font-weight:bold;
	font-size:12px;
	padding:0px;
	margin:0px 0px 12px 0px;
}
.other_navi h5 {
    font-size: 1.0em;
    background-color: #eee;
    text-align: center;
    padding: 5px 0;
}
.other_navi ul {
	width:170px;
	margin:0px;
	padding:0px;
}
.other_navi li {
	width:160px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 13px;
	background:url(image/ico_001.gif) no-repeat left;
	border-bottom:#e6e6e6 solid 1px;
}
.other_navi a {
	text-decoration:none;
	color:#000;
}
.other_navi a:hover {
	text-decoration:none;
	color:#999;
}
.archives_year {
	float:right;
	width:170px;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
}
.archives_year h3 {
	border-bottom:#e6e6e6 solid 1px;
	font-weight:bold;
	font-size:12px;
	padding:0px;
	margin:0px 0px 12px 0px;
}
.archives_year ul {
	width:170px;
	margin:0px;
	padding:0px;
}
.archives_year li {
	width:160px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 13px;
	background:url(image/ico_001.gif) no-repeat left;
	border-bottom:#e6e6e6 solid 1px;
}
.archives_year a {
	text-decoration:none;
	color:#000;
}
.archives_year a:hover {
	text-decoration:none;
	color:#999;
}

.brandlist dl{
	margin:0;
	padding:0;
}
.brandlist dt{
	margin:0;
	padding:0;
	font-weight:bold;
	text-decoration:underline;
}
.brandlist dd{
	float:left;
	width:180px;
	height:100px;
	margin:0;
	padding:0;
	text-align:center;
}
.brandlist dd a:hover{
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}
.brandlist dd img{
	width:130px;
}
/************************************************
お問い合わせのページ
************************************************ */

#contact_page {
	width:700px;
	margin:35px auto 0px auto;
	padding:0px 0px 10px 0px;
}
#contact_page ul{
	margin:0;
	padding:0;
}
#contact_page li{
	float:left;
	margin-bottom:15px;
	padding:0;
}
#contact_page li.bl{
	width:700px;
	border-bottom:solid 1px #e6e6e6;
}
#contact_page li.c_tl{
	font-weight:bold;
	width:250px;
}

.bline{
	border:solid 1px #e6e6e6;
}
.ht500 {
	height:500px;
}
