/* ================================
　TinyMCE 
================================ */
.lp_page .content img {
	max-width:100%;
	height:auto;
}
.lp_page .content ul {
	margin-left:25px;
}
.lp_page .content ol {
    list-style: decimal;
	margin-left:25px;
}
.lp_page .content p {
	margin:0;
}

/*
　共通
---------------------------------*/
.lp_page a {
	color:#333;
}
.lp_page a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.lp_page .sub_title {
	font-size: 18px;
	font-size: 1.8rem;
	background:#333;
	color:#fff;
	padding:10px 20px;
	margin-bottom:20px;
}

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

/*
　画像
---------------------------------*/
.lp_page .image {
	margin-bottom:20px;
}

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

/*
　YouTube
---------------------------------*/
.lp_page .youtube {
	margin-bottom:20px;
}
.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%;
}

/*
　商品一覧
---------------------------------*/
/*レイアウト 縦1列（商品数1～3）*/
.lp_page .column1 .product_item_area {
	width:100%;
	margin-bottom:20px;
}
.lp_page .column1 .product_item_area .left {
	float:left;
	width:35%;
	margin-right:5%;
}
.lp_page .column1 .product_item_area .right {
	float:right;
	width:60%;
}
/*レイアウト 縦4列（商品数4）*/
.lp_page .column4 .product_item_area {
	width:100%;
	margin-bottom:20px;
}
.lp_page .column4 .product_item_area .left {
	float:left;
	width:35%;
	margin-right:5%;
}
.lp_page .column4 .product_item_area .right {
	float:right;
	width:60%;
}
/*レイアウト 縦5列（商品数5以上）*/
.lp_page .column5 .product_item_area {
	width:100%;
	margin-bottom:20px;
}
.lp_page .column5 .product_item_area .left {
	float:left;
	width:35%;
	margin-right:5%;
}
.lp_page .column5 .product_item_area .right {
	float:right;
	width:60%;
}

/*画像*/
.lp_page .column1 .product_image {
}
.lp_page .column4 .product_image,
.lp_page .column5 .product_image {
	margin-bottom:10px;
}

/*商品名*/
.lp_page .column1 .product_name {
	margin-bottom:10px;
}
.lp_page .column4 .product_name,
.lp_page .column5 .product_name {
}

/*価格*/
.lp_page .column1 .product_price {
}
.lp_page .column4 .product_price,
.lp_page .column5 .product_price {
	font-size:120%;
}

/*商品説明*/
.lp_page .column1 .product_description {
	display:none;
}
.lp_page .column4 .product_description,
.lp_page .column5 .product_description {
	display:none;
}

@media only screen and (min-width: 768px) {
/*レイアウト 縦1列（商品数1～3）*/
.lp_page .column1 .product_item_area .left {
	width:30%;
	margin-right:2%;
}
.lp_page .column1 .product_item_area .right {
	width:68%;
}
/*レイアウト 縦4列（商品数4）*/
.lp_page .column4 #product_area {
	width:102%;
	margin-left:-1%;
}
.lp_page .column4 .product_item_area {
	float:left;
	width:23%;
	margin:0 1% 20px 1%;
}
.lp_page .column4 .product_item_area .left {
	float: none;
	width:100%;
	margin-right:0;
}
.lp_page .column4 .product_item_area .right {
	float: none;
	width:100%;
}
/*レイアウト 縦5列（商品数5以上）*/
.lp_page .column5 #product_area {
	width:102%;
	margin-left:-1%;
}
.lp_page .column5 .product_item_area {
	float:left;
	width:18%;
	margin:0 1% 20px 1%;
}
.lp_page .column5 .product_item_area .left {
	float: none;
	width:100%;
	margin-right:0;
}
.lp_page .column5 .product_item_area .right {
	float: none;
	width:100%;
}

/*商品名*/
.lp_page .column1 .product_name {
	font-size: 20px;
	font-size: 2.0rem;
	border-bottom:1px dotted #999;
	padding-top:10px;
	padding-left:10px;
	margin-bottom:15px;
}
.lp_page .column4 .product_name,
.lp_page .column5 .product_name {
}

/*価格*/
.lp_page .column1 .product_price {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom:10px;
}
.lp_page .column4 .product_price,
.lp_page .column5 .product_price {
	font-size:120%;
}

/*商品説明*/
.lp_page .column1 .product_description {
	display:block;
}
.lp_page .column4 .product_description,
.lp_page .column5 .product_description {
	display:none;
}
}