/*
Theme Name: enpaku
Theme URI:
Description: enpaku 早稲田大学坪内博士記念演劇博物館
Version: 1.0
Author: YM
Author URI:
Text Domain:
*/

@charset "utf-8";

/* fixed nav */
body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif !important;;
	color: #3B3B3B;
	background-color:#FFF;
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 100%;
}

.inner_wrapper {
	width: 1030px;
	margin: 0 auto;
	position: relative;
}

.inner_wrapper_network {
	width: 1030px;
	margin: 0 auto;
	position: relative;
}

.inner_wrapper:before,
.inner_wrapper:after {
	content: "";
	display: table;
}
.inner_wrapper:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.inner_wrapper {
	zoom: 1;
}

section:before,
section:after {
	content: "";
	display: table;
}
section:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
section {
	zoom: 1;
}



/*//////////////////// clearfix ///*/
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

div:focus {
	outline: none;
}
input:focus {
	outline: none;
}

/* Link */
a {
	color: #3B3B3B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}

p a:link {
	color: green;
	text-decoration: none;
}

p a:visited {
	color: green;
	text-decoration: none;
}

/* ヘッダー */
header {
	width: 100%;
	height: 100px;
	display: block;
	background-color: #F8F8F8;
}
header h1 {
	position: absolute;
	top: 15px;
	left: 0;
	margin: 0;
}
header h1 a{
	display: block;
	width: 286px;
	height: 70px;
	text-indent: -9999px;
	background: url(images/common/logo-new.png) no-repeat 0 0;
	overflow: hidden;
}
header h1 a:hover{
}
header .nav {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-size: 15px;
	margin: 0;
}

header .nav div.searchBox{
	display: inline-block;
	margin: 15px 0 0 10px;
}

header .nav div.hNavi{
	display: inline-block;
	height: 16px;
	line-height: 16px;
	width: auto;
	margin: 0;
	padding-top: 15px;
	font-size: 90% !important;
}

.en header .nav div.hNavi,
.cn header .nav div.hNavi,
.kr header .nav div.hNavi{
	padding: 15px 115px 0 0;
}

header .nav div.hNavi a{
	text-decoration: underline;
}
header .nav div.hNavi a:hover{
	text-decoration: none;
}

header .nav input {
	height: 22px;
}

header .nav input#searchsubmit {
	background-color: #45b870;
	color: #FFFFFF;
	border: none;
	height: 22px;
	width: 60px;
	line-height: 22px;
	padding: 0;
}
header .nav input#searchsubmit:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}
header .nav input:focus {
	outline: none;
}

header .nav .language{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9999;
}

.en header .nav .language,
.cn header .nav .language,
.kr header .nav .language{
	position: absolute;
	top: 12px;
	right: 0;
}

header .nav .language a{
	margin-left: 2px;
}

header .nav ul.gNavi{
	padding: 20px 0px 0 0;
	display: block;
	position: relative;
	z-index: 999;
}

.en header .nav ul.gNavi,
.cn header .nav ul.gNavi,
.kr header .nav ul.gNavi{
	padding: 20px 0 0 0;
}

header .nav ul.gNavi li{
	height: 26px;
	display: inline-block;
	line-height: 26px;
	vertical-align: top;
	position: relative;
	background: url(images/common/navi_btn.png) no-repeat left center;
	padding-left: 28px;
	margin-left: 20px;
}
header .nav ul.gNavi li:hover{
	background: url(images/common/navi_btn_on.png) no-repeat left center;
	cursor: pointer;
}
header .nav ul.gNavi li a{
	display: block;
	position: relative;
	line-height: 26px;
	font-size: 14px !important;
}
header .nav ul.gNavi li a:hover,
header .nav ul.gNavi li a:active{
	text-decoration: none;
}

header .nav ul.gNavi li.noIcon{
	background: none !important;
	padding-left: 0 !important;
}
header .nav ul.gNavi li.noIcon:hover{
	background: none !important;
}
header .nav ul.gNavi li.noIcon:hover a{
	color: #45b870 !important;
}

header .nav ul.gNavi li.join a{
	display: block;
	width: 94px;
	height: 0;
	padding-top: 26px;
	margin: 5px 0 0;
	background: url(images/common/join_btn.png) no-repeat 0 0;
	overflow: hidden;
}
header .nav ul.gNavi li.join a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

header .nav ul.gNavi li ul.sub-menu{
	position: absolute;
	display: none;
	background-color: #F8F8F8;
	padding: 20px 10px 10px;
	margin-left: -28px;
}
ul.sub-menu li {
	margin-left: 0 !important;
	padding-left: 0 !important;
	padding-right: 20px;
	display: block !important;
	background: none !important;
}
ul.sub-menu li a{
	text-align: left !important;
	width: 155px;
}

ul.sub-menu li a:hover{
	color: #45b870 !important;
}

ul.gNavi:after{
	content:".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.hNavi img {
	vertical-align: middle;
}

header .nav ul.gNavi li ul.sub-menu2{
	position: absolute;
	display: none;
	background-color: #F8F8F8;
	padding: 20px 10px 10px;
	margin-left: -28px;
}
ul.sub-menu2 li {
	margin-left: 0 !important;
	padding-left: 0 !important;
	padding-right: 20px;
	display: block !important;
	background: none !important;
}
ul.sub-menu2 li a{
	text-align: left !important;
	width: 320px;
}

ul.sub-menu2 li a:hover{
	color: #45b870 !important;
}

header .nav ul.gNavi li ul.sub-menu3{
	position: absolute;
	display: none;
	background-color: #F8F8F8;
	padding: 20px 10px 10px;
	margin-left: -28px;
}
ul.sub-menu3 li {
	margin-left: 0 !important;
	padding-left: 0 !important;
	padding-right: 20px;
	display: block !important;
	background: none !important;
}
ul.sub-menu3 li a{
	text-align: left !important;
	width: 320px;
}

ul.sub-menu3 li a:hover{
	color: #45b870 !important;
}


#contents_area {
	margin-bottom: 0px;
	width: 100%;
	height: auto;
}
#contents_area h1 {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 38px !important;
	margin-bottom: 35px;
	padding-left: 50px;
	background: url(images/common/h1_icon.png) no-repeat 0 0;
}

#contents_area .post-list-left-box .ttl{
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 38px !important;
	margin: 70px 0 35px;
	padding-left: 50px;
	background: url(images/common/h1_icon.png) no-repeat 0 0;
}


#contents_area h1 span{
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	font-family:'Hiragino Mincho ProN', serif !important;
}

.contents.white {
	background: url(images/common/co_back.png) no-repeat right 200px;
	background-color: #FFFFFF;
}
.contents.gray { background-color: #F8F8F8; padding: 70px 0; }

#contents_area section{
	border-bottom: #636363 solid 1px;
	padding: 70px 0;
}
#contents_area section.noborder {
	border-bottom: none !important;
}
#contents_area section.bottom{
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

/* フッター */
footer .footer {
	height: 52px;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
}
.fNavi{
	float: left;
	font-size: 10px;
	padding: 21px 0 0;
}
.fNavi a {
	text-decoration: underline !important;
}
.fNavi a:hover {
	text-decoration: none;
}


/* ぱんくず */
.breadcrumb {
	width: 1030px;
	margin: 15px auto 0;
	font-size: 10px;
	color: #3B3B3B;
}
.breadcrumb a {
	padding: 0 5px;
	color: #777777;
}
.breadcrumb a.home {
	margin-left: -5px;
}

/* メールマガジン登録 */
.mailnews-box {
	padding: -30px 0 0;
	line-height: 22px;
	outline: none !important;
}

.mailnews-box.page {
	padding: 0 !important;
	margin: -30px 0 120px;
	display: block;
}

.mail-txt {
	padding: 20px 0 10px;
	font-size: 14px;
}
.mail-txt.caution {
	font-size: 12px;
}
.mailnews-box h1{
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 38px;
	padding-left: 50px;
	padding-bottom: 10px;
	background: url(images/common/h1_icon.png) no-repeat 0 0;
	border-bottom: #adadad solid 1px;
}
.mailnews-box h2{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	padding-left: 30px;
	padding-bottom: 10px;
	background: url(images/common/h2_icon.png) no-repeat 0 0;
	margin-top: 20px;
	border-bottom: #adadad solid 1px;
}

.mailnews-box label {
	display: none;
}

.mailnews-box p {
	display: inline-block;
	position: relative;
}

.mailnews-box p.s2_message {
	font-size: 20px;
}

.mailnews-box input {
	float: left;
	margin-right: 5px;
}
.mailnews-box input.fm {
	width: 350px;
	height: 34px;
	border: #636363 solid 1px;
	background-color: #FFFFFF;
	padding: 0 8px;
	font-size: 16px;
}
.mailnews-box input[name="regist"] {
	width: 80px;
	height: 34px;
	border: #44b76f solid 1px;
	background-color: #44b76f;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
}
.mailnews-box input[name="reject"] {
	width: 80px;
	height: 34px;
	border: #636363 solid 1px;
	background-color: #636363;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
}

form:before, form:after {
	content: "";
	display: table;
}
form:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
form {
	zoom: 1;
}





#join .mailnews {
	margin: -30px 0 0;
	padding: 0;
}
#join .mailnews p {
	display: inline-block;
	position: relative;
}
#join .mailnews p.s2_message {
	font-size: 20px;
	padding-top: 30px;
}
#join .mailnews label {
	display: none;
}
#join .mailnews input[name="email"] {
	width: 350px;
	height: 34px;
	border: #636363 solid 1px;
	background-color: #FFFFFF !important;
	background-color: #FFFFFF;
	margin-right: 5px;
	padding: 0 8px;
	font-size: 14px;
}
#join .mailnews input[name="subscribe"] {
	width: 80px;
	height: 34px;
	border: #44b76f solid 1px;
	background-color: #44b76f;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	top: -5px;
}
#join .mailnews input[name="unsubscribe"] {
	width: 110px;
	height: 34px;
	border: #636363 solid 1px;
	background-color: #636363;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	top: -5px;
	left: 85px;
}




/* カテゴリーラベル */
p.cat{
	width: 75px;
	height: 20px;
	display: block;
	text-align: center;
	margin: 12px 0 0;
	line-height: 20px;
	color: #FFF;
}
p.cat a{
	color: #FFF;
}

p.cat.kabuki{ width:165px;}
p.cat.joruri{ width:165px;}
p.cat.middle-age{ width:128px;}
p.cat.ancient{ width:128px;}
p.cat.contemporary{ width:128px;}
p.cat.modern{ width:128px;}
p.cat.biblio{ width:58px;}
p.cat.catalog{ width:58px;}
p.cat.enpaku{ width:58px;}
p.cat.greeting{ width:156px;}
p.cat.calendar{ width:116px;}


p.cat.event,
p.cat.contemporary,
p.cat.modern,
p.cat.kabuki,
p.cat.joruri,
p.cat.middle-age,
p.cat.ancient,
p.cat.greeting,
p.cat.catalog{ background-color: #44B76F; }

p.cat.permanent{ background-color: #3C89E5; }

p.cat.special,
p.cat.western,
p.cat.calendar,
p.cat.enpaku{ background-color: #9A001A; }

p.cat.oriental,
p.cat.biblio {background-color: #1ab1e8;}

p.cat.visual,
p.cat.study {background-color: #3a5897;}





span.left {float:left;}
span.right {float:right;}



/* ページトップへボタン */
.pagetop {
	float: right;
}
.pagetop a {
	display: block;
	width: 118px;
	height: 0;
	padding-top: 50px;
	background: url(images/common/pagetop.png) no-repeat 0 0;
	overflow: hidden;
}
.pagetop a:hover{
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

footer h1 a{
	display: block;
	width: 230px;
	height: 118px;
	text-indent: -9999px;
	margin: 30px auto 40px;
	background: url(images/common/f_logo-new.png) no-repeat 0 0;
	overflow: hidden;
}
footer h1 a:hover{
	background-position: 0 0px;
}
footer p.address {
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px;
}
footer #copy {
	height: 100px;
	background-color: #3B3B3B;
	font-size: 10px;
	text-align: center;
	color: #FFF;
	padding: 20px 0 0;
}


ul.om_banner2 {
	clear: both;
	text-align: center;
}
ul.om_banner2 li a{
	padding-top: 30px;
	margin-right: 35px;
	display: block;
}
ul.om_banner2 li a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

