@charset "utf-8";

@import url(reset_v1109.css);
@import url(/common.dengeki.com/css/common.css);
@import url(header_v1109.css);

/* カラーバリエーションここから */
#typeWhite #contents a:link,
#typeBlack #contents a:link,
#typeMa #contents a:link, /* 期間後削除 */
#typeGray #contents a:link {
	color: #505050;
}

#typeWhite #contents a:visited,
#typeBlack #contents a:visited,
#typeMa #contents a:visited, /* 期間後削除 */
#typeGray #contents a:visited {
	color: #909090;
}

#typeWhite #contents a:hover,
#typeBlack #contents a:hover,
#typeMa #contents a:hover, /* 期間後削除 */
#typeGray #contents a:hover {
	color: #c0c0c0;
}

#typeWhite #contents a:active,
#typeBlack #contents a:active,
#typeMa #contents a:active, /* 期間後削除 */
#typeGray #contents a:active {
	color: #c0c0c0;
}

#typeBrown #contents a:link {
	color: #64512f;
}

#typeBrown #contents a:visited {
	color: #9e8457;
}

#typeBrown #contents a:hover {
	color: #c6b493;
}

#typeBrown #contents a:active {
	color: #c6b493;
}

#typeRed #contents a:link {
	color: #924141;
}

#typeRed #contents a:visited {
	color: #b36b6b;
}

#typeRed #contents a:hover {
	color: #dc9696;
}

#typeRed #contents a:active {
	color: #dc9696;
}

#typePink #contents a:link {
	color: #9d5670;
}

#typePink #contents a:visited {
	color: #cf8ca4;
}

#typePink #contents a:hover {
	color: #f8c6d9;
}

#typePink #contents a:active {
	color: #f8c6d9;
}

#typePurple #contents a:link {
	color: #6c3d87;
}

#typePurple #contents a:visited {
	color: #9869b3;
}

#typePurple #contents a:hover {
	color: #c292dd;
}

#typePurple #contents a:active {
	color: #c292dd;
}

#typeBlue #contents a:link {
	color: #396184;
}

#typeBlue #contents a:visited {
	color: #6188aa;
}

#typeBlue #contents a:hover {
	color: #97c4eb;
}

#typeBlue #contents a:active {
	color: #97c4eb;
}

#typeGreen #contents a:link {
	color: #4f6344;
}

#typeGreen #contents a:visited {
	color: #88a976;
}

#typeGreen #contents a:hover {
	color: #b3dd9b;
}

#typeGreen #contents a:active {
	color: #b3dd9b;
}

#typeOrange #contents a:link {
	color: #8a461d;
}

#typeOrange #contents a:visited {
	color: #ac724e;
}

#typeOrange #contents a:hover {
	color: #dead90;
}

#typeOrange #contents a:active {
	color: #dead90;
}

/* カラーバリエーションここまで */

/* clearfix */
.social:after,
#contents:after,
.newsWrap li:after,
li:after,
article:after,
#whatnew:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

#right li.last {
	border-bottom: none;
	margin-bottom: 0;
}

/* for IE7 */
*:first-child+html .social,
*:first-child+html #contents,
*:first-child+html .newsWrap li,
*:first-child+html li:after,
*:first-child+html article:after,
*:first-child+html #whatnew:after {
	display: inline-block;
}

#superWide {
	display: none !important;
}

/* コンテンツ */
#contents {
	background: none;
	border: none;
	margin: 0 auto;
	padding: 10px 0;
	width: 970px;
}

/* 左カラム */
#leftWrap {
	float: left;
	width: 660px;
}

#leftWrap #info {
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

#leftWrap #info h1 {
	margin: 0 0 10px;
}

#leftWrap #info p {
	font-size: 16px;
	line-height: 1.4;
	margin: 10px 0;
}

#leftWrap .newsWrap {
	background-position: center top;
	background-repeat: repeat-y;
	margin: 10px 0;
	width: 660px;
}

/* カラーバリエーションここから */
#typeWhite #leftWrap .newsWrap {
	background-image: url(../img/newsfeature_left_white_body.gif);
}

#typeBlack #leftWrap .newsWrap,
#typeMa #leftWrap .newsWrap { /* 期間後削除 */
	background-image: url(../img/newsfeature_left_black_body.gif);
}

#typeGray #leftWrap .newsWrap {
	background-image: url(../img/newsfeature_left_gray_body.gif);
}

#typeBrown #leftWrap .newsWrap {
	background-image: url(../img/newsfeature_left_brown_body.gif);
}

#typeRed #leftWrap .newsWrap {
	background-image: url(../img/newsfeature_left_red_body.gif);
}

#typePink #leftWrap .newsWrap {
	background-image: url(../img/newsfeature_left_pink_body.gif);
}

#typeBlue #leftWrap .newsWrap {
	background-image: url(../img/newsfeature_left_blue_body.gif);
}

#typePurple #leftWrap .newsWrap {
	background-image: url(../img/newsfeature_left_purple_body.gif);
}

#typeGreen #leftWrap .newsWrap {
	background-image: url(../img/newsfeature_left_green_body.gif);
}

#typeOrange #leftWrap .newsWrap {
	background-image: url(../img/newsfeature_left_orange_body.gif);
}
/* カラーバリエーションここまで */

#leftWrap .newsWrap h2 {
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	margin: 0 0 15px;
	padding: 2px 15px 0 27px;
}

/* カラーバリエーションここから */
#typeWhite #leftWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_left_white_head.gif);
	color: #404040;
}

#typeBlack #leftWrap .newsWrap h2,
#typeMa #leftWrap .newsWrap h2 { /* 期間後削除 */
	background-image: url(../img/newsfeature_left_black_head.gif);
	color: #f0f0f0;
}

#typeGray #leftWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_left_gray_head.gif);
	color: #404040;
}

#typeBrown #leftWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_left_brown_head.gif);
	color: #64512f;
}

#typeRed #leftWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_left_red_head.gif);
	color: #924141;
}

#typePink #leftWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_left_pink_head.gif);
	color: #9d5670;
}

#typePurple #leftWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_left_purple_head.gif);
	color: #6c3d87;
}

#typeBlue #leftWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_left_blue_head.gif);
	color: #396184;
}

#typeGreen #leftWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_left_green_head.gif);
	color: #4f6344;
}

#typeOrange #leftWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_left_orange_head.gif);
	color: #8a461d;
}
/* カラーバリエーションここまで */

#leftWrap .newsWrap .summary {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 15px;
	padding: 0 30px;
}

#leftWrap .newsWrap ul {
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0 30px 5px;
	width: 600px;
}

/* カラーバリエーションここから */
#typeWhite #leftWrap .newsWrap ul {
	background-image: url(../img/newsfeature_left_white_foot.gif);
}

#typeBlack #leftWrap .newsWrap ul,
#typeMa #leftWrap .newsWrap ul { /* 期間後削除 */
	background-image: url(../img/newsfeature_left_black_foot.gif);
}

#typeGray #leftWrap .newsWrap ul {
	background-image: url(../img/newsfeature_left_gray_foot.gif);
}

#typeBrown #leftWrap .newsWrap ul {
	background-image: url(../img/newsfeature_left_brown_foot.gif);
}

#typeRed #leftWrap .newsWrap ul {
	background-image: url(../img/newsfeature_left_red_foot.gif);
}

#typePink #leftWrap .newsWrap ul {
	background-image: url(../img/newsfeature_left_pink_foot.gif);
}

#typeBlue #leftWrap .newsWrap ul {
	background-image: url(../img/newsfeature_left_blue_foot.gif);
}

#typePurple #leftWrap .newsWrap ul {
	background-image: url(../img/newsfeature_left_purple_foot.gif);
}

#typeGreen #leftWrap .newsWrap ul {
	background-image: url(../img/newsfeature_left_green_foot.gif);
}

#typeOrange #leftWrap .newsWrap ul {
	background-image: url(../img/newsfeature_left_orange_foot.gif);
}
/* カラーバリエーションここまで */

#leftWrap .newsWrap li {
	border-top: 1px dotted #c0c0c0;
	padding: 15px 0;
}

#leftWrap .newsWrap li .thumb {
	display: table-cell;
	float: left;
	margin: 0 10px 0 0;
}

#leftWrap .newsWrap li h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 5px;
}

#leftWrap .newsWrap li h3 .date {
	color: #606060;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 0 3px;
}

#leftWrap .newsWrap li p {
	font-size: 12px;
	line-height: 1.3em;
}

#leftWrap #copyright {
	font-size: 12px;
	line-height: 1.2;
	margin: 20px 0;
	padding: 0 20px;
	text-align: center;
}

/* 右カラム */
#rightWrap {
	float: right;
	width: 300px;
}

#rightWrap #rectangle {
	margin: 0 0 10px;
	width: 300px;
}

#rightWrap .newsWrap {
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 0 10px;
	width: 300px;
}

/* カラーバリエーションここから */
#typeWhite #rightWrap .newsWrap {
	background-image: url(../img/newsfeature_right_white_body.gif);
}

#typeBlack #rightWrap .newsWrap,
#typeMa #rightWrap .newsWrap { /* 期間後削除 */
	background-image: url(../img/newsfeature_right_black_body.gif);
}

#typeGray #rightWrap .newsWrap {
	background-image: url(../img/newsfeature_right_gray_body.gif);
}

#typeBrown #rightWrap .newsWrap {
	background-image: url(../img/newsfeature_right_brown_body.gif);
}

#typeRed #rightWrap .newsWrap {
	background-image: url(../img/newsfeature_right_red_body.gif);
}

#typePink #rightWrap .newsWrap {
	background-image: url(../img/newsfeature_right_pink_body.gif);
}

#typeBlue #rightWrap .newsWrap {
	background-image: url(../img/newsfeature_right_blue_body.gif);
}

#typePurple #rightWrap .newsWrap {
	background-image: url(../img/newsfeature_right_purple_body.gif);
}

#typeGreen #rightWrap .newsWrap {
	background-image: url(../img/newsfeature_right_green_body.gif);
}

#typeOrange #rightWrap .newsWrap {
	background-image: url(../img/newsfeature_right_orange_body.gif);
}
/* カラーバリエーションここまで */

#rightWrap .newsWrap h2 {
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	margin: 0 0 2px;
	padding: 2px 15px 0 28px;
}

/* カラーバリエーションここから */
#typeWhite #rightWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_right_white_head.gif);
	color: #404040;
}

#typeBlack #rightWrap .newsWrap h2,
#typeMa #rightWrap .newsWrap h2 { /* 期間後削除 */
	background-image: url(../img/newsfeature_right_black_head.gif);
	color: #f0f0f0;
}

#typeGray #rightWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_right_gray_head.gif);
	color: #5a5a5a;
}

#typeBrown #rightWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_right_brown_head.gif);
	color: #64512f;
}

#typeRed #rightWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_right_red_head.gif);
	color: #924141;
}

#typePink #rightWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_right_pink_head.gif);
	color: #9d5670;
}

#typePurple #rightWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_right_purple_head.gif);
	color: #6c3d87;
}

#typeBlue #rightWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_right_blue_head.gif);
	color: #396184;
}

#typeGreen #rightWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_right_green_head.gif);
	color: #4f6344;
}

#typeOrange #rightWrap .newsWrap h2 {
	background-image: url(../img/newsfeature_right_orange_head.gif);
	color: #8a461d;
}
/* カラーバリエーションここまで */

#rightWrap .newsWrap ul {
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0 11px 5px;
	width: 278px;
}

/* カラーバリエーションここから */
#typeWhite #rightWrap .newsWrap ul {
	background-image: url(../img/newsfeature_right_white_foot.gif);
}

#typeBlack #rightWrap .newsWrap ul,
#typeMa #rightWrap .newsWrap ul { /* 期間後削除 */
	background-image: url(../img/newsfeature_right_black_foot.gif);
}

#typeGray #rightWrap .newsWrap ul {
	background-image: url(../img/newsfeature_right_gray_foot.gif);
}

#typeBrown #rightWrap .newsWrap ul {
	background-image: url(../img/newsfeature_right_brown_foot.gif);
}

#typeRed #rightWrap .newsWrap ul {
	background-image: url(../img/newsfeature_right_red_foot.gif);
}

#typePink #rightWrap .newsWrap ul {
	background-image: url(../img/newsfeature_right_pink_foot.gif);
}

#typeBlue #rightWrap .newsWrap ul {
	background-image: url(../img/newsfeature_right_blue_foot.gif);
}

#typePurple #rightWrap .newsWrap ul {
	background-image: url(../img/newsfeature_right_purple_foot.gif);
}

#typeGreen #rightWrap .newsWrap ul {
	background-image: url(../img/newsfeature_right_green_foot.gif);
}

#typeOrange #rightWrap .newsWrap ul {
	background-image: url(../img/newsfeature_right_orange_foot.gif);
}
/* カラーバリエーションここまで */


#rightWrap .newsWrap li {
	border-bottom: 1px dotted #c0c0c0;
	padding: 6px 0;
	width: 278px;
}

#rightWrap .newsWrap li.first {
	border-bottom: none;
	padding-bottom: 2px;
}

#rightWrap .newsWrap .thumb {
	display: table-cell;
	float: left;
	margin: 0 8px 0 0;
}

#rightWrap .newsWrap h3 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}

#rightWrap .newsWrap h3 .date {
	color: #606060;
	font-weight: normal;
	margin: 0 0 0 3px;
}

/* バナー */
.banner {
	text-align: center;
}

#rightWrap .banner {
	margin: 0 0 10px;
}

/****************************************************/
/* 新データ・スペック部分 add 100219 */
/****************************************************/
#data_title,
.data_title {
	clear: both;
	color: #606060;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 18px 0 3px;
	padding: 0;
}

.data_box {
	background-color: #fefefe;
	border: 1px solid #dadada;
	clear: both;
	margin: 0 0 10px;
	padding: 10px 10px 0;
}

.data_box .data {
	margin: 0 0 10px;
}

.data_box .item_photo {
	border: 1px solid #dadada;
	float: left;
	height: auto;
	margin: 0 10px 10px 0;
	text-align: center;
	width: 120px;
}

.data_box .item_photo img {
	height: auto;
	width: 100%;
}

.data_box .data_list {
	display: table-cell;
	margin: 0 0 5px;
	padding: 0;
}

.data_box .data_list dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}

.data_box .data_list dd {
	font-size: 12px;
	line-height: 1.2em;
}

.data_box .data_list dd a { text-decoration: none; }

.data_box .amazon_price {
	font-size: 14px;
	line-height: 1.2em;
	margin: 3px 0 10px;
	padding: 0;
}

.data_box .amazon_price img {
	margin: 0 3px 0 0;
	vertical-align: bottom;
}

.data_box .amazon_price .now_price {
	color: #333333;
	font-weight: bold;
	margin: 0 0 0 5px;
}

/******************************/
/* 関連サイト */
/******************************/
.relatedtitle {
	color: #1e90ce;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 3px;
}

.related {
	border-left: 2px solid #1e90ce;
	padding: 0 0 0 5px;
}

.related li {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 3px 0;
}

/******************************/
/* ソーシャルボタン */
/******************************/
.social {
	background-color: #fafafa;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	padding: 2px 4px 2px 6px;
}

.social .shareInfo {
	color: #606060;
	font-size: 14px;
	float: left;
	line-height: 1.2em;
	margin: 0;
	padding: 3px 0 0;
}

.social .mixi,
.social .google,
.social .line,
.social .hatena,
.social .fb-share-button,
.social .twitter {
	float: right;
	margin: 0 2px 0 0;
}

/********************************/
/* 右サイドコンテンツ・基本（12/12/17追記） */
/********************************/
.rightCont {
	background-color: #fcfcfc;
	border: 1px solid #b0b0b0;
	margin: 10px auto;
	width: 300px;
}

.rightCont h2 {
	background: #f2f8ff;
	border-bottom: 1px solid #aec9d6;
	border-top: 2px solid #ffffff;
	color: #00447e;
	font-size: 14px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
}

.rightCont ul {
	padding: 0 5px;
	width: 286px;
}

.rightCont li {
	border-bottom: 1px dotted #909090;
	margin: 5px 0 0;
	padding: 0 0 5px;
	width: 286px;
}

.rightCont li.last {
	border: none;
	margin: 5px 0 0;
}

.rightCont h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}

.rightCont p {
	font-size: 12px;
	line-height: 1.3em;
	margin: 1px 0 0;
}

.rightCont p.lnkAll {
	font-size: 12px;
	line-height: 1.2;
	margin: 4px 0;
	padding: 0 5px;
	text-align: right;
}

.rightCont .thumb,
.rightCont .sp_ph {
	border: 1px solid #c0c0c0;
	display: table-cell;
	float: left;
	margin: 0 5px 0 0;
}

/* スタッフつぶやき */
.twStaff {
	margin: 10px auto;
	width: 300px;
}

/* 更新情報 */
.rightCont #whatnew {
	margin: 0 5px;
	padding: 10px 0 0;
}

.rightCont #whatnew dt {
	background: url(../img/sprite_v120924.png) -40px -399px no-repeat;
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 0 5px;
	padding: 0 0 0 17px;
	width: 45px;
}

.rightCont #whatnew dd {
	float: right;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 0 5px;
	padding: 0 10px 0 0;
	width: 218px;
}

.rightCont #whatnew dd a {
	font-weight: bold;
}

/********************************/
/* 左カラム・ボタン風 */
/********************************/
#leftWrap p.button_white,
#leftWrap p.button_black,
#leftWrap p.button_blue,
#leftWrap p.button_pink {
	margin: 1em auto;
	text-align: center;
	width: 50%;
}

#leftWrap p.button_white a,
#leftWrap p.button_black a,
#leftWrap p.button_blue a,
#leftWrap p.button_pink a {
	border-radius: 5px;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	padding: 12px 10px 10px;
}

#leftWrap p.button_white a {
	background: #c0c0c0;
	border-bottom: 3px solid #7a7a7a;
	color: #000000;
	text-shadow: -1px -1px 1px #fafafa;
}

#leftWrap p.button_white a:hover {
	color: #000000;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fafafa;
}

#leftWrap p.button_black a {
	background: #3a3a3a;
	border-bottom: 3px solid #000000;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
}

#leftWrap p.button_black a:hover {
	color: #ffffff;
	text-decoration: none;
	text-shadow: -1px -1px 1px #000000;
}

#leftWrap p.button_blue a {
	background: #57a8bf;
	border-bottom: 3px solid #428496;
	color: #ffffff;
	text-shadow: 1px 1px 1px #303030;
}

#leftWrap p.button_blue a:hover {
	color: #ffffff;
	text-decoration: none;
	text-shadow: -1px -1px 1px #303030;
}

#leftWrap p.button_pink a {
	background: #dc4f88;
	border-bottom: 3px solid #8a3356;
	color: #ffffff;
	text-shadow: 1px 1px 1px #303030;
}

#leftWrap p.button_pink a:hover {
	color: #ffffff;
	text-decoration: none;
	text-shadow: -1px -1px 1px #303030;
}

/* アプリダウンロード */
#leftWrap #info .app_download,
#leftWrap #info .button_box {
	margin: 1em auto;
	text-align: center;
	width: 600px;
}

#leftWrap #info .app_download a,
#leftWrap #info .button_box a {
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 5px;
	padding: 15px 0;
	text-decoration: none;
	text-shadow: 1px 1px 1px #404040;
	width: 280px;
}

#leftWrap #info .app_download a:hover,
#leftWrap #info .button_box a:hover {
	text-shadow: -1px -1px 1px #404040;
}

/* iOS/Android用 */
#leftWrap #info .app_download .app_store a {
	background-color: #1e62f1;
	border-bottom: 3px solid #315194;
}

#leftWrap #info .app_download .google_play a {
	background-color: #b3c833;
	border-bottom: 3px solid #7a8824;
}

#leftWrap #info .app_download .app_store a:hover {
	background-color: #447efa;
}

#leftWrap #info .app_download .google_play a:hover {
	background-color: #cbdd5f;
}

/* BOOK WALKER */
#leftWrap #info .button_box .book_walker a {
	background-color: #8a8a8a;
	border-bottom: 3px solid #5f5f5f;
}

#leftWrap #info .button_box .book_walker a:hover {
	background-color: #b9b9b9;
}

/* 汎用 */
#leftWrap #info .button_box .button1 a {
	background-color: #e54f00;
}

#leftWrap #info .button_box .button2 a {
	background-color: #0099ff;
}

#leftWrap #info .button_box .button1 a:hover {
	background-color: #f17737;
}

#leftWrap #info .button_box .button2 a:hover {
	background-color: #3eb2ff;
}
