/* カートから・会員登録・購入完了迄のスタイル */

.flow_area {
	position: absolute;
	right: 0;
	top: 23px;
}
.flow_area2 {
	position: absolute;
	right: 75px;
	top: 0px;
}

.cart_table_box {
	margin-bottom: 15px;
	padding: 5px;
	border: #fc7500 2px dotted;
}
.cart_table {
	width: 100%;
}

.cart_table th,.cart_table td {
	padding: 10px;
	font-size: 12px;
	border-bottom: #ccc 1px solid;
}

.cart_table tr.st_row td,.cart_table tr.gt_row td,.cart_table tr.point_row td,.cart_table tr.carriage_row td,tr.charge_row td,
.cart_table tr.st_row th,.cart_table tr.gt_row th,.cart_table tr.point_row th,.cart_table tr.carriage_row th,tr.charge_row th {
	padding: 7px 10px;
	border: none;
}

.cart_table tr.st_row th,.cart_table tr.gt_row th,.cart_table tr.point_row th {
	text-align: right;
}

.cart_table tr.gt_row td {
	font-weight: bold;
}

.cart_table tr.firstrow th {
	font-weight: bold;
	text-align: left;
	border: none;
	background: #eee;
}

.quantity_level {
	display: inline;
}

.quantity_level li {
	padding-left: 4px;
	display: inline;
}

.buttons {
	margin: 15px 30px 30px;
	text-align: center;
}

.buttons li img,.buttons li input {
	border-radius: 2px;
	box-shadow: #ccc 1px 1px 1px;
	position:relative;
	behavior: url("/PIE.htc");
	zoom: 1;
	position: relative;
}

.buttons input {
	vertical-align: bottom;
}

.buttons li {
	display: inline;
	padding: 8px;
	zoom: 1;
	position: relative;
}

.download_check_link {
	text-align: center;
	margin: 10px;
}

h3.cart_title {
	clear: both;
	margin-bottom: 15px;
	/*
	padding-bottom: 3px;
	font-size: 15px;
	line-height: 1.3;
	color: #fc7500;
	border-bottom: 1px #bbb solid;
		color: #333;
	border-bottom: 3px #fc7500 solid;
	*/
	padding: 4px 7px 3px;
	font-size: 14px;
	line-height: 1.3;
	background: #ffa837;
	color: #fff;
	border-radius: 3px;
	position:relative;
	behavior: url("/PIE.htc");
}

.not_download {
	margin: 20px 100px;
	padding: 10px;
	border: #000 1px solid;
}


/* お支払い方法・お届け時間などの選択 */

.payments {
	list-style: none;
}

.payments li {
	float: left;
	margin: 3px 20px 3px 0; 
}

.payments li input {
	margin-right: 2px;
}

.payment_table {
	margin-bottom: 10px;
}

.payment_table th {
	background: #eee;
}

.payment_table td,.payment_table th {
	line-height: 1.4;
	padding: 7px 7px;
}

.payment_table td {
	text-align: center;
	border-bottom: #ccc 1px dotted;
}

.payment_table tr.point_change_row td {
	border: none;
}

.point_input {
	margin-right: 4px;
	width: 80px;
}

.point_change_button {
	margin: 10px 0;
	text-align: left;
}


.point_table {
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-collapse:collapse;
}

.point_table th {
	background: #eee;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
}

.point_table td,.point_table th {
	line-height: 1.4;
	padding: 7px 7px;
}

.point_table td {
	text-align: center;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
}

.point_table tr.point_change_row td {
	border: none;
}


/*　カード情報入力テーブル */
.cardnumber_table {
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-collapse:collapse;
	width: 90%;
	margin: 0px auto 20px auto;
}

.cardnumber_table th {
	background: #eee;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
}

.cardnumber_table td,.cardnumber_table th {
	line-height: 1.4;
	padding: 10px;
}

.cardnumber_table td {
	text-align: center;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
}

.cardnumber_table tr.point_change_row td {
	border: none;
}
p.mini {
	margin-top: 3px;
	margin-bottom: 5px;
}

/*　支払い方法テーブル */
.payment_select {
	border-collapse:collapse;
	width: 98%;
	border: #ccc 1px solid;
	margin: 10px auto;
}
.payment_select th {
	background: #eee;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	text-align: center;
	padding: 3px;
	width: 10%;
}
.payment_select td {
	text-align: left;
	vertical-align: middle;
	border-right: #ccc 1px solid;
	border-left: #ccc 1px solid;
	padding: 0px 5px 5px 5px;
	font-size: 12px;
}
.payment_select td.paymant_image {
	text-align: center;
	padding: 10px 0;
}
.payment_select td.paymant_intro {
	vertical-align: top;
	font-size:11px;
}

.indorsement{
	font-size: 14px;
}
.indorsement h4, .indorsement h4 + p {
  display: inline;
}
.indorsement h4 + p {
  margin: 0;
}

/* 定期配信 DLコイン or クレジット */
table.coincredit{
border-collapse: collapse;
float:none;
width:90%;
}

table.coincredit{
}
table.coincredit th{
width:25%;
border: 1px #e0e0e0 solid;
vertical-align: middle;
padding:8px;
text-align: center;
background-color: #fdfdfd;
}

table.coincredit td{
width: 75%;
border: 1px #e0e0e0 solid;
vertical-align: middle;
padding:8px;
text-align: left;
background-color: #fdfdfd;
}

/*　コンビニ選択テーブル */
.cnv_table {
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-collapse:collapse;
	width: 80%;
	margin: 20px auto 40px auto;
}

.cnv_table th {
	background: #eee;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	width: 30%;
}

.cnv_table td,.cnv_table th {
	line-height: 1.4;
	padding: 10px;
}

.cnv_table td {
	text-align: left;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
}




/* ログイン */
.input_box {
	margin: 10px 30px;
	padding: 10px;
	background: #f8f8f8;
	border: #dfdfdf 1px solid;
	border-radius: 7px;
	position:relative;
	behavior: url("/PIE.htc");
}

.login_table th,.login_table td {
	padding: 10px;
	text-align: left;	
	vertical-align: top;
}

.input_mail {
	width: 250px;
}

.input_password {
	width: 150px;
}

.login_memory {
	margin: 5px 0 0;
}

/* 注文完了 */
.shop_information {
	width: 400px;
	background: #f8f8f8;
	border: #dfdfdf 1px solid;
	border-radius: 4px;
	position:relative;
	behavior: url("/PIE.htc");
}

.shop_information p {
	margin: 10px;
}

span.attention {
	color: #ff0000;
	font-size: 11px;
}

div.attention {
	color: #ff0000;
	font-size: 11px;
}


/* コンビニ決済 */
h3.famima_title1 {
	clear: both;
	margin-top:25px;
	margin-bottom: 15px;
	padding: 4px 7px 3px;
	font-size: 14px;
	line-height: 1.3;
	background: #3ba439;
	color: #fff;
	border-radius: 3px;
	position:relative;
	behavior: url("/PIE.htc");
}

h3.circleksunkus1, h3.dailyamazaki1, h3.ministop1{
	clear: both;
	margin-top:25px;
	margin-bottom: 15px;
	padding: 4px 7px 3px;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	border-radius: 3px;
	position:relative;
	behavior: url("/PIE.htc");
}
h3.circleksunkus1{
	background: #ff6600;
}
h3.dailyamazaki1{
	background: #e41818;
}
h3.ministop1{
	background: #08218b;
}










#complete_faq {
	width:850px;
}
#complete_faq dl {
    font-size: 12px;
    margin:15px 0;
}
#complete_faq dt {
    padding-left: 25px;
    margin-bottom: 15px;
    font-weight: bold;
    background: url(/common/images/complete_question.png) no-repeat left top;
}
#complete_faq dd {
    padding-left: 25px;
    padding-bottom:20px;
    background: url(/common/images/complete_answer.png) no-repeat left top;
    margin-bottom: 20px;
    border-bottom: 2px dotted #ccc;
}

.software_table{
    width:700px;
    border-collapse:collapse;
    margin:10px 0;
}
.software_table caption{
    text-align:left;
    margin:10px 0;
    font-weight:bold;
}
.software_table th {
	text-align: left;
	width:30%;
	background: #eee;
	border: #ccc 1px solid;
	padding:10px;
}
.software_table td {
	width:70%;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	vertical-align: top;
	padding:10px;
}
.software_table td li,.software_table td a{
	line-height:18px;
	vertical-align: top;
}
.software_table td li i{
	display:inline-block;
	margin-right:5px;
}


.software_table p{
	padding-left:25px;
	margin:0;
}
.spritemachine_software_adobe_reader { width: 17px; height: 18px; background: url(/common/images/sprite.png) 0px 0px no-repeat; }
.spritemachine_software_aldiko { width: 17px; height: 18px; background: url(/common/images/sprite.png) -17px 0px no-repeat; }
.spritemachine_software_androzip { width: 18px; height: 18px; background: url(/common/images/sprite.png) -34px 0px no-repeat; }
.spritemachine_software_copper { width: 18px; height: 18px; background: url(/common/images/sprite.png) -52px 0px no-repeat; }
.spritemachine_software_digital_editions { width: 18px; height: 18px; background: url(/common/images/sprite.png) -70px 0px no-repeat; }
.spritemachine_software_gomplayer { width: 18px; height: 18px; background: url(/common/images/sprite.png) -88px 0px no-repeat; }
.spritemachine_software_goodreader { width: 17px; height: 17px; background: url(/common/images/sprite.png) -106px 0px no-repeat; }
.spritemachine_software_ibooks { width: 17px; height: 17px; background: url(/common/images/sprite.png) -123px 0px no-repeat; }
.spritemachine_software_itunes { width: 18px; height: 18px; background: url(/common/images/sprite.png) -140px 0px no-repeat; }
.spritemachine_software_lhaplus { width: 18px; height: 18px; background: url(/common/images/sprite.png) -158px 0px no-repeat; }
.spritemachine_software_media_player { width: 18px; height: 18px; background: url(/common/images/sprite.png) -176px 0px no-repeat; }
.spritemachine_software_pdic { width: 16px; height: 18px; background: url(/common/images/sprite.png) -194px 0px no-repeat; }
.spritemachine_software_stuffit { width: 18px; height: 18px; background: url(/common/images/sprite.png) -210px 0px no-repeat; }
.spritemachine_software_vlc { width: 16px; height: 18px; background: url(/common/images/sprite.png) -228px 0px no-repeat; }

p.pdfprotect_notice{
color:#ff0000;
padding:10px;
border:1px #ccc solid;
margin:10px 0;
width:360px;
}





/* 利用規約 */

textarea.kiyaku_text {
	width: 800px;
	padding: 20px;
	margin-bottom: 30px;
	border: #ddd 3px solid;
}

/* 会員登録 */
.register_table {
	width: 95%;
	margin: 10px 0;
	border: #ccc 1px solid;
	border-bottom: none;
}

.register_table th,.register_table td {
	padding: 10px 10px;
	line-height: 1.4;
	border-bottom: #ccc 1px solid;
}

.register_table th span.attention {
	padding-left: 5px;
}

.register_table th {
	text-align: left;
	background: #fff2c6;
	border-right: #ffd957 1px dotted;
	border-left: #ffd957 5px solid;
}

.register_table td {
}

.register_table td textarea[name="toushi_reason"] {
	width:340px;
	height: 40px;
	display: inline;
	vertical-align:top;
	border: #ccc 1px solid;
}
.register_table td p.toushi_cause_txt{
	margin-left: 90px;
	font-size: 12px;
	line-height: 1.4em;
}


.uploader_register_table th {
	background: #e4f6ce;
	border-right: #cfeda9 1px dotted;
	border-left: #b8e383 5px solid;
}

.register_table input {
	margin-right: 5px;
}

input.box120 {
	width: 120px;
	margin: 3px 0;
}
input.box140 {
        width: 140px;
        margin: 3px 0;
}

input.box140 {
        width: 140px;
        margin: 3px 0;
}

input.box160 {
	width: 160px;
	margin: 3px 0;
}

input.box60 {
	width: 60px;
	margin: 3px 0;
}

input.box30 {
	width: 30px;
	margin: 3px 0;
}

input.box300 {
	width: 300px;
	margin: 3px 0;
}

.register_table select {
	margin: 3px 0;
}
