@charset "utf-8";
/* CSS Document */

/* リセット */
html,
body {
	margin:0;
	padding:0;
	height:100%;
}

/* --OTHER TAGS-- */
a img, img {
	outline: none!important;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px;
	padding: 0px;
}
header, hgroup, nav, aside, footer, article, section, blockquote, figure, figcaption, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li , ol , p , pre, span, td, th, ul{
margin:0;
padding:0;
}
header, hgroup, nav, aside, footer, article, section,  figure, figcaption {
	display: block;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, var {
	font-style:normal;
	font-weight:normal;
}

caption, th {
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%; 
	}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bold;
	margin: 0 0 0.2em;
	clear: both;
}
P, ul, ol, pre {
	margin-bottom: 0.85714286em;
}
P {
	text-align:justify;
	text-justify: inter-ideograph;  
}
ul  {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 1.8em;
	margin-bottom: 0.8em;
}
ul li {
	margin-bottom: 0.4em;
}
ul ul {
	margin-bottom: 0.4em;
}

ol{
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 0.8em;
	padding-left: 1.8em;
}
ol li {
	margin-bottom: 0.4em;
}
pre  {
	font-size:120%;
}
q:before, q:after {
content:'';
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:2px 6px;
vertical-align:baseline;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:92.3%;
	margin-bottom: 0.8em;
	background-color: #FFF;
}
table caption {
	text-align: left;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2px;
	font-weight: bold;
}
th, td {
	padding: 0.4em 0.4em 0.2em;
	border: 1px solid #CCCCCC;
}
thead th {
	background-color: #d7dfed;
	font-weight: normal;
}
th {
	background-color: #F9F8EA;
	margin-top: 0.4em;
	font-weight: normal;
}
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	color: #c00;
}
strong {
	font-weight: bold;
	letter-spacing: normal;
}
em {
	font-style: italic;
}
blockquote {
	border-left: 2px solid #336699;
	padding-left: 0.8em;
}
	
/*フロート解除用CSS*/

/* clearfix */
.clearfix:after {
	content:"";
	display:block;
	clear:both;
	height: 0px;
	width: 100%;
}
	
	
/*汎用クラス*/
.btn {
}
.fltL {
	float: left;
	margin:0 15px 5px 0;
}
.fltR {
	float: right;
	margin:0 0 5px 15px;
}
.algnL {
	text-align: left;
}
.algnR {
	text-align: right;
}
.algnC {
	text-align: center;
}
/*汎用クラスWP用*/
.alignleft{
	float: left;
	margin:0 15px 5px 0;
}
.alignright{
	float: right;
	margin:0 0 5px 10px;
}
.aligncenter{
	margin:0 auto 15px;
	text-align: center;
}
.clear_left {
	clear: left;
}
.mrgnT0 {
	margin-top: 0 !important;
}
.mrgnL0 {
	margin-left: 0 !important;
}
.mrgnL5 {
	margin-left: 5px !important;
}
.red {
	color: #c00;
}
.fs-12px {
	font-size: 92.3%;
}
.fs-11px {
	font-size: 84.62%;
}
.fs-18px {
	font-size: 138.461538%;
}
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}