@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:"メイリオ", Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	border-top:3px solid #FFA500;
	background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#0089a1;
   text-decoration:underline;
}

a:hover {
   color:#0089a1;
   text-decoration:none;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

.block{
   display: block;
}

.bold{
   font-weight: bold;
}

.bdr{
   border:1px solid #ccc;
}


/* ========TEMPLATE LAYOUT======== */

header {
   width:780px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

nav {
   width:100%;
   float:left;
   border-bottom:5px solid #FFA500;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

/* トップバナー複数 */
#icatchIndexWrap {
	width: 100%;
	height: 355px;　/* 通常時260px*/
	background: #ddd;
}
/* トップバナー複数 */
#icatchWrap {
   clear:both;
   position:relative;
   z-index:-1;
   overflow:hidden;
   height:355px;　/* 通常時260px*/
   background:#ddd;
}

/* トップ通常時 */
#icatchIndexWrap2 {
	width: 100%;
	height: 260px;　/* 拡張時355px*/
	background: #ddd;
}
/* トップ通常時 */
#icatchWrap2 {
   clear:both;
   position:relative;
   z-index:-1;
   overflow:hidden;
   height:260px;　/* 拡張時355px*/
   background:#ddd;
}

/* トップ拡張時355px */
#icatch3 {
   width:780px;
   margin:0 auto;
}
#icatchIndexWrap3 {
	width: 100%;
	height: 355px;　/* 拡張時355px*/
	background: #ddd;
}
/* トップ拡張時355px */
#icatchWrap3 {
   clear:both;
   position:relative;
   z-index:-1;
   overflow:hidden;
   height:355px;　/* 拡張時355px*/
   background:#ddd;
}

#icatch {
   width:780px;
   margin:0 auto;
}
/* メインバナーエリアにサブが入る場合　通常未使用ここから */
.icatch_sub {
   width:780px;
   margin:5px auto;
}
/* メインバナーエリアにサブが入る場合　通常未使用ここまで */

#contents {
   clear:both;
   position:relative;
   z-index:100;
   overflow:hidden;
   width:800px;
   margin:-10px auto 0 auto;
   background:#fff;
}

#right {
   float:right;
   width:540px;
   padding:10px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}

#left {
   float:left;
   width:220px;
   padding:10px;
   background:url("../images/bg_contents.gif") 0 0 no-repeat;
}

#pageTop {
   clear:both;
   width:800px;
}

/* ========HEADER CUSTOMIZE======== */
header h1 {
   margin:0;
   padding:10px 0;
   font-size:24px;
   color:#fff;
   line-height:70px;
}

header h1 a {
   color:#333;
}

header h1 a:hover {
   color:#666;
}

header #pr p {
   margin:0;
   padding:10px 0;
   font-size:11px;
}

header #gNavi {
   position:absolute;
   top:0;
   right:0;
   margin:0;
   font-size:11px;
}


/* ========MENU CUSTOMIZE======== */
nav ul {
   overflow:hidden;
   width:780px;
   margin:0 auto;
   padding:0;
   border-right:1px solid #e5e5e5;
}

nav li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
	font-size: 12px;
}

nav li a {
	display: block;
	width: 155px;
	color: #333;
	line-height: 50px;
	text-decoration: none;
	border-left: 1px solid #e5e5e5;
	font-size: 12px;
}

nav li a.active {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.gif") 0 0 repeat-x;
	font-size: 12px;
}

nav li a:hover {
	color:#fff;
	text-decoration:none;
	background:url("../images/bg_menu_on.gif") 0 0 repeat-x;
	font-size: 12px;
}


/* ========ICATCH CONTENTS CUSTOMIZE======== */
#icatch h2 {
   padding-top:30px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#right h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:18px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

#right h3 {
   padding:16px 10px 10px 10px;
   font-size:18px;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_main_h3.gif") 0 0 repeat-x;
}

#right h4 {
	margin-bottom:5px;
	padding: 5px 5px 5px 10px;
	font-size:16px;
	border-left:5px solid #FFA500;
	border-bottom:1px dotted #ddd;
}

#right h4.first {
	margin: 20px 0 5px 0;
	padding: 5px 5px 5px 10px;
	font-size:16px;
	border-left:5px solid #FFA500;
	border-bottom:1px dotted #ddd;
}

#right h5 {
   margin-bottom:5px;
   padding:5px;
   color:#fff;
   background:#0089a1;
}

#right h6 {
   margin-bottom:5px;
   font-size:13px;
}

#right p.come {
	width: 500px;
	padding: 5px;
}

#right dd.color2 {
   padding:0;
   margin:0 -.5em 1em 1.5em;
   padding:0;
   background:#fff;
}

/* INFORMATION CUSTOMIZE */
* html body #right dl.information dd div {
   display:inline-block;
}
/* タイトルの横幅100*/
#right dl.information dt {
   float:left;
   width:100px;
   margin:0;
   padding:0;
}

#right dl.information dt span {
   display: block;
}

#right dl.information dd {
   margin:0 0 30px 110px;
   padding:0;
   background:transparent;
}

/* タイトルの横幅110*/
#right dl.information2 dt {
   float:left;
   width:110px;
   margin:0;
   padding:0;
}

#right dl.information2 dd {
   margin:0 0 0.5em 120px;
   padding:0;
   background:transparent;
}

#right table {
	width:98%;
	border-collapse:collapse;
}

#right table th {
	padding:5px;
	font-size:14px;
	text-align:left;
	border:1px solid #ddd;
	background:#f0f7fc;
}

#right table td {
	padding: 5px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ddd;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#left .section {
   margin-bottom:10px;
   border:1px solid #E8E8E8;
}

#left h3 {
   padding:10px 5px;
   font-size:18px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:1px solid #fff;
   border-bottom:none;
   background:#FFA500;
}

#left ul {
   margin:0;
   padding:5px 5px 1px 5px;
   border:1px solid #fff;
   background:#E8E8E8;
}

#left li {
   margin-bottom:5px;
   padding:5px;
   line-height:1.4;
   border:1px solid #b5b5b5;
   list-style:none;
   background:#fff url("../images/bg_sub_list.gif") 0 0 repeat-x;
}

#left .menu-txt li a {  
   display:block;
   line-height:3.0; 
   padding-left:5px;
   border-left:5px solid #FFA500;
}

#left .menu-bnr img {
   width:195px;
}

#left .menu-bnr a[href$=".pdf"] {
   padding-left:0 !important;
   background:none !important;
}

#sub2 ul {
   margin:0;
   padding:0;
}

.section ul.nomal {
}

#sub2 li {
   line-height:1.4;
   border-bottom:1px solid #ddd;
   list-style:none;
}

#sub2 li a {
   display:block;
   padding-left:20px;
   color:#333;
   line-height:3.0;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0 4px 0;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:#ddd url("../images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
}


/* ========FOOTMENU CUSTOMIZE======== */
footer {
   clear:both;
   background:#ddd;
}

#footMenu {
   clear:both;
   overflow:hidden;
   width:750px;
   margin:0 auto;
   padding:30px 10px 30px 40px;
}

#footMenu .section {
   float:left;
   width:220px;
   margin-right:30px;
   padding:0;
}

#footMenu h3 {
   font-size:12px;
   border-bottom:1px dotted #999;
}

#footMenu ul {
   margin:0;
   padding:0;
}

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   font-size:11px;
   background:url(../images/bg_footmenu.gif) 0 50% no-repeat;
}
/* ========tsuika======== */

/* リストマーク外 */
ui,ol.li01{
	margin:0 1em 0em 1em;
	padding:0 1em 0em 1em;
	list-style-position:outside;
	line-height:1.2em;
}
/* 2行目以降　1em字下げ */
.em01{
	padding-left:1em;
	text-indent:-1em;
}
/* センター合わせブロック要素 */
.center   {  
	text-align: center;  
   margin: 0 auto;
   display: block;
}
/* 左合わせブロック要素 */
.lef2   {  
	text-align: left;
    margin: 0 0 0 2em;
} 

.text10 {
	font-size:100%;
}
.text12 {
	font-size:110%;
	font-weight:bold;
}
.text12c {
	font-size:110%;
	font-weight:bold;
	text-align:center;
	padding:5px;
	margin:5px auto;
}
.text13 {
	font-size:130%;
	font-weight:bold;
}
.text13c {
	font-size:130%;
	line-height:120%;
	font-weight:bold;
	text-align:center;
	padding:0px;
	margin:0px auto;
}
.text01 {
	font-size:95%;
}
.text02 {
	font-size:90%;
}
.text03 {
	font-size:85%;
}
.text03r {
	font-size:85%;
	text-align:right;
	padding-top:10px;
	padding-bottom:0;
	margin-top:5px;
	margin-bottom:0;

}
.m01 {
	 margin: 0px auto;
	 padding-top: 5px;
}
/* 背景淡色グレー */
.bgcg01 {
	background:#EEE;
}
 /* 警告色 */	
.caution {
	color:#ff0033;
	}	
/* 震災囲みケイ */
div.contentsbox	{
	text-height:1.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	padding:15px 20px 0 20px;
	margin:3px auto 10px;
	}
/* 狭いグレー囲みケイ */
div.contentsbox_a	{
	text-height:1em;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	padding:5px;
	margin:3px auto 10px;
	}
/* 背景淡色黄アンダーラインなし災害被害等 */
.bgynl {
	padding: 0 auto 5px;
	margin: 0 auto 5px;
	line-height: 1.5em;
	background: #ffffdb;
}
.bgynl a {
	text-decoration: none;
}

/* 警告囲みケイ1 */
div.contentsbox_c	{
	text-height:1.5em;
	border-style: solid;
	border-width: 2px;
	border-color: #ff0033;
	padding:5px 20px 10px 20px;
	margin:3px auto 10px;
	background-color:#FCDCDC;
	}
	
/* 警告囲みケイ2 */
div.contentsbox_d	{
	text-height:1.5em;
	border-style: solid;
	border-width: 2px;
	border-color: #ff0033;
	padding:5px 20px 10px 20px;
	margin:3px auto 10px;
	background-color:#FFF;
	}
	
	
/* 試験告知囲みケイ */
div.contentsboxex {
	text-height:1.5em;
	border-style: double;
	border-width: 4px;
	border-color: #ff0033;
	padding:5px 10px 0 10px;
	margin:3px auto 10px;
	background-color:#fff4ff;
	}
/* 試験終了囲みケイ */
div.contentsboxez {
	text-height:1.5em;
	border-style: double;
	border-width: 4px;
	border-color: #666;
	padding:5px 10px 0 10px;
	margin:3px auto 10px;
	background-color:#fff;
	}
	
/* 行間調整 */
.lines {
	line-height: 1.2em;
}
.linem {
	line-height:1.5em;
}
linel {
	line-height:2em;
}

/* マージン */
.m0 {
	 margin: 0;
}
p.m10 {
	 margin: 10px;
}
.m10td {
	margin:10px 0;
}
.mt10 {
	margin:10px 0 0 0;
}
.mt15 {
	margin:15px 0 0 0;
}

.mt20 {
	margin:20px 0 0 0;
}

.mt30 {
	margin:30px 0 0 0;
}

.m10t10d5 {
	margin:20px 0 5px 0;
}
.m20td {
	margin:20px 0;
} 
.m30td {
	margin:30px 0;
}

.m0t30d {
	margin:0 0 30px 0;
}
.m0t10dpt10 {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.m100d {
	margin:0 0 100px 0;
}

/* 字下げ */
.att {
  padding-left: 1em;
  text-indent: -1em;
  margin:10px auto;
}

/* 点線 */
.dotted_under_line {
	border-bottom:1px dotted;
}
/* オレンジ枠 */
.waku_o {
	padding:0;
	margin:0;
	border:#F6B600 solid 1px;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}
.bg_pink01 {
	background:#f8dff0;
	padding:0 .8em ;
}
.bg_blue01 {
	background:#c2e3f2;
	padding:0 .8em ;
}
.ls01em {
	letter-spacing:.1em ;
}
.ls02em {
	letter-spacing:.2em ;
}
.ls05em {
	letter-spacing:.5em ;
}
.ls1em {
	letter-spacing:1em ;
}

/* PDF */
a[href$=".pdf"] {
	display: inline-block;
	padding-left: 20px;
	background: url(http://www.nkfk.jp/images/icn/icn_pdf.png) no-repeat left center;
}

.delpdficon{
   padding-left:0 !important;
   background:none !important;
}

.linemid img{
	 vertical-align:middle;
}
	
/* 文字と画像をセンターぞろえ */
.outimage img {
	padding-left: 4px;
	vertical-align:middle;
} 

.bdg1 {
	border-bottom: 3px #666 dotted;
	}

/* 地域支部ページ・役員並び */
.yakuin {
   list-style: none;
   margin-left: -1.8em;
   margin-top:0.4em;
}

/* セミナー一覧・各支部セミナー詳細レイアウト */
.seminar-wrapper dl{
   margin:20px 0;
}

.seminar-wrapper dt{
   font-weight: bold;
   border-bottom: 1px solid #0089a1;
   color:#0089a1;
   font-size:15px;
   margin-bottom:15px;
}

.seminar-wrapper dd{
   margin-bottom:15px;
}

.seminar-wrapper a{
   color:#0089a1;
   text-decoration: none;
}

/* パンくずリスト */
.breadcrumb{
   font-size:95%;
   margin-bottom:12px;
}

/* Sun レイアウト */
.sun-wrapper dl{
   margin:20px 0;
}

.sun-wrapper dt{
   background-color: #0089a1;
   color:#fff;
   font-weight: bold;
   font-size: 16px;
   padding:5px;
   margin-bottom:10px;
}

.sun-wrapper dd .thumb{
   display: flex;
   border-bottom:1px solid #0089a1;
   margin-bottom:20px;
   padding-bottom:20px;
}

.sun-wrapper dd .category{
   display: block;
   width:60px;
   text-align: center;
   border:2px solid #0089a1;
   color:#0089a1;
   font-weight: bold;
   padding:3px 0;
   margin-bottom:10px;
}

.sun-wrapper dd div p:first-of-type{
   width:180px;
   margin-right:20px;
   box-sizing:border-box;
}

.sun-wrapper dd div p:first-of-type img{
   width:180px;
}

.sun-wrapper dd div p:last-of-type{

}

.sun-wrapper .subtitle{
   border-left:4px solid #0089a1;
   font-weight: bold;
   font-size:16px;
   margin-bottom:5px;
   padding-left:8px;
   display: block;
   line-height:1.2;
}

.newmark{
	display: inline-block;
}

