@charset "shift_jis";

/*------------------------------------------------
	reset
--------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
}
div,dl,dt,dd,p,form {
	margin: 0;
	padding: 0;
}
input,select,button,textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: middle;
	line-height: normal;
}
table,tr,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
tr,th,td {
	font-weight: normal;
	font-size: 100%;
	vertical-align: top;
	text-align: left;
}
ol,ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
address,em,strong {
	font-style: normal;
	font-weight: bold;
}
img {
	border: 0;
	vertical-align: bottom;
}

/*------------------------------------------------
	common
--------------------------------------------------*/
body {
	font-family: 'MS P Gothic','‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
	font-size: 75%;
	color: #333;
}
p {
	/* line-height: 1; */
}
a {
	overflow: hidden;
	outline: none;
	text-decoration: none;
	color: #4694c5;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.clearfix:after {
	content: "."; display: block; clear: both; height: 0; line-height: 0; font-size: 0; visibility: hidden;
}
.clearfix {
	_height: 1px; min-height: 1px;
	*zoom: 1;
}
* html .clearfix {
	height: 1%;
	display: inline-block;
}

/*------------------------------------------------
	HTML5
--------------------------------------------------*/

article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section { display: block; }
object, audio, video { margin:0; padding:0; border:0; font-size:100%; }
time, mark {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	border: 0;
	background: transparent;
	line-height: 1;
}