/*
** Table of contents
**  1 - General
**    1.1 Reset CSS
**    1.2 General
**    1.3 Header
**    1.3.1 Subheader
**    1.3.1.1 SubHeader(Page : index)
**    1.3.1.2 SubHeader(Page : Kurasi)
**    1.3.1.3 SubHeader(Page : Subpage)
**    1.3.2 Hotnews(Page : index)
**    1.3.3 View(Page : kurasi)
**    1.4 Main
**    1.5 Footer
**
**  2 - Responsive Max Width: 640px
**    2.1 Reset
**    2.2 General
**    2.3 Header
**    2.3.1 Subheader
**    2.3.1.1 SubHeader(Page : index)
**    2.3.1.2 SubHeader(Page : Kurasi)
**    2.3.1.3 SubHeader(Page : Subpage)
**    2.3.2 Hotnews(Page : index)
**    2.3.3 View(Page : kurasi)
**    2.4 Main
**    2.5 Footer
**
**  3 - CSS for Print
**
**  4 - Additional CSS
*/
@import
	url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,700);

/*
**  1 - General
*/
/* 1.1 Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i,
	center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
	caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 1.2 General */
body {
	background: white;
	color: #717070;
	font-family: Arial, Verdana, Roboto, "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic",
		"Hiragino Kaku Gothic", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic",
		"Meiryo UI", "メイリオ", Meiryo;
	font-weight: 600;
	font-size: 100%;
}

a:focus {
	outline: 2px dotted black;
}

a:link {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

.wrapper {
	margin: 0px auto;
}

.spnone {
	display: block;
}

.pcnone {
	display: none;
}

.cf:before, .cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.bg_gray {
	background: #F7F9F9;
}

.text_gray {
	color: #717070;
}

.text_gray a:visited {
	color: #717070;
}

.text_gray a:link {
	color: #717070;
}

.text_blue {
	color: #016DAE;
	background: white;
}

.text_blue a:visited {
	color: #016DAE;
	background: white;
}

.text_blue a:link {
	color: #016DAE;
	background: white;
}

.text_white {
	color: white;
	background: #016DAE;
}

.text_white a:visited {
	color: white;
	background: #016DAE;
}

.text_white a:link {
	color: white;
	background: #016DAE;
}

.text_black {
	color: black;
}

.text_black a:visited {
	color: black;
}

.text_black a:link {
	color: black;
}

.line_blue {
	border: solid 6px #016DAE;
}

/* 1.3 Header */
header {
	width: 100%;
	padding: 16px 0px 0px 0px;
}

header nav {
	position: absolute;
	padding: 10px 0px;
	width: 100%;
	text-align: center;
	top: -1000px;
	left: 0px;
	z-index: 2000;
	background: white;
	border-bottom: 1px solid #808080;
}

header nav p {
	color: black;
	font-weight: bold;
}

header .wrapper {
	width: 100%;
}

header .container-header {
	width: 1000px;
	margin: 0px auto;
}

header .container-header .header-left {
	width: 34%;
	height: 130px;
	float: left;
	background-image: url("../images/header_title_bg.png");
}

header .container-header .header-left img {
	position: absolute;
	z-index: 999;
}

header .container-header .header-right {
	width: 66%;
	float: right;
	padding: 1% 0px 0px 0px;
	font-size: 1em;
	text-align: right;
	color: black;
}

header .container-header .header-right .buttons-font-size {
	margin: 15px 0px;
	float: right;
	cursor: pointer;
}

header .container-header .header-right .buttons-font-size .button-font-size
	{
	background: white;
	border: 2px solid #717070;
	padding: 1px 5px;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-ms-border-radius: 0.4em;
}

header .container-header .header-right .buttons-font-size .button-font-size a:link
	{
	color: black;
}

header .container-header .header-right .buttons-font-size .button-font-size a:visited
	{
	color: black;
}

header .container-header .header-right .buttons-font-size .button-font-size.on
	{
	background: #717070;
}

header .container-header .header-right .buttons-font-size .button-font-size.on a:link
	{
	color: white;
}

header .container-header .header-right .buttons-font-size .button-font-size.on a:visited
	{
	color: white;
}

header .container-header .header-right .buttons-background {
	float: right;
	margin: 15px 0px 15px 10px;
	cursor: pointer;
}

header .container-header .header-right .buttons-background .button-background
	{
	border: 2px solid #717070;
	padding: 1px 10px;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-ms-border-radius: 0.4em;
}

header .container-header .header-right .buttons-background .button-background.white_color
	{
	background: white;
	border: 2px solid #717070;
}

header .container-header .header-right .buttons-background .button-background.white_color a:link
	{
	color: black;
}

header .container-header .header-right .buttons-background .button-background.white_color a:visited
	{
	color: black;
}

header .container-header .header-right .buttons-background .button-background.black_color
	{
	background: black;
	border: 2px solid black;
}

header .container-header .header-right .buttons-background .button-background.black_color a:link
	{
	color: white;
}

header .container-header .header-right .buttons-background .button-background.black_color a:visited
	{
	color: white;
}

header .container-header .header-right .buttons-background .button-background.yellow_color
	{
	background: #FFD300;
	border: 2px solid #FFD300;
}

header .container-header .header-right .buttons-background .button-background.yellow_color a:link
	{
	color: black;
}

header .container-header .header-right .buttons-background .button-background.yellow_color a:visited
	{
	color: black;
}

header .container-header .header-right .buttons-background .button-background.on
	{
	background: #717070;
	border: 2px solid #717070;
}

header .container-header .header-right .buttons-background .button-background.on a:link
	{
	color: white;
}

header .container-header .header-right .buttons-background .button-background.on a:visited
	{
	color: white;
}

header .container-header .header-right .form-search {
	clear: both;
	display: inline-flex;
}

header .container-header .header-right .form-search input[type="text"] {
	font-size: 1em;
	height: 30px;
	width: 55%;
	color: #555;
	border: 2px solid #ACACAD;
	margin: 0 0;
	padding: 0 6px;
	vertical-align: middle;
}

header .container-header .header-right .form-search input[type="image"]
	{
	height: 34px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

header .emergency-header {
	position: relative;
	min-width: 1000px;
}

header .emergency-header .warning-tab-display {
	height: 84px;
	position: absolute;
	z-index: 99997;
	right: 0;
	font-size: 1.25em;
	font-weight: bold;
}

header .emergency-header .warning-tab-display .content {
	text-align: center;
}

header .emergency-header .warning-tab-display .button {
	cursor: pointer;
	width: 30px;
	color: #fff;
	background: #717070;
	border: 2px solid #717070;
	padding: 10px 10px 10px 5px;
	border-radius: 0.6em 0 0 0.6em/0.6em 0 0 0.6em;
	-moz-border-radius: 0.6em 0 0 0.6em/0.6em 0 0 0.6em;
	-webkit-border-radius: 0.6em 0 0 0.6em/0.6em 0 0 0.6em;
	-o-border-radius: 0.6em 0 0 0.6em/0.6em 0 0 0.6em;
	-ms-border-radius: 0.6em 0 0 0.6em/0.6em 0 0 0.6em;
}

header .emergency-header .warning-tab {
	display: none;
}

header .emergency-header .warning-tab {
	position: fixed;
	height: 84px;
	z-index: 99999;
	right: 0;
	font-size: 1.25em;
	font-weight: bold;
	width: 100%;
}

header .emergency-header .warning-tab .content {
	width: 100%;
	display: table;
	text-align: center;
}

header .emergency-header .warning-tab .button {
	cursor: pointer;
	height: 100%;
	width: 30px;
	color: white;
	z-index: 99999;
	background: #717070;
	padding: 10px 10px 10px 5px;
	border: 2px solid #717070;
	border-radius: 0.6em 0 0 0.6em/0.6em 0 0 0.6em;
	-moz-border-radius: 0.6em 0 0 0.6em/0.6em 0 0 0.6em;
	-webkit-border-radius: 0.6em 0 0 0.6em/0.6em 0 0 0.6em;
	-o-border-radius: 0.6em 0 0 0.6em/0.6em 0 0 0.6em;
	-ms-border-radius: 0.6em 0 0 0.6em/0.6em 0 0 0.6em;
	display: table-cell;
}

header .emergency-header .warning-tab .info {
	border: 2px solid #717070;
	background: #fff;
	padding: 10px 10px 10px 5px;
	display: table-cell;
}

header .emergency-header .warning-tab .info .text {
	text-align: left;
	margin-top: 4px;
	margin-left: 20px;
}

/* 1.3.1 SubHeader */
header #subheader {
	width: 100%;
}

header #subheader .wrapper .top_slider {
	position: relative;
	padding-bottom: 50px;
	background: white;
	max-width: 1500px;
	margin: 0px auto;
}

header .slider {
	overflow: hidden;
	border-top: 5px solid #D03016;
}

header #subheader .pcnone .bxslider-logo {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 2001;
	top: 35%;
	left: 0;
	text-align: center;
}

header #subheader .pcnone .bxslider-logo img {
	width: 50%;
}

header #subheader .spnone .bxslider-logo {
	position: absolute;
	width: 100%;
	height: 15%;
	z-index: 2001;
	top: 25%;
	left: 0;
	text-align: center;
}

/* 1.3.1.1 SubHeader(Page : index) */
header .index-subheader {
	margin: 10px auto 10px auto;
	width: 1000px;
}

header .index-subheader .wrapper {
	width: 100%;
}

header .index-subheader ul {
	margin: 0px 0px 20px 0px;
	padding: 0;
}

header .index-subheader li {
	display: table-cell;
	width: 160px;
	height: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}

header .index-subheader li.on {
	border-bottom: solid 7px #016DAE;
}

header .index-subheader li.off {
	border-bottom: solid 7px #e7e7e7;
}

header .index-subheader li.off:hover {
	background: #016DAE;
	border-bottom: solid 7px #016DAE;
}

header .index-subheader li.off:hover a:visited {
	
}

header .index-subheader li.off:hover a:link {
	
}

header .index-subheader li.off a:hover {
	background: #016DAE;
	border-bottom: solid 7px #016DAE;
}

header .index-subheader li.about, header .index-subheader li.aboutss {
	border-bottom: solid 7px #D03016;
}

/* 1.3.1.2 SubHeader(Page : Kurasi) */
header .kurasi-subheader {
	margin: 0px auto;
	width: 1000px;
}

header .kurasi-subheader .wrapper {
	width: 100%;
}

header .kurasi-subheader ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

header .kurasi-subheader li {
	display: table-cell;
	width: 160px;
	height: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}

header .kurasi-subheader li.off:hover {
	background: #016DAE;
}

header .kurasi-subheader li.off a:hover {
	background: #016DAE;
}

header .kurasi-subheader li.about, header .kurasi-subheader li.aboutss {
	background: #D03016;
	color: white;
}

/* 1.3.1.3 SubHeader(Page : SubPage) */
header .category-subheader {
	margin: 0px auto;
	width: 1000px;
}

header .category-subheader .wrapper {
	width: 100%;
}

header .category-subheader ul {
	
}

header .category-subheader li {
	display: table-cell;
	width: 160px;
	height: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}

header .category-subheader li.about, header .category-subheader li.aboutss
	{
	background: white;
	color: white;
}

header .category-subheader li.off:hover {
	background: #016DAE;
}

header .category-subheader li.off a:hover {
	background: #016DAE;
}

header #subheader li.on {
	background: #016DAE;
	color: white;
}

header #subheader li.off {
	
}

header #subheader li.off:hover a:visited {
	color: white !important;
}

header #subheader li.off:hover a:link {
	color: white !important;
}

header #subheader li.about img, header #subheader li.aboutss img {
	text-align: center;
	margin: 0px 0px;
	vertical-align: bottom;
}

/* 1.3.2 Hotnews(Page : index) */
header .third-subheader {
	margin: 0px 0px;
	padding: 20px 0px;
	background: #f2fafc;
	min-width: 1000px;
}

header .third-subheader .menu-title {
	text-align: center;
	font-weight: bold;
	font-size: 1.75em;
	color: #016DAE;
	padding: 10px 0px;
}

header .third-subheader .hotnews {
	width: 1000px;
	margin: 0px auto;
}

header .third-subheader .hotnews li {
	width: 320px;
	float: left;
	margin: 6px;
}

header .third-subheader .hotnews li .hotnews-box-icon {
	text-align: center;
	position: relative;
}

header .third-subheader .hotnews li .hotnews-box-icon img {
	border: 0;
	padding: 0;
	vertical-align: bottom;
}

header .third-subheader .hotnews li .hotnews-box-icon .new {
	position: absolute;
	top: -5px;
	left: 8px;
}

header .third-subheader .hotnews li .hotnews-box-content {
	background: white;
	font-size: 1em;
	padding: 5px 20px;
	min-height: 110px;
	height: auto;
}

header .third-subheader .hotnews li .hotnews-box-content .date {
	color: #016DAE;
	font-size: 1em;
	line-height: 170%;
}

header .third-subheader .hotnews li .hotnews-box-content .text {
	color: black;
}

header .third-subheader .hotnews li .hotnews-box-content .link {
	line-height: 170%;
}

header .third-subheader .hotnews li .hotnews-box-content .link a:visited
	{
	color: #016DAE !important;
	text-decoration: underline;
}

header .third-subheader .hotnews li .hotnews-box-content .link a:link {
	color: #016DAE !important;
	text-decoration: underline;
}

/* 1.3.3 View(Page : kurasi) */
header .fource-subheader {
	width: 100%;
	background: #eef8fb;
	color: black;
}

header .fource-subheader .wrapper {
	width: 100%;
}

header .fource-subheader .wrapper .menu-title {
	width: 1000px;
	margin: 30px auto;
	font-size: 1em;
}

header .fource-subheader .wrapper .menu-title a:visited {
	color: black !important;
	text-decoration: underline;
}

header .fource-subheader .wrapper .menu-title a:link {
	color: black !important;
	text-decoration: underline;
}

header .fource-subheader .photo img {
	width: 100%;
}

/* 1.4 Main */
#main {
	width: 1000px;
	margin: 10px auto;
}

#leftbox {
	float: left;
}

#rightbox {
	float: right;
}

/* --> [Page : index] include ../style_index.css */
/* --> [Page : kurasi] include ../style_kurasi.css */
/* --> [Page : subpage] include ../style_category.css */

/* 1.5 Footer */
footer {
	width: 1000px;
	color: black;
	padding: 40px 0px;
	margin: 0px auto;
	font-size: 1em;
}

footer .footer-frame:after {
	content: "";
	display: block;
	clear: both;
}

footer .footer-frame-left {
	float: left;
	width: 170px;
}

footer .footer-frame-center {
	float: left;
	width: 420px;
	line-height: 150%;
}

footer .footer-frame-center div {
	font-weight: bold;
}

footer .footer-frame-center .map {
	background: #016DAE;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px 20px;
}

footer .footer-frame-center .map img {
	margin: 5px 10px -5px 0px;
	width: 30px;
}

footer .footer-frame-center span {
	color: white;
}

footer .footer-frame-center span {
	color: white;
}

footer .footer-frame-right {
	float: right;
	width: 350px;
	line-height: 160%;
}

footer .footer-frame-right ul {
	
}

footer .footer-frame-right li:before {
	content: '> ';
	margin-left: -15px;
}

footer .footer-frame-right a:visited {
	color: black;
}

footer .footer-frame-right a:link {
	color: black;
}

footer #floatingButton {
	position: fixed;
	display: none;
}

footer #copyright {
	text-align: center;
	margin-top: 60px;
	display: block;
	font-size: 0.9em;
}
/*
** 2 - Responsive
**     Max Width: 640px
**
*/
.openresponsivemenu {
	display: none;
}

.container-menu {
	display: none;
}

/* Max Width: 640px */
@media only screen and (max-width: 640px) {
	/* 2.1 Reset */
	body {
		max-width: 640px;
	}
	.wrapper {
		width: 100%;
		margin: 0px auto;
	}
	.spnone {
		display: none;
	}
	.pcnone {
		display: block;
	}
	.active {
		
	}

	/* 2.2 General */

	/* 2.3 Header */
	header {
		width: 100%;
		padding: 0px;
	}
	header .wrapper {
		width: 100%;
	}
	header .wrapper .openresponsivemenu {
		
	}
	header .wrapper .openresponsivemenu .wrapper {
		padding: 0px 0px;
		width: 100%;
		margin: 0px;
	}
	header .wrapper .openresponsivemenu .header-left {
		float: left;
	}
	header .wrapper .openresponsivemenu .header-left div {
		position: absolute;
		width: 50%;
		z-index: 99998;
	}
	header .wrapper .openresponsivemenu .header-left img {
		width: 100%;
	}
	header .wrapper .openresponsivemenu .header-center {
		width: 18%;
		padding-top: 15px;
	}
	header .wrapper .openresponsivemenu .header-center img {
		width: 100%;
	}
	header .wrapper .openresponsivemenu .header-right {
		float: right;
	}
	header .wrapper .openresponsivemenu .header-right div {
		position: absolute;
		width: 18%;
		z-index: 99999;
		top: 0px;
		right: 0px;
	}
	header .wrapper .openresponsivemenu .header-right div img {
		width: 100%;
	}
	header .wrapper .container-menu {
		position: absolute;
		z-index: 99998;
		top: 0;
		left: 0;
		width: 100%;
		background: rgba(255, 255, 255, 0.9);
	}
	header .wrapper .container-menu .space {
		height: 80px;
	}
	header .wrapper .container-menu .search {
		font-size: 7vw;
		width: 100%;
		text-align: center;
		padding: 10px 0px;
	}
	header .wrapper .container-menu .search p {
		width: 95%;
		color: #555;
		margin: 10px auto;
		text-align: left;
	}
	header .wrapper .container-menu .search input[type="text"] {
		font-size: 6vw;
		width: 60%;
		height: 64px;
		color: #555;
		border: 3px solid #ACACAD;
		margin: 0;
		padding: 0px;
		vertical-align: middle;
	}
	header .wrapper .container-menu .search input[type="image"] {
		margin: 0;
		padding: 0;
		vertical-align: middle;
		height: 70px;
	}
	header .wrapper .container-menu .warning {
		width: 100%;
		text-align: center;
		padding: 20px 0px;
		border-bottom: 6px solid #016DAE;
	}
	header .wrapper .container-menu .warning p {
		width: 85%;
		padding: 5vw 0px;
		font-size: 9vw;
		font-weight: bold;
		color: white;
		margin: 0px auto;
		background: #016DAE;
		filter: alpha(opacity = 100);
		opacity: 1;
	}
	header .wrapper .container-menu .warning p img {
		margin-bottom: -12px;
	}
	header .wrapper .container-menu ul {
		
	}
	header .wrapper .container-menu ul li {
		font-size: 7vw;
		color: black;
		padding: 7% 2% 7% 5%;
		border-bottom: 2px solid #D3D4D4;
		line-height: 140%;
		list-style: square url("../images/arrow.png") inside;
	}
	header .wrapper .container-menu ul li a:visited {
		color: black;
	}
	header .wrapper .container-menu ul li a:link {
		color: black;
	}
	header .wrapper .container-menu ul li.on {
		list-style: square url("../images/arrow_down.png") inside;
	}
	header .wrapper .container-menu ul li.sub {
		padding: 7% 2% 7% 15%;
	}
	header .wrapper .container-menu ul li.sub img {
		margin: -10px 0px -10px 0px;
		width: 12%;
		min-width: 45px;
	}
	header .wrapper .container-menu ul li.sub a:visited {
		color: #016DAE;
	}
	header .wrapper .container-menu ul li.sub a:link {
		color: #016DAE;
	}
	header .wrapper .container-menu ul li.about, header .wrapper .container-menu ul li.aboutss
		{
		font-weight: bold;
		color: #D03016;
		list-style: square url("../images/arrow2.png") inside;
		border-bottom: 6px solid #D03016;
	}
	header .wrapper .container-menu ul li.about, header .wrapper .container-menu ul li.aboutss
		{
		font-size: 6vw;
		line-height: 160%;
	}
	header .wrapper .container-menu ul li.about span, header .wrapper .container-menu ul li.about spanss
		{
		font-size: 5vw;
		margin: 0px 10px 0px 0px;
	}
	header .wrapper .container-menu ul li.about span img, header .wrapper .container-menu ul li.aboutss span img
		{
		margin-bottom: -2%;
		width: 10%;
	}
	header .wrapper .container-menu ul li.about a:visited, header .wrapper .container-menu ul li.aboutss a:visited
		{
		color: #D03016;
	}
	header .wrapper .container-menu ul li.about a:link, header .wrapper .container-menu ul li.aboutss a:link
		{
		color: #D03016;
	}
	.bxslider-logo {
		position: absolute;
		width: 100%;
		z-index: 9999;
		bottom: 290px;
		left: 0;
		text-align: center;
	}
	.bxslider-logo img {
		width: 40%;
	}

	/* 2.3.1 Subheader */
	header #subheader .wrapper .top_slider {
		padding-bottom: 0px;
		background: white;
		width: auto;
	}
	/* 2.3.1.1 SubHeader(Page : index) */

	/* 2.3.1.2 SubHeader(Page : Kurasi) */

	/* 2.3.1.3 SubHeader(Page : Subpage) */

	/* 2.3.2 Hotnews(Page : index) */
	header .third-subheader {
		min-width: initial;
		min-width: auto;
		margin-top: 50px;
		padding-bottom: 60px;
	}
	header .third-subheader .menu-title {
		margin: 0;
		padding: 5px 0px 15px 0px;
	}
	header .third-subheader .hotnews {
		width: 100%;
	}
	header .third-subheader .hotnews_slider {
		width: 100%;
		overflow: hidden;
	}
	header .third-subheader .hotnews li {
		width: 80%;
		float: none;
		margin-top: 6px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	header .third-subheader .hotnews li .hotnews-box-left {
		float: left;
		width: 5%;
	}
	header .third-subheader .hotnews li .hotnews-box-left img {
		width: 10px;
	}
	header .third-subheader .hotnews li .hotnews-box-center {
		float: left;
		width: 90%;
	}
	header .third-subheader .hotnews li .hotnews-box-right {
		float: left;
		width: 5%;
	}
	header .third-subheader .hotnews li .hotnews-box-right img {
		width: 10px;
	}
	header .third-subheader .hotnews li .hotnews-box-icon {
		width: 100%;
		padding-top: 4px;
	}
	header .third-subheader .hotnews li .hotnews-box-icon .new {
		top: -5px;
	}
	header .third-subheader .hotnews li .hotnews-box-icon img {
		width: 100%;
	}
	header .third-subheader .hotnews li .hotnews-box-content {
		font-size: 4vw;
		padding: 5px 20px 15px 20px;
		height: auto;
	}
	header .third-subheader .hotnews li .hotnews-box-content .date {
		
	}
	header .third-subheader .hotnews li .hotnews-box-content .text {
		
	}
	header .third-subheader .hotnews li .hotnews-box-content .link {
		
	}
	header .third-subheader .bx-wrapper {
		width: 84%;
		position: relative;
		margin: 0px auto 0px;
		padding: 0px 0px;
		*zoom: 1;
	}
	header .third-subheader .bx-wrapper .bx-viewport {
		overflow: visible !important;
		left: 0;
		border-width: 0;
		box-shadow: none;
	}

	/* 2.3.3 View(Page : kurasi) */
	header .fource-subheader {
		width: 100%;
		background: #eef8fb;
		color: black;
	}
	header .fource-subheader .wrapper {
		width: 100%;
	}
	header .fource-subheader .wrapper .menu-title {
		width: 90%;
		margin: 20px auto;
		font-size: 4vw;
	}
	header .fource-subheader .wrapper .menu-title a:visited {
		color: #016DAE;
		text-decoration: underline;
	}
	header .fource-subheader .wrapper .menu-title a:link {
		color: #016DAE;
		text-decoration: underline;
	}
	header .fource-subheader .photo img {
		
	}

	/* 2.4 Main */
	#main {
		width: 100%;
		margin: 0;
	}
	#leftbox {
		width: 100%;
		float: none;
	}
	#rightbox {
		width: 100%;
		float: none;
	}

	/* --> [Page : index] ../style_index.css */
	/* --> [Page : kurasi] ../style_kurasi.css */
	/* --> [Page : SubPage] ../style_category1.css */
	/* --> [Page : SubPage] ../style_category2.css */

	/* 2.5 Footer */
	footer {
		width: 100%;
		border-top: 15px solid #016DAE;
	}
	footer .footer-frame {
		width: 100%;
	}
	footer .footer-frame-left {
		float: none;
		width: 100%;
	}
	footer .footer-frame-left img {
		width: 40%;
		margin: 20px auto;
	}
	footer .footer-frame-center {
		float: none;
		width: 100%;
		padding: 0px 0px;
	}
	footer .footer-frame-center div {
		font-weight: bold;
		font-size: 4.5vw;
		line-height: 160%;
		padding: 0px 30px;
	}
	footer .footer-frame-center p {
		font-size: 4vw;
		line-height: 150%;
		padding: 0px 30px;
	}
	footer .footer-frame-center .map {
		width: 80%;
		margin: 0px auto;
		padding: 20px 20px;
		text-align: center;
		background: #016DAE;
		font-weight: bold;
		font-size: 8vw;
	}
	footer .footer-frame-center .map img {
		margin: 0px 10px 0px 0px;
		width: 12vw;
		vertical-align: middle;
	}
	footer .footer-frame-center a:visited {
		color: white;
	}
	footer .footer-frame-center a:link {
		color: white;
	}
	footer .footer-frame-right {
		float: none;
		width: 100%;
		line-height: 160%;
		font-size: 4vw;
	}
	footer .footer-frame-right ul {
		width: 100%;
	}
	footer .footer-frame-right li {
		color: black;
		margin: 0px auto;
		width: 80%;
	}
	footer .footer-frame-right a:visited {
		color: black;
	}
	footer .footer-frame-right a:link {
		color: black;
	}
	footer #floatingButton {
		width: 20%;
		position: fixed;
		bottom: 10px;
		right: 10px;
	}
	footer #floatingButton img {
		width: 100%;
	}
}

/*
**  3 - CSS for Print
*/
@media media print {
	body {
		zoom: 70%;
		-moz-transform: scale(0.7, 0.7) translate(-23px, -23px);
	}
	.spnone {
		display: block;
	}
	.pcnone {
		display: none;
	}
	.bx-pager {
		display: none;
	}
	.bx-prev {
		display: none;
	}
	.bx-next {
		display: none;
	}
}

/*
**  4 - Additional CSS
*/
.pagination {
	margin: 40px 0 30px;
	text-align: center;
}

.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0;
}

.pagination li a, .pagination li>span {
	display: block;
	margin: 0 5px;
	padding: 6px 8px;
	border: solid 1px #ccc;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

.pagination li>span {
	background-color: #efefef;
}

.pagination li a:hover {
	background-color: #eee;
}

.pagination ul:after {
	content: "";
	display: block;
	clear: both;
}

.pagination li {
	float: left;
	width: auto;
}

.pagination-index li .dots {
	padding: 6px 2px;
	border-color: transparent;
	background-color: transparent;
}

@media only screen and (max-width: 640px) {
	.pagination-index li a, .pagination-index li>span {
		margin: 0px;
		padding: 6px 7px;
		border-left: none;
		font-size: 12px;
	}
	.pagination-index li:first-child a, .pagination-index li:first-child>span
		{
		border-left: solid 1px #ccc;
	}
	.pagination-index li .dots {
		border-right-color: #ccc;
	}
}

.screen-reader-response {
	margin-top: 16px;
}

.wpcf7-validation-errors {
	color: #ff0000;
}

span.wpcf7-not-valid-tip {
	background: #fff;
	color: #ff0000;
	border: 1px solid #ff0000;
}

.warning .info {
	margin: 0px auto;
	width: 85%;
	padding: 5vw 0px;
	background-color: #fff;
}

.acrobat {
	border: 1px solid #D03016;
	padding: 10px;
}

.acrobat img {
	margin-top: 10px;
}

.wpcf7-form input {
	width: 50% !important;
}

.wpcf7-form textarea {
	width: 50% !important;
}

/* 1.1 #navigation */
#navigation .wrapper {
	width: 1000px;
}

#navigation .wrapper .menu-title {
	padding: 15px 0px;
	margin: 10px 10px;
	font-size: 1em;
	line-height: 1.2rem;
}

#navigation .wrapper .menu-title a:visited {
	color: #016DAE !important;
	text-decoration: underline;
}

#navigation .wrapper .menu-title a:link {
	color: #016DAE !important;
	text-decoration: underline;
}

/* 2.1 #navigation */
@media only screen and (max-width: 640px) {
	#navigation .wrapper {
		width: 100%;
	}
	#navigation .wrapper .menu-title {
		
	}
	#navigation .wrapper .menu-title a:visited {
		
	}
	#navigation .wrapper .menu-title a:link {
		
	}
	#content_title .wrapper {
		width: 100%;
	}
}