@charset "UTF-8";
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
li {display: inline-block;*display: inline;*zoom: 1;} 
a img {border-style:none;//IE8}
img{max-width: 100%;}
a {color:#000;text-decoration:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;}
a:link{color:#000;}
a:visited{color:#000;}
a:hover{color:#000;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:top}
.clrfx:before,.clrfx:after {content:" ";display: table;clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.tal{text-align: left;}
.ml_05 {margin-left: -0.5em;}
.hovOp:hover{
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* Common
 * --------------------------------------------------------*/
body {
	font:normal 14px/25px "秀英丸ゴシック B", "Shuei MaruGo B","YuGothic","Yu Gothic","游ゴシック","ヒラギノ丸ゴ Pro W3","Hiragino Maru Gothic Pro","メイリオ","Meiryo" ,"Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing: 0.05em;
	background: #fff url(../images/back.png) repeat fixed;
	text-align: center;
	margin-bottom: 50px;
}

.wrapper {
	width: 850px;
	margin: 30px auto;
	background-color: #FFFFFF;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
}
.hd_icon img{
	margin-top: -27px;
}
/* header */
#header {
	position: relative;
}
#header h1 {
	padding: 10px 0 25px 0;
}

/* info */
#itemInfo .info {
	margin-top: 30px;
	padding-left: 276px;
}
#itemInfo .info h2{
	font-size: 16px;
	line-height: 23px;
}
#itemInfo .info .cap{
	font-size: 12px;
	line-height: 16px;
	padding: 15px 0;
}
#itemInfo .info .att {
	text-align: left;
	
}
#itemInfo .info .att dl{
	color: #f00;
}
#itemInfo .info .att dd{
	padding-left: 26px;
}
#itemInfo .info .att dd a,
#itemInfo .info .att dd a:visited{
	color: #009DE6;
}

/* cart */
.cart {
	text-align: center;
	margin-bottom: -30px;
}
.stock {
	display: block;
	font-size: 12px;
	color: #E30012;
}

/* .box */
.box {
	font-size: 14px;
	margin-top: 70px;
}
.box h3{
	padding-bottom: 25px;
}
.box p {
	text-align: left;
	width: 500px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.box p.clrbr {
	width: 420px;
	margin: 0 auto;
}

/* #about */
#about ul{
	display: table;
	width: 750px;
	margin: 0 auto;
	letter-spacing: -0.4em;
}
#about li{
	display: inline-table;
}
#about .feature {
	margin: 40px 0;
}

/* #example */
#example {
	margin-bottom: -30px;
}
#example .photo {
	width: 750px;
	margin: 10px auto;
	text-align: left;
	padding-bottom: 20px;
}
#example .photo img{
	padding-top: 10px;
}

#example .photo .cap{
	font-size: 12px;
}

/* #message */
#message .box .ballon  p {
	text-align: center;
}
#message .ballon {
	margin-top: -5px;
	display: inline-block;
	border: 3px solid #000;
	border-radius:50px;
	padding: 30px 30px 50px 30px;
}
#message .ballon h5 {
	font-size: 25px;
	line-height: 34px;
}
#message .ballon h6 {
	font-size: 18px;
}
#message .ballon .comment {
	padding: 20px 0;
	text-align: center;
}
.car {
	margin-top: -10px;
}

/* footer */
#footer {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}
#footer .goBackCont {
	margin: 20px 0;
}

#footer ul {
	margin-bottom: 50px;
}
#footer li {
	padding: 0 20px;
}

#footer .copyright {
	padding: 40px 0;
	margin: 0 auto;
	font-size: 9px;
}

/* sp
 * --------------------------------------------------------*/
@media only screen and (max-width: 479px) {
	body {width: 95%;margin: 0 auto;}
	img{max-width:100%;height:auto;}
	.fl,.fr {float: none;}
	.wrapper {
		width: 100%;
		margin: 30px auto;
		padding: 0 0.5em;
		box-sizing: border-box;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		word-break:break-all;
	}
	/* [sp] itemInfo */
	#itemInfo .info {
		width: 100%;
		padding-left: 5px;
	}
	/* [sp] box */
		.box {
		font-size: 14px;
		margin-top: 70px;
	}
	.box h3{
		padding-bottom: 25px;
	}
	.box p {
		width: 100%;
		padding-bottom: 30px;
	}
	.box p.clrbr {
		width: 90%;
	}
	
	/* [sp] about */
	#about ul{
		width: 100%;
	}
	#about .feature {
		margin: 40px 0;
	}
	
	/* [sp] example */
	#example .photo {
		width: 100%;
	}
	#message .ballon {
		padding: 30px 15px 50px 15px;
	}
	#message .ballon h5 {
		font-size: 22px;
	}
	#message .ballon .comment {
		padding: 20px 0;
		text-align: left;
	}
	/* [sp] footer */
	#footer {
		width: 100%;
	}
	#footer li{
		display: inline-block;
		padding: 0;
	}
	#footer li{
		width: 28%;
	}
	
} 
@media only screen and (max-width: 320px){
	.wrapper {
		padding:0;
	}	
}
