@charset "utf-8";

/* ----------------------------------------------------------------------------------

	Twilight of The Gods Web site CSS
	copyright (c) 2013 Studio Mercury, You-zo Hiwatashi

	http://www.studio-mercury.org/

----------------------------------------------------------------------------------- */

body {
	background:#240000 url("../images/bg.png") left top repeat-x;
	color:#333333;
	min-width:980px;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	html,
	body {
		width:100%;
		margin:0px auto;
		font-size:15px;
		min-width:initial;
		min-width:auto;
	}
} /* ----- /for SmartPhone ----- */

.totalWrapper {
	width:960px;
	margin:0px auto;
	position: relative;
	clear:both;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	.totalWrapper {
		width:100%;
		margin:0px;
		padding:0px;
		position:static;
	}
} /* ----- /for SmartPhone ----- */

a {
	font-weight:bold;
}

a:focus {
	outline:none;
}

a:hover img {
	opacity: 0.8;
}

p,ul,li {
/*	font-size: 12px;*/
}

img {
	/*max-device-width: 100%;*/
	max-width:100%;
	height: auto;
	width:auto;
}

#toTop { /* このページのトップへ */
	clear:both;
	width:25px;
	height:29px;
	padding-top:52px;
	padding-left: 935px;
	background: url("../images/img_go2top.png") no-repeat right bottom;
}
#toTop span {
	display: block;
	width:25px;
	height:29px;
	text-indent: -9999px;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#toTop,
	#toTop span {
		display:none;
	}
} /* ----- /for SmartPhone ----- */


.clearfix {
	display: block !important;
}

p#topPage {
	color:#ff9966;
	padding:0px 25px;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	p#topPage {
		display:none;
	}
} /* ----- /for SmartPhone ----- */


/* ----------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------- */
#header {
	height:232px;
	width:100%;
	padding:0px;
	background: url("../images/bg_header.jpg") no-repeat center 38px;
	position: relative;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#header {
		width:100%;
		height:auto;
		background: #b54711 none;
		padding:0px;
		background-size:contain;
		margin:0px;
	}
	header .totalWrapper {
		width:100%;
		padding:0px !important;
		margin:0px !important;
	}
} /* ----- /for SmartPhone ----- */

#siteID {
	width:340px;
	height:142px;
	background: url("../images/bg_logo.png") no-repeat;
	position: absolute;
	top:37px;
	left:-5px;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#siteID {
		background: #b54711 none;
		width:100%;
		height:auto;
		margin:0px;
		padding:0px;
		position: static;
		top:0px;
		left:0px;
	}
} /* ----- /for SmartPhone ----- */

h1#topLogo {
	width:287px;
	display: block;
	margin:20px auto 25px auto;
}
h1#topLogo img {
	width:287px;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	h1#topLogo {
		width:auto;
		height:auto;
		overflow: hidden;
		margin:0px auto;
		padding:20px 10px 10px 10px;
		text-align:center;
	}
	h1#topLogo img {
		width:auto !important;
	}
} /* ----- /for SmartPhone ----- */


/* ----------------------------------------------------------------------------------
	menu
----------------------------------------------------------------------------------- */
#menu {
	width:100%;
	height:38px;
	background: #b54711;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#menu {
		height:auto;
	}
} /* ----- /for SmartPhone ----- */

#menu ul {
	float:right;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#menu ul {
		float:none;
		text-align:center;
		padding:0px 10px;
		margin:0px;
	}
} /* ----- /for SmartPhone ----- */

#menu li {
	height:38px;
	line-height: 38px;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	text-shadow: 2px 1px 1px #000000;
	margin-left: 20px;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#menu li {
		font-size: 20px;
		margin:0px 0px 20px 20px;
		line-height:1em;
		height:auto;
	}
} /* ----- /for SmartPhone ----- */

#menu li a,
#menu li a:link,
#menu li a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;
}
#menu li a:active,
#menu li a:hover {
	color:#fff70f;
}
#menu li.active a { /* WayFinder用現在地クラス */
	height:38px;
	line-height: 38px;
	display: inline-block;
	background: url("../images/bg_menu.png") no-repeat center bottom;
	color:#fff70f !important;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#menu li.active a {
		height:auto;
		line-height: 1em;
		background:none;
	}
} /* ----- /for SmartPhone ----- */


/* ----------------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------------- */
#footer {
	height:262px;
	width:100%;
	background: #000000 url("../images/bg_footer.png") repeat-x left top;
	clear: both;
	position: relative;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#footer {
		height:auto;
		position:static;
		margin:0px;
		padding:20px 0px 0px 0px;
	}
	#footer .totalWrapper {
		width:100% !important;
		margin:0px;
		padding:0px;
	}
} /* ----- /for SmartPhone ----- */

#gAds { /* for Google Adwords */
	padding-top:40px;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#gAds {
		padding-bottom:47px;
	}
} /* ----- /for SmartPhone ----- */

#footerMenu {
	color:#ffffff;
	float:left;
	width:716px;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#footerMenu {
		width:100%;
		float:none;
		margin:0px;
		padding:0px;
	}
} /* ----- /for SmartPhone ----- */

#footerMenu .left {
	width:235px;
}

#footerMenu .right {
	width:481px;
}

#footerMenu .right .left {
	width:50%;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#footerMenu .left,
	#footerMenu .right,
	#footerMenu .right .left {
		width:100%;
		float:none;
	}
} /* ----- /for SmartPhone ----- */

#footerMenu ul {
	margin:40px 0px 0px 0px;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#footerMenu ul {
		margin:0px 10px 20px 10px;
		padding:0px;
	}
} /* ----- /for SmartPhone ----- */

#footerMenu .right .left ul {
	margin:10px 0px 0px 10px;
}

@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#footerMenu li {
		font-size:16px;
		line-height:2em;
		padding:0px;
	}
} /* ----- /for SmartPhone ----- */

#footerMenu a {
	font-weight:normal;
	color:#ffffff;
}
#footerMenu a:link {
	text-decoration: none;
}
#footerMenu a:active,
#footerMenu a:hover {
	text-decoration: underline;
}
#footerMenu a:visited {
	color:#aaaaaa;
	text-decoration: none;
}

#socialArea {
	float:right;
	width:222px;
	padding-top:7px;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#socialArea {
		display:none;
	}
} /* ----- /for SmartPhone ----- */

address {
	clear: both;
	color: #999999;
	position: absolute;
	top:225px;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	address {
		position: static;
		font-size:14px;
		margin:0px 20px 0px;
		padding-bottom:20px;
	}
} /* ----- for SmartPhone ----- */


/* ----------------------------------------------------------------------------------
	othersWapper
		-小説デフォルト
		-章トップページ
		-About、Download、Contact
----------------------------------------------------------------------------------- */
#othersWapper { /* デフォルト系ページの背景 */
	width:938px;
	border-radius: 6px;
	border:1px #555555 solid;
	background: #333333 url("../images/bg_column.jpg") left bottom no-repeat;
	padding:10px 10px 180px 10px;
	box-shadow: 0 0 10px 0 #666666;
	display:table;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#othersWapper {
		width:100%;
		border-radius: none !important;
		-webkit-appearance: none;
		border: 0px none;
		background: #333333 url("../images/bg_column.jpg") left bottom no-repeat;
		box-shadow: none;
		padding:0px 0px 180px 0px;
	}
} /* ----- for SmartPhone ----- */

#othersWapper h2 { /* デフォルト系ページ見出し */
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif !important;
	color: #ffffff;
	font-size:24px;
	line-height: 34px;
	text-shadow: 1px 1px 1px #000000;
	height: auto;
	margin-bottom: 0px;
	border-top-left-radius: 6px;
	border-bottom:4px #b54711 solid;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#othersWapper h2 {
		border-top-left-radius: none !important;
		border-top-right-radius:none !important;
		-webkit-appearance: none;
		margin:0px 0px 20px 0px;
		padding:10px 10px 10px 0px;
	}
} /* ----- for SmartPhone ----- */

#othersWapper #topicPath { /* パンくずナビ */
	background: #354820;
	height: 21px !important;
	border-bottom:1px #ffffff solid;
	line-height:21px !important;
	color: #cccccc !important;
	padding-right:10px;
	padding-bottom: 0px !important;
	text-align: right;
	text-shadow: 1px 1px 0px #000000;
	font-size:14px;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#othersWapper #topicPath {
		display:none;
	}
} /* ----- for SmartPhone ----- */

#othersWapper #topicPath a,
#othersWapper #topicPath a:link,
#othersWapper #topicPath a:visited {
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
}
#othersWapper #topicPath a:hover,
#othersWapper #topicPath a:active {
	text-decoration: underline;
}


/* ----------------------------------------------------------------------------------
	itemArea
		-小説各話
		-About、Download項目
----------------------------------------------------------------------------------- */
.itemArea {
	background: url("../images/bg_items.jpg") no-repeat;
	width:429px;
	float:left;
	height:auto;
	min-height:154px;
	margin:10px 10px 20px 15px;
	padding:22px 10px 16px 0px;]
	display:table-cell;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	.itemArea {
		width:auto;
		height:auto;
		min-height:auto;
		margin:0px 0px 0px 10px;
		padding:20px 10px 0px 10px;
		float:none;
	}
} /* ----- for SmartPhone ----- */

.itemArea h3 {
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif !important;
	font-size:16px;
	text-shadow: 1px 1px 1px #000000;
	border-left:18px #b54711 solid;
	padding-left:8px;
	color:#ffcc33;
	margin-bottom: 22px;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	.itemArea h3 {
		border-left:16px #b54711 solid;
		font-size:22px;
		margin-bottom:10px;
		line-height:1.2em;
	}
} /* ----- for SmartPhone ----- */

.itemArea h3 a,
.itemArea h3 a:link,
.itemArea h3 a:visited {
	color:#ffcc33;
	text-decoration: none;
}
.itemArea h3 a:active,
.itemArea h3 a:hover {
	color:#ffffff;
	text-decoration: underline;
}
.itemArea p,
.itemArea ul {
	color: #cccccc;
	padding-left:28px;
}
.itemArea p a,
.itemArea p a:link,
.itemArea p a:visited,
.itemArea li a,
.itemArea li a:link,
.itemArea a:visited {
	color: #cccccc;
}
.itemArea p a:active,
.itemArea p a:hover,
.itemArea li a:active,
.itemArea li a:hover {
	color: #ffffff;
}


/* ----------------------------------------------------------------------------------
	Google Custom Search
----------------------------------------------------------------------------------- */
#___gcse_0 { /* 検索フォーム */
	width:230px;
	float:right;
/*	padding-right:10px; 2018.09.20 */
}

form.gsc-search-box {
	margin-bottom:0 !important;
}

table.gsc-search-box {
	margin-bottom:0px !important;
	margin-top:4px;
}

.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
	border:0 !important;
	background: none !important;
}
.gsib_a,
.gsst_b {
	padding:0 !important;
}
.gsc-input {
	width:160px;
}

/*.gsc-search-box-tools .gsc-clear-button {
	display:inherit !important;
}*/

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	padding:6px 10px !important;
	margin-top:0px !important;
}

td.gsc-search-button {
/*	width:35px !important;*/
/*	width:auto !important;*/
}


@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	#___gcse_0 {
		clear:both;
		width:auto;
		padding:3px 20px 6px !important;

	}
} /* ----- for SmartPhone ----- */

.cse input.gsc-input, input.gsc-input {
	font-size:14px !important;
	padding:2px !important;
}

@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	input.gsc-search-button,
	.gsc-search-button-v2 {
		border-radius: 6px !important;
		-webkit-appearance: none;
		-webkit-border-radius: 6px !important;
	}
} /* ----- for SmartPhone ----- */


/* ----------------------------------------------------------------------------------
	ajaxsearch
----------------------------------------------------------------------------------- */
fieldset {
	border:0px none !important;
	padding:0px;
}


/* ----------------------------------------------------------------------------------
	form
----------------------------------------------------------------------------------- */
form input, textarea, select {
	font-size:16px;
	border-radius: 3px;
	background:#f1e9e9;
	border:solid 1px #555555;
	padding:3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	margin-right:4px;
}
@media screen and (max-width:640px) { /* ----- for SmartPhone ----- */
	form input, textarea, select {
		font-size:15px;
		border-radius: 6px;
	}
	input#novelSubmit,
	input#formReset,
	input#formSubmit {
		font-size:16px;
	}
	form#novelForm td {
		width:auto;
	}
} /* ----- for SmartPhone ----- */

textarea {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input#novelSubmit { /* 小説ページからの感想ボタン */
	background:#333333;
	color:#ffffff;
	-moz-box-shadow: 0px;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
}

input:focus, textarea:focus, select:focus {
	border:solid 1px #b54711;
	width:100%;
}

input#formReset,
input#formSubmit { /* 問い合わせフォームのボタン */
	background:#999999;
	color:#ffffff;
	box-shadow: 0px 0px 5px #000000;
	text-shadow: 1px 1px 1px #000000;
}

