@charset "UTF-8";
/* CSS Document */
.pc_none {
	display: none!important;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
hr.clear {
	clear: both;
	height: 0;
  margin-bottom: 20px;
  border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#center_wrap {
	width: 100%;
}
#contents_wrap {
	width: 730px;
	margin: 0 auto;
	background-color: #FFFFFF;
	font-size: 12px;
}
#contents {
	padding: 12px 15px 0;
}
#contents a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index: 10;
}
#contents p {
	color: #333;
}
#contents #title {
	position: relative;
}
#contents #title h2 {
	float: left;
  color: #343434;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.0em;
}
#contents #title h2 span {
	color: #ff7e00;
  font-size: 14px;
}
#contents #title .sns {
	position: absolute;
	bottom: 8px;
	right: 8px;
}
#contents #title .sns div {
	float: left;
}
#contents #title .sns .tweet {
	overflow: hidden;
	width: 110px;
}
#contents #title .sns .google_plusone {
	overflow: hidden;
	width: 80px;
}
/*INFORMATION*/
#contents #info table {
	width: 100%;
  margin-bottom: 30px;
	border-top: 2px solid #ff9600;
	border-right: 2px solid #ff9600;
	border-bottom: 2px solid #ff9600;
	box-sizing: border-box;
}
#contents #info table th {
	width: 10%;
	background-color: #ff9600;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
  text-align: center;
}
#contents #info table td {
	width: 90%;
	padding: 5px;
	box-sizing: border-box;
}
/*============================================*/
/*CONTENTS*/

#contents .static {
	padding: 15px 0;
}
#contents .static .price {
	display: block;
	margin-bottom: 5px;
	padding: 4px 10px 1px;
	background-color: #fff4e5;
	font-size: 12px;
}
.price span {
	margin-left: 4px;
	color: #F5007E;
}
.price span small {
	margin-left: 4px;
	font-size: 10.5px;
}
.m_bnr {
	padding-bottom: 20px;
  text-align: center;
}
/*見出し-------------*/

#contents .static .title {
	margin-bottom: 2px;
  padding: 6px 0 6px 5px;
	border-top: 4px solid #ff9600;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background-color: #f7f7f7;
}
#contents .static .title h3 {
	float: left;
	padding: 6px 0 3px 8px;
  color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
}
#contents .static .title h3 span {
	color: #ff9900;
	font-size: 14px;
}
#contents .static .title p {
	float: right;
  margin-top: 12px;
	padding: 0 10px 0 15px;
	background: url(../img/icon_top.gif) no-repeat left center;
}
#contents .static h4 {
	margin-bottom: 2px;
  padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 2px solid #ff9600;
}
#contents .static h5 {
	margin-bottom: 6px;
  padding: 6px 10px 3px;
	background-color: #ffa21e;
  color: #fff;
  font-size: 16px;
	font-weight: normal;
  line-height: 1.2em;
}
#contents .static h5 span {
	font-size: 13px;
}
#contents .static .block-item h5 {
	padding-left: 15px;
}
#contents .static h6 {
	padding: 0 0 6px 0;
	font-size: 14px;
	line-height: 1.2em;
}
#contents .static .right h6 {
	padding: 0 0 12px 0;
}
.static h6 span {
	color: #e80000!important;
	font-size: 12px!important;
}
#contents .static .right h6 span {
	display: block;
  margin-bottom: -10px;
  padding-bottom: 0px;
}
/*BLOCK-------------*/

.block-item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
  margin-bottom: 0;
  padding: 0 5px;
	background: url(../img/block_bg.gif);
	box-sizing: border-box;
}
.block-item p {
	padding-bottom: 4px;
}
.block-item p.price {
	margin: 0!important;
	margin-top: auto!important;
	padding-bottom: 0;
}
.block-item .article {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	position: relative;
	width: 24.8%;
	padding: 16px 8px;
	border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
	vertical-align: top;
  box-sizing: border-box;
}
.block-item .article a {
	overflow: hidden;
}
.block-item .article img {
	width: 90%;
	margin-bottom: 7px;
	border: 1px solid #dadada;
}
.block-item .article:nth-last-of-type(1) {
	border-bottom: none;
}
.block-item .article:nth-last-of-type(2) {
	border-bottom: none;
}
.block-item .article:nth-last-of-type(3) {
	border-bottom: none;
}
.block-item .article:nth-last-of-type(4) {
	border-bottom: none;
}
/*INDEX-------------*/
#index .index_box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
  margin-bottom: 0;
	padding: 0 5px;
	border-bottom: 1px solid #d7d7d7;
  box-sizing: border-box;
}
#index .index_box p {
	display: inline-block;
	width: 100%;
  padding: 10px 0 0;
  color: #ff7e00;
	font-size: 18px;
}
#index .index_box .box {
	display: inline-block;
	width: 24.8%;
	padding: 16px 8px;
	font-size: 14px;
	vertical-align: top;
  box-sizing: border-box;
}
#index .index_box .box img {
	width: 90%;
	margin-bottom: 7px;
	border: 1px solid #dadada;
}
.block-item .large_box .price strong {
	font-size: 16px;
	font-weight: normal;
}

/*BANNER AREA-------------*/

.bannerArea {
	padding-bottom: 10px;
	text-align: center;
}
.bannerArea img {
	margin-bottom: 6px;
}
.bannerArea a {
	text-decoration: none!important;
}
.bannerArea a:hover {
	text-decoration: none!important;
}