@charset "UTF-8";

/* **************************************
*Since: 2008-09-05
*Modified: 2008-00-00
************************************** */

/* Reset & Restyle
-------------------------------------------------------------------------------*/
html{
	overflow-y:scroll;
}

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.5;
	color: #333;
	margin:0;
	padding:0;
}

body{
	font-size:75%;
}

/* ModernBrowsersOnly(notIE7) */
html>/**/body{
	font-size:12px;
}

img{
	border: 0px;
	vertical-align:bottom;
}

ul, ol{
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0px;
}

hr{
	visibility:hidden;
}

a{
	color:#666;
}
.mt5{
	margin-top:5px;
}
/* 
-------------------------------------------------------------------------------*/
body {
	text-align:center;
	color:#333;
	margin:0px;
	padding:20px 0;
	background:#fff;
}

/* clear
-------------------------------------------------------------------------------*/

.clear:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clear{ display: inline-block; }
/* exlude MacIE5 \*/
* html .clear { height: 1% }
.clear {display:block;}
/* end MacIE5 */


/* header
-------------------------------------------------------------------------------*/

div#header {
	width:950px;
	margin:10px auto 20px auto;
}

div#header .logo{
	float:left;
}

div#header .privacy{
	text-align: right;
}
div#header .privacy li{
	display: inline-block;
}

/* maincontent
-------------------------------------------------------------------------------*/
.step {
	
}


.pc_privacy {
	margin-top: 20px;
	text-align: center;
}

h1 {
	background:url(../images/headline.gif) no-repeat;
	margin:10px 0;
	text-align:left;
	min-height: 40px;
    padding: 13px 0 0 19px;
	font-size: 140%;
	font-weight:bold;
	color:#FFF;
}

h2{
	margin:20px 0 0 0;
}

p {
	text-align:left;
}

p.copy{
	line-height:1.5;
	margin:10px 0;
}

.red{
	display: inline-block;
	background:#E83E36;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:5px;
	margin-right:10px;
}

em.red{
	font-size:12px;
	background:none;
	color:#E83E36;
	padding:0;
	margin-right:0;
	font-weight:normal;
}

div#maincontent {
	width:950px;
	margin:0 auto;
	overflow:hidden;
}

table {
	width:950px;
	margin:10px 0px;
}

table th {
	font-weight:normal;
	vertical-align:top;
	text-align:left;
	width:170px;
	padding:8px;
}

table th.sub {
	background:url(../images/sub_bg.gif) no-repeat;
	padding:5px 5px 5px 15px;
	background-size:cover;
}

table td {
	text-align:left;
	vertical-align:middle;
	padding:8px;
}

table .td01{
	background:#F9F9F9;
}

table .td02{
	background:#F0F0F0;
}

table dl.data_box {
	margin: 0;
	padding: 0;
}
table dl.data_box dd {
	padding: 8px 30px 8px 0;
}

input, select {
	margin: 0;
	vertical-align: middle;
}

dl.data_box {
	width: 950px;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	background:#F9F9F9;
	text-align: left;
}

dl.data_box dt{
	background:#000;
	color:#fff;
	padding:8px;
	width:auto;
	font-weight:normal;
}

dl.data_box dd {
	margin: 0;
	padding: 0 8px 10px 8px;
	display: inline-block;
	*display:inline;
	*zoom: 1;
}
dl.separate dd {width: 48%}

dl.data_box dd.clear {
	width: 100%;	
	display: block;
}

input.submit{
	background:url(../images/btn_agree.gif) no-repeat;
	border:0;
	padding:0;
	margin:0;
	width:250px;
	height:50px;
	cursor: pointer;
}
input.submit2{
	background:url(../images/btn_send.gif) no-repeat;
	border:0;
	padding:0;
	margin:0;
	width:250px;
	height:50px;
	cursor: pointer;
}
input.submit:hover{
	background:url(../images/btn_agree_on.gif) no-repeat;
}
input.submit2:hover{
	background:url(../images/btn_send_on.gif) no-repeat;
}
input.back{
	background:url(../images/btn_correct.gif) no-repeat;
	border:0;
	padding:0;
	margin:0;
	width:165px;
	height:50px;
	cursor: pointer;	
}
input.back:hover{
	background:url(../images/btn_correct_on.gif) no-repeat;
}

table .area{
	margin:5px 0;
}
.mm{
	width:100%;
	border:1px solid #575757;
}
.mm th{
	background:#F0F0F0;
	vertical-align:middle;
	font-size:13px;
	padding-left:20px;
}
.mm td{
	background:#F9F9F9;
	font-size:13px;
	padding:20px;
}
/* error
-------------------------------------------------------------------------------*/

ul.error {
	margin:20px 0px 0px 0px;
	text-align:left;
}

ul.error li {
	color:#990000;	
}

ul.error li.btBack {
	margin:30px 0px 0px 0px;
}

/* confirm
-------------------------------------------------------------------------------*/

.str{
	margin:-15px 0 0 0;
	position:relative;
	line-height:1.5;
}


/* privacypolicy
-------------------------------------------------------------------------------*/

dl dt{
	font-weight:bold;
	text-align:left;
	margin:15px 0 10px 0;
}

dl dd{
	text-align:left;
	margin:0 0 20px 0;
	line-height:1.8;
}

dl dd ol{
	margin:10px 0;
}

dl dd ol li{
list-style-type:decimal;
margin:2px 0 2px 40px;
}

.mgT20{
	margin:10px  0 0 0;
}

p.caution{
	font-size:14px;
	padding:5px;
	text-align:center;
	color:#FF0004;
	border:1px solid #FF0004;
	width:96%;
	margin-bottom:10px;
}

.privacy {
	margin-top: 20px;
	text-align: center;
}

.security_policy {
	margin-top: 20px;
	text-align: center;
}
.com_security_policy {
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
}

