@charset "utf-8";
/*===============================================
●sp.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
.noneSp {display:none}

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
	font-size: 14px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	color: #666;
} 
#menuBox {
	max-width: 640px;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 13px;	
	color: #333;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #ffffff;
}
/* 
---------------------------------------
スライドショー
---------------------------------------
*/
#headerSls {
	width: auto;
	height: 150px;
}
.btn_prev, .btn_next { position: absolute; top: 150px; width: 25px; height: 25px; }
.btn_prev { left: 20px; }
.btn_next { right: 20px; }

/* 
---------------------------------------
お知らせ
---------------------------------------
*/

#infoBox {
	width: 95%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
#infoBox .title{
	width: 60%;
	height: 35px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
/* 
---------------------------------------
トップ自己紹介
---------------------------------------
*/

#profileBox .title{
	width: 60%;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 50px;
}
#profileBox h2{
	width: 150px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
/* 
---------------------------------------
商品紹介
---------------------------------------
*/

#productsBox .title{
	width: 60%;
	height: 35px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#productsBox #itemBox {
	max-width: 640px;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content : space-around;
	-webkit-justify-content : space-around;
}
#itemBox .item{
	max-width: 400px;
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 20px;
}
#itemBox .item .img{
	padding-bottom: 15px;
}
#productsBox #commentBox{
	width: 95%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	text-align: center;
}

/* 
---------------------------------------
フッター
---------------------------------------
*/



#footerBox {
	max-width: 800px;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footerIcon {
	max-width: 800px;
	width: 100%;
	margin-bottom: 10px;
	height: 65px;
	text-align:center;
}
#footerCr {
	max-width: 800px;
	width: 100%;
	text-align:center;
	font-size: 14px;
	line-height: 150%;
	color: #FFF;
}
}


/*===============================================
●sp.css  画面の横幅が500pxまで
===============================================*/
@media screen and (max-width:500px){

#productsBox #commentBox{
	width: 95%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	text-align: center;
	font-size:16px;
}
	
}

