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

body {
margin : 0 ;
padding : 0 ;
}

.mgt5 {
	margin-top: 5px;
}
.mgt10 {
	margin-top: 10px;
}
.mgt15 {
	margin-top: 15px;
}
.mgt20 {
	margin-top: 20px;
}
.mgt30 {
	margin-top: 30px;
}
.mgt40 {
	margin-top: 40px;
}
.mgb5 {
	margin-bottom: 5px;
}
.mgb10 {
	margin-bottom: 10px;
}
.mgb15 {
	margin-bottom: 15px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb30 {
	margin-bottom: 30px;
}
.mgb40 {
	margin-bottom: 40px;
}
.mgb50 {
	margin-bottom: 50px;
}
.mgb60 {
	margin-bottom: 60px;
}
.alignL {
	text-align: left;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.clear {
	clear: both;
}
.font10 {
	font-size: 10px;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.bold {
	font-weight: bold;
}
.textIndent {
	padding-left: 1em;
	text-indent: -1em
}
.red {
	color: #BE112A;
}

.iconArrow {
	background-image: url(../images/class_arrow.jpg);
	background-repeat:no-repeat;
	background-position: 10px 6px;
	padding: 0 0 0 25px;
}

.iconArrowMini {
	background-image: url(../images/iconArrowMini.jpg);
	background-repeat:no-repeat;
	background-position: 10px 6px;
	padding: 0 0 0 25px;
}

/* page
------------------------------------------------------------------------*/
body {
	width: auto;
	margin: 0px auto;
	color: #4D4D4D;
}
#wrapper {
	width: auto;
	margin: 0px auto;
	background-color: #FFF;
	font-size: 14px;
	line-height: 1.6;
}
a {
	color: #4D4D4D;
	text-decoration: none;
}
a:hover {
	color: #BE112A;
	text-decoration: underline;
}

/* #header
------------------------------------------------------------------------*/
#headerWrap {
	width: 100%;
	height: 120px;
	background-image: url(../images/headerBG.gif);
	background-repeat: repeat-x;
	position: fixed;
	top: 0px;
	z-index: 9999;
}
#header {
	width: 960px;
	margin: 0px auto 0px;
}
#header h1#headerLogo {
	width: 282px;
	float: left;
	margin: 10px 0px 0px 0px;
}

#header #headerRight  {
	float: right;
	width: 586px;
}
#header #headerRight  {
	float: right;
	width: 586px;
}
#header #headerRight .sns {
	float: left;
	padding: 20px 0 0;
}
#header #headerRight .sns div {
	display: inline-block;
	overflow: hidden;
	height: 20px;
	vertical-align: middle;
}
#header #headerRight .sns .go div {
	width: 60px !important;
}
#header #headerText  {
	height: 50px;
	padding-top: 12px;
	float: right;
}

#header #headerMessage  {
	height: 22px;
}
#header #headerLink  {
}
#header #headerLink p {
	float:left;
}
#headerTel {
	float: left;
}

/* #nav
------------------------------------------------------------------------*/
#nav {
//	width: 960px;
	clear: both;
}
#nav ul#menu {
//	width: 960px;
}
#nav ul#menu li {
//	width: 190px;
	float: left;
	margin: 0px;
}

#nav ul.navC li {
	background-image:url(../images/dropdown_01.png);
	padding: 0 6px 0 4px;
	width: 200px;
}
#nav ul.navC .navCheader {
	background-image:url(../images/dropdown_00.png);
	background-repeat: no-repeat;
	height: 25px;
}
#nav ul.navC .navCfooter {
	background-image:url(../images/dropdown_02.png);
	background-repeat: no-repeat;
	height: 30px;
}
#nav ul.navC li a {
	background-image: url(../images/class_arrow.jpg);
	background-repeat:no-repeat;
	background-position: 10px 16px;
	padding: 0 0 0 25px;
	color: #4D4D4D;
	text-decoration: none;
}
#nav ul.navC li a:hover {
	color: #BE112A;
}
#nav ul.navC li+li a {
	border-top: 1px dotted #CCC;
}
ul.menu ul.navService {
	left: -40px;
}
ul.menu ul.navCompany {
	left: -54px;
}

/* #topImage
------------------------------------------------------------------------*/
#pageTitle {
	width: 100%;
	height: 120px;
	clear: both;
	margin: 0px auto 0px;
	font-size: 18px;
}
#pageTitle h2 {
	width: 960px;
	margin: 0px auto 0px;
}

/* #content
------------------------------------------------------------------------*/
#contentWrap {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#subcontentWrap {
	margin-top: 120px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	width: 960px;
	clear: both;
	margin: 0px auto 40px;
	padding: 10px 0 0;
}
#content #contentLeft {
	width: 740px;
	float: left;
	margin-right: 20px;
}
#contentRight {
	width: 200px;
	float: right;
	overflow: hidden;
}

/* #content #contentLeft 
------------------------------------------------------------------------*/
ul#pankuzu {
	width: 670px;
	padding: 5px 10px;
	margin: 0px 0px 20px;
	font-size: 12px;
}
ul#pankuzu li {
	float: left;
}
.box {
	width: 740px;
	clear: both;
	margin: 0px 0px 30px;
}
.topBox {
	width: 740px;
	clear: both;
	margin: 0px 0px 40px;
}
.box h3 {
}
.box h3.copy {
	margin-bottom: 20px;
}
.box .text {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* #content #contentRight
------------------------------------------------------------------------*/
#sideService {
	width: 200px;
	margin: 0px 0px 20px;
}
#sideService #sideServiceBox {
	width: 200px;
	padding: 0px 5px;
	background-image: url(../images/class_bg.jpg);
	background-repeat: repeat-y;
}
#sideService #sideServiceBox p {
	width: 175px;
	padding: 10px 10px 10px 25px;
	background-image: url(../images/class_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #C1272D;
	font-weight: bold;
}
#sideService #sideServiceBox p a {
	color: #C1272D;
	font-weight: bold;
}
#sideService #sideServiceBox ul {
	width: 210px;
	margin: 0px auto 0px;
	padding: 0px 0px 10px;
}
#sideService #sideServiceBox ul li {
	width: 170px;
	padding: 0px 0px 10px 1em;
	margin: 0px auto 0px;
	text-indent: -1em;
}
#sideService #sideServiceBox ul li a {
	color: #4D4D4D;
}
#sideService #sideServiceBox .bd1 {
	border-bottom: solid 1px #C1272D;
}
#sideService #sideServiceBox .bd2 {
	margin-bottom: 10px;
	border-bottom: dotted 1px #999;
}
#sideService .bgBottom {
	width: 220px;
	height: 10px;
	background-image: url(../images/class_bg_bottom.jpg);
	background-repeat: no-repeat;
}
#sideContact {
	width: 200px;
}
#sideContact p {
	margin-bottom: 10px;
}
#sideContact img {
	margin-bottom: 10px;
}
#sideContact h3 {
	padding: 5px 10px;
	color: #BE112A;
	font-size: 16px;
	border-bottom: 1px dotted #CCC;
}
#sideContact p#sideContactText {
	margin: 0px auto 10px;
}
#sideContact p#sideContactTel {
	margin: 0px auto 15px;
}
#sideContact p#sideContactMail {
	margin: 0px auto 0px;
}
#sideContact p#sideContactBtn {
	width: 190px;
	margin: 0px auto 0px;
}
.sideContent {
	width: 220px;
	margin: 0px 0px 20px;
	font-size: 12px;
}
.sideContent h3 {
	width: 220px;
}
.sideContent a {
	color: #4D4D4D;
	font-size: 16px;
}
.sideContent ul {
	width: 200px;
	margin: 0px 10px;
}
.sideContent ul li {
	width: 180px;
	padding: 10px 0px 6px 15px;
	background-image: url(../images/class_arrow.jpg) ;
	//url(../images/side_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 16px;
	border-bottom: 1px dotted #CCC;
}
.sideContent#news #newsList {
	width: 36px;
	height: 16px;
	margin: -33px 0px 15px 184px;
}
.sideContent#news #newsBox {
	width: 220px;
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.sideContent#news #newsBox .newsItem {
	width: 200px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #999;
}
#postTitle a {
	font-size: 12px;
}
#banner {
	width: 220px;
	margin-bottom: 10px;
}
#banner p {
	width: 220px;
	margin-bottom: 10px;
}
.nmj {
    width: 200px;
    padding: 18px 18px 13px;
    margin: 0 0 10px;
    box-sizing: border-box;
    border: solid 2px #2292C4;
    background: #fff;
}
.nmj .logo {
    width: 110px;
    margin: 0 auto;
}
.nmj .logo img {
    margin: 0;
}
.nmj ul {
    
}
.nmj ul li {
    height: 30px;
    padding: 5px 0;
    border-bottom: solid 2px #2292C4;
}
.nmj ul li:last-child {
    border: none;
}
.books {
	position: relative;
	width: 200px;
	padding: 0;
	margin: 0 0 10px;
}
.books .bg {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	width: 200px;
	height: 248px;
	margin: 0 !important;
}
.books .title {
	height: 97px;
	margin: 0 !important;
}
.books .bg.sizeS {
	height: 151px;
}
.books .bg.sizeL {
	height: 300px;
}
.books .btArea {
	position: absolute;
	top: 172px;
	right: 10px;
}
.books .btArea .bt {
	margin-bottom: 4px!important;
	cursor: pointer;
}
.books .btArea .bt:last-child {
	margin-bottom: 0!important;
}
.books .links {
	position: relative;
	top: 0;
	left: 0;
}
.books .links a {
	display: block;
	cursor: pointer;
}

/* #footer
------------------------------------------------------------------------*/
#gototop {
	width: 960px;
	clear: both;
	padding: 0px 0px 10px 0px;
	margin: 0px auto 0px;
	text-align: right;
}
#footer {
	width: 100%;
	margin: 0px auto 0px;
	padding: 30px 0px 0px 0px;
	background-color: #bf112a;
	color: #FFF;
}
#footer #footerBox {
	width: 960px;
	margin: 0px auto 0px;
}
#footer #footerBox #footerLeft {
	width: 700px;
	float: left;
	margin-right: 0px;
	font-size: 12px;
}
#footer #footerBox #footerLeft .left {
	width: 210px;
	float: left;
	margin-right: 20px;
}
#footer #footerBox #footerLeft .center {
	width: 210px;
	float: left;
	margin-right: 20px;
}
#footer #footerBox #footerLeft .right {
	width: 210px;
	float: left;
}

#footer #footerBox #footerLeft p a,
#footer #footerBox #footerLeft ul li a{
	color: #FFF;
}
#footer #footerBox #footerLeft p {
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left 6px;
	font-weight: bold;
}
#footer #footerBox #footerLeft .footerNavi {
	border-bottom: dotted 1px #FFF;
}
#footer #footerBox #footerLeft p.footerNavi {
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}
#footer #footerBox #footerLeft div.footerNavi {
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}
#footer #footerBox #footerLeft ul {
}
#footer #footerBox #footerLeft ul li {
	font-size: 11px;
}
#footer #footerBox #footerLeft ul li.list1 {
	padding-left: 1em;
	text-indent: -1em;
}
#footer #footerBox #footerLeft ul li.list2 {
	padding-left: 2em;
	text-indent: -1em;
}

#footer #footerBox #footerRight {
	width: 240px;
	float: right;
}
#footer #footerBox #footerRight p {
	margin-bottom: 10px;
}
#footer #footerBox #footerRight #copyright {
	margin-top: 45px;
}

.topicHeader {
	background-image:url(../../blog/images/blogHead3.png);
	background-repeat: no-repeat;
	height: 26px;
	padding: 12px 20px;
	width: 680px;
	overflow: hidden;
	font-size: 18px;
}

.topicTitle {
	float: left;
}
.topicDate {
	float: right;
}
.topicText {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 678px;
	padding: 20px 20px 10px;
	margin-bottom: 30px;
	font-size: 18px;
}
.topicText .singleLink {
	text-align: right;
}
.topicText .singleLink a {
	font-size: 14px;
	padding: 11px 0px 6px 12px;
	background-image: url(../images/class_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 16px;
}
.serviceTb {
	border: 1px solid #CCC;
}
.serviceTb tr {
	border-bottom: 1px solid #CCC;
}
.serviceTb th {
	text-align:center;
	width: 170px;
	border-right: 1px solid #CCC;
	font-size: 16px;
}
.serviceTb th.color1 {
	background-color: #E6E6E6;
}
.serviceTb th.color2 {
	background-color: #F2F2F2;
}
.serviceTb td {
	padding: 20px 30px;
	font-size: 16px;
}
.serviceTb li {
	list-style:inherit;
}

/* WordPress対応 */
pre {
     overflow: auto;
     /* Mozilla */
     white-space: -moz-pre-wrap;  
 
     /* Opera 4-6 */
     white-space: -pre-wrap;  
 
     /* Opera 7 */
     white-space: -o-pre-wrap;  
 
     /* CSS3 */
     white-space: pre-wrap;  
 
     /* IE 5.5+ */
     word-wrap: break-word;
}

/* #pager
------------------------------------------------------------------------*/
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	width: auto;
	margin: 2px 2px 2px 0;
	padding: 5px 9px 5px 9px;
	background-color: #fff;
	color: #555;
	text-decoration: none;
}
.pagination a {
	border: 1px solid #ccc;
}
.pagination a:hover{
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #fff;
}
.pagination .current{
	padding: 5px 9px 5px 9px;
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #fff;
}

#prevAndNext {
	width: 720px;
}
#prevAndNext #prevAndNextLeft {
	float: left;
	text-align: left;
}
#prevAndNext #prevAndNextRight {
	float: right;
	text-align: right;
}

#prevAndNext #prevAndNextRight {
	float: right;
	text-align: right;
}

.btnService {
	margin: 10px auto;
}
.btnService .left {
	float:left;
	width: 350px;
}
.btnService .right {
	float:right;
	width: 350px;
}
.btnCompany {
	width: 220px;
	margin: 10px auto;
}

#p1,#p2,#p3,#p4,#p5 {
        padding-top:120px;
        margin-top:-120px;
}

#sideContact #archive .listTitle {
	width: 180px;
	padding: 10px 0px 6px 15px;
	background-image: url(../images/class_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 16px;
	border-bottom: 1px dotted #CCC;
}

#sideContact .seminar{
	width:180px;
	margin:0 0 10px 0;
	padding:8px;
	border:2px solid #bd1029;
	background:#fff;
}

#sideContact .seminar p{
	width:180px;
	margin:0 0 8px 0;
}

#sideContact .seminar p:last-child{
	margin:0;
}