@charset "utf-8";
/* CSS Document */


body {
	font-family:Levenim MT,Gill Sans Light,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
	background-image:url(../../images/h_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000;
	color:#000;
}

img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
	vertical-align:bottom;
}

li.last{
	margin-left:0;
	margin-right:0;
}

a{
	color:#00a8ff;
	text-decoration:none;

}

a:hover{
	color:#005bff;
	text-decoration: underline;}

.txt_red{
	color:#f00;
}


/* `header
----------------------------------------------------------------------------------------------------*/

header #header{
	width: 100%;
	max-width: 1200px;
	margin:25px auto 10px;
}


/* `nav
----------------------------------------------------------------------------------------------------*/

#header nav{
	position:relative;
	height:60px;
}

#header #mainNav{
	width:100%;
	position:absolute;
	bottom:10px;
	font-size:150%;
	letter-spacing: 0.1em;
	line-height:1.2;
}

#header #mainNav li, footer #footNav li{
	display:inline;
	margin-right:2.5%;
}



/* `content
----------------------------------------------------------------------------------------------------*/
#cont{
	padding:10px 0 0;
	background-image:url(../../images/con_bg.gif);
	background-repeat:repeat;
}

#cont .box{
	background-color:#FFFFFF;
	margin-bottom:10px;
}

#cont .box h3{
	font-size:70px;
	padding:15px 10px;
	border-bottom:1px solid #333;
	font-weight:normal;
	line-height:0.7;
	color:#003294;
}


#cont .box h2{
	font-size:50px;
	text-align:center;
	padding:15px 10px 0;
	border-bottom:1px solid #333;
	font-weight:normal;
	line-height:0.8;
	color:#003294;
}


#cont .box .inner30{
	padding:20px 30px;
	height:100%;
}



/* single717 */
#cont .box .sg717{
	padding:20px 30px;
	text-align:left;
	overflow: hidden;
	zoom: 1;
}

#cont .box .sg717 dt{
    margin-top: 3px;
    margin-bottom: 2px;
    padding-bottom: 3px;
    width: 100px;
    float: left;
    clear: both;
    font-weight: bold;
}

#cont .box .sg717 dd{
    margin-bottom: 5px;
    padding: 0 0 3px 120px;
    border-bottom: 1px dotted #999;
}

/* `bnArea
----------------------------------------------------------------------------------------------------*/

.bnArea{
	line-height:0;
	width:100%;
}

/* `footer
----------------------------------------------------------------------------------------------------*/
footer .pagetop{
	background-color:#333;
}

footer .footIn{
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	height:40px;
	line-height:3.4;
}

footer .pagetop p{
	text-align:right;
	margin-right:5px;
}

footer .pagetop p img {
	vertical-align: middle;
}

footer .footIn #footNav{
	text-align:center;
	font-size:13px;
}

footer .copy{
	border-top:1px solid #333;
}

footer .copy p{
	text-align:center;
	font-size:12px;
}



@media screen and (max-width: 768px) {

/* `header
----------------------------------------------------------------------------------------------------*/	
#header h1{
	text-align:center;
}

#header #mainNav{
	text-align:center;
	bottom:0;
}

#header #mainNav li{
	display:block;
	float:left;
	width:31%;
	margin-right:2.5%;
	margin-top:4px;
}
#header #mainNav li.last{
	margin-right:0;
}

/* `content
----------------------------------------------------------------------------------------------------*/

#cont .box h3{
	padding:15px 1.2% 0;
}

#cont .box .inner30{
	padding:20px 2.5%;
}


/* `bnArea
----------------------------------------------------------------------------------------------------*/
.bnArea{
	margin-left: 1%;
	margin-right: 1%;
}
.bnArea .grid_5{
	width:15.8%;
	float:left;
	margin-left: 0.3%;
	margin-right: 0.3%;
}


/* `footer
----------------------------------------------------------------------------------------------------*/

footer .pagetop p{
	margin-right:1%;
}

.arw_l, .arw_r{
	width:6%;
}	

	
	}
	
	
@media screen and (max-width: 480px) {

/* `header
----------------------------------------------------------------------------------------------------*/	
header #header {
    margin-bottom:0;
}

#header nav{
	position:relative;
	height:140px;
}

#header .grid_23{
	margin:0;
	max-width:100%;
	width:100%;
}


#header #mainNav{
	font-size:120%;
	bottom:0;
}

#header #mainNav li{
	width:49.4%;
	margin:0;
	padding:10px 0;
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #333333 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border:1px solid #333;
}
#header #mainNav li.even{
	border-left:none;
}
	

/* `content
----------------------------------------------------------------------------------------------------*/
#cont{
	padding:5px 0;
}	
		
#cont .box h3{
	font-size:40px;
}

/* `bnArea
----------------------------------------------------------------------------------------------------*/
.bnArea{
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom:5px;
	width:94%;
	background:#000;
	overflow:hidden;
	padding:15px 0 5px 3%;
}
.bnArea .grid_5{
	width:47%;
	float:left;
	padding-right:2%;
}


/* `footer
----------------------------------------------------------------------------------------------------*/

footer .footIn #footNav{
	margin-top:10px;
	text-align:center;
	font-size:13px;
	line-height:1.3;
}
footer .footIn #footNav li{
	text-align:center;
}

	
	}

/* disc
----------------------------------------------------------------------------------------------------*/
.disc #main .discdetail{
	margin:10px 0 10px 5%;
	overflow:hidden;
}
.disc #main .discdetail img{
	max-width:242px;
	width:29%;
	float:left;
	border:1px solid #333;
}

.disc #main .discdetail .disctxt{
	margin-left:32%;
}

.disc #main .discdetail .disctxt p{
	margin-top:10px;
}

.disc #main .discdetail .disctxt .sub{
	font-size:90%;
}

.disc #main .option{font-size:90%;border:1px solid #333;width:100%;margin:20px 0;}
.disc #main .option div{margin:10px;}

.disc #main .option .shop1{font-size:130%;background:url(http://www.div-official.com/3rd_anniversary/images/arrow_b.png) 1% no-repeat #333;	padding: 4px 10px 4px 20px;display:block;cursor:pointer;}
.disc #main .option .shop2{font-size:130%;background:url(http://www.div-official.com/3rd_anniversary/images/arrow_b.png) 1% no-repeat #333;	padding: 4px 10px 4px 20px;display:block;cursor:pointer;}
.disc #main .option .shop3{font-size:130%;background:url(http://www.div-official.com/3rd_anniversary/images/arrow_b.png) 1% no-repeat #333;	padding: 4px 10px 4px 20px;display:block;cursor:pointer;}
.disc #main .option .shop4{font-size:130%;background:url(http://www.div-official.com/3rd_anniversary/images/arrow_b.png) 1% no-repeat #333;	padding: 4px 10px 4px 20px;display:block;cursor:pointer;}
.disc #main .option .shop5{font-size:130%;background:url(http://www.div-official.com/3rd_anniversary/images/arrow_b.png) 1% no-repeat #333;	padding: 4px 10px 4px 20px;display:block;cursor:pointer;}
.disc #main .option .shop6{font-size:130%;background:url(http://www.div-official.com/3rd_anniversary/images/arrow_b.png) 1% no-repeat #333;	padding: 4px 10px 4px 20px;display:block;cursor:pointer;}
.disc #main .option .shop7{font-size:130%;background:url(http://www.div-official.com/3rd_anniversary/images/arrow_b.png) 1% no-repeat #333;	padding: 4px 10px 4px 20px;display:block;cursor:pointer;}