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


/*----------------------------------------------------
	base
----------------------------------------------------*/
html {
	font-size: 62.5%;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
  	font-size-adjust: 100%;
}
html, body {
	height: 100%;
	height: 100%;
}
body {
	font-family: Meiryo,'メイリオ',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.6rem; /*16px*/
    line-height: 1.5;
}
a {
	color: #0033cc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style-type: none;
}
* {
	box-sizing: border-box;
}
.wrapper {
	min-height: 100%;
	padding-bottom: 100px;
	position: relative;
}
.clearfix::after {
    content : " ";
    display : block;
    clear : both;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.5rem; /*15px*/
	}
	a:hover {
		text-decoration: underline;
	}
	img {
		width: 100%;
	}
	.pc {
		display: none !important;
	  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

/*----------------------------------------------------
	input, select, checkbox
----------------------------------------------------*/

/* select box */
.select_wrap {
	width: 100%;
	position: relative;
	display: inline-block;
}
.select_wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	position: relative;
	z-index: 1;
	border: 1px solid #b5b5b5;
	border-radius: 0;
	padding: 6px 9px;
	width: 100%;
}
.select_wrap::before {
	position: absolute;
	top: 30%;
	right: 11px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-right: 1.5px solid #666;
    border-bottom: 1.5px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	pointer-events: none;
	height: 9px;
	width: 9px;
}
.select-wrap select::-ms-expand {
	display: none;
}

input, textarea {
	border-radius: 0;
	font-size: 1.6rem; /*16px*/
	width: 100%;
}
input[type=radio],
input[type=checkbox] {
	display: none;
	appearance: none;
  	-webkit-appearance: none;
}

/* checkbox */
.checkbox_input {
	display: none;
}
.checkbox_parts {
	padding-left: 20px;
	position: relative;
}
.checkbox_parts::before{
	background: #fff;
	border: 1px solid #333;
  	content: "";
 	display: block;
  	position: absolute;
  	top: 4px;
  	left: 0;
  	width: 13px;
	height: 13px;
}
.checkbox_input:checked + .checkbox_parts::after {
	border-bottom: 1px solid #333;
  	border-right: 1px solid #333;
	content: "";
	display: block;
	position: absolute;
	transform: rotate(40deg);
	top: 5px;
	left: 4px;
	width: 5px;
	height: 8px;
}
input::placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
input:-ms-input-placeholder {
	color: #999;
}
input::-moz-placeholder {
	color: #999;
}
textarea::placeholder {
	color: #999;
}
textarea::-webkit-input-placeholder {
	color: #999;
}
textarea:-ms-input-placeholder {
	color: #999;
}
textarea::-moz-placeholder {
	color: #999;
}

@media screen and (max-width: 768px) {
	.select_wrap {
		position: relative;
	}
	.select_wrap select {
		text-indent: 44.5%;
	}
	.select_wrap::before {
		position: absolute;
		top: 30%;
		right: 11px;
		width: 0;
		height: 0;
		padding: 0;
		content: '';
		border-right: 1.5px solid #666;
		border-bottom: 1.5px solid #666;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		pointer-events: none;
		height: 9px;
		width: 9px;
	}
}

/*----------------------------------------------------
	header
----------------------------------------------------*/

header {
	margin: 0 auto;
	width: 994px;
}
.header_top {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
   	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px 0;
}
.header_top a {
	color: #666;
	text-decoration: none;
}
.header_top a:hover {
	text-decoration: underline;
}
.header_top .search_form input[type="text"] {
	background: #fff;
	border: 1px solid #006600;
	color: #666;
	padding: 1px 8px;
	width: 250px;
}
.header_top .search_form button {
	background: #009944;
	border-radius: 0;
	border-top: 1px solid #006600;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
	color: #fff;
	padding: 1px 0;
	width: 65px;
}
.header_top .header_wrap a {
	margin-left: 20px;
}
.header_top .header_wrap a.info::before {
	background: url("../img/icon_info.png") no-repeat;
	content: "";
	display: inline-block;
	height: 19px;
	width: 19px;
	padding: 0 13px;
}
.header_top .header_wrap a.sitemap::before {
	background: url("../img/icon_map.png") no-repeat;
	content: "";
	display: inline-block;
	height: 15px;
	width: 19px;
	padding: 0 13px;
}
.header_top .font_wrap {
	color: #666;
	margin: 0 0 0 15px;
}
.header_top .font_wrap label span {
	background: #fff;
	border-radius: 50%;
	border: 1px solid #b5b5b5;
	cursor: pointer;
	color: #666;
	padding: 2px 6px;
	width: auto;
}
.header_top .font_wrap label span:hover {
	background: #006600;
	color: #fff;
}
.header_top .font_wrap label input:checked ~ span {
	background: #006600;
	color: #fff;
}
.active {
	background: #006600;
	color: #fff;
}
ul.header_inner {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	position: relative;
}
ul.header_inner li.nav_wrap {
	background: url("../img/header_bg.jpg") no-repeat;
	height: 200px;
	background-position: top;
	position: relative;
}

ul.nav {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
   	justify-content: flex-start;
	font-size: 1.5rem; /*15px*/
	margin-top: 143px;
	width: 100%;
	z-index: 999;
	position: relative;
}
ul.nav li {
	background: #dcebb6;
	border: 1px solid #006600;
	width: 160px;
}
ul.nav li:hover {
	background: #e5f1c6;
}
ul.nav li a {
	color: #333;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	height: 55px;
	text-decoration: none;
	margin-left: 10px;
	position: relative;
}
ul.nav li {
	margin-left: -1px;
}
ul.nav li a.reserve::before {
	background: url("../img/btn_reserve.png") no-repeat;
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 18px;
	height: 25px;
}
ul.nav li a.guide::before {
	background: url("../img/btn_guide.png") no-repeat;
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 25px;
	height: 25px;
}
ul.nav li a.about::before {
	background: url("../img/btn_about.png") no-repeat;
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 24px;
	height: 29px;
}
ul.nav li a.research::before {
	background: url("../img/btn_research.png") no-repeat;
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 23px;
	height: 30px;
}
ul.nav li a.question::before {
	background: url("../img/btn_question.png") no-repeat;
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 25px;
	height: 25px;
}
ul.second-level {
	display: none;
	position: absolute;
}
ul.nav li ul.second-level.first {
	margin-left: -1px;
}
ul.nav li ul.second-level.first li {
	margin-left: 0px;
	width: 160px;
}
ul.nav li ul.second-level li {
	border-left: 1px solid #006600;
	border-bottom: 0;
}
ul.nav li ul.second-level li:last-child {
	border-bottom: 1px solid #006600;
}
ul.nav li ul.second-level li a {
	height: auto;
	margin: 0;
	padding: 5px 18px;
}
ul.nav li:hover ul.second-level {
	display: block;
}

@media screen and (max-width: 768px) {
	header {
		width: 100%;
	}
	.header_top {
		display: -webkit-box;
  		display: -ms-flexbox;
  		display: flex;
		-webkit-box-pack: justify;
     	-ms-flex-pack: justify;
   		justify-content: space-between;
		-webkit-box-align: center;
     	-ms-flex-align: center;
        align-items: center;
		margin: 0 15px;
	}
	.header_top .search_form input[type="text"] {
		padding: 3px 8px;
		width: auto;
	}
	.header_top .search_form button {
		padding: 3px 10px;
		width: auto;
	}
	.header_top .header_wrap {
		margin: 15px 0 0 20px;
	}
	.header_top .font_wrap {
		display: none;
	}
	ul.header_inner.sp {
		display: block;
		width: 100%;
	}
	.nav.sp .single_menu label {
		cursor: pointer;
		margin-left: 10px;
		position: relative;
	}
	.nav.sp .second-level {
		background: #f4f9f6;
		display: none;
		font-size: 1.8rem; /*18px*/
		height: auto;
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.nav.sp .second-level a {
		border-bottom: 1px solid #009943;
		color: #333;
		text-decoration: none;
		display: block;
		padding: 15px 10px;
	}
	.nav.sp .second-level a.first {
		border-top: 1px solid #009943;
	}
	.nav.sp .second-level a.bg-green {
		background: #dcebb6;
	}
	.nav.sp .second-level a.bg-gray{
		background: #f6f3f3;
	}
	.nav.sp .tab-switch:checked ~ .second-level {
		display: block;
	}
	.nav.sp label.menu_btn:after {
		content: "";
		background: url("../img/menu_sp.png") no-repeat;
		background-size: contain;
		display: inline-block;
		height: 60px;
		width: 111px;
		max-width: 100%;
	}
	.nav.sp .second-level label {
		background: #dcebb6;
		border-bottom: 1px solid #009943;
		display: block;
		margin: 0;
		padding: 15px 10px;
		width: 100%;
	}
	.nav.sp .second-level label.first {
		border-top: 1px solid #009943;
	}
	.second-level .hidden_show {
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
	}
	.second-level input.nav_label:checked ~ .hidden_show {
		height: auto;
		opacity: 1;
	}
	.nav.sp .second-level .hidden_show a {
		background: #fff;
		padding: 15px 10px 15px 20px;
	}
}
@media screen and (max-width: 685px) {
	.header_top {
		-webkit-box-orient: horizontal;
  		-webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
              flex-flow: row wrap;
	}
}
@media screen and (max-width: 560px) {
	.header_top .search_form {
		width: 100%;
	}
	.header_top .search_form input[type="text"] {
		padding: 3px 8px;
		width: 80%;
	}
	.header_top .search_form button {
		margin:  10px 0;
		padding: 3px 10px;
		width: 20%;
	}
	.header_top .header_wrap {
		margin: 10px 0;
	}
}
@media screen and (max-width: 425px) {
	.nav.sp {
		margin-bottom: 10px;
	}
}

/*----------------------------------------------------
	page
----------------------------------------------------*/

.fcR {
	color: #ff3333;
}
.fcRk {
	color: #ff3333;
	font-weight: bold;
}
.fcB {
	color: #0033cc;
}
.fcG {
	color: #008000;
}
#page {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
   	justify-content: space-between;
	margin: 20px auto 0;
	padding: 0 0 75px;
	width: 994px;
}
#main {
	width: 551px;
}
#page .contents {
	margin-left: 25px;
	width: 770px;
}
.breadcrumb {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	margin-bottom: 15px;
}
.breadcrumb i {
	margin: 0 10px;
}
.breadcrumb i::before {
	content: ">>";
}
.contents .txtbox h2 {
	font-size: 1.8rem; /*18px*/
	font-weight: normal;
	margin-bottom: 15px;
	vertical-align: middle;
}
.contents .txtbox h2::before {
	background: url("../img/caption.png") no-repeat;
	content: "";
	display: inline-block;
	height: 28px;
	width: 9px;
	padding: 0 20px 0 0;
}
.contents .txtbox h3 {
	background: #f5f7f5;
	font-size: 1.6rem; /*16px*/
	font-weight: normal;
	margin-bottom: 15px;
	padding: 8px 15px;
	vertical-align: middle;
}
.contents .txtbox h4 {
	font-size: 1.6rem; /*16px*/
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 5px;
}
.contents .txtbox {
	margin: 30px 0;
}
.contents .txtbox img {
	width: auto;
}
.contents .txtbox hr {
	margin: 30px 0;
}
.contents .txtbox.map {
	margin: 30px auto;
	width: 100%;
}
.contents .txtbox.map img {
	display: block;
	margin: 0 auto 50px;
}
.contents .txtbox p {
	margin: 0 0.5em;
}
.contents .txtbox ul,
.contents .txtbox ol {
	margin: 15px 5px;
}
.contents .txtbox ul li {
	text-indent: -1em;
	margin: 5px 0;
	padding-left: 1em;
}
.contents .txtbox ol li {
	margin: 8px 0 8px 1em;
}
.contents .txtbox ul li::before {
	content: "･";
	padding-right: 3px;
}
.contents .txtbox .box1 {
	border: 1px solid #999;
	margin: 30px 5px;
	padding: 10px 15px;
}
.contents .txtbox .box2 {
	border: 1px solid #999;
	margin: 10px 5px;
	padding: 10px 15px;
}
.contents .txtbox .box3 {
	margin-left: 1.5em;
}
.contents .txtbox .box4 {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 30px 5px;
	padding: 10px 15px;
}
.contents .txtbox .box5 {
	border: 1px solid #41719c;
	border-radius: 30px;
	margin: 10px 5px;
	padding: 8px 25px;
}
.contents .txtbox .line_faq {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 40px 0px 20px 0px;
	padding: 5px 0px 5px 0px;
}
.contents .txtbox ul.faq li {
	text-indent: 0;
	padding-left: 0;
}
.contents .txtbox ul.faq li::before {
	content: none;
}
.contents .txtbox ul.faq li.qu {
	background:url(../img/icn_q.gif) no-repeat 10px 0;
	padding-left: 50px;
	margin: 20px 0 10px 0;
}
.contents .txtbox ul.faq li.an {
	background:url(../img/icn_a.gif) no-repeat 9px 10px;
	border: 1px solid #ccc;
	padding: 10px 10px 10px 50px;
}
.contents .map_box {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
    -ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
	width: 100%;
}
.contents .map_box .map_wrap {
	padding-left: 20px;
}
.contents .map_box .map_wrap a {
	border: 1px solid #000;
	display: block;
	margin-top: -10px;
	padding: 10px 15px;
	text-align: center;
	width: 100%;
}
.contents .map_box table {
	border-collapse: collapse;
	display: inline-block;
	text-align: left;
}
.contents .map_box img {
	width: 340px;
}
.contents .map_box table th,
.contents .map_box table td {
	border: 1px solid #000;
	font-weight: normal;
	padding: 10px;
	vertical-align: top;
	width: auto;
}
.contents .map_box table th.left {
	width: 110px;
}
.contents .txtbox table.map {
	border-collapse: collapse;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: left;
	margin: 10px;
	width: 100%;
}
.contents .txtbox table.map tr {
	border-bottom: 1px solid #999;
}
.contents .txtbox table.map td {
	font-weight: normal;
	padding: 13px 18px;
	vertical-align: top;
	width: auto;
}
.contents .txtbox table.table01 {
	border-collapse: collapse;
	border: 1px solid #000;
	text-align: left;
	margin: 10px;
}
.contents .txtbox table.table01 th,
.contents .txtbox table.table01 td {
	border: 1px solid #000;
	font-weight: normal;
	padding: 10px;
	vertical-align: top;
	width: auto;
}
.contents .txtbox table.table01 .s {
	width: 15%;
}
.contents .txtbox table.table01 .m {
	width: 20%;
}
.contents .txtbox table.table02 {
	border-collapse: collapse;
	border: 0;
	text-align: left;
	margin: 10px;
	width: 100%;
}
.contents .txtbox table.table02 th {
	font-weight: normal;
	padding: 8px 0;
	width: 180px;
}
.contents .txtbox table.table02 th.right {
	text-align: right;
}
.contents .txtbox table.table02 td {
	padding: 8px 0;
}
.contents .txtbox table.table03 {
	border-collapse: collapse;
	border: 1px solid #000;
	text-align: left;
	margin: 10px;
}
.contents .txtbox table.table03 td {
	border: 1px solid #000;
	font-weight: normal;
	padding: 15px;
	vertical-align: top;
	width: auto;
}
.contents .txtbox table.table04 {
	border-collapse: collapse;
	border: 1px solid #000;
	font-size: 1.5rem; /*15px*/
	text-align: left;
	margin: 10px 0 25px;
	width: 100%;
}
.contents .txtbox table.table04 th,
.contents .txtbox table.table04 td {
	border: 1px solid #000;
	font-weight: normal;
	padding: 10px 0;
	vertical-align: middle;
}
.contents .txtbox table.table04 th {
	text-align: center;
	width: 3%;
}
.contents .txtbox table.table04 td.p-name {
	text-align: left;
	width: 15%;
}
/*
.contents .txtbox table.table04 td.line {
	background: linear-gradient(23deg, transparent, transparent 48%, black 50%, gray 50%, transparent 51%, transparent);
	width: 10%;
}
*/
.contents .txtbox table.table04 td {
	padding: 10px 7px;
	text-align: center;
	width: 10%;
}
.contents .txtbox table.table05 {
	border-collapse: collapse;
	border: 0;
	text-align: center;
	margin: 10px;
	width: 100%;
}
.contents .txtbox table.about {
	border-collapse: collapse;
	text-align: left;
	margin: 10px;
}
.contents .txtbox table.about td {
	border-bottom: 1px solid #999;
	padding: 10px;
	vertical-align: top;
	width: auto;
}
.contents .txtbox table.about td.left {
	text-align: right;
	width: 200px;
}
.contents .txtbox a.r_top {
	display: block;
	text-align: right;
	margin: 30px 0 10px;
}
.txtbox .float {
	float: right;
}
.txtbox img.support_04 {
	float: right;
}
#main .open-info_box p.today {
	text-align: center;
}
#main .open-info_box p.today span {
	font-size: 2.4rem; /*24px*/
}
#main .open-info_box p.today i {
	margin-left: 10px;
}

#main .open-info_box ul {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	border: 1px solid #333;
	margin: 15px 0;
}
#main .open-info_box li {
	background: #dcebb6;
	border-left: 1px solid #333;
	text-align: center;
	padding: 10px;
	width: calc(100%/5)
}
#main .open-info_box li:first-child{
	border-left: 0;
}
#main .open-info_box li span {
	font-size: 1.4rem; /*14px*/
}
#main .open-info_box i.open::before{
	content: "";
	display: inline-block;
	background: url("../img/icon_open.png") no-repeat;
	margin: -5px 10px -5px 0;
	height: 22px;
	width: 22px;
}
#main .open-info_box i.close::before{
	content: "";
	display: inline-block;
	background: url("../img/icon_close.png") no-repeat;
	margin: -5px 10px -5px 0;
	height: 22px;
	width: 22px;
}
#main .search_box {
	background: #fff;
	border: 2px solid #0c6d0c;
	border-radius: 5px;color: #333;
	padding: 5px 18px;
	margin: 30px 0 0;
	width: 100%;
}
#main .search_box p {
	font-size: 1.5rem;
	margin: 15px 0;
}
#main .search_box .ttl {
	border-bottom: 2px solid #0c6d0c;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -20px;
}
#main .search_box .ttl p {
	font-size: 1.6rem; /*16px*/
	margin: 0;
}
#main .search_box .ttl img {
	margin: 0 20px 0;
}
#main .search_box .ttl a {
	margin: 0 20px 0 0;
}
#main .search_box .ttl i::before {
	content: ">>";
	color: #333;
	padding-right: 5px;
}
#main .search_box .search_form {
	margin: 20px 0;
}
#main .search_form input[type="text"] {
	background: #fff;
	border: 1px solid #b5b5b5;
	padding: 10px 8px;
}
#main .search_form button {
	background: #dcebb6;
	border-radius: 0;
	border: 1px solid #006600;
	color: #333;
	font-size: 1.6rem; /* 16px */
	padding: 4px 20px;
}
#main .search_form_inner {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 17px 0;
}
#main .search_form_inner .checkbox_wrap label {
	margin-right: 15px;
}

.tab_wrap {
	width: 100%;
	margin: 30px auto;
}
input[type="radio"]{
	display: none;
}
.tab_area {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	width: 100%;
}
.tab_area label {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
   	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	border-radius: 5px 5px 0 0;
	color: #333;
	cursor: pointer;
	font-size: 1.4rem; /*14px*/
	margin-right: 3px;
	padding: 10px 0 7px 0;
	text-align: center;
	transition: ease 0.2s opacity;
	width: calc(100%/6);
}
.tab_area label:last-child {
	margin-right: 0;
}
.tab_area .tab1_label {
	background: #f6cdcf;
}
.tab_area .tab2_label {
	background: #dfd5d5;
}
.tab_area .tab3_label {
	background: #f5e4b2;
}
.tab_area .tab4_label {
	background: #d2f4d9;
}
.tab_area .tab5_label {
	background: #c5e6f6;
}
.tab_area .tab6_label {
	background: #f8e8e9;
}
#tab1:checked ~ .tab_area .tab1_label {
}
#tab1:checked ~ .panel_area #panel1 {
	border-top: 10px solid #f6cdcf;
	display: block;
}
#tab2:checked ~ .panel_area #panel2 {
	border-top: 10px solid #dfd5d5;
	display: block;
}
#tab3:checked ~ .panel_area #panel3 {
	border-top: 10px solid #f5e4b2;
	display: block;
}
#tab4:checked ~ .panel_area #panel4 {
	border-top: 10px solid #d2f4d9;
	display: block;
}
#tab5:checked ~ .panel_area #panel5 {
	border-top: 10px solid #c5e6f6;
	display: block;
}
#tab6:checked ~ .panel_area #panel6 {
	border-top: 10px solid #f8e8e9;
	display: block;
}
.tab_panel {
	width: 100%;
	display: none;
}
.tab_panel p {
	text-align: center;
}
.panel_area {
	background: #fff;
}
.panel_area ul.news dl {
	border-bottom: 1px dotted #333;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
	padding: 15px 0;
}
.panel_area ul.news dt {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	margin-right: 10px;
}
.panel_area ul.news .tag {
	text-align: center;
	padding: 3px 0;
	width: 60px;
}
.panel_area ul.news .tag.icon_all {
	background: #cac3ac;
}
.panel_area ul.news .tag.icon_center {
	background: #d39ccd;
}
.panel_area ul.news .tag.icon_koshigoe {
	background: #c5e6f6;
}
.panel_area ul.news .tag.icon_fukasawa {
	background: #f5e4b2;
}
.panel_area ul.news .tag.icon_ofune {
	background: #ffc2e0;
}
.panel_area ul.news .tag.icon_tamanawa {
	background: #d2f4d9;
}
.panel_area ul.news .icon_new {
	color: #ff3333;
	margin: 0 10px;
}
.ad-bnr_wrap {
	margin-top: 35px;
	width: 551px;
}
.ad-bnr_wrap ul {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
   	justify-content: space-between;
}
.ad-bnr_wrap li {
	margin-bottom: 10px;
}
.ad-bnr_wrap li img {
	height: 60px;
	width: 170px;
}

/* sidebar left */
#sidebar_left {
	width: 200px;
  	height: auto;
}
#sidebar_left .sidebar_inner {
	margin: 0;
	width: 200px;
}
#sidebar_left .user-box {
	background: #fff;
	border: 2px solid #006600;
	border-radius: 6px;
	padding: 7px 0;
}
#sidebar_left .user-box_ttl {
	border-bottom: 2px solid #006600;
	padding: 0 8px;
}
#sidebar_left .user-box_state {
	padding: 13px 20px;
}
#sidebar_left .user-box_state p {
	font-size: 1.4rem; /*14px*/
	text-align: center;
}
#sidebar_left .user-box_state a {
	display: inline-block;
	margin-top: 5px;
}
#sidebar_left .user-box_state button {
	background: #dcebb6;
	border: 1px solid #b5b5b5;
	border-radius: 3px;
	color: #333;
	font-size: 2.2rem; /*22px*/
	padding: 3px 0 2px;
	margin: 8px 0;
	width: 100%;
}
#sidebar_left .menu-list {
	font-size: 1.5rem; /*15px*/
	margin: 25px 0 49px;
}
#sidebar_left .menu-list li a {
	color: #333;
	display: block;
	padding: 15px 0 12px;
	text-decoration: none;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#sidebar_left .menu-list li.smartphone a::before {
	background: url("../img/side_smartphone.png") no-repeat;
	content: "";
	display: inline-block;
	margin: 0 10px 0 10px;
	width: 26px;
	height: 39px;
}
#sidebar_left .menu-list li.kids a::before {
	background: url("../img/side_kids.png") no-repeat;
	content: "";
	display: inline-block;
	margin: 0 5px 0 3px;
	width: 39px;
	height: 32px;
}
#sidebar_left .menu-list li.teens a::before {
	background: url("../img/side_teens.png") no-repeat;
	content: "";
	display: inline-block;
	margin: 0 8px 0 5px;
	width: 36px;
	height: 33px;
}
#sidebar_left .menu-list li.history a::before {
	background: url("../img/side_history.png") no-repeat;
	content: "";
	display: inline-block;
	margin: 0 9px 0 5px;
	width: 35px;
	height: 35px;
}
#sidebar_left .menu-list li.service a::before {
	background: url("../img/side_service.png") no-repeat;
	content: "";
	display: inline-block;
	margin: 0 11px 0 7px;
	width: 31px;
	height: 31px;
}
#sidebar_left .menu-list li.discussions a::before {
	background: url("../img/side_discussions.png") no-repeat;
	content: "";
	display: inline-block;
	margin: 0 7px 0 5px;
	width: 38px;
	height: 31px;
}
#sidebar_left .menu-list li.revival a::before {
	background: url("../img/side_revival.png") no-repeat;
	content: "";
	display: inline-block;
	margin: 0 9px 0 5px;
	width: 37px;
	height: 38px;
}
#sidebar_left .menu-list li.support a::before {
	background: url("../img/side_support.png") no-repeat;
	content: "";
	display: inline-block;
	margin: 0 12px 0 7px;
	width: 32px;
	height: 27px;
}
#sidebar_left .menu-list li.business a::before {
	background: url("../img/side_business.png") no-repeat;
	content: "";
	display: inline-block;
	margin: 0 18px 0 10px;
	width: 24px;
	height: 39px;
}
#sidebar_left .menu-list li.link a::before {
	background: url("../img/side_link.png") no-repeat;
	content: "";
	display: inline-block;
	margin: 0 15px 0 6px;
	width: 30px;
	height: 30px;
}
#sidebar_left .menu-list li a:hover {
	background: #f9f8f8;
}
#sidebar_left .menu-list li {
	border-top: 1px solid #b5b5b5;
	display: block;
}
#sidebar_left .menu-list li:last-child {
	border-bottom: 1px solid #b5b5b5;
}
#sidebar_left .qr-box {
	text-align: center;
}

#sidebar_right {
	width: 200px;
	height: auto;
}
#sidebar_right .ad-box {
	background: #fff;
	border: 2px solid #006600;
	border-radius: 6px;
	margin-bottom: 25px;
	padding: 7px 0;
}
#sidebar_right .ad-box_ttl {
	border-bottom: 2px solid #006600;
	padding: 0 8px;
}
#sidebar_right .ad-box_bnr {
	text-align: center;
	padding: 13px 0 3px;
}
#sidebar_right .ad-box a img {
	display: block;
	margin: 0 auto 10px;
	width: 170px;
	height: 60px;
}
#sidebar_right .calendar_box .select_wrap {
	margin: 15px 0 0;
}
#sidebar_right .calendar_box .wrap a {
	display: block;
	margin: 15px 0 0;
}
#sidebar_right .calendar_box p.close {
	background: #fabdbd;
	display: inline-block;
	padding: 0 5px;
}
.calendar {
	margin: 20px 0;
}
.calendar .calendar_ttl {
	text-align: center;
}
.calendar .calendar_ttl a {
	margin-left: 5px;
}
.calendar table {
	border: 1px solid #333;
	border-collapse:  collapse;
	margin: 0 auto;
	width: 100%;
}
.calendar table th,
.calendar table td {
	border: 1px solid #333;
	text-align: center;
}
.calendar table th.sun {
	color: #ff3333;
}
.calendar table th.close {
	background: #fabdbd;
}
#sidebar_right .twitter_box {
	height: auto;
}
 i.arrow::before {
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 5px solid transparent;
    border-left: 5px solid #333;
}
.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
    color: #333;
    vertical-align: middle;
}
.arrow::before,
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
	#page {
		-webkit-box-orient: vertical;
  		-webkit-box-direction: normal;
     	-ms-flex-direction: column;
        flex-direction: column;
		margin: 20px auto 0;
		padding: 0 20px 75px;
		width: 100%;
	}
	#main {
		margin: 0;
		width: 100%;
	}
	#page .contents {
		margin-left: 0;
		width: 100%;
	}
	.contents .txtbox {
		margin: 30px 0;
	}
	.contents .txtbox img {
		max-width: 100%;
		width: auto;
	}
	.contents .txtbox.map {
		margin: 30px auto;
	}
	.contents .txtbox.map img {
		width: 100%;
	}
	.contents .txtbox.map img.post {
		width: auto;
		max-width: 100%;
	}
	.contents .txtbox p {
		margin: 0 0.5em;
	}
	.contents .txtbox ul,
	.contents .txtbox ol {
		margin: 15px 5px;
	}
	.contents .txtbox ul li {
		text-indent: -1em;
		margin: 8px 0;
		padding-left: 1em;
	}
	.contents .txtbox ol li {
		margin: 8px 0 8px 1em;
	}
	.contents .txtbox ul li::before {
		content: "･";
		padding-right: 3px;
	}
	.contents .txtbox .box1 {
		border: 1px solid #999;
		margin: 30px 5px;
		padding: 10px 15px;
	}
	.contents .txtbox .box2 {
		border: 1px solid #999;
		margin: 10px 5px;
		padding: 10px 15px;
	}
	.contents .map_box {
		display: block;
		margin-bottom: 20px;
	}
	.contents .map_box .map_wrap {
		padding-left: 0;
	}
	.contents .map_box table {
		width: 100%;
	}
	.contents .map_box img {
		padding-left: 0;
		max-width: 400px;
		width: 100%;
	}
	.contents .map_box table th {
		width: 20%;
	}
	.contents .map_box table th.left {
		width: 20%;
	}
	.contents .txtbox table.map {
		margin: 0;
	}
	.contents .txtbox table.map td {
		display: inline-block;
		padding: 10px 15px;
	}
	.contents .txtbox table.table01 {
		margin: 10px 0;
		width: 100%;
	}
	.contents .txtbox table.table01 th,
	.contents .txtbox table.table01 td {
		border: 1px solid #000;
		font-weight: normal;
		padding: 10px;
		vertical-align: top;
		width: 10px;
	}
	.contents .txtbox table.table01.fund th,
	.contents .txtbox table.table01.fund td {
		width: auto;
	}
	.contents .txtbox table.table03 {
		width: 100%;
	}
	.contents .txtbox table.table03 td {
		border: 0;
		display: block;
		width: auto;
	}
	.contents .txtbox table.table04 th {
		padding: 10px;
	}
	.t_scroll table {
		display: block;
		overflow-x: scroll;
  		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.contents .txtbox table.about td.left {
		width: 30%;
	}
	.contents .txtbox a.r_top {
		display: block;
		text-align: right;
		margin: 30px 0 10px;
	}
	.txtbox .float {
		margin: 0 10px;
	}
	.txtbox .float img {
		display: block;
	}
	.txtbox img.support_04 {
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 100%;
		width: auto;
	}
	#main .search_form_inner {
		-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
	}
	#main .search_box .ttl {
		-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
	}
	#main .search_box .ttl p {
		margin: 8px 0 8px 18px;
	}
	#main .search_box .ttl img {
		width: auto;
	}
	#main .search_form_inner .checkbox_wrap {
		margin-bottom: 10px;
	}
	.tab_area label {
		font-size: 1.2rem; /*12px*/
	}
	.ad-bnr_wrap.sp {
		margin: 35px 10px 20px;
		width: 100%;
	}
	.ad-bnr_wrap.sp ul {
		-webkit-box-pack: center;
     	-ms-flex-pack: center;
   		justify-content: center;
	}
	.ad-bnr_wrap.sp li {
		margin-bottom: 10px;
		padding: 0 10px;
		width: calc(100%/3)
	}
	.ad-bnr_wrap li img {
		height: 100%;
		width: 100%;
		max-height: 80px;
		max-width: 170px;
	}
	#sidebar_left {
		display: none;
	}
	#sidebar_right {
		display: -webkit-box;
  		display: -ms-flexbox;
  		display: flex;
		-webkit-box-orient: vertical;
  		-webkit-box-direction: normal;
     	-ms-flex-direction: column;
        flex-direction: column;
		height: auto;
		width: 100%;
	}
	#sidebar_right .calendar_box img.calendar_box-ttl  {
		display: block;
		margin: 0 auto;
		width: auto;
	}
	#sidebar_right .ad-bnr_wrap {
		-webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
	}
	#sidebar_right .ad-box_ttl {
		text-align: center;
		padding: 7px 10px;
	}
	#sidebar_right .ad-box {
		-webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
	}
	#sidebar_right .ad-box a img {
		height: 80px;
		width: 100%;
		max-width: 170px;
	}
	#sidebar_right .ad-box img {
		width: auto;
	}
	#sidebar_right .calendar_box {
		-webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
		margin: 30px 0 50px;
	}
	#sidebar_right .btn_box .sp.ttl_open img {
		max-width: 229px;
	}
	#sidebar_right .calendar_box .calendar_box-ttl {
		display: block;
		margin: 0 auto;
		width: 195px;
	}
	#sidebar_right .calendar_box .wrap {
		display: -webkit-box;
  		display: -ms-flexbox;
  		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#sidebar_right .calendar_box .wrap a {
		margin: 0 0 0 20px;
	}
	#sidebar_right ul.bnr_box {
		display: -webkit-box;
  		display: -ms-flexbox;
  		display: flex;
		-ms-flex-wrap: wrap;
      	flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: center;
		width: 100%;
		-webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
	}
	#sidebar_right ul.bnr_box li {
		padding:  10px;
		width: calc(100%/3);
	}
	#sidebar_right ul.bnr_box.kamakuracity  {
		-webkit-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
	}
	#sidebar_right ul.bnr_box.kamakuracity li.sp {
		width: 100%;
	}
	#sidebar_right .twitter_box {
		-webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
	}
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/

footer {
	background: #dcebb6;
	color: #333;
	text-align: center;
	padding: 15px 0;
	width: 100%;
	
}
footer li {
	display: inline-block;
	border-left: 1px solid #333;
	padding: 0 8px 0 10px;
}
footer li:first-child {
	border-left: 0;
}
footer li a.contact::before {
	background: url("../img/icon_mail.png");
	content: "";
	display: inline-block;
	height: 16px;
	width: 20px;
	margin: 0 8px -2px 0;
}
footer li a.privacy::before {
	background: url("../img/icon_lock.png");
	content: "";
	display: inline-block;
	height: 23px;
	width: 20px;
	margin: 0 8px -2px 0;
}
footer p.copy {
	margin-top: 20px;
}

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

/*----------------------------------------------------
	page_top
----------------------------------------------------*/

#page_top {
  	position: fixed;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
	z-index: 999;
}
#page_top img {
	opacity: 0.7;
	width: 60px;
}

@media screen and (max-width: 768px) {
	#page_top {
		position: fixed;
		right: 10px;
		bottom: 10px;
	}
}

/*----------------------------------------------------
	kccs update
----------------------------------------------------*/
/*==========*/
/* btn */
/*==========*/
/* line 36, ../sass/elcielostyle.scss */
.btn-type1 {
  padding: 6px 12px;
  margin-bottom: 4px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #DCEBB6;
  border: #006600 1px solid;
  color: #000000;
  border-radius: 4px;
  white-space: normal;
  display: block;
  width: 100%;
  overflow: hidden;
  transition: 0.4s;
  text-decoration: none;
}
/* line 39, ../sass/elcielostyle.scss */
.btn-type1:hover {
  padding: 6px 12px;
  margin-bottom: 4px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #DCEBB6;
  border: #006600 1px solid;
  color: #000000;
  border-radius: 4px;
  white-space: normal;
  display: block;
  width: 100%;
  overflow: hidden;
  transition: 0.4s;
  text-decoration: none;
}

/*==========*/
/* login*/
/*==========*/
/* line 48, ../sass/elcielostyle.scss */
#sidebar_left .user-box_state button {
  font-size: 1em;
  font-weight: bold;
  border: #006600 1px solid;
  border-radius: 4px;
}

/*==========*/
/* news*/
/*==========*/
/* line 60, ../sass/elcielostyle.scss */
.el_news_item {
  border-bottom: 1px dotted #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  padding: 15px 0;
}
/* line 70, ../sass/elcielostyle.scss */
.el_news_item .el_news_content {
  width: 80%;
}
/* line 74, ../sass/elcielostyle.scss */
.el_news_item .label-area {
  /*center*/
  /*koshigoe*/
  /*fukasawa*/
  /*ofune*/
  /*tamanawa*/
}
/* line 75, ../sass/elcielostyle.scss */
.el_news_item .label-area .tag {
  text-align: center;
  padding: 2px 30px;
  margin-right: 6px;
}
/* line 82, ../sass/elcielostyle.scss */
.el_news_item .label-area .label-kan0 {
  background: #cac3ac;
}
/* line 86, ../sass/elcielostyle.scss */
.el_news_item .label-area .label-kan10 {
  background: #d39ccd;
}
/* line 90, ../sass/elcielostyle.scss */
.el_news_item .label-area .label-kan20 {
  background: #c5e6f6;
}
/* line 94, ../sass/elcielostyle.scss */
.el_news_item .label-area .label-kan30 {
  background: #f5e4b2;
}
/* line 98, ../sass/elcielostyle.scss */
.el_news_item .label-area .label-kan40 {
  background: #ffc2e0;
}
/* line 102, ../sass/elcielostyle.scss */
.el_news_item .label-area .label-kan50 {
  background: #d2f4d9;
}
/* line 108, ../sass/elcielostyle.scss */
.el_news_item .subject-area .label-new {
  color: #ff3333;
  margin: 0 10px;
}

/*==========*/
/* calendar*/
/*==========*/
/* line 123, ../sass/elcielostyle.scss */
.el_calendar {
  width: 100%;
  margin-bottom: 10px;
  /* event */
}
/* line 127, ../sass/elcielostyle.scss */
.el_calendar .calendar_frame {
  width: 100%;
  height: 150px;
}
/* line 132, ../sass/elcielostyle.scss */
.el_calendar .calendar_header {
  width: 100%;
  margin-bottom: 10px;
}
/* line 137, ../sass/elcielostyle.scss */
.el_calendar .month_pre {
  width: 20%;
  text-align: left;
  padding: 2px;
}
/* line 143, ../sass/elcielostyle.scss */
.el_calendar .month_next {
  width: 20%;
  text-align: right;
  padding: 2px;
}
/* line 149, ../sass/elcielostyle.scss */
.el_calendar .header_center {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}
/* line 155, ../sass/elcielostyle.scss */
.el_calendar .calendar_body {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  background-color: #ffffff;
}
/* line 164, ../sass/elcielostyle.scss */
.el_calendar .tr_head {
  font-weight: bold;
  background-color: #DCEBB6;
}
/* line 169, ../sass/elcielostyle.scss */
.el_calendar .td0 {
  color: Red;
}
/* line 173, ../sass/elcielostyle.scss */
.el_calendar .td6 {
  color: Blue;
}
/* line 177, ../sass/elcielostyle.scss */
.el_calendar .calendar_body td {
  text-align: center;
  border: solid #339966 1px;
  padding: 4px;
}
/* line 183, ../sass/elcielostyle.scss */
.el_calendar .holiday {
  color: Red;
}
/* line 189, ../sass/elcielostyle.scss */
.el_calendar .dtype1 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 189, ../sass/elcielostyle.scss */
.el_calendar .dtype2 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 189, ../sass/elcielostyle.scss */
.el_calendar .dtype3 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 189, ../sass/elcielostyle.scss */
.el_calendar .dtype4 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 189, ../sass/elcielostyle.scss */
.el_calendar .dtype5 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 189, ../sass/elcielostyle.scss */
.el_calendar .dtype6 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 189, ../sass/elcielostyle.scss */
.el_calendar .dtype7 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 189, ../sass/elcielostyle.scss */
.el_calendar .dtype8 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 189, ../sass/elcielostyle.scss */
.el_calendar .dtype9 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 189, ../sass/elcielostyle.scss */
.el_calendar .dtype10 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 195, ../sass/elcielostyle.scss */
.el_calendar .hdtype1 {
  background-color: #93FFAB;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}

/* line 201, ../sass/elcielostyle.scss */
.etooltip {
  color: #000000;
  display: inline-block;
  width: 100%;
  text-decoration: underline;
}
/* line 207, ../sass/elcielostyle.scss */
.etooltip span {
  display: none;
}
/* line 211, ../sass/elcielostyle.scss */
.etooltip:hover {
  position: relative;
  color: #333;
}
/* line 216, ../sass/elcielostyle.scss */
.etooltip:hover span {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #ffffff;
  padding: 5px;
  width: 200px;
  color: #000000;
  font-size: 80%;
  z-index: 100;
  text-align: left;
  /*ttr-origin*/
  border: #000000 1px solid;
}

/*==========*/
/* library list*/
/*==========*/
/* line 237, ../sass/elcielostyle.scss */
.el_library_list .library_list_com p {
  text-align: center;
  font-size: 2.4rem;
}
/* line 243, ../sass/elcielostyle.scss */
.el_library_list .library_status {
  background-color: #dcebb6;
}
/* line 247, ../sass/elcielostyle.scss */
.el_library_list .open_text {
  border: solid #000000 1px;
  text-align: center;
  padding: 10px;
  width: 20%;
}
/* line 254, ../sass/elcielostyle.scss */
.el_library_list .open_text span {
  font-size: 1em;
}
/* line 258, ../sass/elcielostyle.scss */
.el_library_list a {
  color: #000000;
  text-decoration: none;
}
/* line 263, ../sass/elcielostyle.scss */
.el_library_list .lib-info {
  font-size: 1.2rem;
}

/*==========*/
/* other*/
/*==========*/
/* line 270, ../sass/elcielostyle.scss */
.error {
  color: Red;
  font-weight: bold;
  text-align: center;
}

.indent {
padding-left: 20px;
}

.opac_news_link {
  text-align: right;
}
.opac_news_link a {
	background: #dcebb6;
	border-radius: 0;
	border: 1px solid #006600;
	color: #333;
	font-size: 1.6rem; /* 16px */
	padding: 4px 20px;
	text-decoration: none;
}
