@CHARSET "UTF-8";
@media screen and (min-width: 641px){
.dnonepc{
	display: none;
}
body {  
	background-color: #ffffff;
	font-family: "ryo-display-plusn",sans-serif;
	text-align:center;
}


.title {
	color: #000000;            
	text-align: center;           
}


.msg_head {
	color: #000000;            
	text-align: center;         
}

.msg_foot {
	color: #000000;             
	text-align: center;         
}
.return_text {
	color: #000000;             
	text-align: center;
}


table {
	width: 50%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	border: thin solid #f4f3f2;
}


table th {
	color: #000000;
	text-align: left;
	padding: 3px;
	border-style: none;
	border:#f4f3f2;
	width: 35%;
	background-color:#f4f3f2;
}

table td {
	color: #000000;
	text-align: left;
	white-space: nowrap;
	padding: 3px;
	border-style: none;
	font-size: 12px;
	padding-bottom: 1em;
	background-color:#fffff;
}


.submit {
	text-align: center;         
	font-size: 12px;
}
.img30{
	height: 30px;
}
.td32{
	height: 32px;
}
.input5{
	width: 68px;
	height: 25px;
	font-size: 100%;
}
.input8{
	width: 89px;
	height: 25px;
	font-size: 100%;
}
.input20{
	width: 137px;
	height: 25px;
	font-size: 100%;
}
.input40{
	width: 313px;
	height: 25px;
	font-size: 100%;
}
.input60{
	width: 453px;
	font-size: 100%;
}
.input90{
	width: 80em;
	font-size: 100%;
}
.w198{
	width: 198px;
}
.w628{
	width: 628px;
}
.w400{
	width: 400px;
}
.w500{
	width: 500px;
}

.cont_foot {
	color: #000000;
	text-align: center;
	font-size: 1rem;
	border-top: 1px solid #9e005d;
	line-height: 2;
}

.conf_title {
	font-size: 1rem;
	text-align:center;
}

#header {
	text-decoration: none;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #762100;
}
#header h1 {
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
	margin-left: auto;
	width: 960px;
	margin-right: auto;
	text-align: left;
}

#logo {
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#logo img {
	margin-left: 0px;
	margin-right: auto;
	display: block;
}

#footer {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: rgb(158,0,93);
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;

}
#footer #copyright {
	background-color: #762100;
	height: 20px;
}
#footer #copyright p {
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 9pt;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	line-height: 20px;
	margin-top: 0px;
}
#footer #coinfo {
	clear: both;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #CCCCCC;
	text-align: center;
	padding-bottom:2px;
	padding-top:2px;
}
#footer #coinfo p {
	font-size: 9pt;
	text-decoration: none;
	text-align: center;
	vertical-align:middle;
	line-height: 1.7;
}

input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #99cc00),
        color-stop(1.00, #87b400)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #99cc00 0%,
        #87b400 100%
    );
    border: 1px solid #336600;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

input[type="reset"] {
	color: #762100;
	border: 1px solid #aaaaaa;
	vertical-align: -8px;
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	width: 65px;
	height: 35px;
	/*Other Browser*/
	background: #e2e2e2;
	/*For Old WebKit*/
	background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
	/*For Modern Browser*/
	background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}
input[type="submit"] {
	color: #762100;
	border: 1px solid #aaaaaa;
	vertical-align: -8px;
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	width: 65px;
	height: 35px;
	/*Other Browser*/
	background: #e2e2e2;
	/*For Old WebKit*/
	background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
	/*For Modern Browser*/
	background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

#kakunin {
	width:960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

}
