.recruit-img-b {
	border-bottom:solid 1px #A08F00;
	margin-bottom: 6px;
	margin-top: 14px;
}
.right{	text-align:right;}
.pointer {
	pointer-events: none;
	-webkit-touch-callout: none;
}

/*--個別--*/

/*トップページ*/

#home-contents {
	background-color:#FFF;
	padding:20px;
}
#infor {
	width:280px;
	height:300px;
	overflow:auto;
	padding:10px;
	margin:0;
}
#infor dt {
	font-size:10px;
	color:#6f6c10;
}
#infor dd {
	padding:0 0 15px 10px;
	margin:0;
}
.shoppage {
	background:url(../images/sub_bg2.gif);
	margin:10px;
	padding:10px;
}
.shop {
	width:245px;
}
.news {
	width:245px;
}

.shop_bg {
	background:url(../images/shopphoto_bg-trans.png) no-repeat;
	width:237px;
	height:158px;
	padding:8px 0 0 8px;
}
.news_bg {
	background:url(../images/news_bg-trans.png) no-repeat;
	width:237px;
	height:158px;
	padding:8px 0 0 8px;
}


.bnr-order{
	background-color:#FFF;
}

/* サブページ共同 */



.nobg {
	background-color:#fff;
}
h1 {
	margin-bottom:30px;
}
/* 天然のたいやき */



#tennten-box {
	padding:20px 45px 200px 45px;
	background:url("../images/tennen_bg.jpg") bottom left no-repeat #fff;
}
.tennen-box-inner {
	padding:20px 20px 30px;
}
.tennen-text {
	float:left;
	width:400px;
}
h2 {
	clear:both;
}
.tennen-photo {
	padding:4px;
	border:solid 1px #E3DACC;
	float:right;
}
/* お品書き */



#menu-box {
	padding:20px 45px 40px 45px;
	background:url("../images/menu_bg.jpg") top right no-repeat #fff;
}
#menu-box h1 {
	margin-bottom:100px;
}
#menu-box p {
	margin-bottom:40px;
}

/* メッセージ */

#massage-box {
	padding:20px 0px 230px 45px;
	background:url("../images/message_bg.jpg") bottom left no-repeat #fff;
}
#message-box-inner {
	margin-left:90px;
}
#message-box-inner p {
	padding:4px;
	border:solid 1px #E3DACC;
	float:left;
	margin-right:60px;
	margin-bottom:30px;
}
#greeting {
	margin:0 135px 0 90px;
}

/* お客様の声 */

#contact-box {
	padding-bottom:50px;
}
#recruit-box {
	padding-bottom:50px;
}

#contact-box h1 {
	padding:20px 0 0 45px;
}
#recruit-box h1 {
	padding:20px 0 0 45px;
}
#recruit-box-text {
	padding:0px 80px 0px;
}

.itemization li:before{
	color:#A08F00;
	margin-right:0.5em;
	content: "●";
}

.page-nav{
	padding-top:23px;
	text-align:center;
	letter-spacing:-0.4em;
	margin-bottom:17px;
}


.page-nav li{
	letter-spacing:normal;
	display:inline-block;
	margin:0 45px;
}

.itemization li{
	text-indent:-1.5em;
	margin-left:2em;
}

.col2 .itemization{
	width:50%;
	float:left;
}



/* トップページ クルーの声用 */

#crewvoice {
	position:absolute;
	right:5px;
	bottom:5px;
	font-size:80%;
}
#crewvoice a:link,  #crewvoice a:visited {
	color:#61534D;
	text-decoration:none;
}
#crewvoice a:hover,  #crewvoice a:active {
	color:#61534D;
	text-decoration:underline;
}

/* 通販ページ */

.red{
	color:#E00;
	font-weight: bold;
}

.order-box{
	background-color:#FFF;
	padding:30px 45px 50px;
}

.order-box h2{
	margin:30px 0 25px;
}

.order-box .send{
	background:url(../order/images/image.jpg) no-repeat right bottom;
	min-height:248px;
	padding-top:24px;
	margin-left:20px;
	margin-bottom:10px;
}

.order-box .send .text{
	color:#FFF;
	background-color:#487CC3;
	padding:28px;
	width:274px;
	margin-top:8px;
}

.order-box .items{
	letter-spacing:-0.4em;
}

.order-box .items li{
	letter-spacing:normal;
	display:inline-block;
	width:203px;
	margin-left:31px;
	vertical-align:top;
}

.order-box .items li:first-child{
	margin-left:20px;
}

.order-box .items .photo{
	border:solid 1px #8C6600;
	padding:3px;
}

.order-box .items h3{
	font-weight:normal;
	font-size:115%;
	margin:15px 0 5px;
	padding-bottom:5px;
	border-bottom:solid 1px #8C6600;
}

.order-box .items .sell-by{
	margin-top:10px;
}

.order-form p{
	margin:0 40px 20px;
}

.order-form table{
	width:630px;
	margin:0 auto;
	border-collapse:collapse;
}

.order-form th{
	width:116px;
	padding:15px 20px;
	font-weight:normal;
	border-bottom:dotted 1px #8C6600;
}

.order-form.number th{
	width:140px;
}

.order-form td{
	padding:15px 20px;
	border-bottom:dotted 1px #8C6600;
}

.order-form td.price{
	white-space:nowrap;
	padding-left:0;
	padding-right:0;
}

.order-form td label{
	white-space:nowrap;
	display:inline-block;
	margin-right:30px;
}

.order-form td .text-ss{
	width:50px;
}

.order-form td .text-s{
	width:100px;
}

.order-form td .text-m{
	width:214px;
}

.order-form td .text-l{
	width:405px;
}

.order-form td .message{
	width:405px;
	height:120px;
}

.order-form .btn{
	margin-top:20px;
	text-align:center;
}

#cash-on-delivery p{
	font-size:115%;
}

/* clearfix */

.clearfix:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
/* 対応ブラウザ */

atobarai{


}
#news{
	padding-bottom: 50px;

}
#news h1{
	padding: 20px 0 0 45px;

}
#news dl{
	height:200px;
	overflow:auto;
	margin: 0 45px;
}
#news dt{
	float: left;
	width: 110px;
	text-align: left;
	padding-left: 40px;
}
#news dd{
	padding-left:110px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:dotted 1px #999999;
}
.atobarai div{
	width: 750px;
	margin: 20px auto;
	font-size: 88%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.atobarai h1{
	font-size:200%;
	font-weight:bold;
	color:#a08f00;
}
.atobarai dt{
	font-weight:bold;
	padding:5px 10px;
	background-color:#e4e4e4;
	margin-bottom:10px;
	margin-top:20px;
	font-size: 120%;
}
.atobarai dd{
	margin: 10px;

}
.atobarai li{
	line-height:1.5;
	margin-bottom:15px;
	padding-right: 40px;
}
.atobarai ul {
	list-style: none;

}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
