/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{margin:0;padding:0;border:0;font-weight:inherit;}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}body{line-height:1}a img{border:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}table,td,th{}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}button::-moz-focus-inner{border:0}

body{
	background-color: #fff;
	color: #4d4d4d;
	font-size: 12px;
	line-height: 1.8em;
	font-family:"メイリオ", Meiryo, sans-serif;	
}

a{
	color: #4d4d4d;
	text-decoration:none;
}

p{
	margin-bottom: 10px;
}

h1{font-size: 20px;font-weight: bold;}
h2{font-size: 18px;font-weight: bold;}
h3{font-size: 18px;}
h4{font-size: 16px;}
h5{font-size: 14px;}

.clear{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}
@media screen and  (max-width: 800px) {
body{
	font-size: 0.7rem;
}
.tbhd{
	display: none;
}
}
@media screen and  (min-width: 641px) {
#container{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
#container img{
	width:100%;
}
.pchd{
	display:none;
}
}
@media screen and  (max-width: 640px) {
#container{
	width:100%;
}
#container img{
	width:100%;
	margin:0 auto;
}
.sphd{
	display:none;
}
}