charset "utf-8";

/******************** top ********************/
#irai_btn {
    margin-bottom: 40px;
}
#irai_btn a {
    display: block;
    background: #ff5757;
    width: 95%;
    max-width: 640px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 0;
    border-radius: 10px;
    margin: 0 auto 40px;
}

.top .large {
	font-size: 110%;
    font-weight: bold;
    color: #888;
}
.top section {
    margin-bottom: 40px;
    text-align: center;
}
.top h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 10px;
}
ul.check {
    text-align: center;
    font-weight: bold;
    margin: 10px 15px 0;
}
ul.check li {
    line-height: 30px;
}
ul.check li img { 
    width: 20px;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
#three {
    font-size: 24px;
    color: #888;
    font-weight: bold;
    margin: 5px 0 20px;
}
.howto {
    background: #fffed0;
    padding: 20px 10px 0;
    text-align: center;
}
#crossfade img {
    width: 100%;
    height: auto;
}
/******************** btn_footer ********************/
iframe#google_map {
	width: 100%;
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
    border: 0;
    margin: 10px 0;
}
@media screen and (min-width: 320px) and (max-width: 650px){
iframe#google_map {
	height: 380px;
}
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}
/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/

