<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ---------------------------------- トップ */


div#contents section div.box  {
	overflow: hidden;
}
		   
div#contents section img.smoke  {
	float: right;
	padding: 0 20px 10px 20px;
}
	
div#contents section p span  {
	color: #e60024;
}

/* ---------------------------------- 条例 */

div#contents div.jyorei {
	margin: 10px 0;
	overflow: hidden;
	border: 1px solid #e60024;
	border-radius: 4px;
	padding: 15px 0 5px;
}

div#contents div.jyorei h4{
	border-bottom: 1px solid #e60024;
	margin: 0 0 20px 0;
	padding-left: 20px;
	font-weight: bold;
	font-size: 116%;
	color: #e60024;
}

div#contents section div.jyorei p span  {
	color: #40220f;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

div#contents div.jyorei table{
	width: auto;
}

/* ---------------------------------- ポイント */

div#contents div.point {
	overflow: hidden;
}

div#contents div.point div {
	width: 260px;
	margin-left: 20px;
	float: left;
}

div#contents div.point div img{
	margin-bottom: 20px;
}

div#contents ol {
	font-size: 108%;
	letter-spacing: 0.13em;
	line-height: 1.6;
	overflow: hidden;
	margin-left: 310px;
}

div#contents ol li{
	margin: 0 20px 20px 0;
	overflow: hidden;
}

div#contents ol span{
	font-weight: bold;
	font-size: 108%;
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #666;
}

/* ---------------------------------- 事例 */

div#contents ul.tab{
	overflow: hidden;
    position: relative;
	margin-top: 30px;
}

div#contents ul.tab li {
	float: left;
	cursor: pointer;
	padding: 10px 20px 5px;
	margin: 0 5px 0 0; 
	border-radius: 8px 8px 0 0;
	border: 1px solid #999;
	border-bottom: none;
	background-color: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -moz-linear-gradient(top, #fff, #efefef);
	background: -ms-linear-gradient(top, #fff, #efefef); /* IE10+ */
	text-align: center;
	font-size: 108%;
	font-weight: bold;
	letter-spacing: 0.2em;
    position: relative;
    z-index: 0;
}

div#contents ul.tab li.select{
	background: #fff;
	color: #000;
    z-index: 2;
}

div#contents ul.tab:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #999;
}

div#contents .disnon {
	display: none;
}




div#contents ul.ex {
	overflow: hidden;
	margin-left: 10px;
	margin-top: 20px;
}

div#contents ul.ex li{
	float: left;
	width: 200px;
	margin: 0 10px 15px;
	position: relative;
}

div#contents ul.ex li img{
	margin-bottom: 5px;
	width: 200px;
	height: auto;
}

div#contents ul.ex li div:first-line {
    font-weight: bold;
    font-size: 108%;
}

div#contents ul.ex li span{/* 橿原神宮 */
    font-size: 85%;
    background: rgba(255,255,255,0.8);
	padding: 3px 5px 0;
	position: absolute;
	top: 120px;
	right: 0;
}



/* ---------------------------------- テーブル */

div#contents table{
	width: 640px;
	border: 1px solid #666;
	margin: 20px auto;
}

div#contents table th{
	border: 1px solid #666;
	background: #eee;
	text-align: center;
	padding: 5px 10px;
}

div#contents table td{
	border: 1px solid #666;
	padding: 10px 8px;
	text-align: center;
}

div#contents p.memo{
	font-size: 93%;
}





</pre></body></html>