@charset "utf-8";
/* CSS Document */

* {
	font-family:
		"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3",
		"HIragino Kaku Gothic Pro W3",
		"HIragino Kaku Gothic Pro",
		Osaka,
		"ＭＳ Ｐゴシック", "MS P Gothic",
		sans-serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	border:1px solid #CCC;
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

.f_l {
	float:left;
}

.f_r {
	float:right;
}

.t_c {
	text-align:center;
}

.t_l {
	text-align:left;
}

.t_r {
	text-align:right;
}

strong, .t_b {
	font-weight:bold;
}

.t_u {
	text-decoration:underline;
}

.block img {
	display:block;
}

.small {
	font-size:0.8em;
}

.bg_green {
	background-color:#0D9958;
}

.bg_white {
	width:900px;
	margin:0 auto;
	background-color:rgba(255,255,255,0.90);
}

.bg_white02 {
	background-color:#fff;
}

.blue {
	color:#1d2088;
	font-weight:bold;
}

.bg_blue {
	background-color:#4C92FF;
	width:900px;
	margin:0 auto;
}

.bg_orange {
	background-color:#E66610;
}

.bg_white_sp {
	margin:0 auto;
	background-color:rgba(255,255,255,0.85);
}

.bg_blue_sp {
	background-color:#4C92FF;
	margin:0 auto;
}

.bg_red {
	background-color:#c30d23;
}

.white {
	color:#fff;
}
