@charset "utf-8";
/********** バナー **********/


#index h2{
	margin:30px 0 0;
	border-bottom:4px solid #404040;
	position:relative;
	font-weight:bold;
	font-size:32px;
}
#index h2 .icon{
	position:absolute;
	left:12px;
	bottom:0;
}
#index h2 .label{
	display:block;
	padding:0 0 0 95px;
	color:#0C0059;
}

/********** 内側 **********/
#index .index-inner{
	padding:35px 20px;
}

/********** 見出し **********/
#index h3{
	margin:0 0 15px;
	padding:0 0 5px;
	border-bottom:solid 3px #ffd300;
	font-weight:bold;
	font-size:190%;
	color:#FF4700;
}
#index .txt{
	margin:0 0 40px;
}
#index .txt p{
	line-height:1.6;
	font-size:110%;
}
#index .txt p .mark1{
	color:#fe6601;
}
#index .txt h4{
	font-weight:bold;
	font-size:120%;
}
#index .txt a{
	color:#0000ee;
}

/********** howto **********/
#index .howto{
	margin:-15px 0 0;
}
#index .howto h4{
	font-weight:bold;
	font-size:120%;
}
#index .howto p.score-txt{
	width:740px;
	margin:15px 0 0;
	padding:10px;
	border-radius:5px;
	background:#fefacb;
}
#index .howto .howto-box{
	margin:0 0 28px;
}
/********** 戻るボタン **********/
#index .clearfix-2 img{
	float: right;
}
