﻿@charset "UTF-8";

#main_image p img{margin-left: -1.9em;}
.only-pc{display:block}
h3.seido {
	margin: 1em 0 1em 2em; 
	font-weight:bold;
}

h3.seido + p {
	margin: -1.5em 0 0 3em;
	font-size: 95%;
	line-height: 1.2;
}

div#inner { 
	width: 680px;
	max-height: 130px;
	border-top: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	padding: 5px 5px 0px 5px;
	overflow: auto;
}

div#new_info {
	margin: 0.5em 0 1.5em 0;
}


div#new_info p {
	color: orange;
	margin-top: -0.5em;
	font-weight: bold;
}

div#inner { margin:-0.5em 0 0 1em; }

div#inner_sub {margin-top: -0.6em;}

div#inner dl > dt, div#inner dd  {
	font-weight: normal;
	font-size: 80%; 
	padding: 1px 0 1px 10px !important; 
}

div#inner dl > dt {
	float: left;
	clear:both;
	padding-right: 0.8em;
	padding-left: 1em;
}

div#inner dd  {
	border-bottom: 1px solid #cccccc; 
	letter-spacing: 1px;
}

div#inner dd:last-child {
	border-bottom: none;
}

div#inner_sub dl > dt, div#inner_sub dd  {
	font-weight: normal;
	font-size: 80%; 
	padding: 1px 0 1px 10px !important;
}

div#inner_sub dl > dt {
	float: left;
	clear:both;
	padding-right: 0.8em;
	padding-left: 1em;
}

div#inner_sub dd  {
	border-bottom: 1px solid #cccccc;
	letter-spacing: 1px;
}

div#inner_sub { 
	width: 690px; height: 55px;
	border-top: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	padding: 5px 5px 0px 5px;
	overflow: auto;
}

div#shiryo {
	width: 660px;
	height: 100%;
	margin:1.5em 0 0 1.5em;
	overflow: hidden;
}

div#shiryo ul li {
	text-align: center;
	width: 165px; 
	float: left;
}

span.photo-click {
	display: inline-block;
	padding-top: 5px;
	font-size: 65%; 
	line-height:1.3;
	color: #000;
	border: none;
}

div#shiryo ul li span.caption {
	font-size: 75%;
}

div#content {
	display: table;
	border-collapse:separate;
	border-spacing: 1.3em;
	margin-top: 1.5em;
	width: 95%;
	clear: both;
}

div#content div.inner_box {
	padding: 10px;
	border: 1px solid #999999;
	word-break: break-all;
	width: 45%;
	display: table-cell;
	*width: 300px;
	*float: left;
	*margin-left: 1em;
/*	
	width: 300px;
	height: 100%;
	margin-left: 1.5em;

*/
}

div#content div.inner_box dl dt {
	font-size: 85%;
}

div#content div.inner_box dl dd {
	font-size: 80%;
}

div#content div.inner_box dl dd.pdf_shiryo {
	margin-left: 3.5em;
	text-indent: -1.7em;
}

div#content div.inner_box dl dd ul {
	margin-left:1em;
}

div#content div.inner_box dl dd ul li {
	margin-left:2.7em;
	text-indent: -1.7em;
	line-height: 1.5;
}

p#puestion {
	margin-top: -0.5em;
	clear: both;
	font-size: 90%;
	text-align: right;
}
.tablesorter th {
	position: relative;
	cursor: pointer;
	text-align: left;
}

.tablesorter th::before,
.tablesorter th::after {
	content: '';
	position: absolute;
	z-index: 2;
	right: 7px;
	width: 0;
	height: 0;
	border: 4px dashed;
	border-color: #333 transparent;
	pointer-events: none;
}

.tablesorter th::before {
	border-bottom-style: solid;
	border-top: none;
	top: 30%;
}

.tablesorter th::after {
	border-top-style: solid;
	border-bottom: none;
	bottom: 30%;
}

.tablesorter th.tablesorter-headerAsc:after {
	border: none;
}

.tablesorter th.tablesorter-headerAsc:before {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.tablesorter th.tablesorter-headerDesc:before {
	border: none;
}

.tablesorter th.tablesorter-headerDesc:after {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.tablesorter th.sorter-false:before,
.tablesorter th.sorter-false:after {
	border: none;
}
@media screen and (max-width: 850px) {
	.only-pc{display:none}
}