@charset "UTF-8";
body{
    display: flex;
    flex-direction: column;
	background-color: #F2F2F2;
	width: 800px;
	margin:0 auto;
}
span.s{
	text-decoration: line-through;
}
span.u{
	text-decoration: underline;
}
/*タイトル部分・共通*/
.header{
    height: 70px;
    text-align: center;
	font-size: 50px;
    background-color: #F2F2F2;
    color: #000;
}

/*メニュ部分・共通*/
.menu{
    text-align: center;
    background-color: #F2F2F2;
}
.menubar{
	list-style: none;
	overflow: hidden;
	margin: 0;
}
.menubar li{
	float: left;
	border-right: 1px solid #DDD;
}
.menubar li a{
	display: block;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	background: #fff;
	color: #444;
}
.menubar li a:hover{
	background: #EEE;
}
/*TOP部分　ここから*/
/*TOP部分　index　ここから*/
.shortmsg{
	background-color: #2EFE64;
	width: 100%;
	height: 50px;
}
.diary_map{
	margin: 10px 50px;
	padding: 0 10px;
	background-color: #CCFF99;
}
* {
  box-sizing: border-box;
}

@keyframes ticker {
  0% {
    transform: translate(30%, 0);
    visibility: visible;
  }
  100% {
    transform: translate(-80%, 0);
  }
}
.ticker-wrap {
  width: 750px;
  overflow: hidden;
  height: 30px;
  background-color: #000;
  box-sizing: content-box;
  margin:10px 25px;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 30s;
}
.ticker-wrap .ticker__item,
.ticker-wrap .ticker__item a{
  display: inline-block;
  margin: 0 100px;
  font-size: 15px;
  color: #3e4;
  text-decoration: underline;
}

.ticker-wrap:hover .ticker{
  animation-play-state: paused;
}
/*TOP部分　index　ここまで*/
/*TOP部分　bbs　ここから*/
.top_bbs{
	background-color: #FFFF50;
	width: 100%;
	height: 50px;
}
.bbs_map{
	margin: 10px 50px;
	padding: 0 10px;
	background-color: #FFFF90;
}
/*TOP部分　bbs　ここまで*/
/*TOP部分　tubu　ここから*/
.top_tubu{
	background-color: #000;
	width: 100%;
	height: 50px;
	color: #3e4;
	border-bottom-style: dotted;
	border-color: #3e4;
}
.tubu_map{
	margin: 10px 50px;
	padding: 0 10px;
	background-color: #333;
}
/*TOP部分　tubu　ここまで*/
/*TOP部分　labo　ここから*/
.top_labo{
	background-color: #6666FF;
	width: 100%;
	height: 50px;
	border-bottom-style: dotted;
	border-color: #0000FF;
}
.labo_map{
	margin: 10px 50px;
	padding: 0 10px;
	background-color: #CCCCFF;
}
/*TOP部分　labo　ここまで*/
/*TOP部分　ここまで*/

/*middle部分　共通*/
.middle{
/*    min-height: 100vh; */
    display: flex;
}
/*middle部分内main部分　共通*/
.main{
	width: 600px;
}
/*diary部分　indexとdiary　ここから*/
.diary{
    flex: 1;
}
.diary-one{
	border-bottom-style: double;
	border-color: #04B45F;
}
.diary-header{
	width: 100%;
	display: flex;
	border-bottom-style: dotted;
	border-color: #04B45F;
}
.diary-date{
	width: 170px;
    background-color: #04B45F;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	font-size: 20px;
    text-align: center;
	vertical-align:middle;
}
.diary-title{
    background-color: #A9F5BC;
	width: 100%;
	font-size: 20px;
    padding-left: 10px;
	word-break: break-all;
}
.diary-contents{
    background-color: #E0F8E0;
    padding-left: 10px;
	word-break: break-all;
}
.diary-tagfield{
    background-color: #A9F5A9;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}
.diary-footer{
    background-color: #A9F5A9;
	padding-right: 10px;
	font-size: 10px;
    text-align: right;
	word-break: break-all;
}
.diary-img{
	max-width: 40%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.diarylink{
	background-color: #04B45F;
	padding-left: 10px;
	display: flex;
	width: 100%;
}
.diarylink a{
	color:#fff;
}
.diarylink a:hover{
	color:#f00;
}
.diary-new{
	padding-right: 10px;
	text-align: right;
	width: 100%;
}
.diary-old{
	text-align: left;
	width: 300px;
}
/*diary部分　indexとdiary　ここまで*/

/*bbs部分　ここから*/
.bbs{
	
}
.bbs-title{
	background-color: #FFFF90;
	border-bottom-style: dotted;
	border-color: #000000;
	padding-left: 10px;
}
.bbs-contents{
	background-color: #FFFFBB;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #FFFF00;
	padding-left: 10px;
	word-break: break-all;
}
.bbs-date{
	font-size: 10px;
}
.bbs-footer{
	background-color: #FFFF90;
	border-top-style: dotted;
	border-color: #000000;
	padding-left: 10px;
	display: flex;
	width: 100%;
}
.bbs-new{
	padding-right: 10px;
	text-align: right;
	width: 100%;
}
.bbs-old{
	text-align: left;
	width: 300px;
}
/*bbs部分　ここまで*/

/*tubu部分　ここから*/
.tubu{
	color: #3e4;
}
.tubu-contents{
	background-color: #000;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #333;
	padding-left: 10px;
	word-break: break-all;
}
.tubu-date{
	font-size: 10px;
}
.tubu-footer{
	background-color: #000;
	border-top-style: dotted;
	border-color: #3e4;
	padding-left: 10px;
	display: flex;
	width: 100%;
}
.tubu-footer a{
	color:#fff;
}
.tubu-footer a:hover{
	color:#f00;
}
.tubu-new{
	padding-right: 10px;
	text-align: right;
	width: 100%;
}
.tubu-old{
	text-align: left;
	width: 300px;
}
/*tubu部分　ここまで*/

/*labo部分　ここから*/
.labo{
	background-color: #CCCCFF;
	height: 100%;
}

/*labo部分　ここまで*/

/*leftside部分　ここから*/
.leftside_index{
    width: 200px;
    text-align: center;
    background-color: #2EFE64;
    color: #fff;
}
.leftside_bbs{
    width: 200px;
    background-color: #FFFF50;
    color: #000;
}
.bbs_explain{
	margin: 5px 10px;
	padding: 0 10px;
	background-color: #FFFF90;
	word-break: break-all;
}
.leftside_tubu{
    width: 200px;
    background-color: #000;
    color: #3e4;
}
.tubu_explain{
	margin: 5px 10px;
	padding: 0 10px;
	background-color: #333;
	word-break: break-all;
}
.leftside_labo{
	min-height: 100vh;
    width: 200px;
    background-color: #6666FF;
}
.labo_explain{
	margin: 5px 10px;
	padding: 0 10px;
	background-color: #CCCCFF;
	word-break: break-all;
}
/*leftside部分　ここまで*/
/*footer部分　ここから*/
.footer_index{
    text-align: right;
    background-color: #2EFE64;
    color: #fff;
	padding-right: 10px;
}
.footer_bbs{
    text-align: right;
    background-color: #FFFF50;
    color: #000;
	padding-right: 10px;
}
.footer_tubu{
    text-align: right;
    background-color: #000;
    color: #fff;
	padding-right: 10px;
}
.footer_labo{
    text-align: right;
    background-color: #6666FF;
    color: #fff;
	padding-right: 10px;
}
/*footer部分　ここまで*/
/*calendar部分　ここから*/
.calendar {
	text-align: center;
	display: inline-block;
}
.calendar table{
	border-collapse: collapse;
}
.sun{
	color: #f00;
}
.sat{
	color: #00f;
}
.calendar caption{
	font-size: 12pt;
}
.calendar caption a {
	color:#fff;
}
.calendar caption a:hover {
	color:#f00;
}
.calendar th{
	font-weight: normal;
	font-size: 5pt;
}
.calendar td{
	width: 17pt;
	border: solid 1px;
	border-color: #2EFE64;
	background: #fff;
	color: #ccc;
	font-size: 11pt;
}
.calendar td a {
	display: block;
	background: #99FF99;
	color: #000;
	text-decoration: none;
}
.calendar td a:hover {
	background: #2EFE64;
	color: #333;
	text-decoration: underline;
	font-weight:bold;
}
.calendar_footer{
	display: flex;
	width: 100%;
	font-size: 10pt;
}
.calendar_footer a {
	color:#fff;
}
.calendar_footer a:hover {
	color:#f00;
}
.last_m{
	text-align: left;
	width: 100px;
}
.next_m{
	text-align: right;
	width: 100%;
}
/*calendar部分　ここまで*/
.newten{
	padding: 0 10px;
	text-align: left;
}
.newten a {
	color:#fff;
	font-size: 10pt;
}
.newten a:hover {
	color:#f00;
}
.monthlylink a {
	color:#fff;
	font-size: 10pt;
}
.monthlylink a:hover {
	color:#f00;
}