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


/*====================
content
====================*/
#content {
	clear:both;
	padding-top:27px;
	padding-bottom:27px;
}

#content h2 {
	font-size:22px;
	font-weight:bold;
	color:#7A2D52;
	line-height:26px;
	padding-left:8px;
	border-left:4px solid #B46185;
}
#content p.tyuui {
	font-size:14px;
	line-height:22px;
	margin-top:12px;
}


/*====================
 section
====================*/
.section {
	clear:both;
}

.section h2 {
	width:491px;
	height:42px;
	background:url(../images/mida_bg.png) no-repeat;
	color:#FFF;
	font-size:24px;
	line-height:42px;
	padding-left:19px;
	font-weight:bold;
}

.section .leftcon {
	float:left;
	padding-left:8px;
}

/* ======================
selecter
====================== */
.selecter {
	clear:both;
	margin-top:20px;
	margin-bottom:14px;
}
.selecter .hidari {
	float:left;
}
.selecter .migi {
	float:right;
}
.selecter span.group {
	display:block;
	float:left;
	margin-right:8px;
}
.selecter h3 {
	float:left;
	font-size:15px;
	color:#202020;
	line-height:29px;
	margin-right:3px;
	font-weight:bold;
}
.selecter select {
	float:left;
	font-size:14px;
	color:#222222;
	line-height:27px;
	font-weight:normal;
	height:27px;
	border:#AEAEAE solid 1px;
	border-radius:4px;
	margin-right:7px;
	background:#FAFAFA;
}
.selecter input {
	float:left;
	font-size:14px;
	color:#222222;
	line-height:29px;
	font-weight:normal;
	height:29px;
	border:none;
}
.selecter img {
	float:left;
	height:29px;
	width:auto;
	margin-right:15px;
}
#content .selecter p.hyoji {
	float:left;
	font-size:15px;
	color:#202020;
	line-height:29px;
	margin-left:15px;
	font-weight:bold;
}
.selecter ul.migi li {
	float:left;
	margin-left:5px;
	margin-right:0px;
}
.selecter ul.migi li img {
	margin-right:0px;
}

/* ======================
table
====================== */

.tabcontent {
	clear:both;
}
.tabcontent table {
	text-align:center;
	vertical-align:middle;
}

/* thead */


.tabcontent table thead {
}
.tabcontent table thead th {
	border:#989898 1px solid;
	vertical-align:middle;
	background:#B3B8D2;
	font-size:14px;
	line-height:20px;
	color:#000000;
	white-space:nowrap;
	padding:4px 3px 3px;
	text-align:center;
	height:61px !important;
}
.tabcontent table thead th span {
	display:inline-block;
	height:32px;
	line-height:32px;
	margin-bottom:3px;
}
.tabcontent table thead th span.nigyou {
	line-height:16px !important;
}
.tabcontent table thead th strong {
	font-size:19px;
	line-height:21px;
	font-weight:normal;
}
.tabcontent table thead th em {
	font-size:13px;
	line-height:15px;
}
.tabcontent table thead th a {
	color:#ffffff;
	text-decoration:none;
}
.tabcontent table thead th a:hover {
	color:#ffffff !important;
	text-decoration:underline !important;
}


/* tbody */

.tabcontent table tbody {
}
.tabcontent table tbody th {
	border:#989898 1px solid;
	vertical-align:middle;
	background:#D8BBC8;
	font-size:16px;
	line-height:24px;
	padding-top:4px;
	text-align:center;
	white-space:nowrap;
	padding:2px 3px 1px;
	height:44px !important;
}
.tabcontent table tbody th.mida {
	background:#D8F1CC;
}

.tabcontent table tbody th a {
	color:#000;
	text-decoration:none;
}
.tabcontent table tbody th a:hover {
	color:#314F91;
	text-decoration:underline;
}
.tabcontent table tbody th em {
	font-size:12px;
	font-style:normal;
}
.tabcontent table tbody td{
	border:#989898 1px solid;
	vertical-align:middle;
	font-size:18px;
	line-height:27px;
	padding:4px 1px 3px;
}
.tabcontent tbody tr {
    background-color: #FFFFFF;
}
.tabcontent tbody tr:nth-child(2n-1) {
    background-color: #ECF0F8;
    transition: all .125s ease-in-out;
}

.tabcontent tbody tr:hover {
    background-color: #F4ECF0;
}
/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
	.sticky-wrap .sticky-thead {
		box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
		z-index: 100;
		width: 100%; /* Force stretch */
	}
	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;

	}
		.sticky-wrap .sticky-intersect th {
			background-color:#B3B8D2;
			color: #000000;
			height:86px !important;

		}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {

/*====================
content
====================*/
#content {
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
}

#content h2 {
	font-size:18px;
	font-weight:bold;
	color:#7A2D52;
	line-height:22px;
	padding-left:7px;
	border-left:3px solid #B46185;
}
#content p.tyuui {
	font-size:11px;
	line-height:14px;
	margin-top:6px;
}



/* ======================
selecter
====================== */
.selecter {
	clear:both;
	margin-top:20px;
	margin-bottom:14px;
}
.selecter .hidari {
	float:left;
}
.selecter .migi {
	float:right;
}
.selecter span.group {
	display:block;
	float:left;
	margin-right:4px;
}
.selecter h3 {
	float:left;
	font-size:13px;
	color:#202020;
	line-height:29px;
	margin-right:3px;
	font-weight:bold;
}
.selecter select {
	float:left;
	font-size:13px;
	color:#222222;
	line-height:25px;
	font-weight:normal;
	height:25px;
	border:#AEAEAE solid 1px;
	border-radius:4px;
	margin-right:4px;
	background:#FAFAFA;
}
.selecter input {
	float:left;
	font-size:13px;
	color:#222222;
	line-height:27px;
	font-weight:normal;
	height:27px;
	border:none;
}
.selecter input#hyoji {
	height:24px;
	width:auto;
}
.selecter img {
	float:left;
	height:24px;
	width:auto;
	margin-right:10px;
}
#content .selecter p.hyoji {
	float:left;
	font-size:13px;
	color:#202020;
	line-height:27px;
	margin-left:10px;
	font-weight:bold;
}
.selecter ul.migi li {
	float:left;
	margin-left:5px;
	margin-right:0px;
}
.selecter ul.migi li img {
	margin-right:0px;
}

/* ======================
table
====================== */

.tabcontent {
	clear:both;
}
.tabcontent table {
	text-align:center;
	vertical-align:middle;
}

/* thead */


.tabcontent table thead {
}
.tabcontent table thead th {
	border:#989898 1px solid;
	vertical-align:middle;
	background:#B3B8D2;
	font-size:11px;
	line-height:16px;
	color:#000000;
	white-space:nowrap;
	text-align:center;
	height:61px !important;
}
.tabcontent table thead th span {
	display:inline-block;
	height:26px;
	line-height:26px;
	margin-bottom:2px;
}
.tabcontent table thead th span.nigyou {
	line-height:13px !important;
}
.tabcontent table thead th strong {
	font-size:14px;
	line-height:11px;
	font-weight:normal;
}
.tabcontent table thead th em {
	font-size:10px;
	line-height:12px;
}
.tabcontent table thead th a {
	color:#ffffff;
	text-decoration:none;
}
.tabcontent table thead th a:hover {
	color:#ffffff !important;
	text-decoration:underline !important;
}


/* tbody */

.tabcontent table tbody {
}
.tabcontent table tbody th {
	border:#989898 1px solid;
	vertical-align:middle;
	background:#D8BBC8;
	font-size:13px;
	line-height:19px;
	padding-top:4px;
	text-align:center;
	white-space:nowrap;
	height:30px !important;
}
.tabcontent table tbody th.mida {
	background:#D8F1CC;
}

.tabcontent table tbody th a {
	color:#000;
	text-decoration:none;
}
.tabcontent table tbody th a:hover {
	color:#314F91;
	text-decoration:underline;
}
.tabcontent table tbody th em {
	font-size:12px;
	font-style:normal;
}
.tabcontent table tbody td{
	border:#989898 1px solid;
	vertical-align:middle;
	font-size:14px;
	line-height:21px;
	padding:0 3px;
}
.tabcontent tbody tr {
    background-color: #FFFFFF;
}
.tabcontent tbody tr:nth-child(2n-1) {
    background-color: #ECF0F8;
    transition: all .125s ease-in-out;
}

.tabcontent tbody tr:hover {
    background-color: #F4ECF0;
}
/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
	.sticky-wrap .sticky-thead {
		box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
		z-index: 100;
		width: 100%; /* Force stretch */
	}
	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;

	}
		.sticky-wrap .sticky-intersect th {
			background-color:#B3B8D2;
			color: #000000;
			height:68px !important;
		}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}


}