@charset "utf-8";

/*=====================================================
 * Style Name: Basic Style
 * Style URL: /css/style.css
 * Description: Common Style Sheet
 * Version: 1.0
 * Last Up Date: 2011/06/27
 * Author: Prime works
 * Author URL: http://www.primeworks.jp/
 *
 * Markup Reference:
 *
=====================================================*/



/*-----  contents -------

	1: Universal Reset 
	2: Body and Base setting
		: General parameter setting
		: Phrase elements styles
	3: Link setting
	  
----------------------*/


/*-----  key colors -------

Bace Color Deep: 
Bace Color Pale: 

--------------------------*/



/*
===== 1: Universal reset =================================*/

html,
body { width: 100%; height: 100%; }


body, header, footer, h1, h2, h3, h4, h5, h6,
div, p, dl, dt, dd, ul, ol, li, strong, em {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: 0;
}


body {
	color: #333333;
	background: #ffeecc;
	font-family: "モリサワ新ゴ R regular", Verdana,Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.4;
}


header, footer, section, nav, aside { display: block; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; line-height: 1; }
img { vertical-align: bottom; border: none; }
a { color: #333333; text-decoration: none; }





/*
===== 2: Box setting ===========================*/

div.container:after,
header:after,
div.main:after,
section:after,
footer:after { content : ''; display : block; clear : both; }


/* Header
----------------------------*/

header {
/* 	background: #ffffff url(../img/base_img/bg_header.png) center top repeat-y; */
}

header h1 {
	padding: 33px 0 19px;
	text-align: center;
	font-size: 272%;
	font-family: Calibri, "モリサワ新ゴ R regular", Verdana,Arial, Helvetica, sans-serif;
}
header h1.no-btn {
	padding-bottom: 33px;
}

header p.hedaer-login {
	margin-bottom: 20px;
	text-align: center;
}
header p.hedaer-login span {
	padding: 6px 27px;
}

header p.hedaer-btn {
	margin-bottom: 20px;
	text-align: center;
}
header p.hedaer-btn a {
	display: inline-block;
	background: #10682b url(../img/base_img/bg_btn.png) 0 1px repeat-x;
	border: #1a1c8b 1px solid;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow: 1px 1px 3px #d7d8ab;
		-webkit-box-shadow: 1px 1px 3px #dfb6b6;
		-moz-box-shadow: 1px 1px 3px #dfb6b6;
}
header p.hedaer-btn span {
	display: inline-block;
	padding: 8px 14px;
	color: #ffffff;
	border-top: #ffb9b9 1px solid;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	font-size: 83.33%;
	text-shadow: 0 -1px 1px #710f0f;
}

header p.info {
	padding: 5px 9px;
	background: #ffffff;
	font-size: 83.33%;
	box-shadow: 0 1px 4px #c3c3c3;
		-webkit-box-shadow: 0 1px 4px #c3c3c3;
		-moz-box-shadow: 0 1px 4px #c3c3c3;
}

header nav ul {
	margin: 0;
	background: url(../img/base_img/bg_title.png) 0 -38px repeat-x;
	text-align: center;
	list-style: none;
}
header nav ul li {
	display: inline;
}


header ul.subnav {
	display: table;
	margin: 13px auto 25px;
	border-top: #000000 1px solid;
	border-bottom: #4b4b4b 1px solid;
	border-left: #020101 1px solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	background: url(../img/base_img/bg_subnav.png) 0 0 repeat-x;
}
header ul.subnav li {
	display: table-cell;
	border-right: #2f2f2f 1px solid;
	border-left: #7f7f7f 1px solid;
}
header ul.subnav li:first-child {
	border-left: none;
}
header ul.subnav li:last-child {
	border-right: none;
}
header ul.subnav li.current {
	background: url(../img/base_img/bg_subnav.png) 0 -58px repeat-x;
}
header ul.subnav li a,
header ul.subnav li span {
	display: table-cell;
	padding: 15px 0;
	width: 107px;
	color: #ffffff;
	text-shadow: 0 0 1px #999898;
	white-space: nowrap;
	letter-spacing: -0.05em;
	text-align: center;
	vertical-align: middle;
}


header div.search {
	text-align: center;
}
header div.search p {
	padding: 0px 0;
	text-align: center;
}
header div.search input {
	margin-right: 5px;
	padding: 5px 5px;
	width: 70%;
	color: #bababa;
	border: #bababa 2px solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	font-size: 100%;
}
header div.search input:focus {
	color: #000000;
}
header div.search a {
	display: inline-block;
	background: #ffffff url(../img/base_img/bg_btn-1.png) 0 -123px repeat-x;
	border: #bababa 2px solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}
header div.search span {
	display: inline-block;
	padding: 5px 5px;
	border: #f0f0f0 1px solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	text-shadow: 0 1px 1px #ffffff;
}

/* Footer
----------------------------*/

footer { text-align: center; }
p.copyrights {
	padding: 20px 0 ;
	background: #ff3399;
	color: #ffffff;
	font-size: 77.77%;
}


/* Main
----------------------------*/

section { position: relative; margin-bottom: 20px; z-index: 0; }


/*--- pickup ---*/

pickup h2 {
	padding: 7px 15px;
	background: #ff3399 url(../img/index_onesan/bg_title.gif) center top no-repeat;
	color: #ffffff;
	z-index: 100;
	box-shadow: 0 1px 5px #d0d0d0;
		-webkit-box-shadow: 0 1px 5px #d0d0d0;
		-moz-box-shadow: 0 1px 5px #d0d0d0;
}

/*--- My本棚 ---*/

bookshelf h2 {
	padding: 7px 15px;
	background: #ff3399 url(../img/index_onesan/bg_title.gif) center top no-repeat;
	color: #ffffff;
	z-index: 100;
	box-shadow: 0 1px 5px #d0d0d0;
		-webkit-box-shadow: 0 1px 5px #d0d0d0;
		-moz-box-shadow: 0 1px 5px #d0d0d0;
}

/*--- 入会 ---*/

nyukai h2 {
	padding: 7px 15px;
	background: #ff3399 url(../img/index_onesan/bg_title.gif) center top no-repeat;
	color: #ffffff;
	z-index: 100;
	box-shadow: 0 1px 5px #d0d0d0;
		-webkit-box-shadow: 0 1px 5px #d0d0d0;
		-moz-box-shadow: 0 1px 5px #d0d0d0;
}

/*--- heading ---*/

section h2 {
	padding: 7px 15px;
	background: #ff3399 url(../img/base_img_onesan/bg_title.gif) center top no-repeat;
	color: #ffffff;
	z-index: 100;
	box-shadow: 0 1px 5px #d0d0d0;
		-webkit-box-shadow: 0 1px 5px #d0d0d0;
		-moz-box-shadow: 0 1px 5px #d0d0d0;
}

section h2 img { vertical-align: middle; }

section .att-color { color: #f15353; }

section p.book-jacket { margin-top: 15px; text-align: center; }

section div.category-select {
	border-bottom: 1px solid #ffffff;
}
section div.category-select p {
	padding: 18px 0 15px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}
section div.category-select select {
	width: 77%;
}


/*--- form ---*/

section input[type="text"],
section input[type="password"],
section select {
	padding: 10px 12px;
	border: #bababa 2px solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	font-size: 100%;
}

/*--- paragraph ---*/

p.tx-c { text-align: center; }
p.btn-cascade { margin-bottom: 10px; }

a.btn-style-01 {
	display: inline-block;
	background: #ff6600 url(../img/base_img/bg_btn-1.png) 0 1px repeat-x;
	border: #cc3300 1px solid;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow: 1px 1px 3px #cc9966;
		-webkit-box-shadow: 1px 1px 3px #0066ff;
		-moz-box-shadow: 1px 1px 3px #cc9966;
}
a.btn-style-01 span {
	display: inline-block;
	padding: 6px 25px 8px;
	color: #663300;
	border-top: #b8b8b8 1px solid;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
/*	text-shadow: 0 -1px 1px #ff7800; */
}



#submit-btn{
        background: #212121 url(../img/base_img/bg_btn.png) 0 1px repeat-x;
        border: #3b3b3b 1px solid;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
        box-shadow: 1px 1px 3px #d7d7d7;
                -webkit-box-shadow: 1px 1px 3px #0066ff;
                -moz-box-shadow: 1px 1px 3px #cc9966;
        padding: 8px 25px 8px;
        color: #663300;
        border-top: #b8b8b8 1px solid;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
        font-size: 100%;
        text-align: center;
        width: 215px;
        /*text-shadow: 0 -1px 1px #1a1a1a;*/
}



a.btn-style-02 {
	display: inline-block;
	background: #ffffff url(../img/base_img/bg_btn.png) 0 -123px repeat-x;
	border: #bababa 2px solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}
a.btn-style-02 span {
	display: inline-block;
	padding: 6px 32px;
	border: #f0f0f0 1px solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	text-shadow: 0 1px 1px #ffffff;
}

a.btn-style-03 {
	display: inline-block;
	background: #ffffff url(../img/base_img/bg_btn2.png) repeat-x;
	border: #bababa 2px solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}



a.btn-width-01 span {
	padding-left: 0;
	padding-right: 0;
	width: 215px;
}
a.btn-width-02 span {
	padding-left: 0;
	padding-right: 0;
	width: 415px;
}
a.btn-width-03 span {
	padding-left: 0;
	padding-right: 0;
	width: 172px;
}


/*--- box ---*/

div.message {
	margin: 15px 19px 20px;
	padding: 10px 17px;
	background: #cccccc;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
}


div.book-detail {
	padding: 20px;
/*	background: #e0e0e0 url(../img/base_img/bg_header.png) center top repeat-y; */
	box-shadow: 0 1px 10px #959595;
		-webkit-box-shadow: 0 1px 10px #959595;
		-moz-box-shadow: 0 1px 10px #959595;
}
div.book-info {
	margin-bottom: 20px;
	overflow: hidden;
}
p.book-info-img {
	float: left;
	width: 45%;
	text-align: center;
}
p.book-info-img img {
	margin-right: 20px;
}
/*---div.book-info-txt {
	float: left;
	width: 55%;
}
div.book-info-txt dl {
	padding-bottom: 13px;
	border-bottom: #bdbdbd 1px solid;
}
div.book-info-txt dt {
	padding-bottom: 10px;
	font-size: 127.77%;
}
div.book-info-txt dd {
	font-size: 72%;
}
div.book-info-txt p {
	padding-top: 13px;
	border-top: #ffffff 1px solid;
}
---*/

/*--- list ---*/

/* round-list */
ul.round-list {
	margin: 15px 19px 20px;
	list-style: none;
}
ul.round-list li {
	margin-bottom: 10px;
	background: #ffffff;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
}
ul.round-list li a,
ul.round-list li span {
	display: block;
	padding: 10px 63px 10px 17px;
}
ul.round-list li a {
	background: url(../img/base_img/icon_arrow.png) 97% 50% no-repeat;
}
ul.round-list li:last-child {
	margin-bottom: 0;
}


ul.edit li {
	display: block;
	padding: 0 17px 10px;
}
ul.edit li dl,
ul.edit li p {
	padding-top: 18px;
}
ul.edit li dt {
	margin-bottom: 5px;
}

ul.edit li input.short[type="text"]{
	width:31%;
}
ul.edit li input[type="text"],
ul.edit li input[type="password"] {
	width: 93%;
}

ul.edit li select {
	width: 100%;
}
ul.edit li select.multi {
	width: auto;
}
ul.edit li span {
	margin-left: 15px;
	padding: 0;
}
ul.edit li span.multi-space {
	display: inline;
	margin: 0 10px;
}
ul.edit li span.radio-space {
	display: inline;
	margin-left: 30px;
}


ul.separate li dl {
	display: table;
	padding: 0;
	width: 100%;
}
ul.separate li dt {
	display: table-cell;
	padding: 10px 0;
	width: 172px;
	border-right: #d6d6d6 1px solid;
	text-align: center;
	vertical-align: middle;
}
ul.separate li dd {
	padding: 10px 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


/* btn-list */
ul.btn-list li {
	margin-bottom: 20px;
	text-align: center;
	list-style: none;
}
ul.btn-list li:last-child {
	margin-bottom: 0;
}


/* btn-parallel */
ul.btn-parallel {
	text-align: center;
}
ul.btn-parallel li {
	display: inline-block;
	text-align: center;
	list-style: none;
}
ul.btn-parallel li:nth-child(2n) {
	margin-left: 34px;
}
ul.btn-parallel li img {
	padding-right: 3px;
	vertical-align: text-bottom;
}


ul.buylist-top {
	padding: 28px 0 20px;
	border-bottom: 1px solid #cccccc;
}

ul.buylist-bottom {
	padding-top: 20px;
}


/* link-list-yoko */

ul.link-list-yoko li {
	float: left;
	display: inline-block;
	position: relative;
	padding: 0 2% 0 4%;
	background: url(../img/base_img/bg_title.png) 50% -151px no-repeat, #f4fcff url(../img/base_img/bg_btn.png) 0 -163px repeat-x;
	line-height: 1.2;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	list-style-type: none;
	font-size: 127.77%; line-height: 2.5;
}

/* link-list */
ul.link-list {
	position: relative;
	z-index: -1;
}
ul.link-list li {
	display: inline-block;
	position: relative;
	padding: 0 2% 0 4%;
	width: 94%;
/*	background: url(../img/base_img/bg_title.png) 50% -151px no-repeat, #f4fcff url(../img/base_img/bg_btn.png) 0 -163px repeat-x; */
	line-height: 1.2;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	list-style-type: none;
}
ul.link-list li:first-child { border-top: 0; }

ul.link-list a,
ul.link-list span { display: block; padding: 12px 4.5% 12px 0; text-shadow: 0 1px 1px #ffffff; }
ul.link-list a {
	background: url(../img/base_img/icon_arrow.png) right center no-repeat;
}
ul.link-list span { padding-right: 0; }


ul.link-list li em { display: block; }

<!--
ul.has-img li {
	display: block;
	background: #efefef url(../img/base_img/bg_booklist.png) left top repeat-x;
}
-->
ul.has-img a,
ul.has-img div {
	padding: 0 0 8px;
	width: 100%;
	text-shadow: none;
	overflow: hidden;
}
ul.has-img span { display: block; float:left; width: 18%; padding: 0; text-align: left; }
ul.has-img img { padding: 8px 0 0; }
ul.has-img li em { display: block; float:left; padding: 0; width:80%; color:#000000; font-size: 72%; line-height: 1.4; vertical-align: middle; }
ul.has-img li em::first-line { font-size: 127.77%; line-height: 2.5; }

ul.buy-list {
	border-top: 1px solid #ffffff;
	z-index: auto;
}
ul.buy-list li input { position: absolute; top: 45px; left: 35px; }
ul.buy-list li em { width: 66%; margin-left: 16%; }


/* リスト横ボタン */
ul.has-img a.list-btn,
ul.has-img span.list-btn {
	position: absolute;
	right: 7%;
	bottom: 14px;
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
	background: #212121 url(../img/base_img/bg_btn.png) 0 -39px repeat-x;
	border: #3b3b3b 1px solid;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow: 1px 1px 3px #d7d7d7;
		-webkit-box-shadow: 1px 1px 3px #d7d7d7;
		-moz-box-shadow: 1px 1px 3px #d7d7d7;
	overflow: visible;
}
ul.has-img a.list-btn span,
ul.has-img span.list-btn span {
	display: inline-block;
	float: none;
	width: auto;
	padding: 5px 8px;
	color: #ffffff;
	border-top: #b8b8b8 1px solid;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	font-size: 72%;
	text-align: center;
	text-shadow: 0 -1px 1px #1a1a1a;
}

/*list-btnの上のボタン*/
ul.has-img a.list-btn-02,
ul.has-img span.list-btn-02 {
	position: absolute;
	right: 3%;
	bottom: 60px;
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
	background: #212121 url(../img/base_img/bg_btn.png) 0 -39px repeat-x;
	border: #3b3b3b 1px solid;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow: 1px 1px 3px #d7d7d7;
		-webkit-box-shadow: 1px 1px 3px #d7d7d7;
		-moz-box-shadow: 1px 1px 3px #d7d7d7;
	overflow: visible;
}
ul.has-img a.list-btn-02 span,
ul.has-img span.list-btn-02 span {
	display: inline-block;
	float: none;
	width: auto;
	padding: 5px 8px;
	color: #ffffff;
	border-top: #b8b8b8 1px solid;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	font-size: 100%;
	text-align: center;
	text-shadow: 0 -1px 1px #1a1a1a;
}


ul.has-img a.btn-delete {
	background: #6d0101 url(../img/base_img/bg_btn.png) 0 -81px repeat-x;
}
ul.has-img a.btn-delete span {
	text-shadow: 0 -1px 1px #b17b7b;
}

/* 読む */
ul.has-img a.btn-read span {
	padding: 12px 22px;
}

/* タイトル詳細内読む */
ul.has-img a.btn-detail-read {
	right: 2%;
	background: #ffffff url(../img/base_img/bg_btn.png) 0 -123px repeat-x;
	border: #bababa 2px solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}
ul.has-img a.btn-detail-read span {
	padding: 8px 16px;
	border: #f0f0f0 1px solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	color: #333333;
	font-size: 100%;
	text-shadow: 0 1px 1px #ffffff;
}

/* タイトル詳細内購入 */
ul.has-img a.btn-buy {
	right: 2%;
}
ul.has-img a.btn-buy span {
	padding: 9px 18px;
	font-size: 100%;
}

/* ほしい物に追加 */
ul.has-img a.btn-star,
ul.has-img span.btn-star {
	position: absolute;
	right: 7%;
	bottom: 14px;
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
	background: none;
}


/* pagenav */
ul.pagenav {
	margin: 20px 0 40px;
	text-align: center;
}
ul.pagenav li {
	display: inline-block;
	list-style: none;
}
ul.pagenav a {
	display: inline-block;
	margin: 0 7px;
	background: #ffffff url(../img/base_img/bg_btn.png) 0 -123px repeat-x;
	border: #bababa 2px solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}
ul.pagenav span {
	display: inline-block;
	padding: 6px 12px;
	border: #f0f0f0 1px solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	text-shadow: 0 1px 1px #ffffff;
}

ul.pagenav li.prev {
	padding-right: 51px;
	background: url(../img/base_img/icon_dot.gif) 92% 50% no-repeat;
}
ul.pagenav li.next {
	padding-left: 51px;
	background: url(../img/base_img/icon_dot.gif) 8% 50% no-repeat;
}


/*--- support ---*/
section#support {
	margin-bottom: 0;
}



/*--- login ---*/
div.login-box {
	margin: 7px auto 20px;
	padding-bottom: 23px;
	width: 419px;
	background: #fc8498 url(../img/index_dokicomi/bg_login.gif) center top no-repeat;
	border: #ff6b84 1px solid;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
}
div.login-box div {
	border-top: #919191 1px solid;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
}
div.login-box h2 {
	padding: 22px 0 0;
	background: none;
	text-align: center;
	box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
}
div.login-box dl {
	margin: 20px 30px 0;
}
div.login-box dl dt {
	font-size: 0;
}
div.login-box dl dd {
	margin-top: 6px;
}
div.login-box dl dd input {
	padding: 5px 9px;
	width: 340px;;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	font-size: 100%;
}
div.login-box p {
	margin-top: 26px;
	text-align: center;
}
div.login-box p input {
	border: #bcbcbc 2px solid;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
}
div.login-box p img {
	margin-left: 7px;
	vertical-align: baseline;
}



/*--- top ---*/
#topics {
	margin-bottom: 0;
	padding-bottom: 20px;
/*	background: #e0e0e0 url(../img/base_img/bg_header.png) center top repeat-y;*/
}
#topics ul {
	margin: 15px 19px 0;
}


div.bookshelf {
	padding: 32px 0 20px;
	background: url(../img/base_img/bg_bookshelf.png) left top repeat-x;
}
div.bookshelf div {
	margin-bottom: 31px;
	width: 480px;
	position: relative;
	overflow: auto;
}

ul.coverflow {
	display: block;
}
ul.coverflow li {
	display: block;
	float: left;
	padding-right: 30px;
	height: 254px;
	background: url(../img/base_img/bg_coverflow_01.png) right top no-repeat;
	overflow: hidden;
	list-style: none;
}
ul.coverflow li:last-child {
	background: url(../img/base_img/bg_coverflow_02.png) right top no-repeat;
}
ul.coverflow li img {
	border-bottom: #d3d3d3 1px solid;
	-webkit-box-reflect: below 0 url(../img/base_img/reflect.png);
}

div.bookshelf div.message {
	margin: 0 19px;
	width: auto;
}


#top-category {
	margin-bottom: 0;
}
#top-category ul.link-list li {
	background: #efefef url(../img/base_img/bg_booklist.png) left top repeat-x;
	line-height: 2;
}

.require {
  color: #FF0000;
}

.check {
  color: #4477cc;
  font-size: 2;
}


/*===== 1: increws setting =================================*/

/*ヘッダーメニュー*/
div.bnr {
	margin: 0px;
	padding: 5px 1px;
	background:#ffffff;
}
/*ヘッダーメニュー*/

/*タグ*/
.tag {
	margin-bottom: 0px;
}
/*タグ*/

/*メンズページ背景色*/
.bg {
	background-color:#fbad86;
}
/*メンズページ背景色*/

/*男性向けページ背景色*/
.bg_2 {
	background-color:#ffd5f5;
}
/*男性向けページ背景色*/

/*コーナー背景*/
.back {
	background-color:#ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*コーナー背景*/

/*文字サイズ*/
.moji {
	font-size: 100%;
}
/*文字サイズ*/

/*PIKCUPコーナー*/
.cl {  
    display: inline-block;  
}  
.cl:after {  
    content: "";  
    display: block;  
    clear: both;  
}  

/*PIKCUPコーナー*/

/*ランキングコーナー*/
.come {  
	color:#000000
	background-color:#fd5e5e;
}
.coment_2 {
	color:red;
}
.coment_3 {
}
.coment_4 {
	color:#524dc4;
}

/*ランキングコーナー*/

/*更新情報欄*/
.info{
	width:96%;
	background-color:#FFF;
	border:2px #000000 solid;
	text-align: center;
	margin: 4px auto;
}
/*更新情報欄*/

/*FAQ更新*/
.faq_1{
	font-size:25px;
	background-color:#cacaca;
	border-top:3px #ffffff solid;
	border-bottom:3px #8d8d8d solid;
	padding-top:10px;
	padding-bottom:10px;
}

.tag_1{
	font-size:25px;
	background-color:#eeb0b0;
	border:5px #f21c1c double;
}

.back_1{
	margin:4px;
	font-size:25px;
	float:right;
}

.faq_text{
	font-size:20px;
	background-color:#ffffff;

}

/*FAQ更新*/

/*ジャンル別ピックアップ更新*/
.janru_text{
	font-weight:bold;
	font-size:30px;
	color:#ff4a8a;
	text-align:center;
	
}

.janru{
 	width:100%;
  background-color:#ffffff;
}

.janru_title{
	height: 50px;
	font-weight:bold;
	font-size:25px;
	background-image:url(../img/index_dokicomi/janru_sakuhin_title_480_45.png);
	background-repeat:no-repeat;
	text-align:center;
}

.janru_1{
font-weight:bold;
font-size:25px;
border:3px solid #5cc661;
background-color:#aef9b1;

}

.janru_2{
	font-size:18px;
	color:red;
}

.janru_3{
 width:100%;
 	font-size:18px;

}

.janru_next{
 width:100%;

}
/*ジャンル別ピックアップ更新*/

/* P001.tpl 決済利用規約 */
.menuLineLight {
	margin:20px 0 0 0;
	padding:2px 8px;
	border-width:0 0 5px 0 ;
	border-color:#029EBC;
	border-style:solid;
	background:#80CEDD;
	color:#017589;
	line-height:140%;
	font-weight:bold;
}

.rist-menu {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0px auto 10px;
}
.rist-menu li {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666666;
}
.rist-menu li:last-child {
	border-bottom: 0px;
}
.rist-menu li a {
	display: block;
	position: relative;
	z-index: 10;
	height: 60px;
	margin: 0;
	padding: 0px 10px 0px 50px;
	background: #c8c8c8;
	color: #333;
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;
	text-decoration: none;
}
.rist-menu li a:hover {
	background: #CCC;
}

#list6 li a {
	padding: 0px 10px 0px 30px;
}
#list6 li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 60px;
	background: #adadad;
	z-index: -1;
}
#list6 li a:hover {
	background: #c8c8c8;
}
#list6 li a:hover:before {
	width: 100%;
}


/* P001.tpl 決済利用規約終了 */

/*退会回遊*/
.kaiyuu{
		margin-bottom:10px;
}

.kaiyu-1{

		margin-bottom:20px;
}

/*--- 商品詳細Newページ改修 ---*/
strong {
      color: #ffffff !important;
    }


.book-syousai{width: 100%;
margin-top:5px;}

.tmp-left{width: 40%;float:
left;margin-top:3px;}

.book-img1{text-align:center;}

.syuppan{font-size:20px;
text-decoration:underline;
color:red;margin-top:3px;
margin-bottom:3px;}

.syuppan:hover{color:red;
text-decoration:underline;}

.tmp-right{width: 60%;
float:right;
margin-top:3px;
vertical-align:middle;}

.title-book{font-size:25px;
color:#000000;}

.title-book:hover{color:#000000;}

.title-name{font-size:20px;
text-decoration:underline;
color:red;}

.title-name:hover{color:red;
text-decoration:underline;}

.botan_center{width: 100%;
color: #ffffff
text-align:center;}

.tmp-right-box{width: 100%;
text-align:center;
margin-top:10px;}

.tmp-right-left{width: 50%;
float:left;}

.tmp-right-right{width: 50%;
float:right;}

.book_arasuji{	font-size:20px;
background-color:#e9e9e9;
margin-top:5px;
 clear:both;}

.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:25px;
	font-weight:bold;
	margin-left:20px;
	padding:15px 51px;
	text-decoration:none;
	text-shadow:-2px 1px 0px #2f6627;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}



.myButton2 {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
	background-color:#c62d1f;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:20px 22px;
	text-decoration:none;
	text-shadow:-2px 1px 0px #810e05;
}
.myButton2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24437;
}
.myButton2:active {
	position:relative;
	top:1px;
}




.myButton3 {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	margin-right:5px;
	padding:21px 20px;
	text-decoration:none;
	text-shadow:-2px 1px 0px #1570cd;
}
.myButton3:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.myButton3:active {
	position:relative;
	top:1px;
}




/*--- 商品詳細Newページ改修 ---*/

/*--- お知らせ（infomation） ---*/

.spContent{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	border: solid 1px #808080;
	width: 98%;
	margin: 1px auto 10px;
	padding: 0px 0px 15px;
	background-color:#f5f5f5;
}

.spCatch {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkitborder-top-right-radius: 6px;
	clear:both;
	text-align: center;
	margin-bottom: 3px;
}
.spCatch h1 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #808080;
	padding: 6px 2px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkitborder-top-right-radius: 6px;
	background-repeat: no-repeat;
	background-position: 99% 50%;
	font-size:16px;
}

.spRight{
	background-color:#f5f5f5;
	padding:2px 2px;
}

.spIntro{
	color:#663333; 
	font-size: 100%;
 	margin:0 20px;
}

div.spClear{
	clear:both;
}

/*--- お問い合わせ（INQ.tpl） ---*/

.inq_text {
	font-size: small;

}

#inq_parent {
	width: 90%;
	margin: 0 auto;
}

.inq01 {
    width:84%;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    margin: 8px auto;
    padding: 8px;
    color:#fff;
    background-color:#579cf1;
    border-radius:5px;
    box-shadow:2px 2px #555;
}

.inq01_procedure{
    width:84%;
    font-size:14px;
    margin: 0 auto;
    padding: 8px;
    background-color:#FFF;
    border:1px solid #579cf1;
    border-radius:5px;
}


.inq_text02 {
	font-size: small;

}

.inq02 {
    width:84%;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    margin: 8px auto;
    padding:8px;
    color:#fff;
    background-color:#f15782;
    border-radius:5px;
    box-shadow:2px 2px #555;
}
