@charset='utf-8';

/*----
body {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 80%;
	background: #ffffff;
	color: #000;
	background-image: url(./images/back_m.png);
}
a:hover {
	background: #8080c0;
	color: #fff;
}
div.main {
	width: 100%;
	text-align: center;
}
----*/

.add_btn {
//	width:150px;
	height:30px;
	padding:0 10px;
	background-color: #e1e1e1;
	border:1px solid #707070;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}
.add_btn:hover {
	color: #fff;
	background-color: #707070;
}

/* 進行パネル */
table.panel {
	margin: 1.5em auto;
}
table.panel th {
	background: #296633;
	color: #fff;
	padding: 0.5em;
	width: 100px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
td.panel-off {
	background: #a8a8a8;
	color: #fff;
	padding: 0.5em;
	text-align: center;
	width: 100px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
td.panel-arrow {
	color: #a8a8a8;
	text-align: center;
	width: 20px;
}
input.button {
	width: 140px;
	margin: 0 14px;
}

/* 買物カゴ */
table.cart_tbl {
	margin: 1.3em auto;
	border-collapse: collapse;
	width: 500px;
}
table.cart_tbl th, table.cart_tbl td  {
	border: solid 1px #000000;
	white-space: nowrap;
	padding: 6px;
	font-size: 100%;
}
table.cart_tbl th {
	background: #296633;
	color:#ffffff;
}
table.cart_tbl td {
	background: #fcf8e2;
}

/* 入力フォーム */
table.cart_form {
	box-sizing:border-box;
	width: 500px;
	margin: 1.3em auto;
	border-collapse: collapse;
}
table.cart_form th, table.cart_form td {
	text-align: left;
	border: solid 1px #000000;
	white-space: nowrap;
	padding: 6px;
}
table.cart_form th {
	padding:10px 0;
	background: #296633;
	color:#ffffff;
	text-align: center;
}
table.cart_form td {
	background: #fcf8e2;
}
td.w-key {
	width: 130px;
	padding: 6px 0 6px 10px !important;
}
input.ime-on {
	ime-mode: active;
}
input.ime-off {
	ime-mode: inactive;
	border: 1px solid aaa;
}
.payjs-outer {
	padding:5px;
	background-color:#fff;
	border: 1px solid #aaa;
}

/* 入力必須 */
span.req {
	border-left: 2px solid red;
	padding-left: 3px;
}

/* 入力任意 */
span.opt {
	border-left: 2px solid #fff;
	padding-left: 3px;
}

td.tbl-wide {
	border: solid 1px #8080c0;
	background: #fff;
	white-space: nowrap;
	padding: 6px;
	text-align: center;
}

/* 赤文字 */
.red {
	color: #dd0000;
}

table.btn-tbl {
	margin: 0px auto;
}
.eiji {
	font-family:Verdana,Helvetica,Arial !important;
	font-size:90%;
}
.ta-r {
	text-align: right !important;
}
.ta-l {
	text-align: left;
}
.ta-c {
	text-align: center;
}
input.inp-mem {
	width: 150px;
	ime-mode: inactive;
}
table.tbl-join td {
	background: #fff;
	color: #444;
}

/* 入力画面でのメッセージ */
div.cart-msg {
	box-sizing:border-box;
	border: 1px solid #000000;
	padding: 6px;
	background: #fcf8e2;
	color: #000;
	width: 600px;
	margin: 1em auto;
	line-height: 140% !important;
}

div.cart-msg2 {
	box-sizing:border-box;
	border: 1px solid #000000;
	padding: 6px;
	background: #fcf8e2;
	color: #000;
	width: 500px;
	margin: 1em auto;
	line-height: 140% !important;
}
div.cart-msg3 {
	box-sizing:border-box;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 6px;
	background: #e70000;
	font-size:16px;
	color: #fff;
	width: 500px;
	margin: 0 auto;
	line-height: 140% !important;
}
div.login-note {
	text-align: left;
	margin: 1em auto 0.5em auto;
	width: 23em;
}
table.enter {
	margin: 80px auto;
	width: 400px;
	border: 1px solid #004080;
	border-collapse: collapse;
}
table.enter th {
	border: 1px solid #004080;
	padding: 1em;
	background: #004080;
	color: #fff;
	text-align: left;
}
table.enter td {
	border: 1px solid #004080;
	padding: 1em;
	background: #fff;
	font-family: verdana,helvetica,arial;
}
input.len {
	width: 220px;
	margin-bottom: 1em;
}
div.btn input {
	font-family: verdana,helvetica,arial;
	width: 100px;
	height: 32px;
}

/* 画面TOPボタン */
div.top-btn input {
	width: 9.5em;
	margin-bottom: 1.5em;
}

/* 特商法 */
div.law-data {
	width: 95%;
	margin:1em auto;
	border: 1px solid #666;
	padding: 1em;
	text-align: left;
	background: #fff;
}

/* 検索画面 */
div.find-ttl {
	width: 640px;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #8080c0;
	border-left: 1px solid #8080c0;
	border-right: 1px solid #8080c0;
	margin: 1em auto 0 auto;
	padding: 8px;
	background: #dcdced;
}
div.find-box {
	width: 640px;
	text-align: center;
	border: 1px solid #8080c0;
	margin: 0 auto 1em auto;
	padding: 8px;
	background: #fff;
}
div.cart-box {
	width: 640px;
	line-height: 140%;
	text-align: left;
	border: 1px solid #8080c0;
	margin: 1em auto;
	padding: 8px;
	background: #fff;
}

/* ページ繰越ボタン */
span.pg-on,span.pg-off {
	display:-moz-inline-box;
	-moz-box-align: center;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	width: 23px;
	height: 23px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #6b868b;
	font-family: Verdana,Helvetica,Arial;
}
span.pg-on,span.pg-on a {
	color: #f0f0f0;
	background: #6b868b;
}
span.pg-off,span.pg-off a {
	color: #6b868b !important;
	background: #fff;
}
div.pgbtn {
	margin: 0.6em 0;
}
div.err-addr {
	color: #dd0000 !important;
}

/* 進行ボタン */
.bigbtn {
	width: 245px;
	height: 50px;
	margin: 0 5px;
}

.text-upfile-tt2 {
	font-size:15px;
	color:#ff0000;
background-color: #fff;
border: 0px;
padding: 0;
margin: 0;
width: 100%;
text-align: center;
}


/*-------------------------------------------*/

/* モーダルを開くボタン */
.modal-open{
//  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
//  translate: -50% -50%;
}

/* モーダルと背景の指定 */
.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 20px 20px 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}

/* モーダルの擬似要素の指定 */
.modal:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active{
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container{
	position: relative;
	display: inline-block;
//	display: block;
	vertical-align: middle;
	max-width: 600px;
	width: 90%;
	max-height:90%;
	height:90%;
	border:1px solid #000;
//	overflow-y: scroll;
//	overflow-x: hidden;
}

/* モーダルを閉じるボタンの指定 */
.modal-close{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	color: #fff;
	background: #000;
	border-radius: 50%;
	cursor: pointer;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content{
	height:100%;
	background: #fff;
	text-align: left;
	line-height: 1.8;
	padding: 15px 25px;
	overflow-y: scroll;
	overflow-x: hidden;
	
}

/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p{
	margin: 1em 0;
}

.hddn {
	overflow:hidden;
}

.modal-content-ad {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #aaa;
	border-radius:5px;
}
.modal-content-ad:hover {
	background-color: #ccc;
	cursor:pointer;
}

/*-------------------------------------------*/

