@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, p, a,
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;
    vertical-align:baseline;
    background:transparent;
	list-style-type: none;
	text-decoration:none;
	outline: none;
}
body {
	font: 100%/1.4 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	background: #fff;
}

input, select {
    vertical-align:middle;
}

a {
    margin:0;
    padding:0;
	text-decoration: underline;
    font-size:90%;
    vertical-align:baseline;
    background:transparent;
	line-height:1.3em;
	text-align:left;
}

a:hover, a:active, a:focus a:visited{ 
	text-decoration: none;
}
b{
}
p {
	font-size: 90%;
	text-align:left;
	margin: 0px;
	padding: 5px;
	border: none;
	font-style: normal;
	list-style-type: none;
	line-height: 1.3em;
	clear: both;
	display:inline-block;
}
@media screen and (max-width: 414px) {
	p {
		font-size: 75%;
	}
}