@charset "utf-8";
/* CSS Document */

body {
	font-family: "メイリオ", Meiryo, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 100%;
	_font-size: 100%;
	color: #443717;
	background-color: #fff;
}
input, select, textarea {
	font-family: "メイリオ", Meiryo, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	line-height: 1.5;
	letter-spacing: .1em;
	padding: 5px;
	border: 1px solid #ccc
}
/* box-sizing */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #004E90;
	text-decoration: none;
}
a:active, a:hover {
	color: #004E90;
	text-decoration: underline;
}
label {
	cursor: pointer;
}
/* Display */
.pc-no {
	display: none;
}
.sp-no {
	display: block;
}
/* align */
.left {
	text-align: left;
}
/* font */
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.txt-red {
	color: #CC0000;
}
.txt-blue {
	color: #133B77;
}
.txt-blue02 {
	color: #1E5CBA;
}
.txt-s-70 {
	font-size: 70%;
}
.txt-s-80 {
	font-size: 80%;
}
.txt-s-140 {
	font-size: 140%;
}
/* margin */
.m-b-10 {
	margin-bottom: 10px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.m-b-50 {
	margin-bottom: 50px;
}
/* float clear */
.clearfix {
	overflow: hidden;
	min-height: 1%;  /* for IE 7*/
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
/* \*/
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* */

/* or */
.clear {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
}
