@charset "utf-8";

/* RESET
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0; margin: 0px; padding: 0px;}

ol, ul, li {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
img {vertical-align: bottom; max-width:100%; height: auto;}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body {
	font-size: 80%;
	line-height: 140%;
	color:#251E1B;
	background-color:#fff;
	-webkit-text-size-adjust:100%;

}
.clearfix:after {content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix {min-height: 1px;}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

p {font-size: 1.0em; color: #333;}

a {outline: medium none;}
a:link {color: #333;text-decoration: none;}
a:visited {color: #333;text-decoration: none;}
a:hover {color: #333;text-decoration: underline;}
img {vertical-align: bottom; border:none; width:auto; height: auto; max-width:100%;}
a img {border: none;}

.left {float:left;}
.right {float:right;}

.pc-only {display: none;}
.sp-only {display: block;}
.dispnone {display:none;}

.wrap, .inner, .visual {margin: 0 auto; width:100%; height: auto;}
.wrap:after, .inner:after, .visual:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}