@charset "euc-jp";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font: 1em/1.4em "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
	background-color:#f5f5f5;
	color:#000;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #970e34;	
}

a:link {
	color: #970e34;	
}
 
a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:2em;
}

.txt14 {
	font-size: 14px;
	line-height: 28px;	
}

.txt18 {
	font-size: 18px;
	line-height: 34px;	
}

.txt30 {
	display: block;
	font-size: 30px;
	line-height: 34px;
	margin-top: 0.3em;
	font-weight: bold;
}

.txt18-red-bold {
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
	color: #d51c1c;
}

.img-left {
	float: left;
	margin:0 30px 20px 0;
}

.img-center {
	text-align: center;	
}

.text-left {
	text-align: left;	
}
 
/* header */

#header-container {
	width:100%;
	background-color:#222;
}

#logo-container {
	width:800px;
	padding:44px 0 38px 0;
	margin:0 auto;
	text-align:center;
	position:relative;
}

#menu-open,
#menu-close {
	position: absolute;
	top: 54px;
	right: 42px;
	cursor: pointer;
}

#menu-close {
	display:none;
}

ul#btn-header-sns,
ul#btn-header-menu {
	display:block;
	width:760px;
	margin:0 auto;
	display:none;
}

ul#btn-header-sns {
	padding: 70px 20px 10px 20px;
	background-image: url(../images/news_wh.png);
	background-repeat: no-repeat;
	background-position: 144px 0px;	
}

ul#btn-header-menu {
	padding:0 20px 10px 20px;
}

ul#btn-header-sns li:nth-child(even) img,
ul#btn-header-menu li:nth-child(even) img {
	float:right;	
}

ul#btn-header-sns li:nth-child(odd) img,
ul#btn-header-menu li:nth-child(odd) img {
	float:left;	
}

ul#btn-header-sns li img,
ul#btn-header-menu li img {
	margin-bottom:20px;	
}

/*content*/

#main-container {
	margin: 0 auto;
	width: 800px;
	text-align:center;
	padding-bottom:60px;
}

h2 {
	margin:46px 0px 34px 0;
}

h3 {
	margin:30px 0px 20px 0;
	width:100%;
	text-align:center;
}

h4 {
	width:100%;
	text-align:center;
	margin:10px 0px 20px 0;
}

#content {
	width:760px;
	padding:0 20px;
	margin:30px 0px 40px 0px;
	text-align:left;
}

#cloumn-box {
	font-size: 14px;
	line-height: 28px;
	color: #e6e6e6;
	background-color: #393838;
	padding:20px 30px 10px 30px;
	margin-top:50px;
}

/* mori */

img.moriMsg {
	margin-top:10px;
}

/* comments */

ul.cmt {
	display:block;
	width:760px;
}

ul.cmt li {
	display:block;
	width:360px;
	padding:20px 0px;
}

ul.cmt li:nth-child(1) {
	float:left;
}

ul.cmt li:nth-child(2) {
	float:right;	
}

ul.cmt li p {
	text-align:right;
	margin:20px 0px;
}

.cmt-name {
	font-size: 26px;
	font-weight: bold;
	color: #970e34;
	line-height: 32px;
}

.cmt-prof {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-left:0.8em;
}
.cmt-name,
.cmt-prof {
	display:inline-table
}

ul.cmt li.one-column{
	display: block;
	width: 560px;
	padding: 20px 0px;
	float: none;
	margin:0 auto;
}

.cmt-notice {
	text-align:right;
	margin-top:20px;
}


/* trailer */

ul#trailer-menu {
	padding:10px 0px 30px 0px;
	width:760px;
	text-align:center;
}

ul#trailer-menu li {
	display:inline-table;
}

ul#trailer-menu li img {
	margin:0 23px;
	cursor:pointer;
}

/* theater */

.theater-table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	line-height: 26px;
}

.theater-table tr.header td {
	background-color: #f3f3f3;
	font-weight:bold;
}

.theater-table td {
	padding: 1em 0.8em;
	border: 1px solid #a8a8a8;
	text-align: center;
	background-color: #FFF;
}

.theater-table tr.header td {
	background-color: #464646;
	color:#fff;
}


.theater-table td a {
	color: #d51c1c;
	text-decoration: none;
}

.theater-table td a:hover {
	text-decoration: underline;
}

.theater-table tr td.text-left {
	text-align: left;
}


/*menu*/


ul#btn-sns,
ul#btn-menu {
	display:block;
	width:760px;
}

ul#btn-sns {
	padding: 100px 20px 10px 20px;
	background-image: url(../images/news_bk.png);
	background-repeat: no-repeat;
	background-position: 144px 30px;	
}

ul#btn-menu {
	padding:0 20px 30px 20px;
}

ul#btn-sns li:nth-child(even) img,
ul#btn-menu li:nth-child(even) img {
	float:right;	
}

ul#btn-sns li:nth-child(odd) img,
ul#btn-menu li:nth-child(odd) img {
	float:left;	
}

ul#btn-sns li img,
ul#btn-menu li img {
	margin-bottom:20px;	
}

div#social {
	width:66%;
	transform:scale(1.5);
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
}

div#social ul {
	margin-top:14px;
	margin-bottom:30px;
}

div#social ul li {
	display:inline-table;
}

div#social li.tw iframe {
	width: 86px !important;
}

div#widget {
	width:760px;
	margin:40px 20px;
	border-radius: 4px;        /* CSS3Áð°Æ */
	-webkit-border-radius: 4px;    /* Safari,Google ChromeÍÑ */
	-moz-border-radius: 4px;   /* FirefoxÍÑ */
	overflow: hidden;
}

/*footer*/

#footer {
	width:100%;
	background-color:#222;
	color:#fff;
	text-align:center;
	padding:25px 0;
	font-size:14px;
	line-height:28px;
}

#footer h3 img {
	margin-bottom:10px;
}
