@charset "utf-8";


/********** base set **********/

html, body, div, span, h1, h2, h3, h4, p, em, img, strong, dl, dt, dd, ol, ul, li, table, tr, th, td, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444;
	font-size: 14px;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {font-weight: bold;}
ul, ol {list-style: none;}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	color: #006FD0;
	text-decoration: underline;
}
a:hover {color: #D3131C!important;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font: inherit;
}
input, select, textarea {
	font: inherit;
	_font-size: 14px;
	line-height: 1.2;
}

.border-b_no{
	border-bottom:none !important;
}

.border-t_no{
	border-top:none !important;
}


/* class */

.mt3 {margin-top: 3px!important;}
.mt5 {margin-top: 5px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt50 {margin-top: 50px!important;}

.taC {text-align: center;}
.fsS {font-size: 12px;}
.fcR {color: red;}

.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {clear: both;}
.cf {zoom: 1;}

.disabled { color: #999; }
.disabled input { background-color: #efefef !important; }


/********** outline **********/


#wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#inner {
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 40px;
    width: 94%;
}

#inner .tit {
	font-size:18px;
	margin-bottom:10px;
}

#wrap #inner input{
	width: 248px;
	height: 52px;
	margin: 60px auto 0 auto;
	background-repeat: no-repeat;
	border: none;
	background-color: transparent;
	background-image: url("../images/close_btn.gif");
	background-position: center center;
	display:block;
	cursor: pointer;
}


	
