/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

htm;{
	font-size:62.5%;
}

body {
    line-height:1;
    background-color:white;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*contents*/

#wrapper{
	width:100%
	margin:0 auto;
	display:block;
}

#wrapper img{
	width:100%;
	display:block;
}

#footer ul{
	text-align:center;
}

#footer li{
	padding:0 5px;
	border-right:solid 1px #69553a;
	list-style:none;
	display:inline-block;

}

#footer li:last-child{
	padding:0 5px;
	border:none;
	list-style:none;
	display:inline-block;

}

#footer li a{
	text-decoration:underline;
	color:#69553a;

}

#footer li a:hover{
	text-decoration:underline;
	color:#69553a;

}

#footer li a:visit{
	text-decoration:underline;
	color:#69553a;

}

#footer ul:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

#footer{
	width:100%;
	text-align:center;
}

.copyright{
	margin:30px 0 60px 0;
	color:#69553a;
}

.text{
	width: 100%;
	padding: 10px 0 80px 0;
	font-size:1rem;
	line-height:2.5rem;
}

.text p{
	padding-left:50px;
}

.entry{
	width:100%;
	background:url(./images/entry-background.png) repeat-y;
	background-size:contain;
}

.entry img{
  position: relative;
  top:-30px;
	margin:0 auto;
}

.textbox53{
	background:url(./images/warew_sp_lp_1114_2-00-53-background.png) repeat-y;
	background-size:contain;
}

.textbox53 .text p{
	padding-left:80px;
}


.textbox57 dt img{
	margin:0 auto;
}

#acMenu dt{
    display:block;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    }
#acMenu dd{
    background:#f2f2f2;
    line-height:50px;
    text-align:center;
    display:none;
    }

.on{
	display:none;
}

#acMenu_bottom {
    display: block;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
