header, article, section, footer, article, aside, time, nav { display: block; }

html,body {
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body { font-size:100%; background-color:#fff; }

a, a:hover, a:visited {
	color:#0000cd;
}

a img { vertical-align:bottom; }

form { margin:0; }

.fs10 {font-size:10px; }
.fs11 {font-size:11px; }
.fs12 {font-size:12px; }
.fs14 {font-size:14px; }
.fs16 {font-size:16px; }
.fs18 {font-size:18px; }
.fs20 {font-size:20px; }
.fs24 {font-size:24px; }
.fs28 {font-size:28px; }
.fs30 {font-size:30px; }
.fs36 {font-size:36px; }

.fs40 {font-size:40%; }
.fs50 {font-size:50%; }
.fs60 {font-size:60%; }
.fs70 {font-size:70%; }
.fs80 {font-size:80%; }
.fs90 {font-size:90%; }
.fs100 {font-size:100%; }
.fs110 {font-size:110%; }
.fs120 {font-size:120%; }
.fs130 {font-size:130%; }
.fs140 {font-size:140%; }
.fs150 {font-size:150%; }
.fs160 {font-size:160%; }
.fs170 {font-size:170%; }
.fs180 {font-size:180%; }
.fs190 {font-size:190%; }
.fs200 {font-size:200%; }

.fc_red		{color:#C80604;}
.fc_pink	{color:#EC0577;}
.fc_orange	{color:#ff6500;}
.fc_blue	{color:#069;}
.fc_gray6	{color:#666;}
.fc_gray9	{color:#999;}
.fc_grayc	{color:#ccc;}

.lh_1_1 { line-height:1.1em; }
.lh_1_2 { line-height:1.2em; }
.lh_1_3 { line-height:1.3em; }
.lh_1_4 { line-height:1.4em; }
.lh_1_5 { line-height:1.5em; }
.lh_1_6 { line-height:1.6em; }
.lh_1_7 { line-height:1.7em; }
.lh_1_8 { line-height:1.8em; }
.lh_1_9 { line-height:1.9em; }

.pd5  { padding:5px; }
.pd10 { padding:10px; }


.ime_off	{ime-mode:disabled;}
.ime_on		{ime-mode:active;}

.err_input {
	position:absolute;
	padding:0 0 12px 10px;
	color:#fff;
	font-weight:bold;
	font-size:80%;
	background: url('../img/err_back.gif') top left no-repeat;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	opacity:0.80;
	cursor:pointer;

	_width:220px;
/*	border:solid 1px #039;*/
}


.err_input div {
	height:20px;
	margin:0;
	padding:5px 10px 0px 0px;
	background:#fff url('../img/err_back_in.gif') top right repeat-x;

/*	border:solid 1px #fc0;*/
}

.float_left { float:left; }
.float_right { float:right; }
.clearboth { clear:both; }

.disabled {
	background-color:#ccc;
}

.input_hyphen {
	padding:0 3px;
}

.form_ex, .form_ex_tel { font-size:11px; }

.form_ex {
	margin-left:30px;
	color:#333;
}

.form_ex_tel {
	margin-left:20px;
}



.pd5 { padding:5px }
.pd10 { padding:10px }

.pd_side_5 { padding:0 5px; }
.pd_side_10 { padding:0 10px; }
.pd_left5 { padding-left:5px; }
.pd_right5 { padding-right:5px; }

.hissu { color:#f00; font-size:70%; padding:0 10px; }

.of_hdn { overflow:hidden; }

/* clearfix --------------------------------- s */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* clearfix --------------------------------- e */
