@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: #ffeab9;
	background: url(../img/index_bltl/page_bg.png) left top repeat;
	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 {
/*	margin-bottom: 17px;
	border-top: #cfcfcf 1px solid;
	border-bottom: #cfcfcf 1px solid;
	background: #ffffcc; */
}
header div.search p {
	padding: 10px 0;
/*	border-top: #f7f7f7 1px solid; */
	text-align: center;
}
header div.search input {
/*	margin-right: 5px; */
	padding: 10px 12px;
	width: 56%;
	color: #bababa;
	border: #bababa 1px 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.png) 0 -123px repeat-x;
	border: #bababa 1px solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}
header div.search span {
	display: inline-block;
	padding: 6px 14px;
	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: #66cccc;
	color: #ffffff;
	font-size: 77.77%;
}


/* Main
----------------------------*/

section { position: relative; margin-bottom: 20px; z-index: 0; }


/*--- pickup ---*/

pickup h2 {
	padding: 7px 15px;
	background: #66cccc 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: #66cccc 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: #66cccc 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: #66cccc 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-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-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-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: #91e5d6 url(../img/index_bltl/bg_login.gif) center top no-repeat;
	border: #63ddc7 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 =================================*/
/*===== ▼20151110 wrote▼ =================================*/

/*--- ヘッダーナビゲーション ---*/
div#bnr_box{
	margin: 0;
	padding:6px 0 1px;
	width: 100%;
	background-color: #f8f8f8;
	height: 70px;
}

#bnr_left{
	float: left;
	width: 137px;
}

#bnr_right{
	float: right;
	width: 343px;
}

div#bnr {
	margin: 0;
	padding: 0 0 0 50px;
	width: 277px;
}

#bnr ul{  
	list-style-type: none;  
	margin: 0;  
	padding: 0;  
}

#bnr ul li{ 
	padding: 0 2px; 
	margin: 0; 
	text-indent: -9999px;
	float: left;
	width: 64px; 
}

#bnr a{  
  display: block;  
  width: 100%;
  height: 66px;
  background-image: url(../img/index_bltl/header_navi.png);  
  background-repeat: no-repeat;  
}  
  
#menu01 a{background-position: 0 0;}  
#menu02 a{background-position: -64px 0;}  
#menu03 a{background-position: -128px 0;}  
#menu04 a{background-position: -192px 0;}  
#menu05 a{background-position: -256px 0;}  
#menu06 a{background-position: -320px 0;}  
  
#bnr a:hover{  
  background-image: url(../img/index_bltl/header_navi.png);  
  background-repeat: no-repeat;  
}  
  
#menu01 a:hover{background-position: 0 0;}  
#menu02 a:hover{background-position: -64px 0;}  
#menu03 a:hover{background-position: -128px 0;}  
#menu04 a:hover{background-position: -192px 0;}  
#menu05 a:hover{background-position: -256px 0;}  
#menu06 a:hover{background-position: -320px 0;}  


/*--- ジャンルタブ ---*/
#tab {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center; /* 中央揃え用 */
	font-size: 0; /* 余白消す */
	line-height: 0; /* 余白消す */
}


#tab ul{  
	list-style-type: none;  
	padding: 0;
	display: inline-block; /* 中央揃え用 */
}

#tab ul li{ 
	padding: 0; 
	margin: 0; 
	text-indent: -9999px;
	float: left;
	width: 160px;
}

#tab a{  
  display: block;  
  width: 100%;
  height: 47px;
  background-image: url(../img/index_bltl/g_navi.png);  
  background-repeat: no-repeat;  
}  
  
#tab01 a{background-position: 0 0;}  
#tab02 a{background-position: -160px 0;}  
#tab03 a{background-position: -320px 0;}  

#tab01_01 a{background-position: 0 -47px;}  
#tab02_01 a{background-position: -160px -47px;}  
#tab03_01 a{background-position: -320px -47px;}  

  
#tab a:hover{  
  background-image: url(../img/index_bltl/g_navi.png);  
  background-repeat: no-repeat;  
}  
  
#tab01 a:hover{background-position: 0 -47px;}  
#tab02 a:hover{background-position: -160px -47px;} 
#tab03 a:hover{background-position: -320px -47px;} 


/*--- BLトピックス ---*/
#bl_topics1109{
	margin: 0 auto;
	padding: 8px 0;
	width: 100%;
	background-color: #1dc578;
}

/*--- TLトピックス ---*/
#tl_topics1109{
	margin: 0 auto;
	padding: 8px 0;
	width: 100%;
	background-color: #f24f6e;
}

/*--- GLトピックス ---*/
#gl_topics1109{
	margin: 0 auto;
	padding: 8px 0;
	width: 100%;
	background-color: #5ab9f5;
}

/*オススメコミック（月1更新）*/
.side-by-side{
	display: table;
	width: 100%;
	margin:4px auto 4px;
	padding: 0;
	text-align: center;
}

.side_left,.side_center,.side_right {
	width: 160px;
	display: table-cell;
	vertical-align: middle;
}

.side-by-side img {
	width: 150px;
	height: 210px;
	border: 1px solid #CCC;
	padding: 3px;
	background-color: #FFF;
}

#banner{
	margin-bottom: 6px;
}

#banner_temporary{
	margin-bottom: 6px;
}

/*無料コミック表出し*/
.side-by-side13{
	display: table;
	width: 95%;/* 456px */
	margin: 8px auto;
	padding: 0;
	text-align: center;
}

.side_a_13,.side_b_13,.side_c_13,.side_d_13 {
	width: 114px;
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
}

.side-by-side13 img {
	width: 100px;
	border: 1px solid #FFF;
	padding: 0;
}

/* コメント部分 */
.side-by-side14{
	display: table;
	border-collapse: separate; /* 余白作成 */
	border-spacing: 4px 0;  /* 左右 上下で記述 */
	width: 96%; /* 456px */
	margin:2px auto 4px;
	padding: 0;
	text-align: center;
}

.side_aa_14,.side_bb_14,.side_cc_14,.side_dd_14{
	width: 110px;
	display: table-cell;
	vertical-align: top;
	background-color: #FFF;
	font-size: medium;
	color: #ff1b4b;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}


/*---  初めての方＆会員登録） ---*/
.side-by-side02{
	display: table;
	width: 100%;
	margin: 16px auto 8px;
	padding: 0;
	text-align: center;	
}

.side_left02,side_right02 {
	display: table-cell;
	vertical-align: middle;
}


/*--- 引継ぎバナー ---*/
#banner_inheriting{
	margin: 16px auto 0;
	text-align: center;
}


/*--- お知らせ（infomation） ---*/
.spContent{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	border: solid 1px #888;
	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: #555;
	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;
}

/*--- 各見出し ---*/

#campaign_1111 h1{
	width: 245px;
	height: 35px;
	background-image: url(../img/index_bltl/h1_campaign_1111.png);  
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 4px auto;
}

.campaign_1111_text{
	color:#d20c50;
	background-color: #fdf9e3;
	width:90%;
	text-align:center;
	font-size:medium;
	margin: 6px auto 0;
	padding: 6px ;
	border: 1px dashed #b79f74;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}


#new h1{
	width: 100%;
	height: 60px;
	background-color: #f33e60; 
	background-image: url(../img/index_bltl/h1_new.jpg);  
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 24px;
	padding: 0;
	font-size: 1px;

}

#rank h1{
	width: 100%;
	height: 60px;
	background-color: #f33e60; 
	background-image: url(../img/index_bltl/h1_ranking.jpg);  
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 24px;
	padding: 0;

}

#rank02 h2{
	width: 100%;
	height: 46px;
	background-color: #af9551; 
	background-image: url(../img/index_bltl/h2_w_ranking.jpg);  
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0;
}

#pickup h1{
	width: 100%;
	height: 60px;
	background-color: #f33e60; 
	background-image: url(../img/index_bltl/h1_pickup.jpg);  
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 24px;
	padding: 0;	
}

.pickup02{
	margin: 8px auto 0;
	padding: 0 0 0 8px;
} 

.feature_f01{
	margin: 0 auto 4px;
	padding: 8px 0;
	border-bottom: 1px solid #d0bbbb;
}


.midasi01{
	border-left:7px solid #ffba16;
	padding:.4em .8em;
	color: #94561e;
	font-size: large;
	font-weight: bold;
}

.midasi02{
	border-left:7px solid #e2425c;
	padding:.4em .8em;
	color: #d14868;
	font-size: large;
	font-weight: bold;
}

.midasi03{
	border-left:7px solid #009944;
	padding:.4em .8em;
	color: #009944;
	font-size: large;
	font-weight: bold;
}

.midasi04{
	border-left:7px solid #0b6dab;
	padding:.4em .8em;
	color: #005e99;
	font-size: large;
	font-weight: bold;
}

.midasi05{
	padding-left: 20px;
	color: #f25480;
	font-size: large;
	font-weight: bold;
}


#feature h1{
	width: 100%;
	height: 60px;
	background-color: #f33e60; 
	background-image: url(../img/index_bltl/h1_feature.jpg);  
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 24px;
}


.intro_text{
	background-color:#6a5244;
	width:100%;
	text-align:left;
	font-size:medium;
	color:#FFF;
}

.intro_text02{
	background-color:#FFF;
	width:90%;
	text-align:center;
	font-size:medium;
	color:#6a5244;
	margin: 6px auto 0;
	padding: 6px ;
	border: 1px dashed #b79f74;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}


/*---  新着＆話追加コミック ---*/
.new_bg201511{
	width: 100%;
	margin: 0 auto;
	padding: 4px 0 8px;
	background-color: #f2eada;
}

.side-by-side08{
	display: table;
	width: 100%;
	margin:16px auto 8px;
	padding: 0;
	text-align: center;
}

.side_left08,.side_center08,.side_right08 {
	width: 160px;
	display: table-cell;
	vertical-align: middle;
}

.side-by-side08 img {
	width: 140px;
	border: 3px solid #bc976f;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

/* 話追加・巻追加用アイコン */
.relative_add-to{
	position: relative;
}

.absolute_add-to{
	position: absolute;
	bottom: 6px;
	font-size: small;
	color: #ff006c;
	background: rgba(255,255,255,.8);
	width: 100%;
	padding: 4px 0;
}


/*--- ランキングコーナー ---*/
.side-by-side03{
	display: table;
	width: 100%;
	margin:16px auto 8px;
	padding: 0;
	text-align: center;
}

.side_left03,.side_center03,.side_right03 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;

}

.side-by-side03 img {
	width: 140px;
	border: 3px solid #FFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

/* 1-3順位見出し */
.side-by-side04{
	display: table;
	border-collapse: separate; /* 余白作成 */
	border-spacing: 4px 0;  /* 左右 上下で記述 */
	width: 100%;
	margin:16px auto 0;
	padding: 0 0 4px;
	text-align: center;
}

.side_left04{
	display: table-cell;
	vertical-align: middle;
	background-color: #f83838;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}

.side_center04{
	display: table-cell;
	vertical-align: middle;
	background-color: #f84a38;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.side_right04{
	display: table-cell;
	vertical-align: middle;
	background-color: #f86f38;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* 4&5順位見出し */
.side-by-side05{
	display: table;
	width: 95%; /* 456px */
	margin:0 auto;
	padding: 0;
	text-align: center;
}

.side_left05{
	width: 120px;
	display: table-cell;
	vertical-align: middle;
	background-color: #FFF;
}

.side_center05{
	width: 282px;
	display: table-cell;
	vertical-align: top;
	background-color: #FFF;
	text-align: left;
}

.side_right05{
	width: 54px;
	display: table-cell;
	vertical-align: middle;
	background-color: #FFF;
}

.side-by-side05_border{
	border-bottom:1px solid #CCC ;
}


/* ＢＬランキングはこちら&その他ジャンルはこちら */
.side-by-side06{
	display: table;
	width: 100%;
	margin:0 auto 8px; 
	padding: 4px 0;
	text-align: center;
	background-color: #fb9c47;
}

.side_left06{
	width: 436px;
	display: table-cell;
	vertical-align: middle;
	background-color: #fb9c47;
	color: #FFF;
	text-align: right;	
}

.side_right06{
	width: 44px;
	display: table-cell;
	vertical-align: middle;
	background-color: #fb9c47;
	color: #FFF;
}

/*--- ピックアップコミック ---*/
/* コメント部分 */
.side-by-side07{
	display: table;
	border-collapse: separate; /* 余白作成 */
	border-spacing: 10px 0;  /* 左右 上下で記述 */
	width: 100%; 
	margin:16px auto 4px;
	padding: 0;
	text-align: center;
}

.side_left07,.side_center07,.side_right07{
	width: 160px;
	display: table-cell;
	vertical-align: top;
	background-color: #FFF;
	color: #444;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}

.more-read{
	width: 65%;
	margin: 0 auto 5px;
	padding: 2px;
	border-bottom:1px solid #22a66a;
	color: #22a66a;
	font-size: small;
}

/* 乙蜜マンゴスチンシリーズはこちら */
.side-by-side15{
	display: table;
	width: 100%;
	margin:0 auto 8px; 
	padding: 4px 0;
	text-align: center;
}

.side_left15{
	width: 436px;
	display: table-cell;
	vertical-align: middle;
	color: #ff7418;
	text-align: right;	
}

.side_right15{
	width: 44px;
	display: table-cell;
	vertical-align: middle;
	color: #ff7418;
}

/*--- 特集 ---*/
/*特集_テンプレ用*/
.side-by-side12{
	display: table;
	width: 100%;
	margin: 12px auto;
	padding: 0;
	text-align: center;
}

.side_a_12,.side_b_12 {
	width: 240px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.side-by-side12 img {
	width: 230px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}


/*おすすめ作家*/

.side-by-side09{
	display: table;
	width: 100%;
	margin: 8px auto;
	padding: 0;
	text-align: center;
}

.side_a_09,.side_b_09,.side_c_09,.side_d_09 {
	width: 120px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.side-by-side09 img {
	width: 110px;
}

/* コメント部分 */
.aut_comment{
	width: 98%;
	background-color: #FFF;
	font-size: small;
	color: #444;
	text-align: center;
	padding: 4px 0;
	margin:2px auto 4px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.side-by-side10{
	display: table;
	border-collapse: separate; /* 余白作成 */
	border-spacing: 4px 0;  /* 左右 上下で記述 */
	width: 100%; 
	margin:2px auto 4px;
	padding: 0;
	text-align: center;
}

.side_aa_10{
	width: 110px;
	display: table-cell;
	vertical-align: top;
	background-color: #FFF;
	font-size: small;
	color: #444;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}

.side_bb_10{
	width: 110px;
	display: table-cell;
	vertical-align: top;
	background-color: #FFF;
	font-size: small;
	color: #444;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.side_cc_10{
	width: 110px;
	display: table-cell;
	vertical-align: top;
	background-color: #FFF;
	font-size: small;
	color: #444;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.side_dd_10{
	width: 110px;
	display: table-cell;
	vertical-align: top;
	background-color: #FFF;
	font-size: small;
	color: #444;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* 人気ジャンル */
.side-by-side11{
	display: table;
	border-collapse: separate; /* 余白作成 */
	border-spacing: 1px 0;  /* 左右 上下で記述 */
	width: 100%; 
	margin:2px auto 1px;
	padding: 0;
	text-align: center;
}

.side_aa_11{
	width: 114px;
	padding: 8px 2px 8px;
	display: table-cell;
	vertical-align: top;
	background-color: #FFF;
	font-size: x-large;
	border: 1px solid #CCC;
}

.side_bb_11{
	width: 114px;
	padding: 8px 2px 8px;
	display: table-cell;
	vertical-align: top;
	background-color: #FFF;
	font-size: x-large;
	border: 1px solid #CCC;
}

.side_cc_11{
	width: 114px;
	padding: 8px 2px 8px;
	display: table-cell;
	vertical-align: top;
	background-color: #FFF;
	font-size: x-large;
	border: 1px solid #CCC;
}

.side_dd_11{
	width: 114px;
	padding: 8px 2px 8px;
	display: table-cell;
	vertical-align: top;
	background-color: #FFF;
	font-size: x-large;
	border: 1px solid #CCC;
}


/*clearfix*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

.cl {  
    display: inline-block;  
}  
.cl:after {  
    content: "";  
    display: block;  
    clear: both;  
}  

div#box1 {  
    float: left;  
    background: #22bce9;  
    width: 100%;  
    padding: 5px;
}  
div#box2 {  
    float: left;  
    background: #fa66db;  
    width: 100%;  
    padding: 2px;
}  
div#box3 {  
    float: left;  
    background: #55c73b;  
    width: 100%;  
    padding: 5px;
}
div#box4 {  
    float: left;  
    background: #f88067;  
    width: 100%;  
    padding: 5px;
}
div#box5 {  
    float: left;  
    background: #8143ff;  
    width: 100%;  
    padding: 5px;
}  
div#box6 {  
    float: left;  
    background: #ff3366;  
    width: 100%;  
    padding: 5px;
}  

span#link {  
	color:#ffffff
}

/*===== ▲20151110 wrote▲ =================================*/


/*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更新*/



/*--- 商品詳細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ページ改修 ---*/

/* 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;
}

.kaiyuu{
		margin-bottom:10px;
}

.kaiyu-1{

		margin-bottom:20px;
}

#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 決済利用規約終了 */


/*--- お問い合わせ（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:#38a588;
    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 #38a588;
    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:#f37b33;
    border-radius:5px;
    box-shadow:2px 2px #555;
}

