@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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {display: block;}
html{
	overflow-y: scroll;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 62.5%;
}
*, *:before, *:after {box-sizing: border-box;}
blockquote, q {quotes: none;}
a{text-decoration: none;}
blockquote:before, blockquote:after, q:before, q:after {content: none;}
input, textarea {margin: 0; padding: 0;}
input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder {color: #888;}
input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {-webkit-appearance: none;}
ol, ul{list-style: none;list-style-type: none;}
input[type="submit"]{cursor: pointer;}
table{border-collapse: collapse; border-spacing: 0;width: 100%;}
caption, th{text-align: left;}
a:focus {outline:none;}
.clearfix:before, .clearfix:after{content:"";display: table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}
img {max-width:100%; vertical-align: bottom;}

/****************************************

		Utility

*****************************************/

.clear {clear: both;}
.fl {float: left;}
.fr {float: right;}
.tl {text-align: left;}
.tr {text-align: right;}
.tc {text-align: center;}
.u_line{text-decoration: underline;}
.mh10 {margin: 10px 0;}
.mh15 {margin: 15px 0;}
.mh20 {margin: 20px 0;}
.mh30 {margin: 30px 0;}
.mh40 {margin: 40px 0;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.ph5  {padding: 5px 0;}
.ph10 {padding: 10px 0;}
.ph15 {padding: 15px 0;}
.ph20 {padding: 20px 0;}
.ph30 {padding: 30px 0;}
.ph40 {padding: 40px 0;}
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.block{display: block!important;}
.none{display: none;}
.hov:hover{opacity:.7;}
small{font-size: .9rem;}
.sans-serif{font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho"}
.f9{font-size: .9rem;}
.f10{font-size: 1rem;}
.f11{font-size: 1.1rem;}
.f12{font-size: 1.2rem;}
.f13{font-size: 1.3rem;}
.f14{font-size: 1.4rem;}
.f15{font-size: 1.5rem;}