@charset "UTF-8";
/* CSS Document */

body {
	color: #333;
	background: url(/images/share/bg_bottom_sp.png) left bottom repeat-x, url(/images/share/bg_above_sp.png) left top repeat-x;
	background-color: #fcecea;
}

/*--------------------------------------------------
	divs
--------------------------------------------------*/

div#wrapper {
	width: 94%;
	padding: 0 3%;
	text-align: left;
}

div#header {
	position: relative;
	background: url(/images/share/header_bg.png) 95% 0 no-repeat;
}

div#content {
	width: 100%;
	padding: 30px 0;
}

div#footer {
	color: #fff;
	font-size: 12px;
	padding: 1em;
	text-align: center;
}

/*--------------------------------------------------
	div#header
--------------------------------------------------*/

h1 {
	margin: 10px 0 0 0px;
}

div#stateBox {
	width: 100%;
	margin:10px 0 5px;
	position: relative;
}

p#errorTXT {
	position: absolute;
	top: -18px;
	right: 0;
}

div#header input[name=username],
div#header input[name=password] {
	border: none;
	background: #fc5787;
	font-size: 14px;
	padding: 0.2em 5px !important;
	color: #000 !important;
	width: 45%;
	margin-bottom: 8px;
}

div#header input[name=password] {
	position: absolute;
	top: 0;
	right: 0;
}

	div#header input[name=username]::-webkit-input-placeholder {	color: #fff;	}
	div#header input[name=username]:-ms-input-placeholder {		color: #fff;	}
	div#header input[name=username]::-moz-placeholder {			color: #fff;	}

	div#header input[name=password]::-webkit-input-placeholder {	color: #fff;	}
	div#header input[name=password]:-ms-input-placeholder {		color: #fff;	}
	div#header input[name=password]::-moz-placeholder {			color: #fff;	}

input#btn_login {
	cursor: pointer;
	display: block;
	width: 56px;
	height: 24px;
	border: none;
	text-indent: -9999px;
	background: url(/images/share/btn_login.png) center center no-repeat;
}

input#btn_newAccount {
	position: absolute;
	top: 32px;
	right: 0;
	cursor: pointer;
	display: block;
	width: 220px;
	height: 24px;
	border: none;
	text-indent: -9999px;
	background: url(/images/share/btn_newaccount.png) center center no-repeat;
}

p#helloTxt {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}

input#btn_logout {
	cursor: pointer;
	display: block;
	width: 80px;
	height: 24px;
	border: none;
	text-indent: -9999px;
	background: url(/images/share/btn_logout.png) center center no-repeat;
}

img#menuBTN {
	width: 10%;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 101;
	border-radius: 5px;
}

ul#headNavi {
	list-style: none;
	font-size: 15px;
	padding: 0.6em 0;
	text-align: center;
	color: #666;
}

	ul#headNavi li {
		display: inline-block;
		width: 30%;
		border-right: 1px solid #fff;
		line-height: 1.2;
	}
	ul#headNavi li:last-child {
		border: none;
	}

	ul#headNavi a {
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
		text-decoration: none;
	}

	ul#headNavi a:hover {
		color: #ff92b9;
		text-decoration: underline;
	}

/*--------------------------------------------------
	div#content
--------------------------------------------------*/

h2.pageTTL,
h3.typeA,
h4.typeA {
	color: #96391d;
	font-size: 22px;
	padding: 0.2em 10px;
	border-bottom: 2px solid #96391d;
	margin-bottom: 0.8em;
}

h4.typeA {
	clear: both;
}

p.honmon {
	font-size: 14px;
	padding: 0 10px;
}

p.last {
	padding-bottom: 1em;
}

p.totop {
	font-size: 14px;
	text-align: right;
	padding: 1em;
}

.mb30 {
	margin-bottom: 30px;
}

.noSP {
	display: none;
}

/*---------- div.bookBox ----------*/

div.bookBox {
	width: 47.5%;
	margin: 0 0.5em 0.5em 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #fff;
	padding-bottom: 1em;
	margin-bottom: 20px;
	min-height: 350px;
}

.bookName {
	font-size: 18px;
	color: #fff;
	background: #c08877;
	padding: 1em 0 0.2em;
	text-align: center;
}

	.bookName a {	color: #fff;	}
	.bookName a:hover {	color: #96391d;}

p.levelTXT {
	color: #fff;
	background: #ff92b9;
	font-size: 14px;
	padding: 0.2em 0;
	text-align: center;
}

img.bookcover {
	border: 1px solid #ccc;
	margin: 1em 0;
}

p.comment {
	text-align: left;
	font-size: 14px;
	padding: 0 1em;
	line-height: 1.2;
}

dl.bookData {
	text-align: left;
	font-size: 14px;
	padding: 0 14px 0.5em;
}

	dl.bookData dt {
		font-weight: bold;
		clear: both;
		float: left;
		padding-bottom: 0.2em;
	}

	dl.bookData dd {
		padding: 0.7em 0 0.2em 1em;
	}

	dd.nopad {
		padding-top: 0 !important;
	}

/*---------- div#btnArea ----------*/

div#btnArea {
	text-align: center;
}

input.decoBTN,
a.decoBTN {
	color: #fc5787;
	font-size: 14px;
	cursor: pointer;
	display: block;
	padding: 0.5em 4em;
	border: 1px solid #fc5787;
	background: #fff;
	margin-bottom: 1em;
	text-decoration: none;
}

/*---------- p.enqueteLINK ----------*/

p.enqueteLINK {
	color: #ff92b9;
	border: 1px solid #fc5787;
	display: inline-block;
	font-size: 14px;
	margin: 0 0 2em 0;
	line-height: 1.3;
}

	p.enqueteLINK a {
		color: #fc5787;
		text-decoration: none;
		display: block;
		padding: 0.5em 5em;
	}

	p.enqueteLINK a:hover {
		background: #c08877;
	}

/*--------------------------------------------------
	div#footer
--------------------------------------------------*/

ul#footerNavi {
	list-style: none;
	font-size: 15px;
	padding: 0 0 1em;
}

	ul#footerNavi li {
		display: inline-block;
		width: 48%;
		border-right: 1px solid #fff;
		line-height: 2.2;
		margin-top: 2px;
	}
	ul#footerNavi li:nth-child(even) {
		border-right: none;
	}

	ul#footerNavi a {
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		color: #fff;
	}

	ul#footerNavi a:hover {
		color: #96391d;
		text-decoration: underline;
	}

p#copyright {
	font-size: 12px;
	line-height: 1.5;
}

/*----------------------------------------------------------------------------------------------------
	pc
----------------------------------------------------------------------------------------------------*/

@media all and (min-width: 769px) {

	body {
		background: url(/images/share/bg_bottom.png) left bottom repeat-x, url(/images/share/bg_above.png) left top repeat-x;
		background-color: #fcecea;
	}

	/*--------------------------------------------------
		divs
	--------------------------------------------------*/

	div#wrapper {
		width: 970px;
		padding: 0;
		margin: 0 auto;
	}

	div#header {
		padding-bottom: 0;
		background: url(/images/share/header_bg.png) 174px 29px no-repeat;
	}

	div#content {
	}

	div#footer {
		font-size: 14px;
		line-height: 1;
	}

	/*--------------------------------------------------
		div#header
	--------------------------------------------------*/

	h1 {
		margin: 23px 13px;
	}

	div#stateBox {
		width: 500px;
		position: absolute;
		top: -10px;
		left: 470px;
	}

	p#errorTXT {
		left: 0;
	}

	div#header input[name=username],
	div#header input[name=password] {
		width: 170px;
		margin: 0 10px 0 0;
	}

	div#header input[name=password] {
		position: static;
	}

	input#btn_login {
		position: absolute;
		width: 56px;
		height: 24px;
		top: 5px;
		left: 400px;
	}

	input#btn_newAccount {
		position: absolute;
		width: 220px;
		height: 24px;
		top: 32px;
		left: 240px;
	}

	p#helloTxt {
		text-align: right;
		padding-right: 140px;
		font-size: 16px;
	}

	input#btn_logout {
		position: absolute;
		top: 0;
		left: 400px;
		width: 80px;
		height: 24px;
	}

	img#menuBTN {
		display: none;
	}

	ul#headNavi {
		max-width: 700px;
		margin-left: auto;
	}

		ul#headNavi li {
			width: 30%;
			line-height: 2.2;
		}

	/*--------------------------------------------------
		div#content
	--------------------------------------------------*/

	.noPC {
		display: none;
	}

	.noSP {
		display: block;
	}

	div.bookBox {
		width: 19%;
		margin-bottom: 30px;
	}

	div.wideOne {
/*		margin-right: 4%;
		margin-left: 4%;*/
	}

	p.levelTXT {
		font-size: 14px;
	}

		dl.bookData dd {
			padding: 0.7em 0 0.2em 1em;
		}

	/*---------- div#btnArea ----------*/

	div#btnArea {
		position: relative;
		width: 100%;
		text-align: center;
		height: 4em;
	}

	input#btnAccept {
		position: absolute;
		top: 0;
		left: 260px;
	}

	input#notAccept {
		position: absolute;
		top: 0;
		left: 500px;
	}

	input.decoBTN:hover,
	a.decoBTN:hover {
		background: #96391d;
	}

	input.decoBTN[disabled=disabled] {
		opacity: 0.6;
	}

	input.decoBTN[disabled=disabled]:hover {
		cursor: auto;
		background: #fff;
	}

	/*--------------------------------------------------
		div#footer
	--------------------------------------------------*/

	ul#footerNavi {
		font-size: 15px;
		padding: 0 0 1em;
	}

		ul#footerNavi li {
			width: 24%;
			line-height: 2.2;
			border-right: 1px solid #fff !important;
		}
		ul#footerNavi li:last-child {
			border: none !important;
		}

}