@charset "UTF-8";

body {font-family:'Questrial', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1;
	color: #2b1609;
}

#page .bg-document {
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.pulldown{
	background: url(../img/pulldown-arrow.png) no-repeat 90% 50%;
   overflow: hidden;
   padding:2px 15px;
   width: 200px;
    background-color: #e4e1d8;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.pulldown select {
   background: transparent;
   height:32px;
   padding:4px 15px;
   border: none;
   font-size: 12px;
   width: 170px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;	
	appearance: none;		 
}
::-ms-expand {		
	display: none;
}

.back_btn{
	position: fixed;
 bottom: 10px;
 right: 10px;
}

.btn-default img{margin-bottom:0;}

.fixed_btn {
	position: fixed;
	top:10px;
	right: 10px;
	z-index:9999;
}
.ev_cont_inner{
	padding: 5%;
}

.bg_gray{
	background-color:#f6f6f6;
	padding:25px;
	margin:25px 0;
}







