@charset "utf-8";

/* container box
================================================================================== */
#container {
	margin-top: 4.5em;
}

/* spiritualism tab
================================================================================== */
#spiritualism {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding-top: 0.5em;
	background-color: rgb(255, 255, 255);
	background-image:linear-gradient(-90deg, rgb(255, 255, 255), rgba(204, 204, 204, 0.5));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(255, 255, 255)), to(rgba(204, 204, 204, 0.5)));
	background-image:-moz-linear-gradient(-90deg, rgb(255, 255, 255), rgba(204, 204, 204, 0.5));
}
#spiritualism ul {
	width: 96em;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: -0.1em;
	padding-right: 1em;
	padding-left: 1em;
	list-style: none;
}

#spsite,
#booksite,
#phenomenasite,
#currentsite {
	letter-spacing: 0.1em;
	text-align: center;
	width: 19em;
	float: left;
	margin-right: 0.5em;
	font: 1.2em/1.2 "メイリオ", Meiryo, Osaka, sans-serif;
}
#spsite a,
#booksite a,
#phenomenasite a {
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
}

#currentsite {
	background-color: #FFF;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #CCC;
}
#spsite a,
#booksite a,
#phenomenasite a,
#currentsite {
	border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
}
#spsite a:hover {
	background-color: #00F;
	border-bottom-color: #00F;
}
#booksite a:hover {
	background-color: #096;
	border-bottom-color: #096;
}
#phenomenasite a:hover {
	background-color: #909;
	border-bottom-color: #909;
}
#spsite a:hover,
#booksite a:hover,
#phenomenasite a:hover {
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}



#header div {
	position: relative;
	height: 11.5em;
	padding: 0px;
	background-color: #3CC0A1;
}
#titlebanner-image img {
	width: 100%;
}
#titlebanner-text {
	position: absolute;
	top: 0.8em;
	z-index: 10;
	left: 1.5em;
	color: #A4FFFF;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1;
}


#topmenu-intro {
	margin-bottom: 3em;
}

#topmenu-intro h1 {
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 2em;
	font-style: normal;
	line-height: 1.4;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 0.5em;
	background: #3dbf86; /* Old browsers */
	background: -moz-linear-gradient(top, #3dbf86 0%, #007705 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3dbf86), color-stop(100%,#007705)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3dbf86 0%,#007705 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3dbf86 0%,#007705 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #3dbf86 0%,#007705 100%); /* IE10+ */


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dbf86', endColorstr='#007705',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #3dbf86 0%,#007705 100%); /* W3C */
	padding: 0.2em 0.5em 0.1em;
}
#topmenu-intro div {
	margin-top: 2em;
}
#topmenu-intro p {
	margin-bottom: 1em;
	font-size: 1.4em;
}
#topmenu-intro span {
	font-weight: bold;
	color: #FF0000;
}
#topmenu-intro #forbiginner {
	color: #666666;
	font-size: 1.3em;

}
#topmenu-news {
	margin: 5em;
	border: 2px dotted #999;
	padding-right: 3em;
	padding-bottom: 2em;
	padding-left: 3em;
}
#topmenu-news p {
	margin-top: 1em;
}
#newstitle {
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 1.6em;
}
#newsdate {
	text-align: right;
	color: #666;
	letter-spacing: 0.1em;
}

h2.category {
	text-align: center;
	line-height: 1;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	background: #EBEBEB;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EBEBEB',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	border: 1px solid #CCC;
	margin-bottom: 2em;
	/* [disabled]margin-top: 3em; */
}
.bookcard {
	margin-bottom: 3em;
}
.bookcard p.bookcover {
	float: left;
	width: 8em;
}
.bookcard h3 {
	line-height: 1.4;
	/* [disabled]margin-bottom: 0.5em; */
	font-size: 1.4em;
	border-bottom: 1px solid #999999;
	padding-bottom: 0.3em;
	/* [disabled]letter-spacing: 0.1em; */
}
.bookcard h3 span {
	/* [disabled]font-size: 0.9em; */
	/* [disabled]font-weight: normal; */
	/* [disabled]display: block; */
}
.bookcard p {
	line-height: 1;
	font-size: 1.2em;
}

.separation {
	margin-top: 6em;
}

.bookdata {
	float: right;
	width: 57em;
}
.bookdata p {
	line-height: 1.2;
}
.bookdata p.etitle {
	border-bottom: 1px solid #E0E0E0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.bookdata p.author {
	border-bottom: 1px solid #E0E0E0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.bookdata p.contents {
	line-height: 1.6;
	font-size: 1.3em;
	margin-top: 0.5em;
}


.bookcard p img {
	border: 1px solid #999999;
	-webkit-box-shadow: 3px 3px 3px #D3D3D3;
	-moz-box-shadow: 3px 3px 3px #D3D3D3;
	box-shadow: 3px 3px 3px #D3D3D3;
}

#update,
#start,
#counter {
	border: 1px solid #E0E0E0;
	padding: 5px;
	margin-bottom: 0.5em;
	background-image: url(../image/bgmenu-n1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#update h2 {
	line-height: 1;
	float: left;
	font-weight: normal;
	margin-right: 2em;
	margin-left: 1em;
	font-size: 1.2em;
	letter-spacing: 0.2em;
}

#update p {
	line-height: 1;
}

#counter {
	margin-bottom: 5px;
}
#counter p {
	text-align: center;
}

#counter p img {
	vertical-align: bottom;
}



/* Media Queries
================================================================================== */
@media only screen and (max-width: 770px) {
#container {
	margin-top:1em;
}
#spiritualism {
	display: none;
}
#header div {
	background-image: url(../image/titlebanner2011s-book.jpg);
	background-repeat: no-repeat;
	height: 20em;
	background-position: center top;
}
#titlebanner-image img {
	display: none;
}
.bookdata {
	width: 80%;
}
}

/* Media Queries
================================================================================== */
@media only screen and (max-width: 650px) {
.bookdata {
	width: 73%;
}
}

/* Media Queries
================================================================================== */
@media only screen and (max-width: 480px) {
.bookcard {
	padding: 1em;
	border: 1px solid #E0E0E0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bookdata {
	float:none;
	width: 100%;
	margin-bottom: 1em;
}
#topmenu-news {
	margin: 3em 0em;
}
}

/* print
================================================================================== */
@media print {

#header {
	display: block;
}
#titlebanner-text {
	display: none;
}
#container {
	margin-top:0em;
}
#spiritualism {
	display: none;
}
#topmenu-intro {
	border-style: none;
}
#topmenu-intro h1 {
	border-style: none;
	background-image: none;
	color: #000;
}
.bookcard .bookdata {
	float: none;
	width: 100%;
}
.bookcard .bookcover {
	float: none;
}
.bookcard {
	background-image: none;
	width: 100%;
	margin-bottom: 2.5em;
	border-style: none;
}
.bookcard h2 {
	border-style: none;
}
.bookcard h2 span {
	display: inline;
}
.bookcard img,
.bookcard p.ebook {
	display: none;
}
}
