@charset "UTF-8";

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

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* scroll bar */
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}

.clearfix {
	overflow: hidden;
}

* html .clearfix {
	zoom: 1;
}

body {
	width: 920px;
	margin: 0px auto;
	font-size: 12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

}

input,select {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a { text-decoration:none; color: #003399; }
a:visited { color: #6655BB; }
a:hover { color: #666666; text-decoration: underline; }
a:active { color: #333333; text-decoration: none;}

textarea {
	width: 90%;
}

.align-r {
	text-align: right;
}

.align-c {
	text-align: center;
}

div#wrapper {
	background-color: #afb4de;
	padding: 5px 10px;
	overflow: hidden;
}

* html div#wrapper {
	zoom: 1;
}

div#header {
	background-color: #07288f;
	overflow: hidden;
}

* html div#header {
	zoom: 1;
}

div#header h1 {
	padding: 5px;
	font-size: 16px;
	color: #ffffff;
	background-color: #06278f;
	width: 180px;
	margin: 0px auto;
	text-align: center;
	text-indent: -9999px;
	background-image: url(imgs/title.gif);
	background-position: center;
	background-color: #07288f;
	background-repeat: no-repeat;
	float: left;
}

div#header p {
	color: #ffffff;
	padding: 7px;
	width: 300px;
	float: left;
}

div#header p span {
	color: #ffff77;
}

div#footer {
	clear: both;
	width: 100px;
	padding: 5px;
	margin: 5px auto 20px auto;
	text-align: center;
	background-color: #ffffff;
}

ul#navi {
	margin: 5px 0px;
	overflow: hidden;
}

* html ul#navi {
	zoom: 1;
}

ul#navi li {
	margin: 0px;
	margin-right:5px;
	float: left;
	display: inline; /* IE6 */
}

ul#navi li a {
	padding: 5px;
	font-weight: bold;
	background-color: #ffffff;
	display: block;
}

ul#navi li a.navi-cnt {
	background-color: #ffffcc;
}

h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

h2 span {
	font-size: 12px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	line-height: 16px;
}

h3 a { color: #000000!important; }
h3 a:visited { color: #000000; }
h3 a:hover { color: #999999!important; text-decoration: underline; }
h3 a:active { color: #000000!important; text-decoration: none; }

h3 span {
	font-size: 10px;
}

p.p5 {
	padding: 5px 0px;
}

p.p10 {
	padding: 10px 0px;
}

p.p20 {
	padding: 20px 0px;
}

span.error {
	color: #cc0000;
}

div.top-bt {
	padding: 2px 0;
	overflow: hidden;
}

div.top-bt a {
	margin-bottom: 3px;
	padding: 7px 15px;
	background-color: #ff8833;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
}

div.top-bt a:visited {
	color: #ffffff;
}

div.top-bt a:hover {
	background-color: #ffaa55;
	color: #ffffff;
	text-decoration: none;
}

div#top-chat {
	width: 350px;
	height: 150px;
	margin-top: 5px;
	padding: 5px;
	background-color: #ffffff;
	float: left;
	display: inline; /* IE6 */
}

div#top-chat ul {
	height: 130px;
	overflow-y: scroll;
}

div#top-chat li {
	padding-top: 2px;
	padding-left: 15px;
	text-indent: -12px;
	font-size: 12px;
	line-height: 110%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 2px;
}

div#top-photo {

	margin-top: 5px;
	padding: 5px;
	background-color: #ffffff;
}

div#top-chain {
	width: 345px;
	height: 150px;
	margin-top: 5px;
	padding: 5px;
	background-color: #ffffff;
	margin-left: 5px;
	float: left;
	display: inline; /* IE6 */
}

div#top-chain ul {
	height: 130px;
	overflow-y: scroll;
}

div#top-chain li {
	padding-top: 2px;
	padding-left: 15px;
	text-indent: -12px;
	font-size: 12px;
	line-height: 110%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 2px;
}

div#top-search {
	width: 190px;
	height: 200px;
	margin-top: 5px;
	padding: 5px;
	background-color: #ffffff;
	margin-left: 5px;
	float: left;
	display: inline; /* IE6 */
}

div#top-search p {
	padding-top: 5px;
}

div#top-right {
	width: 175px;
	float: right;
	display: inline; /* IE6 */
}

div#top-stock {
	margin-top: 5px;
	padding: 5px;
	background-color: #ffffcc;
	border-radius: 5px;
	text-align: center;
}

div#top-stock h3 a:link,
div#top-stock h3 a:active,
div#top-stock h3 a:visited,
div#top-stock h3 a:hover {
	color: #cc0000;
}

div#top-data {
	margin-top: 5px;
	padding: 5px;
	background-color: #7987cc;
}

div#top-data h3 {
	color: #ffffff;
}

div#top-data ul {
	border: 1px solid #ffffff;
	padding: 5px;
	margin-bottom: 5px;
}

div#top-data ul li {
	font-size: 12px;
	line-height: 110%;
	padding: 3px;
}

div#top-data ul li a { color: #ffffff!important; }
div#top-data ul li a:visited { color: #ffffff; }
div#top-data ul li a:hover { color: #333333!important; text-decoration: underline; }
div#top-data ul li a:active { color: #000000!important; text-decoration: none; }

div#top-data ul li strong {
	color: #ffffcc;
}

div#top-info {
	width: 350px;
	height: 240px;
	margin-top: 5px;
	padding: 5px;
	background-color: #ffffff;
	float: left;
	display: inline; /* IE6 */
}

div#top-info ul {
	height: 225px;
	overflow-y: scroll;
}

div#top-info li {
	padding-top: 2px;
	padding-left: 15px;
	text-indent: -12px;
	font-size: 12px;
	line-height: 110%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 2px;
}

div#top-report {
	width: 345px;
	height: 240px;
	margin-top: 5px;
	padding: 5px;
	background-color: #ffffff;
	margin-left: 5px;
	float: left;
	display: inline; /* IE6 */
}

div#top-report dl {
	padding: 5px 0px;
	border-top: 1px dotted #999999;
}

div#top-report dt {
	font-weight: bold;
}

div#top-report dd p {
	padding: 3px;
}

ul#top-newbook {
	width: 720px;
	margin-top: 5px;
	text-align:right;
	margin-right: 5px;
	float: left;
	display: inline; /* IE6 */
}

ul#top-newbook li {
	display: inline;
}

div#top-monthly {
	width: 710px;
	margin-top: 5px;
	float: left;
	display: inline; /* IE6 */
	background-color: #ffffff;
	padding: 5px;
	overflow: hidden;
}

* html div#top-monthly {
	zoom: 1;
}

div#top-monthly dl {
	width: 355px;
	float: left;
}

div#top-monthly dl dt {
	font-weight: bold;
	background-color: #c4da86;
	padding: 5px;
	border: 1px solid #ffffff;
	text-align: center;
}

div#top-monthly dl dd p {
	padding: 5px;
	border-top: 1px dotted #999999;
}

div#top-sales {
	width: 710px;
	margin-top: 5px;
	background-color: #ffffff;
	padding: 5px;
	float: left;
	display: inline; /* IE6 */
}

div#top-sales p {
	text-align: right;
}

div#top-sales table {
	width: 100%;
	background-color: #ffffff;
}

div#top-sales table th {
	padding: 5px;
	border: 1px solid #aaaaaa;
	background-color: #e4faa6;
	line-height: 150%;
}

div#top-sales table td {
	padding: 5px;
	border: 1px solid #aaaaaa;
	line-height: 150%;
	text-align: right;
}

div#top-sales table td p {
	position: relative;
	width:100%; /* IE6 */
}

div#top-sales table td p img {
	position: absolute;
	left: 2px;
	bottom: -7px;
	display: block;
}

div#top-sales p.detail {
	text-align: right;
	padding-bottom: 10px;
	font-weight: bold;
}

div#top-sales p.detail a {
	color: #000000;
}

body#chat-iframe {
	width: 350px;
}

body#chat-iframe ul {
	padding: 3px;
}

body#chat-iframe li {
	font-size: 12px;
	line-height: 110%;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #999999;
}

body#info-iframe {
	width: 270px;
}

body#info-iframe ul {
	padding: 3px;
	border-bottom: 1px dotted #999999;
}

body#info-iframe li {
	font-size: 12px;
	line-height: 110%;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #999999;
}

div.main-box {
	margin-top: 5px;
	background-color: #ffffff;
	padding: 10px;
}

ul.result-box {

}

ul.result-box li {
	padding: 5px;
	line-height: 130%;
	background-color: #ffffff;
	padding: 10px;
	margin-top: 5px;
}

ul.result-box li p {
	padding: 5px 0px;
	line-height: 1.6;
}

ul.result-box li p span {
	display: inline-block;
	text-indent: -1em;
}

ul.page-navi {
	overflow: hidden;
	padding: 10px;
	background-color: #ffffff;
	margin-top: 5px;
}

* html ul.page-navi {
	zoom: 1;
}

ul.page-navi li.page-prev {
	float: left;
	width: 80px;
	text-align: left;
}

ul.page-navi li.page-next {
	float: right;
	width: 80px;
	text-align: right;
}

ul.page-navi li.page-info {
	text-align: center;
}

table.login-tb th {
	padding: 5px;
	text-align: right;
	font-weight: normal;
}

table.login-tb td {
	padding: 5px;
}

table.form-tbl td {
	padding: 3px;
	line-height: 16px;
}

table.form-tbl td span {
	color: #ff0000;
}

table.form-tbl th {
	padding: 3px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	line-height: 16px;
	white-space: nowrap;
}

table.form-tbl label {
	white-space: nowrap;
}

table.form-tbl-report {
	width: 550px;
	float: left;
}

div.report-submit-bt {
	clear:both;
	padding-top: 10px;
	text-align: right;
}

div.sesaku-tbl {
	width: 308px;
	height: 250px;
	border: dotted 1px #888888;
	padding: 5px;
	float: right;
	overflow-y: scroll;
}

div.sesaku-tbl-long {
	height: 350px;
}

div.sesaku-tbl table {
	width: 93%;
}

div.sesaku-tbl td {
	line-height: 140%;
}

div.sesaku-tbl-check {
	width: 308px;
	margin-left:10px;
	border: dotted 1px #888888;
	padding: 5px;
	float: right;
}

div.sesaku-tbl-check table {
	width: 100%;
}

div.sesaku-tbl-check th,div.sesaku-tbl-check td {
	padding: 5px;
}

form#search-form {
	line-height:30px;
}

ul.result-res {
	margin: 5px 0px 5px auto;
	width: 90%;
}

ul.result-res li {
	border-top: #888 solid 1px;
	padding-right: 0px;
	border-bottom: none;
}

ul.comment-up {
	margin; 0px;
	margin-top: 5px;
	padding: 0px;
	overflow: hidden;
}

* html ul.comment-up {
	zoom: 1;
}

ul.comment-up li {
	margin: 0px;
	padding: 0px;
}

table.report-list {
	margin-bottom: 10px;
}

table.report-list th {
	padding: 3px;
	border:1px solid #888888;
	text-align: center;
	white-space: nowrap;
}

table.report-list td {
	padding: 3px;
	border:1px solid #888888;
	text-align: center;
}

table.report-list td.report-list-user {
	white-space: nowrap;
	text-align: left;
}

table.report-list td a {
	font-weight: bold;
}

.bg-sun {
	background-color: #ffdddd;
}

.bg-sat {
	background-color: #ddddff;
}

dl.category {
	margin: 0px;
	margin-bottom: 5px;
}

dl.category dt {
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}

dl.category dd {
	line-height: 16px;
	margin-bottom: 5px;
}

a.red {
	color: #cc0000;
}

a.red:visited {
	color: #cc0000;
}

table.sales-table {
	width: 100%;
	background-color: #ffffff;
}

table.sales-table td {
	padding: 5px 10px;
	border: 1px solid #aaaaaa;
	text-align: right;
}

table.sales-table th {
	padding: 5px 10px;
	text-align: left;
	border: 1px solid #aaaaaa;
	background-color: #e4faa6;
}

table.sales-table th p {
	font-weight: normal;
	line-height: 120%;
	text-align: right;
}

form.iine {
	text-align: right;
}

form.iine span {
	font-weight: bold;
	color: #cc0000;
}

.bg-y {
	background-color: #ffffcc;
}

ul.image-box {
	background-color: #ffffff;
	border-bottom: 1px solid #aaaaaa;
	overflow: hidden;
}

* hmlt ul.image-box {
	zoom: 1;
}

ul.image-box li {
	width: 180px;
	float: left;
}

ul.image-box li p {
	padding: 10px;
	line-height: 120%;
}

ul.image-box li p.image-file {
	width: 160px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

dl.image-search {
	overflow: hidden;
}

* html dl.image-search {
	zoom: 1;
}

dl.image-search dt {
	width: 80px;
	float: left;
	line-height: 22px;
	text-align: right;
	vertical-align: middle;
}

dl.image-search dd {
	line-height: 22px;
	vertical-align: middle;
}

table.stock-table {
	background-color: #ffffff;
}

table.stock-table th {
	white-space: nowrap;
	border: 1px solid #aaaaaa;
	padding: 5px;
}

table.stock-table td {
	border: 1px solid #aaaaaa;
	padding: 5px;
}

table.stock-table td.nw {
	white-space: nowrap;
}

table.stock-table td.ar {
	text-align: right;
}

table.stock-table td.ac {
	text-align: center;
}

div.sesaku-list-box {
	overflow: scroll;
}

table.sesaku-list {
	background-color: #ffffff;
	margin-bottom: 10px;
}

table.sesaku-list td, table.sesaku-list th {

	padding: 3px 1px;
	border:1px solid #888888;
	text-align: right;
	word-break: break-all;
}

table.sesaku-list .store-name {
	white-space: nowrap;
	text-align: left;
}

table.sesaku-list .num {
	white-space: nowrap;
}

table.sesaku-list .kikan {
	font-size: 8px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}

dl.book-info {
	border-bottom: #888888 1px solid;
	overflow: hidden;
}

dl.book-info dt {
	width: 60px;
	padding: 1px 3px;
	line-height: 120%;
	float: left;
}

dl.book-info dd {
	padding: 1px 3px;
	margin-left: 63px;
	line-height: 120%;
}

p.book-memo {
	padding: 10px;
}

div.book-img {
	width: 85px;
	height: 130px;
	padding: 0px;
	padding-left: 5px;
	float: right;
}

table.gurahu {
	width: 318px;
	border-bottom: solid 1px #888;
	font-size: 12px;
}

table.gurahu caption {
	text-align: left;
	padding: 1px 3px;
}

table.gurahu table {
	margin: 0;
	padding: 0;
}
table.gurahu table.suuti, table.gurahu table.monthly {
	margin-left: 2px;
}
table.gurahu td {
	width: 26px;
	padding-top: 5px;
	vertical-align: bottom;
}
table.suuti {
	margin-top: 10px;
}
table.suuti td div {
	width: 19px;
	margin: 0 auto;
	background-color: #F00;
}
.brd {
	width: 100%;
	border-top: solid 1px #888;
}
table.monthly td {
	padding-top: 5px;
	text-align: center;
}

div.book-main h2 {
	padding: 1px 3px;
	margin: 0;
}

div.store-info {
	width: 550px;
	float: left;
}

div.store-info table {
	width: 100%;
}

div.store-info table caption {
	text-align: left;
	border-bottom: 1px solid #888;
}

div.store-info table td,
div.store-info table th {
	padding: 3px;
	border-bottom: 1px solid #888;
}

div.store-info table th {
	text-align: right;
	white-space: nowrap;
}

div.store-operation {
	width: 300px;
	float: right;
	padding-left: 10px;
}


div.store-operation table {
	width: 100%;
}

div.store-operation table caption {
	text-align: left;
	border-bottom: 1px solid #888;
}

div.store-operation table td,
div.store-operation table th {
	padding: 3px;
	border-bottom: 1px solid #888;
}

div.store-operation table th {
	text-align: right;
	white-space: nowrap;
}

div.store-map {
	margin-top: 10px;
}

div.store-map p {
	text-align: center;
}

div.store-rack {
	margin-top: 20px;
}

div.store-rack table {
	width: 100%;
}

div.store-rack table caption {
	text-align: left;
}

div.store-rack table td,
div.store-rack table th {
	padding: 3px;
	border: 1px solid #888;
}

div.store-rack table td {
	text-align: right;
}

div.store-rack table th {
	vertical-align: bottom;
}

p.store-go-report {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

div#zaiko-upload p {
	margin-bottom: 20px;
	line-height: 1.4em;
}

div#zaiko-upload ul {
	margin-bottom: 20px;
}

div#zaiko-upload ul li {
	line-height: 1.6em;
}

div#zaiko-upload form {
	margin-bottom:30px;
	border:1px solid #aaa;
	padding: 10px;
}

div#zaiko-upload h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

div#zaiko-upload label {
	display: inline-block;
	background-color: #ffffff;
	padding: 5px;
	font-size: 20px;
}

div#zaiko-upload input#update,
div#zaiko-upload input#all {
	width: 20px;
	height: 20px;

}

div#zaiko-upload input[type="radio"]:checked + label {
	background-color: #ffffcc;
	font-weight: bold;
	color: #ff0000;
}

div#zaiko-upload p.riron-keisan {
	display: inline-block;
	width: 600px;
	border: 1px solid #888;
	padding: 5px 10px;
	line-height: 1.6em;
}

div#zaiko-upload p.riron-keisan span {
	display: inline-block;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #ffffcc;
	border: 1px solid #ddddbb;
}

div#zaiko-upload p.riron-keisan strong {
	color: #ff0000;
	font-size: 1.4em;
}

table.mds-tbl th,
table.mds-tbl td {
	padding: 5px;
	border: 1px solid #ccc;
}

ul.md-edit-list li {
	line-height: 1.4;
}

/*---------------店頭一括注文---------------*/

.order-form {

}

.order-form dl {
	overflow: hidden;
	border-top: 1px solid #ccc;
}

.order-form dt {

	width: 10em;
	float: left;
	padding: 1.5em;
	text-align: right;
}

.order-form dt span {
	font-size: 10px;
	color: #ff0000;
	padding-right: 0.5em;
}

.order-form dd {
	padding: 1em;
}

.order-form button {
	margin: 2em auto 2em 11em;
	padding: 0 40px;
}

.order-form p {
	line-height: 1.6;
}

.order-form ul {
	margin-bottom: 1em;
}

.order-form ul li {
	line-height: 1.6;
}

.order-info {
	margin-top: 40px;
	border-bottom: 1px solid #ccc;
}

.order-info th,
.order-info td {
	padding: 10px 20px;
	border-top: 1px solid #ccc;
}

.order-info th {
	text-align: right;
}

.order-info tr.choku th,
.order-info tr.choku td {
	border-top: none;
}

.order-list {
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

.order-list th,
.order-list td {
	padding: 10px 20px;
	border-top: 1px solid #ccc;
}

.order-list th {
	text-align: center;
	white-space: nowrap;
}

.order-list td.tr {
	text-align: right;
}

.order-list td span {
	color: #ff0000;
}

.order-list td span em {
	color: #0000ff;
}
p.order-msg {
	line-height: 1.6;
	padding: 10px;
	margin-bottom: 40px;
}

p.return-msg {
	line-height: 1.6;
	padding: 10px;
}

p.coution {
	font-weight: bold;
	font-size: 14px;
	color: #ff0000;
}

.order-info caption,
.order-list caption {
	text-align: left;
	padding: 10px;
	font-weight: bold;
	background: #eee;
	border-top: 2px solid #888;
}

.order-info caption:before,
.order-list caption:before {
	content: "▼";
}

.order-info td em {
	color: #ff0000;
	font-weight: bold;
	text-indent: 1em;
	display: inline-block;
}
