@charset "utf-8";

#contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #111119;
	color: #CCC;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#contents .inr,
.item01,
.op_component {
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
}

.item01 {
	background: #000000;
	border: 1px solid #74716B;
}

/* item */

.item01_02 {
	background: #000000;
	border-top: 1px solid #333;
	padding-bottom: 20px;
}

.item01_L,
.item01_R {
	padding-top: 20px;
}

.item01_L {
	width: 46%;
	float: left;
	text-align: center;
	margin-left: 2%;
}

.item01_R {
	width: 46%;
	float: right;
	text-align: center;
	margin-right: 2%;
}

/* bottan */

.button02 {
	clear: both;
	margin-top: 10px;
}

.button02 a {
	width: 100%;
	color: #FFF;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 20px;
}

#sc02 img {
	margin: 60px auto 0;
}

#sc02_sp {
	display: none;
}

#sc_nomal a {
	display: block;
	width: 570px;
	margin: 60px auto;
}


/*　成分　*/
.op_component {
	text-align: left;
	padding: 10px;
	margin-bottom: 50px;
	border: 2px solid #9A9A9A;
}



/* bottan */

.button02 {
	clear: both;
}

.button02 a {
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
	display: block;
	text-decoration: none;
}

/*　成分　*/
.op_component {
	font-size: 10px;
	line-height: 120%;
}



/* SP */
@media screen and (max-width:640px){

.item01_02 {
	background: url(img/sc_item02.jpg) no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto; 
	width: 100%;
	height: auto;
}

.button02 a {
	width: 100%;
	color: #FFF;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 15px;
	margin-bottom: 20px;
}


#sc02 {
	display: none;
}

#sc02_sp {
	display: block;
	margin: 30px 0;
}

#sc02_sp img {
	margin-top: 30px;
}


#sc_nomal a {
	display: block;
	width: 80%;
	margin: 30px 10%;
}


/*　成分　*/
.op_component {
	font-size: 10px;
	line-height: 120%;
}

}


