@charset "utf-8";
/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
body .btn {
	padding: 10px 10px 10px;
	background-image: -webkit-gradient(linear, left top, left bottom,
						from(#fff),
						to(#ddd));
	background-image: -moz-linear-gradient(
						#fff,
						#ddd);
	background-image: linear-gradient(
						#fff,
						#ddd);
	border: 2px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	color: #515151;
	line-height: 1.1;
	text-decoration: none;
	font-weight: bold;
}


/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/* テキストボックスのタイトル用 */
.title01{
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
}

/* テキストボック用の強調文字（テキスト大＋太字＋赤色） */
.fs3_color01 {
	font-size: 1.16em !important;
	font-weight: bold !important;
	color:#FF0004;
}

/* テキストボック用の強調文字（テキスト大＋太字＋赤色＋中央寄せ） */
.fs3_color02 {
	font-size: 1.16em !important;
	font-weight: bold !important;
	text-align: center !important;
	color:#FF0004;
}

/* テキストボックスの文字用 */
.box_text01{
	padding-top:10px;
	padding-bottom:5px;
}

/* テキストボックス内（下線） */
.b_btm01 {
	border-bottom:dotted #AAAAAA 1px;
	margin-bottom:10px;
}

/* テキスト配置（中央揃え） */
.tex01{
	text-align:center;
}

/* テキスト配置（左寄せ） */
.tex02{
	text-align:left;
}


/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

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

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}
