@charset "UTF-8";

/****
	
概要

***/
.res_table{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	border:none;
	border-bottom:none;
	font-size:14px;
	line-height:200%;
	
	font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-style: normal;
	letter-spacing: 1px;	
	font-weight:normal;
	
	vertical-align: top;
}
	
.res_table th{
	padding:0 0 3px;
	display:block;
	text-align:left;
	line-height:140%;
	border:none;
	color:#808080;
	font-weight:normal;
	vertical-align: top;
}
	
.res_table td{
	padding:0 0 30px;
	display:block;
	text-align:left;
	border:none;
	color:#000;
	font-weight:normal;
	vertical-align: top;
	
	/*background: rgba(239,130,132,1.00);*/
}

.res_table td span.cap_span01{
	font-size:11px;
	letter-spacing: 0;
}
	
	
@media print, screen and (min-width: 801px) {
.res_table th{
	width:13%;
	line-height:200%;
	padding:0 0 20px;
	display:table-cell;
	text-align: justify;
	-moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
	
}
.res_table td{
	width:80%;
	line-height:200%;
	padding: 0 0 20px;
	margin: 0;
	display:table-cell;
	border-left:20px solid #fff;

}
}

@media print, screen and (max-width: 800px) {
.kozu_bg{
	clear: both;
	width: 100%;
	height: auto;
	background-color: #000;
	background-image: url("../img/kozu/kozu_bg.jpg");
	background-size:130%;
	background-repeat: no-repeat;
	background-position: top left;
}
}
@media print, screen and (min-width: 801px) {
.kozu_bg{
	clear: both;
	width: 100%;
	height: auto;
	background-image: url("../img/kozu/kozu_bg.jpg");
	background-size: cover;
}
}

.f-size34{
	width:100%;
	height: auto;
	font-size:34px;
	line-height:110%;
	
	font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-style: normal;
	letter-spacing: 1px;	
	font-weight:normal;
	text-align: left;
	
	color: #fff;
	margin: 0 0 16px;
	padding: 0;
}
@media print, screen and (min-width: 801px) {
.f-size34{
	margin: 0 0 18px;
}	
}
.f-size13{
	width:100%;
	height: auto;
	font-size:13px;
	line-height:240%;
	
	font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-style: normal;
	letter-spacing: 1px;	
	font-weight:normal;
	text-align: justify;
	
	color: #fff;
	margin: 0 0 50px;
	padding: 0;
}
.f-size14{
	width:100%;
	height: auto;
	font-size:14px;
	line-height:240%;
	
	font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-style: normal;
	letter-spacing: 1px;	
	font-weight:normal;
	text-align: justify;
	
	color:#808080;
	margin: 0 0 50px;
	padding: 0;
}
@media print, screen and (min-width: 801px) {
.f-size13{
	margin: 0 0 30px;
}	
}



.img_box2{
	width:100%;
	height:auto;
	padding:0 ;
	position:relative;
}
@media print, screen and (min-width: 801px) {
.img_box2{
	padding:0 66px 0 0;
}
}

.img_box2 img{
	width:100%;
	height:auto;
	cursor:pointer;
}




.kozu_bnr1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.kozu_bnr1 img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 801px) {
}



/***

リンク先調整

***/

#yamada{
	position: absolute;
	top: -80px;
	
}

.position-r{
	position:relative;
	
}