@charset "utf-8";
/*-------------------------------------------------------------------
    * modal.css
    * site name : チャンスイットスマホ
    * description : TOPページアクセス時のモーダルウィンドウ
-------------------------------------------------------------------*/


/* モーダルウィンドウ
------------------------------------------------ */
div.modal {
    width: 300px;
    height: 100px;
    display: none;
	position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
	padding:0;
	z-index:9999;
	text-align:center;
}
.pr_box {
	height:auto;
	background:#FFFFFF;
    border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow:10px 10px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}
.main_img {
    padding:15px 15px 0 15px;
}
.period {
    padding: 10px 0;
    margin: 5px 0;
    background: #a5ef50;
    text-align: center;
    font-weight: bold;
    color: #386900;
}

.entry {
    padding:0 15px 15px 15px;
    text-align: left;
    color: #414141;
}
.close_modal a {
	width:35px;
	height:35px;
    position: absolute;
    top: -7px;
    right:-10px;
    background: url(../img/top/btn_close.png) no-repeat;
    background-size: 35px 35px;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    text-indent: -9999px;
}
.btn_first {
    width: 98%;
    display: block;
    margin: 15px auto 0;
	padding: 10px 0;
	border: 3px solid #ffffff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    background: -moz-linear-gradient(top,  #fff 0%, #e3e3e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff 0%,#e3e3e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff 0%,#e3e3e3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff 0%,#e3e3e3 100%); /* W3C */
	box-shadow:
		0px 1px 5px rgba(000,000,000,0.6),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	-moz-box-shadow:
		0px 1px 5px rgba(000,000,000,0.6),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 5px rgba(000,000,000,0.6),
		inset 0px 1px 0px rgba(255,255,255,0.7);
    text-decoration: none;
    text-align: center;
	color: #414141;
}
.btn_first span {
    font-weight: bold;
    text-align: center;
}
.hide {
    display: block;
    margin-top: 10px;
    text-decoration: underline;
    text-align: center;
    color: #39F;
}
