@charset "utf-8";

html, body {font-size: 62.5%;
height: 100%;}  /*高さ100%に指定*/

body {
	margin: 0;
	padding: 0;
	background:#750730 url(../img/back.jpg);
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6em;
}

#waku{
	width:980px;
	background:url(../img/waku.gif);
	margin: 0 auto;
}

#main{	
  width: 940px;  
  background:
  url(../img/nav_back.png) no-repeat #f5dcb5;
  margin:0 20px;
}

h1{
	margin:0;
}

h2{
	margin:0 80px 10px;
	font-size: 1em;
	font-weight:bold;
}

p{
	margin:10px 80px;
}

.line{
	margin:0 0 20px;
}

.comment{
	border-top: 3px solid #e9d0a5;
	border-left: 3px solid #e9d0a5;
	border-right: 3px solid #886637;
	border-bottom: 3px solid #886637;
	padding: 30px;
	background:url(../img/comment_back.png) #e8c65b;
	margin:10px 80px;
	font-weight:bold;
	color:#5E4C21;
}

.img_right{
	float: right;
	padding: 0 80px 0 20px;
}

.img_left{
	float: left;
	padding: 10px 20px 0 80px;
}

.img_right2{
	float: right;
	padding: 0 0 0 20px;
}

.img_bottom{
	margin-bottom:20px 0 10px;
}

.gototop {
	padding:10px 40px 0 0;
    text-align: right;
}

a:hover img.over{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

/*ナビ*/

.global-nav{
	margin:0;
	padding:0;
	height: 40px;
}


.global-nav ul{
	list-style: none; /* リスト形式を削除 */
	margin:0;
	padding:0;
}

 /* リストを横並びに */
.global-nav ul li{
	width: 134px;
	height: 40px;
	float: left;
}
.global-nav ul li a{
	text-indent: -9999px; /* テキストをふっとばす */  
	text-decoration: none;  
	display: block;  
	width: 134px;  
	height: 40px;  
	background-image:url(../img/menu.png);  
	background-repeat: no-repeat;
}

 /* a要素の背景の指定  ※左の数字がx軸、右の数字がy軸*/
.global-nav ul li#menu1 a { background-position: 0 0; }   
.global-nav ul li#menu2 a { background-position: -134px 0px; }  
.global-nav ul li#menu3 a { background-position: -268px 0px; }  
.global-nav ul li#menu4 a { background-position: -402px 0px; }  
.global-nav ul li#menu5 a { background-position: -536px 0px; }
.global-nav ul li#menu6 a { background-position: -670px 0px; } 
.global-nav ul li#menu7 a { background-position: -804px 0px; }


.global-nav ul li a:hover{
	text-decoration: none;  
	background-image:url(../img/menu.png);  
	background-repeat: no-repeat;   
}

/* a:hover要素の背景の指定 ※左の数字がx軸、右の数字がy軸*/
.global-nav ul li#menu1 a:hover { background-position: 0 -40px; }   
.global-nav ul li#menu2 a:hover { background-position: -134px -40px; }  
.global-nav ul li#menu3 a:hover { background-position: -268px -40px; }  
.global-nav ul li#menu4 a:hover { background-position: -402px -40px; }  
.global-nav ul li#menu5 a:hover { background-position: -536px -40px; }
.global-nav ul li#menu6 a:hover { background-position: -670px -40px; }  
.global-nav ul li#menu7 a:hover { background-position: -804px -40px; }

/*壁紙*/

#wall{
	background: url(../img/wall_bg.jpg) no-repeat #f5ca87;
	height: 500px;
	padding: 0;
	margin: 0;
}

.walltext{
	padding: 120px 200px 0 200px;
	text-align: center;
}

#wall_bottom{
	padding: 0;
	margin: 0;
}


/*商品概要*/

table{
	width:900px;
	padding:20px 100px;
	border-spacing:0;
	
}

th{
	padding:0;
	width:100px;
	border-bottom:1px dashed #764A01;
	text-align:left;
}

td{
	padding:0;
	border-bottom:1px dashed #764A01;
}

.link01{
	width:642px;
	margin-left: auto;
	margin-right: auto;
}

.hide{
	visibility: hidden;
}

#footer{
	padding:10px;
	margin:10px 30px 0 30px;
	border-top:solid 1px #aaa;
	text-align:center;
	font-size: smaller;
}

/*壁紙プレゼント*/

#present{
	background: url(../img/wall_bg.jpg) no-repeat #f5ca87;
	height: 700px;
	padding: 0;
	margin: 0;
}

.pretext{
	padding: 120px 200px 20px 200px;
	text-align: center;
}


.kabegami{
	font-size:0.8em;
	line-height:1.6em;
	padding:0;
	margin:0;
}

.kabegami ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	padding-left:180px; 
	width: 580px;
}


.kabegami li {
	flex-grow:1;
	list-style-type: none;
	justify-content: space-between;
	margin: 0px 10px;
}

.kabegami li img {
	width: 250px;
}

.size{
	width: 250px;
	font-weight: bold;
	margin:0;
	text-align: center;
}

.text{
	margin:0;
}

.setting table{
	width:800px;
	padding:0 0 0 150px;
	border-spacing:0;
	
}

.setting th{
	padding:0;
	width:100px;
	border-bottom:1px dashed #764A01;
	text-align:left;
}

.setting td{
	padding:0;
	border-bottom:1px dashed #764A01;
	
}

