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

* {
    margin: 0;
    padding: 0;
}

body {
	background:#fff9cc;
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	line-height:1.3em;
    font-size: 16px;
}

img{vertical-align:middle;}
	  
a {
	transition:0.3s;
	-webkit-transition:0.3s;
 　 -moz-transition:0.3s;
 　 -o-transition:0.3s;
	color:#313131;
	text-decoration:none;
	outline:none;
    border: medium none;
    cursor: pointer;
	}
a:hover {
	color:#707070;
	border: medium none;
	}
a:visited{outline:none;}	
a img {border: medium none;}
a.hover_bt:hover img,
a.hover_bt:focus img,
a.hover_bt:active img {
    opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

ul{list-style:none;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.txt_18{font-size:18px;font-size:128.57%;line-height:1.3em;}
.txt_10{font-size:10px;font-size:71.4%;line-height:1.3em;}
.txt_c{text-align:center;}
.txt_b{font-weight:bold;}

/*//////////////////////////////////////////////////////////////////////////////////////
ヘッダー
//////////////////////////////////////////////////////////////////////////////////////*/

#container{
	width:975px;
	margin:0 auto;
background:#fffce0;
}

/*//////////////////////////////////////////////////////////////////////////////////////
メイン
//////////////////////////////////////////////////////////////////////////////////////*/

#disc01 h2{
	margin:20px 0 0 160px;
}

ul.iof_list{
	margin:30px 0;
	text-align:center;
	}
.iof_list li{
	text-align:center;
	display:inline-block;
	width:30%;
	margin:0 10px;
	box-sizing:border-box;
	vertical-align:top;
}
.iof_list li img.en{
	max-width:248px;
	width:100%;
}

.iof_list li p{
	margin:20px 0 0;
}

.osusume{
	width:90%;
	margin:20px auto;
}
.osusume p{
	margin:-20px 0 0 20px;
	background:#fffef7;
	border-radius: 6px; /* CSS3草案 */ 
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 6px; /* Firefox用 */ 
	box-shadow:5px 5px 7px -5px #221714;
	-moz-box-shadow:5px 5px 7px -5px #221714;
	-webkit-box-shadow:5px 5px 7px -5px #221714;
	padding:25px 20px 10px ;
	box-sizing:border-box;
}

.img01{
	width:90%;
	margin:50px auto;
}
.img01 img{
	max-width:735px;
}

/*//////////////////////////////////////////////////////////////////////////////////////
商品一覧
//////////////////////////////////////////////////////////////////////////////////////*/
#disc02{
	width:90%;
	margin:50px auto 0;
}
.uramen{
	margin:30px 0 5px 50px;
}
ul.item_list li{
	margin-bottom:50px;
	width:33.333%;
	display:inline-block;
	vertical-align:top;
	text-align:center;	
}

ul.item_list li .item_list_img{
	max-width:100%;
}

.shiyou{
	width:492px;
	margin:30px auto;
}

.shiyou p{
	width:376px;
	float:left;
	margin:50px 10px 0 0;
}
.shiyou .shiyou_img{
	width:106px;
	float:right;
}

.address{
	text-align:right;
	margin:50px 20px 0;
	padding-bottom:50px;
}
.banner{
	width:492px;
	margin:50px auto 20px;
}
.banner P{
	font-weight:bold;
	margin-bottom:10px;
}
.bt_home02{
	width:204px;
	margin:40px auto;
}
.bt_home{
	width:112px;
	margin:20px auto;
}

