@charset "UTF-8";
/* CSS Document */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote {
	margin: 0;
	padding: 0;
}
body, td, th, h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ol, ul {
	list-style-type: none;
}
img {
	border: 0;
}

/* クリアフィックス */
.clearfix:after {
 content:".";
 display:block;
 clear:both;
 height:0;
 visibility:hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%; 
}
.clearfix { 
	display: block; 
}
/* End hide from IE-mac */

article, aside, hgroup, header, footer, figure,  figcaption, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
a:hover img.nop {
	opacity:1.0;
	filter: alpha(opacity=100);
}

.w10 { width: 10%; }
.w20 { width: 20%; }
.w30 { width: 30%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w90 { width: 90%; }

input.w10, input.w20, input.w30, input.w40, input.w50, input.w60, input.w70, input.w80, input.w90 {
	height: 30px;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #D6D6D6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

textarea {
	border: 1px solid #E2E3EA;
	height: 180px;
	border: 1px solid #D6D6D6;
}

select {
	height: 30px;
	margin: 5px 0;
	border: 1px solid #D6D6D6;
}
