@charset 'UTF-8';

/*共通*/
.clearfix:after {
	display: block;
	clear: both;
	content: '';
}
body {
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-size: 1em;
	line-height: 1.4em;
	max-width: 1050px;
	padding:0 10px;
	margin:0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
a:hover img {
	opacity: .8;
}
.container {
}
.shadow_skip {
	display:none;
}
.indent{
	margin:0;
	padding:0;
	text-indent: 1em;
}
.indent2em{
	margin:0;
	padding:0;
	text-indent: 2em;
}
h1.titleimage{
	background-image:url(../images/tgcgatephoto.jpg);
	height:175px;
	background-repeat: no-repeat;
	text-align:center;
	position: relative;
	font-size:200%;
	font-weight:bolder;
}
h1.titleimage-antei{
	background-image:url(../images/h1-antei.jpg);
	height:175px;
	background-repeat: no-repeat;
	text-align:center;
	position: relative;
	font-size:200%;
	font-weight:bolder;
}
h1.titleimage-miu{
	background-image:url(../images/h1-miu.jpg);
	height:175px;
	background-repeat: no-repeat;
	text-align:center;
	position: relative;
	font-size:200%;
	font-weight:bolder;
}
h1.titleimage-rhs{
	background-image:url(../images/h1-rhs.png);
	height:175px;
	background-repeat: no-repeat;
	text-align:center;
	position: relative;
	font-size:200%;
	font-weight:bolder;
}
h1.titleimage-tonomine{
	background-image:url(../images/h1-tonomine.jpg);
	height:175px;
	background-repeat: no-repeat;
	text-align:center;
	position: relative;
	font-size:200%;
	font-weight:bolder;
}

h1.titleimage p,h1.titleimage-antei p,h1.titleimage-miu p,h1.titleimage-rhs p,h1.titleimage-tonomine p{
    margin: 0;
    position: absolute;
    top: 30%;
	width:100%;
	background-color: #CCC;
	background-color: rgba(255,255,255,0.4);
	padding:20px;
}
h2{
	position:relative;
	float:left;
	min-width:300px;
	font-size:1.3em;
	line-height: 1.4em;
	color:#06F;
	font-weight:bolder;
	background: linear-gradient(150deg, #fff, #E7FBFF);
		border-bottom:#03F solid 2px;
		padding:5px;
		margin-right:10px;
		margin-bottom:20px;
		margin-top:20px;
}
h2::before {
  position: absolute;
  content: '';
		width:100%;
  height: 100%;
	left:5px;
	bottom:-6px;
	background: linear-gradient(150deg, #fff, #CAF6FF);
	z-index:-1;
}
h2::after {
  position: absolute;
  content: '';
		width:100%;
  height: 100%;
	left:10px;
	bottom:-10px;
	background: linear-gradient(150deg, #fff, #F0F0F0);
	z-index:-2;
}
h2 a{
	margin-left:20px;
	font-size:0.7em;
}
h3{
	font-size:1em;
	padding:10px;
	color:#FFF;
	font-weight:bolder;
}
h3 span{
	border:#00F solid 1px;
	padding:3px 10px;
	background-color:#015BBE;
}

h4{
}

h5 {
	font-weight:bolder;
  position: relative;
}
h5:after {
	content: '';
	display: block;
	position: absolute;
	width: 400px; /* 下線の幅 */
	height: 1px; /* 下線の太さ */
	background-color: #06F; /* 下線の色 */
}
h6{/*下にある*/
}

header {
	width: 100%;
	padding-top:5px;
	background-color:#333;
	color: #FFF;	
}
header img {
	float: left;
	padding: 20px;
}
header a {
  color: #FFF;
}
header .inner {
	margin: 0 auto 0px;
	position: relative;
	text-align: right;
}
header .inner .row, header .inner .row p, header .inner .row .txtsize, header .inner .search{
	display: inline-block;
}

header .inner .row .txtsize {
	margin-right: 5px;
	line-height: 1rem;
}
header .inner .row .txtsize span {
	margin: 0 2px;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #cccccc;
	padding: 3px 5px;
	cursor: pointer;
}
header .inner .row .txtsize span.active {
	background-color:#FFF;
	color:#000;
}
header .inner .row .txtsize span.small {
	font-size: 68.8%;
}
header .inner .row .txtsize span.medium {
	font-size: 75%
}
header .inner .row .txtsize span.big {
	font-size: 81.3%;
}

header .inner .search {
	position: relative;
	margin-right: 10px;
}
header .inner .search input[type="text"] {
	border-radius: 14px;
	width: 220px;
	height: 28px;
	border: 1px solid #3434CC;
	box-sizing: border-box;
	padding: 5px;
	outline: none;
}
header .inner .search input[type="submit"] {
	-webkit-appearance: none;
	border: none;
	background-color: transparent;
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 15px;
	outline: none;
}

header .inner ul{
	display: block;
	margin-top: 15px;
	margin-right:15px;
}
header .inner ul li{
	display: inline-block;
}
header:after {
	display: block;
	clear: both;
	content: '';
}
@media screen and (max-width:640px) {
header {
	width: 100%;
	padding-top:1px;
	background-color:#333;
	color: #FFF;	
}
header img {
	margin: 0 auto;
	padding:0;
}
header img::after {
	display: block;
	clear: both;
	content: '';
}
header a {
  color: #FFF;
}
header .inner {
	text-align:left;
}
header .inner .row{
	display:block;
}

header .inner .row .txtsize, header .inner .row p {
	display:none;
}
header .inner .search {
	position: relative;
	margin-right: 0;
}
header .inner .search input[type="text"] {
	border-radius: 14px;
	width: 280px;
	height: 28px;
	border: 1px solid #3434CC;
	box-sizing: border-box;
	padding: 5px;
	outline: none;
}
header .inner .search input[type="submit"] {
	-webkit-appearance: none;
	border: none;
	background-color: transparent;
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 15px;
	outline: none;
}

header .inner ul{
	display: block;
	margin-top: 5px;
}
header .inner ul li{
	display:inline-block;
	margin:0 20px 0 0;
}
header:after {
	display: block;
	clear: both;
	content: '';
}
}


footer {
	color:#FFF;
	background-color:#333;
/*	border-bottom: 4px solid #333;*/
}
footer a {
	color: #FFF;
	font-size: 80%;
}

footer .inner {
/*	max-width: 1050px;*/
	margin: 0 auto ;
/*	padding:10px;*/
	position: relative;
}
footer .inner::after {
	display: block;
	clear: both;
	content: '';
}

footer img {
	float:right;
	padding:0 5px 0 5px;
}

footer div ul li {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
footer div ul li ul.footerbox li {
	display: block;
	padding-left: 15px;
}
.footerbox-title{
	width: 100%;
	padding-left:15px;
		border-bottom:2px solid #690074;
    border-image:linear-gradient(to right, #fff, #8CFFA9);
    border-image-slice:1;
	z-index:2;
	    overflow: hidden;

}
.footer-addressarea{
	color:#000;
	padding:10px;
	background: #E4FBFF;
}


@media screen and (max-width:640px) {
footer .inner:after {
	display: block;
	clear: both;
	content: '';
}

footer img {
	float:right;
	padding:5px;
}
footer p::before{
	display: block;
	clear: both;
	content: '';
}

footer div ul li {
	display: block;
	vertical-align: top;
	padding-left: 10px;
}
footer div ul li ul.footerbox li {
	display: block;
	padding-left: 15px;
}
}

main {
	max-width: 1050px;
	margin: 0 auto 10px;
	position: relative;
}

.bread {
	padding: 4px 0;
}
.bread li {
	display: inline-block;
	font-size: 75%;
}
.bread li:after {
	content: ">";
	display: inline-block;
	margin: 0;
}
.bread li:last-child:after {
	content: "";
}
.bread li a {
	color: #333;
	text-decoration: none;
}

.list_triangle {
    padding: 0px;
    margin: 0 0 0 10px;
    list-style: none;
}

.list_triangle > li {
    position: relative;
    padding: 0px 0px 0px 1em;
}
.list_triangle > li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #ff0000;

    content: "";

}
.litab{
	margin-left:20px;
}


/*図中央揃*/
.img-center{
	display: block;
	margin:0 auto;
}
div.div-center{
	text-align:center;
}

/*写真横並び用*/
.yokonarabi{
    display:flex;
}
.yokonarabi>div{
    width:50%;
		padding:0 10px;
}
/*figcaption*/
figure{
	text-align:center;
	}
figcaption{
	}

/*紹介動画用*/
.record {
	margin:50px 0 50px  40px;
	padding-bottom:40px;
}

.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		margin:0 auto;
	}

	.video-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.video-wrapper {
		width: 656px;
		max-width: 100%;
		margin-bottom:0.5em;
	}

.h3-wrapper{
	margin-left:20px;
}



/*土岐研テーブル用*/
.tgr-table-shi{
	width:100%;
	border:solid #333 1px;
	border-collapse: collapse;
}
.tgr-table-shi td{
	border:solid #333 1px;
	border-collapse: collapse;
	text-align:center;
	vertical-align:middle;
	margin:0;
	padding:0;
}
.tgr-table-shi img{
	margin:0;
	padding:0;
}
.tgr-table-shi-bacimg{
	  background-image:url(../../tgr/images/tgr-shipic0.png);  /* 画像のURLを指定       */
	  background-size: 150px 80px;
	  background-repeat:  no-repeat;
}
.tgr-table-shi-bacimg1{
	  background-image:url(../../tgr/images/tgr-shipic1.png);  /* 画像のURLを指定       */
	  background-size: 150px 60px;
	  background-repeat:  no-repeat;
}
.tgr-table-shi-bacimg2{
	  background-image:url(../../tgr/images/tgr-shipic2.png);  /* 画像のURLを指定       */
	  background-size: 150px 60px;
	  background-repeat:  no-repeat;
}
.tgr-table-shi-bacimg3{
	  background-image:url(../../tgr/images/tgr-shipic3.png);  /* 画像のURLを指定       */
	  background-size: 150px 60px;
	  background-repeat:  no-repeat;
}
.tgr-table-shi-bacimg4{
	  background-image:url(../../tgr/images/tgr-shipic4.png);  /* 画像のURLを指定       */
	  background-size: 150px 60px;
	  background-repeat:  no-repeat;
}
.tgr-table-shi-bacimg5{
	  background-image:url(../../tgr/images/tgr-shipic5.png);  /* 画像のURLを指定       */
	  background-size: 150px 60px;
	  background-repeat:  no-repeat;
}
.tgr-table-shi-bacimg6{
	  background-image:url(../../tgr/images/tgr-shipic6.png);  /* 画像のURLを指定       */
	  background-size: 150px 60px;
	  background-repeat:  no-repeat;
}
.tgr-table-shi-bacimg7{
	  background-image:url(../../tgr/images/tgr-shipic7.png);  /* 画像のURLを指定       */
	  background-size: 150px 150px;
	  background-repeat:  no-repeat;
}
.tgr-table-shi-bacimg8{
	  background-image:url(../../tgr/images/tgr-shipic8.png);  /* 画像のURLを指定       */
	  background-size: 150px 150px;
	  background-repeat:  no-repeat;
}
.tgr-table-shi-bacimg9{
	  background-image:url(../../tgr/images/tgr-shipic9.png);  /* 画像のURLを指定       */
	  background-size: 150px 150px;
	  background-repeat:  no-repeat;
}
.tgr-table-shi-bacimg10{
	  background-image:url(../../tgr/images/tgr-shipic10.png);  /* 画像のURLを指定       */
	  background-size: 150px 80px;
	  background-repeat:  no-repeat;
}
.tgr-table-shi-bacimg11{
	  background-image:url(../../tgr/images/tgr-shipic11.png);  /* 画像のURLを指定       */
	  background-size: 150px 200px;
	  background-repeat:  no-repeat;
}
.tgr-table-shi-bacimg12{
	  background-image:url(../../tgr/images/tgr-shipic12.png);  /* 画像のURLを指定       */
	  background-size: 150px;
	  background-repeat:  no-repeat;
}
.tgr-table-shi-bacimg13{
	  background-image:url(../../tgr/images/tgr-shipic13.png);  /* 画像のURLを指定       */
	  background-size: 150px 180px;
	  background-repeat:  no-repeat;
}

@media screen and (max-width:640px) {
body {
	font-size: 0.8em;
}
.container {
	padding:0 2px;
}
}

/*ページ固有*/
/*ホーム*/


main.home h1.home-h1{
	text-align : center;
	line-height:0;
}
.home-inner {
	background-color:#666;
	overflow: hidden;
}
.home-topics {
	position:relative;
	background-color:#003;
	padding:5px;
	color:#FFF;
	vertical-align: top;
}
.home-topicsbox {
/*	width:90%;*/
	border:#000 2px solid;
	background:#FFF;
	color:#000;
	padding:5px 5px 5px 40px;
	border-radius: 5px;
	margin:10px;
}
dl.info {
    clear: both;
}

dl.info dt {
	width: 110px;
    float: left;
    font-weight: bold;
    text-align: left;
	border:#0F0 2px;
	color:#080;
	display: inline-block;
}
dl.info dd {
    display: block;
    margin-inline-start: 110px;
}
@media screen and (max-width:640px) {
.home-topicsbox {
	padding:2px 2px 2px 5px;
}
dl.info dt {
	width: 80px;
}
dl.info dd {
    margin-inline-start: 80px;
}
}

/*info用*/
ol.info li:nth-child(2n+1) {
  background:#ECECEC;
}

ol.info li dt {
	width: 110px;
    float: left;
    font-weight: bold;
    text-align: left;
	border:#0F0 2px;
	color:#090;
	display: inline-block;
}
ol.info li dd {
    display: block;
    margin-inline-start: 110px;
}
/*info用終*/

.topspan{
	border:#00F solid 1px;
	padding:3px 10px;
	background-color:#015BBE;
	color:#FFF;

}
.kinkyutopics{
	display:inline-block;
	margin:0 auto;
	border:solid #F00 3px;
	padding:10px;
	font-size: 125%;
	color:#06F;
}

/*@media screen and (max-width:640px) {
.home-topicsbox {
	width:90%;
	top: 0px;
	left: 0px;
}
}*/
.home-topicsbox ul li{
	margin-bottom:5px;
}
.home-topicsbox-udbox{
	display:block;
	overflow: hidden;
}
.home-topicsbox-udbox1{
	position:relative;
	float:left;
}
.home-topicsbox-udbox1 ul li {
	margin:10px;
}
.home-topicsbox-udbox2{
	position:relative;
	float:right;
}
.home-topicsbox-udbox2 img{
	margin:5px;
}

/*ホーム センター説明*/
.home-abstract p {
	text-indent: 1em;
}
.home-abstract-p {
	font-size:150%;
	padding: 10px 0 ;
	font-weight:bolder;
}

.home .h2-innerbox{
	overflow:hidden;
	width:700px;
	margin:0 auto;
	display:table-cell;
}

.home .home-h2list {
    padding: 0px;
    margin: 0 0 0 10px;
    list-style: none;
}

.home .home-h2list > li {
    position: relative;
    padding: 0px 0px 0px 1em;
}
.home .home-h2list > li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #ff0000;

    content: "";

}








/*ホーム プレスボックス*/
.home-pressbox {
	border:#000 2px solid;
	background:#FFF;
	color:#000;
	padding:10px;
	border-radius: 10px;

}
.home-pressbox ul li span{
	display: inline-block;
	width:100px;
}

/*ホーム　マップ*/
img.home-map {
	display: block;
	margin:0 auto ;
}
.home-map-content{
  display: flex;
  flex-direction: row;
}
.home-map-content li{
  flex: 1;
	text-align:center;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
    margin-bottom: 30px;
}
@media screen and (max-width:640px) {
.home-map-content{
	display:block
}
.home-map-content li{
	text-align:center;
  margin:2px;
    box-shadow: 1px 1px 3px #aaa;
}
}

/*-共通BOX--*/

.box1-content {
  display: flex;
  flex-direction: row;
}

.box1 {
  background-color: #fff;
  flex: 1;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 3px #aaa;
  border: 10px solid #c21500;
  border-image: linear-gradient(135deg, #fff, #CAFFCA);
  border-image-slice: 1;
}


.box1-info {
  padding: 0 15px 15px;
	background-color:#FFF;
}

.box1-title {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #527acc;
}

.box1-explain {
  text-align: left;
  padding: 10px;
}
.box1-off {
  flex: 1;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
    margin-bottom: 30px;
}


@media screen and (max-width:640px) {
  .box1-content {
	  display:block;
   flex-direction: column;
  }

  .box1 {
    margin-bottom: 30px;
    box-shadow: 1px 1px 3px #aaa;
  }
}


@media print {
body{
	width: 1000px;
	page-break-after: always;
}

body:last-child{
	/*最後のページは改ページを入れない*/
	page-break-after: auto;
}
.no-print{display:none;}
}



/*事業所について*/
.aisatu img{
	float:right;
	margin:10px;
}


/*土岐研究所*/

.toki-kengakutable td{
  background-color:#CCC;
  padding: 5px 10px;
	border:1px solid #FFF;
}
	
.toki-kengakutejyun{
	 border:1px solid #333; margin:10px;
	 padding:5px;
}

.tgr-tokiskyphoto{
	float:right;
}


/*表示非表示*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

.hidden_box-off {/*枠無し用*/
    margin: 0;/*前後の余白*/
    padding: 0 0 0 20px;
}

.hidden_box label {/*ボタン装飾*/
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

.hidden_box label.border-off {/*枠無しボタン装飾*/
    padding: 0;
    font-weight: bold;
    border:none;
    cursor :pointer;
}


.hidden_box label:hover {/*ボタンホバー時*/
    background: #efefef;
}


.hidden_box input {/*チェックは見えなくする*/
    display: none;
}


.hidden_box .hidden_show {/*中身を非表示にしておく*/
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}


.hidden_box input:checked ~ .hidden_show {/*クリックで中身表示*/
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*research*/
.olresearch {
	margin: 15px 50px;
	list-style-type: decimal;
}

/*research-et*/
table#EQ {
  width: 100%;
	height: auto;
	margin: 20px auto;
	margin-bottom: 0;
	padding-bottom: 0;
}

table#EQ td {
	padding: 3px;
	text-align: center;
}

p#Comment {
	margin-top: 5px;
	padding-top: 0;
	text-align: center;
	color: #f00;
}


/*miu リスト表示非表示*/
main .clickable {
	padding-left: 40px;
	background: url(../../miu/images/open.png) 10px center no-repeat;
	cursor: pointer;
}

main .active {
	background: url(../../miu/images/close.png) 10px center no-repeat;
}

.hidden {
	display: none;
}

h6 {
	margin: 20px 0 0 20px;
	padding: 5px 0 2px 10px;
	border-bottom: 3px double #3333cc;
	color: #333333;
	font-size: 18px;
}

.h7inner {
	margin: 20px 0 0 20px;
	padding: 5px 0 2px 10px;
	height: 25px;
  border-bottom: 1px solid #515151;
}

/*miu リスト表示非表示end*/



/*役割タイトル*/
#yakuwari-titlebox{
position:relative;
	border-bottom:2px solid #690074;
    border-image:linear-gradient(to right, #fff, #00D000);
    border-image-slice:1;
	z-index:2;
	    overflow: hidden;
}

#yakuwari-titlebox3{
	position:static;
	border-bottom:5px solid #690074;
    border-image:linear-gradient(to right, #fff, #00D000);
    border-image-slice:1;
		padding:20px 0 0 0;
		margin:40px;
		font-size:1.3em;
}
@media screen and (max-width:640px) {
#yakuwari-titlebox3{
		font-size:1em;
}
}

/*役割欄*/
#yakuwari-box{
	background: linear-gradient(135deg, #FFF, #E2E2E2);
	z-index:3;
	position:static;
	margin-left:20px;
	margin-top:20px;
}
#yakuwari-box2{
	position:relative;
	background: linear-gradient(135deg, #fff, #CAFFFF);
	top:-15px;
	left:-15px;
	z-index:2;
	    overflow: hidden;
			padding:10px;
}


/*タイムライン*/
.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;
		padding-top:20px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}

/*home-map-content*/
.mapbar-purple{
	background-image:url(../../images/mapbar-purple.png);
  background-position: right center;
	background-repeat: no-repeat;

}
.mapbar-green{
	background-image:url(../../images/mapbar-green.png);
  background-position: right center;
	background-repeat: no-repeat;
}
.mapbar-sky{
	background-image:url(../../images/mapbar-sky.png);
  background-position: right center;
	background-repeat: no-repeat;
}

/*トップ役割欄*/
#yakuwari-box{
position:relative;
	background: linear-gradient(135deg, #FFF, #E2E2E2);
		padding:5px 10px 10px 5px;
		margin-right:10px;
}

#yakuwari-box::after {
  position: absolute;
  content: '';
		width:100%;
  height: 100%;
	left:-10px;
	bottom:10px;
	background: linear-gradient(135deg, #fff, #CAFFFF);
	z-index:-2;
}



/*タイムライン*/
.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;
		padding-top:20px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 106px;
    top: 24px;
background-color: #fff;
  background-image: -webkit-radial-gradient(#93F, #fff);
  background-image: radial-gradient(#93F, #fff);
  }
}


/*miu測定結果テーブル用*/
#an_miuwaterday table{
	margin:20px auto 0 auto ;
	width:700px;
}

#an_miuwaterday table td{
	text-align:center;
	border:#000 solid 1px;
}
.ul_day{
	list-style: square;
	margin-left:30px;
}
.ol_day{
	list-style:decimal;
	margin-left:30px;
}


/*miu環境管理用*/
.an_miuradio_table{
	margin:0 auto;
}
.an_miuradio_table td{
	text-align:center;
	border:#000 solid 1px;
	vertical-align:middle;
}
.an_miuradio_menuli{
	margin:0 0 0 40px;
	list-style-type:decimal;
}
.an_miuradio_menuli2{
	margin-left:30px;
	list-style:upper-roman;
}
.an_miuradio_table1{
	margin:0 auto;
	width:400px;
	border:#000 solid 1px;
	vertical-align:middle;
}
.an_miuradio_table2{
	margin:0 auto;
	width:80%;
	border:#000 solid 1px;
	vertical-align:middle;
}
.an_miuradio_table1 td,.an_miuradio_table2 td{
	text-align:center;
	border:#000 solid 1px;
	vertical-align:middle;
}
.an_miuradio16div{
	margin:10px;
	padding:10px;
	float:left;
	width:400px;
}
.ol_day_0{
	list-style: square;
	margin-left:30px;
}
.an_miuradio_mapdiv{
	position:relative;
}
.an_miuradio_mapdiv1{
	float: left;
	width:580px;
}
.an_miuradio_mapdiv2{
	float: left;
	width:400px;
}
@media screen and (max-width:1040px) {
.an_miuradio_mapdiv{
	position:relative;
}
.an_miuradio_mapdiv1{
	float:none;
	width:100%;
}
.an_miuradio_mapdiv2{
	float:none;
	width:100%;
}
}
/*end-miu環境管理用*/


/*miu用*/
	.for_pc {
		display: block;
	}

	.for_sp {
		display: none;
	}
	
	.imageMap img {
		padding: 0;
		border: none;
	}
	
	#geomap {
		margin: 0 auto;
		text-align: center;
	}

/*miutopics用*/
#miutopics #Container {	
	display: flex;
}

#miutopics ul#Point li a,
#miutopics ul#Point li a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	background: none;/*ポイントコンテンツのリンクにbase.cssから適用されるPDF画像を解除*/
	color: #0033cc;
}

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

/*PDFのアイコン無しをリストの初期設定とする*/
#miutopics ul li a {
	padding: 2px 0;
	background-image: none;
}


#miutopics p {
	margin: 0 10px 0 30px;
}

#miutopics #TxtArea {
	flex: 1 1 auto;
	margin: 0;
	padding: 0;
}

#miutopics #ImgArea {
	flex: 0 0 230px;
	margin: 10px 0 0 10px;
	padding: 0;
}

#miutopics dt > img {
	margin: 15px 0 0 0;
}

#miutopics span.SubTTL {
	font-size: 12px;
}

#miutopics dl.DlTxtLeft {
	margin: 15px;
	text-align: left;
}

#miutopics dl.DlTxtLeft dt {
	margin: 0 0 0 10px;
	color: #0033cc;
}

#miutopics dl.DlTxtLeft dd {
	margin: 0 0 10px 20px;
	color: #333333;
	font-weight: normal;
}

#miutopics th.Tbl1Th1 {
	width: 150px;
}

#miutopics td.Tbl1Td1 {
	width: 150px;
	text-align: center;
}

#miutopics table#TpxTbl2 td {
	text-align: center;
	width: 130px;
}

#miutopics table#TpxTbl2 td.TdTxtLeft {
	text-align: left;
}

#miutopics table#TpxTbl3 td {
	width: 100px;
	text-align: center;
}

#miutopics table#TpxTbl4 td {
	width: 40px;
	text-align: center;
}

#miutopics table#TpxTbl5 th, 
#miutopics table#TpxTbl5 td {
	width: 90px;
	text-align: center;
}

#miutopics table#TpxTbl5 td.Tbl5Td6 {
	width: 250px;
	text-align: left;
}

#miutopics dl#Yougo {
	margin: 10px 20px 0 20px;
}

#miutopics dl#Yougo dt {
	margin: 10px 0 0 5px;
	text-align: left;
	font-weight: bold;
	color: #0033cc;
}

#miutopics dl#Yougo dd {
	margin: 0 20px;
	text-align: left;
	font-weight: normal;
	color: #333333;
}

#miutopics dl.YougoList dt {
	margin: 5px 0 0 0;
	text-align: left;
	color: #0033cc;
}

#miutopics dl.YougoList dd {
	text-align: left;
	font-weight: normal;
	color: #333333;
}

#miutopics #ImgArea dl {
	margin: 0 0 15px 0;
	padding: 0;
}

#miutopics #ImgArea dd {
	font-weight: normal;
	color: #333333;
}

#miutopics #ImgArea dd.Setsumei {
	text-align: left;
}

#miutopics p#MoreInfo {
	margin: 20px auto 0;
}

#miutopics ul.TenNashi {
	text-indent: -1.5em;
	list-style: none;
}

#miutopics ol.reflist {counter-reset:item;
margin: 10px 10px 0 25px;
 list-style:none;
}

#miutopics ol.reflist li:before{
 content:counters(item, ".") ")";
 counter-increment:item;
 margin-right:0.5em;
}

#miutopics ol.reflist li{
 padding-left:1.5em;
 text-indent:-1.5em;
}

#miutopics span.FontRed {
	color: #ff0000;
}

#miutopics span.FontBlue {
	color: #0000ff;
}

#miutopics #TxtArea ul + p {
	margin-top: 15px;
}

#miutopics #TxtArea p.Shiki {
	margin-left: 50px;
	text-indent: 0;
}
@media screen and (max-width:640px) {
#miutopics #Container {
	display:block;
}
#miutopics #TxtArea {
	display:block;
	margin: 0;
	padding: 0;
}

#miutopics #ImgArea {
	display:block;
	margin: 10px 0 0 10px;
	padding: 0;
}
}
	
@media screen and (max-width:750px) {
.for_pc {
	display: none;
}

.for_sp {
	display: block;
}
}
	
	/*end-miu用*/

/*リストマーカー有り*/
.listmarker1 li{
	list-style:disc;
	margin-left:30px;
}

/*テキスト右寄せ*/
div.div-right{
	text-align:right;
}

.box1inner{
	display:inline-block;
	position:relative;
	text-align:center;
}

/*fontcollar用*/
span.fontred{
	color:#F00;
}

/*topicsList*/
main.home .home-inner .home-topicsbox .topicsList {
		height: 130px;
	}
main.home .home-inner .home-topicsbox .topicsList::-webkit-scrollbar {
		width: 0;
	}
main.home .home-inner .home-topicsbox .topicsList {
	overflow-y: hidden;
	height: 130px;
}
main.home .home-inner .home-topicsbox .shadow {
	width: 100%;
	height: 30px;
	margin-top: -30px;
	position: relative;
	z-index: 10;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ff0000+100&0.45+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73ffffff', endColorstr='#ff0000', GradientType=0);
	/* IE6-9 */
}
main.home .home-inner .home-topicsbox p.viewall {
	text-align: center;
	margin: 10px 0 10px;
}
main.home .home-inner .home-topicsbox p.viewall span {
	display: inline-block;
	text-align: center;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	color: #6147E3;
	font-size: 87.5%;
	cursor: pointer;
	border: 1px solid #6147E3;
}
main.home .home-inner .home-topicsbox p.viewall span:hover {
	color: #fff;
	background-color: #6147E3;
}
.div_iso_container{
	border:#00F solid 1px;
	padding:10px;
}
.ol_iso{
	padding-left: 30px;
	list-style: decimal;
	}
