@charset "UTF-8";
/*---------------------------------------
reset
-----------------------------------------*/
/* font -----------------------*/
body {
	color: #4a3610;
	font-size:13px; /* for modern */
	line-height: 1.25;
	font-family: "メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	background: url(images/bg_isa.png) 0 0 repeat;
}
*:first-child+html body {/* IE7 */
	line-height: 1.35;
}
input {
	font-family: "メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	vertical-align: middle;
}

/* clearfix -------------------*/
.clearfix { zoom:1; }
.clearfix:after { content:"."; display:block; height:0px; clear:both; visibility:hidden; }

/* link -----------------------*/

a:link { color: #4a3610;	text-decoration: underline;}
a:visited { color: #4a3610;	text-decoration: underline;}
a:hover { color: #c11804;	text-decoration: none;}
a:active { color: #c11804;	text-decoration: underline;}

/*---------------------------------------
layout
-----------------------------------------*/
#container {
	position: static;
	width: 100%;
	margin: auto 0;
}
* html #container {
	position: relative;
}
*:first-child+html #container {
	position: relative;
}
#main {
	padding-top: 20px;
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.cnt {
	float: left;
	width: 660px;
	margin-bottom: 50px;
}
#side {
	float: right;
	width: 300px;
	margin-bottom: 10px;
}
#side .cnts {
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
/*---------------------------------------
header
-----------------------------------------*/
#header {
	background: url(images/bg-01.png) 0 0 repeat-x;
	height: 120px;
}
.header-inr {
	width: 980px;
	margin: 0 auto;
	padding-top: 11px;
}
.header-inr h1 {
	width: 340px;
	margin-top: 5px;
}
.header-logo {
	float: left;
	width: 480px;
	margin-left: -20px;
}
.header-logo h3 {
	margin-left: 30px;
	margin-top: 10px;
	font-size: 110%;
	color: #e6e6e6;
}
#header-btn {
	float: left;
	width: 365px;
	font-size: 16px;
	margin-top: 30px;
	margin-left: 30px;
}
.sotobtn a {
	float: left;
	display: inline-block;
	width: 180px;
	text-align: center;
	color: #fffffb;
	text-decoration: none;
	border-right: 1px solid #fff;
}
.iebtn a {
	float: left;
	display: inline-block;
	width: 180px;
	text-align: center;
	color: #fffffb;
	text-decoration: none;
}
.header-typebtn h2 {
	font-size: 100%;
}
.header-typebtn a:hover {
	font-size: 100%;
	font-weight: bolder;
	color: #FBDADE;
}
.header-inr h3.lang {
	width: 90px;
	float: right;
	display: inline-block;
	margin-right: 0px;
	font-size: 12px;
	color: #e6e6e6;
	margin-top: 5px;
}
/*---------------------------------------
list-contents
-----------------------------------------*/
#list-contents {
	position: relative;
}
/*---------------------------------------
common
-----------------------------------------*/
.list .post-categories {
margin: 0;
}
.list .post-categories li {
float: none;
margin: 0;
padding: 0;
}

/*.category {
	background: url(images/icon-tags.png) no-repeat;
	height: 21px;
	line-height: 21px;
	padding-left: 20px;
}*/
.imo .category {
	background-position: 0 0;
}
.mugi .category {
	background-position: 0 -30px;
}
.kome .category {
	background-position: 0 -60px;
}
.kokutou .category {
	background-position: 0 -90px;
}
.soba .category {
	background-position: 0 -120px;
}
.kuri .category {
	background-position: 0 -150px;
}
.awamori .category {
	background-position: 0 -180px;
}
.list,
.new-list {
	display: block;
	padding: 10px;
}
.list a,
.new-list a {
	text-decoration: none;
	display: block;
}

.list :hover .post-title,
.new-list:hover .post-title {
	color: #c11804;
}
.list p,
.new-list p {
	margin-bottom: 10px;
	font-size: 92%;
}
.list-end {
	overflow: hidden;
}
.list-end p {
	margin-bottom: 0;
}
.list-end .tags {
	float: left;
	color: #fff;
}
.list-end .tags a{
	display: inline-block;
	background-color: #4a3610;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	color: #fff;
	padding: 5px;
}
.list-end .date {
	float: right;
	line-height: 2em;
}
.post {
	color: #999;
}
.supply {
	padding: 5px 0;
	border-bottom: 1px dotted #4a3610;
	border-top: 1px dotted #4a3610;
	line-height: 1.4;
}
.supply span {
	color: #999;
}
.new-list a:hover img,
.list a:hover img {
	opacity: 0.8;
}
.post-list  {
	margin-left: -15px;
	overflow: hidden;
}
.post-list li {
	float: left;
	margin: 0 0 20px 15px;
}
.category{
	display: inline-block;
	vertical-align: top;
	padding-top: 5px
}
/* main-visual -----------------------*/
.main-visual {
	width: 660px;
	height: 300px;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;	
}
.main-visual > img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;	
}
/* type-title -----------------------*/
#main h1.typetitle {
	display: block;
	line-height: 34px;
	font-size: 26px;
	margin-bottom: 30px;
	border-bottom: 3px solid #333;
}



/*
.type-select {
	position: absolute;
	top: 230px;
	left: 260px;
}
*/
/*
.type-select li {
	float: left;
	width: 180px;
	margin-right: 20px;
	padding: 0px 0px 20px;
}
.type-select li.sotoselect a {
	width: 180px;
	height: 45px;
	padding-top: 15px;
	display: inline-block;
	background: url(images/btn-t-03.png)  repeat;
	border: 1px solid #f7bd8f;
	margin-right: 15px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	text-decoration: none;
}
.type-select li.ieselect a {
	width: 180px;
	height: 45px;
	padding-top: 15px;
	display: inline-block;
	background: url(images/btn-t-02.png)  repeat;
	border: 1px solid #f5b1aa;
	margin-right: 15px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	text-decoration: none;
}
.type-select li a:hover {
	background: url(images/btn-t-01.png)  repeat;
	color: #8B4513;
	font-weight: 600;
}
.type-select li a:hover p {
	font-weight: normal;
}
.type-select li.onsite h4 {
	width: 180px;
	height: 45px;
	padding-top: 15px;
	display: inline-block;
	background: url(images/btn-t-01.png)  repeat;
	border: 1px solid #e0c38c;
	color: #8B4513;
	margin-right: 15px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	font-weight: 600;
}
*/
/* new-list -----------------------*/
.new-list {
	position: relative;
	width: 640px;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
/*	box-shadow: 0 0 3px 0 #afafaf;
	-webkit-box-shadow: 0 0 3px 0 #afafaf;
	-moz-box-shadow: 0 0 3px 0 #afafaf;
	-o-box-shadow: 0 0 3px 0 #afafaf;
	-ms-box-shadow: 0 0 3px 0 #afafaf;*/
}
.new-list .new-ico {
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 10;
}
.new-list span {
	color: #fff;
}
.new-list .newmark-at-bar {
	position: absolute;
	top: 220px;
	left: 220px;
	z-index: 10;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #CC6600;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.new-list .newmark-at-home {
	position: absolute;
	top: 220px;
	left: 220px;
	z-index: 10;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #FF3333;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}

.new-list-inr {
	overflow: hidden;
}
.new-list .new-img {
	float: left;
	margin-bottom: 0;
	width: 280px;
	height: 280px;
}
.new-list .new-text {
	margin-left: 290px;
}
.new-list .post-title {
	font-size: 153%;
	font-weight: bold;
}
.new-list .post {
	height: 8em;
	line-height:1.35;
}
.new-list .post a {
	color: #777;
}
/* list -----------------------*/
.list{
	position: relative;
	width: 190px;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.list span {
	color: #fff;
	font-size: 95%;
}
.list .mark-at-bar {
	position: absolute;
	top: 154px;
	left: 140px;
	z-index: 10;
	width: 52px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #CC6600;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.list .mark-at-home {
	position: absolute;
	top: 154px;
	left: 140px;
	z-index: 10;
	width: 52px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #FF3333;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.list p {
	margin-bottom: 10px;
	font-size: 92%;
}
.list .list-end p {
	margin-bottom: 0;
}
.list .post-title {
	font-size: 123%;
	font-weight: bold;
	height: 3.75em;
}
.list .post {
	color: #555;
	height: 2.5em;
	line-height: 1.35;
}
.list .post a {
	color: #777;
}
.list .supply {
	padding: 5px 0;
	border-bottom: 1px dotted #4a3610;
	border-top: 1px dotted #4a3610;
}
.list .supply span {
	color: #999;
}
.nextpost {
	width: 95px;
	float: right;
}


/*---------------------------------------
side
-----------------------------------------*/
/* explanation -----------------------*/
#side .title {
	font-size: 123%;
	font-weight: bold;
}
#side .explanation {
	background: url(images/bg-b.png)  repeat;
}
#side .explanation .title {
	margin-bottom: 10px;
}
#side .explanation .spacetitle {
	margin-top: 20px;
}

/* howtopost */
#side .howtopost {
	background: url(images/bg-y.png)  repeat;
}
#side .howtopost .title {
	margin-bottom: 10px;
}
#side .howtopost p.no-padbtm {
	padding-top: 20px;
}
#side .howtopost a.ie-bn {
	width: 190px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 18px;
	display: inline-block;
	padding: 6px 10px 5px;
	margin: 4px 35px;
	background: #FF6666;
	color: #333;
	border-radius: 3px;
}
#side .howtopost a.soto-bn {
	width: 190px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 18px;
	display: inline-block;
	padding: 6px 10px 5px;
	margin: 4px 35px;
	background: #EEA057;
	color: #333;
	border-radius: 3px;
}
#side .howtopost a:hover {
	background: #CA5137;
	color: #FFFFFB;
}

 
/* category-list -----------------------*/
/* popular-list -----------------------*/
#side .widget_categories,
#side .widget_archive,
#side .popular-list {
	background: url(images/bg-y.png)  repeat;
	padding: 10px 10px 0 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
/*#side .nomi-type {
	padding: 0px 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}*/
#side h3 {
	font-size: 123%;
	font-weight: bolder;
	background: url(images/icon-title.png) 0 0 no-repeat;
	padding: 0 0 5px 25px;
	line-height:1.44;
	border-bottom: 1px solid #4a3610;
}
#side .widget_categories ul,
#side .widget_archive ul,
#side .popular-list ul {
	border-top: 1px solid #fff9ec;
}
#side .widget_categories li,
#side .widget_archive li {
	border-top: 1px dotted #4a3610;
}
#side .widget_categories li:first-child,
#side .widget_archive li:first-child,
#side .popular-list li:first-child,
#side .nomi-type li:first-child {
	border-top: none;
}
#side .widget_categories li,
#side .widget_archive li {
	padding: 10px 0px;
}
#side .widget_categories li a,
#side .widget_archive li a {
	text-decoration: none;
}
#side .nomi-type li {
	padding: 10px 0px 10px;
}
#side .nomi-type li:first-child {
	padding: 10px 0px 0px;
}
#side .nomi-type li a {
	width: 140px;
	line-height: 36px;
	display: inline-block;
	background: url(images/bg-y.png)  repeat;
	padding-left: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	text-decoration: none;
}
#side .nomi-type li a:hover {
	background: url(images/bg-b.png)  repeat;
	color: #777;
}
#side .popular-list li {
	padding: 10px 0 10px 50px;
	border-top: 1px dotted #4a3610;
}
#side .popular-list li.no1 {
	background: url(images/popular-01.png) 0 42px no-repeat;
}
#side .popular-list li.no2 {
	background: url(images/popular-02.png) 0 42px no-repeat;
}
#side .popular-list li.no3 {
	background: url(images/popular-03.png) 0 42px no-repeat;
}
#side .popular-list li.no4 {
	background: url(images/popular-04.png) 0 42px no-repeat;
}
#side .popular-list li.no5 {
	background: url(images/popular-05.png) 0 42px no-repeat;
}
#side .popular-list .thumbnail {
	float: left;
}
#side .popular-list .pop-title {
	margin-left:90px;
}
#side .popular-list .pop-title a {
	text-decoration: none;
	font-weight: bold;
}
#side .widget_tag_cloud {
	background: url(images/bg-y.png)  repeat;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
#side .tagcloud {
	border-top: 1px solid #fff9ec;
	padding-top: 10px;
	overflow: hidden;
}
#side .widget_tag_cloud a {
	display: inline-block;
	background-color: #4a3610;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}
#side .widget_tag_cloud_mycat {
	background: url(images/bg-y.png)  repeat;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radi
}
#side .widget_tag_cloud_mycat a {
	display: inline-block;
	background-color: #4a3610;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	margin-right: 4px;
}

/*---------------------------------------
post
-----------------------------------------*/
/* post-header -----------------------*/
.post-header {
	background: url(images/bg-b.png)  repeat;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
}
.post-header h1 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.38;
	margin-bottom: 10px;
}
.post-header ul {
	text-align: right;
	overflow: hidden;
}
.post-header ul li {
	display: inline-block;
	padding-right: 10px;
}
.post-header ul li a {
	text-decoration: none;
}
*:first-child+html .post-header ul li {
	display: inline;
	zoom: 1;
}
#post .cnts {
	background-color: #fff;
	padding: 10px;
	line-height: 1.38;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.post-main {
	margin-bottom: 20px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
}
.post-main h2 {
	font-size: 123%;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0;
	background-color: #f9e0dc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.post-main img {
	margin-bottom: 10px;
}
.post-main ol {
	list-style: decimal;
	padding: 10px 10px 10px 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border: 1px solid #a28548;
}
.post-main ol li {
	line-height: 1.4;
	margin-top: 10px;
}
.post-main ol li:first-child {
	margin-top: 0;
}
.post-shochu h2,
.post-supply h2 {
	font-size: 123%;
	font-weight: bold;
	background: url(images/icon-title.png) 0 0 no-repeat;
	padding: 0 0 10px 25px;
	line-height:1.44;
	border-bottom: 1px dotted #4a3610;
	margin-bottom: 20px;
}
.post-supply {
	padding: 10px 20px 20px 20px;
	overflow: hidden;
	background-color: #fff;
	line-height: 1.38;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.post-supply .img-area {
	width: 160px;
	height: 160px;
	float: left;
}
.post-supply .txt-area {
	margin-left: 20px;
}
.post-supply li {
	margin-bottom: 5px;
}
.post-shochu li {
	margin-bottom: 20px;
}
.post-supply .name,
.post-shochu .name {
	font-size: 123%;
	font-weight: bold;
}
.post-shochu {
	overflow: hidden;
	margin-bottom:20px;
}
.post-shochu .img-area {
	width: 300px;
	height: 200px;
	float: left;
}
.post-shochu .txt-area {
	margin-left: 310px;
}
.post-shochu .exp {
	color: #555;
	line-height:1.4;
}
.post-shochu .shochu-inr {
	margin-bottom: 10px;
}

/*---------------------------------------
How to post page
-----------------------------------------*/
#posting .post-title {
	font-size: 123%;
	font-weight: bold;
	height: 3.00em;
}
#posting {
	position: relative;
	width: 640px;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
#posting {
	display: block;
	padding: 10px;
}
#posting p {
	line-height: 1.4em;
	padding-bottom: 8px;
}
#posting p.warning {
	width: 90%;
	font-size: 96%;
	padding-bottom: 6px;
	line-height: 1.2em;
}
#posting .post-form {
	margin: 10px 0px 15px;
}
.contact-form p {
	color: #777;
}
.contact-form {
	margin-bottom: 15px;
}
/* 送信ボタンの設定 */
.wpcf7-form-control.wpcf7-submit{
   display: block;
   width: 60px;
   line-height: 24px;
   font-size: 12px;
   vertical-align: middle;
   border: none;
   border-radius: 2px;
   color: #fff;
   background: #555 url(images/send.png) no-repeat;
}
 /* 送信ボタンのフォーカス時の設定 */
.wpcf7-form-control.wpcf7-submit:hover{
   filter: alpha(opacity=80);
   opacity: .6;
   -moz-transition: all 0.7s ease;
   -webkit-transition: all 0.7s ease;
}


/*---------------------------------------
footer
-----------------------------------------*/
#footer {
	background: url(images/bg-footer.png) 0 0 repeat-x;
	height: 80px;
}
.footer-inr {
	padding-top: 25px;
	width: 980px;
	margin: 0 auto;
	overflow: hidden
}
.footer-inr p {
	float: left;
	font-size: 92%;
}
.footer-inr ul {
	float: right;
	overflow: hidden;
}
.footer-inr ul > li {
	float: left;
	margin-right: 10px;
}

/*---------------------------------------
fb
-----------------------------------------*/
.fb-like-box {
	background: #ffffff;
	margin-top: 60px;
}
.fb-like {
	margin-left: 2px;
	margin-bottom: 5px;
}












