@media screen and (max-width:800px) {.none{display: none;}}/*要素の表示形式を指定*/
/* モバイルでは表示しない */
/*----------------------------------------基本設定--------------------------------------------------*/
/*topページモーダルウインドウの設定----------------------------------------------------------------------------------------*/
.layer_board {
	position: static;
	margin: 0 auto;		/*margin　上・右・下・左*/
	text-align: center;
	z-index: 2000;
}

#simple-modal {
	width: auto;
	margin: 60px 5px 0px 5px;		/*margin　上・右・下・左*/
}

/*bodyの設定----------------------------------------------------------------------------------------*/
body {
	color: #fff;
	font: 14px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka;
											background: #111;/*背景色*/
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}


/*bodyのh1タグ　子要素の設定------------------------------------------------------------------------*/
body > h1 {
	display: none;
}

/*listの設定----------------------------------------------------------------------------------------*/
ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.mobile{
	display: none;	
}


/*aタグの設定---------------------------------------------------------------------------------------*/
a {
	color: #FFF ;				/*a文字色*/
	text-decoration: none ;			/*文字装飾*/
}
a:hover {
	color: #FFBF00 ;				/*文字色*/
}

/*非表示オプションの設定-----------------------------------------------------------------------------*/
.mobile-none{display: none;}
.pc-none{display: inline;}


/*bodyのh1タグ
---------------------------------------------------------------------------*/
body > h1 {
	display: none;
}
.type img {
	width: 100px;
}

/*----------------------------------------header footerの設定----------------------------------------------*/
/*headerの設定--------------------------------------------------------------------------------------*/
header {
	width: auto;
	text-align: center;
											background: #111 ;/*背景色*/
}

/*footerの設定--------------------------------------------------------------------------------------*/
footer {
	font-size: 80%;				/*文字サイズ*/
	width: auto;
	clear: both;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
	background: #666;
	margin: auto;
}

footer .caution {
	display: none;
}

#jump_top {
	width: auto;				/*幅　基本的には変更しない*/
	margin-right: auto ;			/*margin　右　左と併せてセンタリング*/
	margin-left: auto ;			/*margin　左　右と併せてセンタリング*/
	background-color: #111;
	text-align: center;			/*インライン要素をセンタリング*/
	font-size: 80%;				/*文字サイズ*/
	clear: both;				/*floatの回り込み解除*/
	margin-bottom: 0px;			/*margin　下*/
	overflow: hidden;			/*はみ出た内容の表示方法を指定*/
}
#jump_top a {
	color: #FFF;				/*フォント色*/
	background-color: #666;
	width: 10em;				/*幅を指定*/
	display: block;				/*要素の表示形式を指定*/
	float: right;				/*左または右に寄せて回り込み*/
	border-top-left-radius: 5px;		/*ボーダーの角を丸める*/
	border-top-right-radius: 5px;		/*ボーダーの角を丸める*/
}

#footer {
	display: none;
}

/*footerのbox設定
---------------------------------------------------------------------------*/
.footer_box {
	display: block;				/*要素の表示形式を指定*/
	margin: 5px 0px 0px 0px;		/*margin　上・右・下・左*/
	margin-right: auto;			/*margin　右　左と併せてセンタリング*/
	margin-left: auto;			/*margin　左　右と併せてセンタリング*/
	overflow:hidden;
}

.footer_case_left {
	font-size: 12px;
	float: left;				/*左または右に寄せて回り込み*/
	margin-left: 0px;
	margin: 0px 0px 0px 10px;		/*margin　上・右・下・左*/
	padding: 0px 0px 5px 0px;		/*padding　上・右・下・左*/
	text-align: left;
	color: #fff;
}

.footer_case_right {
	font-size: 12px;
	float: right;				/*左または右に寄せて回り込み*/
	margin-left: 0px;
	margin: 0px 0px 0px 0px;		/*margin　上・右・下・左*/
	padding: 0px 10px 5px 0px;		/*padding　上・右・下・左*/
	text-align: right;
	color: #fff;
}

#footer h6 {
	font-size: 12px;
	color: #FFF;
	margin: 2px 0px 2px 0px;		/*margin　上・右・下・左*/
	padding: 0px 0px 0px 5px;		/*padding　上・右・下・左*/
	border-bottom: 1px solid #FFF;
	}

table#footer  {
	width: 960px;
	border-spacing: 10px 0px;		/*margin　左右・上下*/
	margin: 10px 20px 20px 20px;		/*margin　上・右・下・左*/
	font-size: 12px;
	}

#footer td {
	font-size: 10px;
	vertical-align: top;
	text-align: left;
	}
	
/*----------------------------------------各要素の設定----------------------------------------------*/
/*navi_bodyの設定-----------------------------------------------------------------------------------*/
#navi_body {
	width: 100%;
	height:auto;
	margin: 0px 0px 0px 0px;		/*margin　上・右・下・左*/
}

/*main_stageの設定----------------------------------------------------------------------------------*/
#main_stage {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 0px;			/*padding　上*/
}

/*----------------------------------------1カラムの設定---------------------------------------------*/
/*contents　シングルカラムのコンテンツ要素の設定----------------------------------------------------*/
#contents {
	margin: 0px 0px 0px 0px;		/*margin　上・右・下・左*/
	/*overflow: visible;*/
}

/*top_contents_container　Box2非表示
---------------------------------------------------------------------------*/
#top_contents_container .box2 {
	display: none;
}

/*2カラム　ブロック
---------------------------------------------------------------------------*/
#top_contents_container .box1 {
	width:100%;
	height:100%;
	margin:0px;
}

#top_contents .box1 {
	width: 100%;
	/*margin: 0px 5px 0px 5px;*/
}

/*products_price_areaの設定
---------------------------------------------------------------------------*/
#main_contents .products_price_area_box {
	display: block;
	padding: 10px 10px 10px 10px;		/*padding　上・右・下・左*/
	border: 1px solid #555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
	background-image: -webkit-linear-gradient(#333, #111);
	background-image: linear-gradient(#333, #111);
}

#main_contents .products_name_box {
	display: table;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

#main_contents .products_name_sub {
	display: table-cell;
	width: 145px;
}

#main_contents .products_price {
	float: right;
	padding: 0px 0px 0px 0px;
}

#main_contents .products_price_paint {
	float: right;
	display: table-cell;
	width: auto;
	text-align: right;
	padding: 0px 30px 0px 0px;		/*padding　上・右・下・左*/
	position:relative;
	left:10px;
}

/*ソーシャルボタン　ブロック
---------------------------------------------------------------------------*/
.social-area {
	width:100%;
	/*overflow: hidden;*/
	padding: 0px;				/*padding　上下左右*/
	text-align: center;			/*インライン要素をセンタリング*/
}

.social-button {
	width: 320px;
	margin: 0 auto;
	/*overflow: hidden;*/
}

.social-button li {
	width:80px;
	margin: 8px;
	float: left;
}

.social-button iframe {
	margin: 0 !important;
}

/*mein_orderコンテンツ
---------------------------------------------------------------------------*/
#mein_order {
	display: block;
}

/*モバイル表示時の注文表示枠*/
.order_box_reco {
background-image:linear-gradient(#333, #111);
border-top:1px solid #555;
border-bottom:1px solid #555;
border-left:1px solid #555;
border-right:1px solid #555;
font-size:11px;
line-height:1.6;
overflow:hidden;
position:relative
}

/*モバイル表示時の注文表示枠タイトル*/
.order_box_reco h6{
background:none;
color:#FFF;
font-size:16px;
margin-left:5px;
height:25px;
padding:0;
text-align:left
}

/*モバイル表示時の注文表示*/
.order_reco {
background-image:none;
border-top:1px solid #555;
}

/*モバイル表示時の注文　電話番号*/
.order_reco h7{
background:none;
color:#FFBF23;
font-size:20px;
padding:0;
margin-left:10px;
text-align: right; 
}

/*モバイル表示時の注文　電話番号リンクの色指定*/
.order_reco a {
color:#FFBF23;
}

/*モバイル表示時の本文*/
.reco_order p{
font-size:14px;
margin-left:10px;
padding:0
}

/*subコンテンツ
---------------------------------------------------------------------------*/
#sub_contents {
	display: none;
}

/*----------------------------------------2カラムの設定---------------------------------------------*/
/*contents_col2　2カラムのコンテンツ要素の設定------------------------------------------------------*/
#contents_col2 {
	margin: 0px 0px 0px 0px;		/*margin　上・右・下・左*/
	clear: both;
}

/*2カラム時　contents_col2に内包される各要素の設定--------------------------------------------------*/
/*main_contentsの設定*/
#main_contents {
	width: 100%;				/*基本的には変更しない*/
	margin: 0px 0px 0px 10px;		/*margin　上・右・下・左*/
}

/*slider1の設定-------------------------------------------------------------------------------------*/
#slider1 {		
	/*margin-bottom: 20px;*/		
	/*clear: both;	*/			
}

#slider1 .sp-thumbnails {
	overflow: visible;		
}

#slider1 .sp-thumbnail {
	overflow: hidden;		
	margin-bottom: 20px;		
}

#slider1 .sp-thumbnail-container {
	overflow: visible;			
	margin-bottom: 20px;		
	padding-bottom: 20px;		
}

/*slider2の設定-------------------------------------------------------------------------------------*/
#slider2 {		
	margin-bottom: 20px;		
	clear: both;				
}

#slider2 .sp-thumbnails {
	display: none;		
}
/*
#slider2 .sp-thumbnails {
	overflow: visible;		
}

#slider2 .sp-thumbnail {
	overflow: hidden;		
	margin-bottom: 20px;		
}

#slider2 .sp-thumbnail-container {
	overflow: visible;			
	margin-bottom: 20px;		
	padding-bottom: 20px;		
}
*/

/*商品説明の設定
---------------------------------------------------------------------------*/
#main_contents .products_description {
	font-size: 100%;				/*文字サイズ*/
	margin: 10px 10px 10px 10px;		/*margin　上・右・下・左*/
}

#main_contents .products_description section {
	margin: 0px 0px 15px 0px;		/*margin　上・右・下・左*/
}

#main_contents .products_description p {
	margin: 0px 0px 5px 0px;		/*margin　上・右・下・左*/
}

/*ハイエースTOPメニューの設定
---------------------------------------------------------------------------*/

#main_contents .hiace_index_menu {
	display: block;
	overflow: hidden;
	margin: 0px 0px 5px 0px;		/*margin　上・右・下・左*/
	padding: 0px;				/*padding　上・右・下・左*/
}

#main_contents .hiace_index_menubox {
	display: block;
	overflow: hidden;
	margin: 0px;		/*margin　上・右・下・左*/
	padding: 5px;				/*padding　上・右・下・左*/
}

/*ハイエース商品一覧の設定
---------------------------------------------------------------------------*/
#main_contents .hiace_index_box li {
	margin: 0px;				/*margin　上・右・下・左*/
	padding: 0px;				/*padding　上・右・下・左*/
	width: 100%;
	height: auto;
}

/*productボックス
---------------------------------------------------------------------------*/
.product_box {
	font-size: 11px;
	border: 1px solid #555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
	background-image: -webkit-linear-gradient(#333, #111);
	background-image: linear-gradient(#333, #111);
	line-height: 1.6;
	position: relative;
	overflow: hidden;
}

.product_box a {
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/*recommendボックスのh4*/
.product_box h4 {
	font-size: 16px;
	color: #FFBF00;
	padding: 10px 0px 0px 15px;		/*padding　上・右・下・左*/
	margin-left: 5px;
	text-align: left;
	background: none;

}

/*productボックスのｐタグ*/
.product_box p {
	font-size: 14px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;				/*左または右に寄せて回り込み*/
}

/*productボックスのサムネイルの設定*/
.product_box figure {
	padding: 0px 0px 10px 15px;		/*padding　上・右・下・左*/
	float: left;				/*左または右に寄せて回り込み*/
}

/*productボックスのサムネイルの枠線*/
.product_box figure img {
	border: 1px solid #555;
	vertical-align: top;
	width: 150px;
	height: 100px;
}

#main_contents li img {
	margin-left: 0px;
	margin-right: auto;
}

/*アイライン商品一覧の設定
---------------------------------------------------------------------------*/
#main_contents .eyeline_index {
	overflow: hidden;	
	float: none;				/*左または右に寄せて回り込み*/
	margin: 0px 10px 15px 10px;		/*margin　上・右・下・左*/
	padding: 0px;		/*padding　上・右・下・左*/
}

#main_contents .eyeline_index li{
	float: left;				/*左または右に寄せて回り込み*/
	margin: 0px 0px 0px 5px;		/*margin　上・右・下・左*/
	padding: 0px;		/*padding　上・右・下・左*/
	width: auto;
	font-size: 70%;
}

#main_contents .eyeline_index li a{
	float: left;				/*左または右に寄せて回り込み*/
	margin: 0px 5px 0px 5px;		/*margin　上・右・下・左*/
	padding: 0px;		/*padding　上・右・下・左*/
	width: auto;
	font-size: 70%;
}

#main_contents .eyeline_index_box {
	float: none;				/*左または右に寄せて回り込み*/
	margin: 0px 10px 20px 10px;		/*margin　上・右・下・左*/
	padding: 0px;		/*padding　上・右・下・左*/
}

#main_contents li {
	float: none;				/*左または右に寄せて回り込み*/
	margin:  0px 10px 10px 10px;		/*margin　上・右・下・左*/
	padding: 0px;		/*padding　上・右・下・左*/
	width: auto;
	height: auto;
}

#main_contents li a:hover {
									background: none ;		/*borderの設定　上*/
}

/*----------------------------------------テーブル　会社--------------------------------------------*/
.table_company {
	font-size: 12px;
	width: 100%;
	margin-bottom: 20px;
}

/*テーブル内の右側*/
.table_company td {
	width: 75%;
	padding: 3px 3px 3px 10px;
}

/*テーブル内の左側の見出し部分*/
.table_company th {
	width: 25%;
	padding: 3px;
	vertical-align: top;
	text-align: center;
	background-color: #222;
}

/*テーブルのキャプション*/
.table_company caption {
	font-size: 14px;
}

/*----------------------------------------法規関係表示--------------------------------------------*/
.table_legal {
	font-size: 12px;
	width: 100%;
	margin-bottom: 20px;
}


/*テーブル内の右側*/
.table_legal td {
	width:75%;
	padding: 3px 3px 3px 10px;
}

/*テーブル内の左側の見出し部分*/
.table_legal th {
	width: 25%;
	padding: 3px;
	vertical-align: top;
	text-align: left;
	background-color: #222;
}

/*テーブル１行目に入った見出し部分*/
.table_legal th.tamidashi {
	width: auto;
	text-align: left;
	background-color: #bebebe;
}

/*テーブルのキャプション*/
.table_legal caption {
	font-size: 14px;
}

/*テーブルのキャプション*/
caption#table_security  {
	font-size: 13px;
}

/*その他
---------------------------------------------------------------------------*/
/*幅一杯に画像を表示させる*/
img.full {
	height: auto;
	width: 100%;
}
