@charset "utf-8";

#mainimg {
	position: relative;
	height: 40px;
}

#mainimg img.logo {
	position: absolute;
	top: 7px;
	left: 15px;
}

#mainimg img.logo_sub {
	position: absolute;
	top: 27px;
	right: 10px;
}

p {
	margin-bottom: 10px;
}

p.lastChild {
	margin-bottom: 40px;
}

ul {
	margin-bottom: 40px;
}

/* modal box */

#modal { display:none; }
#confirm_modal { width:450px; height: 255px; background:#eee; padding:10px; border:1px #ccc solid; box-shadow:0 0 20px #000; }
*+html #confirm_modal { width:450px; height: 280px; background:#eee; padding:10px; border:1px #ccc solid; box-shadow:0 0 20px #000; }
#confirm_modal p { margin-bottom:1em; }
#confirm_modal table { margin:0 auto; }
#confirm_modal a { cursor:pointer; }

/* modal added */

#modal h1 {
	background-color:#1d2085;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 10px;
	font-size:15px;
    text-align: center !important;
}

#modal strong {
	display: block;
	font-size: 150%;
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
}

.modal_inner {
	background-color: #FFFFFF;
    border: 1px dotted #CCCCCC;
    color: #333333;
    height: 140px;
    line-height: 1.8;
    margin: 10px 0;
    overflow: auto;
    padding: 10px;
	font-size:12px;
    text-align: left;
}

#modal ul {
	margin: 0;
}

#modal ul li.c_yes a {
	background-color: #908eb5;
    color: #fff !important;
    float: right;
    font-weight: bold;
    padding: 8px;

    width: 200px;
	text-align:center;
	text-decoration:underline;
}

*+html #modal ul li.c_yes a {
	background-color: #908eb5;
    color: #fff !important;
    float: right;
    font-weight: bold;
    padding: 8px;

    width: 190px;
	text-align:center;
	text-decoration:underline;
}


#modal ul li.c_no a {
	background-color: #999;
    color: #fff !important;
    float: left;
    font-weight: bold;
    padding: 8px;
		margin-right:17px;
    width: 200px;
	text-align:center;
}

*+html #modal ul li.c_no a {
	background-color: #999;
    color: #fff !important;
    float: left;
    font-weight: bold;
		margin-right:10px;
    padding: 8px;
    width: 190px;
	text-align:center;
}