@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	line-height: 150%;
	letter-spacing: 1px;
	font-family: "メイリオ", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background: #fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#0089a1;
      text-decoration:none;
}

a:hover {
   color:#0089a1;

      text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#header {
	width: 1000px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu {
	width: 100%;
	float: left;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#icatchIndexWrap {
	clear: both;
	position: relative;



   z-index:-1
   overflow:hidden;
	height: 300px;
}

#icatchWrap {
   clear:both;
   position:relative;
   z-index:-1
   overflow:hidden;
   height:200px;
   background:#ddd;
}

#icatch {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



#icatchIndexWrap2nd {
	clear: both;
	position: relative;




   z-index:-1
   overflow:hidden;
	height: 180px;
}

#icatchWrap2nd {
	clear: both;
	position: relative;

   z-index:-1
   overflow:hidden;
	height: 180px;
	background: #ddd;
}

#icatch2nd {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#contents {
	clear: both;
	position: relative;
	z-index: 100;
	overflow: hidden;
	width: 1000px;
	background: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#main {
	float: right;
	width: 740px;
	padding: 10px;
}

#main1000 {
	float: left;
	width: 1000px;
	padding: 0px;
}


#news {
	float: right;
	width: 630px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 10px;
	background-image: url(../images/newstitle.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	border: 1px solid #CCC;
	height: 330px;
}

#news dl{
	line-height: 150%;
}

#news dl dt {
	clear: left;
	float: left;
	width: 10em;
	padding-left: 5px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
}

#news dl dd {
	margin-bottom: 0.8em;
	margin-left: 10.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}



#topsub {
	float: left;
	width: 310px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 363px;
  
}

#topsub img {
	margin-bottom: 7px;

  
}

#sub {
	float: left;
	width: 220px;
	padding: 10px;
	background-position: 0 0;
}

#pageTop {
	clear: both;
	width: 730px;
}

#footer {
	clear: both;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}


#footer table{
	line-height: 100%;
	font-size: 13px;
	}

.toptxt{
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
	}

.toptxt2{
	vertical-align: top;
	font-size: 12px;
	}


#footMenu {
	clear: both;
	overflow: hidden;
	width: 980px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 20px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px 0;
   font-size:24px;
   color:#fff;
   line-height:70px;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}

#header #pr p {
   margin:0;
   padding:10px 0;
   font-size:11px;
}

#header #gNavi {
   position:absolute;
   top:0;
   right:0;
   margin:0;
   font-size:11px;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
	overflow: hidden;
	width: 1000px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 17px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 50px;
}

#menu li {
	float: left;
	color: #333;
	text-align: center;
	list-style-type: none;
}

#menu li a {
	display: block;
	color: #333;
	text-decoration: none;
	width: 199px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: center;
	line-height: 50px;
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.jpg") 0 0 repeat-x;
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.jpg") 0 0 repeat-x;
}


/* ========ICATCH CONTENTS CUSTOMIZE======== */
#icatch h2 {
   padding-top:30px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

#main h3 {
	margin-bottom: 5px;
	font-size: 16px;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #06F;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#main h4 {
	margin-bottom: 15px;
	font-size: 20px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #265BFF;
	color: #265CFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 160%;
}

#main h5 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#fff;
   background:#0089a1;
}

#main h6 {
	margin-bottom: 5px;
	font-size: 16px;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


#main dl.maintxt dt {
	float: left;
	width: 25px;
	margin: 0;
	padding: 0;
}


#main dl.maintxt dd {
	padding: 0;
	background: transparent;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 25px;
}


#main table2 {

   border-collapse:collapse;
}

#main table2 th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#f0f7fc;
}

#main table2 td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}


#main1000 h4 {
	margin-bottom: 15px;
	font-size: 20px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #265BFF;
	color: #265CFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 160%;
	float: left;
	}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
	margin-bottom: 10px;
}

#sub h3 {
	font-size: 16px;
	font-weight: bold;
	color: #265BFF;
	text-align: left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #265BFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
}

#sub ul {
	border: 1px solid #fff;
	background-position: 3px 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin: 0;
}

#sub li {
	margin-bottom: 5px;
	border: 1px solid #DDDDDD;
	list-style: none;
	background-color: #fff;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 0px;
}

#logiknavi {
	margin-bottom: 0px;
	width: 1000px;
	
}

#logiknavi ul {
	list-style-type: none;  
	border: 1px solid #fff;
	background-position: 3px 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0;
}

#logiknavi li {
	margin-bottom: 0px;
	border: 1px solid #DDDDDD;
	width: aut;
	height: 40px;
	background-color: #fff;
	padding: 3px;
	float: left;
	font-size: 18px;
	margin-right: 5px;
	margin-top: 15px;
	margin-left: 2px;
	
}

#logiknavi li a {
	display: block;
	

	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 5px;
	line-height: 30px;
	text-align: center;
	height:30px;
	
}

#logiknavi li a:hover {
	color: #f87158;
	text-decoration: none;

}

#sub li a {
	display: block;
	padding-left: 22px;
	background-image: url(../images/menu_yajirushi.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-position: 2px top;
	line-height: 14px;
}

#sub li a:hover {
	color: #265BFF;
	text-decoration: none;
}




#sub2 ul {
   margin:0;
   padding:0;
}

#sub2 li {
	border-bottom: 1px solid #ddd;
	list-style: none;
}

#sub2 li a {
	display: block;
	padding-left: 20px;
	color: #333;
	line-height: 3.0;

}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0 4px 0;
   text-align:right;
}

#pageTop a {
	padding: 5px 5px 5px 17px;
	font-size: 11px;
}

#pageTop1000 {
   padding:20px 0 4px 0;
   text-align:right;
	float: right;
}

#pageTop1000 a {
	padding: 5px 5px 5px 17px;
	font-size: 11px;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu .section {
	width: 700px;
	margin-right: auto;
	padding: 0;
	margin-left: auto;
}

#footMenu h3 {
   font-size:12px;
   border-bottom:1px dotted #999;
}

#footMenu ul {
   margin:0;
   padding:0;
}

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

#footMenu li a {
   padding-left:10px;
   font-size:11px;
   background:url(../images/bg_footmenu.gif) 0 50% no-repeat;
}

/* ========ENDAI CUSTOMIZE======== */
#endai li{
	list-style:none;
	margin-top:0.6em;
	margin-bottom:0.6em;
}

#endai ul p{margin:0;}

#endai p{margin:0;}

#endai_a{width: 60%;
	margin-right: auto;
	margin-left: auto;
	width:500px;
    font-size:20px;
    font-weight:bold;
	text-decoration:none;
    display:block;
    text-align:center;
    padding:10px 0 10px;
    color:#fff;
    background-color: #58B6EB;
    border-radius:6px;
	text-shadow:1px 1px # #9A9A9A}
	
.button {
	
	background-color: #58B6EB;
	border: 2px solid #58B6EB;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	width:400px;
	height: 50px;
	padding-top: 15px;
	
    font-size:20px;
    font-weight:bold;
	text-decoration:none !important;
    display:block;
    text-align:center;

	line-height: 20px;
	 border-radius:6px;
	 outline: none;
	padding-bottom: 15px;
	
}
.button:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}

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

/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}

.arrow {
  width:20px;
  height:20px;
  border-top: solid 2px #0c9;
  border-right: solid 2px #0c9;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform_skew: (30deg,300deg)
}

table#table-01 {
	width: 600px;
	border: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
}

table#table-01 th {
	padding: 5px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
table#table-01 td {
	padding: 5px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


table#case_table{
    width: 1000px;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 17px;
	line-height:3;
}

table#case_table tr:first-child, .case_table th:first-child {
	background: #BCEDFF;
	font-weight: bold;
	font-size: 12px;
}

table#case_table td {
    padding: 1px;
    border: 1px #E3E3E3 solid;
    border-width: 0 1px 1px 1px;
    text-align: center;
	font-size: 12px;
}

table#case_table tr:nth-child(2n+1) {
	background: #eee;
}

table#case_table tr:first-child, .s-tbl th:first-child {
	background: #69C1F3;
}

table#case_table tr:hover {
	background:#B4E0E5;
}

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

.center2 {
	text-align: center;
	}


.leftmag {
	margin-left: 60px;
	}

.right {
	text-align: right;
	}

.top {
	vertical-align: top;	
	}
	
.tableheight td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	}

.margin_top {
	margin-top: 10px;	
	}

.jart34 {
	float: right;
	width: 300px;
	height: 137px;
	position: relative;
	}

.jart34_txt {
	float: right;
	width: 180px;
	margin-top: 80px;
	}

.jart34_photobox {
	float: right;
	width: 120px;
	clear: both;
	}

.clear{
	clear: both;
	}


/* ========web font======== */
.fa-chevron-circle-right{color:#f87158;
}

