@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;
}

html {  
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}
@media only screen and (min-width: 531px){
	body {
		font: 100%/1.5 "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
		margin: 0;
		padding: 0;
		background: #fff url(../img/background/menu.png) repeat-y left top;
	}
}
@media only screen and (max-width: 530px) {
	body {
		font: 100%/1.5 "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
		margin: 0;
		padding: 0;
		background: #fff;
	}
}

h1{
	font-size: 18px;
}

h2{
	font-size: 16px;
}

h3, h4{
	font-weight:normal;
	font-size: 14px;
}

p {
	font-size: 14px;
	clear: none !important;
}
a {
	text-decoration: underline;
	font-size: 12px;
	text-align:left;
}

a:hover, a:active, a:focus a:visited{ 
	text-decoration: underline;
}

table {
    border-collapse:collapse;
    border-spacing:0;
	overflow: auto;
	max-width: 100%;
}

img { 
	border: none;
	vertical-align: middle;
	max-width: 80%;
	height: auto;
	width: auto;
}
table p img{
	height:16px;
}
table .img img{
	width:80%;
}
span img,
.note img,
.text img,
.accordion_title a img,
p img,
h3 img{ 
	height:16px;
}
div img {
	vertical-align: middle;
	text-align: center;
}
