@charset "utf-8";

body {
	color: #896037;
	line-height: 1.5;
	font-family: sans-serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
}

.mt00 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #ff6600;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #ff6600;
	text-decoration: none;
}


/* contents 
*****************************************/
img {
	width: 100%;
}

header {
	position: relative;
}

#medal {
	position: absolute;
	top: 0;
	right: 0;
	width: 33%;
}

.aboutArea {
	margin-top: 22px;
	padding: 0 3% 25px;
	background: url(../images/bg01.gif) no-repeat right bottom;
	background-size: 67%;
}

/* Clearfix
*****************************************/
.wrap:after {
	content: ".";
    display: block; 
    height: 0; 
    font-size: 0;
    clear: both; 
    visibility: hidden;
}
