@charset "utf-8";
/* CSS Document */

html {
	font-size: 100%;
}
body {
	padding: 0;
	margin:0;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
	color: #35393a;
}
.w100{
	width:100%;
}
#container{
	width:100%;
	max-width:640px;
	padding:0;
	margin:0;
}
#container img{
	border:none;
	width:100%;
	height:auto;
	vertical-align: bottom;
}
.com{
	font-size:70%;
	margin:0% 3%;
	padding-left:1em;
	text-indent:-1em;
}
.btnCartBlue{
	padding:0 7% 4%;
	background: url(bg_btn_blue.gif) no-repeat;
	background-size: contain;
}
/*.btnCartBlue2{
	padding:0 7% 4%;
	background: url(bg_btn_blue2.gif) no-repeat;
	background-size: contain;
}
.btnCartBlue3{
	padding:0% 7% 3.8%;
	background: url(btn_hatena2_bg.jpg) no-repeat;
	background-size: contain;
}*/
.btnCartBlue2{
	padding:0 7% 4.9%;
	background: url(btn_hatena3_bg.gif) no-repeat;
	background-size: contain;
}
.btnCartGreen{
	padding:0 7% 4%;
	background: url(img05_7.gif) no-repeat;
	background-size: contain;
}
.btnCartRed{
	padding:0 7% 4%;
	background: url(bg_btn_red.gif) no-repeat;
	background-size: contain;
}
.btnCartRed2{
	padding:0 7% 4%;
	background: url(bg_btn_red2.gif) no-repeat;
	background-size: contain;
}

.cart03{
	background:url(bg_repeat.gif) repeat-y;
	background-size:100%;}

/*Text-align
-------------------------------------------*/
.txaL {
	text-align:left;
}
.txaR {
	text-align:right;
}
.txaC {
	text-align:center;
}	

/*Float
-------------------------------------------*/
.flL, .boxL {
	float:left;
}
.flR, .boxR {
	float:right;
}

/*Clear
-------------------------------------------*/
.both {
	clear:both;
}
.clearfix:after, #wrapper:after,.section:after{
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	line-height:0;
	font-size:0;
}
.clearfix,#contents,.section{
	display:inline-block;
	zoom:1;
}	

/*Display
-------------------------------------------*/
.block {
	display:block;
	}	

.inline{
	display:inline;
}


/*sph.cssとのバッティングを解除
-------------------------------------------*/

#container h1 {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#container h2 {
	margin: 0;
	font-size: 18px;
	line-height: 0;
}


