@charset "utf-8";

/* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */


/*General Elements
---------------------------------------------------------------------------- */
body{
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	line-height: 1.5em;

	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;

	color:#333;
	min-width: 1240px;
}
.mac body{
	font-size: 11px;
}
a{
	text-decoration: none;
	color: #565656;
	outline: none;
}
a:hover{ text-decoration: underline; }


p, span, dt, dd, th, td, li, h1, h2, h3, h4, a {
	max-height: 999999px;
	background-image: url(./../../img/common/spacer.gif);
}

.pc {
	display: block;
}
.sp {
	display: none;
}
.pcBr {
	display: inline;
}
.spBr {
	display: none;
}


.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	top: -128px;
}


/* SP */ @media screen and (max-width:768px) {

body{
	min-width: 640px;
	padding-top: 100px;
}
body.pagetop{
	padding-top: 194px;
}


.pc {
	display: none;
}
.sp {
	display: block;
}
.pcBr {
	display: none;
}
.spBr {
	display: inline;
}


.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	top: -100px;
}


}


/*l-header
---------------------------------------------------------------------------- */

.headerWrap01 {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #ffffff;
	position: relative;
	height: 106px;
}
.headerWrap01 .headerIn01 {
	width: 50%;
	height: 106px;
	background-color: #464646;
	position: absolute;
	left: 50%;
	top: 0px;
}
.header01 {
	width: 100%;
	max-width: 1450px;
	margin: 0px auto;
	display: table;
	height: 106px;
	position: relative;
}
.header01 .headerLeft {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 252px;
	padding-left: 20px;
}
.header01 .headerRight {
	display: table-cell;
	background-color: #464646;
	/*padding-left: 95px;*/
	position: relative;
}
.headerNavi01 {
	position: absolute;
	left: 95px;
	bottom: 0px;
}
.headerNavi01 li {
	float: left;
}
.headerNavi01 li a {
	display: block;
	padding: 22px 25px;
	font-size: 14px;
	line-height: 14px;
	position: relative;
}

.pcHeaderKeywordsWrap01 {
	background-color: #eaeaea;
	display: none;
}
.pcHeaderKeywordsWrap01 .keywordsCont01 {
	width: 1100px;
	margin: 0px auto;
	padding: 18px 0px;
}
.pcHeaderKeywordsWrap01 .keywordsCont01 dt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	margin-bottom: 12px;
}
.pcHeaderKeywordsWrap01 .keywordsCont01 dd {
	font-size: 13px;
	line-height: 23px;
	color: #41afcb;
}
.keywordsCont01 a:link {	color: #41afcb;	text-decoration: underline;}
.keywordsCont01 a:visited {	color: #41afcb;	text-decoration: underline;}
.keywordsCont01 a:hover {	color:#41afcb;	text-decoration: none;}
.keywordsCont01 a:active {	color:#41afcb;	text-decoration: none;}






.pcNaviLineWrap {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.pcNaviLineWrap .pcNaviLine {
	display: none;
}

.headerNavi01 a:link {	color: #ffffff;	text-decoration: none;}
.headerNavi01 a:visited {	color: #ffffff;	text-decoration: none;}
.headerNavi01 a:hover {
	color:#ffffff;
	text-decoration: none;
	/*background-image: url(/img/common/kti_navi_on_line01.png);
	background-position: center bottom;
	background-repeat: no-repeat;*/
}
.headerNavi01 a:active {	color:#ffffff;	text-decoration: none;}

.headerNavi01 li.navi01 {
	padding: 15px 0px 0px 80px;
}

.headerWrap01 .headerEntryBtn01 {
	position: absolute;
	left: 60%;
	top: -20px;
	z-index: 80;
}
.headerEntryBtn01 .entryBtn a {
	font-size: 13px;
	line-height: 13px;
	color: #ffffff;
	background-image: url(./../../img/common/kti_btn_ar01.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 16px 20px;
	/*170719 add*/
	text-align: center;
	/*170719 add*/
}
/*170828 add*/
.headerWrap01 .headerEntryBtn02 {
	position: absolute;
	left: 57.3%;
	top: -20px;
	z-index: 80;
}
.headerEntryBtn02 .entryBtn a {
	line-height: 13px;
	color: #ffffff;
	background-image: url(/img/common/kti_btn_ar01.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 16px 20px;
	text-align: center;
}
/*170828 add*/

.moreBtnWrap01 {
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 80;
}
.moreBtnWrap01 .entryBtn a {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	background-image: url(./../../img/common/kti_btn_ar03.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 7px 35px;
}

/*---ゴーストボタン（ヘッダー用）---------------------*/

.headerNavi01 li a.g_button01 {
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	display: inline-block;
	padding: 0.5em 2em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	transition: all .5s;
}
.headerNavi01 li a.g_button01::before,
.headerNavi01 li a.g_button01::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.headerNavi01 li a.g_button01::before {
	top: 0;
	left: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.headerNavi01 li a.g_button01::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.headerNavi01 li a.g_button01:hover {
	background-color: #fff;
	color: #000;
	transition: all .7s;
	background-image: none;
}
.headerNavi01 li a.g_button01:hover::before,
.headerNavi01 li a.g_button01:hover::after {
	width: 0;
	height: 0;
	opacity: 0;
	transition: all .7s;
}

/*---ゴーストボタン（汎用）---------------------*/

a.g_button01 {
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	display: inline-block;
	padding: 0.5em 2em;
	color: #464646;
	text-align: center;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	transition: all .5s;
}
a.g_button01::before,
a.g_button01::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transition: all .5s;
}
a.g_button01::before {
	top: 0;
	left: 0;
	border-top: 1px solid #464646;
	border-left: 1px solid #464646;
}
a.g_button01::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #464646;
	border-bottom: 1px solid #464646;
}
a.g_button01:hover {
	background-color: #464646;
	color: #ffffff;
	transition: all .7s;
	background-image: none;
}
a.g_button01:hover::before,
a.g_button01:hover::after {
	width: 0;
	height: 0;
	opacity: 0;
	transition: all .7s;
}

/*170823 add*/
a.g_button02 {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	display: inline-block;
	padding: 0.5em 2em;
	text-align: center;
	text-decoration: none !important;
	outline: none;
	overflow: hidden;
	transition: all .5s;
	box-sizing: border-box;
}
a.g_button02::before,
a.g_button02::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transition: all .5s;
}
a.g_button02::before {
	top: 0;
	left: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
a.g_button02::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
a.g_button02:hover {
	background-color: #fff;
	color: #41afcb !important;
	transition: all .7s;
	background-image: none;
}
a.g_button02:hover::before,
a.g_button02:hover::after {
	width: 0;
	height: 0;
	opacity: 0;
	transition: all .7s;
}
/*170823 add*/

/*--青ベタボタン----------------------*/

.entryBtn a {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	background-color: #41afcb;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.entryBtn a:link {	color: #ffffff;	text-decoration: none;}
.entryBtn a:visited {	color: #ffffff;	text-decoration: none;}
.entryBtn a:hover {
	color:#ffffff;
	text-decoration: none;
	background-color: #1793b3;
}
.entryBtn a:active {	color:#ffffff;	text-decoration: none;}

/*--ボタン01----------------------*/

.buttonWrap01 a {
	display: block;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #707070;
	background-image: url(./../../img/common/kti_btn_ar02.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 200px;
	text-align: center;
	padding: 8px 0px;
}


/*--PC追従ナビ用--------------------------------*/

.pcFloatHeader {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 300;
	display: none;
}
.pcDetailHeader {
	position: relative;
	top: 0px;
	left: 0px;
}


.headerWrap01.floatHeaderWrap01 .headerEntryBtn01 {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 80;
	width: 300px;
}

.headerWrap01.floatHeaderWrap01 {
	height: 58px;
	background-color: #464646;
}
.headerWrap01.floatHeaderWrap01 .header01 {
	height: 58px;
}

.headerWrap01.floatHeaderWrap01 .headerNavi01 {
	left: 0px;
}

.floatHeaderWrap02 {
	/*170823 delete*/
	/*170823 delete*/
	background-color: #ffffff;
}
/*170823 add*/
.floatHeaderWrap02Link{
	width: 100%;
	max-width: 1450px;
	text-align: right;
	margin: 0 auto;
	padding: 14px 11px 0 0;
	box-sizing: border-box;
}
.floatHeaderWrap02Link a{
	color: #565656;
}
/*170823 add*/
.floatHeaderWrap02In {
	width: 100%;
	max-width: 1450px;
	margin: 0px auto;
	height: 70px;
	display: table;
}
.floatHeaderWrap02In .headerLeft {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
}
/*170823 add*/
.floatHeaderWrap02In .headerLeft02 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
}
/*170823 add*/
.floatHeaderContMid {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 350px;
}
.floatHeaderContRight {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	/*170823 update*/
	width: 152px;
	padding-right: 11px;
	/*170823 update*/
}

.topSearchFormFloat {
}
.topSearchFormFloat p {
	float: left;
}
/*170711 add*/
.topSearchBtn{
	margin-left: 30px;
}
/*170711 add*/
/*170720 add*/
.topSearchBtn a{
	text-decoration: underline;
}
.topSearchBtn a:hover{
	text-decoration: none;
}
/*170720 add*/

.topSearch01Float {
	padding: 0px 18px;
	height: 27px;
	width: 238px;
	font-size: 13px;
	line-height: 13px;
	border: none;
	background-color: #eaeaea;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-o-border-radius: 4px 0px 0px 4px;
	-ms-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}
.topSearch02Float {
	border: none;
	background-image: url(./../../img/common/kti_search_icon01_float.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #41afcb;
	width: 29px;
	height: 27px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
	-ms-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
}


.pcFloatSnsWrap {
	float: right;
	padding-right: 30px;
	padding-top: 12px;
}
.pcFloatSnsWrap li {
	float: left;
	padding-left: 12px;
}

/*170823 add*/
.headerNaviWrap{
	background-color: #41afcb;
}
.headerNaviWrapIn {
	font-family: 'Noto Sans JP', sans-serif;
	padding: 9px 25px;
	max-width: 1450px;
	margin: 0px auto;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	color: #ffffff;
	box-sizing: border-box;
}
.loginText01 {
	float: left;
}
.headerNaviWrap02 {
	float: right;
}
.headerNaviWrap02 li {
	float: left;
	padding-left: 28px;
}
.headerNaviWrap02 li a {
	background-image: url(./../../img/common/kti_btn_ar04.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	display: 500;
	padding-left: 15px;
}
/*170823 add*/







/* SP */ @media screen and (max-width:768px) {

.headerWrap01 {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #ffffff;
	position: relative;
	height: 106px;
}
.headerWrap01 .headerIn01 {
	width: 50%;
	height: 106px;
	background-color: #464646;
	position: absolute;
	left: 50%;
	top: 0px;
}
.header01 {
	width: 100%;
	max-width: 1450px;
	margin: 0px auto;
	display: table;
	height: 106px;
	position: relative;
}
.header01 .headerLeft {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 252px;
	padding-left: 0px;
}
.header01 .headerRight {
	display: table-cell;
	background-color: #464646;
	/*padding-left: 95px;*/
	position: relative;
}
.headerNavi01 {
	position: absolute;
	left: 95px;
	bottom: 0px;
}
.headerNavi01 li {
	float: left;
}
.headerNavi01 li a {
	display: block;
	padding: 22px 45px;
	font-size: 14px;
	line-height: 14px;
}
.headerNavi01 a:link {	color: #ffffff;	text-decoration: none;}
.headerNavi01 a:visited {	color: #ffffff;	text-decoration: none;}
.headerNavi01 a:hover {
	color:#ffffff;
	text-decoration: none;
	background-image: url(./../../img/common/kti_navi_on_line01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.headerNavi01 a:active {	color:#ffffff;	text-decoration: none;}

.headerNavi01 li.navi01 {
	padding: 15px 0px 0px 80px;
}

.headerWrap01 .headerEntryBtn01 {
	position: absolute;
	left: 60%;
	top: -20px;
	z-index: 80;
}
.headerEntryBtn01 .entryBtn a {
	font-size: 13px;
	line-height: 13px;
	color: #ffffff;
	background-image: url(./../../img/common/kti_btn_ar01.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 16px 20px;
}

.moreBtnWrap01 {
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 80;
}
.moreBtnWrap01 .entryBtn a {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	line-height: 28px;
	color: #ffffff;
	background-image: url(./../../img/common/sp_kti_btn_ar03.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 28px 0px;
	text-align: center;
}

/*---ゴーストボタン（ヘッダー用）---------------------*/

.headerNavi01 li a.g_button01 {
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	display: inline-block;
	padding: 0.5em 2em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	transition: all .5s;
}
.headerNavi01 li a.g_button01::before,
.headerNavi01 li a.g_button01::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.headerNavi01 li a.g_button01::before {
	top: 0;
	left: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.headerNavi01 li a.g_button01::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.headerNavi01 li a.g_button01:hover {
	background-color: #fff;
	color: #000;
	transition: all .7s;
	background-image: none;
}
.headerNavi01 li a.g_button01:hover::before,
.headerNavi01 li a.g_button01:hover::after {
	width: 0;
	height: 0;
	opacity: 0;
	transition: all .7s;
}

/*---ゴーストボタン（汎用）---------------------*/

a.g_button01 {
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	display: inline-block;
	padding: 0.5em 2em;
	color: #464646;
	text-align: center;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	transition: all .5s;
}
a.g_button01::before,
a.g_button01::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transition: all .5s;
}
a.g_button01::before {
	top: 0;
	left: 0;
	border-top: 1px solid #464646;
	border-left: 1px solid #464646;
}
a.g_button01::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #464646;
	border-bottom: 1px solid #464646;
}
a.g_button01:hover {
	background-color: #464646;
	color: #ffffff;
	transition: all .7s;
	background-image: none;
}
a.g_button01:hover::before,
a.g_button01:hover::after {
	width: 0;
	height: 0;
	opacity: 0;
	transition: all .7s;
}

/*170823 add*/
a.g_button02_not {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	display: inline-block;
	padding: 1em 2em;
	text-align: center;
	text-decoration: none !important;
	outline: none;
	overflow: hidden;
	transition: all .5s;
	box-sizing: border-box;
}
a.g_button02_not::before,
a.g_button02_not::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transition: all .5s;
}
a.g_button02_not::before {
	top: 0;
	left: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
a.g_button02_not::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/*170823 add*/

/*--青ベタボタン----------------------*/

.entryBtn a {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	background-color: #41afcb;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.entryBtn a:link {	color: #ffffff;	text-decoration: none;}
.entryBtn a:visited {	color: #ffffff;	text-decoration: none;}
.entryBtn a:hover {
	color:#ffffff;
	text-decoration: none;
	background-color: #1793b3;
}
.entryBtn a:active {	color:#ffffff;	text-decoration: none;}

/*--ボタン01----------------------*/

.buttonWrap01 a {
	display: block;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	border: 2px solid #707070;
	background-image: url(./../../img/common/sp_kti_btn_ar02.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 596px;
	text-align: center;
	padding: 24px 0px;
}

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

.spHeaderWrap {
	width: 100%;
	/*170823 delete*/
	/*170823 delete*/
	min-width: 640px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 200;
	background-color: #ffffff;
	-moz-box-shadow: 2px 2px 2px #cccccc;
	-webkit-box-shadow: 2px 2px 2px #cccccc;
	-o-box-shadow: 2px 2px 2px #cccccc;
	-ms-box-shadow: 2px 2px 2px #cccccc;
	box-shadow: 2px 2px 2px #cccccc;
}
.spHeaderIn {
	display: table;
	width: 100%;
	height: 100px;
}
.spHeader01 {
	display: table-cell;
	/*170823 delete*/
	/*170823 delete*/
	vertical-align: middle;
	/*170823 update*/
	width: 35.75%;
	/*170823 update*/
	background-color: #ffffff;
	/*170823 add*/
	padding-left: 20px;
	/*170823 add*/
}
.spHeader02 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*170823 update*/
	width: 15%;
	/*170823 update*/
	background-color: #41afcb;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.spHeader03 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*170823 update*/
	width: 15%;
	/*170823 update*/
	background-color: #464646;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-image: url(./../../img/common/sp_kti_header_search.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.spHeader03 p {
	display: none;
}
.spHeader03.open {
	background-color: #ededed;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ededed;
	background-image: url(./../../img/common/sp_kti_header_search_on.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/*170823 add*/
.spHeader03login{
	width: 9%;
}
/*170823 add*/

.spHeader04 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*170823 update*/
	width: 15%;
	/*170823 update*/
	background-color: #464646;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-image: url(./../../img/common/sp_kti_header_menu.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.spHeader04 p {
	display: none;
}
.spHeader04.open {
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #464646;
	background-image: url(./../../img/common/sp_kti_header_menu_on.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/*170823 add*/
.spHeader04login{
	width: 9%;
}
/*170823 add*/

.spHeaderSearchWrapOut {
	display: none;
	width: 100%;
	/*position: absolute;*/
	position: fixed;
	top: 99px;
	left: 0px;
	background-color: #ededed;
}
.spHeaderSearchWrapOut .topSearchWrap {
	background-color: #ededed;
	padding: 35px 0px 80px 0px;
}

.spHeaderNaviWrap {
	display: none;
	width: 100%;
	/*position: absolute;*/
	position: fixed;
	top: 99px;
	left: 0px;
	background-color: #464646;
	color: #f7f7f7;
}
.spHeaderNaviWrapIn {
	padding: 60px 20px 90px 20px;
}

.spHeaderNaviWrap a:link {	color: #f7f7f7;	text-decoration: none;}
.spHeaderNaviWrap a:visited {	color: #f7f7f7;	text-decoration: none;}
.spHeaderNaviWrap a:hover {	color:#f7f7f7;	text-decoration: none;}
.spHeaderNaviWrap a:active {	color:#f7f7f7;	text-decoration: none;}

.spHeaderNaviWrap ul {
	padding: 0px 20px;
}
.spHeaderNaviWrap ul li {
	width: 50%;
	float: left;
	padding-bottom: 70px;
}
.spHeaderNaviWrap ul li a {
	font-size: 26px;
	line-height: 26px;
	display: block;
	background-image: url(./../../img/common/sp_kti_header_menu_icon01.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 50px;
}

.spHeaderBtn01 a {
	display: block;
	border: 2px solid #f7f7f7;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	padding: 24px 0px;
}

/*170823 add*/
.spheaderNaviWrap {
	border-top: 1px solid #bebebe;
	background-color: #fff;
}
.spheaderNaviWrapIn {
	font-family: 'Noto Sans JP', sans-serif;
	padding: 18px 20px;
	max-width: 1120px;
	margin: 0px auto;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #565656;
}
.loginText01 {
	float: none;
	margin-bottom: 18px;
}


.spheaderNaviWrap02 {
	float: none;
	display: table;
	width: 100%;
}
.spheaderNaviWrap02 li {
	float: none;
	padding-left: 0px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.spheaderNaviWrap02 li a {
	background-image: url(./../../img/common/sp_kti_btn_ar04.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
	color: #565656;
	display: block;
	padding-left: 15px;
}
/*170823 add*/





}

/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav{

}

/* SP */ @media screen and (max-width:768px) {



}


/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath{

}

/* SP */ @media screen and (max-width:768px) {



}

/* l-content
---------------------------------------------------------------------------- */

.l-h3Wrap01 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
}
.l-h3Wrap01 span {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	line-height: 30px;
}

/*--2017/06/14-------------------*/

.l-contents-wrap01 {
	width: 1100px;
	margin: 0px auto;
	padding: 30px 0px 100px 0px;
}
.l-H2warp01 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
	background-image: url(./../../img/common/kti_h2_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 30px;
}

.l-cont-block01 {
	padding-bottom: 60px;
}

.l-read-tit01 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 20px;
}
.l-text-date01 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #41afcb;
	margin-bottom: 12px;
}
.l-text-base01 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
.l-ul-linkwrap01 {
	font-size: 14px;
	line-height: 35px;
	color: #41afcb;
}
.l-ul-linkwrap01 a:link {	color: #41afcb;	text-decoration: underline;}
.l-ul-linkwrap01 a:visited {	color: #41afcb;	text-decoration: underline;}
.l-ul-linkwrap01 a:hover {	color:#41afcb;	text-decoration: none;}
.l-ul-linkwrap01 a:active {	color:#41afcb;	text-decoration: none;}

/*---2017/06/15-----------------------------*/

#jigyou{
	margin-top: -128px;
	padding-top: 128px;
}
.l-cont-block02 {
	padding-bottom: 30px;
}

.l-contents-wrap02 {
	width: 1100px;
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
}

.aboutNaviWrap01 {
	background-color: #f7f7f7;
	padding: 15px 0px;
}
.aboutNavi01 {
	width: 1100px;
	margin: 0px auto;
	overflow: hidden;
}

.aboutNavi01 ul {
	width: 1120px;
}
.aboutNavi01 li {
	width: 266px;
	float: left;
	margin-right: 12px;
}
.aboutNavi01 li a {
	display: table-cell;
	width: 266px;
	height: 44px;
	background-color: #b6b6b6;
	text-align: center;
	vertical-align: middle;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 16px;
	/*font-weight: bold;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.aboutNavi01 li a:link {	color: #ffffff;	text-decoration: none;}
.aboutNavi01 li a:visited {	color: #ffffff;	text-decoration: none;}
.aboutNavi01 li a:hover {
	color:#ffffff;
	text-decoration: none;
	background-color: #41afcb;
}
.aboutNavi01 li a:active {	color:#ffffff;	text-decoration: none;}

.aboutNavi01 li a.naviActive01 {
	color:#ffffff;
	text-decoration: none;
	background-color: #41afcb;
}

.aboutTableSpan01 {
	display: inline-block;
	width: 150px;
}
.aboutMapWrap01 {
	padding-top: 14px;
}

.aboutBox01 {
	display: table;
	margin-bottom: 20px;
}
.aboutBox01 ul {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-right: 40px;
}
.aboutBox01 li {
	font-size: 14px;
	line-height: 24px;
	text-indent: -1em;
	padding-left: 1em;
}


/*----特集・レポート一覧------------------------------*/

.reportContWrap {
}
.reportContWrap li {
	padding: 20px 0px;
	border-bottom: 1px solid #e0dddd;
}
.reportContIn01 {
	display: table;
	width: 100%;
}
.reportContLeft01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 266px;
}
.reportContLeft01 img {
	width: 100%;
	height: auto;
}
.reportContRight01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
}
.reportText01 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.reportText02 {
	font-size: 16px;
	line-height: 24px;
}
/*170710 add*/
.reportText03 {
	font-size: 14px;
	margin-top: 15px;
}
/*170710 add*/
.reportText01 a:link {	color: #41afcb;	text-decoration: underline;}
.reportText01 a:visited {	color: #41afcb;	text-decoration: underline;}
.reportText01 a:hover {	color:#41afcb;	text-decoration: none;}
.reportText01 a:active {	color:#41afcb;	text-decoration: none;}

.reportPagerWrap01 {
}
.reportPagerWrap01 ul {
	display: table;
	margin: 0px auto;
	padding-top: 32px;
}
.reportPagerWrap01 li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0px 6px;
}
.reportPagerWrap01 li a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	width: 40px;
	height: 40px;
	color: #41afcb;
	border: 1px solid #41afcb;
	background-color: #e9fbff;
}
.reportPagerWrap01 li a:link {	color: #41afcb;	text-decoration: none;}
.reportPagerWrap01 li a:visited {	color: #41afcb;	text-decoration: none;}
.reportPagerWrap01 li a:hover {
	color: #ffffff;
	border: 1px solid #41afcb;
	background-color: #41afcb;
	text-decoration: none;
}
.reportPagerWrap01 li a.pageer01:hover {
	color: #ffffff;
	border: 1px solid #41afcb;
	background-color: #41afcb;
	text-decoration: none;
}
.reportPagerWrap01 li a:active {	color:#41afcb;	text-decoration: none;}

.reportPagerWrap01 li a.pageer01 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #41afcb;
}
.reportPagerWrap01 li a.pageer02 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #dcd8d2;
	border: 1px solid #dcd8d2;
	background-color: #ffffff;
}
.reportPagerWrap01 li a.pagerActive {
	color: #ffffff;
	border: 1px solid #41afcb;
	background-color: #41afcb;
}




/*---公演詳細----------------------------*/

.l-H2wrap02 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 14px;
}
.publicText01 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 14px;
}

.publicSlideWrap01 {
	position: relative;
	background-image: url(./../../img/page/kti_public_slide_bg01.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 24px 0px 55px 0px;
}

/*--slickスライド ここから--*/

.publicSlideWrap01 .slick-slide {
	/*padding: 0 20px;*/
	transform: scale(0.92);
	transition: transform 0.6s ease 0s;
}
.publicSlideWrap01 .slick-slide.slick-center {
	transform: scale(1);
}

.publicSlideWrap01 .firstNav .slick-slide {
	/*padding: 0 20px;*/
	transform: scale(1);
	transition: transform 0.6s ease 0s;
	/*170713 add*/
	outline: none !important;
	/*170713 add*/
}


.publicSlideWrap01 .slick-prev {
	border: none;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	background-image: url(./../../img/page/kti_public_slide_prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 37px;
	height: 37px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -568px;
	z-index: 50;
	transition-duration: 0.4s;
}
.publicSlideWrap01 .slick-prev:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.publicSlideWrap01 .slick-next {
	border: none;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	background-image: url(./../../img/page/kti_public_slide_next.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 37px;
	height: 37px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 532px;
	z-index: 50;
	transition-duration: 0.4s;
}
.publicSlideWrap01 .slick-next:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*--slickスライド ここまで--*/

.firstNav {
	/*170714 update*/
	width: 904px ;
	/*170714 update*/
	margin: 0px auto;
	padding-top: 10px;
}
.firstNav .slideThumb {
	/*170714 add*/
	margin-right: 20px;
	/*170714 add*/
	/*170714 update*/
	padding: 9px 0px 0px 0px;
	/*170714 update*/
	cursor: pointer;
}
.firstNav .slideThumb p {
	padding: 4px;
	/*170714 add*/
	position: relative;
	/*170714 add*/
}
/*170714 add*/
.firstNav .slideThumb p:before{
	content: "";
	width: 203px;
	height: 96px;
	background: #000;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
	opacity: 0.6;
	display: inline-block;
}
.firstNav .slideThumb.slick-current p:before{
	opacity: 0;
}
/*170714 add*/
.firstNav .slideThumb p img {
	/*170714 add*/
	width: 203px;
	height: 96px;
	/*170714 add*/
}

.firstNav .slideThumb:hover {
	background-image: url(./../../img/page/kti_public_slide_thum_ar01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.firstNav .slideThumb:hover p {
	background-color: #41afcb;
}

.firstNav .slideThumb.slick-current {
	background-image: url(./../../img/page/kti_public_slide_thum_ar01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.firstNav .slideThumb.slick-current p {
	background-color: #41afcb;
}


.publicInfoWrap01 {
	padding-top: 10px;
	padding-bottom: 40px;
}
.publicInfoWrap01 li {
	padding: 20px 0px;
	display: table;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
}
.publicInfoWrap01 li .publicInfo01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	width: 100px;
	white-space: nowrap;
}
.publicInfoWrap01 li .publicInfo02 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 75px;
}
.publicInfoWrap01 li .publicInfo03 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}


.publicInfoWrap02 {
}
.publicInfoWrap02 li {
	padding: 20px 0px;
	border-bottom: 1px solid #e2e2e2;
	display: table;
	width: 100%;
}
.publicInfoWrap02 li:last-child {
	border-bottom: none;
}

.publicInfoWrap02 .left01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.publicInfoWrap02 .right01 {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.ticketH501Mb10 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	background-image: url(./../../img/common02/kti_ticket_completion_icon02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	margin-bottom: 10px;
}

.publicText02 {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 0px;
	padding-left: 16px;
}

.ticketOsusumeWrap01.publicWrap01 .ticketOsusumeUl01 {
    width: 1130px;
}
.ticketOsusumeWrap01.publicWrap01 .ticketOsusumeLi01 {
    float: left;
    margin-right: 28px;
    width: 348px;
}

/*--公演詳細ページ　02--------------------*/

.publicTableWrap01 {
	padding-bottom: 16px;
}
.publicTableWrapIn01 {
	float: left;
	padding-bottom: 10px;
}
.publicTableWrapIn02 {
	overflow: auto;
	width: 1010px;
	float: left;
	padding-bottom: 10px;
}

.publicTable01 {
}
.publicTable01 th {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-image: url(./../../img/page/kti_public_table_bg01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	width: 83px;
	height: 50px;
	position: relative;
	top: 0px;
	left: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
}
.publicTableText01 {
	position: absolute;
	left: 4px;
	bottom: 6px;
}
.publicTableText02 {
	position: absolute;
	top: 10px;
	right: 8px;
}

.publicTable01 td {
	background-color: #dbdbdb;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	width: 83px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.publicTable02 {
	table-layout: fixed;
}
.publicTable02 th {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #eaeaea;
	width: 54px;
	height: 50px;
	min-width: 54px;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
}
.publicTable02 th.daySun {
	color: #b62d41;
}
.publicTable02 th.daySat {
	color: #228da8;
}

.publicTable02 td {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #eaeaea;
	width: 54px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	line-height: 15px;
}
.publicTable02 td a:link {	color: #333333;	text-decoration: underline;}
.publicTable02 td a:visited {	color: #333333;	text-decoration: underline;}
.publicTable02 td a:hover {	color:#333333;	text-decoration: none;}
.publicTable02 td a:active {	color:#333333;	text-decoration: none;}

.publicTable02 .bbNone td {
	border-bottom: none;
}
.publicTable02 td.bbNone {
	border-bottom: none;
}
.publicTable02 td.bgGray01 {
	background-color: #f7f7f7;
}

/*------モーダルウィンドウ用-------*/

#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	/*box-shadow: 0 0 5px rgba(0, 0, 0, .25);*/
	margin: 0 auto;
	position: relative;
	z-index: 9991;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9990;
	cursor: pointer;
}

/*------モーダルウィンドウ用　ここまで---*/

.click {
	display: none;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*.clickWrap .clickLeft {
	float: left;
}*/

.clickWrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.clickWrap .clickClose {
	text-align: right;
}


/*----*/

.modalBox01 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}
.modalIn01 {
	padding: 50px;
}

.clickClose .entryBtn a {
	background-image: url(./../../img/page/kti_public_btn_bg01.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	width: 54px;
	height: 54px;
	float: right;
}
.clickClose .entryBtn a span {
	display: block;
	text-align: center;
	padding-top: 34px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #ffffff;
}

.publicModalTable01 {
	margin-bottom: 15px;
}

.publicModalText01 {
	background-image: url(./../../img/page/kti_public_icon01.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding: 5px 0px 5px 24px;
}
.publicModalText02 {
	background-image: url(./../../img/page/kti_search_icon02.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	font-size: 14px;
	line-height: 14px;
	padding: 5px 0px 5px 24px;
	margin-bottom: 34px;
}
/*170713 update*/
.publicModalText01 span,
.publicModalText02 span {
	margin-left: 8px;
}
/*170713 update*/

.publicModalText03 {
	font-size: 14px;
	line-height: 18px;
}
.publicModalUl01 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 30px;
}
/*170713 add*/
.publicModalSekiwari{
	text-align: center;
	margin-bottom: 30px;
}
/*170713 add*/

.publicModalBox01 {
	padding: 30px 30px 25px 30px;
	background-color: #effbff;
	margin-top: 60px;
	margin-bottom: 42px;
}

.publicModalText04 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 8px;
}
.publicModalText05 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 14px;
}
.pablicModalBtn01 {
	margin-bottom: 22px;
}
.publicModalText06 {
	font-size: 14px;
	line-height: 26px;
}

.publicModalBox02 {
	padding: 30px 30px 25px 30px;
	background-color: #f7f7f7;
}
.publicModalBoxIn01 {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 15px;
	position: relative;
}
.publicModalBoxIn01_1 {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 15px;
	position: relative;
}
.publicModalBoxIn01_2 {
	padding-bottom: 15px;
	position: relative;
}
.publicModalArtistName {
	word-break: break-all;
	padding-bottom: 15px;
	position: relative;
	width: 50%;
}
.publickModalOkiniiri {
	position: absolute;
	right: 0px;
	top: 0px;
}
.publickModalOkiniiri .entryBtn a {
	width: 188px;
	background-color: #f06e80;
	background-image: url(./../../img/common02/kti_ticket_btn_bg01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.publickModalOkiniiri .entryBtn.is-active a {
	background-color: #ffd3d9;
}
.publickModalOkiniiri .entryBtn a span {
	display: inline-block;
	background-image: url(./../../img/page/kti_public_btn_bg02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 12px 0px 12px 22px;
}

.publicModalBoxIn02 {
	padding: 55px 0px 50px 0px;
}

.ticketH501 .publicModalSpan01 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-left: 30px;
}
.ticketH501 .publicModalSpan02 {
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	margin-left: 20px;
}

.publicModalBoxIn03 a:link {	color: #333333;	text-decoration: underline;}
.publicModalBoxIn03 a:visited {	color: #333333;	text-decoration: underline;}
.publicModalBoxIn03 a:hover {	color:#333333;	text-decoration: none;}
.publicModalBoxIn03 a:active {	color:#333333;	text-decoration: none;}

.publicModalBoxIn01_1 a:link {	color: #333333;	text-decoration: underline;}
.publicModalBoxIn01_1 a:visited {	color: #333333;	text-decoration: underline;}
.publicModalBoxIn01_1 a:hover {	color:#333333;	text-decoration: none;}
.publicModalBoxIn01_1 a:active {	color:#333333;	text-decoration: none;}


.publicModalText07 {
	font-size: 12px;
	line-height: 12px;
	margin-top: 38px;
}

.clickClose.bottom .entryBtn a {
	float: none;
	margin: 0px auto;
}
.clickClose.bottom {
	text-align: center;
	padding-top: 25px;
}

.publicHoshitori {
	margin-bottom: 40px;
}


/*--カレンダーページ--------------------*/

.calendarNaviWrap01 {
	border-bottom: 2px solid #41afcb;
}

.calendarNavi01 {
	width: 1100px;
	margin: 0px auto;
}
.calendarNavi01 li {
	width: 156px;
	margin-right: 5px;
	float: left;
}
.calendarNavi01 li a {
	display: table-cell;
	width: 156px;
	height: 44px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #b6b6b6;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.calendarNavi01 li a:link {	color: #ffffff;	text-decoration: none;}
.calendarNavi01 li a:visited {	color: #ffffff;	text-decoration: none;}
.calendarNavi01 li a:hover {
	color:#ffffff;
	text-decoration: none;
	background-color: #41afcb;
}
.calendarNavi01 li a:active {	color:#ffffff;	text-decoration: none;}

.calendarNavi01 li a.calendarActive01 {
	color:#ffffff;
	text-decoration: none;
	background-color: #41afcb;
}

.calendarContWrap01 {
	background-color: #f6f6f6;
}

.calendarNaviWrap02.pc {
	overflow: hidden;
	margin-bottom: 16px;
}
.calendarNavi02 {
	width: 1120px;
}
.calendarNavi02 li {
	width: 77px;
	margin-right: 16px;
	float: left;
}
.calendarNavi02 li:last-child {
	margin-right: 0px;
}

.calendarNavi02 li a {
	display: block;
	padding-bottom: 8px;
}
.calendarNavi02 li a span {
	display: table-cell;
	width: 77px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #595959;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.calendarNavi02 li a:link {	color: #ffffff;	text-decoration: none;}
.calendarNavi02 li a:visited {	color: #ffffff;	text-decoration: none;}
.calendarNavi02 li a:hover {
	color:#ffffff;
	text-decoration: none;
	background-image: url(./../../img/page/kti_calendar_navi_ar01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.calendarNavi02 li a:active {	color:#ffffff;	text-decoration: none;}

.calendarNavi02 li a:hover span {
	background-color: #41afcb;
}

.calendarNavi02 li a.calendarActive01 {
	color:#ffffff;
	text-decoration: none;
	background-image: url(./../../img/page/kti_calendar_navi_ar01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.calendarNavi02 li a.calendarActive01 span {
	background-color: #41afcb;
}

/*170711 delete  */
/*/170711 delete  */
/*170711 update */
.calendarUl01 li {
	float: left;
	text-align: left;
	vertical-align: top;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 14px;
	/*font-weight: bold;*/
	padding: 0px 30px 0px 24px;
}
/*/170711 update */

.calendarUl01 li.calendarLi01 {
	background-image: url(./../../img/page/kti_calendar_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.calendarUl01 li.calendarLi02 {
	background-image: url(./../../img/page/kti_calendar_icon02.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.calendarUl01 li.calendarLi03 {
	background-image: url(./../../img/page/kti_calendar_icon03.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/*170711 add*/
.calendarUl01 li.calendarLi04 {
	background-image: url(./../../img/page/kti_calendar_icon04.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/*/170711 add*/
.calendarUl02Wrap {
	float: right;
	padding-bottom: 18px;
}
.calendarUl02 {
	display: table;
}
.calendarUl02 li {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 16px;
	/*font-weight: bold;*/
}
.calendarUl02 li.calendarLi04 {
	border-right: 1px solid #b2b2b2;
}
.calendarUl02 li.calendarLi04 a {
	display: block;
	background-image: url(./../../img/page/kti_calendar_ar_prev.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 24px 5px 18px;
}
.calendarUl02 li.calendarLi05 a {
	display: block;
	background-image: url(./../../img/page/kti_calendar_ar_next.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 5px 24px 5px 18px;
}

.calendarBlockWrap01 {
	background-color: #ffffff;
	padding: 25px;
}

.calendarTable01 {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	border-top: 1px solid #eaeaea;
}
.calendarTable01 th {
	border-right: 1px solid #ffffff;
	background-color: #eaeaea;
	font-size: 14px;
	line-height: 14px;
	/*font-weight: bold;*/
	text-align: center;
	vertical-align: middle;
	width: 14.3%;
	height: 36px;
}
.calendarTable01 th.calendarSat {
	color: #228da8;
}
.calendarTable01 th.calendarSun {
	color: #b62d41;
}


.calendarTable01 td {
	border-bottom: 1px solid #d0d0d0;
	padding: 16px 12px 12px 12px;
}
.calendarTable01 td.tdBg01 {
	background-color: #f7f7f7;
}
.calendarTable01 .calendarTrLast td {
	border-bottom: none;
}

.calendarDay01 {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	line-height: 17px;
	/*font-weight: bold;*/
	padding-bottom: 10px;
}
.calendarDay01.daySat {
	color: #228da8;
}
.calendarDay01.daySun {
	color: #b62d41;
}

.calendarDay01>span.pcBr {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	line-height: 17px;
	/*font-weight: bold;*/
	padding-bottom: 10px;
}

.calendarContents01 {
}
.calendarContents01 li {
	color: #838181;
	font-size: 12px;
	line-height: 15px;
	/*font-weight: bold;*/
	padding: 8px 0px;
	border-top: 1px solid #d0d0d0;
}
.calendarContents01 li:first-child {
	border-top: none;
}

.calendarContents01 li.toujitsu a:link {	color: #e78c2b;	text-decoration: none;}
.calendarContents01 li.toujitsu a:visited {	color: #e78c2b;	text-decoration: none;}
.calendarContents01 li.toujitsu a:hover {	color:#e78c2b;	text-decoration: underline;}
.calendarContents01 li.toujitsu a:active {	color:#e78c2b;	text-decoration: none;}

.calendarContents01 li.mitei a:link {	color: #4f89c4;	text-decoration: none;}
.calendarContents01 li.mitei a:visited {	color: #4f89c4;	text-decoration: none;}
.calendarContents01 li.mitei a:hover {	color:#4f89c4;	text-decoration: underline;}
.calendarContents01 li.mitei a:active {	color:#4f89c4;	text-decoration: none;}
/*170711 add*/
.calendarContents01 li.itibu a:link {	color: #40aa63;	text-decoration: none;}
.calendarContents01 li.itibu a:visited {	color: #40aa63;	text-decoration: none;}
.calendarContents01 li.itibu a:hover {	color:#40aa63;	text-decoration: underline;}
.calendarContents01 li.itibu a:active {	color:#40aa63;	text-decoration: none;}
/*/170711 add*/




/*----公演を探す----------------------------------*/

.searchTabNaviWrap01 {
	overflow: hidden;
}
.aboutNavi01.searchTabNaviWrap01 .tabNav {
	width: 1120px;
	padding: 0px 0px 0px 0px;
}

.aboutNavi01.searchTabNaviWrap01 .tabNav li {
	width: 212px;
	margin-right: 10px;
	float: left;
}

.aboutNavi01.searchTabNaviWrap01 .tabNav li p {
	display: table;
	width: 100%;
	padding: 0px;
}

.aboutNavi01.searchTabNaviWrap01 .tabNav li a {
	background-image: none;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	padding-right: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 17px;
}
.aboutNavi01.searchTabNaviWrap01 .tabNav li a.active {
	background-image: none;
	color:#ffffff;
	text-decoration: none;
	background-color: #41afcb;
}
.aboutNavi01.searchTabNaviWrap01 .tabNav li a span {
	/*display: table-cell;*/
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 16px 0px 16px 32px;
	background-color: inherit;
	font-size: 16px;
	line-height: 16px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}


/*.searchCalendarBtn01 {
	background-image: url(./../../img/page/kti_search_icon_calendar.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 24px;
	height: 24px;
}*/

.searchDayContWrap {
	display: table;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
}
.searchCalendarWrap {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.searchDayText01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.searchDayText01 a:link {	color: #41afcb;	text-decoration: underline;}
.searchDayText01 a:visited {	color: #41afcb;	text-decoration: underline;}
.searchDayText01 a:hover {	color:#41afcb;	text-decoration: none;}
.searchDayText01 a:active {	color:#41afcb;	text-decoration: none;}


.searchCalendarWrap .ui-datepicker-trigger {
	padding: 0px;
	border: none;
	vertical-align: middle;
}
.searchCalendarWrap select {
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
	padding: 5px;
}

.searchCarendarYear {
	width: 100px;
}
.searchCarendarMonth {
	width: 55px;
}
.searchCarendarDay {
	width: 55px;
}
.searchSpan01 {
	margin: 0px 20px 0px 10px;
}
.searchSpan02 {
	margin: 0px 0px 0px 20px;
}

.searchTabCont {
	padding-top: 10px;
}

.searchGenreWrap01 {
	border-top: 3px solid #41afcb;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 30px 30px 25px 30px;
}
.searchGenreUl01 {
}
.searchGenreUl01 ul {
}
.searchGenreUl01 li {
	float: left;
	margin-right: 58px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 30px;
}
.searchGenreUl01 li input {
	vertical-align: middle;
	margin-right: 10px;
}

.searchGenreP01 {
	vertical-align: middle;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #41afcb;
	padding-bottom: 30px;
}
.searchGenreP01 input {
	vertical-align: middle;
	margin-right: 10px;
}

.searchFeeWrap {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 40px;
}
.searchFeeSelect01 {
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
	padding: 5px;
	width: 210px;
}
.searchFeeSpan01 {
	margin: 0px 20px 0px 10px;
}

.searchBtnWrap01 {
	text-align: center;
}

.buttonCalendar {
	background-image: url(./../../img/page/kti_search_icon_calendar.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: none;
}

.ui-datepicker-trigger{
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: none;
}

/*----検索結果一覧----------------------------------*/

.topSearchCont.searchSearchCont {
	width: 1100px;
	margin: 0px auto;
}

/*.aboutNavi01 .tabNav li {
	padding-right: 10px;
}*/
.aboutNavi01.searchAssemblyTab .tabNav {
	padding: 0px;
}

.aboutNavi01 .tabNav li a {
	background-image: none;
	/*display: table;*/
	width: 100%;
	padding-right: 0px;
}
.aboutNavi01 .tabNav li p {
	padding: 0px;
}
.aboutNavi01 .tabNav li a.active {
	background-image: none;
	color:#ffffff;
	text-decoration: none;
	background-color: #41afcb;
}
.aboutNavi01 .tabNav li a span {
	/*display: table-cell;*/
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 16px 0px 16px 32px;
	background-color: inherit;
	font-size: 16px;
	line-height: 16px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
.aboutNavi01 .tabNav li a span.searchAncNavi01 {
	background-image: url(./../../img/page/kti_search_navi_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.aboutNavi01 .tabNav li a span.searchAncNavi02 {
	background-image: url(./../../img/page/kti_search_navi_icon02.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.aboutNavi01 .tabNav li a span.searchAncNavi03 {
	background-image: url(./../../img/page/kti_search_navi_icon03.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.searchContLeft01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 400px;
}
.searchContLeft01 img {
	width: 100%;
	height: auto;
}
.searchContRight01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
}
.searchText01 {
	color: #1ba5c8;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.searchText02 {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}
.searchText03 {
	font-size: 14px;
	line-height: 14px;
	background-image: url(./../../img/page/kti_search_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 20px;
	margin-bottom: 8px;
}
.searchText04 {
	font-size: 14px;
	line-height: 20px;
	background-image: url(./../../img/page/kti_search_icon02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 20px;
	margin-bottom: 16px;
}
.searchText04 span {
	margin-left: 10px;
}

.searchArtistUlWrap {
	overflow: hidden;
}
.searchArtistUl01 {
	width: 1145px;
}
.searchArtistUl01 li {
	width: 530px;
	margin-right: 40px;
	float: left;
}

.searchContLeft01.searchArtistImg01 {
	width: 280px;
}
.searchContLeft01.searchArtistImg01 img {
	width: 100%;
	height: auto;
}

.searchContLeft01.searchArtistImg01>.noimageWrapper{
	width: 280px;
	height: 130px;
	background-color: #d3d3d3;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}

.searchContLeft01.searchArtistImg01>.noimageWrapper img {
	width:auto;
	height:auto;
	max-width: 280px;
	max-height: 130px;
}

.searchContLeft01.searchKoenImg01>.noimageWrapper{
	width: 400px;
	height: 186px;
	background-color: #d3d3d3;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}

.searchContLeft01.searchKoenImg01>.noimageWrapper img {
	width:auto;
	height:auto;
	max-width: 400px;
	max-height: 186px;
}

.searchAssemblyUl01 {
}
.searchAssemblyUl01 li {
	padding: 0px;
}
.searchAssemblyUl01 li a {
	background-image: url(./../../img/page/kti_search_ar_assembly.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding: 22px 0px;;
}
.searchAssemblyUl01 li a:link {	text-decoration: none;}
.searchAssemblyUl01 li a:visited {	text-decoration: none;}
.searchAssemblyUl01 li a:hover {	text-decoration: underline;}
.searchAssemblyUl01 li a:active {	text-decoration: none;}

.searchAssemblyUl01 li a p {
	font-size: 20px;
	line-height: 28px;
	background-image: url(./../../img/page/kti_search_icon_assembly.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 38px;
}


/*------------------------------------------------------------
	会場詳細
-------------------------------------------------------------*/

.kaijyoSyousaiMapBtn.entryBtn {
	margin-top: 15px;
}

.kaijyoSyousaiMapBtn.entryBtn a {
	background-image: url("./../../img/common/kti_btn_ar01.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 13px;
	line-height: 13px;
	padding: 16px 20px;
	display: inline-block;
	text-align: center;
}
.kaijyoSyousaiMapBtn.entryBtn a span {
	display: inline-block;
	background-image: url("./../../img/page/kti_kaijyo_icon01.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 20px;
}
.kaijyoSyousaiMapBtn.entryBtn a:link {	color: #ffffff;	text-decoration: none;}
.kaijyoSyousaiMapBtn.entryBtn a:visited {	color: #ffffff;	text-decoration: none;}
.kaijyoSyousaiMapBtn.entryBtn a:hover {	color:#ffffff;	text-decoration: none;}
.kaijyoSyousaiMapBtn.entryBtn a:active {	color:#ffffff;	text-decoration: none;}


.kaijyoSyousaiMapWrap {
	background-color: #f6f6f6;
	margin-bottom: 30px;
}
.kaijyoSyousaiMapCont {
	padding: 20px;
}
.kaijyoSyousaiMapIn {
	width: 50%;
	float: left;
}
.kaijyoSyousaiMapIn dl {
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 18px;
}
.kaijyoSyousaiMapIn dt {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding-bottom: 10px;
}
.kaijyoSyousaiMapIn dd {
	font-size: 14px;
	line-height: 20px;
}

.kaijyoSyousaiMapIn dd a {
	background-image: url(./../../img/page/kti_kaijyo_icon02.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	padding-right: 20px;
}
.kaijyoSyousaiMapIn dd a:link {	color: #41afcb;	text-decoration: underline;}
.kaijyoSyousaiMapIn dd a:visited {	color: #41afcb;	text-decoration: underline;}
.kaijyoSyousaiMapIn dd a:hover {	color:#41afcb;	text-decoration: none;}
.kaijyoSyousaiMapIn dd a:active {	color:#41afcb;	text-decoration: none;}

.kaijyoSyousaiMapCont.accessWrap {
	padding: 0px 0px 12px 0px;
}
.kaijyoSyousaiBox01 {
	padding-bottom: 30px;
}
.kaijyoSyousaiZasekiLink a {
	background-image: url(./../../img/page/kti_kaijyo_icon03.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	padding-right: 20px;
	font-size: 14px;
	line-height: 24px;
}
.kaijyoSyousaiZasekiLink a:link {	color: #41afcb;	text-decoration: underline;}
.kaijyoSyousaiZasekiLink a:visited {	color: #41afcb;	text-decoration: underline;}
.kaijyoSyousaiZasekiLink a:hover {	color:#41afcb;	text-decoration: none;}
.kaijyoSyousaiZasekiLink a:active {	color:#41afcb;	text-decoration: none;}

.kaijyoSyousaiContWrap01 {
	padding-bottom: 25px;
}

.kaijyoSyousaiSlideWrap01 {
	position: relative;
	margin-bottom: 24px;
	padding: 0px 18px;
}
.kaijyoSyousaiSlideWrap01 .slick-prev {
	border: none;
	background-image: url(./../../img/page/kti_public_slide_prev.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 37px;
	height: 37px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -99999px;
	position: absolute;
	left: -18px;
	top: 82px;
	z-index: 20;
}
.kaijyoSyousaiSlideWrap01 .slick-next {
	border: none;
	background-image: url(./../../img/page/kti_public_slide_next.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 37px;
	height: 37px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -99999px;
	position: absolute;
	right: -18px;
	top: 82px;
	z-index: 20;
}

.kaijyoSyousaiSlideWrap01 .slick-slide {
	width: 300px;
	padding: 0px 10px;
	/*170719 add*/
	outline: none !important;
	/*170719 add*/
}
.kaijyoSyousaiSlideWrap01 .slick-slide img {
	width: 100%;
	height: auto;
}


.l-text-base01.kaijyoSyousaiText01 {
	margin-bottom: 0px;
}


/*------------------------------------------------------------
	会社沿革
-------------------------------------------------------------*/

.l-contents-wrap01.aboutContWrap01 {
	padding: 40px 0px 60px 0px;
}

.aboutDl01 {
	display: table;
	width: 100%;
}
.aboutDl01 dt {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 190px;
}
.aboutDl01 dd {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
}


/*------------------------------------------------------------
	採用情報
-------------------------------------------------------------*/

.l-cont-block02.aboutBlock01 {
	/*padding-bottom: 80px;*/
	padding-bottom: 58px;
}

.aboutUl01 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
}


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

.aboutH601 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.aboutUl02 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.aboutUl02 li {
	padding-left: 1em;
	text-indent: -1em;
}
.aboutDl02 {
	font-size: 14px;
	line-height: 24px;
	background-color: #f7f7f7;
	margin-bottom: 28px;
	padding: 15px 25px;
}
.aboutDl02 dt {
	font-weight: bold;
}
.aboutDl02 dd li {
	padding-left: 1em;
	text-indent: -1em;
}
.aboutBox02 {
	padding-bottom: 25px;
}
.aboutBox02 p {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	float: right;
}


/*------------------------------------------------------------
	サイトご利用ガイド
-------------------------------------------------------------*/

.l-contents-wrap01.userguideContWrap01 {
	padding: 0px 0px 60px 0px;
}

.userguideDl01 {
	margin-bottom: 40px;
}
.userguideDl01 dt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	background-color: #868686;
	padding: 10px 0px;
}
.userguideDl01 dd {
	background-color: #f7f7f7;
	padding: 12px 0px 30px 0px;
}
.userguideDl01 dd p {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 12px;
}
.userguideBtnWrap01 {
	text-align: center;
}

.userguideBox01 {
	background-color: #eefcff;
	padding: 40px 30px 30px 30px;
}

.userguideBox02 {
	padding-bottom: 22px;
}
.userguideBox02 dl.left01 {
	width: 505px;
	float: left;
}
.userguideBox02 dl.right01 {
	width: 505px;
	float: right;
}

.userguideBox02 dt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	color: #ffffff;
	background-color: #41afcb;
	padding: 12px 0px;
	text-align: center;
}
.userguideBox02 dd {
	background-color: #ffffff;
	padding: 14px 20px 0px 20px;
	height: 60px;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}
.userguideSpan01 {
	color: #c82a2d;
}
.userguideText01 {
	font-size: 12px;
	line-height: 22px;
	margin-top: 24px;
}
.userguideText01 a:link {	color: #41afcb;	text-decoration: underline;}
.userguideText01 a:visited {	color: #41afcb;	text-decoration: underline;}
.userguideText01 a:hover {	color:#41afcb;	text-decoration: none;}
.userguideText01 a:active {	color:#41afcb;	text-decoration: none;}

.userguideH401 {
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: 500;
	background-color: #41afcb;
	padding: 13px 20px;
	text-align: left;
}

.userguideUl01 {
}
.userguideUl01 .li01 {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
}
.userguideUl01 .li01 dl {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-top: 28px;
	padding-bottom: 20px;
}
.userguideBtnWrap02 {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 30px;
	width: 250px;
}

.userguideUl01 .li01 dt {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}
.userguideUl01 .li01 dt span {
	color: #41afcb;
}

.userguideUl01 .li01 dd {
	font-size: 14px;
	line-height: 24px;
}
.userguideUl01 .li01 dd .text02 {
	font-size: 12px;
	line-height: 24px;
	margin-top: 6px;
}
.userguideUl02 li {
	font-size: 14px;
	line-height: 24px;
	width: 340px;
	float: left;
}
.userguideUl02.userguideUl03 li {
	font-size: 14px;
	line-height: 24px;
	width: 226px;
	float: left;
}
.userguideUl01 .li01 dd a:link {	color: #41afcb;	text-decoration: underline;}
.userguideUl01 .li01 dd a:visited {	color: #41afcb;	text-decoration: underline;}
.userguideUl01 .li01 dd a:hover {	color:#41afcb;	text-decoration: none;}
.userguideUl01 .li01 dd a:active {	color:#41afcb;	text-decoration: none;}

.aboutUl01.userguideUl03 li {
	padding-left: 1em;
	text-indent: -1em;
}
.aboutUl01.userguideUl03 {
}


/*------------------------------------------------------------
	よくある質問
-------------------------------------------------------------*/

.calendarNaviWrap01.faqNaviWrap01 {
	padding-top: 34px;
}
.faqNaviWrap01 .calendarNavi01 {
	width: 1040px;
}
.faqNaviWrap01 .calendarNavi01 li.li01 {
	margin: 0px;
	/*170728 update*/
	width: 263px;
	/*170728 update*/
}
.faqNaviWrap01 .calendarNavi01 li.li02 {
	margin: 0px;
	/*170728 update*/
	width: 263px;
	/*170728 update*/
}
.faqNaviWrap01 .calendarNavi01 li.li03 {
	margin: 0px;
	/*170728 update*/
	width: 263px;
	/*170728 update*/
}
/*170728 add*/
.faqNaviWrap01 .calendarNavi01 li.li04 {
	margin: 0px;
	width: 251px;
}
/*170728 add*/
.faqNaviWrap01 .calendarNavi01 li a {
	/*170728 update*/
	width: 251px;
	/*170728 update*/
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
}

.faqAncNaviWrap01 {
	background-color: #f7f7f7;
	padding: 30px 0px;
}
.faqAncNaviWrapIn01 {
	width: 1100px;
	margin: 0px auto;
}
.faqAncNaviWrapIn01 ul {
	display: table;
	margin: 0px auto;
}
.faqAncNaviWrapIn01 li {
	display: table-cell;
	vertical-align: top;
	padding: 0px 11px;
}

.faqContWrap01 {
	padding: 60px 0px 60px 0px;
	width: 1040px;
	margin: 0px auto;
}

.faqBlockWrap {
	padding-bottom: 30px;
}

.faqUl01 {
	padding: 30px 0px 0px 0px;
}
.faqUl01 li {
	padding-bottom: 20px;
}
.faqUl01 li dt {
	background-color: #e7e7e7;
	background-image: url(./../../img/page/kti_faq_ac01.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	cursor: pointer;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
}
.faqUl01 li dt.open {
	background-image: url(./../../img/page/kti_faq_ac01_on.png);
}
.spanWrap01 {
	display: table;
	width: 100%;
}

.faqUl01 li dt .span01 {
	color: #41afcb;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 24px;
}
.faqUl01 li dt .span02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.faqUl01 li dd {
	padding: 20px 20px 5px 20px;
	display: none;
}
.faqUl01 li dd .span01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 24px;
	color: #ee7a46;
	font-size: 15px;
	line-height: 20px;
}
.faqUl01 li dd .span02 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
}
.faqUl01 li dd .span02 li {
	padding: 0px 0px 0px 1em;
	text-indent: -1em;
}

.faqLink01 {
	padding-top: 8px;
}
.faqLink01 a {
/*	display: inline-block;
	background-image: url(./../../img/page/kti_kaijyo_icon02.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;*/
	vertical-align: middle;
}
.faqLink01 a img {
	vertical-align: middle;
	margin-left: 10px;
}

.faqUl01 a:link {	color: #41afcb;	text-decoration: underline;}
.faqUl01 a:visited {	color: #41afcb;	text-decoration: underline;}
.faqUl01 a:hover {	color:#41afcb;	text-decoration: none;}
.faqUl01 a:active {	color:#41afcb;	text-decoration: none;}

/*----追加----*/

.faqAncNaviWrap01.faqAncNaviWrap01_03 {
	padding-bottom: 10px;
}
.faqAncNaviWrapIn01_03 {
	overflow: hidden;
	width: 1040px;
	margin: 0px auto;
}
.faqAncNaviWrapIn01_03 ul {
	width: 1070px;
}
.faqAncNaviWrapIn01_03 li {
	width: 330px;
	float: left;
	margin-right: 24px;
	margin-bottom: 20px;
}

.faqLink01.faqLink02 {
	padding-top: 0px;
	font-size: 14px;
	line-height: 24px;
}
.faqLink01 a:link {	color: #41afcb;	text-decoration: underline;}
.faqLink01 a:visited {	color: #41afcb;	text-decoration: underline;}
.faqLink01 a:hover {	color:#41afcb;	text-decoration: none;}
.faqLink01 a:active {	color:#41afcb;	text-decoration: none;}


/*------------------------------------------------------------
	購入は正規ルートで
-------------------------------------------------------------*/

.otmBlockWrap01 {
	padding-bottom: 20px;
}

.otmBoxLeft {
	width: 875px;
	float: left;
}
.otmBoxRight {
	float: right;
}
.otmText01 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 24px;
}
.otmImg01 {
	text-align: left;
	margin-bottom: 34px;
}


/*------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------*/

.newregistBox01 {
	background-color: #f7f7f7;
	padding: 22px 30px 20px 30px;
	margin-bottom: 40px;
}
.newregistTextWrap01 {
	position: relative;
	margin-bottom: 20px;
	margin-top: 10px;
}
.newregistTextWrap01 .text01 {
	position: absolute;
	left: 235px;
	top: -10px;
}
.newregistTextWrap01 .text02 {
	font-size: 22px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
}
.newregistTextWrap01 .text02 span {
	color: #f07d00;
}
.userguideDl01 dd.newregistDD01 {
	background-color: #ffffff;
	padding: 20px 30px 30px 30px;
}
.userguideDl01 dd p.newregistText01 {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
}
.userguideDl01 dd p.newregistText01.newregistText02 {
	margin-bottom: 0px;
}
.userguideDl01.newregistDl01 {
	margin-bottom: 20px;
}

.newregistDdBox01 {
	position: relative;
	background-color: #fff7ee;
	padding: 24px 0px;
}
.newregistDdBox01 .text01 {
	position: absolute;
	left: -2px;
	top: -2px;
}

.newregistDdBox01 .text02 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	text-align: center;
}
.newregistDdBox01 .text02 span {
	color: #f07d00;
}
.newregistSpan01 {
	color: #41afcb;
}

.newregistUl01 {
	margin: 30px 0px 40px 0px;
}
.newregistUl01 .li01 {
	float: left;
}
.newregistUl01 .li01 p {
	display: table-cell;
	width: 179px;
	height: 54px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #464646;
	font-size: 15px;
	line-height: 20px;
}
.newregistUl01 .li02 {
	float: left;
}
.newregistUl01 .li02 p {
	display: table-cell;
	width: 33px;
	height: 54px;
	text-align: center;
	vertical-align: middle;
}

.newregistUl01.newregistUl02 .li01 p {
	width: 233px;
}
.newregistUl01.newregistUl02 .li02 p {
	width: 33px;
}

.newregistBlockWrap {
	padding-bottom: 60px;
}

.newregistBox02 {
	background-color: #f7f7f7;
	padding: 20px;
}
.newregistBox02 .text01 {
	color: #c82a2d;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 14px;
}
.newregistBox02 .text02 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-indent: -0.5em;
	margin-bottom: 10px;
}
.newregistBox02 .text03 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
}


/*------------------------------------------------------------
	チケット購入ガイド
-------------------------------------------------------------*/

.buyguideContWrap01 {
	width: 1020px;
	margin: 0px auto;
	padding: 40px 0px 30px 0px;
}
.userguideDl01.newregistDl01.buyguideDl01 {
	margin-bottom: 60px;
}
.buyguideText01 {
	text-align: center;
	margin-top: 18px;
}
.memberTable01.buyguideTable01 th {
	width: 180px;
}
.buyguideBox01 {
	background-color: #f7f7f7;
	padding: 15px 30px 0px 30px;
}
.buyguideSpan01 {
	vertical-align: middle;
}
.buyguideSpan01 span {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
.buyguideSpan01 span img {
	vertical-align: middle;
	margin: 0px 6px;
}
.buyguideLi01 {
	float: left;
	padding-bottom: 40px;
}
.buyguideLi02 {
	float: right;
	padding-bottom: 40px;
}
.buyguideLi0102 {
	float: left;
	text-align: center;
	width: 44px;
	padding-top: 110px;
}

.buyguideDl02 dt {
	background-color: #868686;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	color: #ffffff;
	padding: 9px 20px;
}
.buyguideDl02 dd {
	padding-top: 30px;
}
.buyguideDl02 dd.dd01 {
	padding-top: 18px;
}

.buyguideLi01In {
	width: 296px;
	height: 202px;
	background-color: #ffffff;
}
.buyguideLi01In .img01 {
	display: table-cell;
	width: 296px;
	height: 142px;
	text-align: center;
	vertical-align: middle;
}
.buyguideLi01In .text01 {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.buyguideUl01 {
	padding-left: 120px;
}
.buyguidePageTop01 {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	text-align: right;
	padding: 20px 0px 40px 0px;
}
.buyguidePageTop01 a {
	background-image: url(./../../img/page/kti_buyguide_pagetop_ar01.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-left: 16px;
}
.buyguidePageTop01 a:link {	color: #41afcb;	text-decoration: underline;}
.buyguidePageTop01 a:visited {	color: #41afcb;	text-decoration: underline;}
.buyguidePageTop01 a:hover {	color:#41afcb;	text-decoration: none;}
.buyguidePageTop01 a:active {	color:#41afcb;	text-decoration: none;}

.buyguideText02 {
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
}
.ticketH501 .span01 {
	color: #41afcb;
	font-size: 14px;
	line-height: 18px;
}
.buyguideBox02 {
	padding: 15px 0px 40px 0px;
}
.buyguideText03 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 14px;
}
.buyguideText03 a:link {	color: #41afcb;	text-decoration: underline;}
.buyguideText03 a:visited {	color: #41afcb;	text-decoration: underline;}
.buyguideText03 a:hover {	color:#41afcb;	text-decoration: none;}
.buyguideText03 a:active {	color:#41afcb;	text-decoration: none;}

.buyguideBox03 {
	background-color: #f7f7f7;
	padding: 17px 0px 17px 10px;
	display: inline-block;
	margin: 0px auto;
}
.buyguideBox03 ul {
	display: table;
}
.buyguideBox03 li {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 66px;
	border-left: 1px solid #e0dddd;
	padding: 0px 22px 0px 30px;
}
.buyguideBox03 li:first-child {
	border-left: none;
}
.buyguideBox03 li .text01 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}
.buyguideBox03 li .text02 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}
.buyguideBox03 li .text03 {
	font-size: 12px;
	line-height: 22px;
}
.buyguideUl02 li {
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}


/*------------------------------------------------------------
	お支払方法・支払手続き
-------------------------------------------------------------*/

.paymentContWrap01 {
	padding-bottom: 100px;
}

.paymentBlockWrap01 {
	width: 1100px;
	margin: 0px auto;
	padding: 35px 0px 50px 0px;
}
.paymentBlockWrap02 {
	width: 1100px;
	margin: 0px auto;
	padding: 60px 0px 0px 0px;
}
.paymentBlockWrap03 {
	width: 1100px;
	margin: 0px auto;
}

.paymentDl01 {
	margin: 20px 0px 0px 0px
}
.paymentDl01 dt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #c82a2d;
}
.paymentDl01 dd {
	font-size: 12px;
	line-height: 18px;
}
.paymentDl01 dd li {
	padding-left: 1em;
	text-indent: -1em;
}

.paymentDl01 dd .li01 {
	color: #c82a2d;
	font-weight: bold;
}
.paymentSpan01 {
	margin-right: 18px;
}
.paymentMb24 {
	margin-bottom: 24px;
}
/*170720 add*/
#seven-eleven{
	margin-top: -128px;
	padding-top: 128px;
}
/*170720 add*/
.paymentBox01 {
	background-color: #f7f7f7;
	padding: 24px 30px;
	margin-bottom: 24px;
}
.paymentH401 {
	background-image: url(./../../img/page/kti_payment_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #41afcb;
}
.paymentText01 {
	font-size: 14px;
	line-height: 24px;
}
.paymentUl01 {
	margin-bottom: 15px;
}
.paymentUl01 .box01 {
	background-color: #f7f7f7;
	padding: 14px 30px 30px 30px;
}

.paymentUl01 .left01 {
	width: 540px;
	float: left;
}
.paymentUl01 .right01 {
	width: 540px;
	float: right;
}
.paymentUl01 .text01 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
}
.paymentUl02 {
	margin-bottom: 30px;
}
.paymentUl02 li.li01 {
	text-align: center;
	padding: 10px 0px;
}
.paymentUl02 dl {
	display: table;
	width: 100%;
}
.paymentUl02 dt {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 108px;
	height: 60px;
	background-color: #41afcb;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
}
.paymentUl02 dd {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 60px;
	padding: 0px 28px;
	background-color: #f7f7f7;
}
.paymentText02 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #41afcb;
	margin-bottom: 15px;
}
.paymentBox01.paymentBox0102 {
	background-color: #effcff;
	margin-bottom: 40px;
}
.paymentText03 {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}
.paymentText04 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 16px;
}
.ticketH501.paymentH501 {
	vertical-align: middle;
}
.ticketH501.paymentH501 img {
	vertical-align: middle;
	margin-left: 10px;
}
.paymentImg01 {
	margin-bottom: 15px;
}

.paymentBold01 {
	font-weight: bold;
}

.paymentText05 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
.paymentText06 {
	margin-bottom: 18px;
}
.paymentText07 {
	margin-bottom: 34px;
}
.paymentText08 {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 30px;
}
.paymentUl03 {
	display: table;
	margin-bottom: 10px;
}
.paymentUl03 li {
	display: table-cell;
	text-align: left;
	padding-right: 30px;
}
.paymentUl03 li a {
	display: inline-block;
	background-image: url(./../../img/page/kti_kaijyo_icon02.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
.paymentUl03 li a:link {	color: #41afcb;	text-decoration: underline;}
.paymentUl03 li a:visited {	color: #41afcb;	text-decoration: underline;}
.paymentUl03 li a:hover {	color:#41afcb;	text-decoration: none;}
.paymentUl03 li a:active {	color:#41afcb;	text-decoration: none;}

.paymentText09 {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 12px;
}
.memberTable01 th.thBg01.paymentTh01 {
	width: 200px;
	text-align: center;
	font-weight: bold;
}
.memberTable01 th.thBg01.paymentTh02 {
	width: auto;
	text-align: center;
	font-weight: bold;
}
.memberTable01 th.thBg01.paymentTh03 {
	width: 200px;
	text-align: center;
	font-weight: bold;
}

.memberTable01.paymentTable01 th {
	font-weight: normal;
}
.memberTable01.paymentTable01 td {
	font-size: 14px;
	line-height: 20px;
}
.memberTable01.paymentTable01 td .span01 {
	font-size: 12px;
	line-height: 14px;
}
.memberTable01.paymentTable01 {
	margin-bottom: 16px;
}
.paymentMb40 {
	margin-bottom: 40px;
}

.paymentUl04 {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
.paymentUl04 li {
	display: table-cell;
}
.paymentUl04 li.li01 {
	width: 356px;
	padding-right: 16px;
}
.paymentUl04 li.li02 {
	width: 356px;
	padding-right: 16px;
}
.paymentUl04 li.li03 {
	width: 356px;
}

.paymentText10 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #c82a2d;
	margin-bottom: 10px;
}
.paymentUl05 li {
	font-size: 14px;
	line-height: 22px;
	padding-left: 1em;
	text-indent: -1em;
}


/*------------------------------------------------------------
	受け取り方法
-------------------------------------------------------------*/

.receiptBoxWrap01 {
	display: table;
	width: 100%;
}
.receiptBoxWrap01 .left01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 750px;
}
.receiptBoxWrap01 .right01 {
	display: table-cell;
	text-align: right;
	vertical-align: top;
}

.receiptBlockWrap01 {
	width: 1100px;
	margin: 0px auto;
	padding: 34px 0px 10px 0px;
}
.receiptBlockWrap02 {
	width: 1100px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
.receiptBlockWrap03 {
	width: 1100px;
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
}

.paymentUl05.receiptRed li {
	color: #c82a2d;
}

.receiptMb30 {
	margin-bottom: 30px;
}
.receiptText01 {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}

#inContents a:link {	color: #41afcb;	text-decoration: underline;}
#inContents a:visited {	color: #41afcb;	text-decoration: underline;}
#inContents li a:hover {	color:#41afcb;	text-decoration: none;}
#inContents li a:active {	color:#41afcb;	text-decoration: none;}


/*------------------------------------------------------------
	サイトマップ
-------------------------------------------------------------*/

.sitemapContentsWrap {
	margin: 0 auto;
	padding: 30px 0 100px;
	width: 1100px;
}
.sitmapContWrap {
	display: table;
	width: 1100px;
	margin: 0px auto;
	padding-top: 30px;
}
.sitmapcont01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

.sitmapLinl01 {
	padding-bottom: 20px;
	padding-top: 10px;
}

.sitmapLinl01 a {
	display: inline-block;
	background-image: url(./../../img/page/kti_sitmap_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}
.sitmapLinl01 a:link {	color: #1b1b1b;	text-decoration: underline;}
.sitmapLinl01 a:visited {	color: #1b1b1b;	text-decoration: underline;}
.sitmapLinl01 a:hover {	color:#1b1b1b;	text-decoration: none;}
.sitmapLinl01 a:active {	color:#1b1b1b;	text-decoration: none;}

.sitmapLinl02 {
	padding-bottom: 20px;
}

.sitmapLinl02 a {
	display: inline-block;
	background-image: url(./../../img/page/kti_sitmap_icon02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 13px;
	line-height: 13px;
}
.sitmapLinl02 a:link {	color: #41afcb;	text-decoration: underline;}
.sitmapLinl02 a:visited {	color: #41afcb;	text-decoration: underline;}
.sitmapLinl02 a:hover {	color:#41afcb;	text-decoration: none;}
.sitmapLinl02 a:active {	color:#41afcb;	text-decoration: none;}

.sitemapAc {
	display: none;
}

@media screen and (min-width:769px) {

.sitemapAcCont {
	display: block !important;
}

}




/* SP */ @media screen and (max-width:768px) {

.l-h3Wrap01 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: 500;
}
.l-h3Wrap01 span {
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	line-height: 50px;
}


/*--2017/06/14-------------------*/

.l-contents-wrap01 {
	width: auto;
	margin: 0px auto;
	padding: 48px 20px 120px 20px;
}
.l-H2warp01 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 34px;
	line-height: 46px;
	font-weight: 500;
	background-image: url(./../../img/common/sp_kti_h2_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 30px;
}

.l-cont-block01 {
	padding-bottom: 60px;
}

.l-read-tit01 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 40px;
}
.l-text-date01 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #41afcb;
	margin-bottom: 14px;
}
.l-text-base01 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 36px;
}
.l-ul-linkwrap01 {
	font-size: 24px;
	line-height: 36px;
	color: #41afcb;
}
.l-ul-linkwrap01 a:link {	color: #41afcb;	text-decoration: underline;}
.l-ul-linkwrap01 a:visited {	color: #41afcb;	text-decoration: underline;}
.l-ul-linkwrap01 a:hover {	color:#41afcb;	text-decoration: none;}
.l-ul-linkwrap01 a:active {	color:#41afcb;	text-decoration: none;}

.l-ul-linkwrap01 li {
	margin-bottom: 30px;
}


/*---2017/06/15-----------------------------*/

#jigyou{
	margin-top: -100px;
	padding-top: 100px;
}
.l-cont-block02 {
	padding-bottom: 30px;
}

.l-contents-wrap02 {
	width: auto;
	margin: 0px auto;
	padding: 48px 20px 20px 20px;
}

.aboutNaviWrap01 {
	background-color: #f7f7f7;
	padding: 30px 0px 17px 20px;
}
.aboutNavi01 {
	width: auto;
	margin: 0px auto;
	overflow: hidden;
}

.aboutNavi01 ul {
	width: auto;
}
.aboutNavi01 li {
	width: 292px;
	float: left;
	margin-right: 14px;
	margin-bottom: 13px;
}
.aboutNavi01 li a {
	display: table-cell;
	width: 292px;
	height: 70px;
	background-color: #b6b6b6;
	text-align: center;
	vertical-align: middle;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	line-height: 22px;
	/*font-weight: bold;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.aboutNavi01 li a:link {	color: #ffffff;	text-decoration: none;}
.aboutNavi01 li a:visited {	color: #ffffff;	text-decoration: none;}
.aboutNavi01 li a:hover {
	color:#ffffff;
	text-decoration: none;
	background-color: #41afcb;
}
.aboutNavi01 li a:active {	color:#ffffff;	text-decoration: none;}

.aboutNavi01 li a.naviActive01 {
	color:#ffffff;
	text-decoration: none;
	background-color: #41afcb;
}

.aboutTableSpan01 {
	display: inline-block;
	width: 190px;
}
.aboutMapWrap01 {
	padding-top: 14px;
}

.aboutBox01 {
	display: block;
	margin-bottom: 20px;
}
.aboutBox01 ul {
	display: block;
	text-align: left;
	vertical-align: top;
	padding-right: 0px;
}
.aboutBox01 li {
	font-size: 24px;
	line-height: 36px;
	text-indent: -1em;
	padding-left: 1em;
}

.memberTable01.aboutTable01 th {
	font-size: 22px;
	line-height: 28px;
}

.aboutTable01 .memberConfirmText01 {
	font-size: 21px;
	line-height: 28px;
}


/*----特集・レポート一覧------------------------------*/

.reportContWrap {
}
.reportContWrap li {
	padding: 34px 0px;
	border-bottom: 1px solid #e0dddd;
}
.reportContIn01 {
	display: table;
	width: 100%;
}
.reportContLeft01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 220px;
}
.reportContLeft01 img {
	width: 100%;
	height: auto;
}
.reportContRight01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
}
.reportText01 {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.reportText02 {
	font-size: 20px;
	line-height: 28px;
}
/*170710 add*/
.reportText03 {
	font-size: 20px;
	margin-top: 25px;
}
/*170710 add*/
.reportText01 a:link {	color: #41afcb;	text-decoration: underline;}
.reportText01 a:visited {	color: #41afcb;	text-decoration: underline;}
.reportText01 a:hover {	color:#41afcb;	text-decoration: none;}
.reportText01 a:active {	color:#41afcb;	text-decoration: none;}

.reportPagerWrap01 {
}
.reportPagerWrap01 ul {
	display: table;
	margin: 0px auto;
	padding-top: 50px;
}
.reportPagerWrap01 li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0px 8px;
}
.reportPagerWrap01 li a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	width: 70px;
	height: 70px;
	color: #41afcb;
	border: 1px solid #41afcb;
	background-color: #e9fbff;
}
.reportPagerWrap01 li a:link {	color: #41afcb;	text-decoration: none;}
.reportPagerWrap01 li a:visited {	color: #41afcb;	text-decoration: none;}
.reportPagerWrap01 li a:hover {
	color: #ffffff;
	border: 1px solid #41afcb;
	background-color: #41afcb;
	text-decoration: none;
}
.reportPagerWrap01 li a.pageer01:hover {
	color: #ffffff;
	border: 1px solid #41afcb;
	background-color: #41afcb;
	text-decoration: none;
}
.reportPagerWrap01 li a:active {	color:#41afcb;	text-decoration: none;}

.reportPagerWrap01 li a.pageer01 {
	font-size: 38px;
	line-height: 38px;
	font-weight: normal;
	color: #41afcb;
}
.reportPagerWrap01 li a.pageer02 {
	font-size: 38px;
	line-height: 38px;
	font-weight: normal;
	color: #dcd8d2;
	border: 1px solid #dcd8d2;
	background-color: #ffffff;
}
.reportPagerWrap01 li a.pagerActive {
	color: #ffffff;
	border: 1px solid #41afcb;
	background-color: #41afcb;
}



/*---公演詳細----------------------------*/

.l-contents-wrap01.publicContWrap01 {
	width: auto;
	margin: 0px auto;
	padding: 48px 0px 40px 0px;
}

.publicBlockWrapSp01 {
	padding: 0px 20px;
}

.l-H2wrap02 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 38px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 14px;
}
.publicText01 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 28px;
}

.publicSlideWrap01 {
	position: relative;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f7f7f7;
	padding: 0px 0px 28px 0px;
}

/*--slickスライド ここから--*/

.publicSlideWrap01 .slick-slide {
	/*padding: 0 20px;*/
	transform: scale(1);
	transition: transform 0.6s ease 0s;
}
.publicSlideWrap01 .slick-slide.slick-center {
	transform: scale(1);
}

.publicSlideWrap01 .firstNav .slick-slide {
	/*padding: 0 20px;*/
	transform: scale(1);
	transition: transform 0.6s ease 0s;
}


.publicSlideWrap01 .slick-prev {
	border: none;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	background-image: url(./../../img/page/sp_kti_public_slide_prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -25px;
	margin-left: 0px;
	z-index: 50;
}
.publicSlideWrap01 .slick-prev:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.publicSlideWrap01 .slick-next {
	border: none;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	background-image: url(./../../img/page/sp_kti_public_slide_next.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: auto;
	right: 0px;
	margin-top: -25px;
	margin-left: 0px;
	z-index: 50;
}
.publicSlideWrap01 .slick-next:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*--slickスライド ここまで--*/

.publicSlideWrap01 .slick-slide img {
	width: 640px;
	height: auto;
}

.firstNav {
	/*170714 update*/
	width: 608px;
	/*170714 update*/
	margin: 0px auto;
	padding-top: 20px;
}
/*170714 update*/
.firstNav .slideThumb {
	margin-right: 14px;
	padding: 6px 0px 0px 0px;
}
/*170714 update*/
/*170714 delete*/
/*170714 delete*/
/*170714 add*/
.firstNav .slideThumb p:before{
	width: 133px;
	height: 63px;
}
/*170714 add*/
/*170714 update*/
.firstNav .slideThumb p img {
	width: 133px;
	height: 63px;
}
/*170714 update*/

.firstNav .slideThumb:hover {
	background-image: url(./../../img/page/sp_kti_public_slide_thum_ar01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.firstNav .slideThumb:hover p {
	background-color: #41afcb;
}

.firstNav .slideThumb.slick-current {
	background-image: url(./../../img/page/sp_kti_public_slide_thum_ar01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.firstNav .slideThumb.slick-current p {
	background-color: #41afcb;
}


.publicYoutubuWrap01 iframe {
	width: 640px;
	height: 348px;
}

.publicInfoWrap01 {
	padding-top: 10px;
	padding-bottom: 40px;
}
.publicInfoWrap01 li {
	padding: 25px 0px;
	display: block;
	width: 100%;
	font-size: 22px;
	line-height: 30px;
	border-bottom: 1px solid #dadada;
}
.publicInfoWrap01 li:last-child {
	border-bottom: none;
}

.publicInfoWrap01 li .publicInfo01 {
	display: block;
	text-align: left;
	vertical-align: top;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	width: 155px;
	white-space: nowrap;
	float: left;
}
.publicInfoWrap01 li .publicInfo02 {
	display: block;
	text-align: left;
	vertical-align: top;
	width: auto;
	float: left;
}
.publicInfoWrap01 li .publicInfo03 {
	display: block;
	text-align: left;
	vertical-align: top;
	clear: both;
	padding-top: 12px;
}


.publicInfoWrap02 {
	background-color: #f7f7f7;
	padding: 0px 20px;
}
.publicInfoWrap02 li {
	padding: 34px 0px 40px 0px;
	border-bottom: 1px solid #e2e2e2;
	display: block;
	width: 100%;
}
.publicInfoWrap02 li:last-child {
	border-bottom: none;
}

.publicInfoWrap02 .left01 {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.publicInfoWrap02 .right01 {
	display: block;
	text-align: center;
	vertical-align: middle;
}

.ticketH501Mb10 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 27px;
	line-height: 27px;
	font-weight: 500;
	background-image: url(./../../img/common02/sp_kti_ticket_completion_icon02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
	margin-bottom: 10px;
}

.publicText02 {
	font-size: 24px;
	line-height: 48px;
	margin-bottom: 20px;
	padding-left: 28px;
}

.ticketOsusumeWrap01.publicWrap01 .ticketOsusumeUl01 {
    width: auto;
}
.ticketOsusumeWrap01.publicWrap01 .ticketOsusumeLi01 {
    float: none;
    margin-right: 0px;
    width: auto;
}


/*--公演詳細ページ　02--------------------*/

.publicTableWrap01 {
	padding-bottom: 16px;
}
.publicTableWrapIn01 {
	float: left;
	padding-bottom: 10px;
}
.publicTableWrapIn02 {
	overflow-x: auto;
	width: 476px;
	float: left;
	padding-bottom: 10px;
}

.publicTableWrapIn02::-webkit-scrollbar {
	height: 12px;
}
.publicTableWrapIn02::-webkit-scrollbar-track {
	border-radius: 12px;
	background: #e4e4e4;
}
.publicTableWrapIn02::-webkit-scrollbar-thumb {
	border-radius: 12px;
	background: #bfbfbf;
}



.publicTable01 {
}
.publicTable01 th {
	border-right: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	background-image: url(./../../img/page/kti_public_table_bg01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	width: 116px;
	height: 66px;
	position: relative;
	top: 0px;
	left: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
}
.publicTableText01 {
	position: absolute;
	left: 4px;
	bottom: 6px;
}
.publicTableText02 {
	position: absolute;
	top: 10px;
	right: 8px;
}

.publicTable01 td {
	background-color: #dbdbdb;
	border-right: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	width: 116px;
	height: 56px;
	text-align: center;
	vertical-align: middle;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.publicTable02 {
	table-layout: fixed;
}
.publicTable02 th {
	border-right: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	background-color: #eaeaea;
	width: 80px;
	height: 66px;
	min-width: 54px;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	white-space: nowrap;
	padding: 0px 5px;
}
.publicTable02 th.daySun {
	color: #b62d41;
}
.publicTable02 th.daySat {
	color: #228da8;
}

.publicTable02 td {
	border-right: 4px solid #ffffff;
	border-bottom: 4px solid #eaeaea;
	width: 80px !important;
	height: 56px;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}
.publicTable02 td a:link {	color: #333333;	text-decoration: underline;}
.publicTable02 td a:visited {	color: #333333;	text-decoration: underline;}
.publicTable02 td a:hover {	color:#333333;	text-decoration: none;}
.publicTable02 td a:active {	color:#333333;	text-decoration: none;}

.publicTable02 .bbNone td {
	border-bottom: none;
}
.publicTable02 td.bbNone {
	border-bottom: none;
}
.publicTable02 td.bgGray01 {
	background-color: #f7f7f7;
}

/*------モーダルウィンドウ用-------*/

#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	/*box-shadow: 0 0 5px rgba(0, 0, 0, .25);*/
	margin: 0 auto;
	position: relative;
	z-index: 9991;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9990;
	cursor: pointer;
}

/*------モーダルウィンドウ用　ここまで---*/

.click {
	display: none;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

/*.clickWrap .clickLeft {
	float: left;
}*/

.clickWrap {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.clickWrap .clickClose {
	text-align: right;
}


/*----*/

.modalBox01 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}
.modalIn01 {
	padding: 30px;
}

.clickClose .entryBtn a {
	background-image: url(./../../img/page/sp_kti_public_btn_bg01.png);
	background-repeat: no-repeat;
	background-position: center 13px;
	width: 96px;
	height: 100px;
	float: right;
}
.clickClose .entryBtn a span {
	display: block;
	text-align: center;
	padding-top: 66px;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	line-height: 19px;
	font-weight: bold;
	color: #ffffff;
}

.publicModalTable01 {
	margin-bottom: 15px;
}

.publicModalText01 {
	background-image: url(./../../img/page/sp_kti_public_icon01.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	padding: 10px 0px 10px 50px;
}
.publicModalText02 {
	background-image: url(./../../img/page/sp_kti_search_icon02.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	font-size: 22px;
	line-height: 22px;
	padding: 10px 0px 10px 38px;
	margin-bottom: 34px;
	vertical-align: middle;
}
/*170713 update*/
.publicModalText01 span,
.publicModalText02 span {
	margin-left: 14px;
	vertical-align: middle;
}
/*170713 update*/

.publicModalText03 {
	font-size: 24px;
	line-height: 44px;
	margin-bottom: 10px;
}
.publicModalUl01 {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 30px;
}
/*170713 add*/
.publicModalSekiwari img{
	max-width: 100%;
}
/*170713 add*/

.publicModalBox01 {
	padding: 30px 30px 25px 30px;
	background-color: #effbff;
	margin-top: 80px;
	margin-bottom: 60px;
}

.publicModalText04 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 14px;
}
.publicModalText05 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 24px;
}
.pablicModalBtn01 {
	margin-bottom: 30px;
}
.publicModalText06 {
	font-size: 22px;
	line-height: 34px;
}

.publicModalBox02 {
	padding: 30px 30px 25px 30px;
	background-color: #f7f7f7;
}
.publicModalBoxIn01 {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 15px;
	position: relative;
}
.publicModalBoxIn01_1 {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 15px;
	position: relative;
}
.publickModalOkiniiri {
	position: absolute;
	right: 0px;
	bottom: 15px;
}
.publickModalOkiniiri .entryBtn a {
	width: 240px;
	background-color: #f06e80;
	background-image: url(./../../img/common02/kti_ticket_btn_bg01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
}
.publickModalOkiniiri .entryBtn a:hover {
	background-color: #df5366;
}
.publickModalOkiniiri .entryBtn a span {
	display: inline-block;
	background-image: url(./../../img/page/sp_kti_public_btn_bg02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 18px 0px 18px 34px;
}

.publicModalBoxIn02 {
	padding: 45px 0px 10px 0px;
}

.ticketH501 .publicModalSpan01 {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	margin-left: 30px;
	margin-bottom: 10px;
}
.ticketH501 .publicModalSpan02 {
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin-left: 0px;
	display: block;
}

.publicModalBoxIn03 a:link {	color: #333333;	text-decoration: underline;}
.publicModalBoxIn03 a:visited {	color: #333333;	text-decoration: underline;}
.publicModalBoxIn03 a:hover {	color:#333333;	text-decoration: none;}
.publicModalBoxIn03 a:active {	color:#333333;	text-decoration: none;}

.publicModalBoxIn01_1 a:link {	color: #333333;	text-decoration: underline;}
.publicModalBoxIn01_1 a:visited {	color: #333333;	text-decoration: underline;}
.publicModalBoxIn01_1 a:hover {	color:#333333;	text-decoration: none;}
.publicModalBoxIn01_1 a:active {	color:#333333;	text-decoration: none;}

.publicModalText07 {
	font-size: 20px;
	line-height: 20px;
	margin-top: 60px;
}

.clickClose.bottom .entryBtn a {
	float: none;
	margin: 0px auto;
}
.clickClose.bottom {
	text-align: center;
	padding-top: 60px;
}

.publicModalBox02 .publicH5Wrap01 {
	font-size: 24px !important;
	line-height: 24px !important;
	background-position: left 12px !important;
}

.publicHoshitori {
	margin-bottom: 60px;
}


/*--カレンダーページ--------------------*/

.calendarNaviWrap01 {
	border-bottom: 2px solid #41afcb;
}

.calendarNavi01 {
	width: auto;
	margin: 0px auto;
	padding-left: 19px;
}
.calendarNavi01 li {
	width: 188px;
	margin-right: 18px;
	float: left;
}
.calendarNavi01 li a {
	display: table-cell;
	width: 188px;
	height: 68px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #b6b6b6;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.calendarNavi01 li a:link {	color: #ffffff;	text-decoration: none;}
.calendarNavi01 li a:visited {	color: #ffffff;	text-decoration: none;}
.calendarNavi01 li a:hover {
	color:#ffffff;
	text-decoration: none;
	background-color: #41afcb;
}
.calendarNavi01 li a:active {	color:#ffffff;	text-decoration: none;}

.calendarNavi01 li a.calendarActive01 {
	color:#ffffff;
	text-decoration: none;
	background-color: #41afcb;
}

.calendarContWrap01 {
	background-color: #f6f6f6;
}

.calendarNaviWrap02.sp {
	overflow: auto;
	margin-bottom: 0px;
	padding-top: 60px;
	background-color: #f6f6f6;
}

.calendarNaviWrap02::-webkit-scrollbar {
	height: 12px;
}
.calendarNaviWrap02::-webkit-scrollbar-track {
	border-radius: 12px;
	background: #e4e4e4;
}
.calendarNaviWrap02::-webkit-scrollbar-thumb {
	border-radius: 12px;
	background: #bfbfbf;
}


.calendarNavi02 {
	width: 1830px;
	padding-left: 258px;
	padding-right: 226px;
}

.calendarNavi02 li {
	width: 126px;
	margin-right: 26px;
	float: left;
}
.calendarNavi02 li a {
	display: block;
	padding-bottom: 13px;
}
.calendarNavi02 li a span {
	display: table-cell;
	width: 126px;
	height: 66px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #595959;
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.calendarNavi02 li a:link {	color: #ffffff;	text-decoration: none;}
.calendarNavi02 li a:visited {	color: #ffffff;	text-decoration: none;}
.calendarNavi02 li a:hover {
	color:#ffffff;
	text-decoration: none;
	background-image: url(./../../img/page/sp_kti_calendar_navi_ar01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.calendarNavi02 li a:active {	color:#ffffff;	text-decoration: none;}

.calendarNavi02 li a:hover span {
	background-color: #41afcb;
}

.calendarNavi02 li a.calendarActive01 {
	color:#ffffff;
	text-decoration: none;
	background-image: url(./../../img/page/sp_kti_calendar_navi_ar01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.calendarNavi02 li a.calendarActive01 span {
	background-color: #41afcb;
}
/*170711 update */
.calendarUl01 {
	margin: 0px auto;
	padding-bottom: 30px;
}
.calendarUl01 li {
	float: left;
	text-align: left;
	vertical-align: top;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	line-height: 24px;
	/*font-weight: bold;*/
	padding: 0px 40px 0px 34px;
}
/*/170711 update */
/*170711 add*/
.calendarUl01 li:nth-child(4){
	margin-top: 35px;
}
/*/170711 add*/
.calendarUl01 li.calendarLi01 {
	background-image: url(./../../img/page/sp_kti_calendar_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.calendarUl01 li.calendarLi02 {
	background-image: url(./../../img/page/sp_kti_calendar_icon02.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.calendarUl01 li.calendarLi03 {
	background-image: url(./../../img/page/sp_kti_calendar_icon03.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/*170711 add*/
.calendarUl01 li.calendarLi04 {
	background-image: url(./../../img/page/sp_kti_calendar_icon04.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/*/170711 add*/
.calendarUl02Wrap {
	float: none;
	padding-bottom: 30px;
}
.calendarUl02 {
	display: table;
	margin: 0px auto;
}
.calendarUl02 li {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	line-height: 26px;
	/*font-weight: bold;*/
}
.calendarUl02 li.calendarLi04 {
	border-right: 1px solid #b2b2b2;
}
.calendarUl02 li.calendarLi04 a {
	display: block;
	background-image: url(./../../img/page/sp_kti_calendar_ar_prev.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 24px 5px 18px;
	color: #595959;
}
.calendarUl02 li.calendarLi05 a {
	display: block;
	background-image: url(./../../img/page/sp_kti_calendar_ar_next.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 5px 24px 5px 18px;
	color: #595959;
}

.calendarBlockWrap01 {

	background-color: #ffffff;
	padding: 20px;
}

.calendarTable01 {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	border-top: 1px solid #eaeaea;
}
.calendarTable01 th {
/*	border-right: 1px solid #ffffff;
	background-color: #eaeaea;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 14.3%;
	height: 36px;*/
	display: none;
}
.calendarTable01 th.calendarSat {
	color: #228da8;
}
.calendarTable01 th.calendarSun {
	color: #b62d41;
}


.calendarTable01 td {
	border-bottom: none;
	padding: 0px;
	display: table;
	width: 100%;
	margin-bottom: 4px;
	font-size: 0px;
	line-height: 0px;
}
.calendarTable01 td.tdBg01 {
	background-color: transparent;
}
.calendarTable01 .calendarTrLast td {
	border-bottom: none;
}

.calendarDay01 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	line-height: 26px;
	/*font-weight: bold;*/
	padding: 15px 0px;
	display: table-cell;
	width: 100px;
	text-align: center;
	vertical-align: top;
	background-color: #eaeaea;
	border-bottom: 4px solid #eaeaea;
}
.calendarDay01.daySat {
	color: #228da8;
}
.calendarDay01.daySun {
	color: #b62d41;
}

.calendarDay01>span.pcBr {
	display: none;
}

.calendarContents01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	border-bottom: 4px solid #eaeaea;
	padding: 14px 28px 4px 28px;
}
.calendarContents01 li {
	color: #838181;
	font-size: 22px;
	line-height: 30px;
	/*font-weight: bold;*/
	padding: 15px 0px;
	border-top: 1px solid #d0d0d0;
}
.calendarContents01 li:first-child {
	border-top: none;
}

.calendarContents01 li.toujitsu a:link {	color: #e78c2b;	text-decoration: none;}
.calendarContents01 li.toujitsu a:visited {	color: #e78c2b;	text-decoration: none;}
.calendarContents01 li.toujitsu a:hover {	color:#e78c2b;	text-decoration: underline;}
.calendarContents01 li.toujitsu a:active {	color:#e78c2b;	text-decoration: none;}

.calendarContents01 li.mitei a:link {	color: #4f89c4;	text-decoration: none;}
.calendarContents01 li.mitei a:visited {	color: #4f89c4;	text-decoration: none;}
.calendarContents01 li.mitei a:hover {	color:#4f89c4;	text-decoration: underline;}
.calendarContents01 li.mitei a:active {	color:#4f89c4;	text-decoration: none;}
/*170711 add*/
.calendarContents01 li.itibu a:link {	color: #40aa63;	text-decoration: none;}
.calendarContents01 li.itibu a:visited {	color: #40aa63;	text-decoration: none;}
.calendarContents01 li.itibu a:hover {	color:#40aa63;	text-decoration: underline;}
.calendarContents01 li.itibu a:active {	color:#40aa63;	text-decoration: none;}
/*/170711 add*/



/*----公演を探す----------------------------------*/

.searchTabNaviWrap01 {
	overflow: hidden;
}
.aboutNavi01.searchTabNaviWrap01 .tabNav {
	width: 620px;
	padding: 0px 0px 0px 0px;
}

.aboutNavi01.searchTabNaviWrap01 .tabNav li {
	width: 293px;
	margin-right: 13px;
	float: left;
}

.aboutNavi01.searchTabNaviWrap01 .tabNav li p {
	display: table;
	width: 100%;
	padding: 0px;
}

.aboutNavi01.searchTabNaviWrap01 .tabNav li a {
	background-image: none;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	padding-right: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	line-height: 28px;
}
.aboutNavi01.searchTabNaviWrap01 .tabNav li a:link {	color: #ffffff;	text-decoration: none;}
.aboutNavi01.searchTabNaviWrap01 .tabNav li a:visited {	color: #ffffff;	text-decoration: none;}
.aboutNavi01.searchTabNaviWrap01 .tabNav li a:hover {	color:#ffffff;	text-decoration: none;}
.aboutNavi01.searchTabNaviWrap01 .tabNav li a:active {	color:#ffffff;	text-decoration: none;}


.aboutNavi01.searchTabNaviWrap01 .tabNav li a.active {
	background-image: none;
	color:#ffffff;
	text-decoration: none;
	background-color: #41afcb;
}
.aboutNavi01.searchTabNaviWrap01 .tabNav li a span {
	/*display: table-cell;*/
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 16px 0px 16px 32px;
	background-color: inherit;
	font-size: 16px;
	line-height: 16px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}


/*.searchCalendarBtn01 {
	background-image: url(./../../img/page/kti_search_icon_calendar.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 24px;
	height: 24px;
}*/

.searchDayContWrap {
	display: block;
	width: 100%;
	font-size: 30px;
	line-height: 30px;
}
.searchCalendarWrap {
	display: block;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 20px;
}
.searchDayText01 {
	display: block;
	text-align: right;
	vertical-align: middle;
}
.searchDayText01 a {
	font-size: 22px;
	line-height: 22px;
}
.searchDayText01 a:link {	color: #41afcb;	text-decoration: underline;}
.searchDayText01 a:visited {	color: #41afcb;	text-decoration: underline;}
.searchDayText01 a:hover {	color:#41afcb;	text-decoration: none;}
.searchDayText01 a:active {	color:#41afcb;	text-decoration: none;}


.searchCalendarWrap .ui-datepicker-trigger {
	padding: 0px;
	border: none;
	vertical-align: middle;
}
.searchCalendarWrap select {
	font-size: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding: 15px 5px;
}

.searchCarendarYear {
	width: 145px;
}
.searchCarendarMonth {
	width: 100px;
}
.searchCarendarDay {
	width: 100px;
}
.searchSpan01 {
	margin: 0px 20px 0px 10px;
}
.searchSpan02 {
	margin: 10px 0px 0px 0px;
	text-align: right;
	display: block;
}

.searchTabCont {
	padding-top: 10px;
}

.searchGenreWrap01 {
	border-top: 5px solid #41afcb;
	border-left: 2px solid #cdcdcd;
	border-right: 2px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
	padding: 34px 44px 34px 44px;
}
.searchGenreUl01 {
}
.searchGenreUl01 ul {
}
.searchGenreUl01 li {
	float: none;
	margin-right: 58px;
	vertical-align: middle;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 32px;
}
.searchGenreUl01 li input {
	vertical-align: middle;
	margin-right: 20px;
}

.searchGenreP01 {
	vertical-align: middle;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #41afcb;
	padding-bottom: 0px;
}
.searchGenreP01 input {
	vertical-align: middle;
	margin-right: 10px;
}

.searchFeeSp {
	display: block;
	margin-bottom: 30px;
}

.searchFeeWrap {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 80px;
}
.searchFeeSelect01 {
	font-size: 30px;
	line-height: 38px;
	vertical-align: middle;
	padding: 15px 5px;
	width: 430px;
}
.searchFeeSpan01 {
	margin: 0px 20px 0px 10px;
}

.searchBtnWrap01 {
	text-align: center;
}

.buttonCalendar {
	background-image: url(./../../img/page/sp_kti_search_icon_calendar.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 52px;
	height: 52px;
	cursor: pointer;
}

.ui-datepicker-trigger{
	width: 52px;
	height: 52px;
	cursor: pointer;
	border: none;
}

.topSearchWrap.searchPageWrap {
	padding: 20px 0px 0px 0px;
}




/*----検索結果一覧----------------------------------*/

.topSearchCont.searchSearchCont {
	width: auto;
	margin: 0px auto;
}

/*.aboutNavi01 .tabNav li {
	padding-right: 10px;
}*/

.aboutNaviWrap01.searchAssemblyTabWrap {
	padding: 30px 0px 30px 20px;
}

.aboutNavi01.searchAssemblyTab .tabNav {
}
.aboutNavi01.searchAssemblyTab .tabNav li {
	width: 190px;
	margin: 0px 15px 0px 0px;
}

.aboutNavi01.searchAssemblyTab .tabNav li a {
	background-image: none;
	/*display: table;*/
	width: 100%;
	height: 70px;
	padding-right: 0px;
}
.aboutNavi01.searchAssemblyTab .tabNav li a:link {	color: #ffffff;	text-decoration: none;}
.aboutNavi01.searchAssemblyTab .tabNav li a:visited {	color: #ffffff;	text-decoration: none;}
.aboutNavi01.searchAssemblyTab .tabNav li a:hover {	color:#ffffff;	text-decoration: none;}
.aboutNavi01.searchAssemblyTab .tabNav li a:active {	color:#ffffff;	text-decoration: none;}

.aboutNavi01.searchAssemblyTab .tabNav li p {
	padding: 0px;
}
.aboutNavi01.searchAssemblyTab .tabNav li a.active {
	background-image: none;
	color:#ffffff;
	text-decoration: none;
	background-color: #41afcb;
}
.aboutNavi01.searchAssemblyTab .tabNav li a span {
	/*display: table-cell;*/
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	padding: 16px 0px 16px 40px;
	background-color: inherit;
	font-size: 22px;
	line-height: 26px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
.aboutNavi01.searchAssemblyTab .tabNav li a span.searchAncNavi01 {
	background-image: url(./../../img/page/sp_kti_search_navi_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 20px 0px 20px 40px;
}
.aboutNavi01.searchAssemblyTab .tabNav li a span.searchAncNavi02 {
	background-image: url(./../../img/page/sp_kti_search_navi_icon02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 8px 0px 8px 40px;
}
.aboutNavi01.searchAssemblyTab .tabNav li a span.searchAncNavi03 {
	background-image: url(./../../img/page/sp_kti_search_navi_icon03.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 20px 0px 20px 40px;
}

.l-contents-wrap01.searchAssemblyCont01 {
	padding: 10px 20px 130px 20px;
}

.searchContLeft01 {
	display: block;
	text-align: left;
	vertical-align: top;
	width: auto;
}
.searchContLeft01 img {
	width: 100%;
	height: auto;
}
.searchContRight01 {
	display: block;
	text-align: left;
	vertical-align: top;
	padding-left: 0px;
	padding-top: 28px;
}
.searchText01 {
	color: #1ba5c8;
	font-size: 20px;
	line-height: 38px;
	font-weight: bold;
	margin-bottom: 10px;
}
.searchText02 {
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 20px;
}
.searchText03 {
	font-size: 20px;
	line-height: 30px;
	background-image: url(./../../img/page/sp_kti_search_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 38px;
	margin-bottom: 8px;
}
.searchText04 {
	font-size: 20px;
	line-height: 30px;
	background-image: url(./../../img/page/sp_kti_search_icon02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 38px;
	margin-bottom: 32px;
}
.searchText04 span {
	margin-left: 10px;
}

.searchAssemblyBtn01 {
	text-align: center;
}


.searchArtistUlWrap {
	overflow: hidden;
}
.searchArtistUl01 {
	width: auto;
}
.searchArtistUl01 li {
	width: auto;
	margin-right: 0px;
	float: none;
}

.searchContLeft01.searchArtistImg01 {
	width: auto;
}
.searchContLeft01.searchArtistImg01 img {
	width: 100%;
	height: auto;
}

.searchContLeft01.searchArtistImg01>.noimageWrapper{
	width: auto;
	height: auto;
	background-color: #d3d3d3;
	display: block;
}

.searchContLeft01.searchArtistImg01>.noimageWrapper img{
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
}

.searchContLeft01.searchKoenImg01>.noimageWrapper{
	width: auto;
	height: auto;
	background-color: #d3d3d3;
	display: block;
}

.searchContLeft01.searchKoenImg01>.noimageWrapper img{
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
}

.searchAssemblyUl01 {
	padding-top: 30px;
}
.searchAssemblyUl01 li {
	padding: 0px;
}
.searchAssemblyUl01 li a {
	background-image: url(./../../img/page/sp_kti_search_ar_assembly.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding: 26px 0px;;
}
.searchAssemblyUl01 li a:link {	text-decoration: none;}
.searchAssemblyUl01 li a:visited {	text-decoration: none;}
.searchAssemblyUl01 li a:hover {	text-decoration: underline;}
.searchAssemblyUl01 li a:active {	text-decoration: none;}

.searchAssemblyUl01 li a p {
	font-size: 26px;
	line-height: 36px;
	background-image: url(./../../img/page/sp_kti_search_icon_assembly.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 55px;
}


/*------------------------------------------------------------
	会場詳細
-------------------------------------------------------------*/

.kaijyoSyousaiContWrap01Sp {
	padding: 0px 20px;
}

.kaijyoSyousaiMapBtn.entryBtn {
}

.kaijyoSyousaiMapBtn.entryBtn a {
	background-image: url("./../../img/common/kti_btn_ar01.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	padding: 16px 25px;
	display: inline-block;
	text-align: center;
}
.kaijyoSyousaiMapBtn.entryBtn a span {
	display: inline-block;
	background-image: url("./../../img/page/sp_kti_kaijyo_icon01.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 30px;
}

.kaijyoSyousaiMapWrap {
	background-color: #f6f6f6;
	margin-bottom: 56px;
}

.kaijyoSyousaiMapWrap iframe {
	width: 600px;
	height: 200px;
}

.kaijyoSyousaiMapCont {
	padding: 20px;
}
.kaijyoSyousaiMapIn {
	width: auto;
	float: none;
}
.kaijyoSyousaiMapIn dl {
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 18px;
}
.kaijyoSyousaiMapIn dt {
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	padding-bottom: 0px;
}
.kaijyoSyousaiMapIn dd {
	font-size: 24px;
	line-height: 36px;
	padding-bottom: 18px;
}

.kaijyoSyousaiMapIn dd a {
	background-image: url(./../../img/page/sp_kti_kaijyo_icon02.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	padding-right: 30px;
}
.kaijyoSyousaiMapIn dd a:link {	color: #41afcb;	text-decoration: underline;}
.kaijyoSyousaiMapIn dd a:visited {	color: #41afcb;	text-decoration: underline;}
.kaijyoSyousaiMapIn dd a:hover {	color:#41afcb;	text-decoration: none;}
.kaijyoSyousaiMapIn dd a:active {	color:#41afcb;	text-decoration: none;}

.kaijyoSyousaiMapCont.accessWrap {
	padding: 0px 0px 12px 0px;
}
.kaijyoSyousaiBox01 {
	padding-bottom: 46px;
}
.kaijyoSyousaiZasekiLink a {
	background-image: url(./../../img/page/sp_kti_kaijyo_icon03.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	padding-right: 34px;
	font-size: 22px;
	line-height: 36px;
}
.kaijyoSyousaiZasekiLink a:link {	color: #41afcb;	text-decoration: underline;}
.kaijyoSyousaiZasekiLink a:visited {	color: #41afcb;	text-decoration: underline;}
.kaijyoSyousaiZasekiLink a:hover {	color:#41afcb;	text-decoration: none;}
.kaijyoSyousaiZasekiLink a:active {	color:#41afcb;	text-decoration: none;}

.kaijyoSyousaiContWrap01 {
	padding-bottom: 0px;
}

.kaijyoSyousaiSlideWrap01 {
	position: relative;
	margin-bottom: 24px;
	padding: 0px 0px;
}
.kaijyoSyousaiSlideWrap01 .slick-prev {
	border: none;
	background-image: url(./../../img/page/sp_kti_kaijyo_slide_prev.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 50px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -99999px;
	position: absolute;
	left: 0px;
	top: 142px;
	z-index: 20;
}
.kaijyoSyousaiSlideWrap01 .slick-next {
	border: none;
	background-image: url(./../../img/page/sp_kti_kaijyo_slide_next.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 50px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -99999px;
	position: absolute;
	right: 0px;
	top: 142px;
	z-index: 20;
}

.kaijyoSyousaiSlideWrap01 .slick-slide {
	width: 500px;
	padding: 0px 16px;
}
.kaijyoSyousaiSlideWrap01 .slick-slide img {
	width: 100%;
	height: auto;
}

.l-contents-wrap01.publicContWrap01.kaijyoSyousai {
	padding-bottom: 100px;
}


/*------------------------------------------------------------
	会社沿革
-------------------------------------------------------------*/

.l-contents-wrap01.aboutContWrap01 {
	padding: 48px 20px 120px 20px;
}

.aboutDl01 {
	display: block;
	width: 100%;
	padding-bottom: 30px;
}
.aboutDl01 dt {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: auto;
	padding-bottom: 32px;
}
.aboutDl01 dd {
	display: block;
	text-align: left;
	vertical-align: middle;
	font-size: 24px;
	line-height: 36px;
}

.aboutSpan01 {
	white-space: nowrap;
}


/*------------------------------------------------------------
	採用情報
-------------------------------------------------------------*/

.l-cont-block02.aboutBlock01 {
	padding-bottom: 80px;
	/*padding-bottom: 58px;*/
}

.aboutUl01 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 16px;
}


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

.aboutH601 {
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}
.aboutUl02 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 36px;
}
.aboutUl02 li {
	padding-left: 1em;
	text-indent: -1em;
}
.aboutDl02 {
	font-size: 24px;
	line-height: 36px;
	background-color: #f7f7f7;
	margin-bottom: 42px;
	padding: 22px 25px;
}
.aboutDl02 dt {
	font-weight: bold;
}
.aboutDl02 dd li {
	padding-left: 1em;
	text-indent: -1em;
}
.aboutBox02 {
	padding-bottom: 25px;
}
.aboutBox02 p {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	float: right;
}


/*------------------------------------------------------------
	サイトご利用ガイド
-------------------------------------------------------------*/

.l-contents-wrap01.userguideContWrap01 {
	padding: 0px 0px 60px 0px;
}

.userguideDl01 {
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
}
.userguideDl01 dt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	background-color: #868686;
	padding: 16px 0px;
}
.userguideDl01 dd {
	background-color: #f7f7f7;
	padding: 20px 32px 48px 32px;
}
.userguideDl01 dd p {
	font-size: 24px;
	line-height: 36px;
	text-align: left;
	margin-bottom: 34px;
}
.userguideBtnWrap01 {
	text-align: center;
}

.userguideBox01 {
	background-color: #eefcff;
	padding: 50px 20px 40px 20px;
}

.userguideBox02 {
	padding-bottom: 22px;
}
.userguideBox02 dl.left01 {
	width: auto;
	float: none;
	margin-bottom: 30px;
}
.userguideBox02 dl.right01 {
	width: auto;
	float: none;
}

.userguideBox02 dt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
	color: inherit;
	background-color: #ffffff;
	padding: 30px 40px 15px 40px;
	text-align: left;
}
.userguideBox02 dd {
	background-color: #ffffff;
	padding: 0px 40px 20px 40px;
	height: auto;
	font-size: 24px;
	line-height: 36px;
	text-align: left;
}
.userguideSpan01 {
	color: #c82a2d;
}
.userguideText01 {
	font-size: 22px;
	line-height: 30px;
	margin-top: 24px;
}
.userguideText01 a:link {	color: #41afcb;	text-decoration: underline;}
.userguideText01 a:visited {	color: #41afcb;	text-decoration: underline;}
.userguideText01 a:hover {	color:#41afcb;	text-decoration: none;}
.userguideText01 a:active {	color:#41afcb;	text-decoration: none;}

.userguideH401 {
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	background-color: #41afcb;
	padding: 13px 20px;
	text-align: left;
	margin: 0px 20px;
}

.userguideUl01 {
	padding: 0px 20px;
}
.userguideUl01 .li01 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
}
.userguideUl01 .li01 dl {
	display: block;
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 26px;
}
.userguideBtnWrap02 {
	display: block;
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 30px;
	width: auto;
}

.userguideUl01 .li01 dt {
	font-size: 26px;
	line-height: 45px;
	font-weight: bold;
	padding-bottom: 15px;
}
.userguideUl01 .li01 dt span {
	color: #41afcb;
}

.userguideUl01 .li01 dd {
	font-size: 24px;
	line-height: 36px;
}
.userguideUl01 .li01 dd .text02 {
	font-size: 22px;
	line-height: 36px;
	margin-top: 6px;
	padding-left: 1em;
	text-indent: -1em;
}
.userguideUl02 li {
	font-size: 24px;
	line-height: 36px;
	width: auto;
	float: none;
}
.userguideUl02.userguideUl03 li {
	font-size: 24px;
	line-height: 36px;
	width: auto;
	float: none;
}
.userguideUl01 .li01 dd a:link {	color: #41afcb;	text-decoration: underline;}
.userguideUl01 .li01 dd a:visited {	color: #41afcb;	text-decoration: underline;}
.userguideUl01 .li01 dd a:hover {	color:#41afcb;	text-decoration: none;}
.userguideUl01 .li01 dd a:active {	color:#41afcb;	text-decoration: none;}

.aboutUl01.userguideUl03 li {
	padding-left: 1em;
	text-indent: -1em;
}
.aboutUl01.userguideUl03 {
	margin-bottom: 48px;
}


/*------------------------------------------------------------
	よくある質問
-------------------------------------------------------------*/

.calendarNaviWrap01.faqNaviWrap01 {
	padding-top: 62px;
	border-bottom: 4px solid #41afcb;
}
.faqNaviWrap01 .calendarNavi01 {
	width: auto;
	padding: 0px 20px;
}
.faqNaviWrap01 .calendarNavi01 li.li01 {
	margin: 0px;
	/*170728 update*/
	width: 152px;
	/*170728 update*/
}
.faqNaviWrap01 .calendarNavi01 li.li02 {
	margin: 0px;
	/*170728 update*/
	width: 152px;
	/*170728 update*/
}
.faqNaviWrap01 .calendarNavi01 li.li03 {
	margin: 0px;
	/*170728 update*/
	width: 152px;
	/*170728 update*/
}
/*170728 add*/
.faqNaviWrap01 .calendarNavi01 li.li04 {
	margin: 0px;
	width: 144px;
}
/*170728 add*/
.faqNaviWrap01 .calendarNavi01 li a {
	/*170728 update*/
	width: 144px;
	/*170728 update*/
	height: 112px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
}
.faqNaviWrap01 .calendarNavi01 li a span {
	display: block;
	text-align: left;
	/*170728 update*/
	padding: 0 9px;
	/*170728 update*/
}

.faqAncNaviWrap01 {
	background-color: #f7f7f7;
	padding: 40px 0px;
}
.faqAncNaviWrapIn01 {
	width: auto;
	margin: 0px auto;
}
.faqAncNaviWrapIn01 ul {
	display: table;
	margin: 0px auto;
}
.faqAncNaviWrapIn01 li {
	display: table-cell;
	vertical-align: top;
	padding: 0px 11px;
}

.faqContWrap01 {
	padding: 60px 0px 60px 0px;
	width: auto;
	margin: 0px auto;
}

.faqBlockWrap {
	padding-bottom: 40px;
}

.faqUl01 {
	padding: 40px 0px 0px 0px;
}
.faqUl01 li {
	padding-bottom: 40px;
}
.faqUl01 li dt {
	background-color: #e7e7e7;
	background-image: url(./../../img/page/sp_kti_faq_ac01.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 20px;
	cursor: pointer;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
}
.faqUl01 li dt.open {
	background-image: url(./../../img/page/sp_kti_faq_ac01_on.png);
}
.spanWrap01 {
	display: table;
	width: 100%;
}

.faqUl01 li dt .span01 {
	font-size: 30px;
	color: #41afcb;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 40px;
	height: 100px;
}
.faqUl01 li dt .span02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 100px;
}

.faqUl01 li dd {
	padding: 20px 20px 5px 20px;
	display: none;
}
.faqUl01 li dd .span01 {
	display: none;
	/*display: table-cell;*/
	text-align: left;
	vertical-align: top;
	width: 24px;
	color: #ee7a46;
	font-size: 15px;
	line-height: 20px;
}
.faqUl01 li dd .span02 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	font-size: 24px;
	line-height: 36px;
}
.faqUl01 li dd .span02 li {
	padding: 0px 0px 0px 1em;
	text-indent: -1em;
}

.faqLink01 {
	padding-top: 20px;
}
.faqLink01 a {
/*	display: inline-block;
	background-image: url(./../../img/page/kti_kaijyo_icon02.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;*/
	vertical-align: middle;
}
.faqLink01 a img {
	vertical-align: middle;
	margin-left: 10px;
}

.faqUl01 a:link {	color: #41afcb;	text-decoration: underline;}
.faqUl01 a:visited {	color: #41afcb;	text-decoration: underline;}
.faqUl01 a:hover {	color:#41afcb;	text-decoration: none;}
.faqUl01 a:active {	color:#41afcb;	text-decoration: none;}


/*----追加----*/

.faqAncNaviWrap01.faqAncNaviWrap01_03 {
	padding-bottom: 26px;
	padding-left: 20px;
}
.faqAncNaviWrapIn01_03 {
	overflow: hidden;
	width: auto;
	margin: 0px auto;
}
.faqAncNaviWrapIn01_03 ul {
	width: auto;
}
.faqAncNaviWrapIn01_03 li {
	width: 290px;
	float: left;
	margin-right: 17px;
	margin-bottom: 17px;
}


.faqLink01.faqLink02 {
	padding-top: 0px;
	font-size: 24px;
	line-height: 36px;
}
.faqLink01 a:link {	color: #41afcb;	text-decoration: underline;}
.faqLink01 a:visited {	color: #41afcb;	text-decoration: underline;}
.faqLink01 a:hover {	color:#41afcb;	text-decoration: none;}
.faqLink01 a:active {	color:#41afcb;	text-decoration: none;}


/*------------------------------------------------------------
	購入は正規ルートで
-------------------------------------------------------------*/

.otmBlockWrap01 {
	padding-bottom: 30px;
}

.otmBoxLeft {
	width: auto;
	float: none;
}
.otmBoxRight {
	float: none;
	padding-bottom: 30px;
}
.otmText01 {
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 32px;
}
.otmImg01 {
	text-align: left;
	margin-bottom: 40px;
}


/*------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------*/

.newregistBox01 {
	background-color: #f7f7f7;
	padding: 44px 20px 10px 20px;
	margin-bottom: 80px;
}
.newregistTextWrap01 {
	position: relative;
	margin-bottom: 34px;
	margin-top: 10px;
}
.newregistTextWrap01 .text01 {
	position: absolute;
	left: 0px;
	top: -63px;
}
.newregistTextWrap01 .text02 {
	font-size: 32px;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
}
.newregistTextWrap01 .text02 span {
	color: #f07d00;
}
.userguideDl01 dd.newregistDD01 {
	background-color: #ffffff;
	padding: 20px 30px 30px 30px;
}
.userguideDl01 dd p.newregistText01 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 30px;
}
.userguideDl01 dd p.newregistText01.newregistText02 {
	margin-bottom: 0px;
}
.userguideDl01.newregistDl01 {
	margin: 0px 0px 40px 0px;
}

.newregistDdBox01 {
	position: relative;
	background-color: #fff7ee;
	padding: 32px 35px;
}
.newregistDdBox01 .text01 {
	position: absolute;
	left: -6px;
	top: -6px;
}

.newregistDdBox01 .text02 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	line-height: 40px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 0px;
}
.newregistDdBox01 .text02 span {
	color: #f07d00;
}
.newregistSpan01 {
	color: #41afcb;
}

.newregistUl01 {
	margin: 40px 20px 40px 20px;
}
.newregistUl01 .li01 {
	float: left;
	padding-bottom: 20px;
}
.newregistUl01 .li01 p {
	display: table-cell;
	width: 170px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #464646;
	font-size: 20px;
	line-height: 28px;
}
.newregistUl01 .li02 {
	float: left;
	padding-bottom: 20px;
}
.newregistUl01 .li02 p {
	display: table-cell;
	width: 40px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}
.newregistUl01 .li02.li02Sp p {
	padding-left: 70px;
}

.newregistUl01.newregistUl02 .li01 p {
	width: 170px;
}
.newregistUl01.newregistUl02 .li02 p {
	width: 40px;
}
.newregistUl01.newregistUl02 .li02.li02Sp p {
	padding-left: 171px;
}

.newregistBlockWrap {
	padding-bottom: 60px;
}

.newregistBox02 {
	background-color: #f7f7f7;
	padding: 60px 20px 45px 20px;
	margin-bottom: 40px;
}
.newregistBox02 .text01 {
	color: #c82a2d;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 28px;
}
.newregistBox02 .text02 {
	font-size: 25px;
	line-height: 38px;
	font-weight: bold;
	text-indent: -0.5em;
	margin-bottom: 10px;
}
.newregistBox02 .text03 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 44px;
}

.newregistSpWrap01 {
	padding: 0px 20px;
}

.ticketH501.newregistH501 {
	background-position: left 10px;
}


/*------------------------------------------------------------
	チケット購入ガイド
-------------------------------------------------------------*/

.userguideDl01 dd p.newregistText01.newregistText02.buyguideRead01 {
	text-align: center;
}

.buyguideSpWrap01 {
	padding: 0px 20px;
}
.buyguideSpWrap01 .userguideH401 {
	margin: 0px;
}

.buyguideContWrap01 {
	width: auto;
	margin: 0px auto;
	padding: 60px 20px 30px 20px;
}
.userguideDl01.newregistDl01.buyguideDl01 {
	margin-bottom: 60px;
}
.buyguideText01 {
	text-align: center !important;
	margin-top: 38px !important;
	margin-bottom: 10px !important;
}
.memberTable01.buyguideTable01 th {
	width: 160px;
}
.memberTable01.buyguideTable01 td .memberConfirmText01 {
	font-size: 22px;
	line-height: 28px;
}

.buyguideBox01 {
	background-color: #f7f7f7;
	padding: 30px 20px 40px 20px;
}
.l-text-base01.buyguideSpan01 {
	font-size: 22px;
}

.buyguideSpan01 {
	vertical-align: middle;
}
.buyguideSpan01 span {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
.buyguideSpan01 span img {
	vertical-align: middle;
	margin: 0px 6px;
}
.buyguideLi01 {
	float: none;
	padding-bottom: 0px;
}
.buyguideLi02 {
	float: none;
	padding-bottom: 0px;
}
.buyguideLi0102 {
	float: none;
	text-align: center;
	width: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
.buyBoxSp01 .buyguideLi01 {
	float: none;
	padding-bottom: 40px;
}
.buyBoxSp01 .buyguideLi02 {
	float: none;
	padding-bottom: 40px;
}
.buyBoxSp01 .buyguideLi0102 {
	float: none;
	text-align: center;
	width: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}

.buyguideDl02 dt {
	background-color: #868686;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
	color: #ffffff;
	padding: 13px 30px;
}
.buyguideDl02 dd {
	padding-top: 30px;
}
.buyguideDl02 dd.dd01 {
	padding-top: 18px;
}

.buyguideLi01In {
	width: auto;
	height: auto;
	background-color: #ffffff;
	padding-bottom: 40px;
}
.buyguideLi01In .img01 {
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
	padding: 70px 0px 40px 0px;
}
.buyguideLi01In .text01 {
	font-size: 22px;
	line-height: 32px;
	text-align: center;
}
.buyguideUl01 {
	padding-left: 0px;
}
.buyguidePageTop01 {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	text-align: right;
	padding: 35px 0px 70px 0px;
}
.buyguidePageTop01 a {
	background-image: url(./../../img/page/sp_kti_buyguide_pagetop_ar01.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-left: 30px;
}
.buyguidePageTop01 a:link {	color: #41afcb;	text-decoration: underline;}
.buyguidePageTop01 a:visited {	color: #41afcb;	text-decoration: underline;}
.buyguidePageTop01 a:hover {	color:#41afcb;	text-decoration: none;}
.buyguidePageTop01 a:active {	color:#41afcb;	text-decoration: none;}

.buySp01 {
	margin-bottom: 60px;
}

.buyguideText02 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;
}
.ticketH501 .span01 {
	color: #41afcb;
	font-size: 22px;
	line-height: 30px;
}
.buyguideBox02 {
	padding: 20px 0px 80px 0px;
}
.buyguideText03 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 28px;
}
.buyguideText03 a:link {	color: #41afcb;	text-decoration: underline;}
.buyguideText03 a:visited {	color: #41afcb;	text-decoration: underline;}
.buyguideText03 a:hover {	color:#41afcb;	text-decoration: none;}
.buyguideText03 a:active {	color:#41afcb;	text-decoration: none;}

.buyguideBox03 {
	background-color: #f7f7f7;
	padding: 17px 44px 17px 44px;
	display: block;
	margin: 0px auto;
}
.buyguideBox03 ul {
	display: block;
}
.buyguideBox03 li {
	display: block;
	text-align: center;
	vertical-align: middle;
	height: auto;
	border-top: 1px solid #e0dddd;
	border-left: none;
	padding: 24px 0px 24px 0px;
}
.buyguideBox03 li:first-child {
	border-left: none;
	border-top: none;
}
.buyguideBox03 li .text01 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	line-height: 33px;
	font-weight: 500;
}
.buyguideBox03 li .text02 {
	font-family: 'Lato', sans-serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 24px;
}
.buyguideBox03 li .text03 {
	font-size: 18px;
	line-height: 33px;
}
.buyguideUl02 li {
	font-size: 22px;
	line-height: 36px;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}


/*------------------------------------------------------------
	お支払方法・支払手続き
-------------------------------------------------------------*/

.paymentContWrap01 {
	padding-bottom: 100px;
}

.paymentBlockWrap01 {
	width: auto;
	margin: 0px auto;
	padding: 35px 20px 50px 20px;
}
.paymentBlockWrap02 {
	width: auto;
	margin: 0px auto;
	padding: 60px 20px 0px 20px;
}
.paymentBlockWrap03 {
	width: auto;
	margin: 0px auto;
}

.paymentBlockWrap02 .newregistSpWrap01 {
	padding: 0px;
}
.paymentBlockWrap02 .userguideH401 {
	margin: 0px;
}

.paymentDl01 {
	margin: 40px 0px 0px 0px
}
.paymentDl01 dt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #c82a2d;
}
.paymentDl01 dd {
	font-size: 20px;
	line-height: 30px;
}
.paymentDl01 dd li {
	padding-left: 1em;
	text-indent: -1em;
}

.l-text-base01.spTextMb0 {
	margin-bottom: 0px;
}

.paymentDl01 dd .li01 {
	color: #c82a2d;
	font-weight: bold;
}
.paymentSpan01 {
	margin-right: 0px;
	margin-bottom: 28px;
	display: block;
}
.paymentMb24 {
	margin-bottom: 24px;
}
.paymentBox01 {
	background-color: #f7f7f7;
	padding: 30px 20px 40px 20px;
	margin-bottom: 40px;
}
.paymentH401 {
	background-image: url(./../../img/page/sp_kti_payment_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 44px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #41afcb;
}
.paymentText01 {
	font-size: 24px;
	line-height: 36px;
}
.paymentUl01 {
	margin-bottom: 15px;
}
.paymentUl01 .box01 {
	background-color: #f7f7f7;
	padding: 30px 30px 30px 30px;
}

.paymentUl01 .left01 {
	width: auto;
	float: none;
	margin-bottom: 64px;
}
.paymentUl01 .right01 {
	width: auto;
	float: none;
}
.paymentUl01 .text01 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 26px;
}
.paymentUl02 {
	margin-bottom: 40px;
}
.paymentUl02 li.li01 {
	text-align: center;
	padding: 20px 0px;
}
.paymentUl02 dl {
	display: table;
	width: 100%;
}
.paymentUl02 dt {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 108px;
	height: 60px;
	background-color: #41afcb;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}
.paymentUl02 dd {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 60px;
	padding: 20px 20px;
	background-color: #f7f7f7;
	font-size: 22px;
	line-height: 34px;
}
.paymentText02 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
	color: #41afcb;
	margin-bottom: 18px;
}
.paymentBox01.paymentBox0102 {
	background-color: #effcff;
	margin-bottom: 40px;
}
.paymentText03 {
	font-size: 24px;
	line-height: 46px;
	font-weight: bold;
	margin-bottom: 8px;
}
.paymentText04 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 16px;
}
.ticketH501.paymentH501 {
	vertical-align: middle;
	font-size: 26px;
	line-height: 36px;
}
.ticketH501.paymentH501 img {
	vertical-align: middle;
	margin-left: 0px;
	margin-top: 20px;
}
.paymentImg01 {
	margin-bottom: 25px;
}

.paymentSpBtnWrap01 {
	text-align: center;
}

.paymentBold01 {
	font-weight: bold;
}

.paymentText05 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 10px;
}
.paymentText06 {
	margin-bottom: 18px;
}
.paymentText07 {
	margin-bottom: 34px;
}
.paymentText08 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 30px;
}
.paymentUl03 {
	display: table;
	margin-bottom: 10px;
}
.paymentUl03 li {
	display: table-cell;
	text-align: left;
	padding-right: 30px;
}
.paymentUl03 li a {
	display: inline-block;
	background-image: url(./../../img/page/sp_kti_kaijyo_icon02.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}
.paymentUl03 li a:link {	color: #41afcb;	text-decoration: underline;}
.paymentUl03 li a:visited {	color: #41afcb;	text-decoration: underline;}
.paymentUl03 li a:hover {	color:#41afcb;	text-decoration: none;}
.paymentUl03 li a:active {	color:#41afcb;	text-decoration: none;}

.paymentText09 {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}
.memberTable01 th.thBg01.paymentTh01 {
	width: 200px;
	text-align: center;
	font-weight: bold;
}
.memberTable01 th.thBg01.paymentTh02 {
	width: auto;
	text-align: center;
	font-weight: bold;
}
.memberTable01 th.thBg01.paymentTh03 {
	width: 200px;
	text-align: center;
	font-weight: bold;
}

.memberTable01.paymentTable01 th {
	font-weight: normal;
}
.memberTable01.paymentTable01 td {
	font-size: 14px;
	line-height: 20px;
}
.memberTable01.paymentTable01 td .span01 {
	font-size: 12px;
	line-height: 14px;
}
.memberTable01.paymentTable01 {
	margin-bottom: 16px;
}
.paymentMb40 {
	margin-bottom: 40px;
}

.paymentUl04 {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
.paymentUl04 li {
	display: block;
	padding-bottom: 32px;
}
.paymentUl04 li.li01 {
	width: auto;
	padding-right: 0px;
}
.paymentUl04 li.li02 {
	width: auto;
	padding-right: 0px;
}
.paymentUl04 li.li03 {
	width: auto;
}

.paymentText10 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #c82a2d;
	margin-bottom: 10px;
}
.paymentUl05 li {
	font-size: 20px;
	line-height: 30px;
	padding-left: 1em;
	text-indent: -1em;
}
.paymentUl05 {
	margin-bottom: 50px;
}


/*------------------------------------------------------------
	受け取り方法
-------------------------------------------------------------*/

.receiptBoxWrap01 {
	display: block;
	width: 100%;
}
.receiptBoxWrap01 .left01 {
	display: block;
	text-align: left;
	vertical-align: top;
	width: auto;
}
.receiptBoxWrap01 .right01 {
	display: block;
	text-align: right;
	vertical-align: top;
}

.receiptBlockWrap01 {
	width: auto;
	margin: 0px auto;
	padding: 34px 20px 10px 20px;
}
.receiptBlockWrap02 {
	width: auto;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
.receiptBlockWrap03 {
	width: auto;
	margin: 0px auto;
	padding: 20px 20px 10px 20px;
}

.paymentUl05.receiptRed li {
	color: #c82a2d;
}

.receiptMb30 {
	margin-bottom: 58px;
}
.receiptText01 {
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-left: 1em;
	text-indent: -1em;
}


/*------------------------------------------------------------
	サイトマップ
-------------------------------------------------------------*/

.sitemapContentsWrap {
	margin: 0 auto;
	padding: 48px 0 160px;
	width: auto;
}
.sitemapH2Wrap {
	padding: 0px 20px;
}

.sitmapContWrap {
	display: block;
	width: auto;
	margin: 0px auto;
	padding-top: 30px;
}
.sitmapcont01 {
	display: block;
	text-align: left;
	vertical-align: top;
}

.sitmapLinl01 {
	padding-bottom: 0px;
	padding-top: 0px;
}

.sitmapLinl01 a {
	display: block;
	background-image: url(./../../img/page/sp_kti_sitmap_icon01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #41afcb;
	border-bottom: 2px solid #ffffff;
	padding-left: 24px;
	padding-top: 34px;
	padding-bottom: 34px;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
}
.sitmapLinl01 a:link {	color: #ffffff;	text-decoration: none;}
.sitmapLinl01 a:visited {	color: #ffffff;	text-decoration: none;}
.sitmapLinl01 a:hover {	color:#ffffff;	text-decoration: none;}
.sitmapLinl01 a:active {	color:#ffffff;	text-decoration: none;}

.sitemapAcCont .sitmapLinl01 a {
	display: block;
	background-image: url(./../../img/page/sp_kti_sitmap_icon02.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #ffffff;
	border-bottom: 1px solid #cbcbcb;
	padding-left: 24px;
	padding-top: 34px;
	padding-bottom: 34px;
	font-size: 24px;
	line-height: 24px;
}
.sitemapAcCont .sitmapLinl01 a:link {	color: #41afcb;	text-decoration: none;}
.sitemapAcCont .sitmapLinl01 a:visited {	color: #41afcb;	text-decoration: none;}
.sitemapAcCont .sitmapLinl01 a:hover {	color:#41afcb;	text-decoration: none;}
.sitemapAcCont .sitmapLinl01 a:active {	color:#41afcb;	text-decoration: none;}

.sitmapLinl02 {
	padding-bottom: 0px;
}

.sitmapLinl02 a {
	display: block;
	background-image: url(./../../img/page/sp_kti_sitmap_icon02.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #ffffff;
	border-bottom: 1px solid #cbcbcb;
	padding-left: 24px;
	padding-top: 34px;
	padding-bottom: 34px;
	font-size: 24px;
	line-height: 24px;
}
.sitmapLinl02 a:link {	color: #41afcb;	text-decoration: none;}
.sitmapLinl02 a:visited {	color: #41afcb;	text-decoration: none;}
.sitmapLinl02 a:hover {	color:#41afcb;	text-decoration: none;}
.sitmapLinl02 a:active {	color:#41afcb;	text-decoration: none;}

.sitemapAc {
	display: block;
	background-image: url(./../../img/page/sp_kti_sitmap_ac.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #41afcb;
	border-bottom: 2px solid #ffffff;
	padding-left: 24px;
	padding-top: 34px;
	padding-bottom: 34px;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #ffffff;
}
.sitemapAc.open {
	background-image: url(./../../img/page/sp_kti_sitmap_ac_on.png);
}


.sitemapAcCont {
	display: none;
}





}

/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar{

}

/* SP */ @media screen and (max-width:768px) {



}

/* l-footer
---------------------------------------------------------------------------- */
.l-footer{
	position: relative;
}

.l-pagetop {
	position: absolute;
	top: -38px;
	left: 50%;
	margin-left: -39px;
}


.footerNaviWrap {
	background-color: #41afcb;
	padding: 50px 0px 20px 0px;
}
.footerNaviWrap a:link {	color: #ffffff;	text-decoration: none;}
.footerNaviWrap a:visited {	color: #ffffff;	text-decoration: none;}
.footerNaviWrap a:hover {	color:#ffffff;	text-decoration: underline;}
.footerNaviWrap a:active {	color:#ffffff;	text-decoration: none;}


.footerNaviIn {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	display: table;
	padding-bottom: 48px;
}
.footerNaviCont01 {
	display: table-cell;
	width: 28%;
}
.footerNaviCont02 {
	display: table-cell;
	width: 50%;
}
.footerNaviCont03 {
	display: table-cell;
	width: 22%;
}
.footerNavi01 li {
	background-image: url(./../../img/common/kti_footer_icon_ar01.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 14px;
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 22px;
}

.footerSnsWrap01 li {
	float: left;
	padding-right: 16px;
}

/*170823 add*/
.footerLogout{
	width: 151px;
	margin-top: 23px;
}
/*170823 add*/

.footerNaviCont02In {
	display: table;
	width: 100%;
}
.footerNaviCont02In .footerNavi01 {
	display: table-cell;
	width: 30%;
}

.footerBtnWrap a {
	display: inline-block;
	background-color: #ffffff;
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
	padding: 10px 18px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.footerNaviWrap .footerBtnWrap a:link {	color: #41afcb;	text-decoration: none;}
.footerNaviWrap .footerBtnWrap a:visited {	color: #41afcb;	text-decoration: none;}
.footerNaviWrap .footerBtnWrap a:hover {	color:#41afcb;	text-decoration: none;}
.footerNaviWrap .footerBtnWrap a:active {	color:#41afcb;	text-decoration: none;}

.footerText01 {
	color: #ffffff;
	font-size: 13px;
	line-height: 13px;
	padding-top: 10px;
}

.footerNaviIn02 {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	text-align: center;
}
.footerNaviIn02 li {
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
}

.footerCopyWrap {
	background-color: #464646;
	text-align: center;
}
.footerCopyWrap p {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	font-size: 11px;
	line-height: 11px;
	color: #878787;
	padding: 14px 0px;
}






/* SP */ @media screen and (max-width:768px) {

.l-footer{
	position: relative;
}

.l-pagetop {
	position: absolute;
	top: -62px;
	left: 50%;
	margin-left: -65px;
}


.footerNaviWrap {
	background-color: #41afcb;
	padding: 50px 0px 16px 0px;
}
.footerNaviWrap a:link {	color: #ffffff;	text-decoration: none;}
.footerNaviWrap a:visited {	color: #ffffff;	text-decoration: none;}
.footerNaviWrap a:hover {	color:#ffffff;	text-decoration: underline;}
.footerNaviWrap a:active {	color:#ffffff;	text-decoration: none;}


.footerNaviIn {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	display: block;
	padding-bottom: 80px;
}
.footerNaviCont01 {
	display: block;
	width: auto;
}
.footerNaviCont02 {
	display: block;
	width: auto;
}
.footerNaviCont03 {
	display: block;
	width: auto;
	text-align: center;
}
.footerNavi01 li {
	background-image: none;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 0px;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 22px;
}

.footerSnsWrap01 {
	display: table;
	margin: 62px auto 0px auto;
}
.footerSnsWrap01 li {
	display: table-cell;
	float: none;
	padding-right: 24px;
	padding-left: 24px;
}

/*170823 add*/
.footerLogout{
	width: 453px;
	font-size: 22px;
	margin: 60px auto 0;
}
/*170823 add*/

.footerNaviCont02In {
	display: block;
	width: 100%;
}
.footerNaviCont02In .footerNavi01 {
	display: block;
	width: auto;
	border-top: 1px solid #ececec;
}
.footerNaviCont02In .footerNavi01 li {
	width: 50%;
	float: left;
	margin-bottom: 0px;
	border-bottom: 1px solid #ececec;
	display: table;
}
.footerNaviCont02In .footerNavi01 li.li01 a {
	border-right: 1px solid #ececec;
}

.footerNaviCont02In .footerNavi01 li a {
	display: table-cell;
	width: 100%;
	height: 78px;
	text-align: center;
	vertical-align: middle;
}

.footerBtnWrap a {
	display: inline-block;
	background-color: #ffffff;
	font-size: 28px;
	line-height: 28px;
	font-weight: 500;
	padding: 38px 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width: 93.75%;
	margin: 0px auto 40px auto;
}
.footerNaviWrap .footerBtnWrap a:link {	color: #41afcb;	text-decoration: none;}
.footerNaviWrap .footerBtnWrap a:visited {	color: #41afcb;	text-decoration: none;}
.footerNaviWrap .footerBtnWrap a:hover {	color:#41afcb;	text-decoration: none;}
.footerNaviWrap .footerBtnWrap a:active {	color:#41afcb;	text-decoration: none;}

.footerText01 {
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	padding-top: 0px;
	margin-bottom: 46px;
}

.footerNaviIn02 {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	text-align: center;
}
.footerNaviIn02 li {
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	color: #ffffff;
}
.footerNaviIn02 ul {
	margin-bottom: 34px;
}

.footerCopyWrap {
	background-color: #464646;
	text-align: center;
}
.footerCopyWrap p {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	font-size: 20px;
	line-height: 20px;
	color: #878787;
	padding: 28px 0px;
}


}
