@charset "utf-8";

/*====================================================

お店の在庫はWEBで確認できます

Copyright (c) Dospara Co., Ltd. All rights reserved. 

====================================================*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
.column2R #main {
	float: none;
	width: auto;
}
#lp_page {
	width: 920px;
	margin: 0 auto;
}

/*-------------------------------------
装飾
---------------------------------------*/
.shopzaiko_h3 {
	color: #ffffff; 
	background-color: #00a2e6; 
	padding: 10px 16px;
	font-size: 200%; 
	margin-top: 26px;
}

.shopzaiko_tex{
	font-size: 130%; 
	margin: 16px 0 30px;
}

.shopzaiko_box_left{
	float: left; 
	margin-right: 20px;
	width: 450px; 
}

.shopzaiko_box_right{
	float: right;
	width: 450px; 
}

.shopzaiko_h4{
	border-left: 5px solid #2b9cbc;
	color: #2b9cbc;
	font-size: 150%; 
	font-weight: bolder; 
	margin-bottom: 16px;
	padding: 2px 10px;
}

.shopzaiko_sankaku{
	text-align: center; 
	margin: 30px 0;
}

.shopzaiko_ichiran{
	text-align: center; 
	border:1px solid #535353;
}

/*-------------------------------------
ウィンドウ幅が0〜479pxの場合に適用するCSS
---------------------------------------*/
@media screen and (max-width:479px){
	#lp_page {
		width: 97%;
		margin: 0 auto;
	}
	
	h2 img,
	.shopzaiko_box_left img,
	.shopzaiko_box_right img {
		width: 100%;
		height: auto;
	}
	
	.shopzaiko_sankaku img {
		width: 50%;
		height: auto;
	}
	
	.shopzaiko_box_left {
		float: none;
		margin-bottom: 50px;
		margin-right: 0;
		width: 100%;
	}
	
	.shopzaiko_box_right {
		float: none;
		width: 100%;
	}

/*------------------------------------*/ 
}