@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	height:100%;
	-webkit-text-size-adjust: 100%;
	}


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

#maincon{
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	width:1200px;
	height:auto !important;
	height:100%;
	position:relative;
	background-color:#FFF;
}

.headborder{
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	width:100%;
	height:3px;
	background-image:url(../img/BGcolor.png);
}
.title{
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	width:1200px;
	height:120px;
	background-color:#FFF;
}


.banner a{
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	width:420px;
	height:120px;
	text-indent:-5000em;
	display:block;
	background-image:url(../img/title.png);
}



/* メインメニュー */

#Mmenu{
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	width:1140px;
	height:46px;
}

.Mkome{
		list-style-type: none;
}

.Mkome a{
	float:left;
	margin:0;
	padding:0;
	width:228px;
	height:46px;
	text-indent:-3000em;
	overflow:hidden;
	display:block;
	background-image:url(../img/mainmenu1.png);
	background-position:0 46px;
}

.Mkome a:hover{
	background-position:0 0;
}

.Mshouhin{
		list-style-type: none;
}

.Mshouhin a{
	float:left;
	margin:0;
	padding:0;
	width:228px;
	height:46px;
	text-indent:-3000em;
	overflow:hidden;
	display:block;
	background-image:url(../img/mainmenu2.png);
	background-position:0 46px;
}

.Mshouhin a:hover{
	background-position:0 0;
}

.Mtenpo{
		list-style-type: none;
}

.Mtenpo a{
	float:left;
	margin:0;
	padding:0;
	width:228px;
	height:46px;
	text-indent:-3000em;
	overflow:hidden;
	display:block;
	background-image:url(../img/mainmenu3.png);
	background-position:0 46px;
}

.Mtenpo a:hover{
	background-position:0 0;
}

.Mshinchaku{
		list-style-type: none;
}

.Mshinchaku a{
	float:left;
	margin:0;
	padding:0;
	width:228px;
	height:46px;
	text-indent:-3000em;
	overflow:hidden;
	display:block;
	background-image:url(../img/mainmenu4.png);
	background-position:0 46px;
}

.Mshinchaku a:hover{
	background-position:0 0;
}

.Motoiawase{
		list-style-type: none;
}

.Motoiawase a{
	float:left;
	margin:0;
	padding:0;
	width:228px;
	height:46px;
	list-style-type: none;
	text-indent:-3000em;
	overflow:hidden;
	display:block;
	background-image:url(../img/mainmenu5t.png);
	background-position:0 46px;
}

.Motoiawase a:hover{
	background-position:0 0;
}



.footer{
	margin:0;
	padding:0;
	bottom:0;
	position:relative;
	width:100%;
	height:60px;
	text-align:center;
	font-size:18px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	color:#000;
	background-image:url(../img/BGcolor.png);
}


/* ここまでメイン要素 */

/* --- 新着情報エリア --- */
.update {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:auto;
	width: 600px; /* 新着情報エリアの幅 */
	height:auto;
	font-size: 80%;
}

/* --- 見出し --- */
.update h3 {
	margin: 0 0 5px; /* 見出しのマージン（上、左右、下） */
	font-size: 100%;
}

/* --- 新着リスト --- */
.update dl {
	width: 100%; /* 新着リストの幅 */
	margin: 0;
	border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
}

/* --- 日付エリア --- */
.update dt {
	width: 6.7em; /* 日付エリアの幅 */
	float: left;
	padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
}

/* --- 本文エリア --- */
.update dd {
	margin: 0;
	padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 120%;
}

/* 新着情報ページ用 */

.update2 {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:auto;
	width: 700px; /* 新着情報エリアの幅 */
	height:auto;
	font-size: 80%;
}

/* --- 見出し --- */
.update2 h3 {
	margin: 0 0 5px; /* 見出しのマージン（上、左右、下） */
	font-size: 100%;
}
/* --- 日付エリア --- */
dt.c1{
	width: 6.7em; /* 日付エリアの幅 */
	float: left;
	padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
	background-color:#CCC;
}

/* --- 本文エリア --- */
dd.c2{
	margin: 0;
	padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 120%;
	background-color:#CCC;
}

/* --- 日付エリア --- */
dt.c3{
	width: 6.7em; /* 日付エリアの幅 */
	float: left;
	padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
}

/* --- 本文エリア --- */
dd.c4{
	margin: 0;
	padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 120%;
}
/* ここまで */

.Ktitle{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:1140px;
	height:135px;
	background-image:url(../img/komesubtitle.jpg);
}

.Shtitle{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:1140px;
	height:135px;
	background-image:url(../img/shouhinannai.jpg);
}

.Ttitle{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:1140px;
	height:135px;
	background-image:url(../img/tennpo.jpg);
}

.Otitle{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:1140px;
	height:135px;
	background-image:url(../img/shinchaku.jpg);
}
/*コンテナ*/
.subbox{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding:0;
	width:1140px;
	height:auto;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*サブメニュー*/
.Smenuwrapper{
	margin:0;
	padding:0;
	width:220px;
	height:auto;
	float:left;
}

#Smenu{
	margin:0;
	padding:0;
	width:220px;
	height:auto;
}

.Skome{
		list-style-type: none;
}

.Skome a{
	float:left;
	margin:0 0 7px 0;
	padding:0;
	width:200px;
	height:46px;
	text-indent:-3000em;
	overflow:hidden;
	display:block;
	background-image:url(../img/submenu1.png);
	background-position:0 46px;
}

.Skome a:hover{
	background-position:0 0;
}

.Sshouhin{
		list-style-type: none;
}

.Sshouhin a{
	float:left;
	margin:0 0 7px 0;
	padding:0;
	width:200px;
	height:46px;
	text-indent:-3000em;
	overflow:hidden;
	display:block;
	background-image:url(../img/submenu3.png);
	background-position:0 46px;
}

.Sshouhin a:hover{
	background-position:0 0;
}

.Stenpo{
		list-style-type: none;
}

.Stenpo a{
	float:left;
	margin:0 0 7px 0;
	padding:0;
	width:200px;
	height:46px;
	text-indent:-3000em;
	overflow:hidden;
	display:block;
	background-image:url(../img/submenu2.png);
	background-position:0 46px;
}

.Stenpo a:hover{
	background-position:0 0;
}

.Sshinchaku{
		list-style-type: none;
}

.Sshinchaku a{
	float:left;
	margin:0 0 7px 0;
	padding:0;
	width:200px;
	height:46px;
	text-indent:-3000em;
	overflow:hidden;
	display:block;
	background-image:url(../img/submenu4.png);
	background-position:0 46px;
}

.Sshinchaku a:hover{
	background-position:0 0;
}

.Sotoiawase{
		list-style-type: none;
}

.Sotoiawase a{
	float:left;
	margin:0 0 7px 0;
	padding:0;
	width:200px;
	height:46px;
	list-style-type: none;
	text-indent:-3000em;
	overflow:hidden;
	display:block;
	background-image:url(../img/submenu5t.png);
	background-position:0 46px;
}

.Sotoiawase a:hover{
	background-position:0 0;
}

.fb-like-box{
	margin:10px 20px 0 0;
}
/* 内容部分 */

.Scon{
	margin:0 0 0 10px;
	padding:0;
	width:906px;
	height:auto;
	float:left;
	border:2px;
	border-color:#CCC;
	border-style:solid;
}

/* 店舗情報 */

.tenpophoto{
	width:599px;
	height:438px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:30px;
	padding:0;
}

.Scon h2{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:0;
	font-size:24px;
	font-weight:bold;
	color:#C63;
}

.tenpocon p{
	margin:0 30px 50px 30px;
	padding:0;
	width:100%;
	height:auto;
	text-align:left;
	font-size:18px;
	line-height:1em;
	
}

.tenpoI1{
	margin-bottom:10px;
	padding:0;
	width:100%;
	height:auto;
	text-align:left;
	font-size:18px;
	font-weight:bold;
}

.tenpoI2{
	margin-bottom:10px;
	padding:0;
	width:100%;
	height:auto;
}

.tenpoI3{
	margin-bottom:10px;
	padding-left:48px;
	width:100%;
	height:auto;
	text-align:left;
	font-size:18px;
	font-weight:bold;
}

.tenpoI4{
	margin:0 30px 10px 48px;
	width:828px;
	height:auto;
	font-size:18px;
	text-align:left;
	line-height:2em;
	border-bottom:#999 dotted 1px;
} 

.tenpoI5{
	margin:0;
	padding:0 0 10px 0;
}
/*
.tenpodata{
	margin:0 30px 0 30px;
	padding:0;
	float:left;
	width:400px;
	height:auto;
	text-align:left;
	border:#CCC;
}

.tenpodata td{
	padding:5px 10px 5px 5px;
	border-bottom:1px solid #CCC;
	vertical-align:top;
}
.gray1{
	margin:0;
	padding:10px 0 10px 0;
	background-color:#ffffcc;
}

.gray2{
	margin:0;
	padding:10px 0 10px 0;
	background-color:#FFF;
	border-bottom: 1px solid #c0c0c0;
}

.gray3{
	margin:0;
	padding:10px 0 10px 0;
	text-align:left;
	background-color:#FFF;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0; 
	
}


.tenpochusha{
	margin:0 30px 0 30px;
	padding:0;
	float:right;
	width:400px;
	height:auto;
	text-align:left;
}

.tenpomap{
	float:left;
	margin-bottom:10px;
}
*/

/* 米せんぺい */

.komeT{
	margin:20px 0 0 0;
	padding:0;
	width:906px;
	height:24px;
	font-size:24px;
	font-weight:bold;
	color:#C63;
}

.komesenphoto{
	margin:0 198px 0 198px;
	padding:0;
	width:510px;
	height:288px;
}

.komesenphoto2{
	margin:20px 313px 20px 313px;
	padding:0;
	width:280px;
	height:98px;
}

.komeshirokuro{
	margin:0;
	padding:0;
	float:left;
	width:400px;
	height:500px;
}

.komecon{
	margin:50px 20px 0 0;
	padding:0;
	float:left;
	width:486px;
	height:500px;
	text-align:left;
	font-size:18px;
	line-height:2em;
}

.meshiagari{
	margin:0 0 30px 20px;
	padding:0;
	float:left;
	text-align:left;
	width:466px;
	height:300px;
}

.meshiagariT{
	font-weight:bold;
	font-size:18px;
	}

.meshiagariC{
	font-weight:bold;
	}
	
.meshiagari2{
	margin:0 20px 30px 0;
	padding:0;
	float:left;
	text-align:left;
	width:400px;
	height:300px;
}
/* 商品紹介 */

.shouhinTopWrapper{
	margin:0 40px 0 40px;
	padding:0;
	float:left;
	width:826px;
	height:auto;
	text-align:left;
}

.shouhinWrapper{
	margin:10px 0 10px 40px;
	padding:0;
	float:left;
	width:413px;
	height:auto;
}

.itemphoto{
	margin:0 20px 0 0;
	padding:0;
	float:left;
	width:150px;
	height:150px;
}

.itemname{
	margin:70px 0 0 0;
	padding:0;
	width:243px;
	height:auto;
	float:left;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	
}

.itemname3{
	margin:10px 0 0 0;
	padding:0;
	width:243px;
	height:auto;
	float:left;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	
}

.itemp{
	margin:0;
	padding:0;
	width:243px;
	height:auto;
	float:left;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	
}

.shouhinWrapper2{
	margin:30px 0 10px 20px;
	padding:0;
	float:left;
	width:433px;
	height:160px;
}

.hassou{
	margin:0;
	padding:0;
	width:433px;
	height:26px;
	display:block;
}

.itemphoto2{
	margin:0 20px 47px 0;
	padding:0;
	float:left;
	width:169px;
	height:113px;
}

.itemname2{
	margin:0;
	padding:0;
	width:244px;
	height:auto;
	float:left;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	
}

.itemp2{
	margin:5px 0 0 0;
	padding:0;
	width:244px;
	height:auto;
	float:left;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	
}

.items2{
	margin:5px 0 0 0;
	padding:0;
	width:244px;
	height:auto;
	float:left;
	text-align:left;
	font-size:14px;
}

.itemk2{
	margin:5px 0 0 0;
	padding:0;
	width:244px;
	height:auto;
	float:left;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}

.shouhinWagashi{
	margin:0;
	padding:0;
	width:906px;
	height:32px;
	float:left;
}

.shouhinWagashiB{
	margin:0 10px 0 10px;
	padding:0;
	width:886px;
	height:auto;
	float:left;
	border-bottom:solid 2px #CCC;
}

.shouhinWagashi img{
	margin:0 0 0 10px;
	padding:0;
	width:200px;
	height:32px;
	float:left;
}

.shouhinKisetuno{
	margin:0;
	padding:0;
	width:906px;
	height:32px;
	float:left;
}

.shouhinKisetunoB{
	margin:0 10px 0 10px;
	padding:0;
	width:886px;
	height:auto;
	float:left;
	border-bottom:solid 2px #CCC;
}

.shouhinKisetuno img{
	margin:0 0 0 10px;
	padding:0;
	width:200px;
	height:32px;
	float:left;
}

.shouhinMochi{
	margin:0;
	padding:0;
	width:906px;
	height:32px;
	float:left;
}

.shouhinMochiB{
	margin:0 10px 0 10px;
	padding:0;
	width:886px;
	height:auto;
	float:left;
	border-bottom:solid 2px #CCC;
}

.shouhinMochi img{
	margin:0 0 0 10px;
	padding:0;
	width:200px;
	height:32px;
	float:left;
}

.kome_word{
	margin:10px 0 20px 20px;
	padding:0;
	width:886px;
	height:auto;
	float:left;
	text-align:left;
	font-size:18px;
	font-weight:bold;
}

.komejirushi{
	font-size:16px;
}

.chuou{
	font-size:16px;
	text-align:center;
}
/* 商品紹介ここまで */