/* --------------------------------
　タイトル
---------------------------------*/
.lp_page .title {
	line-height:2em;
	font-size: 22px;
	background:#333;
	color:#fff;
	padding:0 20px;
	margin-bottom:30px;
}

/* --------------------------------
　画像
---------------------------------*/
.lp_page .image01 {
	margin-bottom:30px;
}

/* --------------------------------
　コンテンツエリア
---------------------------------*/
.lp_page .content01 {
	margin-bottom:30px;
}

/* --------------------------------
　YouTube
---------------------------------*/
.lp_page .youtube {
	margin-bottom:30px;
}
.lp_page .youtube .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-bottom:10px;
}
.lp_page .youtube .embed-container iframe,
.lp_page .youtube .embed-container object,
.lp_page .youtube .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --------------------------------
　商品一覧タイトル
---------------------------------*/
.lp_page .product_title {
	line-height:2em;
	font-size: 22px;
	background:#eee;
	color:#333;
	padding:0 20px;
	margin-top:20px;
	margin-bottom:30px;
}

/* --------------------------------
　商品一覧
---------------------------------*/
.lp_page .product_list .sphone_clear {
	clear:both;
}
.lp_page .product_list a {
	display:block;
	width:100%;
	margin-bottom:20px;
	text-decoration:none;
	color:#333;
}
.lp_page .product_list a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.lp_page .product_list a img {
	margin-bottom:10px;
}
.lp_page .product_list a .left {
	float:left;
	width:40%;
}
.lp_page .product_list a .right {
	float:right;
	width:58%;
}

@media only screen and (min-width: 480px){
/* --------------------------------
　商品一覧
---------------------------------*/
.lp_page .product_list .clear {
	clear:both;
}
.lp_page .product_list .sphone_clear {
	clear:none;
}
.lp_page .product_list a {
	width:18%;
	margin-right:2.5%;
	float:left;
}
.lp_page .product_list a.last {
	margin-right:0;
}
.lp_page .product_list a .left {
	float:none;
	width:100%;
}
.lp_page .product_list a .right {
	float:none;
	width:100%;
}
}

/* ================================
　TinyMCE 
================================ */
/*
特集ページ　.lp_page .content0
--------------------- */

.lp_page .content01 img {
	max-width:100%;
	height:auto;
}

.lp_page .content01 ul {
	margin:0 0 0 -20px;
}

.lp_page .content01 ol {
	margin:0 0 0 -15px;
}


