@charset "utf-8";

body, h1, h2, h3, h4, h5, p, hr, ul, ol, li, form, img {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

img {
	vertical-align: bottom;
	border: none;
}

.noborder {
	border: none !important;
}

.nospace {
	margin: 0 !important;
}

.nowrap {
	white-space: nowrap;
}

.none {
	display: none;
}

.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 */

body {
	background: #D2EBF9;
}


/* form
----------------------------------------------------------------------------------------------------*/

.box4 {
	margin: 0 0 10px;
	padding: 0 5px 5px;
}

.box4 table {
	width: 280px;
}

.box4 table th ,.box4 table td {
	text-align: left;
	vertical-align: middle;
}

.box4 table th input {
	width: 220px;
	text-align: left;
}

.box4 p {
	display: inline;
}

/* font
----------------------------------------------------------------------------------------------------*/

.f12h180,
.f12h160,
.f12h140,
.f12 {font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}

.f12h180,
.f12h160,
.f12h140,
.f12 {font-size: 12px;}

.f12h160 {line-height: 1.6}

/*Windows IEのみ \*/
* html .f12h180,
* html .f12h160,
* html .f12h140,
* html .f12 {font-size: 75%;}
/*Windows IEのみ修了 */