@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
#layout {
	height: auto;
	margin: auto;
	padding: 0;
	width: auto;
	background-color:#fafafa;
}

#wrapper {
	height: auto;
    margin: auto;
    overflow: hidden;
    padding: 5px 0;
    width: 1000px;
}	
#content {
	width: 1000px;
    overflow: hidden;

}
h1{
	font-size:50px;
	padding:5px;
	text-align:center;
	color:#db2031;
}
h2 {
	font-size:24px;
	text-align: center;
}
ul{list-style:none;}
#detail-area{width:1000px;}
td.category{vertical-align:top;width:140px;background-color:#e4e9ec;}
td.category p {
	font-size:16px;
	line-height: 24px;
	padding:5px;

}

#detail-area table{width:1000px;margin:8px 0px;}

tr{}
.section {padding:10px;}
.article{}
td {
	background-color: #ffffff;
	border-collapse: collapse;
	border-color: #C6D3DD;
	border-style: solid;
	border-width: 1px;
	padding:0px 5px;
}
#image-area{
	width:1000px;
	text-align:center;
}
#image ul{
	width:1000px;
	text-align:center;
}

#image-area ul li{
	width:500px;
	float:left;
}

#image-area ul li img{
	width:480px;
	margin:4px auto;
}


#detail-area p.publishDate{text-align:right;font-size:11px;color:#38b601;}
#detail-area p.detail{font-size:16px;line-height:24px;padding:5px;}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	background-color:#add700;
	height: auto;
	margin: auto;
	padding: 0;
	width: auto;
}


#copyright {
	width:960px;
	line-height:33px;
	text-align:center;
	margin:auto;
	color: #ffffff;
	font-size: 11px;

}
#updarea{
	width: 900px;
	margin-left:auto;
	margin-right:auto;	

}
#updarea span{
	font-size: 12px;
	color: #CC0033;
}
.play-button a {
	margin:4px;
	width:200px;
	padding:10px;
	background-color:#949494;display:inline-block;line-height:20px; cursor:pointer;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color:#ffffff;
	text-decoration:none;
}
.play-button a:hover{
	opacity:0.7;
}
table#warning tr td.icon div {
	clear: none !important;
}
table#warning {
	margin:10px auto!important;
	width: 960px!important;
}
#level_sample span{
	font-size:12px;
}
#side_nav{
    float: left;
    position: fixed;
    right: 0;
    top: 20%;
    width: 80px;
	display:none;
    display: block;
	background:#111111;
}
@media screen and (max-width: 1160px) {
	#side_nav{
		display:none;
	}
}

#crisis_nav ul li {
    margin: 2px;
}

#crisis_nav ul li a {
    background-color: #adadad;
    color: #ffffff;
    display: block;
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
#crisis_nav ul li a:hover {
	background-color:#add700;
}
.updatebtn{
    font-size: 12px;
	background-color:#0084c1;
	color:#ffffff;
     text-align: center;
   padding: 5px 10px;
   cursor:pointer;
}


#update{
	background-color: #0084c1;
	display: inline-block;
	margin: 10px;
	padding: 10px 50px;
	text-align: center;
	width: 160px;
	color:#ffffff;
	cursor: pointer;
}
#update:hover{
	opacity:0.8;
}
#image-area ul{overflow:hidden;}

#link-area{margin:10px auto;text-align:center;}
#link-area ul{overflow:hidden;padding:4px;}
#link-area ul li{display:inline;padding:6px 12px;    border-right: 1px solid #cccccc;  }
#link-area ul li:last-child{border-right: 0px;}
#link-area ul li a{text-decoration:none;color:#111111;padding:4px 10px;font-size:14px;}
#link-area ul li a:hover{background-color:#add700;border-radius:6px;}

#level_sample{width:160px!important;}

#update-area{text-align:center;}

#nowarning{
text-align:center;margin:6px;font-size:24px;border-bottom:1px solid #cccccc;
}