@charset "UTF-8";

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:baseline;
	box-sizing: border-box;
}

html{
	background:#fff;
}
body {
	line-height:1;
	font:small  "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	background:#fff;
	color:#000;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '.';
	visibility: hidden;
	height: 0;
}


img{
	vertical-align :bottom;
}
@media screen and (max-width: 768px) {
	img{
		width: 100%;
		height: auto;
	}
}



a{
	color:#000;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
}

a:hover{
	color:#0c9b01;
	text-decoration: none;
}
 
a img:hover {
	opacity: 0.7 ;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
