@charset "utf-8";



html, body, div, span, applet, object, iframe,
h1, 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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border: 0;


}

html {
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', "Yu Gothic" , Meiryo, sans-serif;
	background:#FFFFFF;
	overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

p {
	margin: 0;
}

ol,ul,dl {
	text-indent: 0;
}

li {
	list-style: none;
}

fieldset,img {
	border: 0;
}

img{
	padding:0;
	margin:0;
	border:0;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

abbr,acronym {
	border: 0;
}

#key .content h2.h2_top{margin-top:20px !important;}


a:visited {
	text-decoration:none;
	color:#181818;
}

a:hover {
	text-decoration:none;
	color:#6aa9ff;
}

a:active {
	text-decoration:none;
	color:#053a82;
}

a {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}


.clearfix:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.inner:after,ul:after,#site_path ul:after,section:after,.inner:after,.set:after,.center_box:after{
    clear: both;
	content: "";
	display: block;
	visibility: hidden;
}

* {
	box-sizing: border-box;
}