@charset "shift_jis";
/* CSS Document */

#contents {
	max-width: 980px;
	width:100%;
	margin: 0 auto;
}

#ct_box {
	width: 980px;
	clear: both;
	background-color: #FFF;
}

#ct_box .ct_inbox {
	position:relative;
}
#ct_box .ct_inbox h2 {
	z-index:-10;
}
#ct_box br.br_sp {
	display:none;
}

#ct_box .ct_inbox .navi_box {
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
	width:100%;
	padding:30px 0 20px;
	
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,00b9ef+50 */
background: #00b9ef; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,185,239,0) 0%, rgba(0,185,239,1) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,185,239,0) 0%,rgba(0,185,239,1) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,185,239,0) 0%,rgba(0,185,239,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9ef', endColorstr='#00b9ef',GradientType=0 ); /* IE6-9 */

}
#ct_box .ct_inbox .navi_box .whatsnew_box {
	width:825px;
	margin: 0 auto 10px;
/*	border: solid 4px #fff;*/
	border-radius:15px;
	overflow:hidden;
	
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	
background: rgb(255,255,255);
background: -moz-linear-gradient(left,  rgb(255,255,255) 50%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left,  rgb(255,255,255) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgb(255,255,255) 50%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );

	
	
/*background: #9ae7fe;
background: -moz-linear-gradient(top,  #9ae7fe 0%, #ffffff 25%, #ffffff 80%, #9ae7fe 100%);
background: -webkit-linear-gradient(top,  #9ae7fe 0%,#ffffff 25%,#ffffff 80%,#9ae7fe 100%);
background: linear-gradient(to bottom,  #9ae7fe 0%,#ffffff 25%,#ffffff 80%,#9ae7fe 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ae7fe', endColorstr='#9ae7fe',GradientType=0 );
*/}
#ct_box .ct_inbox .navi_box .whatsnew_box strong {
	font-weight: bold;
	background: #00B9EF;
	display: block;
	float: left;
	font-size: 20px;
	color: #fff;
	padding: 6px 0 5px;
	width:156px;
	text-align:center;
}
#ct_box .ct_inbox .navi_box .whatsnew_box a {
	float: left;
	color: #5a2f17;
	padding: 10px 0 0 20px;
	font-size:15px;
}

#ct_box .ct_inbox .navi_box .navi_inbox {
	text-align:center;
}
#ct_box .ct_inbox .navi_box .navi_inbox a {
	display:inline-block;
	margin:0 3px;
}