@charset "UTF-8";



/*
font-size percent/px (100% = 14px)
 72% = 10px
 79% = 11px
 86% = 12px
 93% = 13px
100% = 14px
108% = 15px
115% = 16px
122% = 17px
129% = 18px
136% = 19px
143% = 20px
150% = 21px
158% = 22px
165% = 23px
172% = 24px
179% = 25px
186% = 26px
*/



body {
margin: 0;
padding: 0;
/* 基本のフォントサイズ  */
font-size: 14px; 
line-height: 1.0em;
-webkit-text-size-adjust: none;
color: #6e5734;
}

body {
font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}

h1,h2,h3,h4,h5,h6,p,th,td,dl,ul,ol,caption,blockquote,input,select,textarea,div {
margin: 0;
padding: 0;
font-size: 100%;
line-height: 1.8em;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
display: block;
margin: 0;
padding: 0;
}

input,select,textarea {
margin: 0;
padding: 0;
}

*:focus {
outline: none; 
}

img {
border: none;
vertical-align: bottom;
}

form {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}

table,th,td {
border-collapse: collapse;
border-spacing: 0;
}

blockquote {
margin: 0 0 0 30px;
}

small {
font-size: 86%;
line-height: 1.5em;
}

strong, em {
font-style: normal;
font-weight: bold;
}



/* ClearFix  --------------------------------------------------- */

.ClearFix {
zoom: 1;
}

.ClearFix:after {
content: ""; 
display: block; 
clear: both;
}

header, #Footer, #GlobalNav, #Stage, #PageTop, .IndexMenu, .IndexMenu2, .TabMenu, .LRBox {
zoom: 1;
}

header:after, #Footer:after, #GlobalNav:after, #Stage:after, #PageTop:after, .IndexMenu:after, .IndexMenu2:after, .TabMenu:after, .LRBox:after {
content: ""; 
display: block; 
clear: both;
}
