/*----------------------------------------------------
	Base
----------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	color: #434343;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-size: 1.4em;
	text-align: center;
}

a {
	color: #cc0033;
	text-decoration: underline;

}

a:hover {
	text-decoration: none;
}

.serif {
	font-family: "Times New Roman", Times, serif;
}

.red {
	color: #ff0000;
}

.hover:hover {
	 filter: alpha(opacity=25);
	  -moz-opacity:0.25;
	  opacity:0.25;
}

.b_be5 {
	border-bottom: 1px solid #e5e5e5;
}


img {
	width: 100%;
}

.t_btn {
	border: 2px solid #cc0033;
	color: #cc0033;
	display: block;
	text-decoration: none;
	padding: 5.33vw 0;
	margin: 0 4vw;
	font-size: 1.8rem;
}

/*----------------------------------------------------
	Common
----------------------------------------------------*/

#wrap {
	border-top:10px solid #000;
}

#footer {
	background-color:#000;
	color: #fff;
	padding: 10px 0;
	font-size: 11px;
	font-size: 1.1rem;
	margin: 0 0 70px;
}

.comment {
	padding: 0 10px;
	text-align: left;
}

h2 {
	font-size: 18px;
	font-size: 1.8rem;
	border-top: 1px solid #a40000;
	border-bottom: 1px solid #a40000;
	padding: 20px 0;
	color: #a40000;
}

h3 {
	padding: 20px 10px 10px;
	line-height: 1.5;
}

p {
	line-height: 1.5;
}

#menu {
	position: fixed;
	bottom: 0;
	width: 100%;
}

#menu ul {
	padding: 1%;
	background: rgba(0,0,0,.6);
}

#menu ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 1%;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	border: 2px solid #cc0033;
	background: #fff;
	padding: 15px 0;
}

.btn a:first-child {
	margin-bottom: 6vw;
}
