@charset "utf-8";

/*==========================================
				topページのPICK UP　商品名・価格
===========================================*/
.item_name_top{
	color:#000;
	line-height: 1em;
	text-align: center;
}
.item_price_top{
	color: #e6378d;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
}
.front_page #contents_top .pickup_item a:hover{
	text-decoration: none;
}
/*==========================================
				faqページのレイアウト
===========================================*/
.faq_area{
	padding: 0 2em;
	margin-bottom: 50px;
}
.faq_area .question{
	width: 100%;
	padding: 5px 20px;
	background-color:#E7E7E7;
	margin-top: 40px;
}
.faq_area .answer{
	width: 100%;
	padding: 5px 20px;
	background-color: #555555;
	color:#fff;
}

@media only screen and (max-width: 767px) {
	
	.faq_area{
		padding: 0 10px;
		margin-bottom: 50px;
	}
	.faq_area .question{
		width: 100%;
		padding: 5px 10px;
		background-color:#E7E7E7;
		margin: 20px 0 0;
		font-size: 14px;
	}
	.faq_area .answer{
		width: 100%;
		padding: 5px 20px;
		background-color: #555555;
		color:#fff;
	}
	
}

/*==========================================
					Topページに表示：block 'comment'
===========================================*/

#top-comment-title{
	text-align: center;
	color:#e6378d;
}
#top-comment-text{
	padding: 2em;
	border-top: solid 3px #e6378d;
	border-bottom: solid 3px #e6378d;
	background-color:#fafafa;
	margin-bottom: 40px;
}
#top-comment-text #copy_01{
	display: block;
	text-align: center;
}
#top-comment-text #copy_02{
	display: block;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin: 30px 0 10px;
	color:#e6378d;
}
#top-comment-text #copy_03{
	display: block;
	text-align: center;
	margin: 0 0 30px;
	color:#e6378d;
}


/*==========================================
					商品詳細ページのサイズ表
===========================================*/

#size_area{
	width: 100%;
	padding: 1% 2% 2%;
}
#size_area:after{
	content: "";
	display: block;
	clear: both;
}
#size_area_title{
	font-size: 16px;
	font-weight: 200;
	padding: 5px 0;
	width: 100%;
	background-image: url(../img/top/dot.png);
	background-repeat: repeat;
	background-color: #999999;
	text-align: center;
	color:#fff;
}
.size_table{
	width: 46%;
	margin: 10px 2%;
	border-collapse: collapse;
	border: solid 1px #999999;
	float:left;
}
.size_table:nth-child(odd){
	clear: both;
}
.size_table caption{
	text-align: left;
}
.size_table th{
	width:16%;
	background-color: #fafafa;
	border: solid 1px #999999;
}
.size_table td{
	width:16%;
	text-align: center;
	border: solid 1px #999999;
}


@media only screen and (max-width: 767px) {

	#size_area{
		width: 100%;
		padding: 1% 2% 2%;
	}
	#size_area:after{
		content: "";
		display: block;
		clear: both;
	}
	#size_area_title{
		font-size: 12px;
		font-weight: 200;
		padding: 5px;
		width: 100%;
		background-image: url(../img/top/dot.png);
		background-repeat: repeat;
		background-color: #999999;
		text-align: center;
		color:#fff;
	}
	.size_table{
		width: 98%;
		margin: 10px 1%;
		border-collapse: collapse;
		border: solid 1px #999999;
		float:none;
	}
	.size_table:nth-child(odd){
		clear: both;
	}
	.size_table caption{
		text-align: left;
		font-size: 13px;
	}
	.size_table th{
		width:16%;
		background-color: #fafafa;
		border: solid 1px #999999;
		font-size: 12px;
	}
	.size_table td{
		width:16%;
		text-align: center;
		border: solid 1px #999999;
		font-size: 12px;
	}	
}






















