@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    ファイル名: layout.css
    説明: メインコンテンツデザイン用
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* = 全体 */
body{
}
#Show{
}
/* = ヘッダー */
#Header{
	padding-top:20px;
	padding-bottom:1px;
	overflow:hidden;
}
#HeadInner{
	width:940px;
	height:150px;
	background: url(../images/global/head_bg.jpg) 0 0 no-repeat;
	border-bottom:5px solid #004853;
	margin:0 auto;
	overflow:hidden;
}
.HeadInner-title{
	display: flex;
	 align-items: flex-start;
}
#HeadInner h1{
	color:#FFF;
	font-size:30px;
	font-weight:bold;
	margin:23px 0 0 38px;
	display: inline-block;
}
#HeadInner h1 .subt{
	font-size:19px;
}
#HeadInner p{
	font-size:14px;
	margin:5px 38px;
}
#HeadInner p span{
	font-size:21px;
}

/* = コンテンツ */
.panes{
	border:5px solid #CCC;
	padding:20px 30px 0;
	overflow:hidden;
}

/* = コンテンツ */
#Contents{
	width:940px;
	margin:0 auto 20px;
	overflow:hidden;
}
.entrybody{
	clear:both;
	padding-bottom:20px;
	overflow:hidden;
}

/* = ページクローズボタン */
#PageClose{
	margin:0 30px;
	padding:0 0 40px;
	text-align:center;
}