@charset "utf-8";

body {
	font-family: "メイリオ",Meiryo,Osaka,"Quicksand","游ゴシック体","游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.0;
	color: #333;
}

#wrapper {
	width: 100%;
	min-width: 960px;
}

.inner {
	width: 960px;
	margin: 0 auto;
}

.pc {}

.sp {
	display: none;
}

.spc {
	display: none;
}

/*------------------------------------------------
ヘッダー
------------------------------------------------*/

#headerContainer {
	border-top: 3px solid #3449ff;
}

#headerContainer .header-cnt {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  background-color: #fff;
}

@media print{
#headerContainer .header-cnt {
  position: absolute;
}
}


body {
  margin-top: 195px;
}

#headerContainer .inner {
	padding: 25px 0 0;

}

#headerContainer .inner h1,
#headerContainer .inner h1 a{
	font-size: 32px;
	line-height: 1em;
	text-decoration: none;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif, "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#headerContainer .inner h1 img {
	display: block;
}

.hArea {
	width: 420px;
	position: relative;
	top: -95px;
	right: -540px;
}

.hArea .tsize li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: #fff;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-right: 3px;
}

.hArea .tsize li.current {
	background: #1b34da;
}

.hArea .tsize li.current a {
	color: #fff;
}

.hArea .tsize li.noborder {
	width: auto;
	height: auto;
	background: none;
	margin-right: 9px;
	border: none;
}

.hArea .tsize li a {
	font-weight: bold;
	color: #000;
	line-height: 1.0;
	vertical-align: middle;
	display: inline-block;
	padding: 8px;
	text-decoration: none;
}

.subMenu {
	position: relative;
	top: -100px;
	text-align: right;
	width: 585px;
	margin: 0 0 0 auto;
}

.subMenu ul {
margin: 0;
padding: 0;
list-style: none;
}

.subMenu li {
	float: left;
	margin-left: 14px;
}

.subMenu li a {
	font-size: 14px;
	line-height: 1em;
	padding-left: 10px;
	color: #333;
	background: url(../images/common/icon_arrow01.png) left 5px no-repeat;
	text-decoration: none;
}

.subMenu li a:hover {
	text-decoration: underline;
}






/*------------------------------------------------
検索
------------------------------------------------*/

header .searchBox {
	position: absolute;
	top: 0;
	right: 0;
}

.searchBox form {
	position: relative;
}

.searchBox input[type='search'] {
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 175px;
	padding: 5px 35px 4px 10px;
	color: #000;
	font-size: 16px;
}

.searchBox input[type='image'] {
	position: absolute;
	top: 7px;
	right: 10px;
}

/*------------------------------------------------
グローバルナビ
------------------------------------------------*/

.btnMenu {
	display: none;
}

#headerContainer nav {
	position: relative;
	display: block;
	background: url(../images/common/bg_gnavi01.gif) left bottom repeat-x
}

#headerContainer nav ul {
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #1923ff;
}

#headerContainer nav ul li {
	float: left;
	position: relative;
	width: 160px;
}

#headerContainer nav ul li a {
	display: block;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif , Meiryo , "メイリオ";
	font-size: 18px;
	line-height: 1.4;
	padding: 20px 0;
	text-align: center;
	border-right: 1px solid #1c17ff;
	color: #333;
}


#headerContainer nav ul li:hover a {
	color:#fff;
}

#headerContainer nav ul li.gnavi01:hover,
#headerContainer nav ul li.gnavi02:hover,
#headerContainer nav ul li.gnavi03:hover,
#headerContainer nav ul li.gnavi04:hover,
#headerContainer nav ul li.gnavi05:hover,
#headerContainer nav ul li.gnavi06:hover {
	background: url(../images/common/bg_gnavi02.gif) left bottom repeat-x;
	background-size: auto 100%;

}
#headerContainer nav ul li ul.sub {
	display: none;
	position: absolute;
	top: 65px;
	left: -1px;
	z-index: 10000;
	background: #fff;
	padding-right: 0;
	width: auto;
	border: 3px solid #4119ff;
}
#headerContainer nav ul li ul.sub li {
	float: none;
	background: #fff;
	padding: 0 15px;
	width:auto;
}
#headerContainer nav ul li ul.sub li p {
	color: #333;
	text-align: left;
	font-size: 14px;
	padding: 15px 35px 15px 0;
	border-bottom: 1px solid #d9d9d9;
	border-right:none;
	min-width: 225px;
	white-space: nowrap;
	height: auto;
	font-family: "Quicksand","游ゴシック体","游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
}
#headerContainer nav ul li ul.sub li a {
	color: #333;
	text-align: left;
	font-size: 14px;
	padding: 15px 35px 15px 0;
	border-bottom: 1px solid #d9d9d9;
	border-right:none;
	background: url(../images/common/icon_arrow03.png) right center no-repeat;
	min-width: 225px;
	white-space: nowrap;
	height: auto;
	font-family: "Quicksand","游ゴシック体","游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
}
#headerContainer nav ul li ul.sub li:last-child a {
	border: none;
}
#headerContainer nav ul li ul.sub li.nobor a {
	border: none;
}
#headerContainer nav ul li ul.sub li:hover {
	background: #f2fbff;
}
#headerContainer nav ul li ul.sub.line2 {
	min-width: 600px;
	background: #fff;
}
#headerContainer nav ul li ul.sub.line2 li {
	display: inline-block;
	/*float: left;*/
}

#headerContainer nav ul li ul.sub.line2 li a {
	line-height: 0.6;
}
#headerContainer nav ul li ul.sub.line2 li p {
	line-height: 0.6;
}

/*------------------------------------------------
メイン
------------------------------------------------*/

#mainContainer {
}

/*------------------------------------------------
フッター
------------------------------------------------*/

footer {
}

footer small {
	display: block;
	background: #3449ff;
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}

/*------------------------------------------------
ページトップ
------------------------------------------------*/

.btnPagetop {
	display: none;
    height: 50px;
    margin: 0 auto;
    position: relative;
    width: 980px;
	text-align:right;
}

img.lock {
	vertical-align: middle;
}


/*--contentbox--*/
.contentsBox_l7 {
	width: 500px;
	display: inline-block;
	margin: 0;
	float: none !important;
	vertical-align: bottom;
}

.contentsBox_r3 {
	width: 180px;
	display: inline-block;
	margin: 0;
	float: none !important;
	vertical-align: bottom;
}

.alignnone.size-full.wp-image-339{
	margin: 0 5px;
	vertical-align: middle;
}

section ul {
}
section ul li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 12px;
    padding:0 0 12px 20px;
	background:url(/sitemap/images/icon_arrow01.png) no-repeat left 0.3em;
}
section ul li a {
	color:#333;
}

section ul li li {
	border-bottom: none;
	margin-bottom: 0;
    padding:0 0 0 15px;
	background:url(/sitemap/images/icon_arrow02.png) no-repeat left 0.5em;
}


section dl {
	border-bottom: 1px dotted #ccc;
	display:table;
	width:100%;
	margin-bottom:15px;
	padding-bottom:15px;
}
section dt {
	display:table-cell;
	width:260px;
	background: url(/images/common/bg_title03.gif) no-repeat left 0.5em;
    padding:0 20px;
	font-weight:bold;
}
section dd {
	display:table-cell;
	/*vertical-align:middle;*/
}
section dd li {
	border-bottom: none;
	margin-bottom: 0;
    padding:0 0 0 15px;
	background:url(/sitemap/images/icon_arrow02.png) no-repeat left 0.5em;
}