﻿@charset "utf-8";

#privacy {
    border: solid 1px #7f7f7f;
    margin: 0 auto;
    width: 90%;
    max-width: 420px;
    padding: 5px;
    margin-top: 10px;
}
.submit_btn{
	width:98%;
	font-size:20px;
	font-weight:bold;
	border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 3px 3px 2px #999899;
	-webkit-box-shadow: 3px 3px 2px #999899;
	display:block;
	margin:20px auto;
	padding: 15px 0;
	border: none;
	color: #fff;
}
.entry_btn_1{
	background-color:#ef4978;
}
.entry_btn_1_disabled{
	background-color:#b34f6b;
	cursor:default;
}

.entry_btn_2{
	background-color:#1b72f3;
}


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


#past_case{
	margin:20px auto;
	padding:20px 0;
	background-image:url(../images/magazine/past_back_top.png),
				url(../images/magazine/past_back_bottom.png),
				 linear-gradient(
				 to bottom
				 , #2d5fac 0%
				 , #4bc0e3);
	background-position:top,bottom;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	background-repeat:no-repeat;
}
.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:280px;
	overflow:hidden;
	margin:20px auto;
	text-align:center;
}
.case img{
	padding:10px 0;
	vertical-align:bottom;
}