@charset "UTF-8";


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


/*PC設定*/

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


* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 87%;
	line-height: 1.5em;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	width: 100%;
	background-color: #000;
}
h1, h2, h3, h4, h5, p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	margin: 0px !important;
	padding: 0px !important;
	line-height: 0;
}
a {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
.sp {
	display: none;
}

#wrapper {
	position: relative;
	width: 100%
}
/* ヘッダーBOX設定 */


/*body {
	background-image: url(../../img/Background_01.png);
	background-position: left top;
	background-repeat: repeat;
}*/
#container {
	/*height: auto;*/
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	height: 100%;
}
#header_box_sp {
	display: none;
}
#header_box {
	height: 65px;
	width: 100%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 3px;
}
#header_box h1 {
	margin-right: 0;
	float: left;
	margin-left: 30px;
	width: 13%;
}
#header_box h1 img {
	width: 100%;
}
#header_box ul {
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	padding-top: 3px;
	margin-bottom: 100px;
	width:80% !important;
	padding-right:0;
	margin-right:0;
}
#header_box ul li {
	display: block;
	margin-right: 25px;
	line-height: 2.5em;
	float:left;
}
#header_box ul li a {
	color: #ccc;
}
#header_box ul li a:hover {
	color: #996 !important;
	font-weight: normal;
	border-bottom: #996 solid 2px;
}
#header_box ul li.btnE a {
	color: #996;
}
#header_box ul li.btnE a:hover {
	color: #ccc !important;
	font-weight: normal;
	border-bottom: #996 solid 2px;
}

.notx{ display:none}



/* r-nav
------------------------------------------*/

#nav {
	display: none;
}
/*スライダー	*/

#slideshow {
	position: relative;
	height: 700px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 100px;
}
#slideshow img {
	position: absolute;
	top: -23%;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	width: 100%;
	height: auto;
}
#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow img.last-active {
	z-index: 9;
}
/*イントロ
..................................................*/

.fade {
	-webkit-animation-name: 'fade';
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0s;
	animation-name: 'fade';
	animation-duration: 5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	-moz-animation-name: 'fade';
	-moz-animation-duration: 5s;
	-moz-animation-timing-function: ease-in;
	-moz-animation-iteration-count: 1;
	-moz-animation-delay: 0s;
	opacity: 1;
}
@-webkit-keyframes 'fade' {
0% {
z-index: 1;
opacity:0;
display:block;
}
90% {
z-index: 1;
opacity:0;
display:block;
}
100% {
opacity:1;
z-index: 1;
display:none;
}
}
 @keyframes 'fade' {
0% {
z-index: 1;
opacity:0;
display:block;
}
90% {
z-index: 1;
opacity:0;
display:block;
}
100% {
opacity:1;
z-index: 1;
display:none;
}
}
 @-moz-keyframes 'fade' {
0% {
z-index: 1;
opacity:0;
display:block;
}
90% {
z-index: 1;
opacity:0;
display:block;
}
100% {
opacity:1;
z-index: 1;
display:none;
}
}
.fadeOutLogo {
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(../../img/top_logo.png);
	background-repeat: no-repeat;
	background-position: center 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-animation-name: 'fadeOutLogo';
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0s;
	animation-name: 'fadeOutLogo';
	animation-duration: 5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	-moz-animation-name: 'fadeOutLogo';
	-moz-animation-duration: 5s;
	-moz-animation-timing-function: ease-in;
	-moz-animation-iteration-count: 1;
	-moz-animation-delay: 0s;
	opacity: 0;
	z-index: -11;/*display:none;*/
}
@-webkit-keyframes 'fadeOutLogo' {
0% {
z-index: 1100;
opacity:0;
display:block;
}
50% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
 @keyframes 'fadeOutLogo' {
0% {
z-index: 1100;
opacity:0;
display:block;
}
50% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
 @-moz-keyframes 'fadeOutLogo' {
0% {
z-index: 1100;
opacity:0;
display:block;
}
50% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
.fadeOutBl {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-animation-name: 'fadeOutBl';
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0s;
	animation-name: 'fadeOutBl';
	animation-duration: 5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	-moz-animation-name: 'fadeOutBl';
	-moz-animation-duration: 5s;
	-moz-animation-timing-function: ease-in;
	-moz-animation-iteration-count: 1;
	-moz-animation-delay: 0s;
	opacity: 0;
	z-index: -11;
	background-color: #000000;/*display:none;*/
}
@-webkit-keyframes 'fadeOutBl' {
0% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
 @keyframes 'fadeOutBl' {
0% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
 @-moz-keyframes 'fadeOutBl' {
0% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
/*フッター設定-------------------------------------------------*/
footer {
	font-size: 10px;
	text-align: center !important;
	position: absolute;
	left: 0% !important;
	bottom:1%;
	width:100%
}
footer address {
	color: #cdcdcd;
	font-size: 80%;
	text-align: center !important;
}
.sub_f1{
	clear:both;
	font-size: 10px;
	text-align: center !important;
	/*position: static !important;*/
	position: static;
	left: 0;
	bottom: 10px;
}
.sub_f address {
	text-indent: 1em;
	color: #cdcdcd;
	font-size: 80%
}
.sub_f1 {
	clear: both;
	font-size: 10px;
	text-align: center !important;
	/*position: static !important;*/
	position: static;
	left: 41%;
	bottom: 10px;
}
.sub_f1 address {
	text-indent: 1em;
	color: #cdcdcd;
	font-size: 80%
}

/*会社概要
-----------------------------------------------*/


.sec-box1 {
	magin-top: 100px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 30px;
	background-color: #000;
}
.sec-box1 h3 {
	color: #996;
	font-size: 140%;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: RmP-Regular;
	padding-bottom: 10px;
}
.sec-box1 h3 span {
	font-size: 60%;
	font-weight: normal !important;
}
.sec-box1 h4 {
	color: #fff;
	font-size: 120%;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: #999;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 89%;
}
.sec-box1 table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sec-box1 table th {
	padding: 20px;
	border-right: 1px solid #666;
	width: 50%;
	text-align: right;
}
.sec-box1 table td {
	padding: 20px;
	text-align: left;
}
/*利用料金*/
.sec-box1 table.pl1 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	margin-bottom: 30px;
}
.sec-box1 table.pl1 th {
	padding: 10px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 25%;
	text-align: center;
	vertical-align: middle;
}
.sec-box1 table.pl1 td {
	padding: 10px;
	text-align: center;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	vertical-align: middle;
}

.sec-box1 table.pl2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	margin-bottom: 30px;
}
.sec-box1 table.pl2 th {
	padding: 10px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 12%;
	text-align: center;
	vertical-align: middle;
}

.sec-box1 table.pl2 td {
	padding: 10px;
	text-align: center;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	vertical-align: middle;
}


/*プライバシーポリシー*/

.sec-box1 h4.pp4 {
	color: #fff;
	font-size: 120%;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: #999;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: auto;
}
.sec-box1 p {
	color: #666;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 20px;
}
.sec-box1 .ppBox {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
}
.sec-box1 .ppBox h4 {
	color: #CCCCCC;
	font-size: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	line-height: 1.7em;
	width: auto;
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
}
.sec-box1 .ppBox p {
	font-size: 90%;
}
.sec-box1 .ppBox dl {
	font-size: 90%;
}
.txlR {
	text-align: right !important;
	font-size: 80%;
}

/* Mobile Only */

#navPanel, #titleBar {
	display: none;
}


/*ページトップ-----------------------------------------------*/

.homebk {
	position: fixed;
	bottom: 80px;
	right: 0px;
	width: 50px;
	height: auto;
	z-index: 100001;
}
.homebk img {
	width: 100%;
}
.pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 77px;
	height: auto;
	z-index: 100001;
}
.pageTop img {
	width: 100%;
}

/*SEO設定-----------------------------------------------*/
.seoBox{ display:none !important;
line-height:0;}


/*インスタ・ファイスブック設定-----------------------------------------------*/

.btn01{ position:absolute;
top:20px;
right: 20px;
width:35px;}

.btn02{ position:absolute;
top:20px;
right: 60px;
width:35px;}

.btn01 img,.btn02 img{width:100%;}






