
@charset "UTF-8";


/* ---------------------------- ↓共通ID・クラス・指定 ---------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,header,footer,article,section,nav,hgroup,aside {margin:0; padding:0; font-size:100%;}h1,h2,h3,h4,h5,h6 {font-weight: normal;}
table { }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none; list-style-position:outside;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
img{vertical-align:bottom;}
html {height:100%;}
em {font-weight:bold;}

/* リンク */
a:link {
	color:#069;
	text-decoration:none
}

a:visited {
	color:#069;
	text-decoration:none
}

a:active {
	color:#069;
	text-decoration:none
}

a:hover {
	color:#4db5d3;
	text-decoration:underline
}

a.arrow {
	margin:0;
	padding:0 0 0 12px;
	background:url(/wp-content/themes/theme/images/arrow.gif) no-repeat 0 0
}

a {
	outline:none
}

a:hover img {
	opacity:.65;
	filter:alpha(opacity=65);
	-ms-filter:"alpha( opacity=65 )";
	-webkit-transition:opacity .3s;
	-moz-transition:opacity .3s;
	-o-transition:opacity .3s
}

#main h2 {
	border-top:3px solid #357AC8;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:15px;
	font-weight:bold;
	margin:20px 0 30px
}

#main h3 {
	border-left:4px solid #357AC8;
	border-bottom:1px dotted #999;
	padding:5px 0 8px 15px;
	margin:30px 10px 20px 10px
}

#main h4 {
	color:#357AC8;
	font-weight:700;
	margin:20px 0 10px 10px
}

#main h5 {
	font-weight:bold;
	background:url(/wp-content/themes/theme/images/icon_ring.gif) no-repeat 0 7px;
	padding:0 0 0 20px;
	margin:10px 0 5px 20px
}


#main p {
	line-height:1.4;
	margin:0 0 20px 20px
}

#main li{ 
	list-style:disc;
	margin:0 1em 0 2.5em;	
}

#main p.h_blue {
	color:#357AC8;
	font-size:130%;
	line-height:1.7
}

#main p.blue_box {
	background:#E0F1FB;
	padding:15px;
	clear:both
}

#main table {
	border-collapse:collapse;
	margin:10px 10px 10px 20px;
	font-size:14px;
}

#main table th {
	background:#efefef;
	border:solid 1px #ccc;
	text-align:center;
	padding:3px;

}

#main table td {
	background:#fff;
	border:solid 1px #ccc;
	padding:3px;
}

#main table p {
	margin:0;
	padding:0
}


/****clearfix****/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

.clearfix {
	display:inline-block
}

/* Hides from IE-mac*/
*html .clearfix {
	clear:both;
	height:1%
}

.clearfix {
	display:block
}

/* End hide from IE-mac */
/*画像回り込みCSS */
.centered {
	display:block;
	margin-left:auto;
	margin-right:auto
}

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}

.alignright {
	float:right;
	margin:0 0 10px 10px;
	display:inline
}

.alignleft {
	float:left;
	margin:0 10px 10px 0;
	display:inline
}

.fee-hover-container button {
	padding:12px 13px 13px
}

#wp_page_numbers {
	background:none
}

/* ボタン */
.css_btn_class {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:9px 18px;
	background-color:;
	color:#fff !important;
	display:inline-block;
	text-decoration:none !important;
	font-weight:bold;
}.css_btn_class:hover {
	background-color:#fff;
	color: !important;
	border:1px solid ;
}.css_btn_class:active {
	position:relative;
	top:1px;}

/* キャプション付イメージ */
.wp-caption {
text-align: center;
padding: 5px;
margin: 5px 15px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display:inline-block;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0 !Important;
}

.service_desc{ border:#ccc 1px solid; padding:8px; background:#d5e7f5; margin:0 20px;
}


/* ---------------------------- ↑共通ID・クラス ---------------------------- */
/* ---------------------------- ↓全ページ共通の枠組み指定 ---------------------------- */
body {
	margin:0 auto;
	padding:0;
	font-family:"Lucida Sans",arial,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
	font-size:14px;
	line-height:1.4;
	*font-size:small;
	*font:x-small;
	line-height:1;
	background:url(/wp-content/themes/theme/images/bg_body.jpg);
	color:#333
}

#main {
	line-height:1.6;
	font-size:16px
}

#main h2 {
	font-size:24px;
}

#main h3 {
	font-size:20px;
}

#main h4 {
	font-size:20px;

}

#main h5 {
	font-size:18px;
}

#main table th {
	white-space:nowrap;
	padding:9px;

}


#main table td {
	padding:9px
}



/* ---------------------------- ↓全ページ共通の枠組み指定 ---------------------------- */
body {
	margin:0 auto;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:14px;
	*font-size:small;
	*font:x-small;
	line-height:1.6;
	/*background:url(/sd/wp-content/themes/theme/images/bg_body.jpg);*/
	color:#333
}

img {
	margin:0;
	padding:0;
	border:0
}

form {
	margin:0;
	padding:0
}



/* --------------header-------------- */
header {
	width:100%;
	margin:0;
	padding:0
}

#header {
	width:960px;
	margin:0 auto;
	padding:12px 0
}

#logo {
	width:300px;
	margin:0;
	padding:0;
	float:left
}

#logo a {
	margin:0;
	padding:0
}

#headerR {
	width:400px;
	margin:0;
	padding:0;
	float:right
}

#headerTel {
	width:220px;
	margin:0;
	padding:10px 0 0;
	float:left
}

#search-box {
	width:180px;
	margin:5px 0 0;
	padding:0;
	float:right
}

#search-box table {
	width:170px;
	float:right
}

#searchText {
	width:150px;
	height:18px;
	padding:0;
	margin:0 0 7px 0;
	border:1px solid #ccc
}

#searchSubmit {
	border:none;
	margin:0;
	padding:0;
	background:url(/wp-content/themes/theme/images/btn_search.gif) no-repeat;
	width:28px;
	height:28px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	cursor:pointer
}

/* --------------mainvisBox-------------- */
#mainvis {
	min-width:960px;
	position:relative;
	width:100%;
	height:420px;
	margin:0;
	padding:0;
/*	background: url(/sd/wp-content/themes/theme/images/bg_visu.jpg) center ; */
	background:#fff
}

#mainvisBox {
	width:960px;
	margin:0 auto;
	padding:0
}

#mainvisBox h2 {
	width:960px;
	margin:0;
	padding:0
}

#mainvisBox p {
	width:460px;
	margin:0;
	padding:20px 0 0 500px;
	font-size:100%;
	line-height:1.7
}

#mainvisBox .metaslider {
	width:100%;
	padding:0
}

#mainvis #grandmenu {
	position:absolute;
	bottom:15px
}

#grandmenu {
	width:100%;
	margin:20px 0 0;
	padding:0
}

#grandmenu ul {
	width:960px;
	height:50px;
	margin:0 auto;
	padding:0;
	background:none;
	list-style-type:none
}

#grandmenu li {
	height:25px;
	line-height:1.3;
	text-align:center;
	border-left:dotted 1px #999;
	margin:0;
	padding:0 10px 22px;
	float:left
}

#grandmenu li:first-child {
	border-left:none;
}

#grandmenu li a {
	width:115px;
	color:#000;
	font-size:110%;
	font-weight:700;
	display:inline-block;
	padding:10px 0 8px
}

#grandmenu li a .minialfa {
	color:#666;
	font-size:60%;
	font-weight:400
}

#grandmenu li a:hover {
	text-decoration:none;
	background:#d2e6ff
}

/* --------------topics-------------- */
#topics {
	clear:both;
	width:960px;
	margin:30px auto 20px;
	padding:0
}

#topics h2 {
	width:190px;
	margin:0;
	padding:0;
	float:left
}

#topics div.topicsTxt {
	width:730px;
	margin:0;
	padding:0 0 0 30px;
	float:left;
	border-left:1px dotted #ccc
}

#topics div.topicsTxt p {
	margin:0;
	line-height:1.2
}

#topics div.topicsTxt dl {
	margin:0;
	padding:0
}

#topics div.topicsTxt dt {
	width:200px;
	margin:0;
	padding:0;
	float:left
}

#topics div.topicsTxt dt.news {
	width:90px;
	margin:0;
	padding:5px 0 10px 110px;
	background:url(/wp-content/themes/theme/images/icon_topics01.gif) no-repeat
}

#topics div.topicsTxt dt.update {
	width:90px;
	margin:0;
	padding:5px 0 10px 110px;
	background:url(/wp-content/themes/theme/images/icon_topics02.gif) no-repeat
}

#topics div.topicsTxt dt.seminar {
	width:90px;
	margin:0;
	padding:5px 0 10px 110px;
	background:url(/wp-content/themes/theme/images/icon_topics03.gif) no-repeat
}

#topics div.topicsTxt dt.report {
	width:90px;
	margin:0;
	padding:5px 0 10px 110px;
	background:url(/wp-content/themes/theme/images/icon_topics04.gif) no-repeat
}

#topics div.topicsTxt dd {
	width:530px;
	margin:0;
	padding:5px 0 10px;
	float:left
}

#more01 {
	width:960px;
	margin:0 auto 30px;
	padding:0;
	text-align:right
}

#more02 {
	width:960px;
	margin:0 auto 50px;
	padding:0;
	text-align:center
}

#contentsList {
	width:960px;
	margin:0 auto 30px;
	padding:0
}

#contentsList a.block {
	width:26%;
	border:5px solid #ededed;
	margin:0 2% 2% 0;
	padding:20px;
	display:block;
	float:left;
	background:url(/wp-content/themes/theme/images/arrow02.png) no-repeat 266px 10px
}

#contentsList a:link {
	border:5px solid #ededed;
	color:#333;
	text-decoration:none
}

#contentsList a:visited {
	border:5px solid #ededed;
	color:#333;
	text-decoration:none
}

#contentsList a:active {
	border:5px solid #ededed;
	color:#333;
	text-decoration:none
}

#contentsList a:hover {
	border:5px solid #ccc;
	color:#333;
	text-decoration:none;
	background:url(/wp-content/themes/theme/images/arrow02.png) no-repeat 266px 10px #F7FAFF
}

#contentsList a.block h3 {
	margin:0;
	padding:0;
	font-size:93%;
	line-height:1.5;
	color:#39c
}

#contentsList a.block h4 {
	margin:0;
	padding:0;
	font-size:123.1%;
	line-height:1.5;
	color:#003F97
}

#contentsList a.block p {
	margin:10px 0 0;
	padding:0;
	font-size:93%;
	line-height:1.5
}

/**/



.side_report h2{
  padding: 10px;
  font-size: 20px;
  background-color: #357AC8;
  color: #FFF;
  margin: 0 0 10px 0;
}

.side_report dt{
	padding: 5px;
	border-top: 1px dotted #ddd;
	margin: 0 10px;

}

.side_report dt:first-child{
		border-top: none;
}

.side_report dd{
	padding: 5px 20px;

}

/* --------------pagetop-------------- */
.pagetop {
	clear:both;
	line-height:0;
	font-size:0;
	width:960px;
	margin:0 auto;
	padding:50px 0 8px;
	text-align:right
}

.pagetop a {
	margin:0;
	padding:0
}

/* --------------group-------------- */
#group {
	min-width:960px;
	clear:both;
	margin:0;
	padding:0 0 30px;
	background:url(/wp-content/themes/theme/images/bg_foot_group.jpg) repeat-x 0 13px
}

#group h2 {
	width:960px;
	margin:0 auto;
	padding:0
}

#group h3 {
	width:920px;
	margin:20px auto 0;
	padding:0
}

#group h3 a {
	display:block;
	margin:0 0 0 -20px;
	padding:10px 20px;
	background:#ededed;
	-moz-border-radius:5px;
/* Firefox */
	-webkit-border-radius:5px;
/* Safari and Chrome */
	border-radius:5px;
/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior:url(../css/ie-css3.htc);
/* This lets IE know to call the script on all elements which get the 'box' class */
	font-size:93%;
	font-weight:400;
	color:#2A5CAA;
	text-align:center
}

#group h3 a:hover {
	background:#2A5CAA;
	color:#fff;
	text-decoration:none
}

#group h3 a:hover {
	color:#fff;
	text-decoration:none
}

#group ul {
	width:960px;
	margin:0 auto;
	padding:0;
	list-style-type:none
}

#group li {
	margin:0;
	padding:0;
	float:left
}

#group li a {
	display:block;
	width:260px;
	margin:10px 20px 0 0;
	padding:17px 20px 15px;
	background:#ededed;
	-moz-border-radius:5px;
/* Firefox */
	-webkit-border-radius:5px;
/* Safari and Chrome */
	border-radius:5px;
/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior:url(../css/ie-css3.htc);
/* This lets IE know to call the script on all elements which get the 'box' class */
	font-size:93%;
	color:#2A5CAA;
	min-height: 140px;
}

#group li a:hover {
	background:#2A5CAA;
	color:#fff;
	text-decoration:none
}

#group li a:hover {
	color:#fff;
	text-decoration:none
}

#group li a span {
	display:block;
	color:#666;
	font-size:93%;
	line-height:1.5;
	margin:6px 0 0;
	padding:0
}

#group li a:hover span {
	color:#fff;
	text-decoration:none
}

/* --------------office-------------- */
#office {
	width:320px;
	margin:0;
	padding:0 0 0 20px;
	float:right;
	border-left:1px solid #999
}

#office div.officeList:first-child {
	margin:0;
	padding:0
}

#office div.officeList {
	margin:20px 0 0;
	padding:0
}

#office div.officeList h2 {
	margin:0;
	padding:0;
	font-size:108%;
	line-height:1.5;
	color:#fff
}

#office div.officeList p {
	margin:0;
	padding:5px 0 0;
	font-size:93%;
	line-height:1.5;
	color:#fff
}

/* --------------footer-------------- */
#footerBg {
	min-width:960px;
	clear:both;
	margin:0;
	padding:0;
	background:#333
}

#footer {
	width:960px;
	margin:0 auto;
	padding:40px 0
}

#footer div.sitemapTop {
	width:100%;
	margin:0;
	padding:0;
	float:left
}

#footer div.sitemapSub {
	width:510px;
	margin:0;
	padding:0;
	float:left
}

#footer div.sitemap {
	width:170px;
	margin:0;
	padding:0 0 30px;
	float:left
}

#footer h2 {
	margin:0;
	padding:0 0 0 10px;
	font-size:93%;
	line-height:2
}

#footer h2 a {
	color:#fff
}

#footer ul {
	margin:0;
	padding:10px 0 0 10px
}

#footer ul li {
	font-size:93%;
	font-weight:700;
	line-height:2;
	margin:0;
	padding:0 0 10px;
	list-style-type:none;
	display:inline-block
}

#footer ul li a {
	margin:0;
	padding:0 20px 0 0;
	color:#fff;
	background:none
}

/* サブメニュー用

#footer ul li{

	font-size:85%;

	line-height:1.7;

	margin:0;

	padding:0 ;

	list-style-type:none;

}



#footer ul li a{

	margin:0;

	padding:0 0 0 10px;

	color:#fff;

	background:url(/sd/wp-content/themes/theme/images/arrow01.png) no-repeat 0 2px;

}

*/
/* コピーライト */
#copyrighy {
	clear:both;
	margin:0;
	padding:15px 0;
	text-align:center;
	background:#151515
}

#copyrighy p{
	color: #e1e1e1;
	font-size: 10px;

}

/* ---------------------------- ↑全ページ共通の枠組み指定 ---------------------------- */
/* catLink01 */
.catLink01 {
	width:193px;
	margin:15px 0 0 6px;
	padding:11px 15px;
	background:#ededed
}

.catLink01 a {
	color:#666;
	font-size:93%;
	line-height:1.5
}

.catLink01 a.tenpo {
	display:block;
	margin:0;
	padding:4px 0 5px 35px;
	background:url(/sd/wp-content/themes/theme/images/tham_top_tenpo.jpg) no-repeat
}

.catLink01 a.info {
	display:block;
	margin:0;
	padding:4px 0 5px 35px;
	background:url(/sd/wp-content/themes/theme/images/tham_top_info.jpg) no-repeat
}

.catLink01 a.support {
	display:block;
	margin:0;
	padding:4px 0 5px 35px;
	background:url(/sd/wp-content/themes/theme/images/tham_top_support.jpg) no-repeat
}

.catLink01 a.support2 {
	display:block;
	margin:0;
	padding:4px 0 5px 35px;
	background:url(/sd/wp-content/themes/theme/images/tham_top_support2.jpg) no-repeat
}

.catLink01 a.blogLink {
	display:block;
	margin:0;
	padding:6px 0 0 45px;
	background:url(/sd/wp-content/themes/theme/images/tham_top_blog.gif) no-repeat
}

.catLink01 a.recruit {
	display:block;
	margin:0;
	padding:4px 0 5px 35px;
	background:url(/sd/wp-content/themes/theme/images/tham_top_recruit.jpg) no-repeat
}

.catLink01 a.report {
	display:block;
	margin:0;
	padding:4px 0 5px 35px;
	background:url(/sd/wp-content/themes/theme/images/tham_top_report.jpg) no-repeat
}

.catLink01 a.arrow01 {
	display:block;
	margin:0;
	padding:0 0 0 20px;
	background:url(/sd/wp-content/themes/theme/images/arrow01.gif) no-repeat 0 50%;
	font-size:93%;
	line-height:1.5;
	color:#666
}

/* catLink02 */
.catLink02 {
	width:273px;
	margin:15px 0 0 6px;
	padding:11px 15px;
	background:#ededed
}

.catLink02 a {
	display:block;
	margin:0;
	padding:0 0 0 20px;
	background:url(/sd/wp-content/themes/theme/images/arrow01.gif) no-repeat 0 50%;
	font-size:93%;
	line-height:1.5;
	color:#666
}

/* ----------------（トップページ）---------------- */
#top {
	width:990px;
	margin:50px auto 0
}

#top div.item {
	width:320px;
	display:block;
	margin:0 0 70px 10px;
	padding:0
}

#top div.item div.photo {
	margin:0;
	padding:0
}

#top div.news {
	position:relative;
	width:100px;
	height:24px;
	margin:-20px 0 0;
	padding:15px 0 15px 50px;
	background:url(/sd/wp-content/themes/theme/images/icon_news2.png) no-repeat;
	font-size:85%;
	color:#fff;
	z-index:1
}

#top div.recruit {
	position:relative;
	width:100px;
	height:24px;
	margin:-20px 0 0;
	padding:15px 0 15px 50px;
	background:url(/sd/wp-content/themes/theme/images/icon_recruit2.png) no-repeat;
	font-size:85%;
	color:#fff;
	z-index:1
}

#top div.seminar {
	position:relative;
	width:100px;
	height:24px;
	margin:-20px 0 0;
	padding:15px 0 15px 50px;
	background:url(/sd/wp-content/themes/theme/images/icon_seminar2.png) no-repeat;
	font-size:85%;
	color:#fff;
	z-index:1
}

#top div.item p.date {
	margin:0;
	padding:0;
	font-size:131%;
	line-height:1.5;
	color:#000;
	font-family:Helvetica,sans-serif
}

#top div.item h2 {
	width:300px;
	margin:0;
	padding:0;
	font-size:131%;
	line-height:1.4
}

#top div.item p {
	width:300px;
	margin:0;
	padding:5px 0 0;
	font-size:93%;
	line-height:1.7;
	color:#666
}

/* ----------------（サブページ）---------------- */
#contents {
	width:960px;
	margin:0 auto
}

#main {
	margin:20px auto 40px;
}

.main_right {
	width:680px;
	float:left;
	margin:0 0 50px
}

.main_left {
	width:680px;
	float:right;
	margin:0 0 50px
}


#main #contentsList a.block h3 {
	border-left:none;
	border-bottom:none
}


#breadcrumbs {
	margin:0; font-size:12px;
}

/* ----------------（サイドメニュー）---------------- */
#side_menu {
	width:260px;
	margin:38px 0 40px
}

.side_left {
	float:left
}

.side_right {
	float:right
}

#side_menu ul {
	margin:0 0 20px;
	padding:0
}

#side_menu ul li {
	width:260px;
	list-style:none
}

#side_menu ul li:last-child {
	border-bottom:solid 1px #ededed
}

#side_menu ul li a {
	display:block;
	font-size:14px;
	width:223px;
	background:url(/wp-content/themes/theme/images/side_arrow.gif) 5% 50% no-repeat;
	border-top:solid 1px #ededed;
	border-left:solid 1px #ededed;
	border-right:solid 1px #ededed;
	padding:20px 0 18px 35px;
	margin:0
}

#side_menu ul li a:hover {
	text-decoration:none
}

#side_menu .banner ul li a {
	list-style:none;
	font-size:14px;
	width:260px;
	background:none;
	border:none;
	padding:0;
	margin:10px 0
}

#side_menu .banner ul li:last-child {
	border:none
}

#mobile,#sidr {
	display:none
}

/* ----------------（レポート）---------------- */

.report_sec{ 

}

.report_sec dl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.report_sec dt {
	clear: left;
	float: left;
	width: 7em;
	padding: 0.5em ; /* dt と dl の 「padding:」 上下を揃えないと微妙にずれる */
}

.report_sec dt:after {
    content: " ";
}

.report_sec dd {
	float: left;
	padding: 0.5em 0; /* dt と dl の 「padding:」 上下を揃えないと微妙にずれる */
}

/* ----------------（セミナー）---------------- */

.report_sem{ 

}

.report_sem dl:after {
    content: " ";
	display: block;
	clear: both;
	height: 0;
}

.report_sem dt {
	clear: left;
	float: left;
	width: 9em;
	padding: 0.5em ; /* dt と dl の 「padding:」 上下を揃えないと微妙にずれる */
}

.report_sem dd:before {
    content: " : ";
}

.report_sem dd {
	padding: 0.5em 0; /* dt と dl の 「padding:」 上下を揃えないと微妙にずれる */
}<br />
<b>Warning</b>:  include(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in <b>/home/nkgr/nkgr.co.jp/public_html/ks/wp-content/themes/theme/css/print.php</b> on line <b>10</b><br />
<br />
<b>Warning</b>:  include(http://nkgr.co.jp/wp-content/themes/theme/css/sharepc.css): failed to open stream: no suitable wrapper could be found in <b>/home/nkgr/nkgr.co.jp/public_html/ks/wp-content/themes/theme/css/print.php</b> on line <b>10</b><br />
<br />
<b>Warning</b>:  include(): Failed opening 'http://nkgr.co.jp/wp-content/themes/theme/css/sharepc.css' for inclusion (include_path='.:/opt/php-7.3.33-3/data/pear') in <b>/home/nkgr/nkgr.co.jp/public_html/ks/wp-content/themes/theme/css/print.php</b> on line <b>10</b><br />

#breadcrumbs,#headerR,#group,#footerBg,#side_menu,#grandmenu{
	display:none;
}
.main_left,.main_right{width:95%;}