@charset "UTF-8";

/* コンテンツ枠を上書き
--------------------------------------------------------- */
#main.twoColumn #content {
	margin: 0;
	padding: 0;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 700px;
	float: left;
	position: relative;
	background: none;
}

/* カテゴリータイトル
--------------------------------------------------------- */
h2.categoryTitle_L {
	margin: 0 0 20px;
	padding: 0;
}
/*メインビジュアル*/
h2.categoryTitle_L .title_img{
	margin: 20px 0 0;
}
/*リード文*/
.gp_lead{
	color: #371c05;
	font-weight: bold;
	line-height: 1.8em;
	font-size: 105%;
}
/* 写真
--------------------------------------------------------- */
.gallery{
	width: 100%;
	margin: 0 0 20px;
}
.gallery_r{
	display: table;
	margin: 0 0 15px;
}
.gallery_r p{
	display: table-cell;
	width: 226px;
	padding: 0 0 0 11px;
}
.gallery_r p:first-child{
	padding: 0;
}
.gallery_r p img{
	width: 226px;
	height: auto;
}
/* 記事インデックス
--------------------------------------------------------- */
div.indexBlock {
	margin: 0 0 20px;
	padding: 0;
}
div.indexList {
	margin: 0;
	padding: 0;
	width: 690px;
	border: 5px solid #CCC;
	background: #FDFBF5;
	border: 5px solid #b7923a;
}
div.indexList h3 {
	margin: 0;
	padding: 0;
	background: #b7923a;
}
div.indexList ul,
div.indexList ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.indexList ul li {
	float: left;
}
div.indexList ul li {
	border-right: 1px dotted #b7923a;
	border-bottom: 1px dotted #b7923a;
}
div.indexList ul li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 344px;
	height: auto;
}
div.indexList ul li a img{
	width: 340px;
	height: auto;
}
div.indexList ul li a img:hover,.no1_pc a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
div.indexList.producer ul li a {
}
div.indexList.chef ul li a {
}
/*スマホ時の最優秀賞を隠す*/
.no1_sp{
	display: none;
}
/*PC時の最優秀賞*/
.no1_pc{
	display: block;
	width: 100%;
	border-bottom: 1px dotted #b7923a;
}
.no1_pc a{
	width: 100%;	
}

/* 出展商品一覧
--------------------------------------------------------- */
div.otherBlock {
	margin: 0 0 20px;
	padding: 0;
}
div.otherList {
	margin: 0;
	padding: 0;
	width: 690px;
	border: 5px solid #CCC;
	background: #FDFBF5;
	border: 5px solid #b7923a;
}
div.otherList h3 {
	margin: 0;
	padding: 0;
	background: #b7923a;
}
div.otherList ul{
	margin: 0;
	padding: 0;
	display: block;
}
div.otherList ul,
div.otherList ul li {
}
div.otherList ul li {
	display: table;
	list-style: none;
	border-bottom: 1px dotted #b7923a;
	padding: 10px;
}

/*内容*/
div.otherList .img_box,div.otherList .text_box{	
	display: table-cell;
	vertical-align: top;
}
div.otherList .img_box{	
	width: 150px;
}
div.otherList .img_box img{	
	border: solid 1px #000;
	display: block;
	margin: 10px 0 0;
	width: 150px;
	height: auto;
}
div.otherList .img_box img:first-child{	
	margin: 0;
}
div.otherList .text_box{
	padding: 0 0 0 20px;
}
/*商品名と企業名*/
div.otherList .product_name{
	color: #b7923a;
	border-bottom: #b7923a solid 2px;
	font-size: 190%;
	margin: 0 0 10px;
	
}
div.otherList .productor{
	display: block;
	margin: .2em 0 10px;
	font-size: 15px;
}
/*紹介文*/
div.otherList .intro{
	line-height: 1.7em;	
}


/*テーブル*/
/* 基本情報 */
div.dataTable {
	border: 1px solid #B0A089;
	border-bottom: none;
	background-color: #fbf8ed;
}
.dataTable dl {
	margin: 0;
	padding: 0;
	background-color: #efebdf;
	background: url(images/bg_table.png) repeat-y;
}
.dataTable dl dt {
	padding: 10px 0;
	width: 140px;
	font-weight: bold;
	text-align: center;
	word-wrap: break-word;
}
.dataTable dl dd {
	padding: 0 10px 10px 150px;
	border-bottom: 1px solid #B0A089;
	margin: -2.1em 0 0 0;
	font-size: 100%;
	line-height: 1.5;
	word-wrap: break-word;
	min-width: 336px;
}
.dataTable dl dd a{
	word-wrap: break-word;
}

/*雁月のルビ*/
span.rubi {
	color: #b7923a;
	font-size: 90%;
}

/*入賞商品ページ
--------------------------------------------------------- */
.info_box{	
	margin: 0 0 20px;
}
/*写真*/
.photo_box .main_photo{
	width: 100%;
	margin: 10px 0;
}
.sub_photo{
}
.sub_photo img{
	width: 345px;
	height: auto;
	margin: 0 0 0 10px;
}
.sub_photo img:first-child{
	margin: 0;
}

/*説明文*/
.info_box .intro_text{
	font-size: 105%;
	line-height: 1.7em;
}

/*QRコード*/
.qr-box{
	display: table;
	width: 100%;
}
.text,.qr{
	vertical-align: top;
	display: table-cell;
}
.text{
	max-width: 200px;
}
.qr{
	width: 111px;
}
.qr img{
	padding: 0 0 10px 10px;
}