@charset "Shift_JIS";
/*----------------------------------------

	format CSS

	- default
	- body
	- font
	- link
	- margin
	- padding
	- float
	- clear
	- clearfix

-----------------------------------------*/

/*----------------------------------------
	default
-----------------------------------------*/
body, div, dl, dt, dd, th, td, ul, ol, li,
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, strong, em, p {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

th {
	text-align: left;
	font-weight: normal;
}

li {
	list-style: none;
	vertical-align: bottom;
}

li img {
	vertical-align: top;
}

img, table {
	border: 0;
}

hr {
	display: none;
}

html {
	overflow-y: scroll;
}

input, textarea, select {
	color: #555555;
	font-size: 12px;
	font-family:
		"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",
		"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",
		sans-serif;
}

/*----------------------------------------
	body
-----------------------------------------*/
body {
	background-color: #ffffff;
	color: #555555;
	font-size: 12px;
	line-height: 140%;
	font-family:
		"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",
		"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",
		sans-serif;
}

.bg_gray {
	background: #eeeeee;
}

/*----------------------------------------
	font
-----------------------------------------*/

/* font_size */
.f_small {
	font-size: 10px;
	line-height: 140%;
	float: right;
}

.f_learge {
	font-size: 14px;
	line-height: 150%;
}

/* weight, color */
.strong {
	font-weight: bold;
}

.l_blue {
	color: #333333;
}

.blue {
	color: #006be3;
}

.red {
	color: #d10000;
}

.white {
	color: #ffffff;
}

.al_center {
	text-align: center;
}

/* indent */
.indent05 {
	text-indent: -0.5em;
	margin-left: 0.5em;
}

.indent10 {
	text-indent: -1em;
	margin-left: 1em;
}

/*----------------------------------------
	link
-----------------------------------------*/
a:link,
a:visited {
	color: #1d6be0;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #1d6be0;
	text-decoration: none;
}

/*----------------------------------------
	margin
-----------------------------------------*/
.mg_t20 {
	margin-top: 20px;
}

.mg_t30 {
	margin-top: 30px;
}

.mg_b5 {
	margin-bottom: 5px;
}

.mg_b10 {
	margin-bottom: 10px;
}

.mg_b15 {
	margin-bottom: 15px;
}

.mg_b20 {
	margin-bottom: 20px !important;
}

.mg_b30 {
	margin-bottom: 30px;
}

.mg_b50 {
	margin-bottom: 50px;
}

/*----------------------------------------
	padding
-----------------------------------------*/
.pd_20 {
	padding: 20px;
}

.pd_b20 {
	padding-bottom: 20px;
}

.pd_b30 {
	padding-bottom: 30px;
}
/*----------------------------------------
	float
-----------------------------------------*/
.float_l {
	float: right;
	margin-bottom: 20px;
	width: 630px;
	text-align: right;
}

.float_r {
	float: right;
}

/*----------------------------------------
	clear
-----------------------------------------*/
.clear {
	clear: both;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.clearfix {
	display: inline-block;
	position: relative; /* DW */
}

/* Hides from IE-mac \*/
.clearfix {
	display: block; 
}
/* End hide from IE-mac */
