* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
a img:hover {
	opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

body {
	font-size:1rem;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
	background: #ed9f00;
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#wrapper {
	width:860px;
	margin:0 auto;
	padding:30px 50px;
	background:#fff;
}
#contents {
	font-size:85%;
	line-height:1.8;
}
#header {
	margin-bottom:30px;
	padding-bottom:20px;
}
#header p{
	font-size:90%;
	}
h1 {
	margin:0;
	font-size:140%;
	font-weight:normal;
	text-align:center;
}
h2 {
	margin:15px 0;
	padding:10px 0 2px 72px;
	background:url(imgs/kumo.jpg) no-repeat left bottom;
	font-size:125%;
	color:#302833;
	border-bottom: 2px dashed #B4B4B4;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}
h3{
	color: #302833;
	font-size: 0.9rem;
	border-left: 10px solid #f08300;
	padding:1px 0 1px 10px;
	margin-bottom: 5px;
}

.link{
	text-align: center;
	margin-bottom: 40px;
	font-size: 1rem;
}

#footer {
	clear:both;
	padding:10px 0;
	font-size: 14px;
}
#footer h2{
	line-height: 2;
}
.copy{
	text-align: center;
	font-size: 0.8rem;
}
.back{
	text-align: right;
	font-size: 0.75rem;
}
.indent{
	text-indent: -1em;
	margin-left: 1em;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul li {
	list-style:none;
}
.section {
	margin-bottom:15px;
}
.attention {
	color:#f00;
}
ul.kanri li{
	margin-left: 1em;
	text-indent: -1em;
}

.button {
  display: inline-block;
  width: 80%;
  height: 74px;
  text-align: center;
  text-decoration: none;
  line-height: 74px;
  outline: none;
	background-color: #B90007;
  color: #fff;
	font-weight: bold;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  background-color: #59b1eb;
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
.box{
	border: 2px solid #d54412;
	padding: 10px 20px;
}

@media (max-width: 767px) { 
	h1 img{width: 100%;}
	#wrapper{
		width: calc(100% - 40px);
		padding: 20px;
	}
	.link img{
		width: 100%;
	}
	.img{
		width: 100%;
	}
}