@charset "Shift_JIS";

/* メインのＣＳＳ -------------------------------------------------------------- */

h1 {
	font-size: 130%;
	margin: 0px;
	color: #666666;
	padding:0px;
	text-align: left;
	clear:both;
	text-indent: -9999px;
	height: 40px;
	
}
h1.mission {
	background-image:url(../about/mission/images/mission_back.gif);
}
h1.history {
	background-image:url(../about/history/images/history_back.gif);
}
h1.magazine {
	background-image:url(../about/magazine/images/magazine_back.gif);
}
h1.inspection {
	background-image:url(../about/inspection/images/inspection_back.gif);
}
h1.contact_us {
	background-image:url(../about/contact_us/images/contact_us_back.gif);
}

h1.headline {
	background:url(../service/images/title_back.gif) no-repeat;	
	font-size: 16px;
	margin: 0px;
	color: #ffffff;
	text-align: left;
	padding: 7px 0px 5px 15px;
	font-weight : bold;
	text-indent: 50px;
}
h2 {
	font-size: 100%;
	margin: 0px;
	color: #666666;
	padding:7px 0px 1px 5px;
	border-bottom : solid 3px #40E0D0;
	text-align: left;
	clear:both;
}

h2.index {
	border-left : solid 27px #40E0D0;
	margin-bottom: 5px;
}

h3 {
	font-size: 80%;
	margin: 0px;
	color: lightseagreen;
	padding:5px 0px 1px 5px;
	text-align: left;
	clear:both;
	font-weight: bold;
}
p.happening {
	margin-top : 5px;
	font-size: 80%;
	line-height: 140%;
	padding-left: 15px;
	color: #4F66A6;
	text-align: left;
	clear:both;
}

p.detail {
	margin-top : 5px;
	font-size: 80%;
	line-height: 140%;
	padding-left: 15px;
	color: #4F66A6;
	text-align: left;
	clear:both;
        
}

p.detail2 {
	margin-top : 5px;
	font-size: 80%;
	line-height: 140%;
	padding-left: 5px;
	padding-right: 5px;
	color: #555555;
	text-align: left;
	clear:both;
        
}

p.detail3 {
	margin-top : 5px;
	font-size: 80%;
	line-height: 140%;
	padding-left: 5px;
	padding-right: 5px;
	color: #555555;
	text-align: center;
	clear:both;
        
}



li {
	margin-top: 13px;
	margin-bottom: 13px;
}



.main table {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	margin:1em 0px;
	border-bottom:solid 1px #AEAEAE;

}
.main th {
	padding:5px;

	text-align: center;
	font-size:12pt;
	color:#4F66A6;
	font-weight: normal;
}
.main td {
	padding:10px;
	background-color: #FFFFEE;
	border-top:solid 1px #AEAEAE;
	border-left:solid 1px #AEAEAE;
	border-right:solid 1px #AEAEAE;
	/* text-align: left; */
	font-size: 80%;
	color:#777777;
	line-height: 140%;
}





p {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 90%;
	line-height: 150%;
	margin-top: 0px;
	clear: both;
}

p img {
	float: left;
	margin:10px 20px;
}

a {
	color: #666666;
	text-decoration: none;
}

a.maplink {
	color: red;
	text-decoration: under-line;

.right {
	padding:5px;
	background-color: #FFFFEE;
	border-top:solid 1px #AEAEAE;
	border-left:solid 1px #AEAEAE;
	text-align: right;
	font-size:9pt;
	color:#777777;
}


}


/*  年表ＣＳＳ -------------------------------------------------------------- */

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content: {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}

/* opacのリンクつける資料のcss */
.opac_link {
	margin-top : 5px;
	font-size: 80%;
	line-height: 140%;
	padding-left: 15px;
	color: #555555;
	text-align: left;
	clear:both;
}

/* ↑ulにかけないとダメっぽいので増設します */


ul.opac_link{
	margin-top : 0px;
	font-size: 80%;
	line-height: 140%;
	padding-left: 15px;
	color: #555555;
	text-align: left;
	clear:both;
}




/* page2 要素ごとの設定 後で増やす*/
.milestone {
	margin-top: 30px;
	margin-bottomn: 10px;
}

/* カラム入れます */
.contents1,.contents2{
width: 50%;
}
.column{
display: flex;
}

ul.ex{
	margin-top : 5px;
	font-size: 80%;
	line-height: 140%;
	padding-left: 5px;
	padding-right: 5px;
	color: #555555;
	text-align: left;
	clear:both;
	list-style: none;}

td{
	padding: 10pt;
}
