@charset "utf-8";
a{
	text-decoration:none;
}
.p_bottom_40{
	padding-bottom:40px;
}
.magazine_wrapper{
	width:900px;
	margin:0 auto;
}
.entry_btn{
	border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:7px 7px 5px #999899;
	-webkit-box-shadow:7px 7px 5px #999899;
	font-weight:bold;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:70px;
	margin-top:20px;
}

.entry_btn_1{
	background-color:#de5c81;
}
.entry_btn_1:hover{
	opacity:0.7;
}
.entry_btn_1_disabled{
	background-color:#b34f6b;
	cursor:default;
}
.entry_btn_1_disabled:hover{
	opacity:1;
}

.entry_btn_2{
	background-color:#2b5aa1;
}

.entry_btn_2:hover{
	opacity:0.7;
}

.entry_btn_2_disabled{
	background-color:#1c3863;
}

.entry_btn_2_disabled:hover{
	opacity:1;
	cursor:default;
}

#sp_qr{
	width:567px;
	margin:30px auto 20px auto;
	position:relative;
}
.sp_text{
	font-size:27px;
	font-weight:bold;
	color:#e48796;
	margin-bottom:15px;
}
#sp_img{
	position:absolute;
	top: -20px;
    right: 2px;
}
#sp_qr_title{
	background-color:#e48796;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:25px;
	line-height:61px;
}
#sp_qr_content{
	width:563px;
	text-align:center;
	border:solid 2px #e48796;
	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	padding:20px 0;
}
.magazine_arrow{
	display:block;
	width:90px;
	margin:10px auto;
}
#past_case{
	margin:20px auto;
	padding:76px 0;
	background-image:url(../../mailmagazine/image/past_back_top.png),
				url(../../mailmagazine/image/past_back_bottom.png),
				 linear-gradient(
				 to bottom
				 , #2d5fac 0%
				 , #4bc0e3);
	background-position:top,bottom;
	background-repeat:no-repeat;
	border-radius:10px;
	-webkit-border-radius:10px;
}
.case{
	background-image:-webkit-gradient(
                  linear
                , left top
                , left bottom
                , from(#fff)
				, color-stop(0.80, #fdf5ea)
                , to(#f9deaf));
	background-image:linear-gradient(
          to bottom
        , #fff 0%
        , #fdf5ea 80%
        , #f9deaf);
	border-radius:30px;
	-webkit-border-radius:30px;
	box-shadow:1px 1px 3px #040000;
	-webkit-box-shadow:1px 1px 3px #040000;
	width:800px;
	height:200px;
	overflow:hidden;
	margin:20px auto;
}
.prezent_name{
	float:left;
	width:470px;
	margin-left:15px;
}
.prezent_img{
	float:right;
	width:300px;
	margin-right:15px;
	text-align:right;
}
.past_prezent_1l{
	margin-top:51px;
	font-weight: bold;
	text-shadow: #fff 2px 0px
				,#fff -2px 0px
    			,#fff 0px -2px
				,#fff 0px 2px
    			,#fff 2px 2px
				,#fff -2px 2px
    			,#fff 2px -2px
				,#fff -2px -2px
    			,#fff 1px 2px
				,#fff -1px 2px
    			,#fff 1px -2px
				,#fff -1px -2px
    			,#fff 2px 1px
				,#fff -2px 1px
    			,#fff 2px -1px
				,#fff -2px -1px;
	line-height:74px;
	text-align:center;
}
.back_1l{
	background-image:url(../../mailmagazine/image/past_prezent_1l.png);
	background-position:50%;
	background-repeat:no-repeat;
	height:200px;
	width:457px;
}
.past_prezent_2l{
	margin-top:20px;
	font-weight: bold;
    text-shadow: #fff 2px 0px
				,#fff -2px 0px
    			,#fff 0px -2px
				,#fff 0px 2px
    			,#fff 2px 2px
				,#fff -2px 2px
    			,#fff 2px -2px
				,#fff -2px -2px
    			,#fff 1px 2px
				,#fff -1px 2px
    			,#fff 1px -2px
				,#fff -1px -2px
    			,#fff 2px 1px
				,#fff -2px 1px
    			,#fff 2px -1px
				,#fff -2px -1px;
	line-height: 1.2;
    text-align: center;
    padding-top: 18px;
}
.back_2l{
	background-image:url(../../mailmagazine/image/past_prezent_2l.png);
	background-position:50%;
	background-repeat:no-repeat;
	height:200px;
	width:457px;
}