@charset "UTF-8";

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   shawood's custom styles
   ========================================================================== */

body{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size:1.25em;
	background:#fff;
}
img{
	display:block;
	line-height:0;
}
a{
	display:block;
	/*-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	transition-duration:0.5s;
	-moz-transition-property:opacity,color,background;
	-webkit-transition-property:opacity,color,background;
	-o-transition-property:opacity,color,background;
	-ms-transition-property:opacity,color,background;
	transition-property:opacity,color,background;*/
}
a:hover{
	color:#666;
}
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}
em{
	font-style:normal;
}
.wrapper{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

#siteId{
	width:960px;
	margin:0 auto;
	height:70px;
}
	#siteId h1{
		float:left;
		margin:0;
		padding:20px 0 0;
	}
	.sekisuiNav{
		float:right;
		font-size:0.5em;
		color:#333;
		font-weight:bold;
	}
		.sekisuiNav ul{
			padding:0;
		}
			.sekisuiNav li{
				float:right;
			}
				.sekisuiNav a{
					color:#333;
					text-decoration:none;
				}
				.sekisuiNav li+li a:after{
					content:"｜";
					margin:0 1em;
				}
#contents{
	margin:0 auto 8px;
}
	.breadcrumb{
		font-size:0.5em;
		padding:10px 0 0;
	}
		.breadcrumb ol{
			margin:0;
			padding-left:0;
		}
			.breadcrumb li{
				float:left;
			}
				.breadcrumb li+li:before{
					content:">";
					margin:0 0.3em;
				}
				.breadcrumb a{
					text-decoration:none;
					color:#333;
					display:inline;
				}
				.breadcrumb a:hover{
					color:#858585;
				}


	.pageTitle{
		font-size:1.4em;
		line-height:1.2;
		margin:0 0 10px;
	}
		.pageTitle small{
			font-weight:normal;
			display:block;
			font-size:0.428em;
			margin-bottom:8px;
		}
			.pageTitle em{
				font-size:1.667em;
				margin-right:0.2em;
			}

	.localNav{
		position:relative;
	}
		.localNav ul{
			margin:0;
			padding:0;
			color:#000;
			overflow:hidden;
		}
			.localNav li{
				float:left;
			}
				.localNav small{
					font-size:1em;
				}
					.localNav small:before{
						content:"（";
					}
					.localNav small:after{
						content:"）";
					}
				.localNav a{
					display:block;
					text-decoration:none;
					color:#000;
				}
				.localNav li a:hover,
				.localNav .current{
					opacity:1;
				}
.section{
	margin:0 auto;
	width:960px;
}
	.section p{
		font-size:0.7em;
		line-height:1.8;
		margin:0;
	}
	.illustration{
		float:left;
		width:480px;
	}
		.slideshow{
			margin:0 0 30px;
		}
		.illustration h2{
			font-size:1.1em;
			line-height:1.2;
			margin:0 0 15px;
		}
	.section .text{
		float:right;
		padding:20px;
		width:410px;
		background:#eee;
	}
		.section .text section{
			margin:0 0 40px;
		}
			.section .text h3{
				margin:0 0 10px;
				padding-bottom:3px;
			}
			.section .text ul{
				margin:0;
				padding:0;
				list-style:none;
			}
			.section .points h3{
				margin:40px 0 10px;
				padding-bottom:3px;
			}
			.section .points ul{
				color:#000;
				font-size:0.6em;
				line-height:1.4;
				margin:0 0 15px;
				padding-left:0;
				list-style:none;
			}
				.points li{
					margin:0 0 8px;
					padding:0 0 0 20px;
					position:relative;
				}
					.points li:before{
						content:"●";
						position:absolute;
						top:0;
						left:0;
					}
			.points .detail,
			.events a{
				display:block;
				text-decoration:none;
				font-size:0.7em;
				font-weight:bold;
				padding-left:22px;
			}
			.staff ul{
				font-size:0.6em;
				line-height:1.8;
			}
				.staff li{
					margin:0;
					padding:0;
					float:left;
					width:50%;
				}
					.staff li a{
						text-decoration:none;
						padding:0 10px;
					}
			.events li{
				margin:0 0 8px;
			}
	.section .spec{
		margin:20px 0;
		font-size:0.6em;
		line-height:1.8;
	}
		.section .spec dt{
			float:left;
			text-align:right;
			clear:left;
			margin:-15px 0 0;
			padding:10px 15px 5px;
			width:5em;
			font-weight:bold;
		}
		.section .spec dd{
			float:left;
			margin:-15px 0 0;
			padding:10px 10px 5px;
		}
		.section .spec dt:first-child,
		.section .spec dt:first-child+dd{
			margin-top:0;
		}
	.related-links{
		font-size:0.6em;
		margin:0 0 60px;
		font-weight:bold;
	}
		.related-links dl{
			margin:0;
		}
			.related-links dt{
				margin:0 0 10px;
				padding-bottom:3px;
			}
			.related-links dd{
				margin:0;
				line-height:1.8;
				float:left;
			}
				.related-links a{
					text-decoration:none;
					padding:0 0 0 10px;
				}

		.wrapper .contact{
			float:left;
		}
			.contact>dt{
				font-weight:bold;
				margin-bottom:7px;
			}
			.contact dd{
				margin:0;
			}
				.contact .tel span{
					margin-left:0.2em;
				}
			.business-hours,
			.holiday{
				float:left;
			}
				.business-hours dl,
				.holiday dl{
					margin:0 2em 0 0;
				}
					.business-hours dt,
					.business-hours dd,
					.holiday dt,
					.holiday dd{
						display:inline;
					}
						.business-hours dt:after,
						.holiday dt:after{
							content:"／";
						}
		.mobile{
			float:right;
			margin:0;
			font-size:0.55em;
			display:table;
		}
			.mobile dt{
				display:table-cell;
				vertical-align:middle;
				padding-left:10px;
			}
			.mobile dd{
				display:table-cell;
				vertical-align:middle;
			}
				.mobile dd img{
					display:block;
					width:100%;
					height:auto;
				}

/*
	.pagetop{
		width:960px;
		margin:0 auto 50px;
	}
		.pagetop a{
			float:right;
			font-size:0.55em;
			color:#000;
			text-decoration:none;
			padding-right:20px;
			background:url(../images/bullet_pagetop.png) no-repeat right center;
		}
		.pagetop a:hover{
			color:#555;
		}

*/
	.links{
		border-bottom:1px solid #ccc;
		margin-bottom:8px;
	}
	.links ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	.links ul{
		margin-right:-23px;
		width:983px;
	}
		.links li{
			margin-bottom:30px;
			margin-right:23px;
			float:left;
		}



#sekisuiFooter{
	width:920px;
	margin:0 auto 2em;
}
	#copyright{
		float:left;
		font-size:0.5em;
		margin:0;
	}
	.misc{
		float:right;
		margin:0;
		font-size:0.5em;
	}
		.misc ul{
			margin:0;
			padding:0;
		}
			.misc li{
				float:right;
				margin-left:2em;
			}
				#copyright a,
				.misc a{
					color:#333;
					text-decoration:none;
				}
				.misc a{
					background:url(../images/buller_black-triangle.png) no-repeat left center;
					padding-left:10px;
				}
				#copyright a:hover,
				.misc a:hover{
					color:#666;
				}



/* shawood
--------------*/

	.shawood .sekisuiNav{
		color:#463431;
	}
				.shawood .sekisuiNav a{
					color:#463431;
				}
				.shawood .sekisuiNav a:hover{
					color:#875A32;
				}

	/* header 調整用 */
	
	.shawood #header,
	.shawood #sub_header,
	.shawood #change{
		font-size:13px;
		font-family:sans-serif;
	}
		.shawood .btn_ul01 a{
			display:inline;
		}
	/* header 調整用ここまで */
	
	/* footer 調整用 */
	
	.shawood #shawood_footer{
		font-size:13px;
		font-family:sans-serif;
	}
		.shawood #shawood_footer iframe{
			display:inherit;
		}
		.shawood #shawood_footer a{
			display:inherit;
		}
		.shawood #shawood_footer img{
			vertical-align:top;
			display:inline;
			line-height:1.4;
		}
		.shawood #shawood_footer #footer img{
			vertical-align:inherit;
		}
		.shawood .block02_area,
		.shawood .block03_area{
			float:left;
		}
	
	/* footer 調整用ここまで */

	.shawood figure{
		margin:0;
	}
	.shawood nav ol,
	.shawood nav ul{
		padding:0;
		list-style:none;
		list-style-image:none;
	}

/* shamaison
--------------*/

.shamaison .links{
	border-bottom:none;
	margin-bottom:0;
}
.shamaison #sekisuiFooter{
	margin:0;
	padding:20px 0 43px;
	width:100%;
	border-top:#e6e6e6 solid 1px;
	height:auto;
}
	.shamaison .sekisuiLogo{
		float:left;
	}
	.shamaison #copyright{
		padding:8px 0 0  230px;
	}
	.shamaison .misc{
		padding:5px 0 0;
	}
		.shamaison .misc li{
			margin-left:20px;
		}
			.shamaison .misc a{
				background:none;
				padding-left:0;
			}
	
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        /*background: transparent !important;*/
        /*color: #000 !important;*/ /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

/*
    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
*/
    /*
     * Don't show links for images, or javascript/internal links
     */

/*
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
*/
    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ie6 hack
--------------*/

.clearfix {
    *zoom: 1;
}

* html .localNav{
	height:35px;
}
* html .localNav li{
	width:140px;
}
* html .localNav .top{
	width:95px;
}
* html .localNav .staff{
	width:175px;
}
* html .localNav .library{
	width:160px;
}

* html .breadcrumb li{
	margin:0 1.5em 0 0;
}

* html .events li,
* html .section .staff li{
	line-height:0;
}
* html .events a{
	line-height:18px;
	padding-bottom:0.15em;
}
* html .section .staff a{
	line-height:10px;
	padding-bottom:0.1em;
}
* html .section .spec dt{
		margin-top:0;
		padding:5px 15px;
		width:70px;
}
* html .section .spec dd{
	float:left;
	margin-top:0;
	padding:5px 10px;
	width:830px;
}
* html .wrapper .contact{
	display:inline;
}
* html .mobile{
	position:relative;
	vertical-align:middle;
}
* html .mobile dt{
	position:absolute;
	top:50%;
	left:0;
	margin-top:-40px;
}
* html .mobile dd{
	position:absolute;
	top:50%;
	right:0;
	margin-top:-40px;
}

* html .contact dt{
	font-weight:bold;
	margin-bottom:7px;
}
* html .contact dd dt{
	font-weight:normal;
	margin-bottom:0;
}

* html .links{
	position:relative;
	top:-30px;
}
* html .links li{
	float:none;
	display:inline;
}
* html .links li a{
	display:inline;
}