/* message
---------------------*/
.d414{display: none;}
.sign{
	margin-top: 20px !important;
	text-align: right;
}
span.name{
	font-size: 24px;
}
.top-message .float .left{
	padding-right: 20px;
	width: 60%;
}
.top-message .float .left p{ line-height: 1.8;}
.top-message .float .right{
	width: 40%;
	text-align: center;
}
.top-message .float .right img{ max-width: 100%; }

@media screen and (max-width: 640px){
	.top-message .float .left{
		padding-right: 0;
		float: none !important;
		width: 100%;
	}
	.top-message .float .right{
		float: none;
		width: 100%;
	}
}


/* ver2 */
@media screen and (min-width: 641px){
	.page-message #main {
    padding: 0px 7px 0px 0;
	}
	.page-message #main.page {
    max-width: 100%;
	}
	.page-message article{}
	.page-message article header{
		max-width: 100%;
		height: 437px;
		background: url(../img/message01.png) center top no-repeat;
	}
	.page-message article header *{ display: none;}
	.page-message article .sec *{ display: none;}
	.page-message article .sec01{ height: 534px; background: url(../img/message_s01.png) center top no-repeat;}
	.page-message article .sec02{ height: 310px; background: url(../img/message_s02.png) center top no-repeat;}
	.page-message article .sec03{ height: 431px; background: url(../img/message_s03.png) center top no-repeat;}

}



.portrait .float .right{
	width: 540px;
}
@media screen and (max-width: 839px){
	.portrait .float .right{
		width: 73%;
	}
}
@media screen and (max-width: 640px){
	.portrait .float .left{
		float: none;
		text-align: center;
	}
	.portrait .float .right{
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 414px){
	.d414{display: inline;}
	.n414{display: none;}
}




/* faq
---------------------*/
.faq-list{
	border-bottom: 1px dotted #282828;
	padding: 10px 0;
}

.faq-list dt{
	padding: 5px 0 5px 35px;
	margin: 0 0 10px;
	background: url(../img/icon-q.png) no-repeat left center;
	cursor: pointer;
}

.faq-list dt:hover{
	text-decoration: underline;
}

.faq-list dd{
	display: none;
	margin: 0;
	background: url(../img/icon-a.png) no-repeat left top;
	padding: 5px 0 5px 35px;
}

.faq-list dd.open{
}

.page-faq .nav-page{
	font-size: 0.9em;
}
.page-faq .nav-page li a {
	font-size: 0.9em;
}