@charset "UTF-8";
/*----------------------------------------------
 * 包含ブロック
 *--------------------------------------------*/
#game-tips-contents-side {
    float: left;
	width: 200px;
}
#game-main-tips-contents-right {
	float: right;
	width: 460px;
}
#game-tips-contents-wrapper {
	margin-top: 16px;
}
#game-main-tips {
	background-color: #FCFCFC;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	border-top: 1px solid #DDD\9;
	border-right: 1px solid #DDD\9;
	border-bottom: 1px solid #D0D0D0\9;
	border-left: 1px solid #DDD\9;
	padding: 0 8px 24px;
}
:root #game-main-tips { /* IE9だけハック*/
	border: none \0/IE9;
}
/*----------------------------------------------
 * ヘッダー
 *--------------------------------------------*/
.game-tips-header {
	position: relative;
	width: 684px;
	left: -8px;
	background-color: #333;
	text-align: center;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.8);
	box-shadow: 0 2px 3px rgba(0,0,0,0.8);
}
.game-tips-header2 {
	font-size: 18px;
	padding: 8px;
	color: #FFF;
	background-color: #444;
	-moz-background-size: 32px 32px;
	-webkit-background-size: 32px 32px;
	background-size: 32px 32px;
	background-position: 4px 4px;
	padding: 10px;
}
/*----------------------------------------------
 * 左カラム（メニュー）
 *--------------------------------------------*/
#game-tips-menu {
	margin-top: 46px;
	background-color: #FFF;
}
#game-tips-menu-header {
	padding: 8px;
	position: relative;
	text-align: left;
	background-color: #666;
	font-size: 14px;
	color: #FFF;
}
#game-tips-header-menu li{
	float: left;
	width: 100%;
}
#game-tips-header-menu a {
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 0 8px;
	height: 44px;
	line-height: 44px;
	text-decoration: underline;
}
#game-tips-menu .default-hidden-menu{
	display: none;
}
#game-tips-menu .selected .default-hidden-menu {
	display: block;
}
#game-tips-menu .level-1-header {
	position: relative;
	background-color: #EEE;
	background-image: -moz-linear-gradient(top,	#F8F8F8 0%, #EEE 100%);
	background-image: -o-linear-gradient(top,	#F8F8F8 0%, #EEE 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,#EEE));
	background-image: -webkit-linear-gradient(top,  #F8F8F8 0%,#EEE 100%);
	background-image: linear-gradient(to bottom, #F8F8F8 0%,#EEE 100%);
	border-top: 1px solid #CCC;
	-webkit-text-shadow: 0 1px 0 #FFF;
	-moz-text-shadow: 0 1px 0 #FFF;
	text-shadow: 0 1px 0 #FFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
}
#game-tips-menu .level-1-header a:hover {
	text-decoration: none;
}
#game-tips-menu .level-1-header a{
	display: block;
	padding: 8px 38px 8px 8px;
	color: #333;
}
#game-tips-menu .level-2-header {
	background-color: #DDD;
	padding: 4px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	-webkit-text-shadow: 0 1px 0 #FFF;
	-moz-text-shadow: 0 1px 0 #FFF;
	text-shadow: 0 1px 0 #FFF;
	font-weight: bold;
	font-size: 13px;
}
#game-tips-menu .level-2 {
	border-top: 1px solid #CCC;
	padding: 12px;
}
#game-tips-menu .level-2 > li {
	margin-top: 8px;
}
#game-tips-menu .level-2 > li:first-child {
	margin-top: 0;
}
#game-tips-menu .level-3 {
	padding: 8px 0 12px 8px;
}
#game-tips-menu .level-3 > li {
	margin-top: 8px;
}
#game-tips-menu .level-3 > li:first-child {
	margin-top: 0;
}
#game-tips-menu .level-2 a{
	position: relative;
	display: inline-block;
	padding-left: 14px;
	font-size: 13px;
	line-height: 1.4;
}
#game-tips-menu .level-2 a:after{
	content: ' ';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 3px;
	left: 0;
	border-width: 4px;
	border-color: transparent transparent transparent #999;
}
#game-tips-menu .level-2 a:hover:after{
	border-left-color: #0074cc
}
/*----------------------------------------------
 * htmlベース
 *--------------------------------------------*/
.html-a,
.html-b,
.html-c,
.html-d,
.html-e {
	margin: 20px 0;
}
.html-c {
	margin-top: 0;
}
.html-e {
	margin: 24px 0 0 0;
	font-size: 13px;
	color: #666;
	text-align: center;
}
/*----------------------------------------------
 * 記事リスト
 *--------------------------------------------*/
.game-tips-list {
	background-color: #FFF;
}
.game-tips-main {
	display: block;
	position: relative;
	padding: 8px;
}
#recent-game-tips-list .game-tips-body {
	padding: 0 24px 0 8px;
}
.game-tips-img {
	width: 100%;
	height: 100px;
	text-align: center;
}
.game-tips-img img {
	max-width: 100%;
	max-height: 100%;
}
.game-tips-title-explan {
	font-size: 12px;
	color: #666;
	line-height: 1.4;
}
.game-tips-explan {
	font-size: 12px;
	color: #666;
	line-height: 1.7;
}
.game-tips-list .more-link {
	margin-top: 12px;
	padding: 0;
	font-size: 14px;
	text-align: center;
}
.game-tips-list li {
	position: relative;
	border-top: 1px dotted #CCC;
}
.game-tips-list li:first-child {
	border-top: none ;
}
.game-tips-title {
	margin: 12px 0;
	line-height: 1.4;
}
.game-tips-sub-info {
	font-size: 10px;
	display: inline-block;
	color: #666;
}
.game-tips-contents {
	margin-top: 24px;
}
.game-tips-contents.first {
	margin-top: 0;
}
.game-tips-contents .article-list {
	padding: 0 12px;
}
.game-tips-contents .article-main {
	padding: 12px 0;
}
.game-tips-explan {
	margin-bottom: 6px;
	font-size: 12px;
	color: #666;
}
.game-tips-contents .article-sub-info{
	padding-top: 5px;
}
.game-tips-contents .article-img {
	width: 64px;
	height: 64px;
}
.game-tips-contents .article-img a {
	width: 64px;
	height: 64px;
}
.game-tips-contents .thumbnail-left-list .article-body {
	margin-left: 76px;
}
/*----------------------------------------------
 * 攻略中のゲームリスト
 *--------------------------------------------*/
.recent-game-tips-list {
	padding: 0;
}
.recent-game-tips-list li {
	border: none;
	float: left;
	width: 50%;
}
.recent-game-tips-list  .game-tips-main {
	margin: 16px;
	margin-left: 8px;
	padding: 16px;
	background-color: #F2F2F2;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	border-top: 1px solid #CCC\9;
	border-right: 1px solid #CCC\9;
	border-bottom: 1px solid #C0C0C0\9;
	border-left: 1px solid #CCC\9;
}
:root .recent-game-tips-list  .game-tips-main { /* IE9だけハック*/
	border: none \0/IE9;
}
.recent-game-tips-list li:first-child .game-tips-main {
	margin-left: 16px;
	margin-right: 8px;
}
.recent-game-tips-list .game-tips-title a {
	text-decoration: underline;
}
.recent-game-tips-list .game-tips-title a:hover {
	text-decoration: none;
}
 /*----------------------------------------------
 * 過去のゲームリスト
 *--------------------------------------------*/
.once-game-tips-list .game-tips-main{
	display: block;
	padding: 12px 8px;
	font-size: 16px;
}
.once-game-tips-list {
	padding: 0 8px;
}
.once-game-tips-list li:first-child {
	margin-top: 0;
}
/*----------------------------------------------
 * カード情報
 *--------------------------------------------*/
.card-wrapper {
	background-color: #FFF;
}
.card-info {
	padding: 20px;
}
.card-info h3 {
	font-size: 18px;
	line-height: 1.4;
}
.card-main-info {
	position: relative;
	margin: 20px 0;
	height: 200px;
	overflow: hidden;
}
.card-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 200px;
	background-color: #CCC;
	text-align: center;
}
.card-img img {
	max-width: 160px;
}
.card-data {
	margin-left: 180px;
}
.card-data h4 {
	margin-bottom: 4px;
}
.card-data-list {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #DDD;
}
.card-data-list dt,
.card-data-list dd {
	display: inline;
}
.card-data-list.last {
	border: none;
}
.card-data-list.last dt {
	float: left;
	clear: both;
	margin-top: 8px;
	width: 4em;
	font-size: 14px;
}
.card-data-list.last dd {
	display: block;
	font-size: 90%;
	padding-bottom: 6px;
	padding-top: 8px;
	border-bottom: 1px dotted #CCC;
}
.card-data-list dd {
	padding-right: 30px;
}
.card-data-sub-list > li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #CCC;
}
.card-data-sub-list > li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}
.card-data-sub-list h4{
	font-size: 15px;
	margin-bottom: 6px;
}
.card-sub-info p {
	line-height: 1.5;
	font-size: 12px;
}
.card-sub-img-list li {
	float: left;
	width: 25%;
}
.card-sub-img-list div {
	display: inline-block;
	width: 80px;
	height: 100px;
	background-color: #EEE;
}
.card-sub-img-list img {
	max-width: 80px;
}
.card-attribute {
	float: left;
	display: block;
	max-width: 60px;
	height: 20px;
	background-color: #CCC;
	margin: 4px 10px 0 0;
}
/*----------------------------------------------
 * ソーシャルボタン
 *--------------------------------------------*/
#game-main-tips-contents .social-btn-list {
	float: right;
}
/*----------------------------------------------
 * 動画
 *--------------------------------------------*/
.movie-box {
	width: 100%;
	margin: 24px 0;
}
.movie-box iframe {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}