/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

.mobi{
	display:none !important;
}

.n_mobi{
	display:inline;
}

@media only screen and (max-width: 767px){
	.mobi{
		display:block !important;
	}
	.four{
		display:none ;
	}
	.n_mobi{
		display:none !important;
	}
}

ul.cast{
	list-style-type: none;
	margin-top:-20px;
	margin-bottom:0px;
	margin-left:42px;/* マーカーを3文字寄せた分、ULにマージンを設定*/
}

ul.cast li:before{
	content:"出演：";
	margin-left:-42px;/* 3文字分、左に寄せる */
}

span{
	display: inline-block;
}

h5.attention{
	color:#3b9fcb;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-size:14px;
}

.update{
	border:5px solid #eb709e;
	padding: 15px;
}

.sub_{
	color:#eb709e;
	margin: 5px 0px;
	font-size: 14px;
}

/* -----------------------------------------
   Shared Styles
----------------------------------------- */

h1, h2, h3, h4, h5, h6, body{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

p{
    line-height: 1.9;
}

.Margin10 {
    font-size: 10px;
    line-height: 10px;
    height: 10px;
}

.Margin30 {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
}

HEADER {
	background:#222222;
	border-top: 3px solid #cf0000;
	z-index: 40;
}



FOOTER {
	background:#444;
	color: #E6E6E6;
}

.catchcopy {
	font-size:18px;
	text-align:center;
	font-weight: bold;
	color: #3E3E3E;
}


.message-area {
	background: #E1F8D7;
	padding: 15px;
	margin: 0 0 10px 0;
	font-size:14px;
	color:#066;
}

.message-area P {
	padding:0;
	margin: 0 0 5px 0;
	border-radius: 7px;
}


/* Time Tables ---------------------- */

.time-table .title {
	background-color: #d1e9e4;
}

.time-table .price {
	background-color: #eaf2f0;
	color: #333333;
}

.time-table .description {
	background-color: white;
	color: #777777;
	border-bottom: dotted 1px #dddddd;
}

.time-table .bullet-item {
	background-color: white;
	color: #333333;
	border-bottom: dotted 1px #dddddd;
}

.time-table .cta-button {
	background-color: whitesmoke;
}

/* Price Tables ---------------------- */

.price-table .title {
	background-color: #e5d5dd;
}

.price-table .price {
	background-color: #f2eaee;
	color: #333333;
}

.price-table .description {
	background-color: white;
	color: #777777;
	border-bottom: dotted 1px #dddddd;
}

.price-table .bullet-item {
	background-color: white;
	color: #333333;
	border-bottom: dotted 1px #dddddd;
}

.price-table .cta-button {
	background-color: whitesmoke;
}

/* Data ---------------------- */
dl.list dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 7.5em;
  border-left: solid 8px #CCC;
  padding-left: 5px;
  color: #000;
}

dl.list dd {
  margin-bottom: 0.8em;
  margin-left: 7.5em;
}


a.anchor{
padding-top:60px;
margin-top:-60px;
}

img.thumb {
	border:1px solid #ddd;
	border-radius: 5px;
}
