﻿@charset "UTF-8";
/***************************************************
   HTML All Class Element Styles
***************************************************/
html {  }
body {
	font-family: Meiryo;
	font-size: 13px;
	line-height: 170%;
	background-image: url(../img/bg01.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
a { text-decoration: underline;}
a:hover { text-decoration: none; }
.cb { clear: both; font-size: 0; }
#back-top {
  position: fixed;
  bottom:50px;
  right:100px;
}
#back-top a {
  width: 40px;
  display: block;
}
#back-top span {
  width: 40px;
  height: 41px;
  display: block;
  margin-bottom: -40px;
  background: url(img/go_top.png) no-repeat center center;
}			
/***************************************************
   Contents Area Element Styles
***************************************************/
.container {
	width: 1000px;
	margin: 0 auto;
}
.side-bar {
	float: left;
	width: 180px;
	margin: 30px 0 0;
}
.side-bar .navi {
	margin: 0 auto 17px;
}
.side-bar .navi .nav-btn {
	width: 180px;
	height: 52px;
	border-bottom: 1px solid #999;
}
.side-bar .poster {
	width: 180px;
	height: 55px;
	margin: 0 0 17px;
}
.side-bar .jimukyoku-box {
	padding: 12px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);	
}
.side-bar .jimu-title {
	font-size: 14px;
	font-weight: bold;
	color: #E5006A;
	line-height: 16px;
	margin: 0 auto 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #000;
}
.side-bar .jimu-txt {
	font-size: 12px;
	line-height: 16px;
	margin: 0 auto 20px;
}
.top-main {
	width: 785px;
	float: right;
}
.top-main .main-title {
	margin: 30px 0 45px;
}
.top-content {
	width: 462px;
	height: 306px;
	margin: 0 30px 70px auto;
}

.kokuti{
	border:3px solid #f00;
	background-color: #ffffff;
	width: 730px;
	margin: 0 auto 30px;
	font-size: 14px;
	padding: 20px;
	line-height: 170%;
	border-radius: 10px;
}

.info-area {
	width: 482px;
	height: 160px;
	margin: 0 0 30px auto;
	padding: 20px 10px;
	box-sizing: border-box;
	position: relative;
	background-color: #FFF;
	border: 1px solid #E5006A;
	border-radius: 10px;
	overflow-y: auto;
}
.info-title {
	width: 162px;
  height: 41px;
  margin: 0px 300px 0 auto;
}
.info-area .info {
	display: flex;
	margin: 0 auto 5px;
	padding: 10px 0;
	justify-content: space-between;
	border-bottom: 1px dotted #000;
}
.info .info-day {
	width: 25%;
	font-weight: bold;
}
.info .info-txt {
	width: 75%;
}
.container .main {
	width: 820px;
	float: right;
	padding: 30px 10px 100px;
	background-color: rgba(255,255,255,0.80);
}
.footer {
	clear: both;
}
.foot-top {
	width: 100%;
	background-image: url(../img/bg02.jpg);
	background-repeat: repeat-x;
	border-top: 3px solid #FBC600;
	padding: 10px;
	text-align: center;
	font-size: 15px;
}
.footer .copy {
	width: 100%;
	padding: 5px 0;
	background-color: #FBC600;
	text-align: center;
	font-size: 12px;
}
.top-main .title {
	background-color: #009CDC;
	padding: 10px 20px 7px;
	margin: 0 0 30px;
	font-size: 15px; 
	color: #FFF;
	font-weight:bold;
}
.top-main .content {
	width: 785px;
	min-height: 816px;
	background-color: rgba(255,255,255,0.9);
	padding: 30px;
	box-sizing: border-box;
}
.midashi1{
	text-align: left; 
	font-size: 15px; 
	border-bottom: #E5006A solid 1px;
	border-left:#E5006A solid 3px;
	margin:0 0 10px 0;
	padding-left:17px;
	line-height:190%; 
	font-weight:bold;
}
.midashi2{
	text-align: left; 
	font-size: 15px; 
	border-bottom:#E5006A solid 1px;
	margin:0 0 10px 10px;
	padding-left:10px;
	line-height:170%; 
	font-weight:bold;
}
.midashi3{
	text-align: left; 
	font-size: 15px; 
	color:#E5006A;
	margin:0 0 10px 10px;
	padding-left:10px;
	line-height:170%; 
	font-weight:bold;
}

.midashi4{
	text-align: left; 
	font-size: 15px; 
	color:#ffffff;
	margin:0 0 10px 10px;
	padding-left:10px;
	line-height:170%; 
	font-weight:bold;
	background-color: #E5006A;
}


.bun1{
	text-align: left;
	font-size: 13px;
	margin: 0 10px 20px 20px;
	line-height: 170%;
}
.bun2{
	text-align: left;
	font-size: 13px;
	margin: 0 10px 10px 20px;
	line-height: 170%;
}		  
.bun3 { 
	text-align: left;
	font-size: 13px;
	margin: 0 10px 10px 20px;
	line-height: 170%;
	font-weight: bold;
}
.title01 {
	padding: 10px;
	box-sizing: border-box;
	background-color: #E5006A;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
}

td.sankahi{
	padding-left: 10px;
	text-align: left;
}

.aka{
	color:#f00;
}

.endai a:hover{
	opacity: 0.6;
}

.waku{
    border: 1px solid #ff0000;
    padding: 10px;
}

td#l-aki{
    padding-left: 30px;
}