@charset "utf-8";


h2{
	border: none;
	box-shadow: none;
	width: auto;
	margin: 0px;
	padding: 0;
	color: #6f0000;
}
/*ラインスタンプLP用*/

#contens-inner{
	width:960px;
}

#contens-inner .normal_font{
	font-size: 165%;
	font-weight: normal;
}

/*ボタン設定*/
#contens-inner .button{
	display: block;
	margin: 10px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 60px;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 60px;
	padding: 10px 10px;
	background-color: #ff8000;
	color: #ffffff;
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff8000),
		to(#ff4d00));
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 10px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);

	/*IE6 IE7 */
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#000000));
	/* IE8 IE9 */
		-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ff8000, endcolorstr=#000000))";
		zoom: 1;
		background: -moz-linear-gradient(top, #ff8000, #ff4d00);/* FF3.6+ */
		background: -webkit-linear-gradient(top, #ff8000, #ff4d00);/* Chrome10+, Safari5.1+ */
		background: linear-gradient(to bottom, #ff8000, #ff4d00);/* IE10+, W3C */
}

.button:hover{
	color:#ffffff;
  opacity:0.5;
}

.lineConts a:link{
	color:#ffffff;
}

.lineConts a:visited{
	color:#ffffff;
}

.fa{
	font-size:150%;
	line-height: 45px;
	margin:5px;
}


/*画像・テキスト設定:上部*/
.white_bg01{
	text-align: center;
	background-color: #ffffff;
	margin: 20px 0px 0px 0px;
}

.white_bg01 p{
	text-align: center;
	background-color: #ffffff;
	padding: 20px;
}

.white_bg01 img{
	text-align: left;
	background-color: #ffffff;
	padding: 20px 0px 0px 0px;

}

/*画像・テキスト設定:中部*/
.not_white{
	text-align: center;
	margin: 30px 0px 0px 0px;
}

/*画像・テキスト設定:下部*/
.dl_banner{
	margin: 30px 0px -10px 0px;
}

.white_bg02{
	text-align: center;
	background-color: #ffffff;
}

.white_bg02 .normal_font{
	text-align: left;
	background-color: #ffffff;
	margin: 20px 0px 0px 20px;
}

.white_bg02 .dl_text{
	text-align: left;
	background-color: #ffffff;
	margin: 0px 0px 0px 20px;
}

.white_bg02 .stamp_img{
	text-align: left;
	background-color: #ffffff;
	margin: 20px 0px 0px 0px;
}

.dl_text{
	font-size: 180%;
	font-weight: bold;
	color: #07bf3f;
	padding: 20px 0px 0px 0px;
}

.dl_sp{
	border-top: 2px solid #ababab;
	margin: 5px 0px 0px 0px;
}

.stamp_img02{
	padding: 20px;
}
