@charset "utf-8";

/* =============================================================

　　BASE CSS

============================================================= */


/*  全体　基本設定
---------------------------------------------*/

html,
body {
	width: 100%;
	height: 100%;
}

body {
  color: #333;
  font-family: "Lucida Grande", "segoe UI", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
  font-size: 1.4em;
  text-align: center;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  line-height: 24px;
}


/*  画像 基本設定
-------------------------- */

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

/* スマホ用画像 */
.mediaSP {
	display: none;
}


/*  リンク 基本設定
-------------------------- */

a {
  outline: none;
  color: #3637b5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #3637b5;
  text-decoration: underline;
}

/*  フォーム 基本設定
-------------------------- */

input,
select,
textarea {
  padding: 2px;
  border-radius: 0 !important;
}

input[type="text"] {
  -webkit-appearance: none;
}

input[type="button"],
input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="checkbox"] {
  border-radius: 0;
}

input[type="text"],
input[type="password"],
textarea,
select { 
  outline: none;
  border: 1px solid #ccc;
}

form textarea {
  resize: vertical;
  width: 100%;
  -webkit-appearance: none;
}



/* 　コンテナー　設定
---------------------------------------------*/

#container {
  position: relative;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  text-align: center;
}

.boxInner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


/*  ヘッダー 設定
---------------------------------------------*/

/* ------ ヘッダー上部 ------ */

#header #headerTop {
	min-width: 960px;
	height: 90px;
	padding: 16px 20px;
	/*background: #310304;*/
	background-color:#000;
}

#header #headerTop a {
	color: #fff;
}

/* ------ サイトロゴ ------ */

#header #headerTop .boxSiteLogo {
	width: 670px;	
}

#header #headerTop .boxSiteLogo,
#header #headerTop .boxSiteLogo > * {
	float: left;
}

#header #headerTop .boxSiteLogo #ttlSiteLogo {
	margin-right: 20px;
}

#header #headerTop .boxSiteLogo #ttlSiteLogo a {
  width: 119px;
  height: 59px;
  background-image: url(../img/header/ttl-logo.png);
}

#header #headerTop .boxSiteLogo .txtDescription {
  /* width: 428px; */
  width:522px;
  height: 54px;
  margin-top: 2px;
  background-image: url(../img/header/bg-description.png);
}

/* ------ リンクエリア ------ */

#header #headerTop .boxLinkArea {
	float: right;
	padding-top: 22px;
	font-size: 0.9em;
}

#header #headerTop .boxLinkArea > * {
	float: left;
}

#header #headerTop .boxLinkArea ul.boxLink li { display:inline-block; margin-right:20px; }

#header #headerTop .boxLinkArea .boxHome,
#header #headerTop .boxLinkArea .boxLanguage {
	padding-top: 12px;
}

#header #headerTop .boxLinkArea .boxHome {
	/*margin-right: 30px;*/
}

#header #headerTop .boxLinkArea .boxHome a {
  padding-left: 17px;
  background: url(../img/header/bg-home.png) no-repeat left top;
}

#header #headerTop .boxLinkArea .boxHome a:hover {
  text-decoration: underline;
}

#header #headerTop .boxLinkArea .boxLanguage {
	margin-right: 15px;
}

#header #headerTop .boxLinkArea .boxLanguage,
#header #headerTop .boxLinkArea .boxLanguage a {
	color: #b98284;
}

#header #headerTop .boxLinkArea .boxLanguage a:hover {
  text-decoration: underline;
}

#header #headerTop .boxLinkArea .boxLanguage .active a {
	color: #fff;
}

#header #headerTop .boxLinkArea .boxSNS li {
  display: inline-block;
  margin-left: 2px;
  vertical-align: top;
}

#header #headerTop .boxLinkArea .boxSNS li:first-child {
  margin-left: 0;
}

/* ------ ヘッダー下部 ------ */

#header #headerBtm {
	background: #f8f7f7;
}

#header #headerBtm,
#header #headerBtm a {
	color: #333;
}

/*--160711追加　メニュー全テキスト化--*/
#header #headerBtm .btnProgram a,
#header #headerBtm .btnEvent a,
#header #headerBtm .btnAcademy a { font-size:16px; color:#C00 !important;}

/* ------ グローバルナビ ------ */

#header .boxGlobalNav.mediaPC > ul {
  font-size: 0;
}

#header .boxInner { min-width:1100px; }

#header .boxGlobalNav.mediaPC > ul > li {
  display: inline-block;
	position: relative;
  font-size: 0;
  vertical-align: top;
  font-size: 14px;
  cursor: pointer;
}

#header .boxGlobalNav.mediaPC > ul > li:before {
	position: absolute;
	top: 50%;
	left: -3px;
	width: 1px;
	height: 14px;
	margin-top: -7px;
	border-left: 1px solid #ccc;
	content: "";
}

#header .boxGlobalNav.mediaPC > ul > li:first-child:before {
	display: none;
}

#header .boxGlobalNav.mediaPC > ul > li > a,
#header .boxGlobalNav.mediaPC > ul > li > span.btnPre {
	display: block;
  position: relative;
  margin: 0 6px;
  padding: 20px 0 15px;
  border-bottom: 2px solid #f8f7f7;
  background-repeat: no-repeat;
  background-position: center 15px;
 	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height:16px;
}

#header .boxGlobalNav.mediaPC > ul > li > span.btnPre {
	width:145px;
	padding-right:10px;
	padding-left:10px;
	font-size:14px;
	color:#777;
	cursor:default;
}
#header .boxGlobalNav.mediaPC > ul > li > span.btnPre span.s {
	font-size:12px;
}

#header .boxGlobalNav.mediaPC > ul > li > a span { font-size:12px; }
#header .boxGlobalNav.mediaPC > ul > li > a span.smallTxt { font-size:14.5px; }

#header .boxGlobalNav.mediaPC > ul > li > a:before {
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 2px;
  background: #f8f7f7;
  content: "";
}

#header .boxGlobalNav.mediaPC > ul > li > a:hover:before,
.cate-about #header .boxGlobalNav.mediaPC .btnAbout > a:before,
.cate-news #header .boxGlobalNav.mediaPC .btnNews > a:before,
.cate-program #header .boxGlobalNav.mediaPC .btnProgram > a:before,
.cate-event #header .boxGlobalNav.mediaPC .btnEvent > a:before,
.cate-academy #header .boxGlobalNav.mediaPC .btnAcademy > a:before,
.cate-ticket #header .boxGlobalNav.mediaPC .btnTicket > a:before,
.cate-access #header .boxGlobalNav.mediaPC .btnAccess > a:before {
	background: #3637b5;
}


#header .boxGlobalNav.mediaPC .btnAbout > a {
	width: 190px;
	/*background-image: url(../img/header/gnav-bg-about.png);*/
}

#header .boxGlobalNav.mediaPC .btnNews > a {
	width: 130px;
	/*background-image: url(../img/header/gnav-bg-news.png);*/
}

#header .boxGlobalNav.mediaPC .btnProgram > a {
	width: 145px;
	/*background-image: url(../img/header/gnav-bg-program.png);*/
}

#header .boxGlobalNav.mediaPC .btnEvent > a {
	width: 150px;
	/*background-image: url(../img/header/gnav-bg-event.png);*/
}

#header .boxGlobalNav.mediaPC .btnAcademy > a {
	width: 150px;
	/*background-image: url(../img/header/gnav-bg-academy.png);*/
}

#header .boxGlobalNav.mediaPC .btnTicket > a {
	width: 120px;
	/*background-image: url(../img/header/gnav-bg-ticket.png);*/
}

#header .boxGlobalNav.mediaPC .btnAccess > a {
	width: 128px;
	/*background-image: url(../img/header/gnav-bg-access.png);*/
}

/* -- サブメニュー -- */

#header .boxGlobalNav.mediaPC .boxSubMenu {
  display: none;
  position: absolute;
  top: 58px;
  left: -50px;
  z-index: 80;
  padding-top: 14px;
}

#header .boxGlobalNav.mediaPC .boxSubMenu > ul {
  width: 206px;
  padding: 8px 20px 18px;
  border: 1px solid #bbb;
  background: rgba(20,20,20,0.9);
  background: #401613\9;
  font-size: 13px;
}

#header .boxGlobalNav.mediaPC .boxSubMenu > ul,
#header .boxGlobalNav.mediaPC .boxSubMenu > ul a {
	color: #fff !important;
}

#header .boxGlobalNav.mediaPC .boxSubMenu > ul:before,
#header .boxGlobalNav.mediaPC .boxSubMenu > ul:after {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-top: 10px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 10px solid #401613;
  content: "";
}

#header .boxGlobalNav.mediaPC .boxSubMenu > ul:before {
	border-bottom-color: #ccc;
}

#header .boxGlobalNav.mediaPC .boxSubMenu > ul:after {
	top: -5px;
	border-bottom-color: #000;
}

#header .boxGlobalNav.mediaPC .boxSubMenu > ul > li > a {
	display: block;
	padding-top: 12px;
}

#header .boxGlobalNav.mediaPC .boxSubMenu > ul > li > a:hover {
	text-decoration: underline;
}


/*  コンテンツ 設定
---------------------------------------------*/

#content {
	padding-top: 20px;
	padding-bottom: 200px; /* フッターの高さ分 */
}

/*  メイン・サイド 設定
-----------------------------------*/

#division {
  margin-bottom: 80px;
}

/*  メイン 設定
------------------------------------*/

#division #main {
  float: left;
  width: 630px;
}


/*  サイド 設定
------------------------------------*/

#division #side {
  float: right;
  width: 300px;
}


/*  フッター 設定
---------------------------------------------*/

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: ;
	/*background: #310304;*/
	background-color:#000;
}

#footer,
#footer a {
	color: #ccc;
}

#footer .boxInner {
	padding: 20px 0 ;
}

/* ------ サイトナビ ------ */

#footer .boxSiteNav {
	float: right;
	padding-top: 5px;
  font-size: 0.85em;
}

#footer .boxSiteNav ul {
  display: inline-block;
}

#footer .boxSiteNav li {
  display: inline-block;
  height: 12px;
  padding: 0 8px;
  border-left: 1px solid #ccc;
  vertical-align: top;
  line-height: 12px;
}

#footer .boxSiteNav li:first-child {
  border-left: none;
}

#footer .boxSiteNav li a:hover {
  text-decoration: underline;
}

/* ------ コピーライト ------ */

#footer .txtCopyright {
	display: block;
	float: left;
	color: #ccc;
}

#footer .txtCopyright img {
	margin-right: 15px;
	vertical-align: -2px;
}

/* ------ ページトップボタン ------ */

#footer #btnPageTop {
	z-index: 300;
}





