@charset "utf-8";
@import url("/css/margin.css");
/*-------------------------------------------------

common

-------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
html {
	overflow-y: scroll;/* filter: expression(document.execCommand("BackgroundImageCache",false, true));*/
	font-size: 62.5%;
}
body {
	color:#555;
	font-size:1.4rem;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	-webkit-text-size-adjust:none;
	border-top:5px solid #e50012;
	background:rgb(240, 237, 237);
}
img {
	border: 0;
	vertical-align:text-bottom;
}
table {
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
}
ul li {
	list-style-type: none;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
/*-------------------------------------------------

link

-------------------------------------------------*/
a:link {
	color: #1985B3;
	text-decoration: underline;
}
a:visited {
	color: #1985B3;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #1985B3;
	text-decoration: underline;
}
/*-------------------------------------------------

header

-------------------------------------------------*/
#header{
	padding:20px 0;
}

#header .logo{
	text-align: center;
}
#header .logo img{
	    width: 200px;
}

#wrap{
	margin:20px 0;
}

iframe {
    width: 600px;
    height: 600px;
    display: block;
    border: 3px solid rgb(232 211 180);
    margin: 0 auto;
    background: #fff;
    padding: 10px;
}
@media screen and (min-width: 0px) and (max-width: 720px) {
#header{
	padding:20px 0 0;
}
#header .logo img{
	    width: 40%;
}
iframe {
    width: 100%;
    height: 400px;
    padding: 10px 0;
	border-left:none;
	border-right:none;
}

div {
overflow:auto;
-webkit-overflow-scrolling:touch;
}
}
/*-------------------------------------------------

content

-------------------------------------------------*/
.closeBtn {
	color:#FFF;
	font-size:14px;
	cursor:pointer;
	font-weight:bold;
	padding:1em 3em;
	background: #44B955;
	border:1px solid #44B955;
	border-radius: 8px;         /* CSS3 */
	-moz-border-radius: 8px;    /* Firefox */
	-webkit-border-radius: 8px; /* Safari,Chrome */
	-webkit-appearance: none;
}
/*-------------------------------------------------

footer

-------------------------------------------------*/
footer{
	font-size:1rem;
	text-align:center;
	padding:50px 20px;
}