a.no-decoration {
	text-decoration: none;
}

a.no-decoration:hover {
	text-decoration: underline;
}

a.normal {
	color: #0000ff;
	text-decoration: underline;
}

a.default {

	color: #0000ff;
	text-decoration: underline;
}

a.download {

	display: block;
	width: 100px;
	padding: 10px;
	text-align: center;
	background-color: #1C92CD;
	color: #ffffff;
	text-decoration: none;
}

a.download:hover {
	text-decoration: underline;
}

div.download-file {

	width: 100%;
	box-sizing: border-box;
	border: 2px solid #cccccc;
	padding: 10px;
	text-align: center;
	line-height: 100px;
}

q, blockquote {

	margin: 0px;
	background-image: url("./../img/common/item/source.png");
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

h5 {
	border-bottom: 1px dotted #c9c9c9;
}

img.auto {

	height: auto;
	max-width: 100%;
	vertical-align: top;
}

input.numeric {
	text-align: right;
}

ol.no-margin {

	list-style: none;
	padding: 0px;
}

table#inner {

	width: 100%;
	margin: 0px;
	padding: 0px;
}

table#inner-entry {

	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

table#inner caption, table#inner-entry caption {

	font-weight: bold;
	text-align: left;
	margin: 0px 0px 5px 0px;
}

table#inner td.inner, table#inner-entry td.inner {

	border: none;
	padding: 0px 0px 5px 0px;
}

table#inner th.inner, table#inner-entry th.inner {

	background-color: #ffffff;
	border: none;
	color: #000000;
	font-weight: normal;
	padding: 0px 0px 3px 0px;
	text-align: left;
}

table#margin-form {

	margin: 0px;
	padding: 0px;
}

table#margin-form td {

	margin: 0px;
	padding: 5px;
}

table#margin-form td.object {

	background-color: #cccccc;
	padding: 5px;
}

table#std td {
	vertical-align: middle;
}

table#std td.error {
	background-color: #ff0000;
}

td.name {
	text-align: left;
}

td.numeric {
	text-align: right;
}

table#std th.error {

	background-color: #ff0000;
	text-align: left;
}

th.name {
	text-align: left;
}

th.numeric {
	text-align: right;
}

table#std .header {
	text-align: center;
}

ul.flat {

	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.flat li {
	float: left;
}

ul.flat li {
	margin-right: 10px;
}

ul.flat li:last-child {
	margin-right: 0px;
}

ul.no-margin {

	list-style: none;
	padding: 0px;
}

/* Clear */
.clear {
	clear: both;
}

/* Content */
.entry {
	margin: 0px 0px 20px 0px;
}

.entry5 {
	margin: 0px 0px 5px 0px;
}

.entry10 {
	margin: 0px 0px 10px 0px;
}

.entry15 {
	margin: 0px 0px 15px 0px;
}

.entry40 {
	margin: 0px 0px 40px 0px;
}

/* Float */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.center div {
	display: inline-block;
}

/* Form */
.form-buttons {

	margin: 0px 0px 25px 0px;
	text-align: center;
}

/* Line */
.dot-underline-gray1 {

	border-bottom: 1px dotted #9c9c9c;
}

.underline-gray1 {
	border-bottom: 1px solid #9c9c9c;
}

/* Paging */
.page-navi {

	float: right;
	margin-right: 5px;
}

/* Text */
.bold {
	font-weight: bold;
}

.description {

	color: #0000ff;
	margin: 5px 0px 0px 0px;
}

.emphasize-message {

	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	height: auto;
	margin : 0px 0px 25px 0px;
	padding: 10px 10px 10px 10px;
}

.error {
	background-color: rgb(255, 255, 255, 0.6);
	margin: 0px 0px 5px 0px;
}

.error-content {
	margin: 0px 0px 7px 20px;
}

.error-title {

	background-color: #ff0000;
	border-bottom: 0px;
	border-left: 0px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 10px 12px;
}

.input-error {

	color: #ff0000;
	font-weight: bold;
}

.notice {

	color: #ff0000;
	font-weight: bold;
}

.strikethrough {
	text-decoration: line-through;
}

.white {
	color: #ffffff;
}

.black {
	color: #000000;
}

.gray {
	color: #808080;
}

.silver {
	color: c0c0c0;
}

.navy {
	color: #000080;
}

.blue {
	color: #0000ff;
}

.teal {
	color: #008080;
}

.aqua {
	color: #00ffff;
}

.purple {
	color: #800080;
}

.maroon {
	color: #800000;
}

.red {
	color: #ff0000;
}

.fuschia {
	color: #ff00ff;
}

.green {
	color: #008000;
}

.lime {
	color: #00ff00;
}

.olive {
	color: #808000;
}

.yellow {
	color: #ffff00;
}

.bg_alpha_black {
	background: rgba(0,0,0,0.40);
}

.sample {
	color: #0000ff;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

#google-map {

	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0px 0px 25px 0px;
}

#google-map iframe {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 896px) {

	.sub-map {

		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin: 0px 0px 15px 0px;
	}

	.sub-map iframe {

		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

table#schedule {

	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #9c9c9c;
	border-left: 1px solid #9c9c9c;
	width: 100%;
}

table#schedule td {

	background-color: #ffffff;
	border-bottom: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
	color: #000000;
	padding: 10px;
}

table#schedule td.schedule-day {

	width: 100px;
	vertical-align: middle;
}

div.schedule-day {

	font-size: 28px;
	font-size: 0.28rem;
}

div.saturday {
	color: #0000ff;
}


div.sunday {
	color: #ff0000;
}
