@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;
	width: 100%;
}
div#main .product_text .term_row_inner {
	padding: 0 10px;
}
div#main .product_text .post_contents {
}
div#main .product_text .term_name {
	background: url(../common/img/bg_menu_term_name_01.png) 0% 0% repeat;
	border: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	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 {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
div#main .product_text .term_row_inner a {
	color: #333;
	display: block;
	text-decoration: none;
}
div#main .product_text .term_row_inner a:hover {
	opacity: 0.7;
}
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 div.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;
}
div#main .product_text .term_row_inner p.post_meta_03 {
	font-size: 20px;
	font-weight:bold;
	text-align: right;
}
@media only screen and (max-width:768px) {
	div#main .product_text {
		margin: 0;
	}
	div#main .product_text .term_row {
		float: none;
		width: 100%;
	}
	div#main .product_text .term_row_inner {
		float: none;
		padding: 0;
		width: 100%;
	}
}
.thumbType{
	
	width:40%;
	float:left;	
}
.thumbType img{
	
	width:100%;
}
 h4.post_title{
	
	font-size: 117%;
	font-weight: bold;
}
.thumbTypeTxt{
	width:60%;
	float:left;	
}


/* # 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;
}
