/* 共通パーツ */
body {
	color:#333;
	font-size:1.5em;
	font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-feature-settings: "palt" 1;
	font-kerning: auto;
	line-height: 1.75;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}
/* リンク */
a {
	color:#333333;
	text-decoration:none;
}
a:link { color:#003366;}
a:visited { color: #800080; }
a:hover { color: #0000C0; }
a:active { color: #0000C0; }
.wrap a:link { color: #003366;text-decoration: underline; }
.wrap a:visited { color: #800080; }
.wrap a:hover { color: #0000C0; }
.wrap a:active { color: #0000C0; }
.right-menu a:link {
	text-decoration: none;
}
h2.panel-title a:link {
	color:#ffffff;
	text-decoration: none;
}
h2.panel-title a:visited {
	color:#ffffff;
	text-decoration: none;
}
h2.panel-title a:hover,
h2.panel-title a:active {
	text-decoration: underline;
}
.panel {
	margin-bottom:30px;
	border-radius:0;
}
dt {
	font-weight:normal;
}
dd {
	display: block;
	-webkit-margin-start: 0px;
}
dt, dd {
	line-height: inherit;
}
img {
	max-width: 100%;
	height:auto;
}
caption {
	color: #000;
	font-weight:bold;
}
label {
	margin-bottom:0;
}
/* form*/
input[type="radio"], input[type="checkbox"] {
    margin:3px 3px 0px 5px;
}

@media screen and (max-width: 768px) {
	img {
		max-width: 100%;
		height:auto;
	}
}
input[type="button" i]:disabled, input[type="submit" i]:disabled, input[type="reset" i]:disabled, input[type="file" i]:disabled::-webkit-file-upload-button, button:disabled, select:disabled, optgroup:disabled, option:disabled, select[disabled] > option {
    color: graytext;
}
textarea {
	font: normal 100%/150% "Hiragino Kaku Gothic ProN";
}
hr {
	border-top: 1px solid #333;
}
/* レイアウト */
.container {
	padding:0;
	margin:0 auto;
}
.wrap {
	width:980px;
	margin:0 auto;
}
.left-content {
	width:690px;
	margin-right:30px;
	float:left;
}
.right-menu {
	width:260px;
	margin-top:20px;
	float:right;
}
.full-content {
	width:100%;
}
@media screen and (max-width: 767px) {
	.wrap {
		width:90%;
	}
	.left-content {
		width:100%;
		margin-right:0;
		float:none;
	}
	.right-menu {
		width:100%;
		float:none;
	}
	footer div.row {
		margin:0;
	}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
	.wrap {
		width: 690px;
	}
	.left-content {
		width:690px;
		margin-right:0;
		float:none;
	}
	.right-menu {
		width:100%;
		float:none;
	}
	footer div.row {
		margin:0;
	}
}
@media screen and (min-width: 980px) and (max-width: 1199px)  {
	.container {
		width: 980px;
	}
	.wrap {
		width: 980px;
	}
	.left-content {
		margin-right:0;
	}
}
@media screen and (min-width: 1200px) {
	.container {
		width: 1170px;
	}
	.wrap {
		width: 980px;
	}
}
.navbar-collapse {
	padding:0;
}
/* 見出し フォント */
h1 {
	line-height: 1.125;
	font-weight:600;
	font-size:1.8em;
	letter-spacing: .008em;
}
h1 small {
	margin-left:20px;
}
h2 {
	line-height: 1.125;
	font-weight:600;
	font-size:1.4em;
	letter-spacing: .008em;
}
/* コンテンツ用見出し */
.contents h2 {
	border:1px solid #333;
	border-top:3px solid #878384;
	background-color:#F2EDE7;
	padding:15px;
}
.contents h3 {
	border-left: 6px solid #999;
	border-bottom: 1px solid #999;
	background: #f4f4f4;/*背景色*/
	padding:15px;
	font-size:1.2em;
}
.contents h4 {
	border:none;
	border-left: 2px solid #999;
	background: #f4f4f4;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
	margin-top:30px;
	padding:15px;
	font-size:1.1em;
}
.contents h5 {
	font-weight:bold;
}
.contents h6 {
	font-weight:bold;
	font-size:90%;
}
div.panel-heading h2 {
	border:none;
	padding:0;
	margin:0;
	line-height: 1.125;
	font-weight: 600;
	font-size: 1.2em;
	letter-spacing: .008em;
	text-align:center;
}
h3 {
	border-bottom:2px solid #ccc;
	padding-bottom:10px;
	font-size:1.2em;
	font-weight:600;
}
footer h3 {
	border:none;
	padding:0;
}

/* コンテンツ用見出し ver2 */
.ver2 h2 {
	border:none;
	background: #f4f4f4;/*背景色*/
	border-left: solid 5px #153D78;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
	padding:15px;
}
.ver2 h3 {
	border:none;
	background: #f4f4f4;/*背景色*/
	border-bottom: solid 3px #153D78;/*下線*/
	font-size:1.2em;
}
.ver2 h4 {
	border:none;
	background: #f4f4f4;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
	margin-top:30px;
	padding:15px;
	font-size:1.1em;
}
/* コンテンツ用見出し ver3 */
.ver3 h2 {
	border:none;
	background: #fff;
}
.ver3 h2 {
	position: relative;
	padding: 1em 0;
}
.ver3 h2::before,
.ver3 h2::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.ver3 h2::before {
	top: 0;
	border-top: 2px solid #153D78;
	border-bottom: 1px solid #153D78;
}
.ver3 h2::after {
	bottom: 0;
	border-top: 1px solid #153D78;
	border-bottom: 2px solid #153D78;
}
.ver3 h3 {
	border-left: 6px solid #999;
	border-bottom: 1px solid #999;
}
.ver3 h4 {
	border:none;
	border-left: 2px solid #999;
}
/* ヘッダー */
header {
	background-color:#002C6D;
	padding:0 30px;
	color:#fff;
	height:123px;
	background-image:url("/template/img/template/headerbackground.jpg");
	background-repeat:no-repeat;
}
header #logo{
	padding:0;
	margin:35px 0 0 0;
	float:left;
	width:275px;
}
header #logo h1{
	padding:0;
	margin:0;
}
header #logo img {
	width:100%;
	max-width: 100%;
	height: auto;
}
#header_link {
	text-align:right;
	position:relative;
}
/* サイト内検索 */
.form-control {
	border-radius:0;
}
form.sitesearch {
	display:inline-table;
	margin:20px 0;
}
form.sitesearch label {
	margin-right:5px;
}
form.sitesearch .serch-btn {
	margin-left:5px;
	vertical-align:middle;
}
/* yahoo検索 */
#srchBox{
	width:335px;
	_width:335px;
	height:50px;
	background-color:#002c6d !important;
	border:none;
	color:#000000;
	text-align:left;
	position:absolute;
	top:10px;
	right:-10px;
}
#srchBox *{
	margin:0;
	padding:0;
	font-size:1em;
	*font-size:small;
	*font:x-small;
}
#srchBox a img{border:none;}
#srchBox #srch{padding:10px 10px 0 10px;}
#srchBox #srch #srchForm{white-space:nowrap;}
#srchBox #srchInput{
	width:230px;
	margin-right:6px;
	vertical-align:bottom;
}
#srchBox #srchBtn{width:6em;}
*html #srchBox #srchBtn{padding-top:2px;}
*:first-child+html #srchBox #srchBtn{padding-top:2px;}
#srchBox ul{
	margin-top:6px;
	text-align:left;
}
#srchBox li{
	list-style-type:none;
	display:inline;
	zoom:1;
	padding-right:10px;
}
#srchBox li input{
	zoom:1;
	margin-right:2px;
	_margin:-4px 0 -4px -4px;
	vertical-align:middle;
	border:0;
}
*:+html #srchBox li input{margin:-4px 0 -4px -4px;}
#srchBox #srchLogo{
	margin:6px 6px 6px 0;
	text-align:right;
}
#srchBox #srchLogo a{
	color:#ffffff;
	text-decoration:none;
	font-size:85%;
}
#srchBox #srchLogo a:hover{
	text-decoration:underline;
}
#srchBox.watermark{
	padding-bottom: 6px;
}
#srchBox.watermark #srchInput{
	padding:1px 1px 2px 1px;
	border:1px solid #a5acb2;
	background: #fff url(http://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#srchBox.watermark #srchInput.nomark{background: #fff;}
#srchBox.watermark #srchLogo{display: none;}
@media screen and (min-width: 768px) {
	form.sp-search {
		display: none;
	}
	ul.sp-sitemapnavi {
		display:none;
	}
}
@media screen and (max-width: 767px) {
	form.sitesearch {
		display:none;
	}
	form.sp-search {
		display: none;
	}
/**
	form.sp-search {
		margin:20px 20px 0 20px;
	}
	form.sp-search label {
		margin-right:0;
		width:1px;
		height:1px;
		overflow:hidden;
	}
	form.sp-search input {
		width:60%;
	}
	form.sp-search .serch-btn {
		display:inline-table;
		vertical-align:middle;
		margin-left:5px;
	}
**/
	#srchBox {
	    width: 95%;
	    _width: 95%;
	    height: 50px;
	    background:none !important;
	    border: none;
	    color: #000000;
	    text-align: left;
	    position: absolute;
	    top: -50px;
	    left: -30px;
	}
	#srchBox #srchInput {
	    width: 95%;
	}
	ul.sp-sitemapnavi {
		margin:10px 20px 10px 20px;
		-webkit-padding-start: 5px;
		padding-bottom:10px;
		border-bottom:1px dotted #333;
	}
	ul.sp-sitemapnavi li {
		display:inline;
		margin-right:10px;
		list-style:none;
	}
}
#srchBox#bodysrch{
	width:598px;
	_width:596px;
	height:50px;
	background-color:#00356A !important;
	border:none;
	color:#000000;
	text-align:left;
	position:relative;
}
/* Google検索 */
#srchBox table.gsc-search-box {
	width: 22em;
}
#srchBox.google_search {
	margin-top: 6px;
}
#srchBox button.gsc-search-button {
	width: 6em;
}
#srchBox td.gsc-input {
	padding: 5px;
}

/* ヘッダーリンク */
ul.header_navi {
	margin-top:0px;
	margin-bottom:0.5em;
	clear:both;
}
ul.header_navi li {
	display:inline-block;
	margin-left:10px;;
	padding-left:15px;
	background:url("/template/img/template/header_yajirushi.png") no-repeat 0px 6px;
}
ul.header_navi li a {
	color:#fff;
}
#readspeaker {
	text-align: right;
	margin-top: -6px;
}
#readspeaker_button1 a {
	margin-left:10px;;
	padding-left:15px;
	background:url("/template/img/template/header_yajirushi.png") no-repeat 0px 6px;
}
ul.sp-header {
	display:none;
}
.rspkr_dr_link {
	display: none;
}
.rspkr_dr_link_show {
	display: inline !important;
}

@media screen and (max-width: 767px) {
	ul.header_navi,#readspeaker {
		display:none;
	}
	ul.sp-header {
		display:block;
		background-color:#333;
		margin:0;
		padding:0;
		height:69px;
	}
}
/* グローバルナビ */
.navbar {
	border-radius: 0;
}
.navbar-default {
	background-color: #f3ede5;
	border-color: #878384;
	border-width:0 0 2px 0;
}
.navbar-default .navbar-nav>li>a {
	color: #002c6d;
}
.dropdown-menu {
	font-size:0.9em;
}
.dropdown-menu>li>a {
	color: #002c6d;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #757373;
}
.navbar-nav {
	display: table;
	margin: auto;
	float:none;
}
.navbar-nav>li {
	display: table-cell;
	float: none;
}
.nav>li>a {
	padding: 15px 30px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
	.nav>li>a {
		padding: 15px 10px;
	}
}
.navbar .nav li a {
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #878384;
}
.navbar .nav li a:focus,
.navbar .nav li a:hover {
	color: #fff;
	background-color: #757373;
}
.navbar .nav li:first-child a {
	border-left: 1px solid #878384;
}
.navbar ul.dropdown-menu {
	padding:10px 20px;
}
.navbar .nav ul.dropdown-menu li{
	display:block;
	text-align:left;
}
.navbar .nav ul.dropdown-menu li:first-child a {
	border-left:none;
}
.navbar ul.dropdown-menu li a{
	display:block;
	text-align:left;
	background-image:url("/template/img/template/grey_yajirushi_s.png");
	background-position:0 8px;
	background-repeat:no-repeat;
	border:none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	border-color:rgba(255, 255, 255, .75);
}
@media screen and (min-width: 768px) {
	.navbar-brand {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.navbar .nav {
		display: block;
	}
	.navbar .nav li {
		display: block;
	}
	.navbar .nav li a {
		text-align: left;
	}
	.navbar-nav .open .dropdown-menu {
		background-color:#fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color:#333;
	}
	.dropdown .dropdown-menu{
		display:none !important;
	}
	.dropdown.open .dropdown-menu{
		display:block !important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		display:table-cell;
	}
	.navbar ul.dropdown-menu li a{
		white-space:normal;
	}
}
.dropdown:hover > .dropdown-menu{
	display: block;
}
h3.sidenavi-title {
	margin: 0;
	padding: 0;
	position: relative;
}
h3.sidenavi-title .navi_title {
	display: block;
	text-decoration: none;
}
h3.sidenavi-title img {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 13px;
	right: 5px;
	cursor: pointer;
}
/* 英語用グローバルナビ */
div.english .navbar {
	min-height: 72px;
}
div.english .navbar-nav>li {
	vertical-align:middle;
}
div.english .navbar .nav li a {
	display: table-cell;
	vertical-align:middle;
	height:70px;
}
div.english .navbar .nav ul.dropdown-menu li a {
	height:20px;
}
@media screen and (max-width: 767px) {
	div.english .navbar {
		min-height: 50px;
	}
	div.english .navbar .nav li a {
		display: block;
		height:auto;
	}
}
/* パンくずナビ */
.breadcrumb {
	background-color:#fff;
}
.wrap .breadcrumb {
	margin:0 0 20px 0;
	padding:0;
	background-color:#fff;
	color:#333;
}
.wrap .breadcrumb li {
	margin-left:0 !important;
	text-indent:0 !important;
}
/* フッター */
footer {
	font-size:90%;
	background-color:#f3ede5;
	margin-top:30px;
}
footer h2 {
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin:0;
	padding: 0;
	border: 0;
}
footer h3 {
	font-size:110%;
}

footer div.row {
	padding:0 30px 20px 30px;
}
footer .breadcrumb {
	margin:0;
	background-color:#333;
	color:#fff;
}
footer .breadcrumb a {
	color:#fff;
	text-decoration:underline;
}
footer .breadcrumb>.active {
	color: #fff;
}
address {
	height:60px;
	padding:20px 30px;
	background-color:#405E8C;
	color:#fff;
	margin:0;
}
address a{
	color:#fff !important;
}
address a:hover,address a:focus,address a:active{
	color:#fff !important;
	text-decoration:underline !important;
}
footer address p{
	margin:0;
	padding:0;
}
p.address-text {
	float:left;
}
p.address-info {
	float:right;
}
div.footer-navi {
	height:60px;
	padding:20px 15px;
	text-align:center;
	background-color:#002C6D;
	color:#fff;
}
div.footer-navi a {
	color:#fff;
	text-decoration:underline;
}
div.footer-navi ul {
	margin:0;
	padding:0;
}
div.footer-navi ul li {
	display:inline-block;
	margin-left:10px;
}
@media screen and (max-width: 768px) {
	address {
		height:auto;
		padding:20px 30px;
	}
	p.address-text {
		float:none;
		margin-bottom:10px;
	}
	p.address-info {
		float:none;
	}
	div.footer-navi {
		height:auto;
	}
}
/* コンテンツ部 */
ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 20px;
}
ol {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 20px;
}
.navbar-brand {
    font-size: 100%;
}
.page-header {
	margin: 0 0 20px;
	border-bottom: 3px solid #878384;
}
.page-header h1{
    margin-top:0;
    margin-bottom:10px;
}
/* 緊急のお知らせ */
.panel-danger {
	border-color: #cc0000;
	background-color:#ffe9e9;
}
.panel-danger a {
	color:#CC0000;
	text-decoration:underline;
}
.panel-danger>.panel-heading {
	color: #333333;
	background:none;
	border:none;
	background:url("/template/img/template/kinkyu_red_icon.png") no-repeat 20px 13px;
	padding:15px 0px 0px 50px;
}
.panel-danger>.panel-heading h2 {
	text-align: left;
}
/* 新着情報タブ */
.nav-tabs {
	border-top: 2px solid #002c6d;
	border-left:1px solid #838383;
	border-right:1px solid #838383;
	border-bottom:none;
	font-size:0.9em;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: #ffffff;
	border-right:1px solid #838383;
	border-bottom-color: transparent;
}
.nav-tabs>li:last-child.active>a,
.nav-tabs>li:last-child.active>a:focus,
.nav-tabs>li:last-child.active>a:hover {
	border-right:none;
}

.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
	border-right:1px solid #838383;
}
.nav-tabs>li>a {
	border:none;
	border-radius:0;
	margin-right:0;
	border-right:1px solid #838383;
	border-bottom:1px solid #838383;
	background-color: #F0F0F0;
	padding:10px 12px;
}
div.tab-content {
	background-color:#ffffff;
	padding:1em;
	border-top:none;
	border-left:1px solid #838383;
	border-right:1px solid #838383;
	border-bottom:1px solid #838383;
}
div.tab-content ul {
	margin:0;
}
.carousel .item {
	text-align:center;
}
.nav-tabs li a {
	text-decoration:none;
}
@media screen and (max-width: 767px) {
	.nav-tabs>li {
	    float:none;
	    margin-bottom:0;
	}
}
/* 分野別メニュー */
div.bunya-menu{
	padding:15px;
	background-color:#efefef;
	margin-bottom:30px;
}
.bunya-menu ul{
	margin:0;
	padding:0;
	font-size:0.9em;
}
.bunya-menu li{
	list-style:none;
	margin:0;
	margin-bottom:5px;
	padding:0;
}
.bunya-menu h3 {
	border-bottom:solid 4px #002c6d;
	padding:0 0 10px 0;
	margin:70px 0 15px 0;
	text-align:center;
}
.bunya-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex {
	padding:20px 10px;
	width: 210px;
	border: #ccc solid 1px;
	background-color: #fff;
	margin-right:15px;
}
div.zei {
	width:435px;
	margin-bottom:15px;
	background-image:url("/template/img/template/bunyahaikei_01.jpg");
	background-repeat:no-repeat;
	background-size: 435px;
}
div.zei li{
	width:50%;
	float:left;
}
div.zei ul.right-list {
	width:50%;
	float:right;
}
div.user {
	margin-right:0;
	margin-bottom:15px;
	background-image:url("/template/img/template/bunyahaikei_02.jpg");
	background-repeat:no-repeat;
	background-size: 210px;
}
div.shinkoku {
	background-image:url("/template/img/template/bunyahaikei_03.jpg");
	background-repeat:no-repeat;
	background-size: 210px;
}
div.nouzei {
	background-image:url("/template/img/template/bunyahaikei_04.jpg");
	background-repeat:no-repeat;
	background-size: 210px;
}

div.kanren {
	margin-right:0;
	background-image:url("/template/img/template/bunyahaikei_05.jpg");
	background-repeat:no-repeat;
	background-size: 210px;
}
@media screen and (max-width: 767px) {
	div.bunya-menu{
		width:450px;
		margin:0 auto;
	}
	div.zei {
		width:420px;
		float:left;
		margin-bottom:0;
	}
	div.user {
		margin-right:0;
		margin-bottom:0;
	}
	.flex {
		padding:20px;
		width:210px;
		border: #ccc solid 1px;
		background-color: #fff;
		margin-right:0;
		margin-bottom:0;
		float:left;
	}
}
@media screen and (max-width: 450px) {
	div.bunya-menu{
		width:100%;
		margin:0 auto 30px auto;
	}
	.bunya-menu ul {
		font-size: 0.9em;
		display: block;
		-webkit-margin-before: 1em;
		-webkit-margin-after: 1em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 20px;
	}
	.bunya-menu li {
		list-style-type: disc;
	}
	.bunya-menu h3 {
		border-bottom: solid 4px #002c6d;
		padding: 0 0 10px 0;
		margin: 0 0 15px 0;
		text-align: center;
	}
	div.zei {
		width:100%;
		float:none;
		background-image:none;
		margin-bottom:0;
	}
	div.zei li {
		width:100%;
		float:none;
	}
	div.user {
		margin-right:0;
		margin-bottom:0;
		background-image:none;
	}
	div.shinkoku {
		background-image:none;
	}
	div.nouzei {
		background-image:none;
	}
	div.kanren {
		background-image:none;
	}
	.flex {
		padding:20px;
		width:100%;
		border: #ccc solid 1px;
		background-color: #fff;
		margin-right:0;
		margin-bottom:0;
		float:left;
	}
}
/* リスト */
/* 2分割 */
ul.list-2row {
	padding:0;
	margin:0;
	margin-bottom:20px;
}
div.list-2row ul li {
	float: left;
	width:48%;
	margin-right: 2%;
}
ul.list-2row li {
	float: left;
	width:48%;
	margin-right: 2%;
}
ul.list-2row li:nth-child(2n) {
	margin-right: 0;
}
ul.list-inline li {
	margin-bottom:20px;
}

/* table */
.table-responsive {
	width: 100%;
	overflow-x: visible;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
table.table {
	width:auto;
}
/* 旧ページ用テーブル文字サイズ */
#bodyArea table.table {
	font-size:85%;
	width:auto;
}
table.table th {
	background-color:#efefef;
	text-align:center;
}
table.table th.color {
	background-color: #333;
	color:#fff;
}
table.table th.color-gray {
	background-color: #ccc;
}
table.table th.text-left,
table.table td.text-left {
	text-align:left;
}
table.table .nowrap {
	white-space:nowrap;
}
.vmid > tbody > tr > td, .vmid > tbody > tr > th, .vmid > tfoot > tr > td, .vmid > tfoot > tr > th, .vmid > thead > tr > td, .vmid > thead > tr > th {
	vertical-align:middle;
}
/* 罫線なし */
.table-noborder {
  border-top: 0px !important;
  border-bottom: 0px !important;
}
table.table-noborder th {
  border-top: 0px !important;
  border-bottom: 0px !important;
}
table.table-noborder td {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

/* レスポンシブ時th,tdをblock要素 */
.table-responsive-block {
	width: 100%;
	overflow-x: visible;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
@media screen and (max-width: 767px) {
	.table-responsive-block td,
	.table-responsive-block th {
		display:block;
		width:100%;
	}
}
/* サイドナビ */
#navi-Accordion {
	padding:0 10px;
}
#navi-Accordion h3.sidenavi-title {
	font-size:100%;
	font-weight:400;
	margin:0;
	padding:15px 10px;
	border:none;
	border-top:1px dotted #333;
	background-image:url("/template/img/template/grey_yajirushi_s.png");
	background-position:0 16px;
	background-repeat:no-repeat;
}
#navi-Accordion h3.sidenavi-title:first-child {
	border:none;
}
#navi-Accordion h3.active {
	font-weight:bold;
}
#navi-Accordion ul {
	margin:0;
	padding:0 20px 15px 20px;
}
#navi-Accordion ul li.active {
	font-weight:bold;
}
div.sidenavi .panel-group .panel+.panel {
	margin-top:0px;
	border-radius:0px;
}
div.sidenavi .panel-group {
	margin-bottom:0px;
}
#navi-Accordion h3.sidenavi-title a:focus img {
	border: 1px dotted #333;
}
/* 基本ナビ */
.panel-default {
	border-color: #337ab7;
}
.panel-default>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: transparent;
}
.panel-default ul {
	margin:0;
	padding: 0 20px 15px 20px;
}
/* 追加ナビ */
.panel-primary {
	border-color: #E6DDCD;
}
.panel-primary>.panel-heading {
	color: #333;
	border-color: #E6DDCD;
	background-color: #E6DDCD;
}
.panel-primary>.panel-body {
	border-color: #E6DDCD;
}
.panel-primary ul {
	margin:0;
	padding: 0 20px 15px 20px;
}
/* 関連情報 */
.add-navi {
	border:none;
}
.add-navi>.panel-heading {
	color: #333;
	background:none;
	border:none;
	border-bottom:2px solid #333;
}
/* アクセスランキング */
ol.access-lank {
	margin:0px;
	padding:0px;
	list-style-type: decimal;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	list-style-position:inside;
}
ol.access-lank li {
	margin-bottom:5px;
	text-indent:-1.5em;
	margin-left:1em;
}
/* margin padding */
.tmg10 {
	margin-top:10px;
}
.tmg20 {
	margin-top:20px;
}
.tmg30 {
	margin-top:30px;
}
.tmg40 {
	margin-top:40px;
}
.tmg50 {
	margin-top:50px;
}
.lmg10 {
	margin-left:10px;
}
.lmg20 {
	margin-left:20px;
}
.lmg30 {
	margin-left:30px;
}
.lmg40 {
	margin-left:40px;
}
.lmg50 {
	margin-left:50px;
}
.rmg10 {
	margin-right:10px;
}
.rmg20 {
	margin-right:20px;
}
.rmg30 {
	margin-right:30px;
}
.rmg40 {
	margin-right:40px;
}
.rmg50 {
	margin-right:50px;
}
.bmg10 {
	margin-bottom:10px;
}
.bmg20 {
	margin-bottom:20px;
}
.bmg30 {
	margin-bottom:30px;
}
.bmg40 {
	margin-bottom:40px;
}
.bmg50 {
	margin-bottom:50px;
}
.p10	{
	padding:10px;
}
.p20	{
	padding:20px;
}
.p30	{
	padding:30px;
}
.p40	{
	padding:40px;
}
.p50	{
	padding:50px;
}
.ind {
	text-indent:1em;
}
.ind2 {
	text-indent:2em;
}
.ind3 {
	text-indent:3em;
}
/* リスト頭揃え用 */
.indl {
	padding-left:1em;
}
.ind2l {
	padding-left:2em;
}
.ind3l {
	padding-left:3em;
}
/* font-size */
.fs90 {
	font-size:80%;
}
.fs80 {
	font-size:80%;
}
.fs70 {
	font-size:70%;
}
/* 文字色 */
.text-red {
	color:#a94442;
}

/* 本文画像エリア */
@media screen and (max-width: 640px) {
img.full {
	width:100%;
	max-width: 100%;
	height: auto;
}
}
/* バナーエリア */
.side_bunner {
	margin-bottom:30px;
	border:1px solid #333;
	font-size:0.9em;
}
.side_bunner ul {
	margin:0;
	padding:0;
}
.side_bunner ul li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	padding-left:46px;
	text-indent:-46px;
}
.side_bunner ul li a {
	display:block;
	padding:10px;
}
.side_bunner img.side_bunner_icon {
	width:36px;
	height:36px;
	margin-right:10px;
}
/* imagemap */
img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
/* ページトップ */
p.page-top-link {
	text-align:right;
	clear:both;
}
p.page-top-link a {
	padding-left:30px;
	background-image:url("/template/img/template/ptop_icon.png");
	background-repeat:no-repeat;
}
/* 詳細リンク */
p.more-link {
	text-align:right;
}
p.more-link a {
	padding-left:15px;
	background-image:url("/template/img/template/grey_yajirushi_s.png");
	background-repeat:no-repeat;
	background-position:0 5px;
}
.tab-content p.more-link {
	margin-top:20px;
	margin-bottom:0;
}
/* ボタンリンク */
a.btn {
	text-decoration:none;
	width:100%;
	padding:10px;
	margin-bottom:20px;
	display:block;
}
a.btn:hover,
a.btn:focus,
a.btn.focus {
	color: #000;
	text-decoration: none;
}
span.btn {
	text-decoration:none;
	width:100%;
	padding:10px;
	margin-bottom:20px;
	display:block;
}

/* ボタンカラー */

/* 水色 */
.btn-primary {
	color: #000;
	background-color: #e1f5fe;
	border-color: #75A5D0;
}
.btn-primary:focus,
.btn-primary.focus {
	color: #000;
	background-color: #A2C6E7;
	border-color: #122b40;
}
.btn-primary:hover {
	color: #000;
	background-color: #A2C6E7;
	border-color: #75A5D0;
}
.btn-primary:active,
.btn-primary.active {
	color: #000;
	background-color: #A2C6E7;
	border-color: #75A5D0;
}
.btn-primary:active:hover,
.btn-primary.active.focus{
	color: #000;
	background-color: #A2C6E7;
	border-color: #75A5D0;
}
/* グレー */
.btn-default {
	color: #000;
	background-color: #efefef;
	border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
	color: #000;
	background-color: #c1c1c1;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #000;
	background-color: #ccc;
	border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus {
	color: #000;
	background-color: #A1A1A1;
	border-color: #8c8c8c;
}
/* 白 */
.btn-white {
	color: #000;
	background-color: #fff;
	border-color: #ccc;
}
.btn-white:focus,
.btn-white.focus {
	color: #000;
	background-color: #C1C1C1;
	border-color: #8c8c8c;
}
.btn-white:hover {
	color: #000;
	background-color: #C1C1C1;
	border-color: #adadad;
}
.btn-white:active:hover,
.btn-white:active:focus {
	color: #000;
	background-color: #C1C1C1;
	border-color: #8c8c8c;
}
.btn-back{
	background-color: #EFF7FA;
	padding-bottom:0;
}
/* 印刷用設定 */
@page {
	margin:10mm 3mm;
}
@media print{
	.full-content {
		width:90%;
		margin:0 auto;
	}	
	.left-content {
		width:90%;
		margin-left:13mm;
		margin-right:13mm;
	}
	.right-menu {
		display:none;
	}
	.table-responsive {
		overflow:inherit;
		width:100%;
	}
	.imp-release {
		overflow:inherit;
		width:100%;
	}
	form.sp-search {
		display:none;
	}
	ul.sp-sitemapnavi {
		display:none;
	}
	.navbar-brand {
		display:none;
	}
	nav {
		font-size:70%;
	}
	body{
		overflow-y: visible;
		overflow-x: visible;
	}
	.table-responsive{
		overflow-y: visible;
		overflow-x: visible;
	}
	.imp-release {
		overflow-y: visible;
		overflow-x: visible;
	}
	table.table {
		font-size:100%;
		border-collapse:separate;
		border-spacing:0px;
	}
	table.table th {
		white-space: inherit;
	}
	table.table td {
		white-space: inherit;
	}
}


#sho-data-new details {
    width: 100%;
        }
#sho-data-new h2 {
    padding-top: 10px;
    padding-bottom: 10px;
        }
#sho-data-new summary {
    font-weight: bold;
    cursor: pointer;
    list-style: none; /* デフォルトの三角形を削除 */
    }
#sho-data-new summary::-webkit-details-marker {
    display: none; /* デフォルトの三角形を削除 (WebKit系ブラウザ) */
}
#sho-data-new summary .summary-close , #sho-data-new summary .summary-open{
    background: #FFE6B7;
}
#sho-data-new .summary-close {
    display: none;
}

#sho-data-new details[open] .summary-open {
    display: none;
}

#sho-data-new details[open] .summary-close {
    display: inline;
}
#sho-data-new .sho-data-note li{
	background: none!important;
    list-style-type: none;
	text-indent: -1em;
}
#sho-data-new .sho-data-center-wrapper {
    display: flex;
    justify-content: center;

}

#sho-data-new .sho-data-mendan{
    text-align: center;
    border: 2px dotted black;
    padding: 10px;
    border-radius: 10px;
	text-indent: 0em;
    display: inline-block;
}
#sho-data-new .sho-data-mendan .normal{
    font-size:110%;

}
#sho-data-new .sho-data-mendan .large{
    font-size:130%;
    margin-left:1rem;
    margin-right:1rem;
}
#sho-data-new .sho-data-mendan .small{
    font-size:90%;

}

.sho-container {
    display: flex;
    align-items: center;
}
.sho-container .sho-button{
    margin-right: 10px;
}
.sho-container .sho-text{
    text-indent: -1rem; /* 1行目を左にずらす */
    padding-left: 1rem; /* 全体を右にずらす */
}
#sho-data-new li:has(details) {
    background: none!important;
}
#sho-data-new li details summary{
    margin-left:-1.5rem;
}

#sho-data-new li details img{
	max-width: 100%;
    /*width: auto;*/
    height: auto;
    max-height: 300px;
}

#sho-data-new .sho-data-li-note{
	margin-left:1em;
	background:none!important;
	text-indent: -1em;
}
