@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Tangerine:400,700);

body {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Meiryo UI", "メイリオ", sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #555;
	color: rgba(0,0,0,0.75);
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #332316;
	color: #555;
	color: rgba(0,0,0,0.8);
}

a:hover {
	color: #000;
	text-decoration: none;
}

#wrapper {
	min-width: 980px;
	margin: 0 auto;
	height: 100%;
}

#contents-wrapper {
	width: 60%;
	min-width: 490px;
	margin: 0;
	float: left;
	z-index: 10;
	background: #fff;
	-webkit-transition: width 0.75s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	-moz-transition: width 0.75s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	-ms-transition: width 0.75s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	-o-transition: width 0.75s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	transition: width 0.75s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}

#images {
	width: 50%;
	min-width: 490px;
	margin: 0;
	height: auto;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: -1;
	background: #000;
	-webkit-transition: left 0.75s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	   -moz-transition: left 0.75s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	        transition: left 0.75s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}

.multi-touch-device #images {
	background: #000;
	overflow: scroll;
	position: absolute;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	        overflow-scrolling: touch;
}

#images ul {
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: opacity 0.5s ease;
	   -moz-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
}

#images ul li {
	width: 100%;
}

#images ul img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.75;
	-webkit-transition: opacity 0.5s ease;
	   -moz-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
}

#images:hover ul img {
	opacity: 1;
}

#pjax-container {
	padding: 40px;
}

#pjax-container p {
	font-size: 14px;
	line-height: 2.0em;
}
	
.section {
	margin-bottom:50px;
}

.photo {
	margin:20px 0px;
	text-align:center;
}

#global-footer {
	font-size: 12px;
	line-height: 2.0em;
	padding-left: 20px;
}

.table01 {
	background: url(../../img/his_img.jpg) no-repeat top right;
	}
	
.table01 th{
	border-left: 3px solid #EE1E13;
	white-space: nowrap;
	padding: 10px;
	vertical-align: top;
	font-weight: bold;
	font-size: 16px;
	}
	
.table01 td{
	border-left: 3px solid #ccc;
	padding: 10px 10px 50px 10px;
	font-size: 14px;
	}	
	
.alc {
	text-align: center;
	}
	
.mb20 {
	margin-bottom: 20px;
	}
