@charset "UTF-8";

/* -------------- Resetting Again Base CSS Start -------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------- Resetting Again Base CSS End -------------- */

.clearfix {
	overflow: hidden;
}

* html .clearfix {
	zoom: 1;
}

/* ------------------------------ body wrapper ------------------------------ */

body {
/*	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 16px;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
	opacity: 0.7;
}

img {
	box-sizing:border-box;
}

#wrapper {
	width: auto;
}

div.inner,
main {
	margin: 0 auto;
	width: 1000px;
}

div.pure-container label {
	display: none;
	border: 1px solid #FFF;
	border-radius: 3px;
	width: 60px;
	height: 60px;
}

span.pure-toggle-icon {
	display:block;
	background:#FFF;
}

div.pure-drawer {
	background:#FFF;
	margin: 0;
}

div.pure-drawer ul {
	margin: 80px 0 0 0;
}

div.pure-drawer ul li {
	border: 1px solid;
	padding: 20px;
}

.pure-toggle-label .pure-toggle-icon,
.pure-toggle-label .pure-toggle-icon:before,
.pure-toggle-label .pure-toggle-icon:after {
  background-color: #999;
}
.pure-toggle-label:hover .pure-toggle-icon,
.pure-toggle-label:hover .pure-toggle-icon:before,
.pure-toggle-label:hover .pure-toggle-icon:after {
  background-color: #00bfff;
}

p.read {
	padding: 20px 0;
}

br.pc{
    display: block;
}

br.smf{
    display: none;
}

/* ------------------------------ ヘッダー ------------------------------ */

header {
	color: #5b3219;
	background: url(../img/bg_wave.png) repeat-x;
	background-position: top center;
	height: 120px;
}

header.s2 {
	color: #5b3219;
	background: url(../img/bg_header.png) repeat-x;
	height: 120px;
}

header div.inner {
	height: 120px;
	overflow: hidden;
}

header.s2 div.inner {
	background: #fff url(../img/bg_wave.png) repeat-x;
	height: 120px;
	overflow: hidden;
}

header h1 {
	float: left;
	margin-top: 10px;
	width: 330px;
}

nav.pc-sub {
	float: right;
	margin-top: 10px;
	width: 650px;
}

nav.pc-sub ul {
	font-size: 12px;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}

nav.pc-sub ul li {
	padding: 0 5px;
}

nav.pc-sub ul li:before {
	content: "|";
	padding-right: 5px;
}

nav.pc-sub ul li:first-child:before {
	content: none;
}

nav.pc-sub ul li.icon:before {
	content: none;
}

form.header-search {
	float: right;
	text-align: right;
	padding-right: 0.5em;
	width: 650px;
}

form.header-search input {
	background: url(../img/icon_search.svg) no-repeat #fff;
	background-size: 20px;
	background-position: 3px 3px;
	border: 2px solid #aaa;
	border-radius: 10px;
	margin-top: 0.5em;
	padding: 5px;
	width: 250px;
	height: 15px;
	text-indent: 2em;
}

form.header-search button {
	border: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px;
	background: #eb9a1b;
}

form.header-search button:hover {
	opacity: 0.7;
}

.drawer-nav {
	display: none;
}

button.drawer-toggle {
	display: none;
}

.fa-twitter-color {
	color: #4cace2;
}

.fa-facebook-color {
	color: #3b5998;
}

div.smrtonly {
	display: none;
}

/* ------------------------------ グローバルナビゲーション ------------------------------ */

nav.pc-global {
	margin: 0 auto 10px auto;
	width: 1000px;
}

nav.pc-global ul {
	margin: 0 auto;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

nav.pc-global ul li {

}

.fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: #fff;
}


/* ------------------------------ h1見出し ------------------------------ */

main#top h1 {
	overflow: hidden;
}

main#top h1 a {
	color: #fff;
	display: block;
	font-size: 16px;
	float: right;
	margin-right: 1em;
	padding: 0;
	text-align: right;
	width: 200px;
	text-indent: 0.5em;
}

main#top h1 a:hover {
	color: #ffc;
	opacity: 1;
	text-decoration: none;
}

main#top h1 a i {
	color: #fff;
}

main#top h1 a:hover i {
	color: #ffffcc;
}

h1.mds-newbook,
h1.mds-information,
h1.mds-pickup,
h1.mds-ranking,
h1.mds-search,
h1.mds-special,
h1.mds-bookstore,
h1.mds-library,
h1.mds-etc,
h1.mds-bclub,
h1.mds-digital {
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	border-radius: 3px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	width: auto;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-indent: 100px;
}

h1.mds-newbook {
	background: url(../img/mds_newbook.png) no-repeat #ec79a5;
}

h1.mds-information {
	background: url(../img/mds_information.png) no-repeat #8dc556;
}

h1.mds-pickup,
h1.mds-ranking {
	background: url(../img/mds_pickup.png) no-repeat #915da3;
	text-indent: 50px;
}

h1.mds-search {
	background: url(../img/mds_search.png) no-repeat #F08300;
	text-indent: 70px;
}
h1.mds-special,
h1.mds-digital {
	background: url(../img/mds_special.png) no-repeat #beb098;
	text-indent: 70px;
}

h1.mds-bookstore {
	background: url(../img/mds_bookstore.png) no-repeat #00AEBB;
	text-indent: 70px;
}

h1.mds-library {
	background: url(../img/mds_library.png) no-repeat #00AEBB;
	text-indent: 70px;
}

h1.mds-etc,
h1.mds-bclub {
	background: url(../img/mds_etc.png) no-repeat #694e2e; 
	text-indent: 70px;
}


/* ------------------------------ h2見出し（共通） ------------------------------ */

h2.mds {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
/*	text-indent: 0.5em; */
	padding-left: 0.5em;
	border-left: 5px solid #333;
	margin-bottom: 1em;
}

h2.mds-nb {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 0;
	margin-bottom: 1em;
}

h2.mds-tb {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 0.5em;
	border-left: 5px solid #333;
	margin: 2em 0 1em 0;
}

/* ------------------------------ パンくずリスト ------------------------------ */

ul.breadcrumb {
	font-size: 14px;
	margin: 2em 0;
}

ul.breadcrumb li {
	display: inline-block;
}

ul.breadcrumb li:before {
	content: " ＞ ";
}

ul.breadcrumb li:first-child:before {
	content: none;
}

/* ------------------------------ 共通お知らせ一覧 ------------------------------ */

ul.information-list li {
	margin: 2em 0;
	line-height: 1.6;
	overflow: hidden;
}

ul.information-list li p.img {
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	vertical-align: middle;
	float: left;
}

ul.information-list li p.img img {
	max-width: 200px;
	max-height: 200px;
	vertical-align: middle;
}

ul.information-list li span {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 5px 30px;
	border-radius: 0 10px 0 10px;
	margin-left: 30px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}

ul.information-list li em {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	padding-left: 1em;
	padding-top: 10px;
	vertical-align: bottom;
}

ul.information-list li span.icon1 { background: #8fbf12; }
ul.information-list li span.icon2 { background: #e39649; }
ul.information-list li span.icon3 { background: #825faa; }
ul.information-list li span.icon4 { background: #aaa; }
ul.information-list li span.icon5 { background: #006699; }
ul.information-list li span.icon6 { background: #aaa; }
ul.information-list li span.icon7 { background: #aaa; }
ul.information-list li span.icon8 { background: #8f5ba2; }
ul.information-list li span.icon10 { background: #aaa; }
ul.information-list li span.icon40 { background: #aaa; }
ul.information-list li span.icon41 { background: #aaa; }
ul.information-list li span.icon98 { background: #aaa; }
ul.information-list li span.icon99 { background: #aaa; }

ul.information-list li h2,
ul.information-list li h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 1em;
	margin-left: 220px;
	padding: 0 0.5em;
}

ul.information-list li h3 em {
	color: #ff0000;
	font-weight: bold;
}

ul.information-list li p.txt {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 0.5em;
	margin-left: 220px;
	padding: 0 0.5em;
}

ul.information-list li div.detail {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 0.5em;
	margin-left: 220px;
	padding: 0 0.5em;
}

/* ------------------------------ 共通商品一覧 ------------------------------ */

ul.book-list li {
	margin: 2em 0;
	line-height: 1.6;
	overflow: hidden;
}

ul.book-list li p {
	font-size: 14px;
	margin-left: 220px;
}

ul.book-list li p.img {
	width: 200px;
	height: 200px;
	line-height: 200px;
	margin-left: 0;
	text-align: center;
	vertical-align: middle;
	float: left;
}

ul.book-list li p.img img {
	max-width: 200px;
	max-height: 200px;
	vertical-align: middle;
	border: 1px solid #ccc;
}

ul.book-list li p.img img.no-border {
	border: none;
}

ul.book-list li h2,
ul.book-list li h3 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 220px;
}

ul.book-list p.author {
	margin-top: 1em;
}

ul.book-list p.genre {
	margin-bottom: 0.5em;
}

ul.book-list p.genre span {
	background: #ddd;
	border-radius: 2px;
	font-size: 12px;
	display: inline-block;
	margin-right: 0.5em;
	padding: 3px 5px;
}

ul.book-list p.genre span.A { background: #abc; }
ul.book-list p.genre span.B { background: #abc; }
ul.book-list p.genre span.C { background: #abc; }
ul.book-list p.genre span.D { background: #abc; }
ul.book-list p.genre span.E { background: #abc; }
ul.book-list p.genre span.F { background: #abc; }
ul.book-list p.genre span.G { background: #abc; }
ul.book-list p.genre span.H { background: #abc; }
ul.book-list p.genre span.X { background: #abc; }
ul.book-list p.genre span.Z { background: #abc; }

ul.book-list p.grade {
	margin-top: 1em;
}

ul.book-list p.grade span {
	background: #ddd;
	border-radius: 2px;
	font-size: 12px;
	display: inline-block;
	margin-right: 0.5em;
	padding: 3px 5px;
}

ul.book-list p.grade span.A { background: #e8e7d3; }
ul.book-list p.grade span.B { background: #e9dfcf; }
ul.book-list p.grade span.C { background: #e8d3dc; }
ul.book-list p.grade span.D { background: #dbd0e2; }
ul.book-list p.grade span.E { background: #d3d0e2; }
ul.book-list p.grade span.F { background: #d0d9e2; }
ul.book-list p.grade span.G { background: #d2e2e3; }
ul.book-list p.grade span.H { background: #d2e3d7; }
ul.book-list p.grade span.Z { background: #dbe3d2; }

ul.book-list p.spec {
	margin-top: 1em;
}

ul.book-list p.price {
	margin-top: 1em;
	font-size: 14px;
}

ul.book-list p.price span {
	font-size: 16px;
	font-weight: bold;

}

ul.book-list p.price em {
	background: #aaa;
	border-radius: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	margin-left: 1em;
	padding: 3px 20px;
}

ul.book-list p.price em.status0 { background: #abc; }
ul.book-list p.price em.status1 { background: #abc; }
ul.book-list p.price em.status2 { background: #abc; }
ul.book-list p.price em.status3 { background: #abc; }
ul.book-list p.price em.status4 { background: #abc; }
ul.book-list p.price em.status5 { background: #abc; }
ul.book-list p.price em.status6 { background: #abc; }
ul.book-list p.price em.status7 { background: #abc; }
ul.book-list p.price em.status8 { background: #abc; }
ul.book-list p.price em.status9 { background: #abc; }

ul.book-list li.ranking {
	position: relative;
}

ul.book-list li.ranking p.series,
ul.book-list li.ranking p.author {
	padding-left: 50px;
}

ul.book-list li.ranking h2,
ul.book-list li.ranking h3 {
	padding-left: 50px;
}

ul.book-list li p.medal {
	position: absolute;
	top: 5px;
	left: 0;
}

ul.book-list li p.medal img {
	width: 40px;
}

ul.book-list li p.medal span {
	display: inline-block;
	background: #ccc;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	width: 30px;
	height: 30px;
	padding: 5px;
	border-radius: 10em;
	text-align: center;
	vertical-align: middle;
}

/* ------------------------------ 共通検索結果ステータス ------------------------------ */

ul.keyword-list {
	margin-top: 20px;
	padding: 0 20px;
}

ul.keyword-list li {
	line-height: 1.6;
}

p.result-count {
	margin-top: 20px;
	padding: 0 20px;
	line-height: 1.6;
}

p.result-count span {
	font-weight: bold;
}

/* ------------------------------ 共通ページ送り ------------------------------ */

nav.page-nav {
	margin: 40px 0;
	overflow: hidden;
}

nav.page-nav p.prev a,
nav.page-nav p.next a {
	border-radius: 3px;
	background: #ccc;
	width: 90px;
	padding: 10px 30px;
	text-align: center;
}

nav.page-nav p.prev a { float: left; }
nav.page-nav p.next a { float: right; }

nav.page-nav p.dpn a {
	visibility: hidden;
}

nav.page-nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}

nav.page-nav ul li a {
	display: block;
	border-radius: 3px;
	background: #eee;
	padding: 10px;
	margin: 0 8px;
	text-decoration: none;
}

nav.page-nav ul li.cnt {
	background: #eee;
	padding: 10px;
	margin: 0 8px;
	font-weight: bold;
}

/* ------------------------------ 共通フォーム一式 ------------------------------ */

/* カンマでまとめて指定しても効かない */
::-webkit-input-placeholder { color: #ccc; }
::-moz-placeholder { color: #ccc; }
:-moz-placeholder { color: #ccc; }
:-ms-input-placeholder { color: #ccc; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea, 
select {
	outline: none;
}

.default-form {
	margin-top: 40px;
}

.default-form p {
	margin: 1em 0;
	padding: 0 20px;
	line-height: 1.6;
}

.default-form p span {
	font-weight: bold;
}

.default-form dl {
	overflow: hidden;
}

.default-form dl dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	text-align: right;
	margin-top: 0.5em;
	padding: 5px;
	padding-top: 1em;
	width: 250px;
	float: left;
	vertical-align: top;
}

/* ----20200813著作物の4------------ */

.default-form dl dt.rodoku{
    text-align: left;
	padding: 0;
    margin-left: 3em;
    width: 200px;
}
.default-form dl dt.rodoku p.biko{
    text-align: left;
    margin-left: 2px;
}

.default-form dl dt.rodoku p.chui{
    font-size: 13px;
    font-weight: normal;
    line-height: 1.35;
    text-align: left;
    text-indent: -1em;
    margin:-1em -1em 0 3em;
    padding: 0;
}

.default-form dl dt span {
	color: #ff0000;
	font-size: 0.7em;
}

.default-form dl dt span:before {
	content: "【";
}

.default-form dl dt span:after {
	content: "】";
}

.default-form dl dd {
	font-size: 16px;
	margin-left: 270px;
	margin-top: 0.5em;
	line-height: 3;
	padding: 5px;
}

.default-form dl dd span {
	display: inline-block;
	font-size: 14px;
	text-indent: 0.5em;
}

.default-form dl dd span:before {
	content: "※";
}

.default-form dl dd strong {
	color: #ff0000;
}

.default-form dl dd.question {
	border-top: 2px solid #eee;
	margin-left: 100px;
	margin-top: 40px;
}

.default-form dl dd.question em {
	display: block;
}

.default-form dl dd.question p {
	line-height: 2.8;
}

.default-form dl dd.question span {
	color: #ff0000;
	font-size: 0.7em;
	font-weight: bold;
}

.default-form dl dd.question span:before {
	content: "【";
}

.default-form dl dd.question span:after {
	content: "】";
}

.default-form dl dd label {
	display: inline-block;
	margin-right: 1em;
}

.default-form input[type=text], 
.default-form input[type=number], 
.default-form input[type=tel],
.default-form input[type=email] {
	border: 0;
	font-size: 16px;
	padding: 10px;
	border: solid 2px #ccc;
	width: 20em;
	border-radius: 5px;
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.default-form input.em1 { width: 1em; }
.default-form input.em2 { width: 2em; }
.default-form input.em3 { width: 3em; }
.default-form input.em4 { width: 4em; }
.default-form input.em5 { width: 5em; }
.default-form input.em8 { width: 8em; }
.default-form input.em10 { width: 10em; }
.default-form input.em20 { width: 20em; }
.default-form input.em30 { width: 30em; }
.default-form input.p100 { width: 100%; }

.default-form textarea {
	border: 0;
	font-size: 16px;
	padding: 10px;
	border: solid 2px #ccc;
	width: 30em;
	height: 5em;
	border-radius: 5px;
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.default-form textarea.hon {
    height: 3em;
}

.default-form textarea:focus,
.default-form input:focus {
	border: solid 2px #f8c180;
}

.default-form input[type=radio],
.default-form input[type=checkbox] {
	display: inline-block;
	transform: scale(1.4);
	border-radius: 3px;
	margin-right: 0.5em;
}

.default-form select {
	font-size: 16px;
	padding: 10px;
	border-radius: 5px;
	border: solid 2px #ccc;
}

.default-form button {
	border: none;
	margin: 1em 0 0 275px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 40px;
	background: #eb9a1b;
}

.default-form button:hover {
	opacity: 0.7;
}

/* ------------------------------ 共通Aボタン ------------------------------ */

a.btn {
	background: #eb9a1b;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 20px;
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	display: inline-block;
}

a.btn:link,
a.btn:hover,
a.btn:visited {
	color: #fff;
}

/* ------------------------------ シェアボタン ------------------------------ */

.share-buttons {
	vertical-align: middle;
	line-height: 32px;
	font-size: 14px;
	background: #fff;
	margin: 0;
/*	text-align: center; */
	color: #000;
}

.share-buttons .share-button {
	display: inline-block;
	text-align: center;
	height: 40px;
	width: 40px;
	margin-right: 8px;
	position: relative;
	border-radius: 3px;
/*	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); */
	overflow: hidden;
}

.share-buttons .share-button img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* ------------------------------ バナーリスト ------------------------------ */

ul.banner-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

ul.banner-list li {
	text-align: center;
	padding-top: 20px;
}

ul.banner-list li img {
	width: 300px;
}

ul.banner-list::after  {
	display: block;
	content: "";
	width: 300px;
}

/* ------------------------------ フッター ------------------------------ */

footer {
	color: #5b3219;
	margin-top: 40px;
	font-size: 14px;
	background: #fff9b1;
	padding-bottom: 40px;
}

footer nav ul {
	display: -webkit-flex;
	display: flex;
	margin-top: 30px;
	-webkit-justify-content: center;
	justify-content: center;
}

footer nav ul li {
	padding: 0 15px;
}

footer nav ul li ul {
	display: block;
}

footer nav ul li ul li {
	line-height: 1.6;
}

footer nav ul li ul li.md {
	font-weight: bold;
	line-height: 2;
}

footer nav ul li ul li.md:before {
	content: "◆";
	font-size: 10px;
	padding-right: 0.2em;
}

footer ul.footer-bnr {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin: 30px 70px 30px auto;
}

footer ul.footer-bnr li {
	padding: 0 10px;
}

footer small {
	display: block;
	margin-bottom: 30px;;
	text-align: right;
}

.fa-twitter-color-ft {
	color: #5b3219;
}

.fa-facebook-color-ft {
	color: #5b3219;
}

p.logo-illust {
	display: none;
	text-align: center;
	margin: 30px 0 0 0;
}

p.logo-illust img {
	width: 100px;
}

/* ------------------------------ ページトップボタン ------------------------------ */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#page-top a {
	display: block;
	z-index: 999;
	text-indent: -9999px;
	width: 34px;
	height: 50px;
	background: url(../img/btn_pagetop.png);
}

#page-top a:hover {
	opacity: 0.7;
}

/* ------------------------------ フッタアコーディオン ------------------------------ */

.title{
	pointer-events: none;
}

.toggle{
	margin: 30px 0 0 0;
	padding: 0;
	height: all;
}

input:checked + .toggle{
	height: auto;
	padding: 0;
	margin: 0;
}

label {
	display: none;
}
footer input{
	display: none;
}

ul.toggle li:first-child {
	font-size: 14px;
	font-weight:bold;
}

ul.toggle li:first-child:before {
	content: "◆";
	font-size: 10px;
	padding-right: 0.2em;
}

ul.toggle li:nth-child(n+2) {
	margin: 0 15px;
}

/* ------------------------------ エラーページ ------------------------------ */

main.error {
	padding: 20px;
}


