@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: 16px;
	_font-size: 16px;
	color: #000;
	background-color: #f0f2f8;
}
input, select, textarea {
	font-family: "メイリオ", Meiryo, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	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,img,input {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
 transition: all 0.4s ease-out 0s;
}
a img:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
a {
	color: #D90000;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: none;
}
label {
	cursor: pointer;
}
/* font */
.bold {
	font-weight: bold;
}
.txt-center {
	text-align: center;
}
.txt-right{
	text-align: right;
}
.txt-s-80{
	font-size: 80%;
}
.txt-s-120{
	font-size: 120%;
}
.txt-s-150{
	font-size: 150%;
}
/* margin/padding */
body .m-b-0{
	margin-bottom: 0;
}
body .m-b-10{
margin-bottom: 10px;
}
body .m-b-20{
margin-bottom: 20px;
}
/* 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;
}
