@charset "utf-8";

/*----------------------------------------------------
	Layout ベーススタイル
----------------------------------------------------*/

/* YUI */
body{font:13px/1.231 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;color:#333;line-height:1.5em;*font-size:small;*font:x-small;}
table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}font{line-height:1.5em;}strong{font-weight:bold;}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1 { font-size: 138.5%; }
h2 { font-size: 123.1%; }
h3 { font-size: 108%; }

h1,h2,h3,h4,h5,h6,p,fieldset,pre { margin: 0.5em 0; }
textarea { padding: 0.2em 0.3em; line-height: 1.3em; overflow: auto; }

/*----------------------------------------------------
	Link リンクテキスト
----------------------------------------------------*/

a {text-decoration: none; color: #06b; outline:none;}
a:hover {color: #1b87df; text-decoration: underline;}

/*----------------------------------------------------
	Clearfix 回り込み解除
----------------------------------------------------*/

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

/*----------------------------------------------------
	Clearfix 回り込み解除 NEW今後はこちらを推奨＠利点短い
----------------------------------------------------*/

/* For modern browsers */
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }

/*----------------------------------------------------
	HTML5クロスブラウザ対策
	＠ブラウザで定義されていない要素は
	　初期値がインライン扱いになる為
----------------------------------------------------*/

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
	display:block;
}


/*----------------------------------------------------
	Add デフォルト付加スタイル
----------------------------------------------------*/

.block { display: block; }

/* color-red テキストカラー RGB CMYK */

.color-1 { color: #cc0000; }
.color-2 { color: #008000; }
.color-3 { color: #004477; }
.color-4 { color: #539adf; }
.color-5 { color: #ff3399; }
.color-6 { color: #ff8000; }

/* size-h1-bold サイズと字幅 */

.fsize-1 { font-size: 138.5%; }
.fsize-1-b { font-size: 138.5%; font-weight: bold; }
.fsize-2 { font-size: 123.1%; }
.fsize-2-b { font-size: 123.1%; font-weight: bold; }
.fsize-3 { font-size: 108%; }
.fsize-3-b { font-size: 108%; font-weight: bold; }
.fsize-4 { font-size: 85% }
.fsize-4-b { font-size: 85% font-weight: bold; }

.fsize-10px{font-size:10px;}

/* align-right テキスト */

.align-r { text-align: right; }
.align-c { text-align: center; }
.align-l { text-align: left; }

/* valign-top テキスト */

.valign-t { vertical-align: top; }
.valign-m { vertical-align: middle; }
.valign-b { vertical-align: bottom; }

/* float */

.float-r { float:right; }
.float-l { float:left; }


/* 頭に→の付いたテキスト */

.arrow {
	background: url(../images/arrow.gif) no-repeat 0 0.2em;
	padding: 0 0 0 1.4em;
	display: inline-block;
}

.arrow-2 {
	background: url(../images/sub.gif) no-repeat 0 0.2em;
	padding: 0 0 0 0.8em;
	display: inline-block;
}

.arrow-3 {
	background: url(../images/arrow_01.gif) no-repeat 0 0.2em;
	padding: 0 0 0 1.5em;
	display: inline-block;
}

.arrow-4 {
	background: url(../images/arrow_03.gif) no-repeat 0 0.3em;
	padding: 0 0 0 1.2em;
	display: inline-block;
}

.arrow-s {
	background: url(../images/arrow_s.gif) no-repeat 0 2px;
	padding: 0 0 0 0.6em;
}

.arrow-m {
	background: url(../images/arrow_m.gif) no-repeat 0 5px;
	padding: 0 0 0 0.6em;
}

/* head-line 下にボーダーのある見出し */

.headline {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

/* box-line ボーダー枠のあるボックス */

.boxline {
	border: 1px solid #c8c8c8;
	padding: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* box-background 背景色のあるボックス */

.boxbg {
	padding: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #FFF7DF;
}

/* 見出し */

.midashi {
border-left:3px solid #EBA122;
padding-left:0.5em;
}

/*----------------------------------------------------
	フォーム共通
----------------------------------------------------*/
input.error,select.error,textarea.error{background-color:#FFDDFF;border-color:#800000;}
label.error{ float:left;text-align:left;width:100%;padding:5px 0;color: #800000;}

div.error{color:#c00;font-weight: bold;}

span.redfont{color:#c00;font-weight: bold;font-size: 85%;margin-left:10px;}

/*----------------------------------------------------
	JavaScript アラート
----------------------------------------------------*/

.noscript { position: absolute; top: 0; left: 0; width: 100%; background: #ff0; color: #000; font-weight: bold; font-size: 1.2em; padding: 4px; text-align: center;}

/*----------------------------------------------------
	フラッシュアラート
----------------------------------------------------*/

#mess .info, #mess .success, #mess .warning, #mess .error, #mess .validation {
    border: 1px solid;
    margin: 5px 0 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
#mess .info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/mes_info.png');
}
#mess .success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/mes_success.png');
}
#mess .warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/mes_warning.png');
}
#mess .error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/mes_error.png');
}




/*----------------------------------------------------
	Custom カスタム付加スタイル
----------------------------------------------------*/

/* hover時の透過クラス */
.h-opa0,.h-opa6,.h-opa7,.h-opa8 {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.00;
}
.h-opa0:hover {
	filter: alpha(opacity=0);
	-moz-opacity:0.00;
	opacity:0.00;
}
.h-opa6:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
.h-opa7:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
.h-opa8:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}


/* 変化具合クラス（透過クラスとの併用可） */
.moveset-f	{
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.moveset-n	{
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.moveset-s	{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}





