@charset "utf-8";

/* Table Of Contents
----------------------------------------

# product_text
# product_single

----------------------------------------*/


/* # product_text
---------------------------------------------------------------------------- */

.img_single {
    margin: 0px 0px 60px;
    background: none repeat scroll 0% 0% #FFF;
    border: 4px solid #FFF;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	width:100%;
	display: block;
}
.img_single img{
	max-width:100%;
}
.flex {
    margin: 0px 0px 60px;
    background: none repeat scroll 0% 0% #FFF;
    border: 4px solid #FFF;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	width:100%;
	display: block;
}
.flex img{
    max-width:100%;
}

div#main .product_text {
	margin: 0 -10px;
}
	div#main .product_text:before,
	div#main .product_text:after {
		content: "";
		display: table;
	}
	div#main .product_text:after {
		clear: both;
	}
	div#main .product_text {
		zoom: 1;
	}
div#main .product_text .term_row {
	margin-bottom: 20px;
}
div#main .product_text .term_row_inner {

}
div#main .product_text .post_contents {
}
div#main .product_text .term_name {
	background: rgba(40,112,39,0.1);
	border: 0;
	color: #333;
	font-family: Helvetica, Arial, Verdana,  "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
div#main .product_text .term_name span {
	display: block;
	padding: 5px 10px;
}
div#main .product_text .term_row_inner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#main .product_text .term_row_inner li {
	width: 50%;
	float: left;
	padding: 0 10px;
}
div#main .product_text .term_row_inner li .menuContent{
	border-bottom: 1px solid #000;
	padding: 10px 0;
}
div#main .product_text .term_row_inner h4.post_title {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}
div#main .product_text .term_row_inner p.post_meta_01 {
	font-size: 12px;
	margin-bottom: 10px;
}
div#main .product_text .term_row_inner p.post_meta_02 {
	font-size: 12px;
	text-align: right;
}
@media only screen and (max-width:768px) {
	div#main .product_text {
		margin: 0;
	}
	div#main .product_text .term_row_inner li {
		float: none;
		width: 100%;
	}
	div#main .product_text .term_row_inner {
		float: none;
		padding: 0;
		width: 100%;
	}
}
.thumbType,
.thumbTypeTxt{
	width: 100%;
	float: none;
}
.thumbType img{
	
	width:100%;
}
 h4.post_title{
	
	font-size: 117%;
	font-weight: bold;
}

@media only screen and (max-width: 640px){
	.thumbType,
	.thumbTypeTxt{
		width: 100%;
		float: none;
	}
}

/* # product_single
---------------------------------------------------------------------------- */

	div#main .product_single:before,
	div#main .product_single:after {
		content: "";
		display: table;
	}
	div#main .product_single:after {
		clear: both;
	}
	div#main .product_single {
		zoom: 1;
	}
div#main .product_single div.noSlide {
	margin-top: -30px;
}
