@charset "utf-8";@charset "utf-8";


/*==============================
HTML初期化
==============================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote{
	margin:0;
	padding:0;
	font-size:12px;
}

fieldset, img{
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style:normal;
}
ol, ul{
	list-style:none;
}
caption{
	text-align:left;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%; font-weight:normal;
}
q:before, q:after{
	content:”;
}
abbr, acronym{
	border:0;
}
.clearfix {
zoom:1;
}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/*==============================
基本CSS
==============================*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt18 {
	margin-top: 18px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.fc {
	margin: auto;
}
.mb20 {
	margin-bottom: 20px;
}
.ml20 {
	margin-left: 20px;
}

/*==============================
基本CSS
==============================*/
body {
	background:#ffffff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/back_body.jpg);
	
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #898989;
}

/*==============================
ヘッダー
==============================*/
#header {
	width: 100%;
	height: 284px;
	margin: auto;
	line-height: 0;
	background: url(../images/back_header2.jpg) top center repeat-x;
}
#headerIN {
	width: 1070px;
	/*width: 1176px;*/
	height: 242px;
	margin: auto;
	line-height: 0;
	position: relative;
}
#sof_logo {
	width: 658px;
	height: 108px;
	background: url(../images/back_logo2.png) no-repeat;
	top: 134px;
	left: 0px;
	position: absolute;
}
#sof_logo div img {
	margin-top: 50px;
	margin-left: 30px;
}
#SOFMARK {
	width: 347px;
	height: 216px;
	top: 16px;
	left: 725px;
	position: absolute;
	z-index: 1;
}
#contact {
	width: 354px;
	height: 31px;
	position: absolute;
	top: 211px;
	left: 716px;
	z-index: 2;
}
#contact #btn_contact a {
	width: 174px;
	height: 31px;
	display: block;
	text-indent: -9999px;
	background: url(../images/btn_contact_n.png) no-repeat;
	float: left;
}
#contact #btn_contact a:hover {
	background: url(../images/btn_contact_o.png) no-repeat;
}
#contact #btn_question a {
	width: 174px;
	height: 31px;
	display: block;
	text-indent: -9999px;
	background: url(../images/btn_question_n.png) no-repeat;
	float: right;
}
#contact #btn_question a:hover {
	background: url(../images/btn_question_o.png) no-repeat;
}
/*==============================
パンくず
==============================*/
ul#topic_path {
	width: 1009px;
	margin: 0 auto;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	list-style: none;
}

ul#topic_path li {
	padding: 0;
	margin: 0;
	float: left;
	padding-right: 0.5em;
}
/*==============================
MENU
==============================*/
#menuOUT {
	width: 100%;
	height: 42px;
	background: url(../images/back_menu.jpg) repeat-x;
}
#menu {
	width: 1029px;
	height: 42px;
	margin: auto;
}
#menu #btn_gaiyou a {
	width: 89px;
	height: 42px;
	text-indent: -9999px;
	background: url(../images/btn_gaiyou_n.jpg) no-repeat;
	float: left;
}
#menu #btn_gaiyou a:hover {
	background: url(../images/btn_gaiyou_o.jpg) no-repeat;
}
#menu #btn_info a {
	width: 143px;
	height: 42px;
	text-indent: -9999px;
	background: url(../images/btn_info_n.jpg) no-repeat;
	float: left;
}
#menu #btn_info a:hover {
	background: url(../images/btn_info_o.jpg) no-repeat;
}
#menu #btn_ticket a {
	width: 114px;
	height: 42px;
	text-indent: -9999px;
	background: url(../images/btn_ticket_n.jpg) no-repeat;
	float: left;
}
#menu #btn_ticket a:hover {
	background: url(../images/btn_ticket_o.jpg) no-repeat;
}
#menu #btn_drink a {
	width: 139px;
	height: 42px;
	text-indent: -9999px;
	background: url(../images/btn_drink_n.jpg) no-repeat;
	float: left;
}
#menu #btn_drink a:hover {
	background: url(../images/btn_drink_o.jpg) no-repeat;
}
#menu #btn_artist a {
	width: 111px;
	height: 42px;
	text-indent: -9999px;
	background: url(../images/btn_artist_n.jpg) no-repeat;
	float: left;
}
#menu #btn_artist a:hover {
	background: url(../images/btn_artist_o.jpg) no-repeat;
}
#menu #btn_fun a {
	width: 103px;
	height: 42px;
	text-indent: -9999px;
	background: url(../images/btn_fun_n.jpg) no-repeat;
	float: left;
}
#menu #btn_fun a:hover {
	background: url(../images/btn_fun_o.jpg) no-repeat;
}
#menu #btn_map a {
	width: 103px;
	height: 42px;
	text-indent: -9999px;
	background: url(../images/btn_map_n.jpg) no-repeat;
	float: left;
}
#menu #btn_map a:hover {
	background: url(../images/btn_map_o.jpg) no-repeat;
}
#menu #btn_map a {
	width: 103px;
	height: 42px;
	text-indent: -9999px;
	background: url(../images/btn_map_n.jpg) no-repeat;
	float: left;
}
#menu #btn_map a:hover {
	background: url(../images/btn_map_o.jpg) no-repeat;
}
#menu #btn_access a {
	width: 102px;
	height: 42px;
	text-indent: -9999px;
	background: url(../images/btn_access_n.jpg) no-repeat;
	float: left;
}
#menu #btn_access a:hover {
	background: url(../images/btn_access_o.jpg) no-repeat;
}
#menu #btn_staff a {
	width: 124px;
	height: 42px;
	text-indent: -9999px;
	background: url(../images/btn_staff_n.jpg) no-repeat;
	float: left;
}
#menu #btn_staff a:hover {
	background: url(../images/btn_staff_o.jpg) no-repeat;
}

/*==============================
記事部分
==============================*/
#ArticleWrapper {
	width: 1029px;
	height: auto;
	margin: auto;
	min-height: 600px;
}
#article {
	width: 708px;
	height: auto;
	float: left;
	margin-left: 10px;
}
/*==============================
開催概要
==============================*/
#LIST {
	width: 708px;
	padding-top: 14px;
	padding-bottom: 20px;
	border-bottom: #fbe198 solid 2px;
}
#LIST #list_l {
	width: 95px;
	float: left;
}
#LIST #list_r {
	width: 614px;
	float: right;
	margin-top: 3px;
}
#LIST #list_r h1 {
	font-size: 20px;
}
/*==============================
INFO
==============================*/
#article #info {
	background:url(../images/info/title_info.png) no-repeat;
	text-indent:-9999px;
	height:52px;
}
#info_body {
	height: auto;
	border-left: #7dc3ee solid 4px;
	border-right: #7dc3ee solid 4px;
	margin-left: 10px;
	margin-bottom: 40px;
	padding-top: 20px;
	background: #ffffff;
	background-image: url(../images/info/title_info_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#info_date {
	width: 640px;
	margin: auto;
}
#c_date {
	float: left;
	font-weight: bold;
	font-size: 14px;
}
#c_batch {
	float: left;
	margin-top: 0.3em;
	margin-right: 5px;
}
#info_title {
	width: 640px;
	margin: auto;
	font-size: 20px;
	font-weight: bold;
	color: #1070c1;
}
#info_photo {
	width: 640px;
	margin: auto;
}
#info_txt {
	width: 640px;
	margin: auto;
}
#line_info {
	float: left;
	width: 615px;
	height: 13px;
	border-bottom: #e0f4fe solid 2px;
	margin-left: 29px;
}
#pagetop_info {
	float: right;
	margin-right: 14px;
	padding-bottom: 15px;
}
#bottom_line_info {
	margin-left: 10px;
}
/*==============================
チケット
==============================*/
#article #ticket {
	background:url(../images/ticket/title_ticket.png) no-repeat;
	text-indent:-9999px;
	height:52px;
}
#ticket_body {
	height: auto;
	border-left: #f9c600 solid 4px;
	border-right: #f9c600 solid 4px;
	margin-left: 10px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	background: #ffffff;
	background-image: url(../images/ticket/title_ticket_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#ticket_photo {
	width: 600px;
	margin: auto;
}
#event_photo {
	width: 636px;
	margin: auto;
}
#lowson a {
	width: 257px;
	height: 256px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 18px;
	background: url(../images/ticket/b_lowson_n.png) no-repeat;
	/*float: left;*/
}
#lowson a:hover {
	background: url(../images/ticket/b_lowson_o.png) no-repeat;
}
#playgide {
	width: 600px;
	height: 136px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
	background: url(../images/ticket/btn_playgide_n.jpg) no-repeat;
	/*float: left;*/
}
#playgide2 {
	width: 600px;
	height: 136px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
	background: url(../images/ticket/btn_playgide2_n.jpg) no-repeat;
	/*float: left;*/
}
#playgide_ticket a {
	width: 540px;
	height: 113px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 18px;
	background: url(../images/ticket/b_moyashimon_n.png) no-repeat;
	/*float: left;*/
}
#playgide_ticket a:hover {
	background: url(../images/ticket//b_moyashimon_o.png) no-repeat;
}
#playgide_ticket2 a {
	width: 257px;
	height: 256px;
	display: block;
	text-indent: -9999px;
	background: url(../images/ticket/b_playgide_n.png) no-repeat;
	/*float: left;*/
}
#playgide_ticket2 a:hover {
	background: url(../images/ticket/b_playgide_o.png) no-repeat;
}
#famima a {
	width: 257px;
	height: 256px;
	display: block;
	text-indent: -9999px;
	background: url(../images/ticket/b_famima_n.png) no-repeat;
}
#famima a:hover {
	background: url(../images/ticket/b_famima_o.png) no-repeat;
}
#pia a {
	width: 257px;
	height: 256px;
	display: block;
	text-indent: -9999px;
	background: url(../images/ticket/b_pia_n.png) no-repeat;
}
#pia a:hover {
	background: url(../images/ticket/b_pia_o.png) no-repeat;
}
#eplus a {
	width: 257px;
	height: 256px;
	display: block;
	text-indent: -9999px;
	background: url(../images/ticket/b_eplus_n.png) no-repeat;
}
#eplus a:hover {
	background: url(../images/ticket/b_eplus_o.png) no-repeat;
}
#ticket_linkarea {
	width: 540px;
	background: url(../images/ticket/back_ticket.jpg);
	padding: 30px;
}
#ticket_txt {
	margin-top: 15px;
}
#pagetop_ticket {
	float: right;
	margin-top: -20px;
	margin-right: 14px;
}
/*==============================
アクセス
==============================*/
#article #access {
	background:url(../images/access/title_access.png) no-repeat;
	text-indent:-9999px;
	height:52px;
}
#access_body {
	height: auto;
	border-left: #f9c600 solid 4px;
	border-right: #f9c600 solid 4px;
	margin-left: 10px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: #ffffff;
	background-image: url(../images/ticket/title_ticket_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#access_photo {
	width: 610px;
	margin: auto;
}
#access_photo img {
	margin-bottom: 10px;
}
#access_photo h4 {
	font-size:16px;
	padding-bottom:7px;
	font-weight:bold;
	line-height:1.2;
	color:#C00;
}
#access_photo h5 {
	font-size:14px;
	padding-bottom:3px;
	font-weight:bold;
	line-height:1.2;
}
/*==============================
開催概要
==============================*/
#article #event {
	background:url(../images/event/title_event.png) no-repeat;
	text-indent:-9999px;
	width: 296px;
	height:55px;
	float: left;
}
#article #event2 {
	background:url(../images/event/title_event2_o.png) no-repeat;
	text-indent:-9999px;
	width: 200px;
	height:55px;
	float: left;
}
#article #event2 a {
	background:url(../images/event/title_event2_n.png) no-repeat;
	text-indent:-9999px;
	width: 200px;
	height:55px;
	float: left;
}
#article #event2 a:hover {
	background:url(../images/event/title_event2_o.png) no-repeat;
	text-indent:-9999px;
	width: 200px;
	height:55px;
	float: left;
}
#article #event3 {
	background:url(../images/event/title_event3_o.png) no-repeat;
	text-indent:-9999px;
	width: 212px;
	height:55px;
	float: left;
}
#article #event3 a {
	background:url(../images/event/title_event3_n.png) no-repeat;
	text-indent:-9999px;
	width: 212px;
	height:55px;
	float: left;
}
#article #event3 a:hover {
	background:url(../images/event/title_event3_o.png) no-repeat;
	text-indent:-9999px;
	width: 212px;
	height:55px;
	float: left;
}
#event_body {
	height: auto;
	border-left: #f9c600 solid 4px;
	border-right: #f9c600 solid 4px;
	margin-left: 10px;
	margin-bottom: 40px;
	background: #ffffff;
	background-image: url(../images/ticket/title_ticket_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#event_photo2 {
	width: 600px;
	margin: auto;
}
#sound_base {
	width: 600px;
	height: 650px;
	position: static;
	z-index: 1;
}
#sound_btn {
	width: 234px;
	height: 70px;
	position: relative;
	top: -460px;
	left: 30px;
	z-index: 10;
	cursor: pointer;
}
/*==============================
よくある質問
==============================*/
#article #faq {
	background:url(../images/faq/title_faq.png) no-repeat;
	text-indent:-9999px;
	height:52px;
}
#faq_body {
	height: auto;
	border-left: #f9c600 solid 4px;
	border-right: #f9c600 solid 4px;
	margin-left: 10px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 40px;
	background: #ffffff;
	background-image: url(../images/ticket/title_ticket_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#faq_text {
	width: 620px;
	margin: auto;
}
#faq_text .Question {
	border-bottom: #f9b600 solid 1px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#faq_text .Question dt {
	background:url(../images/faq/b_q.jpg) no-repeat;
	text-indent:-9999px;
	width: 25px;
	height:20px;
	float: left;
}
#faq_text .Question dd {
	font-weight: bold;
	float: left;
}
#faq_text .Answer {
	margin-bottom: 30px;
}
#faq_text .Answer dt {
	background:url(../images/faq/b_a.jpg) no-repeat;
	text-indent:-9999px;
	width: 25px;
	height:20px;
	float: left;
	float: left;
}
#faq_text .Answer dd {
	width: 580px;
	float: left;
}
#faq_body h3 {
	background:url(../images/faq/title_faq2.png) no-repeat;
	text-indent:-9999px;
	height:52px;
}
/*==============================
スタッフルーム
==============================*/
#article #staff {
	background:url(../images/staff/title_staff.png) no-repeat;
	text-indent:-9999px;
	height:52px;
}
#staffroom_body {
	height: auto;
	border-left: #f9c600 solid 4px;
	border-right: #f9c600 solid 4px;
	margin-left: 10px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	background: #ffffff;
	background-image: url(../images/ticket/title_ticket_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#staff_date {
	width: 640px;
	margin: auto;
}
#staff_title {
	width: 640px;
	margin: auto;
	font-size: 20px;
	font-weight: bold;
	color: #f48b00;
}
#staff_photo {
	width: 640px;
	margin: auto;
	text-align: center;
}
#staff_txt {
	width: 640px;
	margin: auto;
}
#line_staff {
	float: left;
	width: 615px;
	height: 13px;
	border-bottom: #f9c87f solid 2px;
	margin-left: 29px;
}
#pagetop_staff {
	float: right;
	margin-right: 14px;
	padding-bottom: 15px;
}
#bottom_line_staff {
	margin-left: 10px;
}
/*==============================
アーティスト
==============================*/
#article #artist {
	background:url(../images/artist/title_artist.png) no-repeat;
	text-indent:-9999px;
	width: 296px;
	height:55px;
	float: left;
}
#article #artist2 {
	background:url(../images/artist/title_artist2_o.png) no-repeat;
	text-indent:-9999px;
	width: 200px;
	height:55px;
	float: left;
}
#article #artist2 a {
	background:url(../images/artist/title_artist2_n.png) no-repeat;
	text-indent:-9999px;
	width: 200px;
	height:55px;
	float: left;
}
#article #artist2 a:hover {
	background:url(../images/artist/title_artist2_o.png) no-repeat;
	text-indent:-9999px;
	width: 200px;
	height:55px;
	float: left;
}
#article #artist3 {
	background:url(../images/artist/title_artist3_o.png) no-repeat;
	text-indent:-9999px;
	width: 212px;
	height:55px;
	float: left;
}
#article #artist3 a {
	background: url(../images/artist/title_artist3_n.png) no-repeat;
	text-indent:-9999px;
	width: 212px;
	height:55px;
	float: left;
}
#article #artist3 a:hover {
	background:url(../images/artist/title_artist3_o.png) no-repeat;
	text-indent:-9999px;
	width: 212px;
	height:55px;
	float: left;
}
#artist_body {
	height: auto;
	border-left: #f9c600 solid 4px;
	border-right: #f9c600 solid 4px;
	margin-left: 10px;
	padding-top: 25px;
	margin-bottom: 40px;
	background: #ffffff;
	background-image: url(../images/ticket/title_ticket_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.artist_fl {
	float: left;
	margin-left: 30px;
	width: 160px;
	height: auto;
}
.artist_fr {
	float: right;
	width: 470px;
	height: auto;
}
#artist_body2 {
	width: 440px;
	background: url(../images/artist/back_body.jpg);
	padding-top: 20px;
	padding-bottom: 25px;
	margin-bottom: 18px;
}
#artist_title {
	float: left;
	margin-left: 30px;
}
#artist_kikan {
	float: right;
	margin-right: 30px;
}
#artist_ph {
	width: 380px;
	margin: auto;
}
#artist_txt {
	width: 380px;
	margin: auto;
	padding-top: 20px;
}
#artist_caption {
	width: 440px;
	padding-bottom: 30px;
}
#line_artist {
	float: left;
	width: 420px;
	height: 13px;
	border-bottom: #f9c87f solid 2px;
}
#pagetop_artist {
	float: right;
	margin-right: 14px;
	padding-bottom: 5px;
}
#timetable {
	width: 640px;
	margin: auto;
	background: url(../images/artist/back_body.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
}
#timetable2 {
	width: 590px;
	margin: auto;
	margin-top: 20px;
}
/*==============================
ドリンク&フード
==============================*/
#article #drink_food {
	background:url(../images/title_drinkfood.png) no-repeat;
	text-indent:-9999px;
	width: 296px;
	height:55px;
	float: left;
}
#article #drink_food2 {
	background:url(../images/title_drinkfood2_o.png) no-repeat;
	text-indent:-9999px;
	width: 200px;
	height:55px;
	float: left;
}
#article #drink_food2 a {
	background:url(../images/title_drinkfood2_n.png) no-repeat;
	text-indent:-9999px;
	width: 200px;
	height:55px;
	float: left;
}
#article #drink_food2 a:hover {
	background:url(../images/title_drinkfood2_o.png) no-repeat;
	text-indent:-9999px;
	width: 200px;
	height:55px;
	float: left;
}
#article #drink_food3 {
	background:url(../images/title_drinkfood3_o.png) no-repeat;
	text-indent:-9999px;
	width: 212px;
	height:55px;
	float: left;
}
#article #drink_food3 a {
	background: url(../images/title_drinkfood3_n.png) no-repeat;
	text-indent:-9999px;
	width: 212px;
	height:55px;
	float: left;
}
#article #drink_food3 a:hover {
	background:url(../images/title_drinkfood3_o.png) no-repeat;
	text-indent:-9999px;
	width: 212px;
	height:55px;
	float: left;
}
#drink_body {
	width: 630px;
	margin: auto;
	padding-top: 25px;
}
#drink_list1 {
	width: 630px;
	display: table;
	margin-top: 10px;
}
#drink_list1_ch {
	width: 160px;
	display: table-cell;
}
#drink_list1_ch2 {
	width: 150px;
	display:
}
#drink_body_ch1 {
	background: url(../images/drinkfood/back1.jpg);
	width: 594px;
	padding: 18px;
	margin-top: 10px;
}
#drink_list2 {
	width: 595px;
	display: table;
	margin-top: 10px;
}
#drink_list2_ch {
	width: 200px;
	display: table-cell;
	height: 264px;
	background: url(../images/drinkfood/back2.jpg) no-repeat bottom left;
}
#drink_list2_ch_p {
	width: 200px;
	display: table-cell;
	height: 264px;
	background: url(../images/drinkfood/back4.jpg) no-repeat bottom left;
}
#drink_list2_ch2 {
	width: 195px;
	display: table-cell;
	min-height: 264px;
	background: url(../images/drinkfood/back2.jpg) no-repeat bottom;
}
#drink_list2_ch3 {
	width: 200px;
	height: 216px;
	display: table-cell;
	height: auto;
}
#drink_list2_ch3_2 {
	width: 195px;
	display: table-cell;
	height: auto;
}
#drink_list2_txt {
	width: 178px;
	height: auto;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 15px;
}
#drink_list2_2 {
	width: 195px;
	display: table;
	margin-top: 5px;
}
#drink_list2_3 {
	width: 595px;
	display: table;
	margin-top: 5px;
}
#drink_list2_4 {
	width: 400px;
	display: table;
	margin-top: 5px;
}
#line_food {
	float: left;
	width: 610px;
	height: 13px;
	border-bottom: #f9c87f solid 2px;
	margin-left: 29px;
}
#drink_list3 {
	width: 595px;
	display: table;
	margin-top: 10px;
}
#drink_list3_ch {
	width: 300px;
	display: table-cell;
	min-height: 264px;
	background: url(../images/drinkfood/back3.jpg) no-repeat bottom left;
}
#drink_list3_ch2 {
	width: 295px;
	display: table-cell;
	min-height: 264px;
	background: url(../images/drinkfood/back3.jpg) no-repeat bottom left;
}
#drink_list3_txt {
	width: 277px;
	height: auto;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 15px;
}
#drink_list2_3 {
	width: 595px;
	display: table;
	margin-top: 5px;
}
/*==============================
会場MAP
==============================*/
#article #map {
	background:url(../images/map/title_map.png) no-repeat;
	text-indent:-9999px;
	height:52px;
}
#map_body {
	width: 630px;
	margin: auto;
	padding-top: 25px;
}
#map_map {
	background: url(../images/map/ph_map1.jpg) no-repeat;
	width: 610px;
	height: 606px;
	padding-left: 20px;
	padding-top: 20px;
}
#line_map {
	width: 630px;
	height: 30px;
	border-bottom: #36a8e6 dotted 2px;
	margin: 0 auto 30px auto;
}
#map_table {
	display: table;
}
#map_cell1 {
	display: table-cell;
	width: 126px;
	text-align:center;
	vertical-align: middle;
}
#map_cell2 {
	display: table-cell;
	width: 475px;
	vertical-align: middle;
}
/*==============================
楽しみ方
==============================*/
#article #beer {
	background:url(../images/beer/title_beer.png) no-repeat;
	text-indent:-9999px;
	height:52px;
}
/*==============================
アーカイブ
==============================*/
#archive_info {
	float: left;
	width: 258px;
	margin-left: 22px;
	margin-bottom: 20px;
	padding-left: 18px;
	padding-top: 7px;
	border-left: #e0f4fd solid 4px;
	border-right: #e0f4fd solid 4px;
}
#archive_info li {
	width: 236px;
	background-image: url(../images/info/b_arrow_info.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}
#archive_staff {
	float: left;
	width: 258px;
	margin-left: 22px;
	margin-bottom: 20px;
	padding-left: 18px;
	padding-top: 7px;
	border-left: #f9b600 solid 4px;
	border-right: #f9b600 solid 4px;
}
#archive_staff li {
	width: 236px;
	background-image: url(../images/staff/b_arrow_staff.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}
#archive_ticket {
	float: left;
	width: 258px;
	margin-left: 22px;
	padding-left: 18px;
	padding-top: 7px;
	border-left: #fbe099 solid 4px;
	border-right: #fbe099 solid 4px;
}
/*==============================
SNS
==============================*/
#SNS {
	float: left;
	width: 258px;
	margin-left: 22px;
	padding-left: 18px;
	padding-top: 7px;
	border-left: #fef0cb solid 4px;
}
#BtnFB {
	border-top: #fef0cb solid 4px;
	margin-top: 19px;
	padding-top: 11px;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
/*==============================
バナー
==============================*/
#MainContBanner {
	width: 100%;
	height: 117px;
	background: url(../images/back_banner.png) repeat-x;
	text-align: center;
}
#MainContBanner ul {
	width: 949px;
	margin: auto;
	padding-top: 45px;
}
#MainContBanner li {
	float: left;
	margin-right: 7px;
}
#MainContBanner #last {
	float: left;
	margin-right: 0px;
}
/*==============================
フッター
==============================*/
#MainContFooter {
	width: 100%;
	height: 38px;
	background: url(../images/back_footer.jpg) repeat-x;
	color: #FFFFFF;
	padding-top: 15px;
	text-align: center;
}
/*==============================
POPUP
==============================*/
#ArticleWrapperPopup {
	width: 100%;
	height: auto;
	margin: auto;
}
#articlePopup {
	width: 708px;
	height: auto;
	margin: auto;
}
#articlePopup #ticket {
	background:url(../images/ticket/title_ticket2.png) no-repeat;
	text-indent:-9999px;
	height:52px;
}
#MainContFooterPopup {
	width: 100%;
	height: 38px;
	background: url(../images/back_footer.jpg) repeat-x;
	color: #FFFFFF;
	padding-top: 15px;
	text-align: center;
	font-size: 10px;
}
#popupline {
	background: url(../images/ticket/popup_line.jpg) repeat-x;
	width: 100%;
	height: 2px;
	margin-top:15px;
	margin-bottom: 25px;
}
#popup_LT a {
	background: url(../images/ticket/pop_lt.jpg) no-repeat;
	text-indent:-9999px;
	width: 642px;
	height: 89px;
	float: left;
}
#popup_LT a:hover {
	background: url(../images/ticket/pop_lt_o.jpg) no-repeat;
}
/*==============================
ページネーション
==============================*/
ul.pager {
    margin: 45px 0 15px;
    padding: 10px 10px 25px;
    text-align: center;
}
ul.pager li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}
ul.pager li span,
ul.pager li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #fbb601;
    text-decoration: none;
    vertical-align: middle;
    font-weight: bold;
    color: #888;
}
ul.pager li span {
    font-weight: bold;
    color: #ffffff;
    background: #fbb601;
}
ul.pager li a:hover {
    background: #fbb601;
    color: #fff;
}
/*------------------------------------------------------------
	ブログ記事の画像をリサイズ
------------------------------------------------------------*/
#info_txt img {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}