@charset "UTF-8";

/*共通
---------------------------------------*/
*{
margin: 0;
padding: 0;
}

a{
text-decoration:none;
border:none;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
color: #000;
}

a:hover{
opacity: 0.7;
}

img{
line-height: 0;
border:none;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
vertical-align: middle;
}

body{
background: #fff;
color: #000;
text-align: left;
font-size: 14px;
line-height: 1;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper{
position: relative;
width: 100%;
min-width: 980px;
margin: auto;
}


/*#header
---------------------------------------*/
#header{
position: relative;
background: #EB6D61;
padding: 6px 0;
text-align: center;
}

#header ul{
position: relative;
overflow: hidden;
list-style: none;
width: 980px;
margin: auto;
border-right: solid 1px #F4E8D1;
}

#header ul li{
position: relative;
float: left;
width: 192px;
height: 47px;
line-height: 47px;
font-size: 16px;
letter-spacing: 2px;
border-left: solid 1px #F4E8D1;
}

#header ul li a{
display: block;
color: #F4E8D1;
}

#header ul li a img{
margin-right: 5px;
}


/*#contents
---------------------------------------*/
#contents{
position: relative;
}

h1{
margin: 0;
text-align: center;
line-height: 0;
}

.fixed{
position: fixed !important;
top: 0;
}

#pagetop{
position: absolute;
right: 0;
width: 174px;
height: 50px;
line-height: 50px;
font-size: 12px;
background: #EB6D61;
z-index: 5;
}

#pagetop a{
display: block;
color: #fff;
background:url(../images/common/pagetop.png) no-repeat 14px center;
padding-left: 53px;
}


/*#footer
---------------------------------------*/
#footer{
text-align: center;
color: #fff;
font-size: 15px;
background: #EB6D61;
padding: 26px 0;
}
