@charset "utf-8";
/* CSS Document */
/* なちゅRe:モバイルCSS */
/*=======================================*/
/* 基本設定                              */
/*=======================================*/
body {
	background-color : #FFFFFF;
	color : #6F9EC8;
}
/*=======================================*/
/* CLASS                                 */
/*=======================================*/
/* リンクボタン設定 */
input[type=button].aquastd {
    border: 1px solid #DDD;
    color: #FF6666;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	

	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 30px 10px rgba(255,255,255,0.6);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 30px 10px rgba(255,255,255,0.6);
	text-shadow: 0px 1px 0px rgba(000,000,000,0.2),0px -1px 0px rgba(255,255,255,0.3);
	
	
	background-repeat:no-repeat;
	background-position:right center;
	background-size:2em;
	background-color:#8CC7FF;
	-webkit-appearance:none;
	
	width:100%;
	height:3em;
	font-size: 1.2em;
	font-weight:bold;
	text-align:center;
	background-image:url(../img/mark1.png);
}
input[type=button].order {
    border: 1px solid #DDD;
    color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	

	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 20px 10px rgba(255,255,255,0.6);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 20px 10px rgba(255,255,255,0.6);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.2),0px 1px 0px rgba(255,255,255,0.3);
	
	background-repeat:no-repeat;
	background-position:right center;
	background-size:1em;
	background-color:#019F01;
	-webkit-appearance:none;
	
	width:100%;
	height:3em;
	font-size: 1.2em;
	text-align:center;
}
/*=======================================*/
/* なちゅRe:メイン(natural-re.html)      */
/*=======================================*/

/* 商品名称 */
.item_name {
	color:#FF0000;
	font-size:1.3em;
	font-weight:bold;
	width:100%;
	text-align:center;
	margin:auto;
}
/* 商品説明 */
.item_note {
	color:#FF0000;
}
/* お買いものボタン */
.order_area {
	background-color:#D8D8D8;
}
.order_sel {
	padding:10px;
	color:#FF0000;
}
/* 使い方ボックス */
.use_notebox	{
	display:none;
	padding:10px 5px 10px 5px;
}
/* 使い方説明イラストのボックス */
.use_illust	{
	float:right;
}
/* 使い方テキスト 番号 */
.use_num	{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	color: #FF6666;
}
/* 使い方テキスト */
.use_text	{
	padding:5px 0px;
	line-height:1.2em;
}
/* 使い方ポイント */
.use_point	{
	color: #FF6666;
}
/* 使い方ポイント(強調) */
.use_point2	{
	color: #FF6666;
	font-weight: bold;
	font-size: 1.2em;
}

/* ボックス */
div.normal_box {
	padding: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #70B59E;
}
/* 3つの約束テキスト */
div.three_policy_text {
	padding:0px 10px;
}
/* 商品ボックス */
div.item_box {
	padding: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #70B59E;
}
/* 商品テキスト */
div.item_text {
	padding:0px 5px;
	line-height:1.2em;
}
/* 商品画像 */
div.item_photo {
	width:100%;
	text-align:center;
	margin:auto;
}
/* 商品見出し */
.item_summary {
	color:#FF0000;
}
/* 配合成分 */
div.component {
	font:0.9em;
	line-height:1em;
}
/*=======================================*/
/* youtube動画						     */
/*=======================================*/
/* ボックス */
div#youtube_box	{
	line-height: 1.4em;
	padding: 0px 0px 0px 0px;
}
/* youtube動画 */
div#youtube_title {
	line-height : 1em;
	background-color: #F89B9C;
	margin	:	auto;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
}
/* youtube動画 */
div#youtube_movie {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #F89B9C;
}
/*=======================================*/
/* よくある質問(natural-re_faq.htnl)     */
/*=======================================*/
/* よくある質問 ボックス */
.faq_box	{
	display:none;
	padding:0px 10px 10px 10px;
}
/* FAQテキスト */
.faq_q {
	color : #FF6666;
	text-indent:-1.2em;
	margin-left:1.5em;
}
.faq_a {
	text-indent:-1.2em;
	margin-left:1.5em;
}
/*=======================================*/
/* 洗顔について(natural-re_wash.htnl)    */
/*=======================================*/
.wash_sumarry {
	color:#FF6666;
	font-size: 1.2em;
	font-weight:bold;
}
.wash_area {
	padding:0px 10px 10px 10px;
}
.wash_txt {
}
.wash_photo {
	float:right;	
	padding:10px;
}
.wash_illust {
	float:left;	
	padding:10px;
}
/*=======================================*/
/* 綾子流(use_ayako.htnl)                */
/*=======================================*/
.use_photo {
	float:left;	
	padding:10px;
}
.use_text {
	padding:0px 10px 10px 10px;
}

/*=======================================*/
/* Division					             */
/*=======================================*/
/*  */
div#header
{
	
}
/*  */
div#header_title
{
	width:60%;
	float:left;
}
/*  */
div#header_btn
{
	width:40%;
	float:right;
	margin: 0 auto;
}
