@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------

	PCサイズ用 CSS

-------------------------------------------------- */
body {
	min-width: 1000px;
}
.spOnly {
	display: none;
}
.inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
#header {
	padding: 20px 0 8px;
	border-bottom: 3px solid #1f2774;
}

/* --------------------------------------------------
	btnGlobalNavi
-------------------------------------------------- */
#btnGlobalNavi {
	display: none;
}

/* --------------------------------------------------
	globalNavi
-------------------------------------------------- */
#globalNavi {
	position: relative;
	padding-top: 20px;
}
#globalNavi a {
	text-decoration: none;
}
#globalNavi ul::after {
	content: "";
	display: block;
	clear: both;
}
#globalNavi li {
	float: left;
}
#globalNavi .globalNavi01 li {
	width: 20%;
}
#globalNavi .globalNavi01 li a {
	text-align: center;
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 43px;
	border-left: 1px solid #1f2774;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#globalNavi .globalNavi01 li:last-child a {
	border-right: 1px solid #1f2774;
}
#globalNavi .globalNavi01 li a:hover,
#globalNavi .globalNavi01 li a.current {
	background-color: #1f2774;
	color: #fff;
}
#globalNavi .globalNavi02 {
	line-height: 1;
	position: absolute;
	top: -27px;
	right: 0;
	box-sizing: border-box;
}
#globalNavi .globalNavi02 li {
	font-size: 12px;
	margin-left: 25px;
	padding-left: 15px;
	background-image: url(../img/arrow_01.svg);
	background-size: auto 7px;
	background-position: left center;
}
#globalNavi .globalNavi02 a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
#footer {
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .link {
	font-size: 1.2rem;
}
#footer .link a:hover {
	text-decoration: underline;
}
#footer .copy {
	font-size: 1.0rem;
}
#footer .link + .copy {
	padding-top: 20px;
}

/* --------------------------------------------------
	main
-------------------------------------------------- */
#main {
	padding-bottom: 80px;
}
#main .btnBookmark a:hover {
	opacity: 0.8;
}

/* noticeList */
#main .noticeList .noticeDate {
	float: left;
}
#main .noticeList .noticeTitle,
#main .noticeList dd {
	margin-left: 110px;
}

/* testEnqForm */
#main .testEnqForm .testEnqBox01 dl {
	font-size: 1.8rem;
}
#main .testEnqForm .testEnqBox01 input[type="text"],
#main .testEnqForm .testEnqBox01 textarea,
#main .testEnqForm .testEnqBox01 select {
	font-size: 1.6rem;
}

/* loginForm*/
#main .loginForm {
	margin: 100px auto;
}
#main .loginForm dt {
	margin-bottom: 10px;
}
#main .loginForm dd {
	margin-bottom: 30px;
}

/* --------------------------------------------------
	detail
-------------------------------------------------- */
#detail .detailToolBar {
	position: absolute;
	top: 0;
	right: 0;
}
#detail .detailBox01 {
	height: 30px;
}
#detail .btnTestEnquete {
	text-align: right;
}
#detail .btnTestEnquete a {
	text-align: center;
}

/* --------------------------------------------------
	pushNotification
-------------------------------------------------- */
#pushNotification .linkNoticeList a:hover {
	text-decoration: underline;
}


