﻿@charset "UTF-8";

/* @group layout
---------------------------------------------------------------------------
*/

.main,
.list._side-bar {
	min-height: 600px;
}

/* @group header
---------------------------------------------------------------------------
*/

header nav ul li.dropdown {
	float: left;
	position: relative;
}

header nav ul li.dropdown ul {
	/* display: none; */
	position: absolute;
	left: 0;
	top: 44px;
}

header nav ul li.dropdown ul {
	display: none;
	width: 238px;
	border-right: 1px #0b93d3 solid;
	border-bottom: 1px #0b93d3 solid;
	border-left: 1px #0b93d3 solid;
}

header nav ul li.dropdown ul li {
	border-bottom: 1px #0b93d3 dotted;
}

header nav ul li.dropdown ul li:last-child {
	border: none;
}

header nav ul li.dropdown ul li a {
	display: block;
	float: none;
	width: 238px;
	background: #f2fbff;
	color: #0b93d3;
}

header nav ul li.dropdown ul li a:hover {
	color: #47baf0;
}

header nav ul li.mouse_enter a {
	background-image: url("/_include/images/bg-nav-hover.png");
}


/* @group common
---------------------------------------------------------------------------
*/

.main ul {
	margin: 0 0 30px 1.5em;
	list-style-type: disc;
}

.main ol {
	margin: 0 0 30px 1.5em;
	list-style-type: decimal;
}

.page_header {
	padding-bottom: 30px;
}

.page_header :last-child {
	margin-bottom: 0;
}

.main h2 {
	line-height: 135%;
}

h2.current_contents span {
	display: inline-block;
	padding: 5px 20px;
	border-radius: 5px;
	behavior: url(/_include/css/PIE.htc);
	background: #0b93d3;
	line-height: 135%;
	color: #fff;
}

.main article h2.current_contents { // ウェブページ プレビュー用
	margin-bottom: 30px !important;
	font-size: 16px !important;
	font-weight: bold;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

sup {
	vertical-align: super;
}

.clear {
	clear: both;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.attention {
	color: #ff0000;
}

.size150 { font-size: 150% !important; }


/* @group sub
---------------------------------------------------------------------------
*/

.side-bar {
	padding-top: 1px;
	font-size: 90%;
}

.side-bar hr {
	border: 0;
	border-top: 1px #ccc solid;
	margin: 0;
}

.side-bar hr.fat {
	border-top: 12px #0b93d3 solid;
}


.side-bar .unit {
/*	margin-bottom: 30px; */
}

.side-bar .unit h2 {
	margin-bottom: 0;
	padding: 10px !important;
	font-weight: bold;
	background-color: #f2f2f2;
	color: #787878;
	
}

.side-bar .unit h2.has_link {
    padding: 0 !important;
}

.side-bar .unit h2.has_link > a {
    display: block;
    position: relative;
    padding: 10px 28px 10px 10px;
    font-weight: normal;
    color: #787878;
}

.side-bar .unit h2.has_link > a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #787878;
}

.side-bar .unit h2.has_link > a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -sand-transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #f2f2f2;
}


.side-bar .unit h2.has_link.active > a,
.side-bar .unit h2.has_link:hover > a {
    background: #e2e2e2;
}

.side-bar .unit h2.has_link.active > a:after,
.side-bar .unit h2.has_link:hover > a:after {
    background: #e2e2e2;
}

.side-bar .unit ul.list li .titles {
	font-weight: bold;
}

.side-bar .unit ul.list li .subtitle {
	display: block;
	font-size: 85%;
}

.side-bar .to_list {
	margin-top: 10px;
	text-align: right;
}


.side-bar .entry_category {
	display: block;
	font-size: 85%;
}

.side-bar .name,
.side-bar .misc {
	display: block;
}

.list_contents {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.list_contents > li {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.list_contents > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 28px 10px 10px;
  background: #fff;
  text-decoration: none;
}

.list_contents > li > a:hover {
	background-color: #56a9d5;
	color: #fff;
}

.list_contents > li > a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #0b93d3;
}

.list_contents > li > a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -sand-transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}

.list_contents > li.active > a:before,
.list_contents > li:hover > a:before {
  background: #fff;
}

.list_contents > li.active > a:after,
.list_contents > li:hover > a:after {
  background: #56a9d5;
}



ul.list_contents > li.active > a {
  background: #56a9d5;
  color: #fff;
}


.side-bar .hide {
	display: none;
}

li.active > .b1 {
	display: block;
}

.b1 ul {
	border-top: 1px #ccc dotted;
}

.b1 ul.list_taxo {
	margin-bottom: 40px;
}

.b1 ul.list_taxo li {
	margin: 10px 0;
	padding: 0 0 0 10px;
	line-height: 1.3;
}

.b1 ul.list_taxo li.active a {
	color: #47baf0;
}

ul.list_posts li {
	/* border-bottom: 1px #ddd dotted; */
	border-bottom: 1px #ccc dotted;
}

ul.list_posts li a {
	display: block;
	padding: 10px;
	line-height: 1.5em;
}

ul.list_posts >ul > li > a:hover,
ul.list_posts > li.active > a {
	background: #f2fbff;
}

.side-bar .__last__ {
	border-bottom: 0 !important;
}

/* 140923 */

.common header {
	margin-bottom: 40px;
}

#site-id_side-bar {
	margin-bottom: 30px;
	padding-top: 0;
	border-top: 0;
}

#site-id_side-bar h1 {
	margin-bottom: 30px;
}

#site-id_side-bar .screen {
	width: 280px;
}

#site-id_side-bar .w2 {
    -webkit-box-sizing: border-box; /* Safari,Google Chrome用 */  
    -moz-box-sizing: border-box; /* Firefox用 */  
    -ms-box-sizing: border-box; /* Internet Explorer 8用 */  
    box-sizing: border-box; /* Opera用 */ 
    width: 280px;
    padding-right: 20px;
    border-right: 4px solid #0b93d3;
}

#about-us_side-bar ul li {
	float: left;
}

#about-us_side-bar ul li:last-child {
	margin-left: 13px;
}

#links_side-bar ul li {
	float: left;
	margin-right: 18px;
}

#links_side-bar ul li:last-child {
	margin-right: 0;
}

#others_side-bar form {
	margin-bottom: 8px;
}

#others_side-bar input {
    width: 252px;
    height: 20px;
    border: 2px solid #e8e8e8;
    border-radius: 5px;
}

#others_side-bar input.search-image {
    background-image: url(/_include/images/header-search-form.png);
    background-repeat: no-repeat;
    background-position: 230px center;
}

#others_side-bar .sns-btn a {
	float: left;
	margin-right: 4px;
	line-height: 22px;
}

#others_side-bar .sns-btn img {
	vertical-align: middle;
}

#site-id_side-bar ul.lang-selector {
	float: left;
	margin-left: 151px;
	line-height: 22px;
}

.side-bar .with_border_v1.border_bottom {
	border-bottom: 1px #ccc dotted;
}

/* @group detail
---------------------------------------------------------------------------
*/


.detail .img {
	width: 660px;
/*	height: 473px; */
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
	background-color: #f2f2f2;
}

.detail .img img {
	display: block;
	margin: auto;
	vertical-align: bottom;
}


.detail .img_caption {
	margin: -25px 0 30px 0;
	line-height: 1.67em;
	font-size: 0.75rem;
}

/*
.detail h2 + h3.tagline {
	margin-top: -10px;
}
*/


h4.catch {
	margin: 40px 0 20px;
	font-size: 1.25rem;
}

.pagination {
	width: 100%;
	margin: 30px 0;
}

.pagination td {
/*	width: 15%;
	width: 150px; */
	vertical-align: middle;
}

.pagination td.align_center {
/*	width: 70%; */
}

.pagination td.align_left {
	width: 200px;
	padding-right: 20px;
}

.pagination td.align_center a {
	width: 220px;
	text-align: center;
}

.pagination td.align_right {
	width: 200px;
	padding-left: 20px;
}


.pagination a {
	display: inline-block;
	padding: 5px 10px;
	background: #eee;
	border-radius: 5px;
	behavior: url(/_include/css/PIE.htc);
	line-height: 1.3em;
	text-align: left;
	vertical-align: middle;
}

.pagination a:hover {
	background: #0b93d3;
	color: #fff;
}

a.previous {
	max-width: 170px;
	padding-left: 20px;
	background-image: url(/_include/images/previous_off.png);
	background-position:  10px 50%;
	background-repeat: no-repeat;
}

a.previous:hover {
	background-image: url(/_include/images/previous_on.png);
	background-position:  10px 50%;
	background-repeat: no-repeat;
}

a.next {
	padding-right: 20px;
	background-image: url(/_include/images/next_off.png);
    background-position: -webkit-calc(100% - 10px) 50%, 0 0;
    background-position:    -moz-calc(100% - 10px) 50%, 0 0;
    background-position:         calc(100% - 10px) 50%, 0 0;
    background-position: right -10 top 50%, 0 0;
	background-repeat: no-repeat;
}

a.next:hover {
	background-image: url(/_include/images/next_on.png);
    background-position: -webkit-calc(100% - 10px) 50%, 0 0;
    background-position:    -moz-calc(100% - 10px) 50%, 0 0;
    background-position:         calc(100% - 10px) 50%, 0 0;
    background-position: right - 10 top 50%, 0 0;
	background-repeat: no-repeat;
}

.pagination a span {
	display: block;
}

.detail .entry_date {
	display: block;
    margin-bottom: 5px;
    font-weight: bold;
	color: #999;
}

.detail .main .entry_category {
	display: block;
	margin-bottom: 10px;
	font-size: 0.9rem;
}

/* 関連記事 */

.related_articles .post {
	margin-bottom: 40px;
}


.related_articles .post .img {
	position: relative;
	width: 208px;
	height: 208px;
	margin: 0 0 15px 0;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px #ccc solid;
}

.related_articles .img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.related_articles .related_blog_name {
	font-size: 80%;
}

.related_articles .post h2 {
	margin-bottom: 5px;
	font-size: 90%;
}
.related_articles .post h3 {
	font-size: 90%;
}

.related_articles .post a:hover h3 {
    color: #47baf0;
}


.related_articles .post .subtitle {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 5px;
}


/* @group list
---------------------------------------------------------------------------
*/


.landing_list h2 {
	font-weight: bold;
}

.landing_list h2.landing_list_heading {
	margin-top: 30px;
	font-size: 26px;
	font-weight: normal;
}

.landing_list h2.landing_list_heading.first {
	margin-top: 0;
}


.list .post:hover {
	background: #f9f9f9;
}

.list .post .img {
	position: relative;
}

.list .post .img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.list .post .name {
	margin-bottom: 10px;
}

.list .post .titles {
	line-height: 1.4em;
	font-weight: bold;
}

.list .titles + .name {
	margin-top: 10px;
}

.list .post .entry_category {
	display: block;
	margin-bottom: 5px;
	font-size: 0.8rem;
}

.list .post .subtitle {
	display: block;
/*	margin-bottom: 5px; */
	font-size: 0.9rem;
}

.list .post .misc {
	margin-top: 10px;
	color: #999;
	line-height: 1.4em;
	font-size: 0.9rem;
}

.list .post .catch {
	margin-top: 25px;
	line-height: 1.5em;
	color: #484848;
}

.list .post .caption {
	margin-top: 40px;
	font-size: 75%;
	color: #000;
	line-height: 1.2em;
}

/* column 1 */

.list.column1 .titles {
	font-size: 1.3rem;
}

.list.column1 .post {
	min-height: 160px;
	padding: 20px 0;
	border-top: 1px #ccc dotted;
}

.list.column1 .post .txt {
	float: left;
	width: 700px;
	margin: 0 20px;
}

.list.column1 .post .misc {
	font-weight: bold;
}

.list.column1 .post .img {
	float: right;
	width: 158px;
	height: 158px;
	margin-right: 20px;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px #ccc solid;
}

/* column 1 + side-bar */

.list.column1._side-bar {
	float: left;
	width: 660px;
}

.list.column1._side-bar .post {
	min-height: 160px;
	padding: 20px 0;
	border-top: 1px #ccc dotted;
}

.list.column1._side-bar .post .txt {
	float: left;
	width: 438px;
	margin: 0 20px;
}

.list.column1._side-bar .post .img {
	float: right;
	width: 158px;
	height: 158px;
	margin-right: 20px;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px #ccc solid;
}

/* column 3 + side-bar */

.list.column3._side-bar._side-bar {
	float: left;
	width: 660px;
}

.list.column3._side-bar .post {
	float: left;
	width: 210px;
	margin: 0 15px 40px 0;
	background: #fff;
}

.list.column3 .post .txt {
	font-size: 90%;
}

.list.column3._side-bar a:nth-child(4n) {
	clear: both;
}

.list.column3._side-bar a:nth-child(3n) .post {
	margin-right: 0;
}

.list.column3._side-bar .post .img {
	width: 208px;
	height: 208px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px #ccc solid;
	text-align: center;
}

.mecenat_note .list.column3._side-bar .post .img {
	border: none;
}

/* column 4 */

.list.column4 .post {
	float: left;
	width: 210px;
	margin: 0 40px 40px 0;
	background: #fff;
}

.list.column4 .post:hover {
	background: #f9f9f9;
}

.list.column4 a:nth-child(5n) {
	clear: both;
}

.list.column4 a:nth-child(4n) .post {
	margin-right: 0;
}

.list.column4 .post .img {
	width: 208px;
	height: 208px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-position: center center;
	background-repeat: no-repeat;
}

.list.column4 .post .titles {
	margin-bottom: 10px;
}

.list.column4 .post .excerpt {
	line-height: 1.5em;
	font-size: 90%;
	color: #000;
}

.list.column4 .titles .subtitle:nth-child(2) {
	margin-top: 5px;
}


/* @group home
---------------------------------------------------------------------------
*/

#home .item {
	overflow: hidden;
}

#home .item img {

}

.w1h1 img {
	width: 240px;
	height: auto;
}

.w2h1 img {
	width: 480px;
	height: auto;
}

.w2h2 img {
	width: 480px;
	height: auto;
}

.w3h2 img {
	width: 720px;
	height: auto;
}

.w4h2 img {
	width: 960px;
	height: auto;
}

.w1h4 img {
	width: auto;
	height: 960px;
}

#home .item del {
	text-decoration: none;
}

.layer {
	opacity: 1.0;
}
.layer .txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	opacity: 1.0;
}

.layer h2 {
	margin-top: 0;
	font-size: 90%;
}

.layer p {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 90%;
}

.layer .size90 {
	font-size: 90%;
}

.layer .size80 {
	font-size: 80%;
}

.layer .size70 {
	font-size: 70%;
}

#news_home {
    width: 880px;
    margin-top: 40px;
    padding: 40px;
    border-radius: 5px;
    border: 2px #0b93d3 solid;
}

#news_home h2 {
	margin-bottom: 20px;
}

#news_home h2 span {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    background: #0b93d3;
    color: #fff;
}


/* @group events
---------------------------------------------------------------------------
*/

.events.detail .data * {
	font-size: 90%;
}

.events.detail h3.name {
	line-height: 135%;
	font-size: 125%;

}

h3.calendar_nav {
	height: 40px;
	margin-bottom: 30px;
	line-height: 40px;
	font-size: 160%;
	font-weight: bold;
	color: #0b93d3;
}

table.calendar_nav {
	width: 200px;
	height: 40px;
	margin: 0 auto 30px;
}

table.calendar_nav td {
	text-align: center;
	vertical-align: center;
	font-size: 110%;
}

table.calendar_nav td a {
	display: block;
	background: #fff;
	padding: 5px 0;
	background: #f7f7f7;
	color: #000;
}

table.calendar_nav td:first-child a {
	border: 2px #e8e8e8 solid;
	border-radius: 5px 0 0 5px;
	behavior: url(/_include/css/PIE.htc);
}

table.calendar_nav td:last-child a {
	border: 2px #e8e8e8 solid;
	border-left: none;
	border-radius: 0 5px 5px 0;
	behavior: url(/_include/css/PIE.htc);
}

table.calendar_nav td a:hover {
	background: #0b93d3;
	color: #fff;
}

table.calendar_nav--yearly {
	width: 300px;
}

table.calendar_nav--yearly td:nth-child(2) a {
	border-top: 2px #e8e8e8 solid;
	border-right: 2px #e8e8e8 solid;
	border-bottom: 2px #e8e8e8 solid;
}


.titles__events_status.finish {
	margin-bottom: 10px;
	line-height: 1;
}

.titles__events_status span {
	padding: 2px 8px;
	font-size: 70%;
	color: #fff;
	vertical-align: bottom;
	border-radius: 5px;
}

.titles__events_status.finish span.finish {
	background-color: #ff3601;
}

.titles__events_status span.accepting {
	background-color: #00d4a6;
}

.titles__events_status span.accepting--finish {
	background-color: #81c9b6;
}



/* @group reading
---------------------------------------------------------------------------
*/


.landing_list .mecenat_note_on {
	font-weight: bold;
    color: #999;
    font-size: 0.9rem;
    line-height: 1.4em;
    margin-top: 10px;
}

.detail .mecenat_note_on {
	margin-bottom: 5px;
}


/* メセナnote */

.detail .mecenat_note_date {
	margin-bottom: 5px;
}

.mecenat_note .mecenat_note_vol,
.mecenat_note.landing_list .mecenat_note_date {
	font-size: 80%;
	font-weight: normal;
	color: #999;
}

.mecenat_note .mecenat_note_special-title {
	display: block;
	font-size: 80%;
	font-weight: normal;
}

.landing_list .mecenat_note_date {
	display: block;
	padding-right: 0.5em;
}

.mecenat_note.detail div.img {
	min-height: 473px;
}

.mecenat_note.detail div.img img {
	margin-top: 25px;
}

.mecenat_note.detail h3.tagline {
	color: #0b93d3;
}


/* @group news
---------------------------------------------------------------------------
*/

.list_table {
	width: 100%;
}

.list_table tr {
	border-bottom: 1px #787878 dotted;
}

.list_table th {
	padding: 5px 20px 10px 0;
	text-align: left;
}

.list_table td {
	padding: 5px 0 10px 0;
}


/* @group blog
---------------------------------------------------------------------------
*/

.blog.landing_list .excerpt {
	margin-top: 10px;
	color: #000;
	line-height: 1.5em;
	font-size: 0.9rem;
}

.blog.landing_list .entry_date {
	display: block;
	margin-bottom: 5px;
	color: #999;
	font-size: 80%;
}

.blog .wysiwyg .left {
	clear: both;
	width: 60%;
}

.blog .wysiwyg .right {
	width: 38%;
}



.blog ul.list_b1 {
	display: block;
}

/* @group news
---------------------------------------------------------------------------
*/

.news ul.list_b1 {
	display: block;
}

/* @group contact
---------------------------------------------------------------------------
*/

.contact table {
	width: 100%;
}

.contact form table .field01 {
	width: 95%;
	margin: auto;
	padding: 2%;
	border: 1px #787878 solid;
	font-size: 100%;
}

.contact form table th *:last-child,
.contact form table td *:last-child {
	margin-bottom: 0;
}

/* @group footer
---------------------------------------------------------------------------
*/

footer {
	width: 100%;
}

footer h2 {
	color: #0b93d3;
}

/* @group WYSIWYG
---------------------------------------------------------------------------
*/

.wysiwyg a {
	text-decoration: underline;
}

.wysiwyg strong {
	font-weight: bold;
}

.wysiwyg.data p {
	margin-bottom: 15px;
}

.wysiwyg td {
	vertical-align: top;
}

.wysiwyg.data {
	margin-bottom: 30px;
}

.wysiwyg .clear_both {
	clear: both;
	height: 0;
}

.wysiwyg span.caption {
	display: block;
	margin: -5px 0 30px 0;
	line-height: 1.67em;
	font-size: 0.75rem;
}

.wysiwyg span.annotation {
	line-height: 150%;
	font-size: 90%;
	/* font-weight: bold; */
	color: #777;
}

.fl {
	float: left;
	margin: 0 20px 20px 0;
}

.fr {
	float: right;
	margin: 0 0 20px 20px;
}

.wysiwyg * {
	line-break: strict;
}

.wysiwyg p {
	word-wrap: break-word;
}

.wysiwyg img {
	max-width: 100%;
	height: auto;
}

/* @group 縦方向
---------------------------------------------------------------------------
*/

html,body {
     height:100%;
}

#wrapper {
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}

footer{
	position:absolute;
	bottom:0;
}

/* @group 検索結果
---------------------------------------------------------------------------
*/


.search-results {
	width: 960px;
	margin: auto;
}

.search-results .gsc-result .gs-title {
	height: 2em;
}

/* @group Legacy
---------------------------------------------------------------------------
*/

.wysiwyg h4 {
	margin: 0 0 20px;
	padding: 0 0 0.5%;
	border-bottom: 1px #0b93d3 solid;
	line-height: 145%;
	font-size: 1.15rem;
	font-weight: bold;
}

.wysiwyg h5 {
	margin: 0 0 10px;
	line-height: 145%;
	font-size: 1.1em;
	font-weight: bold;
	color: #0b93d3;
}

.wysiwyg strong {
    color: #0b93d3;
    font-weight: bold;
}


.wysiwyg table p,
.wysiwyg table ul,
.wysiwyg table ol {
	margin-bottom: 15px;
}

.wysiwyg table th :last-child,
.wysiwyg table td :last-child {
	margin-bottom: 0;
}

.wysiwyg table {
	max-width: 100%;
/*	max-width: 660px; */
}

.table1 {
    border: 1px solid #dddddd;
    table-layout: fixed;
}
.table1 tr th {
/*    background-color: #e6e6fa; */
    background-color: #dff4fd;
    border: 1px solid #dddddd;
    font-weight: bold;
    padding: 1.5%;
}
.table1 tr td {
    border: 1px solid #dddddd;
    padding: 1.5%;
}
.table2 {
    background-color: #f9fbfb;
    border: 1px solid #dddddd;
    table-layout: fixed;
}
.table2 tr th {
    background-color: #dff4fd;
    border: 1px solid #dddddd;
    font-weight: bold;
    padding: 1.5%;
}
.table2 tr td {
		/ *background-color: #f9fbfb; */
        background-color: #f0fafe;
    border: 1px solid #dddddd;
    padding: 3%;
}
.table3 {
    border: 1px solid #dddddd;
    margin: 0 0 1.5%;
    table-layout: fixed;
}
.table3 tr th {
    background-color: #dff4fd;
    border: 1px solid #dddddd;
    font-weight: bold;
    padding: 0.5% 1%;
}
.table3 tr td {
    border: 1px solid #dddddd;
    padding: 0.5% 1%;
}

.table3 tr th.area1,
.table3 tr td.area1 {
    width: 15%;
}
.table3 tr td.area2 {
    width: 70%;
}

.SP_table1 {
    border: 1px solid #dddddd;
    table-layout: fixed;
}

.SP_table1 tr th {
    background-color: #dff4fd;
    border: 1px solid #dddddd;
    font-weight: bold;
    padding: 1.5%;
    width: 30%;
}

.SP_table1 tr td {
    border: 1px solid #dddddd;
    padding: 1.5%;
    width: 75%;
}

.admission_list {
    margin: 0 0 5% 2%;
}

.admission_list dt {
    color: #0978b5;
    font-size: 1em;
    font-weight: bold;
}

.admission_list dd {
    margin: 0 0 2%;
    padding: 0 0 0 3%;
}

/* @group モバイル
---------------------------------------------------------------------------
*/

#home .item.mobile .txt {
	padding: 10px 0;
	background-color: rgba(11, 147, 211, 0.5);
}

.item.mobile del {
	display: none;
}


/* @group 印刷
---------------------------------------------------------------------------
*/

img.print_only {
	display: none;
}

@media print {

	* {
	    background: transparent !important;
	    color: #000 !important; /* Black prints faster: */
	}

}