* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
a img:hover {
	opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

body {
	background-color: #1c305c;
	font-size:1rem;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
}
#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 45px;
	background:url(imgs/sakura.png) 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 #761418;
	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;
}



@media (max-width: 767px) { 
	h1 img{width: 100%;}
	#wrapper{
		width: calc(100% - 40px);
		padding: 20px;
	}
	.link img{
		width: 100%;
	}
}