*{margin:0;padding:0;}

body{
	font: 13px/1.3 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#444;
	word-spacing: 1pt;
	letter-spacing: 0.1em;
	line-height: 1.6;
	background: #ffffff;
}


a:focus{outline:none;}

a{color:#303b40;text-decoration:underline;}
a:hover{color:#f15d04;}
a:active, a:focus {outline: 0;}
img{border:0;}

html>body table { border-collapse:collapse }

p {margin: 0 0 1em 0; padding: 0 5px 0 5px;}

/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 960px;
}


#container{
margin: 10px 0 0 0;
}

#content-wrap{
padding: 30px 15px 0 15px;
}



/*************
/* ヘッダー
*************/
#header{
	text-align: center;
	margin: 15px 0 0 0;
	padding: 0;
	border: 5px solid #221815;
}

#header h1 {
margin: 0;
padding: 0;
font-size: 1px;
font-weight: normal;
}

#header h1 span{
	display:none;
	height: 1px;
	text-indent: -9999px;
}


/*************
/* トップナビゲーション
*************/
#topnav{
	margin: 0;
	padding:0;
	width: 960px;
	height: 25px;
	background:#507941 url(../images/topnav_r.png) no-repeat 0 0;
	color: #ffffff;
	font-size: 90%;
}

#topnav ul{
margin: 0;
padding:0;
width: 560px;
}

#topnav li{
float:left;
list-style:none;
margin:0;
padding:0;
}

#topnav a{
	text-decoration: none;
	display: block;
	height: 40px;
	margin:0;
	padding:0;
	color: #ffffff;
}

#topnav a:link{
	text-decoration: none;
	color: #ffffff;
}

#topnav a:active{
	text-decoration: none;
	color: #ffffff;
}

#topnav a:visited{
	text-decoration: none;
	color: #ffffff;
}

#topnav a:hover{
	text-decoration: underline;
	color: #ffffff;
}


#topnav li span{
display:none;
	height: 1px;
	text-indent: -9999px;
}

#topnav li.on a{
	text-indent: -9999px;
}


#topnav a#menuhome{width:188px;}

#topnav a#menuabout{width:230px;}

#topnav a#menucontact{width:142px;}


#topnav .headsubmenu a{
	text-decoration: none;
	display: inline;
}

.headsubmenu {
	width: 385px;
	text-align: right;
	float: right;
	padding-top: 3px;
}



/*************
メインコンテンツ
*************/
#mainleft {
float: left;
width: 455px;
padding: 0 0 20px 0;
}

#mainright {
float: right;
width: 455px;
padding: 0 0 20px 0;
}



#packageleft {
float: left;
width: 260px;
padding: 0 0 20px 0;
}

#packageright {
float: right;
width: 650px;
padding: 0 0 20px 0;
}


#collectionleft {
float: left;
width: 390px;
padding: 0 0 20px 0;
}

#collectionright {
float: right;
width: 500px;
padding: 0 0 20px 0;
}




#main {
float: left;
width: 670px;
padding: 20px 0;
display: inline;
}

#main1col {
float: left;
width: 930px;
padding: 0px 0 20px 0;
display: inline;
}


#main .bannerM img{
padding-bottom: 8px;
}
#main .bannerM img.last{padding-bottom:0;}



img.insertleft{
padding-right: 20px;
padding-bottom: 15px;
}

img.insertright{
padding-left: 20px;
padding-bottom: 15px;
}

h2{
	margin-bottom: 10px;
	padding: 0px 10px 8px 5px;
	font-weight: 600;
	font-size: 200%;
	color: #507941;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	border-bottom:2px solid #009944;
}


h3 {
	margin-bottom: 40px;
	padding: 8px;
	border-top: solid 1px #ebeced;
	color: #333;
	font-size: 180%;
	
}



h4 {
	font-size: 18px;
	line-height: 160%;
	padding: 0px 0 0px 5px;
	margin: 3px 0 10px 0;
	font-weight: normal;
	border-bottom: 1px dotted #bbb;
}

h4.caution {
	font-size: 16px;
	line-height: 160%;
	padding: 0px 0 0px 5px;
	margin: 10px 0 8px 0;
	color: #CC0000;
	font-weight: bold;
	border-bottom: 1px dotted #CC0000;
}


h5 {
	font-size: 16px;
	line-height: 140%;
	padding: 0px 0 0px 5px;
	margin: 3px 0 10px 0;
	font-weight: bold;
}



/* TITLE --------------------------------------------------------*/

#page-title{
	overflow: hidden;
	height: 103px;
	margin-bottom: 30px;
	background:  url(../images/tabs-divider.png) repeat-x bottom center;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
}

#page-title .title{
	display: block;
	float: left;
	font-size: 30px;
	line-height: 103px;
	margin-left: 10px;
	font-weight: bold;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif;	
}

#page-title .subtitle{
	display: block;
	float: left;
	margin-left: 30px;
	font-size: 14px;
	margin-top: 4px;
	line-height: 103px;
	color: #929191;
	font-style: italic;	
}




ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}


.yptable img {
	border:1px solid #888;
	margin-bottom: 5px;
	}



/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half,
.one-halfshort,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
	float:left;
	margin-right:30px;
	position:relative;
}

.one-half{ width: 438px; }
.one-halfshort{ width: 260px; }

.one-third{ width: 282px; }

.one-fourth{ width: 158px; }

.two-third{ width: 594px; }

.three-fourth{ width: 420px; }

.last {
	clear:right;
	margin-right:0 !important;
}



/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 0px 0 20px 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: left;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 0px;
font-weight:bold;
color:#006898;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}




/* ボタン */
p.button{
text-align: center;
font-weight:bold;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #ffffff url(../images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#fff;}
p.button a:hover{color:#d9e8ff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{
	margin-left: 20px;
}

#main li, #footer li{
	margin: 0 0 3px 0;
	padding: 0 0 2px 0;

}


/* お知らせ */
#main .news {
margin: 0 0 30px 0;
padding: 0 0 10px 0;
}


#newstitle h2{
	position: relative;
}



#main .news ul {
margin: 0 0 0 10px;
padding: 0;
}

#main .news li {
margin: 0 0 5px 0;
padding: 3px 0 3px 15px;
border-bottom: 1px dotted #aaaaaa;
background: url(../images/bullet02.png) no-repeat left 9px;
}

.newsdate {
text-align: left;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 0px;
font-weight:bold;
color:#a6b19a;
}


.newsmidashi {
	font-weight:bold;
	line-height: 180%;
}


.news dl {
	margin:0 0 10px 10px;
	padding:0;
	overflow:hidden;
}

.news dt{
	float:left;
	width:6.5em;
	margin:0 0 8px 0;
	padding:2px 0 3px 15px;
	line-height: 150%;
	clear: left;
	background: url(../images/bullet02.png) no-repeat left 6px;
	color:#e0a980;
	
}

.news dd {
	margin:0 0 8px 0;
	padding:0 0 3px 10em;
	line-height: 150%;
	border-bottom: 1px dotted #aaaaaa;
}

.news dd img {
	margin:0 0 0 8px;
}




.newsreadmore {
	position: absolute;
	width: 100px;
	height: 20px;
	top:15px;
	right:0;
	z-index: 1000;
	font-size: 60%;
	background: url(../images/lis_009_bk.gif) no-repeat right 6px;
	margin:0 10px 0 0;
	padding:0 15px 0 0;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}


.newsreadmore a{
	text-decoration: underline;
}



.newsdetailbox       {
	margin: 0 0 6em 0;
}

.newsdetail h2 {
	margin:0 0 15px 0px;
	padding:10px 0 0 0px;
	font-style: italic;
	font-weight: 600;
	font-size: 130%;
	color: #8D6D63;
}


.newsdetail      {
	position: relative;
	margin: 0px 0 60px 0;
}

.newsdetaildate {
	font-size: 90%;
	line-height: 160%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 0px 0;
	color: #846651;
	text-align: right;
	position: absolute;
	width: 180px;
	top:15px;
	right:10px;
}



/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: right;
width: 240px;
padding: 20px 0;
}

#sidebar p{
	margin-bottom: 3px;
	padding: 0;
	}


#sidebar h3 {
margin-top: 0px;
padding: 0 10px 0 33px;
line-height: 40px;
font-size: 15px;
font-weight: normal;
color: #303030;
background: #0b82be url(../images/heading2.png) no-repeat;
}



#sidebar ul{
margin: 0px 0 30px 0;
padding: 10px 0 0 0;
}

#sidebar .sidemenu ul{
margin-left: 5px;
padding: 0px 0 0 0;
}

#sidebar .sidemenu li{
margin: 0 10px 10px 5px;
padding: 0px 0 5px 0;
list-style: none;
border-bottom: 1px dotted #bbbbbb;
font-weight: bold;
}

#sidebar .sidemenu li a{
	background: url(../images/list.png) no-repeat 0 50%;
	display: block;
	padding-left:15px;
	color: #222222;
	
}

#sidebar .sidemenu li a:hover{
	background-position: 3px 50%;
	color: #aaaaaa;
	}


#sidebar .sidemenu li ul{
margin: 10px 0 0 10px;
}

#sidebar .sidemenu li ul li{
margin: 0 10px 5px 5px;
list-style: none;
border-bottom: none;
font-weight: normal;
}


#sidebar .sidemenu li ul li a{
background: url(../images/arrow_04.gif) no-repeat 0 50%;
display: block;
padding-left:15px;
color: #333333;
}

#sidebar .sidemenu li ul li a:hover{
	background-position: 3px 50%;
	color: #aaaaaa;
	}



/*************
/* フッター
*************/


/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}



#footer{
clear:both;
}

#footer a{
	text-decoration: none;
}

#footer .inner .box{
float: left;
width: 195px;
width: 300px;
margin: 5px 0px 0px 20px;
line-height: 1.2;
font-size: 85% !important;
font-size: 80%;
}

#footer .inner{
overflow: hidden;
width: 960px;
min-height:100px;
margin: 0 auto;
background: url(../images/footer_bg.png) no-repeat right bottom;
}

* html #footer .inner{height:1%;}

#footer #logo{
	float:right;
	padding: 25px 25px 0 0;
	width: 150px;
	font-size: 85% !important;
	font-size: 80%;
	text-align: right;
}

address{
padding: 20px 0 3px;
font-style:normal;
clear:both;
display:block;
font-size: 85% !important;
font-size: 80%;
color:#818181;
font-family: Times, Georgia, Baskerville, Palatino;
}





#logo img{
padding-bottom: 10px;
}

.addtxt{
	font-size: 85% !important;
	font-size: 80%;
	color:#818181;
	line-height: 140%;
}

.copytxt{
	font-size: 85% !important;
	font-size: 80%;
	color:#fff;
	line-height: 140%;
	padding: 15px 20px;
	background-color: #625c5a;
	text-align: right;
}




#movflame {margin:3em 0 2em 0;}

.topmov {
	margin:0 0 20px 0;
	padding:9px 9px 9px 9px;
	border: 1px solid #d3c9c3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 20px;
	width: 305px;
	overflow: hidden;
	float: left;
}


.topmov h4 {
	font-size: 100%;
	
}


.topmovtitle {
	padding-top:0px;
}














.bb-right{
	padding-right:42px;
	background:  url(../images/bluebird_r.gif) no-repeat 98% 2px;
	min-height:31px;
}

.bb-left{
	padding-left:33px;
	background:  url(../images/bluebird_l.png) no-repeat left top;
	min-height:35px;
}

.txtbox {
	margin:0 0 30px 0;
	padding:15px 8px 10px 10px;
	border: 1px solid #bbb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	position: relative;
}

.txtbox table {
	margin:0 0 0px 0;
	
}


.txtbox th {
	border-right:1px dotted #bbb;
	paddhing-right:5px;
	font-weight: normal;
}

.txtbox th .subtxt {
	padding:20px 5px 0 5px;
}

.txtbox td {
	padding-left:10px;
	padding-right:10px;
}


.txtbox img {
	margin:0 0 0 0px;
}


.txtbox h4 {
	font-size: 16px;
	line-height: 130%;
	padding: 0px 0 0px 5px;
	margin: 0px 0 10px 0;
	
	border-bottom: 1px dotted #bbb;
	
	letter-spacing: 3px;
}



h4.txtred {
	font-size: 18px;
	line-height: 160%;
	
	margin: 3px 0 10px 0;
	font-weight: normal;
	border-bottom: none;
	color: #cc0000;
}

.txtboxred {
	margin:0 0 30px 0;
	padding:15px 8px 10px 10px;
	border: 1px solid #cc0000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	position: relative;
}

.txtboxred p {
	color: #cc0000;
}



/* The whats hot ribbon */
.ribbon {position: absolute; width: 125px; height: 125px; background: url(../images/reserve_ribbon.png) no-repeat; left: 334px; top:-5px; z-index: 100;}

.teoriribbon {position: absolute; width: 125px; height: 125px; background: url(../images/teori_ribbon.png) no-repeat; left: 528px; bottom:-5px; z-index: 100;}



#mainright h5 {
	font-size: 16px;
	line-height: 140%;
	padding: 0px 0 5px 5px;
	margin: 0px 0 10px 0;
	font-weight: bold;
	border-bottom: 2px dotted #507941;
}




.midashi1 {
	font-size: 27px;
	line-height: 37px;
	padding: 3px 0 0px 10px;
	margin: 10px 0 15px 0;
	color: #fff;
	background: #507941 url(../images/midashi-tail.png) no-repeat right top;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.midashi1-2 {
	font-size: 27px;
	line-height: 37px;
	padding: 3px 0 0px 10px;
	margin: 10px 0 15px 0;
	color: #fff;
	background: #507941 url(../images/midashi-tail_w.png) no-repeat right top;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}



.midashi4 {
	font-size: 22px;
	line-height: 35px;
	padding: 5px 15px 0px 0;
	margin: 10px 0 15px 0;
	color: #fff;
	background: #507941 url(../images/midashi-tail2.png) no-repeat left top;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align: right;
}


.midashi3 {
	font-size: 22px;
	line-height: 140%;
	padding: 0px 0 0px 5px;
	margin: 10px 0 15px 0;
	color: #ds;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}



.midashi2 {
	font-size: 21px;
	line-height: 140%;
	word-spacing: 0pt;
	letter-spacing: 0em;
	padding: 0px 0 0px 0px;
	margin: 10px 0 15px 0;
	color: #507941;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.redtxt {
	color: #e86917;
}

.smallesttxt {
	font-size: 70%;
	line-height: 150%;
	font-weight: normal;
}

.smalltxt {
	font-size: 90%;
	line-height: 150%;
}

.bigtxt {
	font-size: 180%;
	line-height: 140%;
	font-weight: bold;
}

.bigtxt02 {
	font-size: 160%;
	line-height: 140%;
	font-weight: bold;
}


#container ul {
margin: 0 10px 10px 10px;
padding: 0;
}

#container li {
margin: 0 0 2px 0;
padding: 1px 0 1px 15px;
background: url(../images/bullet01.gif) no-repeat left 9px;
}









#btnbox {
	margin: 0px 0 50px 0;
	}

.btnarea {
	display: block;
	text-align: center;
}


.btnarea02 {
	display: block;
	text-align: center;
	width:455px;
	float:left;
	margin: 0px 20px 0 0;
}

#btnbox .btnarea02:nth-of-type(2){ margin-right:0px; }



p.hoyara {
	background:#dc9538;
	padding:7px 10px 5px 10px;
	color:#fff;
	font-weight:bold;
	}

p.mochamalon {
	background:#509103;
	padding:7px 10px 5px 10px;
	color:#fff;
	font-weight:bold;
	}
		

.btnarea02 p {
	padding: 0px;
	margin: 0px;
}


a.read-more-button {
	position: relative;
	padding: 10px 15px 10px 15px;
	font-weight: bold;
	display: inline-block;
	margin: 0px 0 5px 0;
	background-color: rgb(0, 104, 56);
	border-radius: 10px 10px 10px 10px;
	transition: all 0.2s linear 0s;
	
	color: rgb(255, 255, 255);
	
	border: 3px solid #00994a;
	text-decoration: none;
	width:423px;
}


a.read-more-button:hover{
	text-decoration: none;
	color: rgb(119, 119, 119);
	border: 3px solid #e4ebe7;
}




a.read-more-button01 {
	position: relative;
	padding: 10px 15px 10px 15px;
	font-weight: bold;
	display: inline-block;
	margin: 0px 0 5px 0;
	background-color: rgb(220, 149, 56);
	border-radius: 10px 10px 10px 10px;
	transition: all 0.2s linear 0s;
	
	color: rgb(255, 255, 255);
	
	border: 3px solid #edb66e;
	text-decoration: none;
	width:419px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
			
}


a.read-more-button01:hover{
	text-decoration: none;
	color: rgb(67, 59, 53);
	background-color: rgb(239, 204, 157);
	border: 3px solid #e4ebe7;
}




a.read-more-button02 {
	position: relative;
	padding: 10px 15px 10px 15px;
	font-weight: bold;
	display: inline-block;
	margin: 0px 0 5px 0;
	background-color: rgb(80, 145, 3);
	border-radius: 10px 10px 10px 10px;
	transition: all 0.2s linear 0s;
	
	color: rgb(255, 255, 255);
	
	border: 3px solid #7eac48;
	text-decoration: none;
	width:419px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}


a.read-more-button02:hover{
	text-decoration: none;
	color: rgb(67, 59, 53);
	background-color: rgb(183, 214, 146);
	border: 3px solid #e4ebe7;
}



.btnred {
	display: block;
	text-align: center;
	width:425px;
	float:right;
	margin: 0 0 10px 50px;
	padding: 10px 15px 10px 15px;
	background-color: rgb(230, 0, 18);
	color: rgb(255, 255, 255);
	border-radius: 10px 10px 10px 10px;
}







.btnfaxarea {
	display: block;
	text-align: center;
}

a.btnfax {
	position: relative;
	padding: 15px 15px 15px 15px;
	font-weight: bold;
	display: inline-block;
	margin: 0px 0 5px 0;
	background-color: rgb(0, 104, 56);
	border-radius: 10px 10px 10px 10px;
	transition: all 0.2s linear 0s;
	color: rgb(255, 255, 255);
	border: 3px solid #00994a;
	text-decoration: none;
	width:100%;
}


a.btnfax:hover{
	text-decoration: none;
	color: rgb(119, 119, 119);
	border: 3px solid #e4ebe7;
	
}




.linkarea {
	text-align: right;
	font-size: 90%;
	margin: 0px 0 8px 0;
}


.imgspace {
	padding: 2px;
	background: #fff;
	border:1px solid #ccc;
}




.teori_txt p {
	margin: 12px 0 8px 8px;
	padding: 0px;
	}





.dettxt {padding: 8px 0 0 0;}












/*=============about=============*/


.about_introbox
{
	border-left:1px solid #ccc;
	background-image: url(../images/about_intro_bg02.jpg);
	background-repeat: no-repeat;
	background-position: 330px 30px;
	font-size: 100%;
		
}

.about_introbox p
{
	
	margin-left:0;
	padding-left:15px;
}

.about_introbox p.about_intro
{
	padding:0px 530px 10px 15px;
	
}



.aboutbox       {
	margin:0 0 5em 0;
	padding:10px;
	border: 1px solid #d3c9c3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 20px;
	width: 430px;
	overflow: hidden;
}




.aboutbox h3 {
	margin-bottom: 10px;
	padding: 8px 8px 8px 8px;
	border-top: none;
	color: #333;
	background: url("../images/about_line.png") no-repeat left bottom;
	font-size: 180%;
	font-weight: bold;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.aboutbox h3 img {
}

.aboutimgbox {
	width: 430px;
	text-align: center;
}


.aboutbox img {
	overflow: hidden;
}



.aboutimg {
	padding-left: 50px;
	
}



.aboutbox_l {
	margin-right: 10px;
	width: 400px;
}

.aboutbox_r {
	margin-left: 10px;
	width: 400px;
}








/*=============商品紹介ページ=============*/

.itembox {
	
	}


.itemleft{
	float:left;
	width:640px;
	margin:0 10px 10px 0;
	padding:0;
	
}

.ceracutecaution {
	width:640px;
	text-align: center;
	}
	
	
.itemright{
	float:right;
	width:300px;
	margin:0 0px 10px 0;
	padding:0;
	
}


.itembox dl {
	margin:10px 0 20px 0px;
	padding:0 5px;
	overflow:hidden;
	
}

.itembox dt{
	float:left;
	width:80px;
	margin:0 0px 5px 0px;
	padding:0px 0 3px 1em;
	text-align:left;
	font-weight: bold;
	background-image: url(../images/bullet01.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	display: block;
	clear: left;
	font-size:110%;
	font-style: italic;
}

.itembox dd {
	width:200px;
	margin:0 0 10px 0;
	padding:0px 0 3px 100px;
	text-align:left;
	border-bottom: 1px dotted #bbbbbb;
	display: block;
}



.price {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	padding:0 0 20px 0;
}



.buybox {
	width: 300px;
	}

.buybox a
{
	border: 1px solid #d3c9c3;
	margin: 10px 0 10px 0px;
	padding:14px 8px 8px 50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 210px;
	display: block;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background-color: #eee;
	background-image: url(../images/icon_cart.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}


.buybox a:hover
{
	color: #fff;
	border: 1px solid #fff;
}


#galbox {margin: 0px 0 2em 0px;}


#galbox h3 {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.gallery{
	float:left;
	width:280px;
	margin:0 27px 30px 0px;
	padding:10px;
	text-align:center;
	border: 1px solid #d3c9c3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}




.gallery img{
	margin:0 0 10px 0px;
}




#customerbox       {
	margin: 0 0 6em 0;
}




/*=============使い方ページ=============*/



.pdfbox
{
	margin: 40px 0 50px 0;
	
	
}


.pdfbox a
{
	border: 1px solid #d3c9c3;
	margin: 10px 0 0px 10px;
	padding:10px 10px 10px 60px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 150px;
	display: block;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background-color: #eee;
	background-image: url(../images/icon_dl.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}


.pdfbox a:hover
{
	color: #fff;
	border: 1px solid #fff;
}


.howtobox       {
	margin: 0 0 2em 0;
	border-bottom: 1px dotted #ccc;
}


.howtobox h2
       {
	background-image: url(../images/icon_nabe.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin:20px 0;
	padding: 0px 0 0px 70px;
	font-size: 200%;
	line-height: 2;
	font-weight: bold;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}



.howtobox p       {
	margin-bottom: 1em;
}

.howtobox p img       {
	margin: 0 1.5em 1.5em 1.5em;
}

.howimg {
	padding: 1.5em 1.5em 2em 0em;
	float: left;
}

.howmov {
	padding: 1.5em 0em 2em 1.5em;
	float: left;
}



.howimgarea {
	padding: 0.5em 1em 2em 1em;
	float: right;
	width: 400px;
	margin: 0 0 1.5em 0;
}

.howmovarea {
	padding: 0.5em 2em 2em 1em;
	float: right;
	width: 400px;
}

.howmovarea img       {
	margin: 0 0 1em 0;
}


.howtxtarea {
	float: left;
	width: 510px;
	margin: 0 0 1em 0;
}



/*=============レシピページ=============*/

.dietitianbox {
	margin:0;
	padding:0 0 0 0;
	background: url(../images/line_bg02.jpg) no-repeat left bottom;
	}


.dietitianbox h4{
	font-weight: bold;
	font-size: 180%;
	margin:0 0 12px 0;
	padding:4px 0 8px 2px;
	line-height: 100%;
	}
	

.dietitianbox h4 span{
	font-size: 60%;
	font-weight: normal;
	}	

.dietitianbox dl {
	margin:10px 0 20px 0px;
	padding:0 ;
	overflow:hidden;
	
}



.dietitianbox dt{
	float:left;
	width:18em;
	margin:0;
	padding:0 0 50px 0;
	text-align:center;
	display: block;
	clear: left;
}

.dietitianbox dt img{
	margin:0 0px 0px 0px;
}

.dietitianbox dd {
	width:480px;
	margin:0 0 0px 0;
	padding:0px 0 8px 19em;
	text-align:left;
	display: block;
	
}

.dietitianbox dd.noimg {
	padding-left:0;
	width:880px;
	
}

.dietitianbox dd:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}



.dietitianbox p {
	margin:0 0 1em 5px;
	padding:0;
	
}



.movbox {
	margin-bottom: 4em;
	}

.movbox li {
	float: left;
	margin: 0 25px 25px 0;
	list-style-type: none;
	}

.movbox li .last {
	margin-right: 0px;
	}









.recibox       {
	margin: 0 0 2em 0;
	padding: 0px 0 30px 0px;
	background: url(../images/line_bg.jpg) no-repeat left bottom;
}


.recibox h2
       {
	background-image: url(../images/icon_nabe.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin:20px 0;
	padding: 0px 0 0px 70px;
	font-size: 200%;
	line-height: 2;
	font-weight: bold;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}



.recibox p       {
	margin-bottom: 1em;
}

.recibox p img       {
	margin: 0 1.5em 1.5em 1.5em;
}





#recipebox {
	margin: 0px 0 0 0px;
	padding-bottom:10px;
	
	}


#recipebox h3 {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #666;
}


.recipe_img {
	float:left;
	width:280px;
	margin:0 27px 5px 0px;
	padding:10px;
	text-align:center;
	border: 1px solid #d3c9c3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.recipe_txt01 {
	float:left;
	width:230px;
	margin:0 27px 5px 0px;
	padding:10px;
	text-align:left;
	font-size: 90%;
}


.recipe_txt02 {
	float:left;
	width:330px;
	margin:0 27px 0px 0px;
	padding:10px;
	text-align:left;
	font-size: 90%;
}


.recipe_txt02 li {
	margin:0 0 10px 30px;
	padding:0 0 0px 0px;
	list-style-type: decimal;
	list-style-position: outside;
}




.recipelast {margin-right:0;}


.recipe img{
	margin:0 0 10px 0px;
}












	
/*=============概要ページ=============*/

.cobox       {
	margin: 0 0 40px 0;
}

.cobox table {
}

.cobox th {
	padding: 8px 4px 4px 15px;
	border-bottom: 1px solid #dddddd;
	background-image: url(../images/lis_009_bk.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
	font-weight: normal;
}

.cobox td {
	padding: 8px 0 4px 0;
	border-bottom: 1px solid #dddddd;
}


.combox {
	
	}


.combox dl {
	margin:10px 0 30px 0px;
	padding:0 5px;
	overflow:hidden;
	
}

.combox dt{
	float:left;
	width:14em;
	margin:0 0px 20px 10px;
	padding:3px 0 8px 1em;
	text-align:left;
	font-weight: bold;
	background-image: url(../images/bullet01.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	display: block;
	clear: left;
	font-size:110%;
	font-style: italic;
}

.combox dd {
	width:700px;
	margin:0 0 25px 0;
	padding:3px 0 8px 17.5em;
	text-align:left;
	border-bottom: 1px dotted #bbbbbb;
	display: block;
}


.accemi{
	padding-left:13px;
	font-weight: bold;
	background-image: url(../images/bullet02.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-style: italic;
	font-size:110%;
}


.enkbox {margin:0 0 6em 0;}


.enkbox h3{margin:0 0 14px 0;}


.enkbox p {
	padding:20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	line-height: 1.8;
	width:60em;
	background: #e8eede url(../images/story_bg.jpg) repeat-x left top;
}



.ceobox {
	
	}


.ceobox h4{
	font-size: 180%;
	font-weight: bold;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	}
	

	

.ceobox dl {
	margin:10px 0 60px 0px;
	padding:0 ;
	overflow:hidden;
	
}



.ceobox dt{
	float:left;
	width:23em;
	margin:0 0px 0px 0px;
	padding:0;
	text-align:center;
	display: block;
	clear: left;
}

.ceobox dt img{
	margin:0 0px 5px 0px;
}

.ceobox dd {
	width:580px;
	margin:0 0 0px 0;
	padding:3px 0 8px 25em;
	text-align:left;
	display: block;
	
}

.ceobox dd.noimg {
	padding-left:0;
	width:880px;
	
}

.ceobox dd:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}



.ceobox p {
	margin:0 0 0 5px;
	padding:0px;
	
}

#gmap {
	margin:0 0 2em 0;
	}



	
	








/*=============情報開示ページ=============*/

.pdf-box {
	margin: 0 0 8px 0;
	padding: 8px 4px 4px 40px;
	background-image: url(../images/pdficon.png);
	background-repeat: no-repeat;
	background-position: left top;}

.about-box
{
	border: 1px solid #fff;
	margin: 0 0 50px 0;
	padding:15px 15px 15px 15px;
	background-repeat: no-repeat;
	background-position: 10px 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.about-box{
	background-color: #efefef;
}


span.exsmall {
	font-size: 11px;
}

.about-box th
{
	border-right: 1px dotted #bbbbbb;
	font-weight: normal;
	text-align: left;
}

.about-box td
{
	padding: 0 0 0 20px;
}

.information .one-halfshort{ border-right: 1px dotted #bbbbbb; }
.information .one-halfshort.last { border-right: none; }

.information h3 {
font-size: 14px;
line-height: 20px;
background: none ;
padding: 0 0 0 0;
margin: 1em 0 1em 0;
letter-spacing: 0.2em;
color: #333333;
}





/*********************************************************************/
/* よくある質問 */


.faq {margin:0 0 5em 20px;
padding:25px 10px 10px 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #cfcfcf;
	
}


.faq h2 {
	margin:0 0 15px 0px;
	padding:10px 0 0 0px;
	
	font-size: 200%;
	background: url(../images/faq_headline.png) no-repeat;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: 600;
	color: #8D6D63;
}





.faq li {
	
	margin:0 30px 1em 0;
	float: left;
	color: #fff;
	
}

.faq li a {
	color: #fff;
	padding:7px 8px 5px 18px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eb442e url(../images/lis_009_bk.gif) no-repeat 5px 9px;
	border: 1px solid #fff;
}


.faq li a:hover {
	color: #222;
}


.faqcat {
	margin:0 0 1em 25px;
	padding:0px 0px 0px 15px;
	font-style: italic;
	font-weight: 600;
	font-size: 130%;
	color: #333333;
	background: url(../images/bullet02.png) no-repeat left 8px;
	}

.faq table {
	margin:0 0 3em 20px;
	
}

.faq th {
	padding:15px 0 10px 50px;
	background: url(../images/faq_q.gif) no-repeat left 12px;
	color: #d23419;
	line-height: 100%;
	font-size: 150%;
}

.faq td {
	padding:10px 0 20px 50px;
	background: url(../images/faq_a.gif) no-repeat left 10px;
	border-bottom:1px dotted #ccc;
	line-height: 100%;
	
}

.faq td p {
	padding-bottom:0px;
	margin-bottom:0px;
	
}

.faq td img {
	margin:0px 0 0px 40px;
	
}





.faqbtn a
{
	border: 1px solid #d3c9c3;
	margin: 10px 0 0px 10px;
	padding:10px 10px 10px 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 450px;
	display: block;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background-color: #eee;
	background-image: url(../images/lis_009_bk.gif);
	background-repeat: no-repeat;
	background-position: 10px 18px;
}


.faqbtn a:hover
{
	color: #fff;
	border: 1px solid #fff;
}




/*********************************************************************/
/* お問い合わせ */

input, select, textarea {
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	outline: 0;
}
 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}



#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input[type="text"],
#contact-form textarea {
    border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 2px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 2px 4px 0px rgba(0,0,0,0.1);
	box-shadow: 3px 2px 4px 0px rgba(0,0,0,0.1);
	background: #fbfbfb;
    color: #333;
    font-size: 14px;
    height: auto;
    padding: 12px;
	margin: 0;
	border:1px solid #cfcfcf;
    resize: none;
}

#contact-form input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form input[type="radio"] {
    width: 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	-webkit-box-sizing: none;
	-moz-box-sizing: none;
	box-sizing: none;
	border:none;
	background: none;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
}

#contact-form input[type="checkbox"] {
    width: 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	-webkit-box-sizing: none;
	-moz-box-sizing: none;
	box-sizing: none;
	border:none;
	background: none;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
}



#contact-form textarea {
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #3f1c0e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 30px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin: 30px 0;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #fce207;
    color: #3f1c0e;
}


#contact-form .button {
    background: #3f1c0e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 30px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin: 0px 0 5px 0;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .button:hover {
    background: #fce207;
    color: #3f1c0e;
}

.strongtxt {
	font-size: 120%;
	font-weight: bold;
}


/*********************************************************************/
/* その他 */




.pageTop {
	text-align: right;
	margin: 0px 20px 10px 0;
	padding:0 0px 0 0;
	line-height: 35px;
	font-size: 90%;
}

.pageTop a {
	text-decoration: none;
}


.caution {
	color: #E72E03;
	margin: 0;
}

.cautionbig {
	color: #E72E03;
	margin: 0;
font-size: 130%;
}



/* Start of "Micro clearfix" */

   .cf { zoom: 1; }

   .cf:before,

   .cf:after { content: ""; display: table; }

   .cf:after { clear: both; }

/* End of "Micro clearfix" */

/*********************************************************************/
/* clearfix Start */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
}

.clr {
	content: ".";
	clear: both;
	visibility:hidden;
	height: 1px;
	display: block;
}


/* clearfix End */
/*********************************************************************/



