@charset "utf-8";
/*
Theme Name: EurAsia
Description: 横浜ユーラシア文化館サイト専用
Author: VoidSystem
Version: 1.0.0
*/

@media (min-width: 992px){
	.container {
		width:992px;
	}
}
.container {
		min-width: 992px;
}
html {
	color: #333333;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-size:15px;
	line-height: 1.65rem;
	background-color: #000000;
	background-position:top; 
	background-repeat:no-repeat; 
}
p {
	margin-bottom:0.5rem;
}
a:link,
a:visited,
a:active {
	color: #335577;
	text-decoration: none;
}
a:hover {
	color: #44719F;
	text-decoration: none;
}
a:link .en{
	color: #335577;
	text-decoration: none;
}
p.en,
span.en{
	font-size: 85%;
	color: #666600;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.2rem;
}

h1 .en, h2 .en {
	padding-left: 20px;
	font-size: 75%;
	color: #666600;
}
h1 {
	margin-left: -40px;
	margin-right: -40px;
	padding-bottom: 5px;
	font-size: 1.6rem;
	font-weight: normal;
	color: #2D1B05;
	border-bottom: solid 1px #D0C9AF;
	text-indent: 40px;
}
h2 {
	margin: 20px 0;
	font-size: 1.4rem;
	padding: 5px 10px;
	background-color: #DDDDCC;
	font-weight: normal;
	color: #2D1B05;
}
h3 {
	padding: 5px 0;
	font-size: 1.4rem;
	font-weight: bold;
	color:#4B3E2C;
	border-top: solid 1px #A39D91;
	border-bottom: solid 1px #A39D91;
}
h4 {
	padding: 10px 0;
	font-size: 1.0rem;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	color: #AE7D48;
	
}
h6 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 1.1em;
}

table , th, td{
	vertical-align: top;
}
table {
	margin-bottom: 20px;
}

.notice {
	margin-left: 0;
	padding:10px;
	border:solid 1px #999;
}
.notice p{
	font-size: 0.85rem;
}
.notice .en{
	font-size: 0.85rem;
	color: #666600;
	font-family: "Times New Roman", Times, serif;
}
/********** header **********/
#header {
	padding-top:20px;
	background: none;
	color:#FFF;
}
#header .searchBox {
	font-size: 0.8rem;
}
#header .searchBox input{
	border-radius: 6px;
	background-color: #FFF;
}
.logo a{
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.3rem;
	color: #FFF;
}
.logo .en{
	padding-top: 3px; 
	padding-left: 3px;
	font-size: 0.9rem;
	letter-spacing: 0.05rem;
	border-top:solid 1px #777;
	color:#CCC;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight:lighter;
}

.bread ,.bread a{
	margin-top: 40px;
	color: #999;
	font-size: 0.75rem;
}
.bread li {
	display: inline-block;
	padding: 0 10px;
}

/********** body content **********/
.bodyContent .container{
	background-color: #F2F2E6;
	border-radius: 10px;
	margin-bottom: 40px;
	padding:40px;
}


/********** side menu **********/
.sideContent  {
	margin: 10px 0;
}
.sideContent dd{
	margin: 0;
}
.sideContent dd a{
	font-size: 0.9rem;
	line-height: 1.0rem;
	display: block;
	padding: 10px 5px 5px 5px;
	border-bottom: dotted 1px #999;
	
}
.sideContent dd a.en{
	color:#000;
	font-size: 1.2rem;
}
.sideContent dd a:hover{
	background-color: #FFF;
	
}
/********** footer **********/
#footer {
	margin-top: auto;
	text-align: center;
	width: 100%;
	background: -moz-linear-gradient(left, #222, #222, #999);
	background: -webkit-linear-gradient(left, #222, #222, #999);
	background: linear-gradient(to right, #222, #222, #999)
}
#footer p {
	margin: 0 auto;
	padding: 4px 20px 8px 20px;
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:right;
	max-width:1060px;
}

/********** News Page **********/

time {
	display: block;
	padding: 0;
	font-family:Tahoma, Geneva, "sans-serif";
	letter-spacing: 0.1rem;
	font-size: 0.75rem;
	text-align: right;
	color:#999;
	margin: 0;
}


/********** Exhibitions **********/
.exhibitions p {
	margin-left: 1.0rem;
}
.exhibitions h2 {
	margin-top: 20px;
	padding:5px 10px;
	font-size:1.0rem;
	font-weight:normal;
	color:#FFF;
	background-color: #382F25;
}
.exhibitions h2 .en {
	font-size: 75%;
	color: #CCC;
	font-family: "Times New Roman", Times, serif;
    vertical-align: +0.2rem;
}
.exhibitions h3 {
	padding: 5px 10px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.6rem;
	color:#4B3E2C;
	background-color: #FFF;
	border: none;
	border-radius: 5px;
}
.exhibitions h4 {
	padding: 10px 0 0 0;
	font-size: 1.0rem;
	font-weight: bold;
}
.exhibitions h5 {
	font-size: 1.0em;
	font-weight: bold;
	color: #AE7D48;
}
.exhibitions .en {
	font-size: 90%;
	color: #666600;
	font-family: "Times New Roman", Times, serif;
    vertical-align: +0.2rem;
}
a.link-icon {
	padding-left: 14px;
	background-image: url("../../../../exhibition/img/btn_link_s.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
span.link-icon {
	padding-left: 14px;
	background-image: url("../../../../exhibition/img/btn_link_s.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.exhibitions .wp-caption-text {
	font-size: 0.75rem;
}
.exhibitions table.list td {
	padding: 20px 10px 10px 10px;
	border-bottom: dotted 1px #999;
}
.nfea h5,
.nfea p{ 
	line-height: 1.2rem;
}
table.nfea td{
	border-bottom:solid 1px #777;
	padding-top: 30px;
}

/********** WordPress Native CSS **********/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }