@charset "utf-8";

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

@common

last update 160613
v 1.1

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

html, body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
    word-break: break-all;
    word-wrap: break-word;
	
	/*文字のアンチエイリアス設定*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;/*Firefox*/
}

img {
	-ms-interpolation-mode: bicubic;
	vertical-align: baseline;
}

#wrapper {
	width: 100%;
	min-width: 1024px;
	height: 100%;
	/*display: none;*/
}

#main {
}


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

contents

------------------------------*/
#contents {
	min-height: 650px;
	overflow: hidden;
}

.activate {
	display: block;
}

.deactivate {
	display: none;
}

.disable-select {
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chrome */
	-ms-user-select: none; /* IE10 */
}


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

navi

------------------------------*/
#navi {
}

#navi li {
	filter: alpha(opacity=0);
	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

#navi li p img {
	display: block;
}

#navi li p {
	cursor: pointer;
}


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

preloader

------------------------------*/
#preloader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000;
}

#preloader-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	z-index: 1;
	text-align: center;
}

/*#preloader-ttl {
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	margin-top: 0px;
	margin-left: 0px;
	z-index:3;
}*/

#preloader-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 2;
}

/*#preloader-anime {
	position: absolute;
	top: 115px;
	left: 310px;
	z-index: 3;
}*/

#progress-txt {
	display: block;
/*	position: absolute;
	top: 145px;
	left: 293px;
	width: 60px;*/
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ed1c24;
	text-align: center;
	z-index: 4;
}


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

flash

------------------------------*/
#flash-container {
}


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

banner

------------------------------*/
#banner-container {
}

#banner-container li {
}


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

share

------------------------------*/
#social-container {
}

#social-container li {
	display: block;
	padding: 0 10px 0 0;
	height: 20px;
	float: left;
}

#social-container li:nth-last-child(1) {
	padding: 0;
}

#twitter {
}

#facebook-like {
	width: 105px;
}

#line-btn {
	/*width: 82px;*/
}


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

modules

------------------------------*/
a {
}

a:hover {
}

.inner {
}

