@charset "utf-8";

/* Contents
 * ****************************
 *
 * 1: general style
 * 2: body
 * 3: container
 * 4: header
 * 5: content
 * 6: navi
 * 7: footer
 * 8: others
 *
 * ****************************
 */


/*
======= 1: general style =======
*/
* {
	color: #000000;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-style: normal;
	background: none;
}

/*
======= 2: body =======
*/
body {
	font-family: "ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica,sans-serif;
	font-size: 11pt;
	text-align: left;
	background: #FFFFFF;
}

/*
======= 3: container =======
*/

/*
======= 4: header =======
*/

/*
======= 5: content =======
*/

/*
======= 6: navi =======
*/

/*
======= 7: footer =======
*/

/*
======= 8: others =======
*/
img {
	border: 0;
}

hr {
	color: #000000;
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
}

input {
	vertical-align: middle;
}

label {
	padding-right: 15px;
}
label input {
	margin-bottom: 0.2em;
}
/*----*/
.fs_s {
	font-size: 85%;
	line-height: 1.3;
}
/*----*/
.hidden {
	visibility: hidden;
}
.erase {
	display: none;
}
/*----*/
.align_l {
	text-align: left;
}
.align_r {
	text-align: right;
}
.align_c {
	text-align: center;
}
/*----*/
.mag_bt05 {
	margin-bottom: 5px;
}
.mag_bt10 {
	margin-bottom: 10px;
}
.mag_bt20 {
	margin-bottom: 20px;
}
.mag_bt30 {
	margin-bottom: 30px;
}
.mag_bt40 {
	margin-bottom: 40px;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* clearfix end */

