﻿/*******************************************************************************
  reset
********************************************************************************/
*{box-sizing: border-box;}
#commonHeader, #commonFooter{
	/* overflow-x:hidden; */
	box-sizing: border-box;
	color: #333;
	font: 10px/1.3 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
@media screen and (min-width:737px) and (max-width: 849px) {
	#commonHeader, #commonFooter{
		font: 9px/1.3 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	}
}
body {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size: 100%;
}
ul, ol, li, dl, dt, dd {
	list-style:none outside none;
	margin:0;
	padding:0;
}
div, pre, form, fieldset, input, textarea, p, th, td {
	margin:0;
	padding:0;
}
fieldset, img, a img { border:0 none; }
img {
	margin:0;
	padding:0;
	vertical-align:bottom;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
}
th {
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
a, a:link {
	text-decoration: underline;
	background-color: transparent;
	color:#0066CA;
}
a:hover, a:active {
	background-color: transparent;
	text-decoration:none;
	color: #ff6600;
}
a, a:link{background:none; text-decoration:none;}

