@charset "utf-8";
/*
Theme Name: U.F.O. CLUB
Theme URI: http://www.ufoclub.jp/
Description: This is our original theme.
Author: kawata405
Author URI:　http://www.ufoclub.jp/
Version:1.0
*/
/* ----------------------- Browser Default Initialization */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#left-box h1 {
	margin-top: 15px;
	margin-bottom: 15px;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
	vertical-align: bottom;
}
html>/**/body {
	font-size: 12px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 85%;
	background-color: #900;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
img{ border:none}
/*------------------
  link
------------------*/
a:link {
	color: #F60;
	text-decoration: underline;
}
a:visited {
	color: #F60;
	text-decoration: underline;
}
a:hover, a:active {
	color: #F90;
	text-decoration: none;
}
#contents {
	width: 960px;
	float: left;
	background-image: url(img/back-contents.png);
	background-repeat: repeat;
	padding-bottom: 30px;
}
#header {
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 960px;
}
#left-box h2 {
	font-size: 93%;
	margin-bottom: 15px;
}
#right-box #pickup-live,#right-box #release-live {
	padding-left: 10px;
	line-height: 1.5;
}

#pickup-live dl dt,#release-live dl dt {
	font-weight: bold;
	color: #CC0000;
	margin-top: 10px;
	font-size: 108%;
	margin-bottom: 5px;
}
#pickup-live dl dd,#release-live dl dd {
	margin-bottom: 10px;
}

.copyright {
	font-size: 85%;
}

#left-box {
	float: left;
	width: 230px;
	text-align: center;
	color: #FFF;
}
#left-box a:link {
	color: #FFF;
}
#left-box a:visited {
	color: #FFF;
	text-decoration: underline;
}
#left-box a:hover, a:active {
	color: #FDEC00;
	text-decoration: none;
}

#staff-twitter-nav li {
	font-size: 100%;
	line-height: 1.4;
}
#staff-blog-nav li {
	font-size: 100%;
	line-height: 1.4;
}
.twitter-box{
	width: 224px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;}

#wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#right-box {
	float: right;
	width: 720px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#right-box p {
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.5;
}
#right-box .border-box p, #right-box #pickup-live p{
	padding-left: 0px;
}

#menu-global {
  margin: 0;
  padding: 0;
  list-style-type: none; /* リストマークの削除 */
  width: 230px;
}

#menu-global li {
  width: 230px;
  height: 45px;
  margin: 0;
  padding: 0;
  display: inline;
}

#menu-global a {
	text-indent: -9999px; /* テキストを隠す */
	text-decoration: none;
	display: block;
	width: 230px;
	height: 45px; /* リンク領域を広げる */
	background-image: url(img/globalnavi.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

/* 表示画像の位置を指定 */
#menu-item-29 a { background-position: 0 0; } 
#menu-item-31 a { background-position: 0 -45px; }
#menu-item-34 a { background-position: 0 -90px; }
#menu-item-33 a { background-position: 0 -180px; }
#menu-item-28 a { background-position: 0 -225px; }
#menu-item-121 a { background-position: 0 -315px; }

#globalnavi a:hover {
	text-decoration: none;
	background-image: url(img/globalnavi.png);
	background-repeat: no-repeat;
}

/* 入れ替え画像の位置を指定 */

#menu-item-29 a:hover { background-position: -230px 0; } 
#menu-item-31 a:hover { background-position: -230px -45px; }
#menu-item-34 a:hover { background-position: -230px -90px; }
#menu-item-33 a:hover { background-position: -230px -180px; }
#menu-item-28 a:hover { background-position: -230px -225px; }
#menu-item-121 a:hover { background-position: -230px -315px; }

/* カレント表示を指定 */
#menu-item-29.current-menu-item a { background-position: -230px 0; } 
#menu-item-31.current-menu-item a { background-position: -230px -45px; }
#menu-item-34.current-menu-item a { background-position: -230px -90px; }
#menu-item-33.current-menu-item a { background-position: -230px -180px; }
#menu-item-28.current-menu-item a { background-position: -230px -225px; }
#menu-item-121.current-menu-item a { background-position: -230px -315px; }


/* スケジュールのテーブル */
table {
	width: 710px;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
}
th{
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 5px;
	font-weight: normal;
	text-align: center;
	width:15px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
}
th.th_sat {
	background-color: #0033CC;
}
th.th_sun {
	background-color: #CC0000;
}
td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 5px;
	line-height: 1.7;
}
td.sat {
	background: #0033CC;
	color: #FFF;
}
td.sun {
	background: #CC0000;
	color: #FFF;
}
.td_charge {
	font-size: 85%;
	width: 97px;
}
.td_open {
	font-size: 85%;
	width: 75px;
}

.middle{
	background: #666;
	color: #FFF;
}
table tr:hover{
	background-color:#CCCCCC;
}

#staff-blog-nav,#staff-twitter-nav {
  margin: 0;
  padding: 0;
  list-style-type: none; /* リストマークの削除 */
  width: 230px;
}

#footer {
	clear: both;
}
.pagetop {
	text-align: right;
	margin-bottom: 20px;
	padding-right: 10px;
}
.menu-footer-container{
  width: 710px;
	float:right;
}

#menu-footer{
	padding: 0;
	list-style-type: none; /* リストマークの削除 */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}


#menu-footer li {
	float:left;
	margin-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 15px;
	line-height: 1.6;
}


/*------------------
  fontsize
------------------*/
.text10-top5px {
	font-size:77%;
	margin: 5px 0px 0px;
	padding: 0px;
}
.text10 {
	font-size:77%;
}
.text11 {
	font-size:85%;
}
.text12 {
	font-size:93%;
}
.text13 {
	font-size:100%;
}
.text14 {
	font-size:108%;
}
.text14-top15px {
	font-size:108%;
	margin: 15px 0px 0px;
	padding: 0px;
}
.text15 {
	font-size:116%;
}
.text16 {
	font-size:123.1%;
}
.text17 {
	font-size:131%;
}
.text18 {
	font-size:138.5%;
}
.text19 {
	font-size:146.5%;
}
.text20 {
	font-size:153.9%;
}
.text21 {
	font-size:161.6%;
}
.text22 {
	font-size:167%;
}
.text23 {
	font-size:174%;
}
.text24 {
	font-size:182%;
}
.text25 {
	font-size:189%;
}
.text26 {
	font-size:197%;
}
.text-bold {
	font-weight: bold;
}
.text-red {
	font-weight: bold;
	color: #CC0000;
}
.text-red14px {
	font-size:14px;
	font-weight: bold;
	color: #CC0000;
}
.text-gray {
	color: #555;
}
.text-center {
	text-align: center;
}
.text-yoyaku {
	font-weight: bold;
	color: #CC0000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.line-through {
text-decoration:line-through;
}

/*------------------
  margin
------------------*/

.margin-under5px {
	margin: 0px 0px 5px;
	padding: 0px;
}
.margin-under10px {
	margin: 0px 0px 10px;
	padding: 0px;
}
.margin-under15px {
	margin: 0px 0px 15px;
	padding: 0px;
}
.margin-under30px {
	margin: 0px 0px 30px;
	padding: 0px;
}
.margin-top5px {
	margin: 5px 0px 0px;
	padding: 0px;
}
.margin-top10px {
	margin: 10px 0px 0px;
	padding: 0px;
}
.margin-top15px {
	margin: 15px 0px 0px;
	padding: 0px;
}
.margin-top30px {
	margin: 30px 0px 0px;
	padding: 0px;
}
.margin-right5px {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.margin-right10px {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.margin-right15px {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.margin-right30px {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.margin-left-10px {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	padding: 0px;
}
/*------------------
  404
------------------*/
#content {
	width: 701px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#content ul {
	margin: 0 0 25px;
	padding: 0 0 0 15px;
}
#content li {
	list-style-type: disc;
	margin: 0 0 5px 0;
	padding: 3px 0 0 20px;
	min-height: 19px;
	list-style-position: inside;
}

/*------------------
  clearfix
------------------*/

.clearfix {
	clear: both;
}
.clearfix_border {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.month {
	color: #FFF;
	background-color: #000000;
	margin-left: 10px;
	font-weight: bold;
	font-size: 108%;
	padding: 10px;
}
.copyright {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	text-align: right;
}
/* 各要素の外見の定義 */
dl#news{
	width:710px;
	padding-left: 10px;
	margin-bottom: 10px;
}
 
dl#news dt{
	clear:left;
	float:left;
	margin:0;
	padding:10px 0 10px 0.5em;
	width:8em;
	line-height:1.5em;
	font-size: 100%;
	font-weight: bold;
}
 
dl#news dd{
    margin:0;
    padding:10px 0.5em 10px 8em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
    line-height:1.5em;
	font-size: 108%;
}
/* スケジュール */ 
.next-month {
	font-size:108%;
	text-align: right;
	margin-bottom: 10px;
}
/* VA */
.va-txtbox {
	float: right;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 550px;
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
}
.va-box img {
	float: left;
}
.va-box {
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 710px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.info_box img {
	float: left;
	padding: 10px;
}
.info_box {
	background-color: #666;
	float: left;
	margin-left: 10px;
	color: #FFF;
	margin-bottom: 10px;
}
.info_box_title {
	margin-top: 10px;
	font-weight: bold;
	color: #FC0;
	font-size: 108%;
}
/* 目立たせる用 */ 
.border-box {
	background-color: #FFD000;
	margin-left: 10px;
	padding: 10px;
	line-height: 1.5;
	font-weight: bold;
	color: #000;
	background-image: url(img/background_present.png);
	background-repeat: no-repeat;
}
	.box-gray {
	background-color: #EDEDED;
	padding: 10px;
}
	.box-gray2 {
	background-color: #EDEDED;
	padding: 10px;
	margin-left: 10px;
}
#pickup-live .liveinfo_box_txt_img .graybox p,
#pickup-live .graybox p, 
#pickup-live .liveinfo_box_txt_img .caution4 p,
#right-box .caution2 p {
	word-break: break-all;
margin-bottom: 0px;
}
.caution {
	color: #000;
	background-color: #FC0;
	clear: both;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
.caution2 {
	color: #C00;
	background-color: #FAEC0D;
	clear: both;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 13px;
}
.caution3 {
	color: #C00;
	background-color: #FF0;
	font-weight: bold;
}
.caution4 {
	color: #CC0000;
	font-weight: bold;
	background-color: #FDEC00;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.summersale {
	border: 5px solid #cc0000;
	color: #CC0000;
	font-weight: bold;
	background-color: #FFF;
	padding: 10px;
	margin-left: 10px;
	font-size: 15px;
}
.box29 {
	margin: 2em 0;
	background-color: #FDEC00;
}
.box29 .box-title {
	font-size: 1.3em;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #CC0000;
}
.box29 .box-txt {
	font-size: 1.1em;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	color: #CC0000;
	font-weight: bold;
}    

#release-live dd strong,#pickup-live dd strong {
	font-size: 116%;
}
	.toppage_box {
	width: 710px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
 .toppage_box p {
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
	line-height: 1.5;
}   
	.toppage_box_imgbox {
	float: left;
	width: 280px;
}

/* Googleマップ */ 
#map {
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}
/* PICK UP LIVE */ 
	.liveinfo_box_img {
	float: right;
	width: 324px;
	margin-bottom: 10px;
	text-align: center;
	font-size:93%;
}
    .liveinfo_box_txt {
	float: left;
	width: 710px;
}
    .liveinfo_box_txt_img {
	width: 380px;
	float: left;
}
    .liveinfo_box {
	float: left;
	width: 710px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 10px;
}
    .clearfix_border2 {
	clear: both;
	height: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.clearfix_10px {
	clear: both;
	height: 10px;
}.clearfix_20px {
	clear: both;
	height: 20px;
}
    .live_date {
	font-size: 108%;
	color: #C00;
	font-weight: bold;
}
    .graybox {
	clear: both;
	background-color: #EDEDED;
	padding: 10px;
	font-size: 100%;
	line-height: 1.4;
	margin-bottom: 10px;
}
.liveinfo_box_img img {
	padding: 2px;
	border: 1px solid #DDD;
}
.ticket_yoyaku {
		color: #994500;
	font-weight: bold;
}
/* STAFF Twitterコーナー */ 
#staff_twitter {
	width: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
    #staff_twitter tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
    #staff_twitter tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
table#staff_twitter tr:hover,table#staff_twitter td:hover{
	background-color: #000;
}
.tote_info_box {
	padding: 10px;
	float: left;
	border: 2px dotted #FC0;
	width: 686px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sns_btn_box {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 15px;
	right: 10px;
}
.tote_info_box img {
	float: left;
	margin-right: 10px;
}
/* リスト */ 
ul.disc_ul {
	padding-left: 10px;
}
.disc_ul li {
	line-height: 1.6;
	list-style-position: inside;
	list-style-type: disc;
}
ul.decimal_ul {
	padding-left: 10px;
	margin-bottom: 10px;
}
.decimal_ul li {
	line-height: 1.4;
	list-style-position: inside;
	list-style-type: decimal;
}
#box-shadow {
	padding: 10px 30px;
	-webkit-box-shadow: #999 3px 3px 3px;
	-moz-box-shadow: #999 3px 3px 3px;
	box-shadow: #999 3px 3px 3px;
	margin-left: 10px;
	background-color: #FDEC00;
	color: #000;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.only_sp{display:none;}
.not_sp{display:block;}

/*Google Map*/
.googlemap {
	position: relative;
	padding-bottom: 75%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
 
.googlemap iframe,
.googlemap object,
.googlemap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#h2_news {
	margin-bottom: 10px;
}

.pagetop_j {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.pagetop_j a {
    display: block;
    background-color: #000;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    text-decoration: none;
    padding: 10px 10px;
}
 
.pagetop_j a:hover {
    display: block;
    background-color: #FDEC00;
    text-align: center;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    padding:10px 10px;
}

/* SNSボタン */
.wp_social_bookmarking_light{
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wp_social_bookmarking_light div{
    float: right !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    line-height: 13px !important;
    text-indent: 0 !important;
}
.wp_social_bookmarking_light img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}
.wp_social_bookmarking_light_clear{
    clear: both !important;
}
#fb-root{
    display: none;
}
.wsbl_twitter{
    width: 67px;
}
.wsbl_facebook_like iframe{
    max-width: none !important;
}


#box_20th {
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FDEC00;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #B20000;
}
.keikou_yellow {
    background: linear-gradient(transparent 65%, #FDEC00 65%);
}
    .booking {
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	margin-top: 30px;
	border: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}