@charset "utf-8";
/*KOTUBE*/

/*タグ初期値リセット*/
@import url(default.css);

html{
	height:100% !important;
}

body{
	min-width: auto;
	position:relative;
	width:100%;
	height:100% !important;
	padding:0 0 40px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

a[class*=btn_] {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

a[class*=btn_]:active,
input[type=button]:active {
	position:relative;
	top:1px;
	left:1px;
}

#dl_box{
	width:570px;
	margin: 0px auto 0px auto;
	padding:15px 0 0px 0;
	text-align:center;
	line-height:1.3;
}

#dl_box h1{
	margin: 0px auto 30px auto;
	padding:15px 0 12px 0;
	font-size:17px;
	color:#FFF;
	text-align:center;
	line-height:1.3;
	letter-spacing:0.05em;
	background-image:url(../images/common/img_logo.png);
	-webkit-background-size: 150px auto;
	   -moz-background-size: 150px auto;
         -o-background-size: 150px auto;
        -ms-background-size: 150px auto;
            background-size: 150px auto;
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom:2px solid #C1272D;
}

#dl_box h2{
	margin: 0px 0 15px 0;
	padding:0px 20px 0px 20px;
	font-size:14px;
	color:#FFF;
	text-align:center;
	line-height:1.3;
}

#dl_box p{
	margin: 0px 0 7px 0;
	padding:0px 20px 0px 20px;
	font-size:12px;
	color:#CCC;
	text-align:center;
	line-height:1.3;
}

#dl_box a.btn_close{
	width:260px;
	margin: 20px auto 40px auto;
	padding:0px 5px 0px 0px;
	display:block;
	background-color:#872123;
	height:50px;
	line-height:50px;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#dl_box a.btn_close:hover{
	background-color:#C30D23;
	color:#FFF;
}

#dl_box a.btn_close:before{
	margin:0 8px 0 0px;
	content:" ";
	display:inline-block;
	position: relative;
	top: -1px;
	width:13px;
	height:12px;
	background:url(../images/common/icon_delete02.png); 
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	vertical-align:middle;
}

/*
copyright
------------------------------------*/
.copyright{
	position:absolute;
	bottom:0px;
	width:100%;
	margin: 0px auto 0px auto;
	padding:12px 0 0px 0;
	text-align:center;
	font-size:10px;
	color:#CCC;
	height:40px;
	border-top:1px solid #333;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

