@charset "UTF-8";

/* ---------- footer ---------- */

div#footer_ticket {
	width: 100%;
	text-align: center;
	height: 110px;
	background-color: #8d5f57;
	
	display: none;
}

div.footer_move {
	position: fixed;
	bottom: 0px;
}

div.footer_move_off {
	position: relative;
}

div#footer_ticket .frame{
	width: 960px;
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	text-align: left;
	height: 100px;
	font-size: 14px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #ffffff;
	line-height: 0px;
	overflow: hidden;
}

div#footer_ticket .frame .frame_title {
	height: 10px;
	font-size: 14px;
	color: #ffffff;
	line-height: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#footer_ticket .frame .kyoto01{
	width: 344px;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}

div#footer_ticket .frame .kyoto02{
	width: 348px;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}

div#footer_ticket .frame .erato{
	width: 258px;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}


div#footer_ticket .frame .pia{
	width: 295px;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

div#footer_ticket .frame .lawson{
	width: 295px;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

div#footer_ticket .frame .e{
	width: 177px;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

div#footer_ticket .frame .curtaincall{
	width: 178px;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}


/* clearfix */
.frame:before,
.frame:after {
    content: "";
    display: table;
}

.frame:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.frame {
    zoom: 1;
}

div#footer_menu {
	width: 100%;
	text-align: center;
	height: 43px;
	background-color: #744b43;
	/*margin-top:88px;*/
}

div#footer_menu .frame{
	width: 960px;
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	text-align: left;
	height: 20px;
	font-size: 14px;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #ffffff;
	line-height: 0px;
	overflow: hidden;
}

div#footer_menu .frame a:link {
	color: #ffffff;
	text-decoration: none;
}

div#footer_menu .frame a:hover {
	color: #ff65a8;
}

div#footer_menu .frame a:visited {
	color: #ff65a8;
	text-decoration: none;
}

div#footer_address {
	width: 100%;
	text-align: center;
	height: 66px;
	background-color: #ffe97b;
}

div#footer_address .frame{
	width: 960px;
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	margin-bottom:auto;   /* 下側マージンを自動的に空ける */
	text-align: left;
	height: 66px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#footer_address .copy {
	font-size: 10px;
	color: #000000;
	padding-top: 16px;
	float: left;
	height: 50px;
	width: 514px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#footer_address .logo {
	padding-top: 6px;
	float: right;
	height: 56px;
	width: 306px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#footer_address .logo .left {
	float: left;
	height: 51px;
	width: 116px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#footer_address .logo .middle {
	float: left;
	height: 51px;
	width: 84px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#footer_address .logo .right {
	float: left;
	height: 51px;
	width: 67px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


