@charset "utf-8";

#yellow {
	background: url(img/bg_yellow.png) center top repeat;
}

#yellow #header {
	width: 100%;
	height: 130px;
	background: url(img/bg_top_yellow.png) center top no-repeat;
}

#item_contents {
	width: 1000px;
	position: relative;
	margin: 10px auto 0;
}

#item_contents #item_ph_box {
	width: 500px;
	height: 630px;
	background: url(img/item_ph_bg.png) no-repeat;
	float: left;
	position: relative;
}

#item_contents #item_ph_box .slides_container {
	width: 410px;
	height: 430px;
	overflow: hidden;
	position: absolute;
	top: 36px;
	left: 40px;
	display: none;
}

#item_contents #item_ph_box .slides_container a {
	width: 410px;
	height: 430px;
	display: none;
}

#item_contents #item_ph_box .pagination {
	position: absolute;
	top: 476px;
	left: 40px;
}

#item_contents #item_ph_box .pagination li {
	float: left;
	width: auto;
	*display: inline;
	margin: 0 8px 0 0;
	list-style: none;
}

#item_contents #item_ph_box .pagination li a {
	display: block;
	width: 95px;
	height: 100px;
	float: left;
}

#item_contents #item_ph_box .pagination li a {
	margin: 0 !important;
	border: 1px solid #ffffff;
}

#item_contents #item_ph_box .pagination li a:hover {
	border: 1px solid #e6e6e6;
}

#item_contents #item_ph_box .pagination li.current a {
	border: 1px solid #000000;
	margin: 0;
}

#item_contents #item_detail {
	width: 480px;
	float: left;
	text-align: left;
	position: relative;
}

#item_contents #item_detail h2 {
	font-size: 34px;
	font-weight: normal;
	margin-top: 37px;
	color: #000000;
}

#item_contents #item_detail .t1 {
	margin-top: 30px;
}

#item_contents #item_detail .t1 li {
	font-size: 18px;
	color: #5c5c5c;
	margin-bottom: 5px;
}

#item_contents #item_detail .t2 {
	color: #5c5c5c;
}

#item_contents #item_detail .price {
	font-size: 18px;
	margin-top: 20px;
}

#item_contents #item_detail .btns {
	margin-top: 30px;
	display: flex;
}

#item_contents #item_detail .btns li {
	margin-right: 20px;
}


#item_contents #item_detail .btns .shop_link {
	width: 179px;
	height: 45px;
	background-image: url(img/btn_bg.png);
}

#item_contents #item_detail .btns .social {
	width: 230px;
	height: 45px;
	text-align: center;
	background-image: url(img/social_bg.png);
}

#item_contents #item_detail .btns .social .fb-like {
	padding-top: 12px;
}

#item_contents #item_detail .discription {
	margin-top: 30px;
}

#item_contents #item_detail .video {
	margin-top: 34px;
}

#item_tab_contents {
	width: 960px;
	position: relative;
	margin: 60px auto 20px;
}

#item_tab_contents .bg_top {
	vertical-align: bottom;
	margin-top: 20px;
}

#item_tab_contents #tab {
	width: 960px;
	height: 51px;
	margin: 0 auto;
	background: url(img/line01.png) bottom repeat-x;
	position: relative;
	display: flex;
	justify-content: center;
}

#item_tab_contents #tab li {
	height: 31px;
	font-size: 16px;
	background-position: 0 0;
	cursor: pointer;
	padding: 5px 24px 0;
	box-sizing: border-box;
}

#item_tab_contents #tab li.ov:hover {
	color: #c14f4e;
}

#item_tab_contents #tab li.tab_menu {
	display: block;
}

#item_tab_contents #tab li.select {
	color: #c14f4e;
	height: 58px;
	background: url(img/tab_arrow.png) no-repeat;
	background-position: center bottom;
	cursor: default;
}

#item_tab_contents .disnon {
	display: none;
}

#item_tab_contents .content_wrap {
	width: 960px;
	min-height: 300px;
	height: auto !important;
	margin: 0 0 0 0;
	position: relative;
	text-align: left;
	background: url(img/kudamono_con_bg.png) top repeat-y;
}


#item_tab_contents .how_buy {
	width: 880px;
	padding: 30px 0 0 40px;
}

#item_tab_contents .shoplist_cnt {
	width: 880px;
	height: 290px;
	padding: 30px 0 0 40px;
	overflow-y: auto;
}

#item_tab_contents .shoplist_cnt li {
	width: 390px;
	margin: 0 20px 10px 0;
	float: left;
	list-style-position: inside;
	list-style-type: disc;
}

#item_tab_contents .shoplist_cnt li.com {
	clear: both;
	width: 850px;
	list-style: none;
	margin-top: 10px;
}

#item_tab_contents .staff_cnt {
	margin: 0 0 0 90px;
	padding-top: 10px;
}

#item_tab_contents .staff_cnt li {
	float: left;
	margin-right: 75px;
	margin-bottom: 20px;
	cursor: pointer;
}

#item_tab_contents .special_title {
	margin: 25px 0 0 80px;
}

#item_tab_contents .special_thanks {
	margin: 10px 0 0 0;
	text-align: center;
}

#item_tab_contents .special_thanks li {
	font-size: 14px;
	width: 130px;
	display: inline-block;
	padding: 0 2px;
	margin: 0 0 5px 0;
}

.about_matsui {
	text-align: left;
	width: 880px;
	margin: 0 auto;
}

.about_matsui h4 {
	padding: 10px 0 15px;
}

.about_matsui p {
	padding-bottom: 15px;
}

.talk {
	width: 880px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

.talk .introduction {
	width: 880px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c5a7;
}

.talk .introduction p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 170%;
}

.talk h4 {
	margin: 20px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #292929;
}

.talk .f_left {
	float: left;
	margin: 0 20px 20px 0;
}

.talk .f_right {
	float: right;
	margin: 0 0 20px 20px;
}

.talk dl.short_box {
	width: 560px;
	float: right;
}

.talk dl.long_box {
	clear: both;
}

.talk dt {
	display: block;
	float: left;
}

.talk dd {
	padding-left: 50px;
	margin-bottom: 10px;
}

.talk .colophon {
	margin-top: 20px;
	text-align: right;
}

.al_r {
	text-align: right;
	font-size: 16px;
	padding-right: 40px;
}

.soon {
	text-align: center;
	font-size: 16px;
	padding: 150px 0 0 0;
}