@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium"); }
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold; }

body {
    color: #423906;
    background-color: #D3EDFB;
    text-align: center;
    -webkit-text-size-adjust: 100%;
}



a:link { color: #423906; }
a:visited { color: #423906; }


hr {
    clear: both;
}

div#fc2_bottom_bnr{position:static!important;}

.myhead{
	text-align: left;
	border-bottom: #423906 solid 1px;
}
.myhead img{
	margin-left: 0.5em;
	cursor : pointer;
}

.commonMessage{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;

    width: 50%;
	height: 20%;

    background-color: #f1ba72;
    border: #fff solid 2px;
    border-radius: 0.7em;
    
    cursor : pointer;
    background-image: url("../img/ico_close.png");
    background-repeat:no-repeat;
	background-position: 97% 7%;
	
	padding-top: 2em;
}

@media screen and ( min-width:1024px) {

}
@media screen and ( max-width:1024px) {
	.adspace {
		height: 300px;
	}

}

