@charset "utf-8";

/* ■■ 初期化 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, audio, video,
input,textarea{
	margin:0;	padding:0;
	border:none;
	font-size:100%;	font-style:normal;
	word-break:break-all;
}
body {
	background: #fff;
	color:#333333;
	font-size: 0.875em;/* 14px */
	font-family: "MS Pゴシック","ＭＳ Ｐゴシック",sans-serif;
}
input,
textarea {
	font-family: "MS Pゴシック","ＭＳ Ｐゴシック",sans-serif;
	font-size: 100%;
	letter-spacing: 1px;
	background: #ffffff;
}
select{	border: none;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li {	list-style:none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
h1,h2,h3,h4,h5,h6,dt,th,
strong,em {
	font-style:normal;
	font-weight:bold;
}
li {	list-style:none;}
table {	border-collapse:collapse;}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
a:link {		color:#2977bf;	text-decoration: none;}
a:visited {	color:#2977bf;	text-decoration: none;}
a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	text-decoration: none;
}
a:active {	color:#2977bf;	text-decoration: none;}
:focus {	outline: 0;}
ins {
	text-decoration: none;
	background-color:#ff9;
	color:#000;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {	text-decoration: line-through;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
	margin:0;	padding:0;
	border:none;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
.clearfix {
	_height: 1px;
	min-height: 1px;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}