/* PRODUCT */
p{
	margin:0;
}

#product {
	/*background-color: #a9a797; */
	padding-bottom: 2em;
}

#product .new_title{
	border-bottom:1px solid #000;
	padding-bottom:0.2em;
	margin-bottom:1em;
	}

.new_title h1{
 	color:#333;
 	font-size:180%;
 	padding:0 !important;
 	margin:0 !important;
	}

.new_title h1 span{
	font-size:80%;
	}

#product-image {
	margin: 0 auto;
	padding: 1.2em 0;
	background-color: #ffffff;
	position: relative;
}


#product .cate_title {
	position: relative;
	padding: 0 0 10px 0;
}


#product .cate_title .d_table {
	display: table;
}

#product .cate_title h2 {
	margin:0 auto !important;
}

#product .cate_title .d_table .sub_title {
	display: table-cell;
	vertical-align: middle;
	width: 6em;
	box-sizing: border-box;
	line-height: 1.2;
}

#product .cate_title .d_table .sub_title img{
	padding-right:0.5em;
	width: 5em;
}


#product .cate_title .d_table .txt-cell {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.35;
	padding:0.5em;
}

#product .cate_title .d_table .txt-cell p{
	margin:0 !important;
	font-size:110%;
}

#product div.new_read{
	margin:1em 0 2em 0;
	font-size:100%;
	/* height:20em; */
	padding:1em;
}

#product .btn_area{
	height:auto;
}

#product .new_btn {
	font-size:120%;
	font-weight:bold;
	border:0px solid #d02718;
	padding:0.5em;
	text-decoration:none;
	background-color:#000;
	color:#fff;
	width:90%;
	margin:1.5em auto;
	text-align: center;
}



#product .new_btn_fff {
	font-size:120%;
	font-weight:bold;
	border:1px solid #999;
	padding:0.5em;
	text-decoration:none;
	background-color:#fff;
	color:#000;
	width:90%;
	margin:1em auto;
	text-align: center;
}


#product .new_btn2 {
	width:80%;
	margin:0.5em auto 0;
	padding:0.5em;
	border:1px solid #ccc;
	background-color:#fff;
	color:#000;
	font-weight:bold;
	text-align: center;
	text-decoration:none;
}


#product .footer_menu {
	margin-top:3.5em;
	padding: 1em;
	background-color:#eee;
}

.flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
#product .footer_menu .flexbox:not(:first-of-type) {
	margin-top: 1em;
	padding-top: 1em;
	border-top: solid 1px #fff;
}
#product .item1 {
	width: calc((100% - 1em) * 0.3 - 5px);
}

#product .item2 {
	width: calc((100% - 1em) * 0.7);
	margin-left: 1em;
}

.bx-wrapper .bx-prev {
	left: -27px;
}

.flexbox dt{
    width:9em;
    font-size:90%;
}

.flexbox dd{
    width:15em;
    font-size:90%;
}


/* ‰ß‹Ž‹LŽ– */

#news_list{
	background:#eee;
	padding:1em 1em 0.5em 1em;
	margin:20px 36px;
}

#news_list .news_list_title{
	font-size:110%;
	font-weight:bold;
	margin:0 0 0.5em 0.8em;
}
#news_list li.menu_news_list{
	/* font-size:110%; */
	text-indent:-1.5em;
}

#news_list li.menu_news_list a:before {
	content:url(/image/common/arrow_menu1.gif);
	padding-left:1.5em;
}

#news_list li{
	padding-left:1em;
	text-indent:-1em;
	padding:0.5em;
	border-top:1px dotted #333;
}


#news_list li:last-child{
	border-bottom:none;
}