@charset "utf-8";
/*------------------------------------------------------------
	help css
------------------------------------------------------------*/

.headline{
	font-size:150%;
	color:#333;
	padding:20px 0;
}

.title{
	width:100%;
	margin-bottom:5px;
}

.title a{
	display:block;
	padding:5px;
	color:#FF9EBA;
	font-size:134%;
}

.title.selected:before{ background-position:;}

.column{
	display:none;
	width:auto;
	padding:10px;
	font-size:117%;
	margin-bottom:15px;
	border:1px solid #E7E7E7;
}

.column p,
.column li{
	color:#333;
	line-height:1.4;
}

.column li{
	padding-left:1em;
	text-indent:-1em;
}

.helpBtn{
	width:100%;
	height:40px;
	margin-top:15px;
}

.helpBtn a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:40px;
	color:#fff!important;
	font-size:109%;
	background:#FF9EBA;
	border-radius:5px;
}

.column a{ color:#FF9EBA;}

.helpSubTtl{
	width:auto;
	line-height:40px;
	color:#333;
	font-weight:bold;
	font-size:109%;
	padding:0 10px;
	margin:20px 0 10px;
	background:#EFEFEF;	
}