﻿
@charset "utf-8";

/*共通*/

/*----------リセット----------*/

/*html*/
html{
	height: 100%;
  overflow:scroll
}
html.dev-sd,
html.dev-spy{
	height: auto;
}

/*body*/

body,text {
    height: 100%;
	min-width: 1200px;
    font-size: 12px;
    font-size: 88%\9;
	background-color: #003187;
	color: #000000;
	line-height: 1.4;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
;}



/* base link-*/


a:link,
a:visited{
	color: #020202;
	text-decoration: none;
}
a:hover{
	color: #ff4500;
	text-decoration: none;
	outline: none;
}
a:active{
	outline: none;
}

/*コンテナ*/
div#container {width: 850px;
	background-color: #ffffff;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	}

/*ロゴバー*/
div#logober {width: 850px;
	height:70px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	border-top: solid 1px #999999;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	background-image: url(simg/header01.png); 
	background-position: right bottom; 
	background-repeat: no-repeat;
	clear: both;
	}
div#logober p {
	color: #000000;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0;
	float:left;
	width:35%
}

div#logober p2 {
	color: #000000;
	font-size: 12px;
	padding-top: 100px;
	float:right;}	







/*ヘッダー*/
div#header {height: 10px; 
    background-color: #330099;
	background-position: top 50px ;
	padding: 1px 1px 10px 10px;
	margin-bottom: 2px;}

div#header p {color: #000000;
	font-size: 12px;
	margin: 0;}

div#header h1 {font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;}

div#header h1 a {text-decoration: none;}


/*ヘッダーのリンク*/
ul#link {font-size: 12px;
	text-align: right;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;}

ul#link li {list-style-type: none;
	display: inline;}

ul#link li a {text-decoration: none;
	color: #000000;
	padding: 0 8px;}

ul#link li a:hover {text-decoration: underline;}

ul#link li.menulast a {border-left: solid 1px #000000;}





/*本文*/
div#content	{width: 560px;
	float: right;
	margin-top: 20px;
	margin-left: auto;
	margin-right: 30px;
	margin-bottom: 30px;}

div#content p {font-size: 12px;
	line-height: 1.6;
	margin-top: 5px;
	white-space: normal;}

div#content ps {font-size: 15px;
	color: #ffffff;
	background-color: #003c91;
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 26px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 10px;}

div#content h2 {font-size: 15px;
	color: #ffffff;
	background-color: #003c91;
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 26px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 10px;}

div#content h3 {font-size: 15px;
	color: #003c91;
	line-height: 20px;
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 5px;}

div#content h4 {font-size: 13px;
	color: #ffffff;
	background-color: #295890;
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 20px;
	padding-left: 12px;
	margin-top: 40px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;}

ul.content {font-size: 12px;
	line-height: 1.6;
	padding: 0;
	margin-top: 10px;
	margin-left: 0;}

ul.content li {list-style-type: none;}

div.gallery {padding: 0;
	margin: 0;}

div.gallery img {border: solid 1px #000000;
	padding: 2px;
	margin: 0;}

ul.text {padding-left: 0;
	margin: 0;}

ul.text li {list-style-type: none;
	margin: 0;}

ul.text li a {padding: 0;}

div.link {list-style-type: none;
	padding: 0;
	margin: 0;}

div.link img {border: 0;
	padding: 0;
	margin-right: 10px;
	margin-top: 3px;}

.img_left {float: left;}

.clear {clear: both;}

ul#navi {font-size: 12px;
	text-align: right;
	padding-left: 0;
	margin-left: 0;
	margin-top: 30px;
	margin-bottom: 0;}

ul#navi li {list-style-type: none;
	display: inline;}

ul#navi li a {padding: 1px 3px;}



/*テーブル*/

table.company {
    width: 500px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0px 5px;
    font-size: 12px;
}

 table.company th,
table.company td {
    padding: 5px;
    padding-left: 10px;

}


table.company th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;

}

 

table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;

}

/* firefox */

@-moz-document url-prefix() { 
    table.company th::after {
        float: right;
        padding: 0;
        left: 10px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
　       margin-top: -10px;

    }

}

 

table.company td {

    background: #c1e0ff;
    width: 360px;
    padding-left: 20px;

}

/*テーブル２*/
.arrow_box {
	width: 500px;
	font-size: 15px;
	position: relative;
	background: #A9E2F3;
	margin-top: 25px;
        text-align:center;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #A9E2F3;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #A9E2F3;
	border-width: 10px;
	margin-left: -10px;
}

.arrow_box2 {
	width: 500px;
	font-size: 15px;
	position: relative;
	background: #A9E2F3;
	height: 30px;
        text-align:center;
	margin-bottom: 25px;
	padding-top: 10px;
}


/*サイドメニュー*/
div#sidebar {width: 200px;    
	float: left;
	padding-left: 0;
	margin-left: 30px;
	margin-bottom: 30px;}

div#sidebar p {color: #555555;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0;}


div#sidebar p a:hover {text-decoration: underline;}

.sidemenu {
    font-size: 13px;
	text-align: left;
	line-height: 1;
	padding-left: 0;
	margin-left: 0;
	margin-top: 25px;
	margin-bottom: 18px;
	font-weight:bolder;
	letter-spacing: 0.2em;
	}
	
.sidemenu li {list-style-type: none;}

.sidemenu li a { 
   display: table;
   padding: 12px 10px;
   width: 178px;
   background: #ffffff;
   text-decoration: none;
   text-align: left;
   color:#000000;
   overflow: hidden;
   margin-bottom: 5px; 
  border: 1px solid #160068;
  BORDER-TOP: #160068 8px solid;
}

.sidemenu li ul {
   margin: 0;
   padding: 0;
   
}
.sidemenu li ul a {
   display: block;
   padding: 16px 10px;
   height: 0;
   background: #dcd3b2;
   color: #160068;

}


.sidemenu .sentaku1 a { 
   display: table;
   padding: 12px 10px;
   width: 178px;
   background: #ffffff;
   text-decoration: none;
   text-align: left;
   color:#000000;
   margin-bottom: 5px; 
  border: 1px solid #FF0033;
  BORDER-TOP: #FF0033 8px solid;
   
}

.sidemenu .sentaku2 a { 
   display: table;
   padding: 8px 10px;
   width: 170px;
   background: #ffffff;
   text-decoration: none;
   text-align: left;
   color:#000000;
   overflow: hidden;
   margin-bottom: 5px;
  margin-left: 8px; 
  border: 1px solid #FF0033;
  BORDER-TOP: #FF0033 8px solid;
}


.sidemenu li ul {
   margin: 0;
   padding: 0;
   
}

.sidemenu > li:hover li a {
   display: table;
   padding: 16px 10px;
   width: 180px;
}


.sidemenu li:hover, .sidemenu li a:hover {
  opacity: 0.70; /* 25％ほど透明にする */
  color:#1900bc;/*ホバー時の親メニューの文字色*/
}


.sidemenu * {
   -moz-transition: .5s;
   -webkit-transition: .5s;
   -o-transition: .5s;
   -ms-transition: .5s;
   transition: .5s;
}




div#sidebar h4	{font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #cccccc;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	padding: 3px;
	margin-top: 0;
	margin-bottom: 0;}


div.banner {
	margin:8px 0px 8px 0px;}


/*フッター*/
div#footer {width: 854px;
	background-color: #004777;
	border-top: solid 1px #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	clear: both;}

address {font-size: 12px;
	font-style: normal;
	text-align: center;
	color: #aec3c4;}
#id { }



/*Q&A用*/
div.QandA {
	font-family: sans-serif;
	font-size: 14px;
	padding-top: 10px;
}

div.Q {
	line-height: 0px;
	cursor: pointer; 
	background-image: url("simg/ber.png");
}

div.A {
	border-bottom: #330099 solid 2px;
	border-left: #330099 solid 2px;
	padding-bottom: 20px;
	display: none;
}

span.Q_logo {
	display: inline-block;
	width: 38px;
	font-size: 18px;
	font-weight: 800;
	margin-left: 13px;
}

span.A_logo {
	display: inline-block;
	width: 38px;
	font-size: 18px;
	color: red;
	font-weight: 800;
	margin-top: 8px;
	margin-left: 17px;
}

span.Q_content {
	display: inline-block;
	width: 86%;
	padding: 15px 10px 15px 10px;
	text-align: right;
}

span.A_content {
	display: inline-block;
	width: 89%;
	vertical-align: top;
	margin-top: 13px;
}

span.Q_number {
	float: right;
	font-size: 15px;
	margin-top: 2px;
	margin-right: 1px;
}

span.Q_content_text {
	font-size: 14px;
	font-weight: 800;
	float:left;
}

span.Q_content_open {
	vertical-align: top;
	font-size: 12px;
	margin-right: 5px;
}

span.Q_content_plus {
}

/*代表メッセージ用*/
h3.ceomessage {
	margin-left: 7px;
}

p.ceomessage {
	margin-left: 20px;
	margin-right: 20px;
}

p.src01 {
	margin-left: 20px;
	float: left;
}

p.ceomessagelast {
	margin-right: 20px;
	text-align: right;
}

