@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
}

.wrapper {
	background-color: #FF9800;
	width: 1024px;
	margin: 0 auto;
	line-height: 0;
}

.wrapper img {
}

.unit_date {
}

.yoyaku-btn {
	text-align: center;
	padding: 10px;
}

.notes {
	line-height: 1.5 !important;
	padding: 30px;
}

.notes dl {
	width: 900px;
	color: #777;
	margin: 0 auto;
}

.notes dt {
	font-size: 1.5em;
	margin-bottom: 5px;
}

.notes dd {
	font-size: 1.1em;
	margin-bottom: 30px;
	line-height: 1.5;
}

#footer {
	text-align: center;
	padding: 20px 0 60px;
}

#footer #copyright {
	font-size: 0.8em;
	color: #666;
	margin-top: 10px;
	line-height: 1.5;
}

.unit_f-btn {
	width: 100%;
	position: fixed;
	top: 20px;
	right: 10px;
	opacity: 0.85;
	filter: alpha(opacity=85); 
}

.f-btn  {
	width: 950px;
	margin: 0 auto;
	text-align: right;
}

.btn-set {
	width: 100%;
	padding: 0;
	margin: 30px auto;
	text-align: center;
}


/* common */

.cl {  
    display: inline-block;  
}  
.cl:after {  
    content: "";  
    display: block;  
    clear: both;  
}


#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:10px;
	bottom:10px;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
 	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; 
}
 
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}


.link-btn {
	width: 300px;
	text-align: center;
}

.link-btn a {
	display: block;
	padding: 2px 0;
	font-size: 1.2em;
	color: #00b0ad;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; 
    text-decoration: none;
	border: 1px solid #00b0ad;
}

a {
	color: #EF7A00;
	text-decoration: underline;
}

a:hover {
	opacity: 0.70;
	filter: alpha(opacity=70); 
}

.display-pc {
	display: block;
}
.display-sp {
	display: none;
}

#btn {
	position: fixed;
	bottom: 0;
}



@media only screen and (max-width:640px) {

.wrapper {
	width: 100%;
}

.display-sp div img {
	width: 100%;
}

.notes dl {
	width: 100%;
}
.notes dt {
	font-size: 1.3em;
}

.notes dd {
	font-size: 0.9em;
}

.unit_f-btn {
	width: 100%;
	position: fixed;
	top: inherit;
	bottom: 0;
	right: 0;
}

.f-btn {
	width: 100%;
	margin: 0 auto;
	text-align: right;
}

.f-btn img {
	width: 100%;
}

.btn-set {
	width: 90%;
}

.btn-set img {
	width: 100%;
}


.link-btn {
	width: 100%;
}

a:hover {
	opacity: 1;
	filter: alpha(opacity=100); 
}

.display-pc {
	display: none;
}
.display-sp {
	display: block;
}


#page-top{
	bottom:60px;
}

#btn img {
	width: 100%;
}












} /* (max-width:640px) */
