@charset "utf-8";

/*------------------reset-----------------------*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-weight:normal;
}
footer, header{ display: block;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*?*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body{
	width:100%;
	background:#FDFDFA;
	color:#333;
font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	-webkit-text-size-adjust:100%;
	min-width:320px;
}
a{ text-decolation: none; }
img{ border: 0;	vertical-align:middle; 	}
a img { border:none; }
a:link { color:#36f; text-decoration:none; }
a:visited { color:#62c; }
a:hover { color:#f36; }
.ml10{ margin-left: 10px;}
.ml20{ margin-left: 20px;}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}
.stxt{font-size:14px;}
.red{ color: #FF0000;}
.btxt{ font-weight:bold;}
/*----- 基本設定 -----*/
div#container{
    min-width: 640px;;
    margin: 0 auto;
}
/*----- フッター下部設定 -----*/
html,body{
    height: 100%;
}
#container{
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
#wrapper{
    padding-bottom: 25px;
}
footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    background-color:#b60000;
}


/*----- input style -----*/


input[type="url"],
input[type="telephone"],
input[type="date"],
input[type="number"],
input[type="datetime"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="password"],
input.mail,
input.code,
input.cocoaID,
input.phone,
input.post,
input.cardNO,
input.securityNO{
	ime-mode:disabled;
}
input.namae,
input.addr{
	ime-mode: active;}

input[type="password"],
input[type="text"],
input[type="url"],
input[type="telephone"],
input[type="date"],
input[type="number"],
input[type="datetime"],
input[type="month"],
input[type="week"],
input[type="time"]{
	font-size:18px;
	border-radius:4px;
	border:solid 1px #ccc;
	color:#333;
	}
input:focus{	background-color:#FFFCCC;}

input.mail,
input.namae,
input.cocoaID,
input.cocoalogin,
input.addr,
input[type="password"]{
	width:96%;
	padding:6px 2%;
	}
input.code{
	font-size:14px;
	width:4em;
	padding:2px 0;
	}
input.check{
	padding:6px 2%;
	width:8em;
	}
input.phone{
	padding:6px 2%;
	width:11em;
	}
select{
	padding:4px 2%;
		}
input.cardNO,
input.securityNO{
width:96%;
	padding:4px 2%;
	}

/***************************layout*****************************/
#container{
	background-color:#ffffc1;
	zoom:1;
    }
#wrapper{
    width: 600px;
    margin: 0 auto;
    zoom:1;
}
#wrapper2{
    width: 500px;
    margin: 0 auto;
    zoom:1;
}

h1 {
	color: #fff;
}
header{
	height:60px;
	background-color: #ffe8e8;
	}
#page_logo{
   background-image: url("include/drops.png");
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 60px;
    left: 20px;
    position: absolute;
    top: 4px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 178px;
    z-index: 10;
    }
#page_title{
    display: block;
	color:#FFF;
	position:absolute;
	left: 155px;
	top:8px;
	width:19em;
	}
#formbox{
	width: 500px;
    	background-color:#fff;
	padding:30px 50px;	
	margin-top:30px;
	zoom:1;
	}
#formbox p{
	display:block; 
}
#formbox span.nowrap{
	white-space:nowrap;/*文末の改行調整のため*/
	}

#formbox .note{
	margin-bottom:20px;
	font-size: 13px;
	line-height:18px;
}
#formbox .note a{
	color:#1e54a0;
	border-bottom: dotted 1px #1e54a0;
	}
#formbox .indent{
	margin-left: 1em;
	text-indent: -1em;
}
#formbox .domain_txt{
	line-height:28px;
	color: #0093d7;
	font-size: 15px;
	font-weight: bold;
}

#formbox2{
	width: 400px;
    	background-color:#fff;
	padding:30px 50px;	
	margin-top:30px;
	zoom:1;
	}
#formbox2 p{
	display:block; 
}
#formbox2 span.nowrap{
	white-space:nowrap;/*文末の改行調整のため*/
	}

#formbox2 .note{
	margin-bottom:20px;
	font-size: 13px;
	line-height:18px;
}
#formbox2 .note a{
	color:#1e54a0;
	border-bottom: dotted 1px #1e54a0;
	}
#formbox2 .indent{
	margin-left: 1em;
	text-indent: -1em;
}
#formbox2 .domain_txt{
	line-height:28px;
	color: #0093d7;
	font-size: 15px;
	font-weight: bold;
}

h3{
	display:block;
	width:100%;
	color:#092347;
	font-size:20px;
	padding-bottom:6px;
	border-bottom:dashed 1px #092347;
	}
h3 img{
	width:40px;
	height:40px;
	margin-right:10px;
	}
.btnarea01{
	width:160px;
	margin:20px auto 0;
	height:38px;
	}
.btnarea01 a,.btnarea02 a{display:block; width:160px; height:38px;}
.btnarea02{
	width:100%;
	margin:20px auto 0;
	height:auto;
	}
.btnarea01 .closebox{ 
	width:160px;
	height:38px;
	background:url("../img/closeBTN_on.png") no-repeat 0 0;
	}	
.btnarea02 .closebox{ 
	width:300px;
	height:auto;
	margin: 0 auto;
	}	
.btnarea02 .nextbox{ 
	width:300px;
	height:auto;
	margin: 0 auto;
	}

.RBTcheck{margin:8px 0;}

.error_txt,
.errorarea{
	width:92%;
	background-color:#ffdada;
	border:solid 1px #FF0000;
	padding:10px 4%;
	}
.erromsg{font-size:12px;}


h3.toptitle{
	text-align:center;
	color:#1e54a0;
	font-size:20px;
	border-bottom:solid 6px #d8dfea;}
.btn_block{
	width:100%;
	}
.btn_block >input{
	width:5%; float:left;}
.btn_block p{ width:92%; float:left;}


footer{
	text-align:center;
	}
footer #copy{
	height:12px;
	}
footer #copy a{
	font-size:12px;
	color:#fff;}


#dlFileAction {
	width: 300px;
	box-sizing: border-box;
	display: block;
	border: none;
	margin: 10px auto;
	padding: 5px 20px;
	-webkit-appearance: none;
	border-radius: 5px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	box-shadow: none;
	background: #a94a4a;
	background: -webkit-gradient( linear, left top, left bottom, from(#a94a4a), to(#a94a4a) );
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	background: -moz-linear-gradient( top, #a94a4a, #a94a4a );
	-moz-box-shadow: 1px 1px 1px #fff;
	filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#a94a4a,endColorstr=#a94a4a);
	zoom: 1;
}
#closeFileAction {
	width: 300px;
	box-sizing: border-box;
	display: block;
	border: none;
	margin: 10px auto;
	padding: 5px 20px;
	-webkit-appearance: none;
	border-radius: 5px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	box-shadow: none;
	background: #808080;
	background: -webkit-gradient( linear, left top, left bottom, from(#808080), to(#808080) );
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	background: -moz-linear-gradient( top, #808080, #808080 );
	-moz-box-shadow: 1px 1px 1px #fff;
	filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#808080,endColorstr=#808080);
	zoom: 1;
}


@media screen and (max-width: 768px) {
	.btnarea02 .closebox, #dlFileAction, #closeFileAction {
		width: 80%;
		margin: 0 auto;
	}
	#formbox, #wrapper {
		width: 80%;
		margin: 20px auto;
	}
	div#container {
		width: 100%;
		min-width: 100%;
	}
}