
@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 #2A5CAA;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:15px;
	font-size:24px;
	font-weight:bold;
	margin:20px 0 30px;
	line-height: 120%;

}

#main h3 {
	font-size:18px;
	border-left:4px solid #2A5CAA;
	border-bottom:1px dotted #999;
	padding:5px 0 8px 15px;
	margin:30px 0 20px 10px
}

#main h4 {
	color:#2A5CAA;
	font-size:18px;
	font-weight:700;
	margin:10px 0 10px 10px
}

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


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

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

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


/****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;
}

#foot_banner{ float:left;
	
}
#foot_banner li{ float:left; list-style:none; margin:10px;
}





/* ---------------------------- ↑共通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.6;
	*font-size:small;
	*font:x-small;
	line-height:1;
	background:url(/wp-content/themes/theme/images/bg_body.jpg);
	color:#333;

}

#main{
	font-size:16px;
	line-height:22px;
	padding-top: 130px;

}


#main table {
	border-collapse:collapse;
	margin:10px 0 0 10px;
}

#main table th {
	background:#efefef;
	border:solid 1px #ccc;
	text-align:center;
	padding:9px; white-space:nowrap;
}

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

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

#main input ,#main select,#main textarea{
	border:0;
padding:5px;
font-size:1.2em;
font-family:Arial, sans-serif;
color: #1F1F1F;
border:solid 1px #ccc;
margin:5px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

	}
#main input:focus {
    border:solid 1px #EEA34A;
}

.font_dred{color:#D00003}

#main .wdt050{ width:50px;}
#main .wdt100{ width:100px;}
#main .wdt150{ width:150px;}
#main .wdt200{ width:200px;}
#main .wdt250{ width:250px;}
#main .wdt300{ width:300px;}
#main .wdt350{ width:350px;}
#main .wdt400{ width:400px;}

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

#header {
	width:960px;
	margin:0 auto;
	padding:10px 0 25px;

}

#headerBG{
  -webkit-box-shadow: 0 6px 15px -6px #DFDFDF;
  -moz-box-shadow: 0 6px 15px -6px #DFDFDF;
  box-shadow: 0 6px 15px -6px #DFDFDF;
  z-index: 100;
  position: fixed !important;
  position: absolute;
  width: 100%;
  background-color: #FFF;
  height: 110px;

}

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

#logo_title {
	position:absolute;
	top:65px;
	font-size:10px;
	color:#787878;
}

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

#logo img {
	width:70%;
	height:70%
}

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

#headerBlock01 {
	width:660px;
	margin:0;
	padding:10px 0 0
}

#search-box {
	width:660px;
	clear:both;
	margin:0;
	padding:0
}

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

#searchText {
	width:120px;
	height:18px;
	padding:0;
	margin: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:23px;
	height:20px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	cursor:pointer
}

#headerNavi {
	margin:0;
	padding:25px 0 0;
	clear:both
}

#headerNavi ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:right
}

#headerNavi li {
	margin:0 0 0 15px;
	padding:0;
	line-height:1;
	font-size:100%;
	font-weight:700;
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:top
}

#headerNavi li a {
	margin:0;
	padding:0 0 2px;
	color:#000;
	text-decoration:none
}

#headerNavi li a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #666
}

/* --------------mainvisBox-------------- */
#mainvisBox {
	position:relative;
	min-width:960px;
	width:100%;
	/*height:400px;*/
	margin:0;
	padding:0;
	/*background:url(/wp-content/themes/theme/images/visu_top.jpg) center repeat-x #fff;*/
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	text-align:center
}

#mainvisBox h2 {
	margin:0;
	padding:0;
	text-align:center
}

#mainvisBox h2 .metaslider {
	margin:0 auto;
	padding-top: 110px;

}

.metaslider img {
	/*margin-top:15px!important*/
}

/* --------------pageTitle-------------- */
#pageTitle {
	clear:both;
	margin:0;
	padding:18px 0;
	background:#09c
}

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

#banner{
	text-align: center;
	margin:10px 0;
}

/* --------------breadcrumb（パンくずリスト）-------------- */
#breadcrumbs {
		font-size:12px;
	margin:0;
	padding:0;
}



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

/* --------------contentsBody-------------- */
#contentsBody {
	width:720px;
	margin:50px 0 0;
	padding:0;
	float:right
}

/* --------------contentsSub-------------- */
#contentsSub {
	width:190px;
	margin:50px 0 0;
	padding:0;
	float:left;
	padding-top: 110px;

}

#contentsSub h3 {
	margin:0;
	padding:0
}

#contentsSub ul {
	width:190px;
	margin:15px 0 0;
	padding:0;
	list-style-type:none;
	border-bottom:1px solid #fff;
	border-top:1px solid #bbb;
	font-size:100%;

	line-height:1.5
}

#contentsSub li {
	margin:0;
	padding:0;
	list-style-type:none;
	border-top:1px solid #fff;
	border-bottom:1px solid #bbb
}

#contentsSub li a {
	display:block;
	margin:0;
	padding:12px 0 12px 31px;
	background:url(/wp-content/themes/theme/images/arrow02.gif) no-repeat 16px 50%;
	color:#069
}

#contentsSub li a:hover {
	display:block;
	margin:0;
	padding:12px 0 12px 31px;
	background:url(/wp-content/themes/theme/images/arrow03.gif) no-repeat 16px 50% #09c;
	color:#fff;
	text-decoration:none
}

#contentsSub ul li ul {
	width:190px;
	margin:0;
	padding:0 0 15px;
	list-style-type:none;
	border-bottom:none;
	font-size:93%;
	line-height:1.5;
	border-top:none
}

#contentsSub ul li ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	border-top:none;
	border-bottom:none
}

#contentsSub ul li ul li a {
	display:block;
	margin:0;
	padding:7px 0 7px 47px;
	background:url(/wp-content/themes/theme/images/arrow02.gif) no-repeat 31px 50%
}

#contentsSub ul li ul li a:hover {
	display:block;
	margin:0;
	padding:7px 0 7px 47px;
	background:url(/wp-content/themes/theme/images/arrow03.gif) no-repeat 31px 50% #09c;
	color:#fff;
	text-decoration:none
}

/* --------------contentsSub-------------- */
#contentsSubBlog {
	width:190px;
	margin:50px 0 0;
	padding:0;
	float:left
}

#contentsSubBlog h3 {
	margin:0;
	padding:0
}

#contentsSubBlog ul {
	width:190px;
	margin:15px 0 0;
	padding:0;
	list-style-type:none;
	font-size:100%;
	line-height:1.5
}

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

#contentsSubBlog li a,#contentsSubBlog p a {
	display:block;
	margin:0;
	padding:5px 0 5px 31px;
	background:url(/wp-content/themes/theme/images/arrow02.gif) no-repeat 16px 50%;
	color:#069
}

#contentsSubBlog li a:hover,#contentsSubBlog p a:hover {
	display:block;
	margin:0;
	padding:5px 0 5px 31px;
	background:url(/wp-content/themes/theme/images/arrow03.gif) no-repeat 16px 50% #09c;
	color:#fff;
	text-decoration:none
}

#contentsSubBlog p {
	margin:15px 0 0;
	padding:15px 0 0;
	font-size:100%;
	line-height:1.5;
	border-top:1px dotted #ccc
}

/* --------------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:90%;
	color:#2A5CAA;
	min-height: 110px;
}

#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:#777
}

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

#footer div.sitemapTop {
	width:70px;
	margin:0;
	padding:0;
	float:left
}

#footer div.sitemap {
	width:180px;
	margin:0;
	padding:0;
	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:15px 0 0 10px
}

#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(/wp-content/themes/theme/images/arrow01.png) no-repeat 0 2px
}

#foot_banner{
	 float:left; width:600px;
	
}
#foot_banner ul li{ float:left; list-style:none; padding:5px 10px !important;
}

#foot_banner ul li a{ background:none !important;
}


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

/* ---------------------------- ↑全ページ共通の枠組み指定 ---------------------------- */
/* ------------------------------↓レイアウトカスタマイズ------------------------------ */
/* 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(/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(/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(/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(/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(/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(/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(/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(/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(/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(/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(/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(/wp-content/themes/theme/images/icon_seminar2.png) no-repeat;
	font-size:85%;
	color:#fff;
	z-index:1
}

.font_dred{color: #d80000}

.seminar_table{
	padding: 10px;

}

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

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

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

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

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


#top div.keyword {
	position:relative;
	width:100px;
	height:24px;
	margin:-20px 0 0;
	padding:15px 0 15px 50px;
	background:url(/wp-content/themes/theme/images/icon_keyword2.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 li{ list-style: disc; margin-left: 2em;
}

#main {
	margin:5px auto 50px
}

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

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



/* ----------------（リリース）---------------- */

.news_release{ 
	margin-left:20px;
}

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

.news_release dt {
	clear: left;
	float: left;
	width: 10em;
	padding: 0.5em 10px 0.5em 0; /* dt と dl の 「padding:」 上下を揃えないと微妙にずれる */
	text-align: right;
}
.nrelease .news_release dt {

	width: 100px;

}


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

.nrelease .news_release dd {
	min-height: 70px;
}

/* ----------------（パブリシティー）---------------- */

.publish{ 
	margin-left:20px;
}

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

.publish dt {
	clear: left;
	float: left;
	width: 13em;
	padding: 0.5em 0; /* dt と dl の 「padding:」 上下を揃えないと微妙にずれる */
	text-align: right;
}

.publish dt:after {
    content: "：";
}

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


#list_book {
	width: 900px;
	margin: 5px 0 0 7px;
	line-height: 1.34em;
	overflow: hidden;
}



#list_book li {
	float: left;
	width: 101px;
	height: 250px;
	padding-left: 11px;
	list-style: none;
}



#list_book img {
	display: block;
	border: 1px solid #CCCCCC;
}



#list_book .comment {
	display: block;
	margin-top: 7px;
}

#list_book .comment a,
#list_book .comment a:visited {
	text-decoration: none;
}

#list_book .comment a:hover {
	text-decoration: underline;
}


/* ----------------（会社概要）---------------- */

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

.list_officer dt {
	clear: left;
	float: left;
	width: 8em;
	padding: 0.2em 0; /* dt と dl の 「padding:」 上下を揃えないと微妙にずれる */
	text-align: right;
}

.list_officer dt:after {
    content: "：";
}

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


/* ----------------（Navigatorランディングページ）---------------- */

#landingpage {
	padding-top: 80px;
}
#landingpage .catch-block {
	background-color: #26588b;
    height: 40px;
    width: 100%;
    position: fixed;
    top:0;
    z-index: 100;
}
#landingpage p.catch-copy {
    color: #fff;
    width: 545px;
    margin: 0px auto 0 20px;
    font-size: 20px;
    padding: 10px 0;
    float: left;
}

#landingpage .btn_login a{
    color: #fff;
    padding: 7px 10px;
    background-color: #ec7c1c;
    width: 113px;
    float: right;
    margin: 5px 10px;
    text-align: center;
}
#landingpage .landingmenu {
	width: 996px;
	margin: 0 auto;
	position: relative;
    /*top: -40px;*/
}
#landingpage .landingmenu ul {
    text-align: right;
}
#landingpage .landingmenu li {
    display: inline-block;
}
#landingpage .landingmenu li a {
    color: #26588b;
    font-size: 14px;
    background-color: #bdcddc;
    padding: 6px 20px;
    display: inline-block;
    margin-top: 5px;
    transition: 0.3s ;
}
#landingpage .landingmenu li a:hover {
    color: #26588b;
    background-color: #fff;
    text-decoration: none;
}

#landingpage .landingmenu li.introductionlist a {
    color: #26588b;
    font-size: 14px;
    background-color: #fff100;
    padding: 6px 20px;
    display: inline-block;
    margin-top: 5px;
    transition: 0.3s ;
}
#landingpage .landingmenu li.introductionlist a:hover {
    color: #26588b;
    background-color: #fff;
    text-decoration: none;
}
#landingpage .submenu {
	position: fixed;
	top: 40px;
	width: 100%;
	background-color: #fff;
	z-index: 99;
}
#landingpage .submenu ul {
	width: 996px;
	margin: 0 auto;
	position: relative;
}
#landingpage .submenu ul li {
	display: inline-block;
	line-height: 36px;
}
#landingpage .submenu ul li a {
	padding: 8px 20px;
	font-size: 120%;
}
#landingpage #nav2a { position: relative; top: -120px; display: block;}
#landingpage #nav2b { position: relative; top: -120px; display: block;}
#landingpage #nav2c { position: relative; top: -120px; display: block;}
#landingpage #nav2d { position: relative; top: -120px; display: block;}
#landingpage #nav2e { position: relative; top: -120px; display: block;}
#landingpage #nav2f { position: relative; top: -120px; display: block;}
#landingpage .landingblock p.nav2btn {
    /*margin-top: 65px;
    margin-bottom: 60px;*/
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
#landingpage .landingblock p.nav2bt:nth-child(1) { margin-top: 65px; }
#landingpage .landingblock p.nav2btn a {
    font-size: 18px;
    color: #fff !important;
    padding: 24px 30px;
    text-decoration: none;
    /*margin-top: 50px;*/
    width: 609px;
    display: inline-block;
}
#landingpage .mainimg { 
	background-image: url(http://nkgr.co.jp/wp-content/uploads/2016/01/navigatrobg.jpg);
	background-repeat: repeat-x;
}
#landingpage .mainbtn { width: 966px; margin: 0 auto 0;}
#landingpage .mainbtn .mainbtncont { width: 526px; margin: 0 auto 0 0; height: 0;}
#landingpage .mainbtn img { position: absolute; top: 543px;}
#landingpage .mainbtn .mainbtncont p { display: inline-block; font-size: 15px; letter-spacing: 0.1em;}
#landingpage .mainbtn p.mainbtn01 a { position: relative; top: -82px; margin-left: 0; margin-right: 13px; color: #fff; background-color: #f08300; padding: 24px 30px;}
#landingpage .mainbtn p.mainbtn02 a { position: relative; top: -82px; margin-right: 13px; color: #fff; background-color: #f08300; padding: 24px 30px; }
#landingpage .mainbtn .mainbtncont p a:hover { text-decoration: none; filter:alpha(opacity=60); opacity:0.6; }

#landingpage .h2block { 
	background-color: #176da0;
	height: 82px;
}
#landingpage h2 { 
	color: #fff;
	width: 996px;
    margin: 0px auto 0;
    font-size: 26px;
    font-weight: bold;
    padding: 28px 0;
    text-align: center
}
#landingpage img { 
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#landingpage .contactnavi { 
    width: 775px;
    margin: 50px auto 50px;
}
#landingpage .contactintro { 
	font-size: 20px;
	text-align: center;
}
#landingpage p.docbtn { text-align: center; margin: 60px 0 80px; 
}
#landingpage p.docbtn a {
    color: #fff;
    font-size: 18px;
    background-color: #f08300;
    padding: 24px 30px;
}
#landingpage p.docbtn a:hover { text-decoration: none; filter:alpha(opacity=60); opacity:0.6; }


#landingpage h3.faqtheme {
	font-size: 26px;
	color: #404040;
	font-weight:bold;
	margin-top: 70px;
}
#landingpage h4.faqques {
	font-size: 20px;
	color: #046ab6;
	margin: 40px 0 20px;
}
#landingpage p.faqans {
	font-size: 14px;
	line-height: 1.5em;
}

#landingpage table.form {
    border: hidden;
    width: 50%;
    margin: 20px auto;
}
#landingpage table {
    border-collapse: collapse;
    margin: 10px 20px;
}
#landingpage table.form td {
    border: 1px #ccc dotted;
}
#landingpage table td {
    background: #fff;
    padding: 9px;
}

#landingpage .wpcf7 input {
    width: 100%;
}
#landingpage .wpcf7-textarea { width:100%; }
#landingpage .wpcf7-submit {
	width: 125px !important;
    padding: 10px 37px;
}

#landingpage form.post-password-form {
	text-align: center;
	line-height: 3em;
	font-size: 1.2em;
    margin-bottom: 60px;
}


.landingfoot #footer {
	width: 100% !important;
	background-color: #54585b;
	padding: 20px 0 15px;
}
.landingfoot #footer_area {
	width: 775px;
    margin: 0 auto 0;
    color: #fff;
}
.landingfoot #footer_area .footer_sitename {
	padding: 0;
	font-size: 150%;
	letter-spacing: 0.15em;
}
.landingfoot #footer_area .footer_text01 { font-size: 17px; margin-bottom: 30px; }
.landingfoot #footer_area .footer_text { font-size: 12px; line-height: 1.5em; margin-bottom: 30px; }
.nav2 #footer_area .footer_text { margin-bottom: 10px; }
.landingfoot #footer_area .footer_text02 { line-height: 1.5em; margin-bottom: 30px; }
.landingfoot #footer_area .address { text-align: center; font-size: 8px; } 

#landingpage .landingcontents { 
	/*width: 996px;*/
	width: 800px;
    margin: 0px auto 0;
}
#landingpage .landingcontents h3 {
    font-size: 26px;
    letter-spacing: 0.2em;
    padding: 12px 0px 11px;
    border-bottom: 3px solid #0073bd;
    color: #0073bd;
    margin-bottom: 30px;
    font-weight: bold;
}
#landingpage .landingcontents ul {
    margin-bottom: 50px;
    margin-left: 13px;
}
#landingpage .landingcontents li {
    line-height: 1.7em;
    list-style: none;
    font-size: 1.1em;
}

/* ----------------（サイドメニュー）---------------- */
#side_menu {
	width:260px;
	margin:20px 0 40px;
	padding-top: 122px;

}

.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(/sd/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;
	width:0;
	margin:0;
	padding:0;	
}

.newsletter{ padding:20px; border-bottom:#CDCDCD 1px dotted;	
}

/*共通パーツ*/

.all10{ margin:10px;	
}

.T10{margin-top:10px;}
.T20{margin-top:20px;}
.T30{margin-top:30px;}

.L10{margin-left:10px;}
.L20{margin-left:20px;}
.L30{margin-left:30px;}

.R10{margin-right:10px;}
.R20{margin-right:20px;}
.R30{margin-right:30px;}

.B10{margin-bottom:10px;}
.B20{margin-bottom:20px;}
.B30{margin-bottom:30px;}

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

/*ページネーション*/
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}

/*セミナー個別ページ*/
#seminar_contents div div{
margin-left:20px;
}

/*セミナーフォーム*/
div .wpcf7{
  margin: 20px 30px !Important;
}
.wpcf7 label{
	font-weight: bold;
}

.wpcf7 .controls{
	font-size: 90%;
  color: #155779;
}

.wpcf7 .form_group{
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.wpcf7 input{

}

/** 申込フォームチェックボックス */
.wpcf7 .wpcf7-checkbox span.wpcf7-list-item {
    display: block;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
    font-weight: normal;
}

.wp-pagenavi{
	  text-align: center;
  margin: 20px;
}
/* navigator2 承認チェックボックス */
#landingpage span.acceptance-180 input.wpcf7-acceptance {
	width: 25px !important;
	vertical-align: bottom;
}
#breadcrumbs,#headerR,#group,#footerBg,#side_menu{
	display:none;
}
.main_left,.main_right{width:95%;}