@charset "UTF-8";*{font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック";margin:0;padding:0;}

html body{width:100%;height:100%;margin:0;padding:0;}

body{
	margin:0;
	padding:0;
	font-size:14px;
	background-color:#B52F27;
	color:#fff;
}

.cl{
	clear:both;
}

a{
	text-decoration:none;
	color:#fff;
}

.img{
	max-width: 100%; 
    height:auto;
}

.w{
	background:#fff;
}

/* header */

header{
	box-sizing:border-box;
	width:100%;
	height:auto;
	min-height:50px;
	text-align:center;
	padding:20px 0 10px;
}

#header_bar{
	box-sizing:border-box;
	width:100%;
	height:auto;
	background-color:#640202;
}

select{
	padding: 4px;
    width: 100%;
    height: 30px;
}

option{
	padding:5px;
}

/* title */
.title{
	border-bottom:5px solid #640202;
	padding:10px 0;
	text-align:center;
}

/* wrap */
.wrap{
	box-sizing:border-box;
	width:90%;
	overflow: hidden;  
	margin:10px auto;
	height: auto;
	padding:10px;
	color:#640202;
}

.wrap a{
	color:#640202;
}

button{
	box-sizing:border-box;
	width:50%;
	height:40px;
	padding:5px 0;
	text-align:center;
	font-size:16px;
	cursor: pointer;
}

/*pagination*/
.page {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    background-color: #fff;
}

.pageIn {
    margin: 0 auto;
    width: 90%;
}

.pageNo {
    text-align: center;
    color: #FFF;
    padding: 3px 4px;
    margin: 0 2px;
    border: 1px solid #640202;
    background: #640202;
}

.pageCur {
    background-color: #b52f27;
    color: #fff!important;
    font-weight: 700;
}

.pageNo a {
    color: #ffffff;
}

a:-webkit-any-link {
    text-decoration: none!important;
}
/* footer */
footer{
	box-sizing:border-box;
	padding:10px 0;
	width:100%;
	height:40px;
	color:#fff;
	background: #b52f27;
	text-align:center;
}
