@charset "utf-8";

/**** Clearfix ****/
.whatsnew ul li:after{content:""; display:table;clear:both;}
.whatsnew ul li{zoom:1;}

/* 中央ペイン
------------------------------------------------------------*/
#content {
width:1080px;
margin:0 auto;
}

/* 見出し
------------------------------------------------------------*/
h2#main_header {
text-align:left;
font-size:25px;
font-size:2.5rem;
color:#f50000;
font-weight:bold;
line-height:1.2;
padding:10px;
background-color:#000080;
text-shadow:
/*1px 1px 0 #FFF, -1px -1px 0 #FFF,
-1px 1px 0 #FFF, 1px -1px 0 #FFF,*/
0 1px 2px #FFF, 0 -1px 2px #FFF,
-1px 0 2px #FFF, 1px 0 2px #FFF;
font-family: "Arial Black", Gadget, sans-serif;
}

.whatsnew{
width:100%;
padding:5px 10px;
margin:0 auto 30px;
border:2px solid #000080;
}
.whatsnew ul li{
border-bottom:2px dotted #666;
background-image:url(../img/yaz3.gif);
background-repeat:no-repeat;
background-position:left 12px;
padding:10px 0 10px 20px;
}
.whatsnew ul li:last-child{
border-bottom:none;
}

.whatsnew ul li img{
border:1px solid #ccc;
}

/* メインメニュー PC用
------------------------------------------------------------*/
@media only screen and (max-width:1080px){
	#content {
	width:96%;
	margin:0 auto;
	padding:10px 0;
	}
}
