@charset "UTF-8";

/* common */
@import "/cssm/jpn/common/seed.css";
@import "/cssm/jpn/common/exmedia.css";
@import "/cssm/jpn/common/enlarge.css";

/* -----------------------------------------------
link color
----------------------------------------------- */
a:link {
	color: #3366cc;
}
a:visited {
	color: #3366cc;
}
a:hover {
	color: #ffcc00;
}
/* -----------------------------------------------
pagination
----------------------------------------------- */
.paging .bg {
	background-color: #043c78;
}
/* -----------------------------------------------
location
----------------------------------------------- */
.location h3 {
	background-color: #043c78;
}
.location div {
	background-image: url(/imgm/common/mc/location_bg.png);
}
.location p {
	border-top: 10px solid #043c78;
}
/* -----------------------------------------------
contents name
----------------------------------------------- */
#contents-name h2 a {/* service */
	color: #043c78;
	background-image: url(/imgm/common/mc/service_icon.png);
}
/* -----------------------------------------------
nodata reg
----------------------------------------------- */
#nodata div a {
	background-color: #043c78;
}


/* =========================================================
footer menu
========================================================= */
/* -----------------------------------------------
footer reg
----------------------------------------------- */
.footer-reg a {
	background-color: rgba(4,60,120,.8);
}
/* -----------------------------------------------
footer menu
----------------------------------------------- */
.footer-menu .service {
	background-color: #043c78;
}
/* -----------------------------------------------
footer service menu
----------------------------------------------- */
#side-left .menu h3 {
	border-top: 4px solid #043c78;
	border-bottom: 1px solid #043c78;
}
#side-left .menu h3 a {
	color: #043c78;
	background-image: url(/imgm/common/mc/service_icon.png);
}
#side-left .menu div a {
	background-color: #043c78;
}
#side-left .return {
	border-top: 1px dashed #043c78;
	border-bottom: 1px dashed #043c78;
}


/* =========================================================
common/edit.css
========================================================= */

#edit .confirm .reginfo h4 {
	background-color: #043c78;
}
#edit .button .next input[type="submit"] {
	background-color: #043c78;
}

/* =========================================================
common/detail.css
========================================================= */
/* -----------------------------------------------
title
----------------------------------------------- */
#detail .title {
	border-top: 1px dashed #043c78;
	border-bottom: 1px dashed #043c78;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#detail .contact {
	border-top: 1px dashed #043c78;
	border-bottom: 1px dashed #043c78;
}
/* -----------------------------------------------
footer
----------------------------------------------- */
#detail .footer .return a {
	color: #043c78;
	background-image: url(/imgm/common/mc/service_icon.png);
}
/* -----------------------------------------------
official
----------------------------------------------- */
#detail .comment {
	position: relative;
}
#detail .official {
	position: absolute;
	top: -50px;
	right: 0;
	display: inline-block;
	background-image: url(/imgm/common/common/official_stamp.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	width: 80px;
	height: 80px;
	z-index: 2;
}
.official span {
	display: none;
}
/* =========================================================
list, picture, map
========================================================= */
#contents .list-notice {
	clear: both;
	line-height: 1.4;
	font-size: 85%;
	margin: 15px 0 0 0;
}
