/*===============================================
●style.css	画面の横幅が737px以上
===============================================*/
@media print, screen and (min-width:	737px){
div#fixmenu	{
	width:	972px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}
.fixon{
	position: fixed;
	top: 0px;
	z-index: 9999;
	border-top: solid 13px #FFF;/*Fix時上余白*/
}
div#fixmenu	h1	{
	width: 972px;
	margin: 0 auto;
}
div#fixmenu	h1	{
	display:	inline-block;
	float:	left;
	width: 280px;
	margin: -4px 0 11px 5px;
	text-align:	left;
	font-size:	27px;
	line-height: 100%;
	vertical-align:	middle;
}
div#fixmenu	h1	span	{
	padding-left:	18px;
	font-size:	15px;
	vertical-align:	middle;
}
/*	プルメニュー	*/

#dropmenu	{
	display:	inline-block;
	float:	right;
	*zoom:	1;
	list-style-type:	none;
	width:	100px;/**/
	margin: 5px 0 auto;
}
#dropmenu:before,	#dropmenu:after{
	content:	"";
	display:	table;
}
#dropmenu:after{
	clear:	both;
}
#dropmenu	li{
	position:	relative;
	width:	100%;
	float:	left;
	margin:	0;
	padding:	0;
	text-align:	center;
}
#dropmenu	li	a{
	display:	block;
	margin:	0;
	padding:	5px	9px;
	background:	#423D30;
	color:	#fff;
	font-size:	12px;
	line-height:	1;
	text-decoration:	none;
}
#dropmenu	li	a:after{
	content:	'\0025bc';
	padding-left:	18px;
}
#dropmenu	li	ul{
	list-style:	none;
	position:	absolute;
	z-index:	9999;
	top:	100%;
	left:	0;
	margin:	0;
	padding:	0;
}
#dropmenu	li	ul	li{
	width:	100%;
}
#dropmenu	li	ul	li	a{
	border-top:	1px	solid	#FFF;
	background:	#423D30;
	text-align:	left;
}
#dropmenu	li:hover	>	a{
	background:	#423D30;
}
#dropmenu	li	ul	{
	opacity:	0;
	top:	50%;
	visibility:	hidden;
	transition:	.30s	ease-in-out;
	-moz-transition:	.30s	ease-in-out;
	-webkit-transition:	.30s	ease-in-out;
	-o-transition:	.30s	ease-in-out;
	-ms-transition:	.30s	ease-in-out;
}
#dropmenu	li:hover	ul	{
	top:	100%;
	visibility:	visible;
	opacity:	1;
}
#dropmenu	>	li{
		perspective:	400px;
}

#pageTop {
	display: none;
	position: relative;
	}
#pageTop img	{	padding-left: 5px;}


div#main	div.sp	{	display: none;}/*=スマホ用非表示=*/
/* 年表見出し */
#fixmenu	table	{
	clear: both;
	width: 972px;
	height: auto;
	background: #FBF9EF;
	border: solid 1px #FBF9EF;
	border-bottom: solid 1px #E5E4DF;
	font-size: 12px;
}
#fixmenu	table.history_ttl	th	{
	height: 53px;
	padding: 5px 8px;
	color: #FA7F6F;
	text-align:center;
	font-size: 13px;
	border-right: solid 1px #E5E4DF;
	text-align:center;
	vertical-align: middle;
}
#fixmenu	table.history_ttl	th:nth-of-type(4)	{	border-right: none;}
#fixmenu	table.history_ttl	th:nth-of-type(1)	{	width: 109px;}
#fixmenu	table.history_ttl	th:nth-of-type(2)	{	width: 130px;}
#fixmenu	table.history_ttl	th:nth-of-type(3)	{	width: 320px;}
#fixmenu	table.history_ttl	th:nth-of-type(4)	{	width: 345px;}

#fixmenu	img	{float: right;}

/* 年表 */
div#main	table.history	{
	clear: both;
	width: 972px;
	height: auto;
	background: #FBF9EF;
	font-size: 12px;
	margin-bottom: 48px;
	borde-bottom: solid 1px #FBF9EF;
}
div#main	table	th.year	{	background-color:	rgba(231,228,218,0.7);}
div#main	table	td.year{	background-color:	rgba(231,228,218,0.7);}

div#main	table.history	th	{
	width: 118px;
	padding: 5px 8px;
	border-bottom: solid 1px #E5E4DF;
	border-right: solid 1px #E5E4DF;
	text-align:center;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
}
div#main	table.history	td	{
	padding: 6px 8px;
	border-bottom: solid 1px #E5E4DF;
	border-left: solid 1px #E5E4DF;
	color: #666;
	text-align: left;
	line-height: 130%;
}
div#main	table.history	td	span	{
	display: block;
	font-size: 11px;
	font-weight: normal;
}
.cel01	{	width: 138px;}
.cel02	{	width: 334px;	font-weight: bold;}
.cel03	{	width: 334px;	font-weight: bold;}

/* 写真 */
td	p	{
	display: block;
	float: left;
	width: 170px;
}
td	figure	{
	display: inline-block;
	float: right;
	width: 131px;
}
td	figure	img	{
	width: 131px;
	margin-bottom: 4px;
}
td	figure	figcaption	{
	text-align: center;
	font-size: 12px;
}
/* 枠 */
.cel05	{
	margin: 0;
	padding: 14px !important;
	background: #FD7E6C;
	color: #FFF !important;
	font-weight: bold;
}
.cel05	p	a	{
	display: block;
	width: 50px;
	padding: 3px;
	margin: 8px 0;
	background: #FFF;
	color: #FD7E6C;
	text-align: center;
}
}

/*===============================================
●smart.css	画面の横幅が736pxまで
===============================================*/
@media	only	screen	and	(max-width:736px){
	div#main	h1	{
	display:	inline-block;
	float:	left;
	margin: 5% 3% 2%;
	text-align:	left;
	font-size:	1.4em;
	line-height: 110%;
	vertical-align:	middle;
}
div#main	h1	span	{
	display: block;
	font-size:	0.5em;
}

div#fixmenu	{
	width:	100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}
.fixon{
	position: fixed;
	top: 0px;
	z-index: 9999;
	border-top: solid 13px #FFF;/*Fix時上余白*/
}

/*	プルメニュー	*/

#dropmenu	{
	display:	inline-block;
	float:	right;
	*zoom:	1;
	list-style-type:	none;
	margin: 3% 3% auto;
}
#dropmenu:before,	#dropmenu:after{
	content:	"";
	display:	table;
}
#dropmenu:after{
	clear:	both;
}
#dropmenu	li{
	position:	relative;
	width:	100%;
	float:	left;
	margin:	0;
	padding:	0;
	text-align:	center;
}
#dropmenu	li	a{
	display:	block;
	margin:	0;
	padding:	5px	4px;
	background:	#423D30;
	color:	#fff;
	font-size:	12px;
	line-height:	1;
	text-decoration:	none;
}
#dropmenu	li	a:after{
	content:	'\0025bc';
	padding-left:	18px;
}
#dropmenu	li	ul{
	list-style:	none;
	position:	absolute;
	z-index:	9999;
	top:	100%;
	left:	0;
	margin:	0;
	padding:	0;
}
#dropmenu	li	ul	li{
	width:	100%;
}
#dropmenu	li	ul	li	a{
	border-top:	1px	solid	#FFF;
	background:	#423D30;
	text-align:	left;
}
#dropmenu	li:hover	>	a{
	background:	#423D30;
}
#dropmenu	li	ul	{
	opacity:	0;
	top:	50%;
	visibility:	hidden;
	transition:	.30s	ease-in-out;
	-moz-transition:	.30s	ease-in-out;
	-webkit-transition:	.30s	ease-in-out;
	-o-transition:	.30s	ease-in-out;
	-ms-transition:	.30s	ease-in-out;
}
#dropmenu	li:hover	ul	{
	top:	100%;
	visibility:	visible;
	opacity:	1;
}
#dropmenu	>	li{
		perspective:	400px;
}

#pageTop {
	position: relative;
	display: none;
	background: rgba(255, 255, 255, 0.8);
}

#pageTop	img	{
	float: right;
	margin-right: 5%;
}

/*============================
スマホ用
============================*/
div#main	div.sp	{
	display:	inline-block;
	float:	left;
	margin: 5% 3% 2%;
}
div#main	div.sp	p	{
	text-align: left;
	font-size:	0.8em;
	line-height: 1.5em;
}
.cel01	{ color:#666 !important;}
.cel02	{ color:#963 !important;	font-weight: bold;}
.cel03	{ color:#8E3338 !important;	font-weight: bold;}
/*============================
*年表
============================*/
div#main	table	{
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 2%;
}
/* 見出し */
div#main	table.history_ttl	{	display: none;}
/* 年表 */
div#main	table.history	{
	background: #FBF9EF;
}
div#main	table.history	th	{	display: none;}
div#main	table.history	th:empty	{	display: none;}
div#main	table.history	td:empty	{	display: none;	border-collapse: collapse;}

div#main	table.history	td	{
	clear: both;
	display: table!important;
	width: 90%;
	margin: 0 auto;
	padding: 1% 0!important;
	background: #FBF9EF;
	border-bottom: solid 1px #E5E4DF !important;
	color: #666;
	text-align: left;
	line-height: 150%;
	border-collapse: separate;
	font-size: 0.90em;
	border-spacing: 1px;
}
div#main	table.history	td	span	{
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}

/* 写真 */
td	{
	display: table!important;
	width: 100%;
	margin: 0 auto;
}
td	p	{
	display: table-cell;
	width: 40%;
	padding: 3% 4% 3% 0;
	line-height: 1.2em;
	vertical-align: top;
}
td	figure	{
	display: table-cell;
	width: 30%;
	padding: 3% 0;
	vertical-align: top;
}
td	figure	img	{
	width: 100%;
	margin-bottom: 4px;
}
td		figure	figcaption	{
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
}

/* 枠 */
.cel05	{
/*	display: table!important;
	width: 100%;
	margin: 0 auto;*/
	background: #FD7E6C !important;
	color: #FFF !important;
	font-weight: bold;
}
.cel05		p	{
	display: table-cell;
	width: 40%;
	padding: 3% ;
	line-height: 1.2em;
	vertical-align: top;
}
.cel05		figure	{
	display: table-cell;
	width: 40%;
	padding: 3% 4% 3% 0;
	vertical-align: top;
}

.cel05	p	a	{
	display: block;
	width: 50px;
	padding: 3px;
	margin: 5px 0;
	background: #FFF;
	color: #FD7E6C;
	text-align: center;
}
}


