/* font */
.text10 { font-size:1rem; }
.text11 { font-size:1.1rem; }
.text12 { font-size:1.2rem; }
.text13 { font-size:1.3rem; }
.text14 { font-size:1.4rem; }
.text15 { font-size:1.5rem; }
.text16 { font-size:1.6rem; }
.text17 { font-size:1.7rem; }
.text18 { font-size:1.8rem; }
.text19 { font-size:1.9rem; }
.text20 { font-size:2.0rem; }
.text21 { font-size:2.1rem; }
.text22 { font-size:2.2rem; }
.text23 { font-size:2.3rem; }
.text24 { font-size:2.4rem; }
.text25 { font-size:2.5rem; }
.text26 { font-size:2.6rem; }

.mar_t5{ margin-top:5px;}
.mar_t10{ margin-top:10px;}
.mar_t15{ margin-top:15px;}
.mar_t20{ margin-top:20px;}
.mar_t25{ margin-top:25px;}
.mar_t30{ margin-top:30px;}
.mar_b5{ margin-bottom:5px;}
.mar_b10{ margin-bottom:10px;}
.mar_b15{ margin-bottom:15px;}
.mar_b20{ margin-bottom:20px;}
.mar_b30{ margin-bottom:30px;}
.mar_r5{ margin-right:5px;}
.mar_r10{ margin-right:10px;}
.mar_r15{ margin-right:15px;}
.mar_r20{ margin-right:20px;}
.mar_r30{ margin-right:30px;}

/*default*/

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

/* IE */
img {-ms-interpolation-mode: bicubic;}/*IEで高解像度画像縮小時のギザギザを回避*/

a:link, a:visited{
	color:#000;
	text-decoration:none;
}

a:hover{
	/*background:#FF0;*/
	color: #999;
	}

a,
a::before,
a::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

h1{
	font-size:94%;
	line-height:1.5em;
	letter-spacing:0.15em;
	font-weight:bold;
	margin-bottom:50px;
	}

h2{
	font-size:163%;
	line-height:1.4em;
	letter-spacing:0.3em;
	font-weight:100;
	}
	
h3{
	font-size:107%;
	line-height:1.4em;
	letter-spacing:0.15em;
	}



.strong{ font-weight:bold;}

/*テキストにドロップシャドウ*/
.dshadow{text-shadow: 1px 1px 5px #000;}


/* リンク画像を半透明*/
a:hover img {
	filter: alpha(opacity=70);/*IE対応*/
	-moz-opacity:0.5;
	opacity:0.5;
	-ms-filter: "alpha(opacity=50)";/*IE8対応*/
	zoom: 1; /* IE（インラインで使うとき）*/
}

a,
a img,
a img::before,
a img::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}