@charset "UTF-8";
/* CSS Document */

#container{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	padding-top: 98px;
}
article h1#title{
	text-align: center;
	padding: 72px 0px;
}
header{
	top:0;
	left:0;
	z-index: 999;
}
/*==========================================================
  ce
==========================================================*/
.ceTop #ceList{}
.ceTop #ceList li{
	float: left;
	margin-right: 55px;
	margin-bottom: 25px;
	border:1px solid #FFF;
}
.ceTop #ceList li:nth-child(5n){
	margin-right: 0px;
}
.ceTop #ceList li:hover{
	border:1px dashed #06569f;
}
/* ceDtail
==========================================================*/
.ceDtail #pageTitArea{
	position: relative;

}
.ceDtail #pageTitArea #pageTitTxt{
	position: absolute;
	top:0;
	left:50%;
	width: 600px;
	margin-left: -435px;
	z-index: 10;
}
.ceDtail #pageTitArea img#bgImg{
	position: relative;
	top:0;
	left:50%;
	margin-left: -1000px;
}
.ceDtail  #contents{
}
.ceDtail #sidebar #pnav{
	width: 163px;
	padding: 25px 0px 25px 42px;
	background: #f2f2f2;
	margin-top: 50px;
}
.ceDtail #sidebar #pnav ul li{
	margin-bottom: 5px;
}
.ceDtail #LCol{
	width: 730px;
	padding-top: 45px;
	margin-left: 65px;
}
.ceDtail #LCol section{
	margin-bottom: 65px;
}
.ceDtail #LCol section:last-child{
	margin-bottom: 0px;
}
.ceDtail #LCol section h1{
	margin-bottom: 25px;
}
.ceDtail #LCol section .txt{
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.ceDtail #LCol section dl#jisseki dt{
	width: 240px;
	background: url(../images/bg_border.png) repeat-x center center;
	clear: left;
	float: left;
}
.ceDtail #LCol section dl#jisseki dt p{
	display: inline-block;
	padding-right: 10px;
	background: #FFF;
}
.ceDtail #LCol section dl#jisseki dd{
	padding-left: 250px;
	margin-bottom: 8px;
}
/*==========================================================
  client
==========================================================*/
.client #contents {
	width: 100%;
	min-width: 1000px;
	background: #eaf3f2;
	padding-top: 55px;
	color: #333;
}
.client #contents nav#pnav{
	margin-bottom: 45px;
}
.client #contents nav#pnav #pnavAttention{
	font-size: 13px;
	border-bottom:1px dashed #999;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.client #contents nav#pnav ul.list{
	display: inline-block;
	vertical-align: top;
	width: 280px;
	margin-right: 13px;
}
.client #contents nav#pnav ul.list li{
	margin-bottom: 15px;
}
.client #contents nav#pnav ul.list li:hover{
	cursor: pointer;
	opacity:0.50;
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /*For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* For IE 8 */
}
.client #contents nav#pnav ul.list li a{
	color: #333;
	text-decoration: none;
}
.client #contents nav#pnav ul.list li p{
	font-size: 10px;
	padding-left: 65px;
}
.client #contents nav#pnav ul.list li p.coName{
	font-size: 12px;
	color: #06569f;
	font-weight: bold;
	background: url(../images/client/bg_arrow.gif) no-repeat center left;
}
.client #contents nav#pnav ul.list li p.new{
	background: url(../images/client/bg_arrowNew.gif) no-repeat center left;
}

.client #contents section {
	padding-bottom: 25px; 
	/* margin-top:-98px;
	padding-top:143px;*/
}
.client #contents section .inner{
	background:#FFF;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	min-height: 375px;
	padding: 20px 40px 20px 20px;
	margin-bottom: 10px;
}

.client #contents section p.photoName{
	float: left;
	width: 205px;
	overflow: hidden;
}
.client #contents section .txtArea{
	float: right;
	width: 585px;
}
.client #contents section .txtArea .type{
	font-size: 15px;
}
.client #contents section .txtArea .coName{
	font-size: 17px;
	color:#06569f;
	margin-bottom: 35px;
}
.client #contents section .txtArea .keyImg{
	margin-bottom: 30px;
}
.client #contents section .txtArea .txt{
	font-size: 15px;
	line-height: 1.7;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

.client #contents #pageNum {
	width: 515px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 90px;
	font-size: 15px;
	line-height: 1.0;
}
.client #contents #pageNum p{
	width: 150px;
	display: block;
	text-align: center;
}
.client #contents #pageNum a{
	display: block;
	padding: 10px 5px  8px 5px;
	background: #FFF;
	color:#333;
	text-decoration: none;
}
.client #contents #pageNum a.current,
.client #contents #pageNum a:hover{
	color:#CCC;
}
.client #contents #pageNum ul{
	width: 215px;
	text-align: center;
}
.client #contents #pageNum ul li{
	display: inline-block;
	margin: 0px 5px;
}
.client #contents #pageNum ul li a{
	padding-right: 15px;
	padding-left: 15px;
}


/*==========================================================
  service
==========================================================*/

.service #contents {
	width: 100%;
	min-width: 1000px;
	background: #eaf3f2;
	padding-bottom: 80px;
	color: #333;
	position: relative;
	overflow:hidden;
}
.service #sidebar{
	position: absolute;
	top:0px;
	left:50%;
	margin-left: 300px;
	width: 100%;
}
.service #snav {
	padding-top: 100px;/*Lcol連動*/
}
.service #snav dl{width: 100%;}
.service #snav dl dt{
	border-bottom:1px dashed #999;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
.service #snav dl dd{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom:1px dashed #999;

}
.service #snav dl dd p{
	margin-bottom: 5px;
}
.service #LCol{
	width: 760px;
	padding-top: 55px;/*snavと連動*/
	overflow: hidden;
}
.service #LCol #pageInfo{
	padding-left: 50px;
	padding-right: 35px;
	margin-bottom: 80px;
}
.service #LCol #pageInfo h2{
	margin-bottom: 50px;
}
.service #LCol #pageInfo #pnav > dt{
	border-bottom:1px dashed #999;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
.service .backContents{
	margin-top: 30px;
}
.service ul#serviceList01 {
	text-align: center;
	padding: 30px 0px;
	border-bottom:1px dashed #999;
}
.service ul#serviceList01 li{
	display: inline-block;
	vertical-align: top;
	margin-right: 24px;
}
.service ul#serviceList01 li:last-child{
	margin-right: 0;
}

/* solution
==========================================================*/
.solution #LCol #pageInfo #pnav > dd > dl{
	display: inline-block;
	vertical-align: top;
	width: 310px;
}

.solution #LCol #pageInfo #pnav > dd > dl dt{
	clear: left;
	float: left;
	width: 40px;
}
.solution #LCol #pageInfo #pnav > dd > dl dd{
	padding-left: 40px;
	margin-bottom: 5px;
}
.solution #LCol section{
	margin-bottom: 30px;
}
.solution #LCol section h1{
	margin-bottom: 15px;
}
.solution #LCol section p.txt{
	padding-left: 70px;
	font-size: 13px;
	line-height: 2.0;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

/* ces01
==========================================================*/
.ces01 #LCol #pageInfo #pnav > dd > dl dt{
	clear: left;
	float: left;
	width: 35px;
}
.ces01 #LCol #pageInfo #pnav > dd > dl dd{
	padding-left: 35px;
	margin-bottom: 5px;
}
.ces01 #LCol section{
	margin-bottom: 30px;
}
.ces01 #LCol section h1{
	margin-bottom: 15px;
}
.ces01 #LCol section p.txt{
	padding-left: 70px;
	font-size: 13px;
	line-height: 2.0;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.ces01 #LCol section .wbox{
	display: inline-block;
	margin-left: 70px;
	font-weight: bold;
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ces01 #LCol section .wbox p.txt{
	padding: 30px 40px 30px 40px ;
}
/* ces02
==========================================================*/
.ces02 #LCol #pageInfo #pnav > dd > dl dt{
	clear: left;
	float: left;
	width: 35px;
}
.ces02 #LCol #pageInfo #pnav > dd > dl dd{
	padding-left: 35px;
	margin-bottom: 5px;
}
.ces02 #LCol section{
	margin-bottom: 30px;
}
.ces02 #LCol section h1{
	margin-bottom: 15px;
}
.ces02 #LCol section .txt{
	font-size: 13px;
	line-height: 2.0;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.ces02 #LCol section > p.txt{
	padding-left: 70px;
}
.ces02 #LCol section .wbox{
	display: inline-block;
	margin-left: 70px;
	font-weight: bold;
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 45px 30px 55px 30px;
}
.ces02 #LCol section .wbox p.txt{
	padding: 30px 40px 30px 40px ;
}
.ces02 #LCol section .wbox hr{
	border:none;
	border-bottom:1px dashed #999;
}

.ces02 #LCol section #wbox04 dl{
	width: 600px;
}
.ces02 #LCol section #wbox04 dl dt{
	clear: left;
	float: left;
	width: 35px;
}
.ces02 #LCol section #wbox04 dl dd{
	margin-left: 45px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-left:1px solid #333;
	font-weight: normal;
}


.ces02 #LCol section#num08 dl{
	padding-left: 70px;
}
.ces02 #LCol section#num08 dl dt{
	clear: left;
	float: left;
	width: 35px;
}
.ces02 #LCol section#num08 dl dd{
	margin-left: 45px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-left:1px solid #333;
	font-weight: normal;
}


.info #contents .wbox h2.imgTxt{
	display: table-cell;
	height: 150px;
	vertical-align: middle;
	font-size:24px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:normal;
}





/* ex
==========================================================*/
.ex #LCol #pageInfo #pnav > dd > dl dt{
	clear: left;
	float: left;
	width: 35px;
}
.ex #LCol #pageInfo #pnav > dd > dl dd{
	padding-left: 35px;
	margin-bottom: 5px;
}
.ex #LCol section{
	margin-bottom: 100px;
}
.ex #LCol section h1{
	margin-bottom: 35px;
}
.ex #LCol section .txt{
	font-size: 13px;
	line-height: 2.0;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.ex #LCol section > p.txt{
	padding-left: 70px;
}
.ex #LCol section .wbox{
	display: inline-block;
	margin-left: 60px;
	font-weight: bold;
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 30px 15px 30px 15px;
}

.ex #LCol section .wbox hr{
	border:none;
	border-bottom:1px dashed #999;
}
.ex #LCol section .box{
	margin-left: 50px;
}
.ex #LCol section .box h2{
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* jinji01
==========================================================*/
.jinji01 #LCol{
	width: 700px;
	padding-left: 30px;
}
.jinji01 #LCol #pageInfo{
	padding-left: 5px;
	padding-top:110px;
	margin-bottom: 80px;
}
.jinji01 #LCol section{
	padding-left: 0px;
	margin-bottom: 100px;
}
.jinji01 #LCol section h1{
	margin-bottom: 35px;
}
.jinji01 #LCol .txt{
	font-size: 13px;
	line-height: 2.0;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.jinji01 #LCol section .wbox{
	background: #FFF;
	padding: 30px 25px 30px 30px;
	margin:170px auto 10px;
	overflow:hidden;
	width:600px;
}
.jinji01 #LCol section .wbox3 p.txt{
	padding-left: 220px;
}
.jinji01 #LCol section .box{
	padding: 10px 30px;
	border-right: 1px dashed #999;
	border-left: 1px dashed #999;
}
.jinji01 #LCol section .box h2{
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 10px;
}

/*
20160219追加
*/
.icon_session{
	width:157px;
	height:98px;
	margin-left:-48px;
	position:absolute;
}

.jinji01 #LCol section .icon_session{
	width:157px;
	height:98px;
	margin-left:-48px;
	margin-top:-110px;
	position:absolute;
}

.jinji01 #LCol section #movie{
	width:100%;
	height:337px;
	background-color:#999;/*仮用*/
	font-size:100px;/*仮用*/
	text-align:center;/*仮用*/
	line-height:300px;/*仮用*/
}

.jinji01 #LCol section #person{
	width:100%;
	overflow:hidde;
}

.jinji01 #LCol section #person .box{
	width:50%;
	overflow:hidde;
	float:left;
	border: 0px;
	padding:0px;
	margin:20px 0;
}

.jinji01 #LCol section #person .box .photo{
	width:145px;
	height:119px;
	float:left;
}

.jinji01 #LCol section #person .box .text{
	width:120px;
	overflow:hidden;
	float:left;
	margin-left:20px;
	margin-top:30px;
	font-size:10px;
}

.jinji01 #LCol section #person .box .text .name{
	font-size:20px;
}

#person_date{
	width:640px;
	margin:0 auto;
	overflow:hidden;
	text-align:right;
}

.jinji01 #LCol #num03 h1{
	margin:35px 0 35px 0;
}

.jinji01 #LCol section .wbox2{
	padding: 30px 0 30px 0;
	margin:0px auto 10px;
	overflow:hidden;
	width:655px;
}

.jinji01 #LCol section .wbox2 .box{
	width:100%;
	overflow:hidden;
	border:0px;
	margin:30px 0 0;
	padding: 0;
}

.jinji01 #LCol section .wbox2 .box p{
	overflow:hidden;
	line-height:2;
	margin:20px 0 0;
}

.jinji01 #LCol section .wbox2 .box .images{
	margin:20px 0 0;
}

.jinji01 #LCol section .wbox2 .box .left{
	width:440px;
	overflow:hidden;
	float:left;
	margin:0 30px 0 0;
}

.jinji01 #LCol section .wbox2 .box .right{
	width:176px;
	overflow:hidden;
	float:left;
	margin:0 0 0 0;
}

.jinji01 #LCol section .wbox2 .bar{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin:40px auto;
}

.service #snav dl dd {
    border-bottom: 0px dashed #999;
    margin-bottom: 20px;
}

.jinji01 #LCol section .wbox3{
	background: #FFF;
	padding: 30px 25px 30px 30px;
	margin:170px auto 10px;
	overflow:hidden;
	width:600px;
	border:1px #CCC dashed;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}



/* jinji02
==========================================================*/
.jinji02 #LCol #pageInfo{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 80px;
}
.jinji02 #LCol #pageInfo #pnav > dd > dl dt{
	clear: left;
	float: left;
	width: 153px;
}
.jinji02 #LCol #pageInfo #pnav > dd > dl dd{
	padding-left: 153px;
	margin-bottom: 5px;
}
.jinji02 #LCol{
	width: 700px;
	padding-left: 30px;
}
.jinji02 #LCol #pageInfo{
	padding-left: 5px;
	margin-bottom: 80px;
}
.jinji02 #LCol section{
	padding-left: 0px;
	margin-bottom: 100px;
}
.jinji02 #LCol section h1{
	margin-bottom: 35px;
	padding-bottom: 5px;
	border-bottom:1px dashed #999;
}
.jinji02 #LCol .txt{
	font-size: 13px;
	line-height: 2.0;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.jinji02 #LCol section .wbox{
	background: #FFF;
	border:1px dashed  #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 30px 25px 30px 30px;
}
.jinji02 #LCol section .wbox h2{
	padding-bottom: 40px;
}
.jinji02 #LCol section .wbox p strong{
	font-size: 16px;
}
.jinji02 #LCol section .wbox dl.numList,
.jinji02 #LCol section .wbox dl.timeList{
	margin-bottom: 65px;
}

.jinji02 #LCol section .wbox dl.numList dt{
	clear: left;
	float: left;
	width: 35px;
}
.jinji02 #LCol section .wbox dl.numList dd{
	margin-left: 50px;
	padding-left: 15px;
	border-left:1px solid #999;
	margin-bottom: 60px;
}
.jinji02 #LCol section .wbox dl.timeList dt{
	clear: left;
	float: left;
	width: 130px;
}
.jinji02 #LCol section .wbox dl.timeList dd{
	padding-left: 130px;
	padding-top: 10px;
	margin-bottom: 30px;
}
.jinji02 #LCol section .wbox dl.numList dd:last-of-type,
.jinji02 #LCol section .wbox dl.timeList dd:last-of-type{
	margin-bottom: 0px;
}

/*==========================================================
  seminar
==========================================================*/
.seminar section{
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	background: #fffdf1;
	border:1px dashed #999;
	color:#000;
	margin-bottom: 10px;
}

.seminar p.backContents{
	
}

.seminar section h2{
	font-size: 17px;
	line-height: 1.0;
	padding: 15px 0px 12px 0px;
	text-align: center;
	border-bottom:1px dashed #999;
	font-weight: normal;
	color:#06569f;
}
.seminar section h1{
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-bottom:1px dashed #999;
	padding: 35px 0px 45px 0px;
}
.seminar section .inner{
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	border-bottom:1px dashed #999;
	padding: 30px 35px  30px 35px;
}

.seminar section .inner2{
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: none;
	padding: 30px 35px 0px 35px;
}

/*
*/
.seminar section .koushi .Fleft{
	width: 490px;
}
.seminar section .koushi dl{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}

.seminar section .koushi dl dt{
	clear: left;
	float: left;
	width: 65px;
}
.seminar section .koushi dl dd{
	padding-left: 65px;
}
.seminar section .koushi .stxt{
	font-size: 13px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	margin-bottom: 25px;
	padding-left: 65px;
	padding-right: 20px;
}

.seminar section .koushi .stxt2{
	font-size: 13px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	margin-bottom: 0px;
	padding-left: 65px;
	padding-right: 20px;
}


.seminar section .txtLink a{
	color:#06569f;
	text-decoration: underline;
}
.seminar section .txtLink2 a{
	color:#06569f;
	text-decoration: underline;
}
.seminar section .txtLink a:hover,
.seminar section .txtLink2 a:hover{
	opacity:0.50;
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /*For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* For IE 8 */
}


.seminar section .txt{
	font-size: 15px;
	line-height: 1.7;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

.seminar section h3.area {
	font-size: 18px;
	color:#06569f;
	margin-bottom: 20px;
}

.seminar section .btEntry{
	padding: 30px 0px;
	text-align: center;
}
.seminar section dl.numList dt{
	clear: left;
	float: left;
	width: 55px;
}
.seminar section dl.numList dd{
	margin-left: 55px;
	padding-left: 20px;
	border-left:1px solid #999;
	font-size: 13px;
	margin-bottom: 30px;
}
.seminar section dl.numList dd strong{
	color:#06569f;
	font-size: 14px;
}

/*オンラインセミナー*/

.online h2{
	color: #008f8f !important;
}

.online a{
	color: #008f8f !important;
}


.online h3{
	color: #008f8f !important;
}

.online .blue{
	color: #008f8f !important;
}

.online{
	position: relative;
}

.online-label{
	position: absolute;
    top: 8px;
    left: 8px;
    width: 100px;
}



/*==========================================================
  info
==========================================================*/
.info #contents {
	width: 100%;
	min-width: 1000px;
	background: #eaf3f2;
	padding-top: 55px;
	color: #333;
}
.info #contents .wbox {
	background:#FFF;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	padding: 30px 50px 30px 50px;
}
.info #contents .wbox p.deta{
	color:#06569f;
	font-size: 16px;
}
.info #contents .wbox h2.imgTxt{
	display: table-cell;
	height: 150px;
	vertical-align: middle;
	font-size:24px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:normal;
}
.info #contents .wbox p.mainTxt{
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	margin-bottom: 60px;
}
.info #contents .wbox h3{
	font-size: 16px;
	color:#06569f;
	margin-bottom: 5px;
}
.info #contents .wbox h3 span{
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.info #contents .wbox .txt{
	font-size: 14px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	margin-bottom: 30px;
}
.info #contents .wbox h4{
	font-size: 15px;
	margin-bottom: 15px;
}
.info #contents .wbox ul.inBloc li{
	display: inline-block;
	vertical-align: top;
}
.info #contents #pageNum {
	width: 555px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 90px;
	font-size: 15px;
	line-height: 1.0;
}
.info #contents #pageNum p{
	width: 150px;
	display: block;
	text-align: center;
}
.info #contents #pageNum a{
	display: block;
	padding: 10px 5px  8px 5px;
	background: #FFF;
	color:#333;
	text-decoration: none;
}
.info #contents #pageNum a.current,
.info #contents #pageNum a:hover{
	color:#CCC;
}
.info #contents #pageNum ul{
	width: 255px;
	text-align: center;
}
.info #contents #pageNum ul li{
	display: inline-block;
	margin: 0px 5px;
}
.info #contents #pageNum ul li a{
	padding-right: 15px;
	padding-left: 15px;
}

/*==========================================================
  saiyo
==========================================================*/
.saiyo #contents {
	width: 100%;
	min-width: 1000px;
	/*padding-top: 55px;*/
	color: #333;
}
.saiyo #contents .wbox {
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	padding: 30px 50px 30px 50px;
}
.saiyo #contents .wbox h2.imgTxt{
	display: table-cell;
	width: 780px;
	height: 150px;
	vertical-align: middle;
	text-align: center;
}
.saiyo #contents .wbox p.mainTxt{
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	margin-bottom: 60px;
}
.saiyo #contents .wbox h3{
	font-size: 16px;
	color:#06569f;
	margin-bottom: 5px;
}
.saiyo #contents .wbox h3 span{
	color: #333;
	font-weight: normal;
}
.saiyo #contents .wbox .txt{
	font-size: 14px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	margin-bottom: 30px;
}
.saiyo #contents .wbox h4{
	font-size: 15px;
	margin-bottom: 15px;
}
.saiyo #contents .wbox small{
	font-size: 10px;
}
.saiyo #contents .wbox ul.inBloc li{
	display: inline-block;
	vertical-align: top;
}
.saiyo #contents .wbox dl.detail dt{
	font-weight: bold;
	clear: left;
	float: left;
	width:85px;
}
.saiyo #contents .wbox dl.detail dd{
	padding-left: 90px;
}


.sitemap #contents {
	width: 100%;
	min-width: 1000px;
	/*padding-top: 55px;*/
	color: #333;
}
.sitemap #contents .wbox {
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	padding: 30px 50px 30px 50px;
}
.sitemap #contents .wbox ul li a{
	font-weight: bold;
}
.sitemap #contents .wbox ul li dl dt{
	clear: left;
	float: left;
	width: 160px;
	background: url(../images/bg_border.png) repeat-x center center;
}
.sitemap #contents .wbox ul li dl dt a{
	padding-right: 10px;
}
.sitemap #contents .wbox ul li dl dt p{
	display: inline-block;
	background: #FFF;
}
.sitemap #contents .wbox ul li dl dd{
	padding-left: 170px;
}
.sitemap #contents .wbox ul li dl dd a{
	font-weight: normal;
}
.sitemap #contents .wbox a{
	font-size: 13px;
	color:#06569f;
	line-height: 2.0;
	text-decoration: none
}
.sitemap #contents .wbox a:hover{
	opacity:0.50;
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /*For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* For IE 8 */
}




.company #contents {
	width: 100%;
	min-width: 1000px;
	/*padding-top: 55px;*/
	color: #333;
}
.company .pnav {
	text-align: center;
	margin-bottom: 40px;
}
.company .pnav li{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-right: 20px;
}
.company .pnav li img.currentPage{
	opacity:0.50;
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /*For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* For IE 8 */
}
.company .pnav li:last-child{
	margin-right: 0px;
}
.company #contents .wbox {
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	padding: 80px 60px 80px 50px;
	margin-bottom: 50px;
}

.company01 #contents .wbox p.mainTxt{
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}


.company02 #contents .wbox h2{
	margin-bottom: 50px;
}
.company02 #contents .wbox h3{
	font-size: 14px;
}
.company02 #contents .wbox dl dt{
	clear: left;
	float: left;
	width: 190px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.company02 #contents .wbox dl dd{
	margin-left: 190px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 75px;
	border-left:1px solid #999;
}
.company02 #contents .wbox p.txt{
	font-size: 13px;
	line-height: 1.8;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.company02 .backContents{
	padding: 10px 0px 0px 0px;
}
.company03 #contents .wbox h2{
	margin-bottom: 50px;
}
.company03 #contents .wbox dl.list01 dt{
	clear: left;
	float: left;
	width: 95px;
	font-size: 15px;
	font-weight: bold;
}
.company03 #contents .wbox dl.list01 dd{
	font-size: 15px;
	padding-left: 95px;
	margin-bottom: 5px;
}
.company03 #contents .wbox dl.list02 dt{
	clear: left;
	float: left;
	width: 150px;
	font-size: 15px;
	font-weight: bold;
}
.company03 #contents .wbox dl.list02 dd{
	font-size: 15px;
	padding-left: 150px;
	margin-bottom: 5px;
}
.company03 #contents .wbox dl.list02 dd small{
	font-size: 12px;
}
.company03 #contents .wbox a{
	color:#06569f;
	text-decoration: none
}
.company03 #contents .wbox a:hover{
	opacity:0.50;
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /*For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* For IE 8 */
}



.kiyaku #contents .wbox {
	border-top:1px dashed #999;
	padding: 55px 55px 55px 50px;
}
.kiyaku #contents .wbox hr{
	border-top:1px dashed #999;
	margin-bottom: 30px;
	margin-top: 30px;
}
.kiyaku #contents .wbox p.mainTxt{
	font-size: 15px;
	line-height: 1.8;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.kiyaku #contents .wbox h2{
	color:#06569f;
	font-size: 15px;
	margin-bottom: 10px;
}
.kiyaku #contents .wbox .txt,
.kiyaku #contents .wbox h3{
	font-size: 13px;
	line-height: 1.8;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.kiyaku #contents .wbox a{
	color:#06569f;
	text-decoration: none
}
.kiyaku #contents .wbox a:hover{
	opacity:0.50;
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /*For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* For IE 8 */
}
.kiyaku #contents .wbox ol li{
	list-style: decimal;
	margin-left: 20px;
	padding-left: 5px;
}


.privacy #contents .wbox {
	border-top:1px dashed #999;
	padding: 55px 55px 55px 50px;
}
.privacy #contents .wbox hr{
	border-top:1px dashed #999;
	margin-bottom: 30px;
	margin-top: 30px;
}
.privacy #contents .wbox p.mainTxt{
	font-size: 15px;
	line-height: 1.8;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.privacy #contents .wbox h2{
	color:#06569f;
	font-size: 15px;
	margin-bottom: 10px;
}
.privacy #contents .wbox .txt,
.privacy #contents .wbox h3{
	font-size: 13px;
	line-height: 1.8;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.privacy #contents .wbox a{
	color:#06569f;
	text-decoration: none
}
.privacy #contents .wbox a:hover{
	opacity:0.50;
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /*For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* For IE 8 */
}
.privacy #contents .wbox ol li{
	list-style: decimal;
	margin-left: 20px;
	padding-left: 5px;
}


.book section {
	padding: 35px 50px 45px 50px;
	border-bottom: 1px dashed #999;
}
.book section:first-child {
	border-top: 1px dashed #999;
}
.book section .bookName{
	position: relative;
	margin-bottom: 15px;
}
.book section p.name{
	position: absolute;
	bottom:0;
	left:0;
	font-size: 15px;
}
.book section .txtMain{
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	margin-bottom: 45px;
}
.book section ul.store{
	background: #f2f2f2;
	font-size: 16px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 0px 15px 30px;
}
.book section ul.store li{
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}


.contact #contents .wbox {
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	padding: 55px 150px 0px 150px;
}
	.contact #contents .wbox .iframe01 { height: 533px;}
	.contact #contents .wbox .iframe02 { height: 909px;}
	
.contact #contents .wbox hr{
	border-top:1px dashed #999;
	margin-bottom: 30px;
	margin-top: 30px;
}
.contact #contents .wbox p.mainTxt{
	font-size: 15px;
	line-height: 1.8;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.contact #contents .wbox h2{
	color:#06569f;
	font-size: 15px;
	margin-bottom: 10px;
}
.contact #contents .wbox .txt,
.contact #contents .wbox h3{
	font-size: 13px;
	line-height: 1.8;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.contact #contents .wbox a{
	color:#06569f;
	text-decoration: none
}
.contact #contents .wbox a:hover{
	opacity:0.50;
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /*For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* For IE 8 */
}
.contact #contents .wbox ol li{
	list-style: decimal;
	margin-left: 20px;
	padding-left: 5px;
}

/*==========================================================
  new part
==========================================================*/
.detail01 {}
.detail01 #contents { border-top: solid 1px #999;}
.detail01 #contents .main {
	float: left;
	width: 610px;
}
.detail01 #contents .main .date01 {
	font-size: 14px;
	color: #323232;
	margin-bottom: 25px;
}
.detail01 #contents .main .txt01 {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
}
.detail01 #contents .main .ttl01 {
	font-size: 32px;
	color: #323232;
	margin-bottom: 35px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.detail01 #contents .main .txt02 {
	font-size:16.03px;
	color: #323232;
	margin-bottom: 83px;
	line-height: 2.0em;
}
.detail01 #contents .nav {
	position: relative;
	height: 20px;
}
.detail01 #contents .nav li {
	position: absolute;
	top: 0;
}
.detail01 #contents .nav li.prev { left: 0;}
.detail01 #contents .nav li.next { right: 0;}
.detail01 #contents .nav a {
	font-size: 15px;
	color: #05559e;
}
.detail01 #contents .nav a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.detail01 #contents .sub {
	float: right;
	width: 165px;
	padding-top: 55px;
}
.detail01 #contents .sub .sub01 { margin-bottom: 55px;}
.detail01 #contents .sub .ttl01 {
	padding-bottom: 5px;
	border-bottom: 1px dashed #d3d3d3;
	margin-bottom: 25px;
}
.detail01 #contents .sub ul {}
.detail01 #contents .sub ul li { margin-bottom: 3px;}
.detail01 #contents .sub ul.cat li a span { font-family:"ＭＳ 明朝","MS Mincho"; }
.detail01 #contents .sub ul.cat li a span.right { font-family: inherit; }
.detail01 #contents .sub ul li a:hover { opacity: 0.5;}
.detail01 #contents .sub ul li span {
	display: inline-block;
	font-size: 14px;
}
.detail01 #contents .sub ul li span:first-child {
	width: 140px;
	color: #323232;
}
.detail01 #contents .sub ul li span.right {
	color: #05559e;
}
.detail01 #contents .blogBox01 {
	margin: 65px 0 0;
	padding: 35px 0 38px;
	background: #f2f2f2;
}
.detail01 #contents .blogBox01 .ttl01 { margin-bottom: 27px;}
.detail01 #contents .blogBox01 dl {
	display: table;
	width: 100%;
	margin-top: 7px;
}
.detail01 #contents .blogBox01 dl dt,
.detail01 #contents .blogBox01 dl dd {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	font-size: 15px;
}
.detail01 #contents .blogBox01 dl dt {
	width: 135px;
	color: #323232;
}
.detail01 #contents .blogBox01 dl dd {}
.detail01 #contents .blogBox01 dl dd a {
	color: #05559e;
	text-decoration: none;
}
.detail01 #contents .blogBox01 dl dd a:hover { opacity: 0.5;}
iframe { width: 100%;}
.contact .wbox {
	width: 890px;
	padding: 55px 0 0 !important;
	margin: 0 auto;
}

table.commonTable{ width:100%; border:1px solid #ccc; border-collapse:collapse;}
table.commonTable th{ padding:10px; background:#06569F; color:#fff; border:1px solid #ccc;}
table.commonTable td{ padding:10px; border:1px solid #ccc;}


