@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* frontpage CSS [PC]
/*----------------------------------------------*/

/*----- Top Imgae -----*/
.top-mainimage {
	background: url(../images/top/top_main.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.top-copybox {
	width: 100%;
	margin: 0px auto;
	padding: 80px 0px 80px;
	text-align: center;
}

.top-copybox img {
	width: 480px;
	max-width: 100%;
}

.top-leadbox {
	overflow: hidden;  /* preventing height 0 when float */
	width: 95%;
	max-width: 900px;
	margin: 0px auto 60px;
}

/*----- Common box -----*/
.top-commonbox {
	margin-top: 70px;
}

.top-common-title-main {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	border-bottom: 3px solid #DEDEDE;
}

.top-common-title-main:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #001E62;
}

/*----- News -----*/
.top-newsframe {
}

.top-newsframe ul {
}

.top-newsframe ul li {
	padding: 10px 0px;
	border-bottom: 1px solid #C5C5C5;
}

.top-newsframe ul li a {
	display: table;
	width: 100%;
}

.top-news-date {
	display: table-cell;
	width: 120px;
	vertical-align: top;
}

.top-news-title {
	display: table-cell;
	vertical-align: top;
}

.top-news-link {
	margin-top: 10px;
	text-align: right;
}

.top-news-link a {
	text-decoration: underline;
}

/*----- notice -----*/
.top-noticebox {
	width: 90%;
	margin: 50px auto 0px;
	padding: 20px;
	border: 2px solid #FF0000;
}

.top-notice-title {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

.top-notice-text {
	margin-bottom: 50px;
}

.top-notice-sign {
x	text-align: right;
}

.top-notice-dear {
	margin: 10px 0px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
}

.top-notice-strong {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: underline;"
}
