@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
a:focus {
	outline:none;
}
address, caption, cite, code, dfn, em, th, var{
    font-style: normal; 
    font-weight: normal;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}












h2 {
	font-size: 22px;
	font-weight: 700;
	color:#FF6633;
	padding:0 0 5px 8px;
	margin-top:65px;
	border-bottom: 2px solid #FF6633;
}
h3 {
	background:#000;
	color:#fff;
	font-size:12px;
	padding:3px;
	margin-bottom:20px;
	margin-top:0px;
}
h4 {
	background:#8C0000;
	color:#fff;
	font-size:15px;
	padding:5px;
	margin-bottom:15px;
	margin-top:15px;
}

#nagare {
	color:#FF6633;
	text-align:center;
	font-size: 18px;
	font-weight: 700;
	margin: 30px 0 30px 0;
}

.box {
	border: 1px solid #FF6633;
	padding: 20px 15px 20px 15px;
	-moz-box-shadow:
		2px 2px 2px rgba(000,000,000,0.5),
		inset 0px 0px 15px rgba(255,255,153,0.3);
	-webkit-box-shadow:
		2px 2px 2px rgba(000,000,000,0.5),
		inset 0px 0px 15px rgba(255,255,153,0.3);
	box-shadow:
		2px 2px 2px rgba(000,000,000,0.5),;
		margin-top: 30px;
}

.box2 {
	border: 1px solid #FF6633;
	padding: 20px 15px 20px 15px;
	-moz-box-shadow:
		2px 2px 2px rgba(000,000,000,0.5),
		inset 0px 0px 15px rgba(255,255,153,0.3);
	-webkit-box-shadow:
		2px 2px 2px rgba(000,000,000,0.5),
		inset 0px 0px 15px rgba(255,255,153,0.3);
	box-shadow:
		2px 2px 2px rgba(000,000,000,0.5),;
		margin-top: 30px;
}

.flo {
	width: 450px;
	float: left;
	padding-right: 35px;
}

.btn {
	width: 400px;
	background: #FF6633;
	float: left;
	margin-left: 20px;
	
}

.btn a {
	color: #fff;
	display: block;
	text-decoration:none;
	font-size: 20px;
	text-align:center;
	padding: 20px;
}

.btn2 {
	width: 700px;
	background: #FF6633;
	margin: 15px 10px 5px 10px;
	
}

.btn2 a {
	color: #fff;
	display: block;
	text-decoration:none;
	font-size: 20px;
	text-align:center;
	padding: 20px;
}

.btn3 {
	width: 750px;
	background: #FF6633;
	margin: 55px 0 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:
		2px 2px 2px rgba(000,000,000,0.5),
		inset 0px 0px 15px rgba(255,255,153,0.3);
	-webkit-box-shadow:
		2px 2px 2px rgba(000,000,000,0.5),
		inset 0px 0px 15px rgba(255,255,153,0.3);
	box-shadow:
		2px 2px 2px rgba(000,000,000,0.5),;
		margin-top: 30px;
	
}

.btn3 a {
	color: #fff;
	display: block;
	text-decoration:none;
	font-size: 20px;
	text-align:center;
	padding: 20px;
}
