@charset "utf-8"
/* =============================================================================

	ポイント別窓用

============================================================================= */

/*----------------------------------------
 印刷用
----------------------------------------*/
@media print{}
@media print{
	#wrapper .smart_area {
		display: none;
	}
}

/*----------------------------------------
 基本設定
----------------------------------------*/
#wrapper{
	min-width: 100%;
}
#contents {
	border: 3px solid #0E6EB8;
	border-radius: 6px;
	background: #fff;
	color: #333;
	text-align: left;
	overflow: hidden;
	position: relative;
	margin: 15px auto;
	width: 960px;
	z-index: 1;
	*zoom: 1;
}
#contents * {
	font: 14px/1.6 Verdana, Roboto, 'Droid Sans', sans-serif,  Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック';
}

/* リンク設定 */
#contents a:link {
	color: #1E51C6;
	text-decoration: none;
}
#contents a:visited {
	color: #1E51C6;
	text-decoration: none;
}
#contents a:hover {
	color: #00A8EC;
	text-decoration: underline;
}
#contents a:active {
	color: #00A8EC;
	text-decoration: none;
}
/*ボタン風リンク*/
#contents a.btn {
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff',  endColorstr='#dddddd');
	background: -moz-linear-gradient(top, #fff, #ddd);
	background: -webkit-linear-gradient(top, #fff, #ddd);
	background: -o-linear-gradient(top, #fff, #ddd);
	background: -ms-linear-gradient(top, #fff, #ddd);
	background: linear-gradient(top, #fff, #ddd);
	border: solid 1px #bbb;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2),1px 1px 1px #fff inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2),1px 1px 1px #fff inset;
	behavior: url(http://www.his-j.com/fuk/sp/js/PIE.htc);
	display: inline-block;
	*display: inline;
	margin: 0 2px 5px;
	padding: 3px 50px;
	text-align: center;
	text-decoration: none;
	*zoom: 1;
}
#contents a.btn:link {
	color: #333;
}
#contents a.btn:visited {
	color: #333;
}
#contents a.btn:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f4f7f7',  endColorstr='#ccd9d8');
	background: -moz-linear-gradient(top, #f4f7f7, #ccd9d8);
	background: -webkit-linear-gradient(top, #f4f7f7, #ccd9d8);
	background: -o-linear-gradient(top, #f4f7f7, #ccd9d8);
	background: -ms-linear-gradient(top, #f4f7f7, #ccd9d8);
	background: linear-gradient(top, #f4f7f7, #ccd9d8);
	color: #5e7d7b;
}
#contents a.btn:active {
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f4f7f7',  endColorstr='#ccd9d8');
	background: -moz-linear-gradient(top, #f4f7f7, #ccd9d8);
	background: -webkit-linear-gradient(top, #f4f7f7, #ccd9d8);
	background: -o-linear-gradient(top, #f4f7f7, #ccd9d8);
	background: -ms-linear-gradient(top, #f4f7f7, #ccd9d8);
	background: linear-gradient(top, #f4f7f7, #ccd9d8);
	color: #5e7d7b;
}

/*----------------------------------------
 汎用セレクタ・クラス
----------------------------------------*/
#close {
	text-align: center;
	margin: 1em 0;
}
#contents img {
	width: 100%;
	max-width: 100%;
}
#contents a {
	max-width: 100%;
}
/* clearfix */
#contents .cf:before,
#contents .cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
#contents .cf:after {
	clear: both;
}
#contents .cf {
	*zoom: 1;
}
/*----------------------------------------
特集CSS　▼ここから記述
----------------------------------------*/
#contents section {
	clear: both;
	padding: 1.5em;
}
#contents section + section {
	border-top: 1px dashed #0E6EB8;
}
#contents p {
	margin-bottom: 1em;
}
#contents small {
	font-size: .85em;
}
#contents h1 {
	background: #0E6EB8;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding: 10px 170px 10px 0;
}
#contents h1 + p {
	border: 2px solid #0E6EB8;
	border-radius: 20px;
	background: #fff;
	display: block;
	float: right;
	width: 160px;
	color: #0E6EB8;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: -50px 5px 0;
}
#contents .price {
	color: #c00;
	font-weight: bold;
	font-size: 1.2em;
}
#contents h2 {
	color: #0E6EB8;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	overflow: hidden;
	*zoom: 1;
}
#contents h2:first-letter {
	display: block;
	float: left;
	font-size: 2em;
	font-weight: normal;
	margin-right: .2em;
}
#contents h2 span {
	font-size: .8em;
	font-weight: bold;
}
#contents .tokuten_info li {
	font-size: .9em;
	list-style-type: square;
	margin-left: 1em;
}
.img_1 {
	float: right;
	width: 30%;
	margin-left: 10px;
}
.img_2 {
	float: right;
	width: 62%;
	margin-left: 10px;
}
#contents .img_2 img {
	max-width: 49%;
	margin-left: 1%;
}


#contents .sub_info {
	clear: both;
	background:#f3f0df;
	border: 3px solid #fef00f;
	border-radius: 10px;
	margin-top: 20px;
	padding:10px;
}

#contents h3{
	color: #79512c;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	overflow: hidden;
	*zoom: 1;
}
#contents h4{
	color: #fff;
	background:#63c0ab;
	font-size: 1.2em;
	font-weight: bold;
	overflow: hidden;
	*zoom: 1;
	margin-top:10px;
	padding-left: 10px;
}
#contents .sub_list {
	background:#fff;
	padding:10px;
	margin-bottom: 10px;

}

#contents .sub_list span{
	font-weight: bold;
}
#contents .sub_list ul li{
	line-height: 1;
	}
	
	
/*----------------------------------------
スマホ対応
----------------------------------------*/
@media screen and (min-width: 769px) {
	#wrapper{
		min-width:964px;
	}
}
	@media screen and (max-width: 768px) {
		#contents {
			border: none;
			border-radius: 0;
			line-height: 1.7;
			width: 98%;
			padding: 0 1%;
		}
		#contents a {
			display: block;
		}
	#contents section {
		padding: 1.5em .5em;
	}
	#contents h1 {
		padding-right: 0;
	}
	#contents h1 + p {
		float: none;
		width: auto;
		margin: 1em;
	}
	.img_1 {
		width: 40%;
	}
	.img_2 {
		width: 70%;
	}
}
@media screen and (min-width: 481px) {
	#contents .smart_area { /* PCでは非表示 */
		display: none;
	}
}
@media screen and (max-width: 480px) {
	#contents .pc_area { /* スマホでは非表示 */
		display: none;
	}
	#contents a.btn {
		display: block;
		padding: 5px;
	}
	.img_1,.img_2 {
		float: none;
		width: auto;
		margin-left: 0;
		margin-top: .5em;
	}
}

