@charset "utf-8";

*, *::after, *::before {
	margin:0; padding:0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body {
	background:#fff none repeat scroll 0 0;
	font-size: 1.5rem;
	line-height: 1.5;
	margin:0;
	padding:0;
}

img{
	margin: 0 auto;
	padding: 0;
	vertical-align: bottom;
}
li{
	list-style-type: none;
}
a:hover{
filter:alpha(opacity=60); /* IE 6,7*/
-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
-moz-opacity:0.6; /* FF , Netscape */
-khtml-opacity: 0.6; /* Safari 1.x */
opacity:0.6;
zoom:1; /*IE*/
}

span.red{
	color: #c1292f;
	font-size: 1.7rem;
}
span.text{
	font-size: 2.0rem;
	line-height: 3.0;
}
/*
--------------------------------------- */

.wrap{
	width: 100%;
	min-width: 960px;
}
.inner{
	width: 960px;
	margin: 0 auto;
}

.intro {
	width: 100%;
	margin-bottom: 50px;
	text-align: right;
	line-height: 1.75;
	color: #4c3e29;
	font-size: 1.6rem;
	font-weight: bold;
}

footer {
	height: 45px;
	text-align: center;
	background-color: #4c3e29;
	color: #fff;
}

footer p {
	padding-top: 12px;
	font-size: 1.5rem;

}


/*
--------------------------------------- */


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