@charset "UTF-8";

body {
	padding:0px;
	color:#101010;
	background-color:#ffffff;
	margin:0px;
	min-width:1024px;
}
/*-------------------------
リンク・基本フォント
--------------------------*/
a:link{
    color: #3B58DD;
}
a:active{
    color: #424242;
}
a:visited{
    color: #3B58DD;
}
a img {
    border: none;
}
.floatl{
    float:left;
}
.floatclear{
    clear:both;
}
/*-------------------------
ヘッダー
--------------------------*/
#header{
    height:97px;
    background-color:#e3e3e3;
    padding-left:32px;
}
/*-------------------------
メニュー
--------------------------*/
#headmenu{
    height:32px;
    width:100%;
    background-color:#505050;
}
.menu{
    margin-left:7%;
    list-style-type:none;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
}
.menu li{
    position: relative;
    float: left;
    color:#ffffff;
    font-weight:bold;
    font-family:Arial;
    width:144px;
    height:32px;
    text-align:center;
}
.menu li a{
    text-decoration:none;
    color:#ffffff;
    display:block;
}
.menu li:hover{
    background-color:#303030;
}
.active{
    background-color:#8b3535;
}

.menu li ul {
    position: absolute;
    top: 30px;
    padding: 0px;
    width: 144px;
    background-color: #303030;
    display:none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.menu li ul li {
    margin: 0;
    padding: 0;
    width: 144px;
    border: none;
    list-style-type:none;
}
.menu li ul li a {
  display: inline-block;
  width: 144px;
  height: 20px;
}
.menu li ul li:hover{
    background-color:#8b3535;
}

/*-------------------------
メインコンテンツ
--------------------------*/
#main{
    width:1024px;
    background-color:#ffffff;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    min-height:480px;
}

 /*-------------------------
メインコンテンツ
 --------------------------*/
.maintext{
    background-color:#bebebe;
    border-radius: 8px;
    width:1023px;
    margin-left:auto;
    margin-right:auto;
    color:#000000;
    margin-bottom:16px;
    margin-top:8px;
    min-height:48px;
    padding-bottom:8px;
    padding-top:4px;
}
.maintext h1{
	color:#000000;
	font-weight:bold;
	font-size:x-large;
	border-bottom-color:#000000;
	margin-top:8px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-family:serif;
	margin-left:16px;
	padding-left:16px;
	margin-right:0;
	margin-bottom:8px;
}
.maintext h2{
	color:#404080;
	font-weight:bold;
	font-size:large;
	margin-left:48px;
	margin-top:4px;
	margin-bottom:0;
}
.maintext p{
	color:#000000;
	font-size:medium;
	margin-left:32px;
	margin-right:32px;
	margin-top:8px;
	line-height:150%;
}
.maintext ul{
    margin-left:32px;
    margin-right:32px;
    margin-top:8px;
}
.maintext li{
    list-style-type:circle;
    font-size:small;
    color:#000000;
}

.swon{display:auto;}
.swoff{display:none;}
.badquestion{
	display:auto;
	font-weight:bold;
	color:#173a82;
}
.badcomment{display:none;}

.space{margin-top:48px;}

/*-------------------------
メインレビュー
--------------------------*/
#review{
	margin:0;
	padding:0;
}
.mainreview{
	background-color:#c4cbe2;
	border-radius: 8px;
	width:1023px;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	margin-bottom:16px;
	margin-top:8px;
	min-height:48px;
	padding-bottom:8px;
	padding-top:16px;
	position:relative;
}
.mainreview h1{
	color:#3c3c3c;
	font-weight:bold;
	font-size:x-large;
	border-bottom-color:#3c3c3c;
	margin-top:8px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	font-family:serif;
	margin-left:16px;
	padding-left:16px;
	margin-right:0;
	margin-bottom:8px;
}
.mainreview .ss{
	position:relative;
	left:32px;
	width:320px;
}
.mainreview .ssyoutube{
	position:relative;
	left:32px;
}

.mainreview .genre{
	width:630px;
	position:absolute;
	left:412px;
	top:80px;
}
.mainreview .genreyoutube{
	width:410px;
	position:absolute;
	left:632px;
	top:80px;
}
.oldversion{
	color:#c76669;
	font-weight:bold;
}
.mainreview .reviewtext{
	position:relative;
	margin-left:32px;
}

.mainreview p{
	font-size:medium;
	margin:8px 0 16px 0;
	padding:0 16px 0 0;
}
/*-------------------------
ネタバレフラグ
--------------------------*/
.netabaretext{
	background-color:#f8f6f6;
	margin:8px 8px 32px 8px;
	padding:0;
	border-width:2px;
	border-color:#0c1251;
	border-style:dotted;
}
.netabaretext .netabarebutton{
	background-color:#489289;
	color:#ffffff;
	font-weight:bold;
	font-size:large;
}
.netabaretext .netabarehid{
	color:#000000;
	font-size:small;
	font-family:sans-serif;
	display:none;
}
.netabaretext .netabarehid .download{
    font-size: large;
    font-weight: bold;
}

/*-------------------------
サイドボタン
--------------------------*/
#sidebutton{
	margin:0;
	padding:0;
	background-color:#c4cbe2;
	border-radius: 8px;
	width:160px;
	height:240px;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	margin-bottom:16px;
	position:fixed;
	right:0;
	bottom:4px;
	display:none;
}
 /*-------------------------
フッター
--------------------------*/
#footer{
    height:48px;
    background-color:#505050;
    color:#ffffff;
    font-size:12px;
    text-align:right;
    padding-right:64px;
    margin:24px 0 0 0;
}

