@charset "utf-8";
/* CSS Document */

.table-scroll{
  overflow: auto; /*スクロールさせる*/
  

}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{　　
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}

.dot {
    margin: 12px 0;
    height: 1px;
    font-size: 0;
    border-top: 1px dotted #597d9d;
}

.blue{
	color:blue;
}



table td{
	border: solid 1px black;

}




p.big_midashi{
	font-size: 20px;
}
.docrec {
	padding: 10px;
}
.main{
	background-color:#3C2EB9;
	color:#FFFFFF;
	font-size:17px;
		text-align: center;
			padding: 6px;
}
.midasi {
	background-color: #EBEBEB;
	text-align: center;
}
div.photobox_right {
	width: 210px;
	padding: 5px 5px;
	text-align: center;
	font-size: 12px;
	border-width: 1px;
	border-style: dotted;
	float: right;
	margin: 10px;
}

div.photobox {
	width: 210px;
	padding: 5px 5px;
	text-align: center;
	font-size: 12px;
	border-width: 1px;
	border-style: dotted;
		float: left;
	margin: 10px;
}
p.phototext {
	margin-left: 5px;
	width: 200px;
	line-height: 15px;
	text-align: center;
}
p.big_midashi{
	font-size: 20px;
}
.hito2017{
	position: relative;
}
.timemigi{
	float: left;
	position: relative;
}
.rectopmodoru {
	position: absolute;
	top:1680px;
	left: 25px;
}
.rectop{
	background-image:url(images/rectop_repeat.jpg);
	height: 400px;
	background-repeat: repeat-y;
	text-align: center;
}

.recmenu{
padding: 10px;
}
