@charset "utf-8";

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

# product_text
# product_thumb
# 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 {
	float: left;
	margin-bottom: 20px;
	width: 50%;
}
div#main .product_text .term_row_inner {
	padding: 0 10px;
}
div#main .product_text .post_contents {
	border-top: 0;
}

div#main .product_text .term_name {
	background: url(../img/bg_dummy.png) 0% 0% repeat;
	border: 0;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}
div#main .product_text .term_name span {
	background: url(../img/bg_btn02.png) 0% 0% repeat;
	display: block;
	padding: 5px 15px 5px 20px;
	border:0;
	color: #333;
	font-weight: 100;
}
div#main .product_text .thumbType  {
	width:40%;
	float:left;
}
div#main .product_text .thumbTypeTxt  {
	width:60%;
	float:right;
}
div#main .product_text .term_row_inner li {
	padding-top:10px;
	margin-bottom: 5px
}
div#main .product_text .term_row_inner li.last {
	margin-bottom: 0;
}
div#main .product_text .term_row_inner p.post_title {
	font-size: 14px;
	font-weight: bold;
}
div#main .product_text .term_row_inner p.post_meta_01 {
	font-size: 100%;
}
div#main .product_text .term_row_inner p.post_meta_02 {
	font-size: 14px;
	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%;
	}
}

@media only screen and (max-width:768px) {
	div#main .product_text .thumbType,
	div#main .product_text .thumbTypeTxt  {
		width: 100%;
		float: none;
	}
}
div#main .product_text .post_contents ul li:nth-child(2n+1){
	background-color: #FBD19A;
}
div#main .product_text .post_contents ul li:nth-child(2n+0){
	background-color: #E6DBC2;
}

/* # product_thumb
---------------------------------------------------------------------------- */

div#main .product_thumb li {
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 20px;
	vertical-align: top;
	position: relative;
	width: 33.33%;
}
div#main .product_thumb ul {
	margin: 0 -10px;
}
div#main .product_thumb span.inner {
	display: block;
	padding: 0 10px;
}
div#main .product_thumb li a {
	border: 1px solid #BEE5B6;
	color: #333;
	display: block;
	text-decoration: none;
}
div#main .product_thumb li a:hover {
	background: #FFFFE6;
	color: #333;
	text-decoration: none;
}
div#main .product_thumb span.tagNew {
	left: 10px;
	position: absolute;
	top: 0;
}
div#main .product_thumb span.photo {
	border-bottom: 0;
	display: block;
}
div#main .product_thumb span.photo img {
	display: block;
	height: auto;
	width: 100%;
}
div#main .product_thumb span.post_contents {
	border-top: 1px solid #BEE5B6;
	border-top: 1px solid #fc693c;
	display: block;
	padding: 10px;
}
div#main .product_thumb span.post_title {
	display: block;
	margin-bottom: 10px;
}
div#main .product_thumb span.post_meta {
	display: block;
	text-align: right;
}
@media only screen and (max-width:960px ){
	div#main .product_thumb li {
		width: 50%;
	}
}
@media only screen and (max-width:320px ){
	div#main .product_thumb li {
		display: block;
		width: 100%;
	}
	div#main .product_thumb span.photo img {
		width: 100%;
	}
}


/* # 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;
}
.h5_tit01{
	background:#e7d3c2;
	border:0;
	color:#523d24;
}
/*
div#main .product_text .term_row_inner li {
	width: 50%;
	float: left;
	padding: 10px;
}
div#main .product_text .term_row_inner li .menu_contants{
	border-bottom: 1px solid #cccccc;
}
div#main .product_text .term_row_inner .term_children{
	width: 50%;
	float: left;
	padding: 0 10px;
	margin-top: 10px;
}
div#main .product_text .term_row_inner .term_children li {
	width: 100%;
	float: none;	
	border-bottom: 1px solid #cccccc;
}
div#main .product_text .term_row_inner .term_children .menu_contants{
	border-bottom: 0;
}
div#main .product_text .term_row_inner li.last {
	border-bottom: 0;
}
*/