@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	
	-webkit-text-size-adjust: 100%;
			text-size-adjust: 100%;
			
	/*
	font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	*/
	
	-webkit-transition-duration:0.0s;
	-webkit-transition-delay:0.0s;
	-webkit-animation-duration:0.0s;
	-webkit-animation-delay:0.0s;
	transition-property:all;
	transition-duration:0.0s;
	transition-delay:0.0s;
	animation-duration:0.0s;
	animation-delay:0.0s;
	
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

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;
	background:transparent;
}

html{
	font-size: 62.5%;
}

body {
	line-height: 1.5;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
 
h1,h2,h3,h4,h5,h6
{
	font-weight:300;
}

nav ul {
	list-style:none;
}
 
blockquote, q {
	quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

ul li
{
	margin-left:1.5em;
}
ol li
{
	margin-left:2.5em;
}

a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}
 
table {
	/*border-collapse:collapse;*/
	border-spacing:0;
	width:100%;
}
 
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;	
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
 
input, select {
	vertical-align:middle;
}

img, canvas, iframe, video, svg { max-width: 100%; }

img {vertical-align:bottom;}

a,a:link {
	text-decoration:none;
	cursor:pointer;
}

a:hover {
	text-decoration:underline;
}

a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.clearfix:after,
.clearfix:before
{
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	width: 0px;
	visibility: hidden;
	overflow:hidden;
}

