@charset "shift_jis";

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/
h1 {
	color: #3c4652;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 35px;
	font-weight: bold;
	padding-left: 10px;
	float: left;
	position: absolute;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#main{
	margin: 100px 0px 0px 0px;
}
h2.cms_h2{
	margin:10px auto 20px auto;
	position: relative;
	padding-bottom: 0.7em;
	border-bottom: 4px solid #DDD;
	font-size:18px;
	font-weight:bold;
	display: inline-block;
    width: 100%;
}
h2.cms_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 4px #042455;
	bottom: -4px;
	width: 13%;
	display: block;
	left: 0px;
}

.container{
	width:1100px;
	margin:20px auto;
	overflow:hidden;
}

.maincontents{
	width:780px;
	float:left;
}
.side{
	width:300px;
	float:right;
}

.cms_back{
	text-align:left;
	margin: 10px auto 10px auto;
	padding:0px 0px 0px 0px;
}
.cms_back a{
	color:#004CD3;
	line-height:18px;
}
.cms_back a:hover{
	text-decoration:none;
	color: #999999;
}

.iframe_pc{
	width:780px;
	height:300px;
	border:none;
}
.tag_li_box a {
	border: 1px solid #042455;
	color: #042455;
}
.tag_li_box a:hover {
	background: #042455;
	color: #e5efec;
}

.h_logo {
	z-index: 15;
	position: absolute;
	top: 20px;
	left: 20px;
}
.h_menu_wrap {
	z-index: 15;
	position: absolute;
	top: 40px;
	right: 40px;
	margin: auto;
	width: 604px;
}
.h_menu_wrap img {
	float: left;
}
.h_menu_wrap ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
.h_menu_wrap ul li {
	float: left;
	margin-left: 30px;
}
.h_menu_wrap ul li a {
	font-size: 15px;
	color: #000 !important;
	text-decoration: none;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	letter-spacing: 0.07em;
}
.h_menu_wrap ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.h_menu_wrap ul li a:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #000 !important;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.h_menu_wrap ul li a:hover::after {
	transform: scale(1, 1);
}

.footer_wrap {
	margin: 50px 0px 50px 0px;
}
.footer_wrap img {
	display: block;
	margin: auto;
}
.footer_wrap p {
	letter-spacing: 2px;
	text-align: center;
	font-size: 13px;
	margin: 45px 0px 0px 0px;
}

.pan_wrap {
	text-align: left;
	margin: 5px 0;
}
.pan_wrap div {
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	position: relative;
	margin-right: 14px;
}
.pan_wrap div a {
	display: inline-block;
	padding: 0 5px 0px 5px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	color: #747772;
	background: #e6ecf5;
	font-size: 12px;
}
.pan_wrap div:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-style: solid;
	border-color: transparent;
	border-left-color: #e6ecf5;
	border-width: 14px 12px;
	width: 0;
	height: 0;
}
.pan_wrap div:last-child:after {
	border: none;
}
.pan_wrap div:last-child a {
	background: none;
}