html {
	font-size: 10px;
}
body {
	color: #333;
	font-size: 14px;
}

img {
	max-width: 100%;
	height: auto;
}
a {
	color: #106bd1;
}
a:hover {
	color: #4e1897;
}
figure {
	margin: 0;
}
figcaption {
	font-size: 1.2rem;
}
ul,ol {
	padding-left: 2em;
}

/* .header-bar ------------------*/
.header-bar {
	border-bottom: 1px solid #0066cc;
	padding: 6px 10px;
	position: relative;
}
.header-bar-p {
	font-size: 1rem;
	margin: 0;
	padding: 3px 0;
}
.header-bar-tell {
	position: absolute;
	right: 10px;
	top: 1px;
}


/* .page-wrap------------------*/
.page-wrap {
	background: url(../img/bg.jpg) no-repeat;
	background-size: contain;
}

/* .header ------------------*/
.header {
	position: relative;
	border-bottom: 1px solid #0066cc;
}
.site-title {
	margin: 0;
	padding: 0;
}
.site-title img {
	vertical-align: bottom;
}

.btn-global-nav {
	position: absolute;
	right: 10px;
	top: 13px;
}
.global-nav {
	background: #b7e9f8;
	border-bottom: 1px solid #0066cc;
	position: absolute;
	margin: 1px 0 0 0;
	width: 100%;
	display: none;
	z-index: 100;
}
.global-nav-ul {
	margin: 0;
	padding: 0 0 10px;
	list-style: none;
	overflow: hidden;
}
.global-nav-li {
	width: 46%;
	margin: 10px 2% 0;
	float: left;
	font-size: 1.4rem;
}
.global-nav-li a {
	display: block;
	background: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 6px;
	padding: 10px 6px 10px 25px;
	color: #666;
	text-decoration: none;
	position: relative;
}
.global-nav-li a:before {
	content: url(../img/ico_arrow.png);
	position: absolute;
	left: 8px;
	top: 12px;
}
.global-nav-li a:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(221,247,189) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(221,247,189) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(221,247,189) 0%, rgb(255,255,255) 100%);
}

/* .pagetop ------------------*/
.pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

/* .footer ------------------*/
.footer {
	background: #0090e3;
	color: #fff;
	padding: 10px;
}
.map-section {
	margin: 5px 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.map-title {
	border-bottom: 1px solid #fff;
	font-size: 1.4rem;
	position: relative;
	padding: 5px 5px 5px 28px;
	margin: 0 0 10px;
}
.map-title:before {
	content: url(../img/ico_train.png);
	position: absolute;
	left: 3px;
	top: 0;
}
.map-address {
	font-style: normal;
	display: block;
	margin: 0 0 5px;
}
.footer-nav {
	
}
.footer-nav-ul {
	margin: 0;
	padding: 0 0 10px;
	list-style: none;
	text-align: center;
}
.footer-nav-li {
	display: inline;
	margin: 0 5px;
}
.footer-nav-li a {
	white-space: nowrap;
	color: #fff;
	font-size: 1.2rem;
}
.footer-nav-li a:hover,
.footer-nav-li a:active {
	opacity: 0.8;
}
.copyright {
	text-align: center;
	font-size: 1.2rem;
}


/* .ancker-nav ------------------*/
.ancker-nav {
	margin: 0 10px 10px;
	padding: 10px;
	border-bottom: 1px dotted #666;
}
.ancker-nav-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ancker-nav-li {
	margin: 0 0 5px;
	padding: 0 0 0 12px;
	position: relative;
}
.ancker-nav-li:before {
	content: '';
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 8px solid #3f8fdf;
	position: absolute;
	top: 3px;
	left: 0;
}

/* .mainvisual ------------------*/
.mainvisual {
	margin: 10px;
}
.mainvisual img {
	vertical-align: bottom;
}

/* .pagetitle ------------------*/
.pagetitle {
	margin: 10px;
}
.pagetitle img {
	vertical-align: bottom;
}

/* .topnews ------------------*/
.topnews-section {
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.topnews-section-title {
	border-bottom: 2px solid #d6d6d6;
	margin: 0 0 5px;
	padding: 0 0 3px 38px;
	color: #106bd1;
	position: relative;
	font-size: 1.6rem;
}
.topnews-section-title:before {
	content: url(../img/ico_news.png) no-repeat;
	position: absolute;
	left: 0;
	top: -5px;
}


/* .topconcept-section ------------------*/
.topconcept-section {
	margin: 20px 10px;
}
.topconcept-title {
	float: left;
	margin: 0 10px 0 0;
}
.topconcept-p {
	overflow: hidden;
	padding: 5px 0;
	margin: 0.5em 0;
}

/* .block-section ------------------*/
.block-section {
	margin: 20px 10px 40px;
}
.block-section2 {
	margin: 20px 10px;
	border-bottom: 1px dotted #666;
}
.block-section3 {
	margin: 10px 0;
}
.block-title,
.block-title2 {
	border-bottom: 2px solid #d6d6d6;
	margin: 0 0 5px;
	padding: 0 0 3px 38px;
	color: #69d129;
	position: relative;
	font-size: 1.6rem;
}
.block-title:before {
	content: url(../img/ico_folder.png) no-repeat;
	position: absolute;
	left: 0;
	top: -1px;
}
.block-title2:before {
	content: url(../img/ico-bag.png) no-repeat;
	position: absolute;
	left: 0;
	top: -5px;
}
.block-title3 {
	background: #3f8fdf;
	border-radius: 6px;
	font-size: 1.6rem;
	color: #fff;
	padding: 5px 10px;
}
.block-title4 {
	color: #3f8fdf;
}
.num {
	background: #3f8fdf;
	color: #fff;
	padding: 5px 9px;
	border-radius: 20px;
	margin-right: 5px;
}


/* .column ------------------*/
.column-2 {
	overflow: hidden;
	margin: 0 0 10px;
}
.column-2-left {
	width: 49%;
	float: left;
}
.column-2-right {
	width: 49%;
	float: right;
}

.text-center {
	text-align: center;
}


/* .news-table ------------------*/
.news-table {
	width: 100%;
}
.news-table th, .news-table td {
	padding: 3px;
}
.news-table th.news-table-date {
	font-size: 1.2rem;
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: top;
}
.news-table-headline {
	font-size: 1.4rem;
	vertical-align: top;
	width: 100%;
}
.topnews-section-link {
	margin: 0;
	font-size: 1.2rem;
	text-align: right;
}


/* .table-01 ------------------*/
.table-01,
.table-02 {
	width: 100%;
	margin: 0 0 5px;
}
.table-01 th , .table-01 td,
.table-02 th , .table-02 td {
	border: 1px solid #ccc;
	text-align: center;
	padding: 3px;
	font-weight: normal;
	font-size: 1.2rem;
}
.table-01 thead th,
.table-02 thead th {
	background: #ebebeb;
}
.table-01 thead th:nth-child(even),
.table-02 thead th:nth-child(even) {
	background: #d9d9d9;
}
.table-02 tbody td:nth-child(even) {
	background: #ebebeb;
}

.table-01 thead th {
	width: 12%;
}

.table-03 {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
}
.table-03 th , .table-03 td {
	padding: 10px 3px;
	font-weight: normal;
	font-size: 1.2rem;
	display: block;
	text-align: left;
}
.table-03 th {
	border-top: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
}
.table-03 input,
.table-03 textarea {
	width: 100%;
}


/*color*/
.bg-color-blue {
	background: #9dccf3!important;
}
.bg-color-blue2 {
	background: #c8e4f9!important;
}
.bg-color-pink {
	background: #fbe2c5!important;
}
.bg-color-pink2 {
	background: #fdf0e0!important;
}


/* .text ------------------*/
.attend-p {
	margin: 0;
	font-size: 1.4rem;
}
.color-red {
	color: #c00;
}
.color-blue {
	color: #06c;
}
.color-blue2 {
	color: #0064d0;
}
.read1 {
	color: #e7af06;
	font-weight: bold;
}
.read2 {
	color: #69d129;
	font-weight: bold;
	font-size: 1.8rem;
}
.read2 a {
	color: inherit;
}


/* .pager ------------------*/
.pager {
	margin: 20px 0;
	overflow: hidden;
}
.pager-prev {
	width: 50%;
	float: left;
}
.pager-next {
	width: 50%;
	float: right;
	text-align: right;
}

/* .align ------------------*/
.aligncenter {
	text-align: center;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Images */
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto;
	height: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.5em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
	border:none;
	border-radius:0;
}
.wp-caption {
	margin-bottom: 1.5em;
	padding: 5px 0;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:92.3%;
}
.wp-caption .wp-caption-text {
	margin:0;
	padding: 5px 5px 0 5px;
}
