@charset "EUC-JP";   /*   文字コード   */

html{background:url(/nol/anniversary/2015/campaign/img/main_bg.jpg) top center no-repeat #feca32 !important;}
body {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background:url(/nol/anniversary/2015/campaign/img/main_bg.jpg) top center no-repeat #feca32 !important;
}

#container{width: 901px;}


h1{
	width: 901px;
	height: 653px;
	background:url(/nol/anniversary/2015/campaign/img/header.png) top center no-repeat;
	margin: 0 auto;
	text-align: center;
}

.main_bg{
	width: 844px;
	height: auto;
	background:url(/nol/anniversary/2015/campaign/img/cont_bg_center.jpg) top center repeat-y;
	margin: 0 auto;
	text-align: center;
	border: solid 1px #000;
}

.cont_box{width: 800px; margin: 0 auto 5px auto; text-alig: center; padding: 5px 0;}

.right_box{
	width: 395px;
	margin: 0 auto;
	text-align: left;
	background:#fff;
	float: right;
}

.left_box{
	width: 395px;
	margin: 0 auto;
	text-align: left;
	background:#fff;
	float: left;
}

.end{background:#ccc;}

.right_box{margin-left:5px;}

.text_box, .at_box{
	width: 370px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.4;
}

.btn_box{
	width: 395px;
	margin: 0 auto;
	text-align: left;
	padding: 5px 0 0 0;
	font-size: 14px;
	line-height: 1;
}

.at_box{font-size: 12px;}

.dey_box{
	width: 385px;
	background:#feca32;
	text-align: center;
	padding: 5px;
	font-size: 14px;
}

.ss_box{
	width: 370px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 0 0;
}

.btn_box a{
	width: 100%;
	display: block;
	text-align: center;
	background: rgb(109,179,242); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjNmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU0YTNlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzM2OTBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTY5ZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-8 */
	color: #fff;
	padding: 15px 0;
	text-decoration: none;
	font-weight: bold;
}
.btn_box a:hover{
filter:alpha(opacity=65);
-moz-opacity:0.65;
-khtml-opacity:0.65;
opacity:0.65;
}


.top_margin{padding-bottom: 15px;}

.cont1 .text_box, .cont2 .text_box{height: 270px;}
.cont3 .text_box, .cont4 .text_box{height: 310px;}
.cont5 .text_box{height: 325px;}
.cont6 .text_box{height: 340px;}
.cont7 .text_box, .cont8 .text_box{height: 120px;}
.cont9 .text_box, .cont10 .text_box{height: 180px;}
.cont11 .text_box, .cont12 .text_box{height: 100px;}




.tobe_banner{width: 811px; margin: 0 auto; text-align: center; padding: 20px 0;}

.cp_bg{width: 844px; background:#000000; border: solid 1px #000;}

















.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}