/*
タイトル
-------------------------------------------------------*/

.pageTitle {
	width:670px;
	height:48px;
	margin:0px 0 5px 20px;
	background: #313037;
	font-size:1.5em;
	font-weight:600;
	line-height:2.5;
	padding-left: 20px;
	color:#fff;
}


/*
共通
-------------------------------------------------------*/

/* ページトップへもどる */
.page_top {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    border: 1px solid #ccc;
    background: #203A99;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.page_top::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
}

.mainTxt {
	line-height:180%;
	margin:10px auto;
	text-indent:1em;
}
.mainTxt02 {
	line-height:180%;
	margin:10px auto;
}

p.under_construction {
	text-align:center;
	font-size:1.2em;
	padding:40px;
}

/*問い合わせ*/

.inquiryBox02 {
	width:400px;
	margin:20px auto 0;
	border:1px solid #ccc;
	padding:15px;
	background-color:#f5f5f5;
}
	.inquiryBox02 p {
		margin-left:50px;
	}
	.inquiryBox02 p.inq_title {
		font-weight:bold;
		text-align:center;
		padding-bottom:10px;
		margin:0;
	}

	
/*連絡先*/
		
#contactInfo {
	width:960px;
	margin:0 auto;
	padding:0;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-ms-flex-wrap:nowrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:nowrap;/*--- safari（PC）用 ---*/
	flex-wrap:nowrap;
	flex-direction: flex-start;
}

.dl_office {
	font-size: 12px;
	line-height:1.5em;
	padding: 0 80px 10px 0;
}
	.dl_office:last-child {
		border-right: none;
	}
.dl_office dt {
	width:210px;
	height:30px;
	font-size:1.2em;
	background: url(../images/bg-cnt-tit.png) no-repeat;
	display:inline-block;
	padding:7px 10px;
	color: #313037;
	font-weight:600;
}
.dl_office dd {
	margin:0px 0px 0 10px;
	color: #fff;
}
.dl_office dd span {
	font-weight:600;
	font-size:1.2em;
}
.dl_office dd a {
	color: #00ffff;
	text-decoration: none;
}


/*
Home
--------------------------*/

/*新着*/
#whatsbox {
	width: 650px;
	height: 170px;
	background-color: #5a411d;
}

#whatsnewArea {
	width:550px;
	height: auto;
	min-height:200px;
	margin:320px 0 0px 30px;
	padding:0px 0 0px;
}
	#tit_whatsnew {
		width:550px;
		height:32px;
		font-size: 1.1em;
		font-weight: 600;
		line-height: 2.2em;
		color: #fff;
		background: #313037;
		padding-left: 20px;
	}
	
	#dl_whatsnew {
		width:550px;
		font-size:1.0em;
		height: auto;
		min-height:160px;
		padding:20px 10px;
		overflow: auto;
	}
	
		#dl_whatsnew dt {
			clear:left;
			float:left;			
			/*color: #501b86;*/
			color:#313037;
			font-weight: 600;
			padding-top:3px;
			padding-left:15px;
		}
		#dl_whatsnew dd {
			padding:3px 10px 3px 5em;
			margin-left:50px;			
			color:#313037;
            font-weight: 500;
		}
		#dl_whatsnew dd a {
			color:#FA8600;		
		}
		#dl_whatsnew dd.white_row {
			background-color:#fff;
		}
	
