
@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;
}


@media only screen and (min-width:481px) {
/* ---------------------------- ↑共通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:」 上下を揃えないと微妙にずれる */
}
}


@media screen and (max-width:480px){
/* ----------------（スマホ版）---------------- */
html,body {
	width:100%;
	height:100%;
	margin:0
}
body{

}
p{
	font-size:12px;	
	padding:5px;
}

#mobile {
	width:100%;
	height:auto;
	background:#2A5CAA;
	position:fixed;
	z-index:999;
	-webkit-box-shadow:0 3px 2px rgba(80,80,80,0.3);
	-moz-box-shadow:0 3px 2px rgba(80,80,80,0.3);
	box-shadow:0 3px 2px rgba(80,80,80,0.3)
}

#mobile a {
	min-height:40px;
	margin:0
}

#mobile a img {
	height:inherit;
	vertical-align:top
}

.sidr {
	display:none;
	position:absolute;
	top:0;
	right:-300px!important;
	height:auto;
	z-index:999999;
	width:260px;
	font-size:100%;
	background:#efefef;
	color:#333;
	padding:20px;
	-webkit-box-shadow:inset 3px 1px 2px rgba(80,80,80,0.3);
	-moz-box-shadow:inset 3px 1px 2px rgba(80,80,80,0.3);
	box-shadow:inset 3px 1px 2px rgba(80,80,80,0.3)
}

.sidr .sidr-inner {
	padding:0 0 15px
}

.sidr .sidr-inner>p {
	margin-left:15px;
	margin-right:15px
}

.sidr.right {
	left:auto;
	right:-260px
}

.sidr h2 {
	font-size:100%;
	font-weight:400;
	padding:10px 0 5px;
	margin:0;
	color:#333;
	line-height:1.8;
	text-align:left;
	border-bottom:solid 1px #2A5CAA
}

.sidr p.close {
	font-weight:700;
	text-align:right;
	margin:0
}

.sidr p.close a {
	color:#fff;
	font-size:100%;
	text-decoration:none;
	padding:3px 10px;
	background:#ccc
}

.sidr ul {
	display:block;
	margin:0 0 15px;
	padding:0
}

.sidr ul li {
	display:block;
	margin:0;
	text-align:left
}

.sidr ul li a {
	border-bottom:1px solid #fff;
	display:block;
	text-decoration:none;
	font-size:80%;
	color:#333;
	padding:12px 0 10px 8px
}

.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active {
	border-top:none
}

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

p.backhome {
	text-align:left
}

p.backhome a {
	color:#fff;
	font-size:100%;
	font-weight:700;
	text-decoration:none;
	background:#2A5CAA;
	padding:3px 10px
}

#header {
	width:100%;
	margin:0 auto;
	background-color:#fff;
	text-align:center
}

#logo {
	padding:65px 0 0px;
	margin:0
}

#logo img{ zoom:0.8;
	}

.head_copy { font-size:10px; padding-bottom:10px;
color:#8F8F8F;
}
	
#headerTel{ display:none; padding-bottom:10px;	
	}
#headerTel img{
	 zoom:0.8;
	}

#headerNavi {
	display:none
}

#grandmenu {
	display:none
}

#search-box {
	display:none
}

#mainvisBox {
	position:relative;
	width:100%;
	height: 195px !important;
	margin:0;
	padding:0;
	background:url(/sd/wp-content/themes/theme/images/visu_top.jpg) center repeat-x #fff;
	text-align:center;
	overflow: hidden !important;
}

#mainvisBox li{
	width:560px !important;
}

#mainvisBox h2 {
	width:90%;
	margin:0 auto;
	padding:50px 0 0;
	text-align:center
}

#mainvisBox h2 .metaslider {
	margin:0 auto
}

.metaslider .slides img{
    display: block;
    width: 172vw !important;
    margin-left: -9vh;
}

#contents {
	width:100%;
	background:#fff;
	margin:0 auto;
	padding: 0 0 30px;
}

#topics{
	width: 100%;
}

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

#topics h2 { 
padding: 35px 0 0 10px;
}

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

#topics div.topicsTxt dl {
	width:90%;
	font-size:90%;
  margin: 10px 10px 0;
	border-bottom: 1px dotted #EEE;
	padding: 5px;
}

#topics div.topicsTxt dt {
	width:100%;
	margin:5px 0 0;
	font-size: 10px;
	padding:5px 0 5px 105px !important ;
}

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

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

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

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

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

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

#topics div.topicsTxt dd {
	width: 100%;
	margin:0;
	padding:0;
}

#more01 {
	width:100%;
	margin: 15px auto 30px;
	padding:0;
	text-align:center
}

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

#breadcrumbs {
	display:none
}

#main {
	width:100%;
	background:#fff;
	margin:0 auto;
	padding:0 0 30px
}

#main h2 {
	width:90%;
	margin:0 auto 10px;
	font-size:100%
}

#top {
	width:90%;
	margin:0 auto
}

#top div.item {
	width:100%;
	display:block;
	margin:0 0 20px;
	padding:20px 0 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 18px 15px 40px;
	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
}

#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.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.item p.date {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:1.5;
	color:#000;
	font-family:Helvetica,sans-serif
}

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

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


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

.mobile100 {
  width: 100%;
}

#contentsList {
	width:90%;
	margin:10px auto 30px;
	padding:0
}

#contentsList .box_category{ position:relative; top:-19px; left:-24px;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
	
}

#contentsList .box_cat00{  background: #ccc;}
#contentsList .box_cat01{  background: #3498db;}
#contentsList .box_cat02{  background: #34d99c;}
#contentsList .box_cat03{  background: #d9a234;}
#contentsList .box_cat04{  background: #d93934;}
#contentsList .box_cat05{  background: #d93484;}
#contentsList .box_cat06{  background: #7b34d9;}
#contentsList .box_cat07{  background: #34d9c3;}

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

#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 97% 8% #F7FAFF
}

#contentsList a.block h3 {
	margin:-10px 0 0 0;
	padding:0;
	font-size:80%;
	line-height:1.5;
	color:#39c;
	border:none
}

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

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

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

#group h2 {
	width:100%;
	margin:0 auto;
	padding:0
}

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

#group h3 a {
	display:block;
	margin:10px 0 0;
	padding:17px 5% 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%;
	font-weight:400;
	color:#2A5CAA;
	text-align:center
}

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

#group li {
	width:100%;
	margin:0;
	padding:0
}

#group li a {
	display:block;
	width:90%;
	margin:10px 20px 0 0;
	padding:17px 5% 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
}

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

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

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

/*  side_menu  */

#side_menu{
	
	text-align:center;}

#side_menu li a{ display:block; border-top:#cccccc 1px solid;
	text-align:center;}
	
#side_menu li:first-child a{ border-top:#cccccc 3px solid;}


#side_menu li a{ display:block; padding:10px;
	text-align:center;}




/*  footer  */

#footerBg {
	clear:both;
	margin:0;
	padding:0;
	background:#333
}

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

#footer div.sitemapTop {
	display:none
}

#footer div.sitemap {
	display:none
}

#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 10px 0
}

#footer ul li {
	font-size:85%;
	line-height:1.7;
	margin:0;
	padding:0;
	list-style-type:none
}

#footer ul li a { display:block;
	margin:0;
	padding:5px 0 5px 20px;
	background:#808080 !important;
	border-top:#aaa dotted 1px;
	color:#fff;
	background:url(/wp-content/themes/theme/images/arrow01.png) no-repeat 10px 11px
}

#footer ul .last-child a{
	border-bottom:#aaa dotted 1px;	
}
#foot_banner ul li{ 
	list-style:none; padding:5px 10px !important; float: none;
}

#foot_banner ul li a{ background:none !important; padding-left: 0;
}

#copyrighy {
	width:90%;
	clear:both;
	margin:0;
	padding:15px 5%;
	text-align:center;
	background: #151515;
    color: #fff;
}

#copyrighy img {
	width:100%;
	height:auto
}

#office {
	width:90%;
	margin:0 auto;
	padding:0
}

#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:80%;
	line-height:1.5;
	color:#fff
}

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

/*レポート */

.report_sec { 
	padding:10px;
}

.report_dl {
    width: 33%;
    float: left;
    margin: 14px;
    /* text-align: center; */
    min-height: 190px;
    padding: 10px;
    border: 1px solid #ccc;
}
.release_link{
	font-size: 12px;
display: block;
}

.release_img{
    width: 100px !important;
    margin: 0 auto !important;
}
.release_img img{
	max-width: 100%;
	height: inherit !important;
}
.release_cat {
    display: block;
    font-size: 10px;
    background-color: #3A5CAF;
    color: #fff;
    padding: 2px;
    text-align: center;
    margin: 5px 5px;
}
.release_day {
    display: block;
    text-align: center;
    font-size: 13px;
    margin: 2px;
}



.release_cat{
display: block;
}
.release_day{
display: block;
}
.release_link{
display: block;
}

.report_sec dt {
}

.report_sec dd {
	margin:5px 0 10px 0;
}

.side_report { 
	padding:10px;
}

.side_report h2{ 
	border-bottom:#CCC 1px solid; 
	background:#efefef; 
	border-top:#CCC 1px solid; 
	padding:5px;
}

.side_report dt {
	text-align:left;
}

.side_report dd {
	text-align:left;
	margin:5px 0 10px 0;
}

/*  banner   */
.banner li{ margin:5px auto; 	
}
#main table {
	border-collapse:collapse;
	margin:10px 5px 0 5px;
}

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

/*ページネーション*/

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:12px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:11px 15px 9px 14px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:11px 15px 9px 14px;
background: #3279BB;
color:#fff;
}}

/* ---------------------------- ボタン ---------------------------- */

.button {
	display: inline-block;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
		padding:0 30px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #3A5CAF;
	border: 2px solid #3A5CAF;
	color: #fff;
	line-height: 50px;
}
.button:link,
.button:visited {
	color: #fff;
		text-decoration:none;
}
.button:hover {
	background-color: #fff;
	border-color: #3A5CAF;
	color: #3A5CAF;
		text-decoration:none;
}
