.contents_one {
    background-color: #fff;
    margin-bottom: 110px;
    width: 1200px;
}

.pankuzu_none{
    margin-bottom: 40px;
}

.w280{
    width: 280px;
}

.w600{
    width: 600px;
}

.mcenter{
    margin-left:auto;
    margin-right:auto;
}

.button_link{
    cursor:pointer;
}

.submit_link{
    cursor:pointer;
}

div.error-message{
    color : #FF6666;
}

.submit button.gray_button{
    background-image: url("../img/btn_grey.png");
}

.button_float{
    text-align:center;
}

.button_float > div.submit{
    display:inline-block;
}

footer nav{
    margin-left: 0;
}

.hd-btn a:hover{
    text-decoration: none;
}

header .userinfo{
    right:130px;
}

.hd-btn-contents{
    min-width:110px;
    height:26px;
    background-color:#002259;
    color:white;
    font-weight:bold;
    text-align:center;
    padding:5px;
}

#dropmenu > li {
    position: static;
    min-width: 110px;
}

.subdropmenu {
    background-color: #00205b;
    display: none;
    padding: 25px;
    position: absolute;
    top: 62px;
    width: 1150px;
    left: 0;
    z-index: 10;
}

.subdropmenu .pb5 {
	font-size:16px;
}
.subdropmenu ul {
	float: left;
	margin-right: 60px;
}
.subdropmenu ul li {
	padding-bottom: 5px;
	line-height: 1.4;
	float: none;
	width: 200px;
}
.subdropmenu ul li a {
	display: inline-block;
	text-decoration:underline;
	color: #FFF;
	background: url(../img/ic02.png) left center no-repeat;
	padding-left: 10px;
}
.subdropmenu ul li img {
	padding-left:10px;
	vertical-align: middle;
}

.subdropmenu ul li a:hover {
	text-decoration: underline;
}

.quiz_instruction{
    padding-top:60px;
}

.comment_block{
    background-color: #555555;
    border-radius: 10px;
    padding: 10px;
}

.comment_block .pb10{
    font-size: 16px;
}

.subdropmenu ul.comment_block li{
    width: 250px;
}

.submit button.item{
    width:auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width:240px;
}


.slide-panel {
    margin: 30px 50px;
}


ul#dropmenu {
    width:auto;
}

ul#dropmenu li span{
    padding: 10px;
    cursor: pointer;
}

footer nav ul.child_ul li a {
    text-overflow: clip;
    white-space: normal;
}

footer nav > ul > li.nl {
    line-height: 1.5;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

footer nav > ul > li a, footer nav > ul > li span {
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
}

#side {
    max-height: 750px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
}

#side ul li.selected a {
    background: #f0f0f0 url("../img/sd_ic.png") no-repeat scroll 10px 14px;
    color: #0092d6;
}

div.quiz div.radio,div.quiz div.checkbox{
    position:relative;
}

div.quiz div.radio input[type="radio"], div.quiz div.checkbox input[type="checkbox"] {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
}
div.quiz div.radio label, div.quiz div.checkbox label{
    margin-left: 20px;
}

#dropmenu > li > a, #dropmenu > li > span {
    height: auto;
    line-height: 15px;
}