@charset "utf-8";
/*下層ページのcssです。*/


html,
body {
  height: 100%;/* #containerのmin-heightに対して必要なもの */
  margin: 0;
  padding: 0;
}

html {
	/*overflow-y: scroll;*/
	height:100%;
	-webkit-text-size-adjust: 100%; /* iOS */
    -ms-text-size-adjust: 100%; /* iOS */
}

body {
	min-width:960px;
	font: 13px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #4a3936;
	/*overflow: visible;*/
	height:100%;
	background-color: #dadada;
}

.text_area a {
	text-decoration:underline;
	color:#b67300;
}
.text_area a:hover {
	text-decoration:underline !important;
}
/* 下層ページ共通レイアウト  ---------------------------- */
#lower-container {
	width: 960px;
	margin: 0 auto;
	background: url(../images/common/bg_container.png) repeat-y;
	overflow: hidden;
	height: auto !important; /* 要素を超えた分の背景が伸びないブラウザ用 */
	height: 100%; /* min-heightに対応していないブラウザ用 */
	min-height: 1000px; /* 最小の高さ */
}

#sidebar {
	width: 240px;
	background: url(../images/common/bg_side_head.png) 0 0 no-repeat;
	float: left;
	overflow: hidden;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#sidebar .logo {
	margin: 36px 0 53px 49px;
	display: block;
	width: 139px;
	height: 162px;
}

#sidebar .nav {
	margin: 0 0 0 21px;
}
#sidebar h2 {
	margin: 0 0 0 21px;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
	height:26px;
}
#sidebar h2#title1 {
	background: url(../images/common/top_navi_title.png) 0 0 no-repeat;
}
#sidebar h2#title2 {
	background: url(../images/common/top_navi_title.png) 0 -26px no-repeat;
}
#sidebar h2#title3 {
	background: url(../images/common/top_navi_title.png) 0 -52px no-repeat;
}

#sidebar .nav li a {
	background: url(../images/common/nav.png) no-repeat;
	height: 31px;
	width: 196px;
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	display: block;
}

#sidebar #nav01 {
	background-position: 0 0;
}

#sidebar #nav02 {
	background-position: 0 -31px;
}

#sidebar #nav03 {
	background-position: 0 -62px;
	height: 32px;
	margin-bottom:24px;
}

#sidebar #nav04 {
	background-position: 0 -94px;
}

#sidebar #nav05 {
	background-position: 0 -125px;
}

#sidebar #nav06 {
	background-position: 0 -156px;
}

#sidebar #nav09 {
	background-position: 0 -249px;
}

#sidebar #nav10 {
	background-position: 0 -280px;
	height: 32px;
	margin-bottom:24px;
}

#sidebar #nav11 {
	background-position: 0 -312px;
}

#sidebar #nav12 {
	background-position: 0 -343px;
}

#sidebar #nav13 {
	background-position: 0 -374px;
}

#sidebar #nav14 {
	background-position: 0 -405px;
}

#sidebar #nav15 {
	background-position: 0 -436px;
	height: 32px;
}

#sidebar #nav01:hover {
	background-position: -196px 0;
}

#sidebar #nav02:hover {
	background-position: -196px -31px;
}

#sidebar #nav03:hover {
	background-position: -196px -62px;
	height: 32px;
}

#sidebar #nav04:hover {
	background-position: -196px -94px;
}

#sidebar #nav05:hover {
	background-position: -196px -125px;
}

#sidebar #nav06:hover {
	background-position: -196px -156px;
}

#sidebar #nav09:hover {
	background-position: -196px -249px;
}

#sidebar #nav10:hover {
	background-position: -196px -280px;
	height: 32px;
}

#sidebar #nav11:hover {
	background-position: -196px -312px;
}

#sidebar #nav12:hover {
	background-position: -196px -343px;
}

#sidebar #nav13:hover {
	background-position: -196px -374px;
}

#sidebar #nav14:hover {
	background-position: -196px -405px;
}

#sidebar #nav15:hover {
	background-position: -196px -436px;
	height: 32px;
}

#sidebar .side-foot-menu {
	margin: 28px 0 0 21px;
	display: block;
	overflow: hidden;
}

#sidebar .side-foot-menu li a {
	float: left;
	display: block;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	padding: 0 15px;
	border-left: 1px solid #fff;
}

#sidebar .side-foot-menu li .last-child {
	border-right: 1px solid #fff;
}

#sidebar .side-bnr {
	margin: 28px 0 18px 21px;
	display: block;
}

#sidebar .side-bnr a {
	margin-top: 10px;
	display: block;
}

#sidebar .side-bnr a:hover {
    cursor:pointer;
    filter: alpha(opacity=90);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=90)";  /* ie 8 */
    -moz-opacity:0.9;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.9;              /* Safari 1.x */
    opacity:0.9;
    zoom:1;
}

.content {
	width: 720px;
	float: left;
	background: url(../images/common/bg_even.png) repeat;
}

.content .breadcrumb {
	border-bottom: 1px solid #9d8e78;
	padding: 8px 0 8px 14px;
	overflow: hidden;
}

.content .breadcrumb li {
	float: left;
	margin-right: 10px;
}

.content ul.breadcrumb li strong.current {
	font-weight:normal;
	color: #800000;
}

.content .section {
	clear: both;
}



.content #footer {
	margin: 35px 0 30px 30px;
	font-size: 11px;
	clear: both;
}


/* 会津製麺について ---------------------------- */
#introduction #section-title {
	border-bottom: 1px solid #9d8e78;
	overflow: hidden;
}

#introduction #section-title img {
	margin: 20px 0 0 22px;
	float: left;
}

#introduction #section-title h2 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	float: right;
	border-left: 1px solid #9d8e78;
	border-right: 1px solid #9d8e78;
	margin-right: 30px;
	background: url(../images/introduction/name_introduction.png) center 18px no-repeat;
	width: 59px;
	height: 352px;
}
#introduction #section-president {
	padding: 24px 30px 24px 30px;
	overflow:hidden;
}

#introduction #section-president h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	margin-bottom: 22px;
	background: url(../images/introduction/ttl_introduction10.png) no-repeat;
	width: 103px;
	height: 19px;
}
#introduction #section-president p {
	width:430px;
	margin-left:10px;
}
#introduction #section-president img {
	width:200px;
	-webkit-border-radius: 5px;
	margin-right:8px;
}
#introduction #section-president p.president_name {
	text-align:right;
}
#introduction #section-president p.president_name span {
	font-size:14px;
	font-weight:bold;
}
#introduction #section-logo {
	overflow:hidden;
	padding: 24px 30px 24px 30px;
}
#introduction #section-logo h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	margin-bottom: 22px;
	background: url(../images/introduction/ttl_introduction14.png) no-repeat;
	width: 176px;
	height: 18px;
}
#introduction #section-logo .left {
	width:150px;
}
#introduction #section-logo .right {
	padding:30px 10px 0 0;
	width:450px;
}
#introduction #section-logo .right p {
	line-height:40px;
}
#introduction #section-mind {
	overflow:hidden;
	padding: 24px 30px 0 30px;
}
#introduction #section-mind h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	margin-bottom: 22px;
	background: url(../images/introduction/ttl_introduction12.png) no-repeat;
	width: 165px;
	height: 20px;
}
#introduction #section-outline {
	overflow:hidden;
	padding: 24px 30px 0 30px;
}

#introduction #section-outline h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	margin-bottom: 22px;
	background: url(../images/introduction/ttl_introduction01.png) no-repeat;
	width: 81px;
	height: 19px;
}

#introduction #section-outline a.link-small-orange {
	color: #b67300;
	font-size: 11px;
}
#introduction #section-outline span.text-orange {
	font-size:16px;
	padding:0 0 0 40px;
	background: url(../images/introduction/free.jpg) no-repeat;
}

#introduction #section-history {
	padding: 30px 30px 30px 30px;
}

#introduction #section-history h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/introduction/ttl_introduction02.png) no-repeat;
	width: 144px;
	height: 19px;
}

#introduction #section-history table {
	width: 632px;
	margin: 21px 0 0 27px;
}

#introduction #section-history th, .content #section-history td {
	padding: 7px 20px;
	text-align: left;
	background:url(../images/common/bg_td.png) repeat;
}

#introduction #section-aizu-soba {
	padding: 30px 30px 30px 30px;
}

#introduction #section-aizu-soba h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/introduction/ttl_introduction03.png) no-repeat;
	width: 182px;
	height: 19px;
	margin-bottom: 22px;
}
#introduction #section-soba-koujou {
	overflow:hidden;
	padding: 30px 30px 30px 30px;
}
#introduction #section-soba-koujou h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/introduction/ttl_introduction13.png) no-repeat;
	width: 187px;
	height: 19px;
	margin-bottom: 22px;
}
#introduction #section-soba-koujou .left {
	width:300px;
}

#introduction #section-soba-koujou .right {
	width:300px;
	padding-top:190px;
}
#introduction #section-soba-koujou .right img {
	display:block;
	width:200px;
	-webkit-border-radius: 5px;
	margin:0 auto;
}
#introduction #section-soba-koujou .right p {
	text-align:center;
}
#introduction #section-aizu-soba .aizu-soba-box {
	width: 555px;
	border: 1px solid #a19773;
	padding: 30px 0 39px 104px;
	margin-top: 27px;
	background: url(../images/common/bg_td.png) repeat;
}

#introduction #section-aizu-soba .aizu-soba-box h4 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/introduction/text_aizusoba01.png) no-repeat;
	width: 190px;
	height: 17px;
	margin-bottom: 25px;
}

#introduction #section-aizu-soba .aizu-soba-box p {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/introduction/text_aizusoba02.png) no-repeat;
	width: 451px;
	height: 85px;
	margin-bottom: 0;
}

#introduction #section-feature {
	padding: 30px 30px 30px 30px;
}

#introduction #section-feature h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/introduction/ttl_introduction04.png) no-repeat;
	width: 208px;
	height: 19px;
	margin-bottom: 22px;
}

#introduction #section-feature ul {
	margin-left: 34px;
}

#introduction #section-feature li {
	line-height: 24px;
	padding-left: 20px;
	background: url(../images/introduction/icn_list.png) 0 6px no-repeat;
	display: block;
}

#introduction #section-feature .feature-box {
	width: 601px;
	border: 1px solid #a19773;
	padding: 30px 30px 40px 30px;
	margin-top: 27px;
	background: url(../images/common/bg_td.png) repeat;
	overflow: hidden;
}

#introduction #section-feature .feature-box #feature-box-text01 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/introduction/text_feature01.png) no-repeat;
	width: 141px;
	height: 17px;
	margin-bottom: 26px;
}

#introduction #section-feature .feature-box #feature-box-text02 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/introduction/text_feature02.png) no-repeat;
	width: 145px;
	height: 12px;
	margin-bottom: 0;
	clear: both;
}

#introduction #section-feature .feature-box .feature-box-list {
	display: block;
	width: 600px;
	clear: both;
	margin-bottom: 25px;
	overflow: hidden;
	line-height: 20px;
}

#introduction #section-feature .feature-box .feature-box-list h4 {
	float: left;
	width: 70px;
	font-size: 20px;
	font-weight: bold;
	color: #b67300;
	letter-spacing: 0.3em;
}

#introduction #section-feature .feature-box .feature-box-list span.dot {
	float: left;
	margin: 3px 25px 0 10px;
	font-size: 12px;
}

#introduction #section-feature .feature-box .feature-box-list p {
	float: left;
	margin: 0 0 0 0;
	font-size: 12px;
	width: 480px;
}


#introduction #section-kodawari {
	padding: 30px 30px 30px 30px;
}

#introduction #section-kodawari h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/introduction/ttl_introduction11.png) no-repeat;
	width: 178px;
	height: 20px;
	margin-bottom: 22px;
}

#introduction #section-kodawari ul {
	margin-left: 34px;
}

#introduction #section-kodawari li {
	line-height: 24px;
	padding-left: 20px;
	background: url(../images/introduction/icn_list.png) 0 6px no-repeat;
	display: block;
}


#introduction #section-observe {
	padding: 30px 30px 0 30px;
}

#introduction #section-observe h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/introduction/ttl_introduction05.png) no-repeat;
	width: 195px;
	height: 19px;
	margin-bottom: 22px;
}

#introduction #section-observe h4 {
	font-weight: bold;
	color: #b67300;
	line-height: 1.846em;
}
#introduction #section-observe a.link-small-orange {
	color: #b67300;
	font-size: 11px;
}
#introduction #section-observe p.annotation {
	font-size: 10px;
}
#introduction .section-odd {
	background: url(../images/common/bg_odd.png) repeat;
}
/* 弊社製品の安全性 ---------------------------- */
#introduction #section-security {
	padding: 30px 30px 30px 30px;
}

#introduction #section-security h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	height: 21px;
	margin-bottom: 22px;
}
#introduction #section-security h3#title01 {
	width: 282px;
	background: url(../images/introduction/ttl_introduction06.png) no-repeat;
}
#introduction #section-security h3#title02 {
	width: 248px;
	background: url(../images/introduction/ttl_introduction07.png) no-repeat;
}
#introduction #section-security h3#title03 {
	width: 270px;
	background: url(../images/introduction/ttl_introduction08.png) no-repeat;
}
#introduction #section-security table {
	width: 632px;
	margin: 21px 0 0 27px;
}

#introduction #section-security th, .content #section-security td {
	padding: 7px 20px;
	text-align: left;
	background:url(../images/common/bg_td.png) repeat;
}
#introduction #section-security ul {
	margin-top:20px;
	margin-left: 30px;
}

#introduction #section-security li {
	line-height: 24px;
	display: block;
}
#introduction #section-security a.result_btn {
	display: block;
	height: 18px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	text-indent: 0;
	font-weight: bold;
	text-align: center;
	background: -moz-linear-gradient(top,#fff 0%,#fff 50%,#e0e0e0);
	background: -webkit-gradient(linear, left top, left bottom,from(#fff),color-stop(0.50, #fff),to(#e0e0e0));
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffffff, endcolorstr=#66e0e0e0, gradienttype=0);/* IE 5.5-7 */
	background: linear-gradient(to bottom, #fff, #e0e0e0);/* IE 10 */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 3px rgba(255,255,255,1);	
}
#introduction #section-security a.result_btn:hover {
	text-decoration: none;
	background: -moz-linear-gradient(top,#eee 0%,#eee 50%,#fff);
	background: -webkit-gradient(linear, left top, left bottom,from(#eee),color-stop(0.50, #eee),to(#fff));
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66e0e0e0, endcolorstr=#00ffffff, gradienttype=0);/* IE 5.5-7 */
	background: linear-gradient(to bottom, #e0e0e0, #fff);/* IE 10 */
	-moz-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 0px rgba(255,255,255,0);
	box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 0px rgba(255,255,255,0);
}

#introduction a.link_btn {
	display: block;
	width: 100%;
	height: 24px;
	color:#FFFFFF;
	margin-top:10px !important;
	margin-bottom:30px !important;
	font-size:16px;
	padding: 10px 0 10px 0 !important;
	background: #8C7D3F !important;
	text-decoration:none;
	text-indent: 0;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#introduction a.link_btn:hover {
	text-decoration: none !important;
    cursor:pointer;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
}

#introduction a.map_img {
	background-image: url(../images/introduction/thumb_map.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	overflow: hidden;
	width: 660px;
	height: 300px;
	text-indent: -9999px;
}

#introduction a.map_img:hover {
	background-position: 0 -300px;
}



/* 個人情報保護方針 ---------------------------- */
#introduction #section-privacy {
	padding: 30px 30px 30px 30px;
}

#introduction #section-privacy h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	width:292px;
	height: 20px;
	margin-bottom: 22px;
	background: url(../images/introduction/ttl_introduction09.png) no-repeat;
}
#introduction #section-privacy p {
	margin-left:20px;
}

#introduction #section-privacy h4 {
	font-weight: bold;
	color: #b67300;
	line-height: 1.846em;
}

/* ご質問 ---------------------------- */
#question #section-title {
	padding: 20px 0 30px 30px;
}

#question #section-title h2 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/quesstion/name_question.png) no-repeat;
	width: 81px;
	height: 28px;
}

#question #section-title h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/quesstion/ttl_question01.png) no-repeat;
	width: 79px;
	height: 28px;
	margin: 22px 0 15px 0;
}

#question #section-title ul {
	width: 664px;
}

#question #section-title li {
	background: url(../images/common/line_dot.png) 0 bottom repeat-x;
}

#question #section-title ul a {
	background: url(../images/common/icn_link.png) 0 0 no-repeat;
	line-height: 24px;
	padding-left: 28px;
	display: block;
	overflow: hidden;
	margin-top: 5px;
}

#question #section-title ul a:hover {
	background: url(../images/common/icn_link_over.png) 0 0 no-repeat;
	text-decoration: none;
}

#question #section-title ul h4 {
	float: left;
	width: 60px;
}

#question #section-title ul p {
	float: left;
	width: 570px;
	margin-bottom: 5px;
}

#question #section-qanda {
	padding: 25px 0 0 30px;
	overflow: hidden;
}

#question #section-qanda h4 {
	clear: left;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #b67300;
	margin-right: 15px;
}

#question #section-qanda h5 {
	float: left;
	width: 610px;
	font-size: 16px;
}

#question #section-qanda .text-answer {
	float: left;
	width: 610px;
}

#question #section-qanda p {
	margin-bottom: 0;
}

#question #section-qanda p a {
	color: #b67300;
	text-decoration: underline;
}

#question #section-qanda .go-top {
	clear: left;
	display: block;
	margin: 14px 30px 28px 0;
	padding-left: 14px;
	background: url(../images/common/arrow_top.png) 0 center no-repeat;
	width: 90px;
	float: right;
	font-size: 11px;
	text-align: right;
}
#question.content .section:nth-child(odd) {
	background: url(../images/common/bg_odd.png) repeat;
}

/* 商品共通 ---------------------------- */
.content-goods #section-title {
	border-bottom: 1px solid #9d8e78;
	overflow: hidden;
}

.content-goods #section-title img {
	margin: 20px 0 0 22px;
	float: left;
}

.content-goods #section-title h2 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	float: right;
	border-left: 1px solid #9d8e78;
	border-right: 1px solid #9d8e78;
	margin-right: 30px;
}

.content-goods #section-description {
	padding: 24px 30px 0 30px;
}

.content-goods #section-description h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	margin-bottom: 22px;
}

.content-goods #section-goods-info {
	padding: 30px 30px 30px 30px;
}

.content-goods #section-goods-info h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/goods/ttl_goods01.png) no-repeat;
	width: 124px;
	height: 19px;
}

.content-goods #section-goods-info table {
	width: 660px;
	margin: 21px 0 14px 0px;
}

.content-goods #section-goods-info th, .content #section-goods-info td {
	padding: 7px 10px;
}

.content-goods #section-goods-info p.annotation {
	font-size: 10px;
	margin: 0 0 0 140px;
}

.content-goods #section-goods-info p.annotation2 {
	margin: 0;
}

.content-goods #section-sell-info {
	padding: 25px 30px 0 30px;
}

.content-goods #section-sell-info h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/goods/ttl_goods02.png) no-repeat;
	width: 147px;
	height: 19px;
}

.content-goods #section-sell-info .sell-info-box {
	width: 621px;
	height: 117px;
	border: 1px solid #a19773;
	padding: 37px 0 42px 38px;
	margin-top: 27px;
}

.content-goods #section-sell-info .sell-info-box li {
	float: left;
	width: 170px;
	text-indent: -9999px;
	height: 120px;
	margin: 0 40px 0 0;
}

.content-goods #section-sell-info .sell-info-box #sell-method1 {
	background: url(../images/goods/item_sell01.png) center 0 no-repeat;
}

.content-goods #section-sell-info .sell-info-box #sell-method2 {
	background: url(../images/goods/item_sell02.png) center 0 no-repeat;
}

.content-goods #section-sell-info .sell-info-box #sell-method3 {
	background: url(../images/goods/item_sell03.png) center 0 no-repeat;
	margin: 0 0 0 0;
}

.content-goods #section-sell-info .sell-info-box .sell-btn {
	display: block;
	width: 160px;
	height: 18px;
	padding: 3px 0 4px 0;
	margin: 68px 0 0 5px;
	background: #fff;
	text-indent: 0;
	font-weight: bold;
	text-align: center;
	background: -moz-linear-gradient(top,#fff 0%,#fff 50%,#e0e0e0);
	background: -webkit-gradient(linear, left top, left bottom,from(#fff),color-stop(0.50, #fff),to(#e0e0e0));
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffffff, endcolorstr=#66e0e0e0, gradienttype=0);/* IE 5.5-7 */
	background: linear-gradient(to bottom, #fff, #e0e0e0);/* IE 10 */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 3px rgba(255,255,255,1);
}

.content-goods #section-sell-info .sell-info-box a.sell-btn:hover {
	text-decoration: none;
	background: -moz-linear-gradient(top,#eee 0%,#eee 50%,#fff);
	background: -webkit-gradient(linear, left top, left bottom,from(#eee),color-stop(0.50, #eee),to(#fff));
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66e0e0e0, endcolorstr=#00ffffff, gradienttype=0);/* IE 5.5-7 */
	background: linear-gradient(to bottom, #e0e0e0, #fff);/* IE 10 */
	-moz-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 0px rgba(255,255,255,0);
	box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 0px rgba(255,255,255,0);
}

.content-goods #section-ranking {
	padding: 30px 30px 0 30px;
}

.content-goods #section-ranking h3 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/goods/ttl_goods03.png) no-repeat;
	width: 224px;
	height: 19px;
	margin-bottom: 27px;
}

.content-goods #section-ranking a {
	border-top: 1px solid #9d8e78;
	display: block;
	width: 661px;
	overflow: hidden;
	padding: 11px 0;
	background: url(../images/common/arrow.png) 9px 14px no-repeat;
	text-decoration: none;
}

.content-goods #section-ranking a:hover {
	background: url(../images/common/arrow_over.png) 9px 14px no-repeat;
}

.content-goods #section-ranking a:last-child {
	border-bottom: 1px solid #9d8e78;	
}

.content-goods #section-ranking h4 {
	float: left;
	margin: 0 0 0 36px;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
}

.content-goods #section-ranking span {
	float: left;
	margin: 3px 25px 0 25px;
	font-size: 12px;
}

.content-goods #section-ranking p {
	float: left;
	margin: 0 0 0 0;
	font-size: 12px;
	width: 380px;
}
.content-goods .section-odd {
	background: url(../images/common/bg_odd.png) repeat;
}
/* 商品一覧 ---------------------------- */
#itemview #section-title,#udon_soumen #section-title,#series #section-title,#other #section-title,#soba #section-title,#recipe #section-title,#newitem #section-title {
	padding: 20px 0 0 30px;
}

#itemview #section-title h2,#udon_soumen #section-title h2,#series #section-title h2,#other #section-title h2,#soba #section-title h2 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/itemview/name_itemview.png) no-repeat;
	width: 117px;
	height: 29px;
	margin:0 0 20px 0;
}
#itemview #section-title h3,#recipe #section-title h3,#newitem #section-title h3 {
	font-size:15px;
}
#itemview #section-title p,#recipe #section-title p,#newitem #section-title p.ichiran {
	margin: 125px 0 0 0;
}
#itemview a.item_block,#recipe a.item_block,#newitem a.item_block {
	float:left;
	margin:0 20px 20px 0;
	position:relative;
	padding:10px 14px 14px 14px;
	display:block;
	width:179px;
	height:196px;
	background: url(../images/itemview/item_bg.jpg) no-repeat;
	text-decoration:none;
}
#itemview a:hover.item_block,#recipe a:hover.item_block,#newitem a:hover.item_block {
    cursor:pointer;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
}
#itemview .item_block .wp-post-image,#recipe .item_block .wp-post-image,#newitem .item_block .wp-post-image {
	position:absolute;
	top:39px;
	left:14px;
}
.no_data {
	margin:30px 0 0 0 !important;
}



/* 商品詳細---------------------------- */
#itemarea #section-title h2 {
	width: 59px;
	height: 352px;
}
#itemarea #section-title h2 img {
	margin:20px 0 0 15px;
}
#itemarea #section-description h3 {
	width: 440px;
	height: 19px;
}
#itemarea #section-description h3 img {
	display:block;
}

/*あいづたからめん*/
#itemarea #section-goods-info .add_takara {
	width: 660px;
	border: none;
	font-size: 10px;
	margin: 0 0 0 90px;
}

#itemarea #section-goods-info .add_takara td {
	text-align: left;
	background: none;
	padding: 3px 0;
	border: none;
}


/*めんつゆ*/
#itemarea #section-goods-info .add_mentuyu {
	margin: 20px 0 0 0;
	width: 240px;
	display: block;
	border: 1px solid #615443;
	padding: 15px;
}

#itemarea #section-goods-info .add_mentuyu p {
	margin-bottom: 0;
}

#itemarea #section-goods-info .add_mentuyu h4 {
	margin-bottom: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#itemarea #section-goods-info .add_mentuyu table {
	width: 240px;
	margin: 0 0 10px 0;
	border: none;
}

#itemarea #section-goods-info .add_mentuyu td {
	text-align: left;
	background: none;
	padding: 5px 0;
}


/* お問い合わせ ---------------------------- */
#contact #section-title {
	padding: 20px 0 0 30px;
}

#contact #section-title h2 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/contact/name_contact.png) no-repeat;
	width: 175px;
	height: 28px;
}

#contact #section-title p {
	margin: 17px 0 17px 0;
}

#contact #section-title table {
	width: 632px;
	margin: 0 0 0 33px;
}

#contact #section-title th {
	width: 192px;
	padding: 18px 12px 18px 32px;
	background: url(../images/common/bg_th2.png) repeat;
	text-align: left;
}

#contact #section-title td {
	padding: 15px 32px;
	background: url(../images/common/bg_even.png) repeat;
	text-align: left;
}

#contact #section-title table p {
	margin: 12px 0 0 0;
	font-size: 12px;
	color: #b67300;
}

#contact #section-title input[type="text"] {
	width: 263px;
	height: 13px;
	background: url(../images/common/bg_textarea.png) repeat;
	border: 1px solid #9d8e78;
	border-radius: 0;
	padding: 5px;
	color: #4a3936;
}

#contact #section-title textarea {
	width: 323px;
	height: 98px;
	background: url(../images/common/bg_textarea.png) repeat;
	border: 1px solid #9d8e78;
	border-radius: 0;
	padding: 5px;
	color: #4a3936;
	overflow: auto;
}

#contact #section-title select {
	border: 1px solid #9d8e78;
	color: #4a3936;
	background: url(../images/common/bg_select.png) right center repeat;
	height: 25px;
	width: 275px;
    -webkit-appearance: none;
	border-radius: 0;
	padding: 2px 5px;
}

#contact #section-title input[type="submit"],#contact #section-title input[type="button"] {
	display: block;
	width: 160px;
	height: 18px;
	padding: 3px 0 4px 0;
	background-color: #fff;
	text-indent: 0;
	font-weight: bold;
	margin:0 auto;
	text-align: center;
	background: -moz-linear-gradient(top,#fff 0%,#fff 50%,#e0e0e0);
	background: -webkit-gradient(linear, left top, left bottom,from(#fff),color-stop(0.50, #fff),to(#e0e0e0));
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffffff, endcolorstr=#66e0e0e0, gradienttype=0);/* IE 5.5-7 */
	background: linear-gradient(to bottom, #fff, #e0e0e0);/* IE 10 */
    -webkit-appearance: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 3px rgba(255,255,255,1);
	cursor: pointer;
	border: none;
	color: #4a3936;
	height: 26px;
}

#contact #section-title input[type="submit"]:hover,#contact #section-title input[type="button"]:hover {
	background-color: #fff;
	text-decoration: none;
	background: -moz-linear-gradient(top,#eee 0%,#eee 50%,#fff);
	background: -webkit-gradient(linear, left top, left bottom,from(#eee),color-stop(0.50, #eee),to(#fff));
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66e0e0e0, endcolorstr=#00ffffff, gradienttype=0);/* IE 5.5-7 */
	background: linear-gradient(to bottom, #e0e0e0, #fff);/* IE 10 */
	-moz-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 0px rgba(255,255,255,0);
	box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 0px rgba(255,255,255,0);
}

#contact #section-title .annotation {
	text-align: center;
}

#contact #section-title .submit-button {
	margin: 0 auto;
	display: block;
}

#contact #section-title .error_messe {
	text-align: center;
	color: #b67300;
}

#contact #section-title .submit-button-left {
	margin-left: 150px;
	float: left;
	display: block;
}

#contact #section-title .submit-button-right {
	margin-left: 10px;
	float: left;
	display: block;
}
#contact p.thanks {
	margin:20px 0 0 25px;
}
#contact span.error {
	font-size:12px;
	margin:10px 0 0 0;
}

/* お知らせ、体験・見学の一覧 ---------------------------- */
#news #section-title,#experience #section-title {
	padding: 20px 0 30px 30px;
}
#news #section-title h2 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/blog/name_news.png) no-repeat;
	width: 115px;
	height: 27px;
}
#experience  #section-title h2 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/blog/name_experience.png) no-repeat;
	width: 136px;
	height: 29px;
}
#news #section-title.toplist,#experience #section-title.toplist {
	background:none;
	padding:20px 0 20px 30px;
}
#news #section-title h3,#experience #section-title h3 {
	position:relative;
	font-size:16px;
	background: url(../images/common/line_dot.png) 0 bottom repeat-x;
}
#news #section-title h3 span,#experience #section-title h3 span {
	position:absolute;
	color:#8c7d3f;
	font-weight: 500;
	top:0;
	right:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.125em;
	letter-spacing: 1px;
}
#news #section-title ul,#experience #section-title ul {
	width: 664px;
	clear:both;
}

#news #section-title ul a,#experience #section-title ul a {
	position:relative;
	background: url(../images/common/icn_link.png) 0 2px no-repeat;
	padding-left: 28px;
	padding-bottom:5px;
	display: block;
	overflow: hidden;
	margin: 5px 5px 10px 5px;
}

#news #section-title ul a:hover,#experience #section-title ul a:hover {
	background: url(../images/common/icn_link_over.png) 0 2px no-repeat;
	text-decoration: none;
}

#news #section-title ul h4,#experience #section-title ul h4 {
	float: left;
	width: 60px;
}
#news #section-title .two_block,#experience #section-title .two_block {
	overflow:hidden;
}
#news #section-title .two_block .text_area,#experience #section-title .two_block .text_area {
	width:100%;
	margin:15px 10px 0 0;
}
#news #section-title .two_block .text_area_half,#experience #section-title .two_block .text_area_half {
	float: left;
	width:465px;
	margin:15px 10px 0 0;
}
#news #section-title .two_block a.more,#experience #section-title .two_block a.more {
	display:block;
	width:60px;
	height:23px;
	font-size:11px;
	margin:0;
	margin:10px 0 0 0;
	padding:0 0 0 15px;
	background:url(../images/common/arrow2.png) 0 center no-repeat;
	text-decoration: none;
	color: #4a3936;
}
#news #section-title .two_block a:hover.more,#experience #section-title .two_block a:hover.more {
	text-decoration:underline;
}
#news #section-title .two_block .img_area,#experience #section-title .two_block .img_area {
	float: left;
}
#news #section-title .two_block .img_area a,#experience #section-title .two_block .img_area a {
	display:block;
	width:184px;
	height:113px;
	background:url(../images/blog/news_window.png) 0 0 no-repeat;
	padding:3px 0 0 3px;
	margin:0;
}
#news #section-title .two_block .img_area img,#experience #section-title .two_block .img_area img {
	overflow:hidden;
	width:181px;
	height:110px;
}
#news.content .section:nth-child(odd),#experience.content .section:nth-child(odd) {
	background: url(../images/common/bg_odd.png) repeat;
}

/* お知らせ、体験・見学、おいしいレシピ、新商品開発の詳細 ---------------------------- */
#news #section-title.single h2,#experience #section-title.single h2 {
	margin:0 0 30px 0;
}
#news #section-title.single h3,#experience #section-title.single h3,#recipe #section-title.single h3,#newitem #section-title.single h3 {
	padding:0 0 5px 0;
}
#news #section-title.single a,#experience #section-title.single a,#recipe #section-title.single a,#newitem #section-title.single a {
	display:block;
	padding:0;
	margin:0;
	background:none;
}
#news #section-title.single,#experience #section-title.single,#recipe #section-title.single,#newitem #section-title.single {
	background:none;
}
#news #section-title.single a:hover,#experience #section-title.single a:hover,#recipe #section-title.single a:hover,#newitem #section-title.single a:hover {
	background:none;
}

#news img.alignnone,img.alignleft,img.aligncenter,img.alignright,#experience img.alignnone,img.alignleft,img.aligncenter,img.alignright,#recipe img.alignnone,img.alignleft,img.aligncenter,img.alignright,#newitem img.alignnone,img.alignleft,img.aligncenter,img.alignright {
	margin:20px 20px 0 0;
	padding:5px;
	display:block;
	background:#8c7d3f;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
#news #section-title input[type="button"],#contact #section-title input[type="button"],#experience #section-title input[type="button"],#recipe #section-title input[type="button"],#newitem #section-title input[type="button"] {
	display: block;
	height: 18px;
	padding: 3px 20px 4px 20px;
	background-color: #fff;
	text-indent: 0;
	font-weight: bold;
	background: -moz-linear-gradient(top,#fff 0%,#fff 50%,#e0e0e0);
	background: -webkit-gradient(linear, left top, left bottom,from(#fff),color-stop(0.50, #fff),to(#e0e0e0));
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffffff, endcolorstr=#66e0e0e0, gradienttype=0);/* IE 5.5-7 */
	background: linear-gradient(to bottom, #fff, #e0e0e0);/* IE 10 */
    -webkit-appearance: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 3px rgba(255,255,255,1);
	cursor: pointer;
	border: none;
	color: #4a3936;
	height: 26px;
}

#news #section-title input[type="button"]:hover,#contact #section-title input[type="button"]:hover,#experience #section-title input[type="button"]:hover,#recipe #section-title input[type="button"]:hover,#newitem #section-title input[type="button"]:hover {
	background-color: #fff;
	text-decoration: none;
	background: -moz-linear-gradient(top,#eee 0%,#eee 50%,#fff);
	background: -webkit-gradient(linear, left top, left bottom,from(#eee),color-stop(0.50, #eee),to(#fff));
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66e0e0e0, endcolorstr=#00ffffff, gradienttype=0);/* IE 5.5-7 */
	background: linear-gradient(to bottom, #e0e0e0, #fff);/* IE 10 */
	-moz-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 0px rgba(255,255,255,0);
	box-shadow: 0px 1px 3px rgba(83,70,64,0.7),inset 0px 0px 0px rgba(255,255,255,0);
}


#news a.link_btn {
	display: block;
	width: 100%;
	height: 24px;
	color:#FFFFFF;
	margin-top:30px !important;
	margin-bottom:30px !important;
	font-size:16px;
	padding: 10px 0 10px 0 !important;
	background: #8C7D3F !important;
	text-decoration:none;
	text-indent: 0;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#news a.link_btn:hover {
	text-decoration: none !important;
    cursor:pointer;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
}



/* おいしい食べ方・レシピの一覧 ---------------------------- */
#recipe h2 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/blog/name_recipe.png) no-repeat;
	width: 299px;
	height: 29px;
	margin:0 0 20px 0;
}
/* 新商品開発の一覧 ---------------------------- */
#newitem h2 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/blog/name_newitem.png) no-repeat;
	width: 150px;
	height: 29px;
	margin:0 0 20px 0;
}
#newitem #section-title .sponsor,#newitem #section-title.single .sponsor {
	text-align:center;
	margin: 125px 0 0 0;
}
/* おいしい食べ方・レシピ、新商品開発の詳細 ---------------------------- */
#recipe #section-title.single h3,#newitem #section-title.single h3 {
	position:relative;
	font-size:16px;
	padding:0 0 0 20px;
	margin:0 0 5px 0;
	background: url(../images/blog/title_circle.jpg) 0 center no-repeat;
}
#recipe #section-title.single .under_dot,#newitem #section-title.single .under_dot {
	width:664px;
	height:1px;
	background: url(../images/common/line_dot.png) 0 0 repeat-x;
}
#recipe #section-title.single h4,#newitem #section-title.single h4 {
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	margin:0 0 15px 0;
}
#recipe #section-title.single h4 {
	background: url(../images/blog/name_recipe_other.png) no-repeat;
	width:209px;
	height:19px;
}
#newitem #section-title.single h4 {
	background: url(../images/blog/name_newitem_other.png) no-repeat;
	width:212px;
	height:19px;
}
#recipe #section-title.single ul,#newitem #section-title.single ul {
	width: 664px;
	clear:both;
}
#recipe #section-title.single p,#newitem #section-title.single p {
	padding:0;
	margin:15px 0 20px 0;
}
#recipe #section-title.single p.ichiran,#newitem #section-title.single p.ichiran {
	margin: 120px 0 0 0;
}
#recipe #section-title.single .item_block h3,#newitem #section-title.single .item_block h3 {
	background:none;
	padding:0 0 0 0;
}
#recipe #section-title.single:nth-child(odd),#newitem #section-title.single:nth-child(odd) {
	background: url(../images/common/bg_odd.png) repeat;
}
#recipe #section-title.single a.item_block,#newitem #section-title.single a.item_block {
	margin:0 20px 20px 0;
	padding:10px 14px 14px 14px;
	background: url(../images/itemview/item_bg2.jpg) no-repeat;
}
#recipe #section-title.single a:hover.item_block,#newitem #section-title.single a:hover.item_block {
    cursor:pointer;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
}
/* サムネイル画像のサイズカット ---------------------------- */
img.attachment-post-thumbnail {
	overflow:hidden;
	width:179px;
	height:108px;	
}
/* 404 ---------------------------- */
#not #section-title {
	padding: 20px 0 30px 30px;
}

#not #section-title h2 {
	text-indent: -9999px;
	line-height:0;
	font-size:0;
	background: url(../images/common/name_404.png) no-repeat;
	width: 233px;
	height: 22px;
}
/* ページャー ---------------------------- */
.pager_block {
	clear:both;
	width:100%;
	display:inline-block;
	margin-top:30px;
	text-align:center;
}
/* 工場MAP ---------------------------- */
body#factory {
	min-width:900px !important;
}

/* 工場MAP ---------------------------- */
body#pop_up {
	padding:10px;
	background:#fcf1d3;
	min-width:0;
	overflow:hidden;
}
body#pop_up iframe {
	height:1000px !important;
}
body#pop_up .inner_center {
	text-align:center;
}
body#pop_up .inner {
	overflow:hidden;
}
body#pop_up .inner h4 {
	margin:5px 0 5px 0;
	font-weight:bold;
}
body#pop_up .left {
	width:195px;
}
body#pop_up .right {
	width:285px;
}
body#pop_up .right p {
	margin-left:10px;
	margin-bottom:0;
}