@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  style.css
 style info :  馬刺しの達人：スタイル
=================================================================== */

#content {
	width: 960px;
	margin: 0 auto;
	padding: 20px 20px 50px;
	background-color: #ffffff;
}
#main_column {
	width: 740px;
	float: right;
	margin-bottom: 30px;
}

/* -------------------------------
 告知（臨時休業など）
------------------------------- */
.kokuchi {
	width: 100%;
	padding: 30px 30px 20px;
	background-color: #f6f3f3;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.kokuchi h2 {
	font-size: 2.4rem;
	color: #be0000;
	text-align:center;
	margin-bottom: 16px;
}
.kokuchi p {
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-bottom: 10px;
}

/* -------------------------------
 特別企画
------------------------------- */
#special_plan {
	width: 740px;
	/*height: 1050px;*/
	margin-bottom: 30px;
	position:relative;
}
#special_plan li {
	float: left;
    margin-bottom: 10px;
}
#special_plan #special_bnr01 { }
#special_plan #special_bnr02 { }
#special_plan #special_bnr03 { }
#special_plan #special_bnr04 { }
#special_plan #special_bnr05 { float: right; }
#special_plan #special_bnr06 { margin-right: 10px; }
#special_plan #special_bnr07 { margin-right: 10px; }
#special_plan #special_bnr08 { float: right; }
/*#special_plan #special_bnr01 { position:absolute; left: 0px; top: 0px;}
#special_plan #special_bnr02 { position:absolute; left: 0px; top: 255px;}
#special_plan #special_bnr03 { position:absolute; left: 0px; top: 455px;}
#special_plan #special_bnr04 { position:absolute; right: 0px; top: 455px;}
#special_plan #special_bnr05 { position:absolute; left: 0px; top: 855px;}
#special_plan #special_bnr06 { position:absolute; left: 250px; top: 855px;}
#special_plan #special_bnr07 { position:absolute; right: 0px; top: 855px;}
#special_plan #special_bnr08 { position:absolute; left: 250px; top: 855px;}*/

/* -------------------------------
 ランキングエリア：トップ
------------------------------- */
#ranking_area .ranking {
	width: 740px;
	margin-bottom: 20px;
}
#ranking_area .ranking h2 {
	width: 740px;
	margin-bottom: 20px;
}
#ranking_area .ranking ul {
	width: 680px;
	margin: 0 auto 20px;
}
#ranking_area .ranking ul li {
	width: 120px;
	margin-right: 20px;
	float: left;
	position: relative;
}
#ranking_area .ranking ul li:last-child {
	margin-right: 0px;
}
#ranking_area .ranking ul li p.rank_number {
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 1.8rem;
	font-weight:bold;
	line-height: 30px;
	border-radius: 50%;
	background: #c7c7c7;
	position: absolute;
	top: -12px;
	left: -12px;
	z-index:10;
	color: #ffffff;
}
#ranking_area .ranking ul li:nth-of-type(1) p.rank_number {	background: #cabf11;}
#ranking_area .ranking ul li:nth-of-type(2) p.rank_number {	background: #6f7b83;}
#ranking_area .ranking ul li:nth-of-type(3) p.rank_number {	background: #a2531f;}
#ranking_area .ranking ul li p.rank_img {
	margin-bottom: 10px;
	width: 120px;
	height: auto;
}
#ranking_area .ranking ul li p.rank_img img {
	max-width: 100%;
	height: auto;
}
#ranking_area .ranking ul li p.rank_img img:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
}
#ranking_area .ranking ul li p.rank_name {
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: 4px;
	font-weight:bold;
}
#ranking_area .ranking p.teika_price {
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-bottom: 4px;
}
#ranking_area .ranking p.kaiin_tag {
	font-size: 1.2rem;
	font-weight: normal;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	padding: 2px 8px;
	margin-bottom: 4px;
}
#ranking_area .ranking p.kaiin_price {
	font-size: 2.0rem;
	line-height: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	text-align:center;
}
#ranking_area .ranking p.kaiin_price span.yen {
	font-weight: normal;
}
#ranking_area .ranking p.rank_link {
	text-align: right;
}

/* -------------------------------
 お知らせ
------------------------------- */
#information {
	margin-bottom: 14px;
}
#information h2 {
	margin-bottom: 8px;
}
#information dl {
	border: #000 solid;
	border-width: 2px 0;
	padding-top: 14px;
	min-height: 80px;
	max-height: 250px;
	overflow:auto;
}
#information dl dt {
	font-size: 1.6rem;
	line-height: 2.0rem;
	width: 5em;
	float: left;
}
#information dl dd {
	font-size: 1.6rem;
	line-height: 2.2rem;
	padding: 0 1em 14px 7em;
	margin-bottom: 14px;
	border-bottom: #000 dashed 2px;
}
#information dl dd:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
#information dl a {
	text-decoration: underline;
}
#information dl a:hover {
	text-decoration: none;
}

/* -------------------------------
 種類から選ぶ
------------------------------- */
#part_choose {
	margin-bottom: 22px;
}
#part_choose .part_container {
	border: #000 solid 2px;
	padding: 20px 20px 0px 20px;
	box-sizing:border-box;
}
#part_choose .part_container h3 {
	text-align:center;
	margin-bottom: 25px;
}
#part_choose .part_container .parts_list {
	width: 340px;
	margin-bottom: 30px;
}
#part_choose .part_container .parts_list ul li {
	border-bottom: #000 solid 2px;
	background: url(https://secure1.future-shop.jp/~basashi/common/img/ico/ico_blt01.png) 98% center no-repeat;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	padding-left: 4px;
}
#part_choose .part_container .parts_list ul li a {
	padding: 12px 0px;
	display: block;
}
#part_choose .part_container .parts_list ul li a span{
	float:right;
	padding-right: 24px;
    font-size: 90%;
}

/* -------------------------------
 産地から選ぶ
------------------------------- */
#production_choose {
	margin-bottom: 22px;
}
#production_choose .production_container {
	padding-top: 20px;
}
#production_choose .production_container h3 {
	text-align:center;
	margin-bottom: 25px;
}
#production_choose .production_container ul li {
	float: left;
	margin-right: 22px;
	background-color: #EBEBEB;
	padding-bottom: 10px;
	text-align: center;
}
#production_choose .production_container ul li:last-child {
	margin-right: 0px;
}
#production_choose .production_container ul li .production_img {
	margin-bottom: 10px;
}
#production_choose .production_container ul li .production_box {
	width: 212px;
	margin: 0 auto 10px;
}
#production_choose .production_container ul li .production_box .chart {
	width: 83px;
	float: left;
}
#production_choose .production_container ul li .production_box .production_intro {
	width: 115px;
	float: right;
	text-align: left;
}
#production_choose .production_container ul li .production_box .production_intro h4 {
	margin-bottom: 6px;
}
#production_choose .production_container ul li .production_box .production_intro p {
	font-size: 1.2rem;
	line-height: 1.8rem;
}
#production_choose .production_container ul li .production_btn {
	background-color: #ffffff;
	width: 212px;
	margin: 0 auto;
}

/* -------------------------------
 バナー（食べ方＆馬刺し店の選び方）
------------------------------- */
#banner_main {
	width: 740px;
	margin-bottom: 12px;
}

/* -------------------------------
 お客様からのご感想
------------------------------- */
#impression {
	margin-bottom: 22px;
}
#impression .impression_container {
	border: #000 solid 2px;
	padding: 30px 30px 0px 30px;
	box-sizing:border-box;
	margin-bottom: 10px;
}
.impression_box {
	width:680px;
	border-bottom: #000000 solid 2px;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.impression_box:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 18px;
}
.impression_box .impression_img {
	width:170px;
	float: left;
}
.impression_box .impression_comment {
	width: 480px;
	float: right;
}
.impression_box .impression_comment h3 {
	margin-bottom: 20px;
}
.impression_box .impression_comment p {
	font-size: 1.6rem;
	line-height: 2.4rem;
}
#impression_link {
	text-align: right;
}

/* -------------------------------
 ２週間＆おいしい馬刺しを
------------------------------- */
#coution_bnr {
	margin-bottom: 20px;
}

/* -------------------------------
 お問い合わせ
------------------------------- */
#inquiry_area {
	width: 740px;
	height: 290px;
	padding: 20px;
	box-sizing: border-box;
	background: #ebebeb url(https://secure1.future-shop.jp/~basashi/common/img/background/bg_inquiry.jpg) top right no-repeat;
	position: relative;
}
#inquiry_area #inquiry_btn {
	width: 302px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: #ffffff;
}
.inquiry_text {
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-bottom: 20px
}
iframe#form {
	border: #999999 solid 1px;
	box-sizing: border-box;
}
