*{
 margin: 0;
 padding: 0;
}


html{
 margin: 0;
 padding: 0;
}

body{
 font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",Arial,"Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
 font-size: 98%;
 color: #e4eae2;
 line-height: 1.5em;
 padding: 0;
 background: url(../images/bg.jpg) center center no-repeat;
 background-color: #000000;
 background-size: cover;
}


#wrap{
 overflow: hidden;
 position: relative;
 z-index: 50;
 top: 0;
 left: 0;
 width: 90%;
 margin: 20px auto;
 max-width: 1024px;
 padding: 10px 20px 40px 20px;
 box-shadow:rgba(228, 234, 226, 0.69) 0px 0px 6px 3px;
 -webkit-box-shadow:rgba(38, 7, 61, 0.69) 0px 0px 6px 3px;
 -moz-box-shadow:rgba(38, 7, 61, 0.69) 0px 0px 6px 3px;
 background: rgba(0, 0, 0, 0.4); /* RGBを10進数(0～255)で指定、不透明度を0～1.0で指定 */background: rgba(0, 0, 0, 0.4); /* RGBを10進数(0～255)で指定、不透明度を0～1.0で指定 */
 border-radius: 10px; /* CSS3草案 */
 -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
 -moz-border-radius: 10px; /* Firefox用 */ 
}


#content{
 position: relative;
}
#bear{
width: 40%;
min-width: 240px;
position:relative;
bottom:0;
right:0;
}
#bear>img{
width:100%;
right:0;
bottom:0;
}

h1{
 margin: 30px 0;
 background: #e4eae2;
 border: 1px solid #945462;
 color: #4f365e;
 box-shadow:rgba(148, 84, 98, 0.69) 0px 0px 6px 3px;
 -webkit-box-shadow:rgba(38, 7, 61, 0.69) 0px 0px 6px 3px;
 -moz-box-shadow:rgba(38, 7, 61, 0.69) 0px 0px 6px 3px;
 line-height: 1.8em;
 padding: 0 10px;
}

h2{
 margin: 20px 0;
}

ul{
 margin: 0;
 padding: 0 0 0 18px;
}

ol{
 margin: 0;
 padding: 0 0 0 25px;
}

a, input.btn_style{
 font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",Arial,"Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
 display: block;
 text-decoration: none;
 padding: 5px 10px;
 color: #e4eae2;
 background: #cc2380;
 font-weight: bold;
 width: 40%;
 margin: 10px 0;
 border-radius: 6px; /* CSS3草案 */
 -webkit-border-radius: 6px; /* Safari,Google Chrome用 */
 -moz-border-radius: 6px; /* Firefox用 */ 
 text-align: center;
 box-shadow: none;
}

a:hover, input.btn_style:hover{
 background: #e4eae2;
 color: #cc2380;
}

.clear{
 clear: both;
}

.hidden{
 display: none;
}

input, select, textarea, checkbox{
 padding: 5px;
 background: #e4eae2;
 border: 1px solid #945462;
 box-shadow:rgba(148, 84, 98, 0.69) 0px 0px 6px 3px;
 -webkit-box-shadow:rgba(38, 7, 61, 0.69) 0px 0px 6px 3px;
 -moz-box-shadow:rgba(38, 7, 61, 0.69) 0px 0px 6px 3px;
}

dl.form_type{
 margin: 15px 5px;
 background: rgba(255, 255, 255, 0.2); /* RGBを10進数(0～255)で指定、不透明度を0～1.0で指定 */
 padding: 25px 20px;
}

dl.form_type dt{  
 float:left;  
 width: 18%;  
 clear:both;  
 font-weight:bold;
 margin: 0 0 5px 0;
 padding: 5px;
 background: #1c1022;
 box-shadow:rgba(228, 234, 226, 0.69) 0px 0px 6px 3px;
 -webkit-box-shadow:rgba(38, 7, 61, 0.69) 0px 0px 6px 3px;
 -moz-box-shadow:rgba(38, 7, 61, 0.69) 0px 0px 6px 3px;
 text-align: center;
}  

dl.form_type dd{ 
 width: 80%; 
 margin: 0 0 5px 0;
 margin-left: 20%;
 padding: 5px;
 min-height: 23px;
} 

input.btn_style{
 font-size: 120%;
 margin-left: 5px;
}

#btn_line input{
 display: inline;
}

.txt_alert{
 color: #e4eae2;
 background: #cc2380;
 padding: 1px 5px;
}

/* Mobile
-------------------------------------------------- */
@media screen and (max-width: 480px) {

#rv-entry-form dt,
#rv-confirm-form dt{  
 width: 95%;  
 font-weight:bold; 
 padding: 5px;
 margin-bottom: 10px;
}  
#rv-entry-form dd,
#rv-confirm-form dd{  
 width: 95%; 
 padding: 5px;
 margin-left: 2%;  
}

#btn_line input{
 width: 100%;
}

#img_bear{
 display: none;
}

}

/*
-------------------------------------------------- */

