﻿
ol.list_parentheses {
  padding:0 0 0 2em;
  margin:0;
}
ol.list_parentheses li {
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  padding-left: 1em;
  text-indent: -2.5em;
}
ol.list_parentheses li:before {
  display: marker;
  content: "（" counter(cnt) "）";
} 
ol.list_parentheses span {font-weight:bold;
} 
	
/*billing.css*/
.billingBox{
	/*
	background:#fefcdd;
	border:1px solid #ffcc66;
*/
    background: #deeaff;
    border: 1px solid #A6AFBF;
	padding:20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#pay section{
  padding-bottom:20px !important;
  margin-bottom:20px !important;
  border-bottom:1px solid #ccc;
  text-align:left;
  overflow:hidden;
}

#pay section.last{
  padding-bottom:20px !important;
  margin-bottom:0px !important;
  border-bottom:0px solid #ccc;
}
#pay p a img { vertical-align: middle;}
#pay .applylink {margin-bottom: 2em;}

#pay .postbox {
  width: 390px;
  border: 1px solid #bfbfbf;
  -webkit-border-radius:10px 10px 10px 10px;
  -moz-border-radius:10px 10px 10px 10px; 
  border-radius:10px 10px 10px 10px;
  background: linear-gradient(#ffffff, #dbdbdb);
  margin: 0 auto; 
  text-align: center;
  }
						 
#pay .postbox a {
  display: block;
  padding: 10px 20px;
  }
#pay .postbox a p {
  text-align: center;
  font-weight: bold;
  color: #404040;
  }
.applytxt {padding-top: 24px;  font-size:26px;  line-height: 200%}
#pay .applylink .txtlink01 { text-align: right;}
/*#pay .applylink .txtlink01 a { text-decoration: underline;}*/

.clear{
  clear:both;
}

a{
  color:#333;
  text-decoration:none;
}

a:hover,li.active a{
  opacity:.7;
  text-decoration:none;
}

.flR{
  float:right;
}

.flL{
  float:left;
}
.t-posi{
	text-align: right;
}

.t-fl{
	float: left; 
	width: 290px;
	margin-bottom:0; padding-bottom:0;	
}
.t-fl table {
margin-bottom:0; padding-bottom:0;	
}	
.t-fr{
	float:right; 
	width: 520px; 
	margin-left: 8px;	
}
.t-fr th {
	line-height: 38px;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
  .inner,
  .inner.low {
    width: 100%;
    padding: 0;
}
  .flL.mr30 {
    float: none;
    text-align: center;
    margin: 10px 0;
}
  .cf.mb30 div {
    padding: 0 !important;
}
  #pay .postbox {
    width: 100%;
    margin-bottom: 10px;
}
  #pay .postbox a {
    padding: 5px;
}
.applytxt {
	padding-top: 36px; 
	font-size:18px;
	}
.br_sp {display:none;}
table#countryList { 
	width: auto;
	padding-bottom: 0;
	margin-bottom: 0;}
.t-posi	{
	text-align: left;
}
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
.applytxt {padding-top: 36px; font-size:14px;}
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
.billingBox{
	padding:1rem;
}
table#countryList { 
	width: 100%!important;
	padding-bottom: 0;
	margin-bottom: 0;
}
.t-fl {
	float: none;
	clear: left;
	width: 100%!important;	
}	
.t-fl table.t-fl-sp{
	width: auto;
}	
.t-fr{
	float: none;
	width: 100%!important;	
	margin-left: 0px;
	margin-top: 20px;
	clear: right;
	margin-bottom:0; 
	padding-bottom:0;	
}	
.t-fr th {
	line-height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* ----- / @media screen and (max-width:768px) ----- */
}