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

* {
    margin: 0;
    padding: 0;
}

body {
	background:#fbe1ea;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:1.3em;
    font-size: 14px;
}

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;}

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

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

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

#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_relative{
	position:relative;
}
.iof_list_absolute{
	position:absolute;
	top:-10px;
	left:180px;
}

.iof_list li p{
	margin:20px 0 0;
}
.iof_list li p span{
	display:block;
	margin-bottom:10px;
}

/*//////////////////////////////////////////////////////////////////////////////////////
商品一覧
//////////////////////////////////////////////////////////////////////////////////////*/
.gift_img{
	width:85%;
	margin:20px auto;
}
.gift_img img{width:100%;}

.item_list{
	width:90%;
	margin:50px auto;
}
.item_list .p{
	width:50%;
	float:left;
}

.item_list .pp{
	width:50%;
	float:right;
}


.osusume{
	width:90%;
	margin:20px auto;
}
.osusume p{
	margin:-20px 0 0 50px;
	background:#fff;
	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;
	line-height:1.7em;
}
.shiyou{
	margin:30px 0 0 80px;
	line-height:1.7em;}
.shiyou img{margin-bottom:15px;}
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;
}

