@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,
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, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
line-height: 1;
}

article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
display: block;
}
html{}
body {line-height: 1;}
address,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;
font-weight:normal;
}
h1,
h2,
h3,
h4,
h5,
h6{
font-size:100%;
font-weight:normal;
}
ol, ul{list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img{
	max-width:100%;
	/*width:auto;*/
	height:auto;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
a img{border:none;}
a:link,/* 未訪問のリンク */
a:visited,/* 訪問済みのリンク */
a:active{/* 選択中のリンク */
	color: #000;
	text-decoration:none;
}
a:hover{/* ポイント時のリンク */
	color: #000;
	text-decoration:none;
	opacity:0.6;
	transition: .2s all ease-out;
}
/*
 .clearfix
=====================*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
}
/*
 .box-sizing
=====================*/
.boxSizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
