@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	zoom: 1;
	box-sizing: border-box;
}
html {
	overflow-y:scroll;
	background: #514d4a;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	background: #ededeb;
}
li {
	list-style-type: none;
	zoom: normal;
}
img {
	vertical-align: text-bottom;
	border-style: none;
}
/* .clearfix floatの解除 */
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}
p{
	text-align:justify;
	text-justify:inter-ideograph; 
	/* テキストの均等割り付け */
}
a{
	color: #ff3300;
}
a:hover{
	color: #999999;
}
/* 要素の透明度を変更 選択中のページのボタンなど */
.opacity {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* マウスホバー時に透明度を変更 aタグなどのボタンに */
.ovr img:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.inner-content{
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
}

/* ------- header ------- */
#header{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 0 16px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dfddc6), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #dfddc6);
	background: -moz-linear-gradient(#fff, #dfddc6);
	background: -o-linear-gradient(#fff, #dfddc6);
	background: -ms-linear-gradient(#fff, #dfddc6);
	background: linear-gradient(#fff, #dfddc6);
	-moz-box-shadow: 0px 0px 12px #999999;
	-webkit-box-shadow: 0px 0px 12px #999999;
	box-shadow: 0px 0px 12px #999999;
	z-index: 500;
}
#header h1{
	width: 189px;
	height: 40px;
	float: left;
	margin: 16px 0 32px;
}
#header .en_link, #header .contact{
	width: 120px;
	text-align: center;
	display: block;
	float: right;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	overflow: hidden;
	margin-left: 8px;
}
#header .en_link a, #header .contact a{
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #28231e), color-stop(0.00, #696765));
	background: -webkit-linear-gradient(#696765, #28231e);
	background: -moz-linear-gradient(#696765, #28231e);
	background: -o-linear-gradient(#696765, #28231e);
	background: -ms-linear-gradient(#696765, #28231e);
	background: linear-gradient(#696765, #28231e);
	display: block;
	font-size: 15px;
	text-decoration: none;
	padding: 8px 0;
}
#header .en_link a:hover, #header .contact a:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #696765), color-stop(0.00, #28231e));
	background: -webkit-linear-gradient(#28231e, #696765);
	background: -moz-linear-gradient(#28231e, #696765);
	background: -o-linear-gradient(#28231e, #696765);
	background: -ms-linear-gradient(#28231e, #696765);
	background: linear-gradient(#28231e, #696765);
}
#header #nav {
	clear: both;
}
#header #nav ul{
    display: table;
    width: 100%;
}
#header #nav li {
    display: table-cell;
}
#header #nav li:first-child {
	margin-left: 0;
}
#header #nav li a{
    color: #ffffff;
    display: block;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    padding: 8px 24px;
    margin: 0 3px;
    box-sizing: border-box;
    border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #433f3b), color-stop(0.53, #433f3b), color-stop(0.47, #656361), color-stop(0.00, #656361));
    background: -webkit-linear-gradient(top, #656361 0%, #656361 47%, #433f3b 53%, #433f3b 100%);
    background: -moz-linear-gradient(top, #656361 0%, #656361 47%, #433f3b 53%, #433f3b 100%);
    background: -o-linear-gradient(top, #656361 0%, #656361 47%, #433f3b 53%, #433f3b 100%);
    background: -ms-linear-gradient(top, #656361 0%, #656361 47%, #433f3b 53%, #433f3b 100%);
    background: linear-gradient(to bottom, #656361 0%, #656361 47%, #433f3b 53%, #433f3b 100%);
}
#header #nav li a:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #656361), color-stop(0.53, #656361), color-stop(0.47, #433f3b), color-stop(0.00, #433f3b));
	background: -webkit-linear-gradient(top, #433f3b 0%, #433f3b 47%, #656361 53%, #656361 100%);
	background: -moz-linear-gradient(top, #433f3b 0%, #433f3b 47%, #656361 53%, #656361 100%);
	background: -o-linear-gradient(top, #433f3b 0%, #433f3b 47%, #656361 53%, #656361 100%);
	background: -ms-linear-gradient(top, #433f3b 0%, #433f3b 47%, #656361 53%, #656361 100%);
	background: linear-gradient(to bottom, #433f3b 0%, #433f3b 47%, #656361 53%, #656361 100%);
}


/* ------- footer ------- */
#footer{
	background: #514d4a;
	padding: 8px 0;
	text-align: center;	
}
#footer small.copyright{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* ------- contents ------- */
#content .inner-content{
    display: flex;
    flex-wrap: wrap;

    background: #ffffff;
    overflow: hidden;
    height: auto; 
}

/* ------- contents / sidebar ------- */
#sidebar {
    width: 200px;
    font-size: 15px;
    padding: 20px;
    padding-bottom: 48px;
    background-color: #f1f2ec;
}
#sidebar ul{
	margin-bottom: 20px;
}

/* ------- contents / main ------- */
#maincontents {
    flex: 1;
    min-height: 400px;
    padding: 32px 28px 48px;
    background-color: #FFF;
}
#maincontents h1 {
	color: #FFFFFF;
	display: block;
	font-size: 25px;
	line-height: 1.3em;
	background-color: #3a7901;
	margin: 0 auto 24px;
        padding: 8px 16px;
}
#maincontents h2 {
	color: #444;
    display: block;
    font-size: 20px;
    margin: 0 auto 24px;
    background-color: #bbeb8f;
    padding: 4px 16px;
}
#maincontents h3 {
	color: #2a251f;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 8px;
	line-height: 1.6;
	border-bottom: #cccccc solid 1px;
	margin: 0 auto 16px;
	display: block;
}
#maincontents h4 {
	color: #2a251f;
	font-size: 16px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	padding: 0px;
	line-height: 1.6;
	margin: 16px 0;
}
.section {
	margin-bottom: 30px;
}
#maincontents p {
    margin-bottom: 24px;
}
#maincontents .lightbox ul li p {
	margin: 0 auto;
	width: 175px;
	padding: 0;
}

/**/
#maincontents p.article {
	width: 760px;
}
#maincontents p#link {
	width: 760px;
}
#maincontents p#link a {
	display: table-cell;
	margin-right: 16px;
}
#maincontents p#link a img{
	float: left;
	width: 188px;
}
#maincontents .clearfix{
	clear: both;
}
#maincontents .section p {
	width: 760px;
}
#maincontents #print p{
	width: 760px;
}

/* ------- top ------- */
#mainimg{
    width: 1040px;
    height: 700px;
    margin-top: 28px;
    padding: 16px 0 0;
    text-align: center;
    position: relative;
}
#mainimg .main{
	position: absolute;
    width: 1040px;
    height: 700px;
    top: 16px;
    left: 0;
    z-index: 10;
}
#mainimg .hand{
    position: absolute;
    width: 53px;
    height: 55px;
    bottom: 52px;
    left: 378px;
    z-index: 50;
}
#mainimg .mouse{
    position: absolute;
    left: 214px;
    bottom: 112px;
    z-index: 50;
}
#top-flex{
    padding: 0 28px 80px;
    gap: 28px;
    justify-content: space-between;
}
.topleft{
	width: 260px;
}
.topright{
    flex: 1;
}
.topright h1{
	background: #ededeb;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #ffffff;
	margin: 0 0 12px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
.topright h1 span{
	background: url(https://www.churchill-kai-tokyo.jp/themes/img/share/title-bg.gif) repeat;
	padding: 24px 64px 24px 16px;
}
.topright ul{
	margin: 0 12px;
}
.topright ul li{
	font-size: 14px;
	border-top: dashed 1px #cccccc;
	padding: 8px 0 0;
	margin: 8px 0;
}
.topright ul li:first-child{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.topright ul li span{
	margin-right: 16px;
	font-weight: bold;
}

/* ------- dot 
.dot{
	background: #f4f1e3;
    border: dashed 1px #cccccc;
    padding: 12px;
    margin: 0 auto 16px;
    width: 732px;
    display: block;
}
.dot p {
	margin: 0;
}
.dot p.article {
	margin: 0 !important;
}------- */

/* ------- 151127-seino ------- */
.item {
	padding: 4px;
	margin: auto;
}
.item_title {
	width: 80px;
	float: left;
}
.item ul li p{
	display: block;
	width: 300px;
	float: left;
}
.item_title_long {
	width: 260px;
	float: left;
}
.item ul li p.long{
	display: block;
	width: 400px;
	float: left;
}
.item ul{
	margin: 0 !important;
}
/* ------- 160502-seino ------- */
.half-image img{
	float: left;
	width: 366px;
	margin: 0 auto 0 8px;
}

/* ------- 160530-seino ------- */
img.img03sec{
	float: left;
	width: 242px;
	margin-left: 8px; 
}
img.img02sec{
	float: left;
	width: 364px;
	margin-left: 8px;
}

/* ------- clearfix ------- */
#header .inner-content:after, #nav ul:after, #content .inner-content:after, .item ul li:after, .item_title:after, .half-image:after{
    content: ""; 
    display: block; 
    clear: both;
}

/* ------- enotabi ------- */
.section {
	clear: both;
}
.half-image figure {
	width: 377px;
	float: left;
/*	margin-right: 12px;*/
}
.half-image figure figcaption {
	width: 366px;
	font-size: 12px;
	text-align: center;
}
.right {
	text-align: right;
} 
#enotabi_img {
	width: 755px;
	margin-left: 12px;
	clear: both;
}
#enotabi_img img {
	float: right;
	width: 346px;
	margin-left: 8px;
}
#enotabi_img figcaption {
	width: 346px;
	text-align: center;
	font-size: 12px;
	clear: both;
	float: right;
	margin-top: 8px;
	margin-left: 8px;
}
.senryu {
	width: 720px;
	background: #fff;
	border: #c5c5c5 solid 2px;
	padding: 16px;
	margin-bottom: 16px;
}
.senryu p {
	margin: 0;
	text-align: right;
}

.senryu_article {
	
}
.senryu_article span.title {
	width: 750px;
	padding: 16px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
}

/*  */
#mainmenu a.menuMain {
	padding: 0;
	margin-bottom: 8px;
}
#mainmenu a {
	padding: 0;
}

/* ------- default table ------- */
table {
	width: 758px;
	background-color: #ccc;
	margin: 0 auto 16px;
	display: block;
}
table tbody {
	width: 100%;
}
table th{
	width: 146px;
	background-color: #efefef !important;
	padding: 8px 0;
	text-align: center;
	color: #222 !important;
	font-weight: normal;
}
table td.td_title {
	width: 10%;
    background-color: #efefef;
    padding: 8px 12px;
    text-align: center;
}
table td {
	width: 30%;
    background-color: #ffffff;
    padding: 8px 12px;
    text-align: left;
}

/* ----- sidebar ----- */
#sidebar table {
	width: 100%;
	background-color: #f1f2ec;
	margin-bottom: 0;
}
#sidebar table th, #sidebar table td {
	background-color: #f1f2ec;
}

/* ------- kaiin ------- */
.kaiin_list table {
	width: 100%;
	background-color: #666666;
}
.kaiin_list table th{
	width: 100px;
	background-color: #f1f1f1 !important;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: left;
	color: #000 !important;
	font-weight: normal;
}
.kaiin_list table td{
	background-color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
/* -----  ----- */
.section .center img {
	width: auto;
	display: block;
	margin: 0 auto 16px;
}

/* ----- fieldset ----- */
#maincontents fieldset {
	width: 756px;
	display: block;
	margin: 0 auto;
}

/* ----- TOP (作品コメント) ----- */
#MainImgComments {
    width: calc(100% - 56px);
    box-sizing: border-box;
    padding: 24px;
    margin: 28px auto;
    background: #fffff3;
    border: double 3px #ffeeb8;
}
#MainImgComments h2 {
	margin-bottom: 4px;
	color: #e47c1b;
}
#MainImgComments h3 {
	margin-top: 8px;
	margin-bottom: 4px;
	color: #e47c1b;
}
#MainImgComments p {
	margin: 0;
}

#MainImgComments p span.Name, #MainImgComments p span.ArtTitle {
	font-size: 18px;
	font-weight: bold;
	color: #444;
	margin: 0 8px;
}


#newsletter {
	width: 755px;
    display: block;
    margin: 0 auto;
}
#newsletter .title {
	margin: 0 0 30px;
}
#newsletter .title img{
	width: 750px;
	height: auto;
}
#newsletter h1 {
	font-size: 25px;
	line-height: 1.3em;
	color: #FFFFFF;
	margin: 0 0 20px;
	padding: 3px 10px;
	background-color: #3a7901;
	border: 5px solid #e8e7d5;
	text-transform: uppercase;
}
#newsletter h2 {
	color: #4b413c;
	font-size: 22px;
	padding: 2px 15px;
	margin: 0 0 20px;
	background-color: #bbeb8f;
}
#newsletter h2 span.author {
	padding-left: 10px;
}
#newsletter h3 {
	font-size: 16px;
	color: #2a251f;
	margin: 0 0 15px;
	padding: 0 3px;
	border-bottom: double 3px #3a7901;
}
#newsletter h4 {
	margin: 0 0 15px;
	color: #2a251f;
	font-size: 16px;
	font-weight: bold;
	width: 725px;
	line-height: 1.6;
	border-bottom: #c5c5c5 solid 1px;
}
h5{
	color: #2a251f;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}

#newsletter p, #newsletter ul, #newsletter ol, #newsletter table , #newsletter .img{
	margin: 8px auto 20px;
}
#newsletter p {
	width: 730px !important;	
}
#newsletter ul li{
	list-style-type: none;
}
#newsletter table{
	width: 100%;
	background-color: #cccccc;
}
#newsletter table th{
	background-color: #f1f1f1 !important;
	padding: 7px 10px;
	text-align: center;
	color: #000 !important;
}
#newsletter table td{
	background-color: #ffffff;
	padding: 7px 10px;
	text-align: left;
}
#newsletter .schedule table tbody th{
	width: 150px;
}
#newsletter .dot, #newsletter #dot{
	/*background: #f4f1e3;
	border: dashed 1px #cccccc; 
	padding: 10px;
	margin: 0 0 10px;*/
}
#newsletter .dot h1{
	background-color: #f4f1e3;
	border: none;
	width: auto;
	color: #4b413c;
	text-indent: 0;
	margin: 0 0 10px;
	padding: 8px 12px;
}
#newsletter .dot p{
	margin: 0;
}
#newsletter ol {
	width: 755px;
}
#newsletter ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 24px;
}
#newsletter dl dt {
	border-bottom: #c5c5c5 solid 1px;
	font-weight: bold;
	padding: 8px 0;
}
#newsletter dl dd {
	padding: 8px 0 0;
}
#newsletter hr {
	margin: 8px 0;
}
#print h1{
	font-size: 20px;
	color: #000000;
	width: auto;
	margin: 0 auto 16px !important;
	padding: 0;
	background: none;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#print.btn-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 48px;
}
#print.btn-wrap a{
    display: block;
    width: calc((100% - 24px) / 3);
    color: inherit;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 12px 0.8em;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#print.btn-wrap a i{
    color: #ff3300;
    margin-left: 0.35em;
}
#print a:hover {
	background: #121212;
	color: #fff;
}
#print p{
	font-size: 14px;
	color: #555;
}
.center{
	text-align: center;
}