@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
	font-size: 62.5%; /*10px*/
}
body {
	background-color: #181818;
	background-image: url(../img/bg_01.jpg);
	background-position:center top;
	background-repeat: repeat-y;
	line-height: 1;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'モリサワ 新ゴ R', 'Droid Sans', 'sans-serif';
	font-size: 1.0rem; /*10px*/
	color: #fff;
	-webkit-text-size-adjust: 100%;
}
a {
	background: transparent;
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
	color: #fff;
 -webkit-tap-highlight-color:/* tap_highlight_color */;
	display: block;
}
a:hover {
	text-decoration: underline;
	color: #fff;
	display: block;
}
a:active {
	text-decoration: underline;
	color: #fff;
	display: block;
}
a:visit {
 text-decoration: underline;
 color: #fff;
 display: block;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}


a img:hover {
	opacity: 0.8;
}
.fs10 {
	font-size: 1.0rem !important;
}
.fs11 {
	font-size: 1.1rem !important;
}
.fs12 {
	font-size: 1.2rem !important;
}
.fs13 {
	font-size: 1.3rem !important;
}
.fs14 {
	font-size: 1.4rem !important;
}
.fs15 {
	font-size: 1.5rem !important;
}
.fs16 {
	font-size: 1.6rem !important;
}
.fs24 {
	font-size: 2.4rem !important;
}

/* =sns_area
-------------------------------------------------------------- **/
.sns_area{
	margin:10px 0;
	text-align:center;
}

.tw, .fb, .ln{
	display:inline-block;
	margin:0 5px;
	line-height:0.8em;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}
.ln{
}
.ln > *{
	vertical-align: baseline !important;
}
