@charset "utf-8";


body {
	font-size:14px;
	font-family:"游ゴシック", YuGothic,"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.8;
	width:100%;
	min-width:960px;
}

{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

div {
    display: block;
}

a {
	color:#2020f0;/* site select */
	text-decoration: underline;
}

a:hover {
	color:#8e8ee8;/* site select */
    text-decoration: none;
}

img {
	border:none;
	outline:none;
	vertical-align:top;
}

a:hover img{
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}


ol, ul{
	list-style:none;
}

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

/* ���{�� */

footer {
	width:100%;
	background-color:#686056;
	color:#fff;
	text-align: left;
}

.mg-t40 {
  margin-top:40px;
}
.mg-t20 {
  margin-top: 20px;
}
.color-red {
  color:#ff0000;
}
.color-green {
  color:#006600;
}
.color-blue {
	color:#1a56a6;
}
.f-sz06 {
  font-size: 0.6rem;
}

.f-sz08 {
  font-size: 0.8rem;
}
.f-sz10 {
  font-size: 1.0rem;
}
.f-sz15 {
  font-size: 1.5rem;
}
.f-sz17{
  font-size: 1.7rem;
}
.f-sz18 {
  font-size: 1.8rem;
}

.f-bold {
  font-weight: bold;
}
.f-normal {
	font-weight: normal;
}


.f-sz06 {
  font-size: 0.6rem;
}
.lh-narrow {
	line-height: 1.3rem;
}
