@charset "utf-8";
/*------------------------------------------------------------
	回り込みテキスト
------------------------------------------------------------*/
.ui-content .imageR {
	margin-left: 15px;
	float: right;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
.ui-content .lead {
	background: -webkit-gradient(
				linear, left top, left bottom, 
				from(#ffffff),
				to(#ffffff));
	background: -moz-linear-gradient(
				#fcf,
				#f1f1f1);
	color: #111;
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
	background-color: #76ded3;
	margin-top: 0;
	margin-right: -15px;
	margin-bottom: 0;
	margin-left: -15px;
	padding: 0px;
	height: auto;
	width: auto;
}

.ui-content .lead + h2 {
	margin-top: 0 !important;
}

.ui-content .lead002 {
	background: -webkit-gradient(
				linear, left top, left bottom, 
				from(#ffffff),
				to(#ffffff));
	background: -moz-linear-gradient(
				#fff,
				#f1f1f1);
	color: #111;
	font-size: 18px;
	text-align: left;
	line-height: 1.3;
	background-color: #76ded3;
	margin-top: 0;
	margin-right: -15px;
	margin-bottom: 0;
	margin-left: -15px;
	padding: 0px;
	height: auto;
	width: auto;
}

.ui-content .lead002 + h2 {
	margin-top: 0 !important;
}


.ui-content .lead003 {
	background: -webkit-gradient(
				linear, left top, left bottom, 
				from(#ffffff),
				to(#ffffff));
	color: #111;
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
	margin-top: 0;
	margin-right: -15px;
	margin-bottom: 0;
	margin-left: -15px;
	padding: 0px;
	height: auto;
	width: auto;
	color: #F60;
}

.ui-content .lead003 + h2 {
	margin-top: 0 !important;
}








.ui-content .lead0045 {
	background: -webkit-gradient(
				linear, left top, left bottom, 
				from(#ffffff),
				to(#ffffff));
	background: -moz-linear-gradient(
				#f1f1f1,
				#f1f1f1);
	color: #111;
	font-size: 14px;
	line-height: 1.3;
	background-color: #FCC;
	margin-top: 5;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
	height: auto;
	width: auto;
	color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

.ui-content .lead0045 + h2 {
	margin-top: 0 !important;
}










.ui-content .lead004 {
	height: 80px;
	width: 100px;
	float: right;
	background-color: #FFF;
	margin: 5px;
}


.ui-content .lead004 + h2 {
	margin-top: 0 !important;
}





.ui-content .lead005 {
	font-size: 12px;
	text-align: left;
	line-height: 1.3;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	height: auto;
	width: auto;
	color: #111;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.ui-content .lead005 + h2 {
	margin-top: 0 !important;
}


.ui-content .lead006 {
	font-size: 12px;
	text-align: left;
	line-height: 1.3;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 15;
	margin-left: 3px;
	height: auto;
	width: auto;
	color: #111;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: thin solid #F0C;
}


.ui-content .lead007 {
	height: auto;
	width: auto;
	background-color: #F9F;
	color: #333;
	font-size: small;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
}








.ui-body-z .ui-content > h2 {
	margin: 20px -15px 15px;
	padding: 15px 20px;
	background: -webkit-gradient(
				linear, left top, left bottom, 
				from(#111),
				to(#333));
	background: -moz-linear-gradient(
				#111,
				#333);
	background: linear-gradient(
				#111,
				#333);
	border-top: 1px solid #900;
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.ui-body-z .ui-content > h2:first-child {
	margin-top: 0;
}

.ui-body-z .ui-content > h2:before {
	width: 0;
	height: 0;
	border: 5px solid #000;
	border-color: transparent;
	border-top-color: #333;
	position: absolute;
	bottom: -10px;
	left: 15px;
	content: "";
}

.ui-content p {
	margin-bottom: 1em;
	line-height: 1.5;
}

/* テキストの位置 */
.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; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.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 {

}
