@charset "UTF-8";

/* ==================================================
reset
================================================== */
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:top;
    background:transparent;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
}
body {
	margin:0;
	padding:0;
	font-size:85.7%;
	line-height:1.6;
	color:#333333;
	background-color:#fff;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
noscript {
	text-align:center;
}
form,
input,
select,
textarea {
	font-size:100%;
	vertical-align:middle;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
}
input, select {
    vertical-align:middle;
}
a,
a:link,
a.skip {
	color:#774112;
	background-color:transparent;
}
a:hover {
	color:#FF0033;
	background-color:transparent;
}
nav ul {
    list-style:none;
}
img {
	border:none;
	vertical-align:top;
	max-width:100%;
	height:auto;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
noscript {
	text-align:center;
	padding:5px 0;
}