@charset "euc-jp";
.big_120 {
	font-size: 120%;
}
.big_130 {
	font-size: 130%;
	line-height: 1.2em;
}
.big_140 {
	font-size: 140%;
	line-height: 1.2em;
}
.small_70 {
	font-size: 70%;
	font-weight: normal;
	line-height: 1.2em;
}
.orange {
	color: #EA8C00;
}
#news {
	padding: 5px 0px;
	clear: both;
	float: none;
	margin-bottom: 15px;
	border: 1px solid #996600;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
}

#news ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#news ul li {
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #996600;
	clear: both;
	float: none;
}
#news ul li.job {
	background-color: #CBF0F5;
	font-weight: bold;
}
#news ul li span {
	font-size: 90%;
	color: #996600;
	width: 80px;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: left;
}
#news a {
	text-decoration: none;
	color: #FF6600;
}
#user_gmap{
	width:450px;
	height:300px;
	margin:20 auto 0px;
	border:solid 1px #111;
	padding: 0px;
	clear: both;
	float: none;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}

p{
    text-align: justify;
    hanging-punctuation: force-end;
	font-feature-settings:pkna;
}

#map {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

#map iframe {
  width: 100%;
  height: 860px;
  margin-top: -170px;
}

.num_ol{
	padding: 0px;
	margin-top: 0.2em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 1em;
	list-style-type: decimal;
}

.balloon {
	position: relative;
	margin-top:10px;
	background: #fff;
	border-radius: 10px;
	display: block;
	border: solid 3px #ccc;
	line-height: 1.3em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 1em;
}

.balloon:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 12px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  
}
.balloon:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 8px;
  border: 14px solid transparent;
  border-bottom: 14px solid #fff;
  z-index: 1;
}



/* timeline */

.timeline {
	margin: 0px;
	list-style-image: none;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.timeline > li {
  margin-bottom: 10px;
}

.timeline dl{
padding:0;
margin:0;}
  .timeline dl dt {
	font-weight:bold;
	color:#FF6600;
	font-size:110%;
	margin-top:0.5em;
  }
  .timeline dl dd {
  margin:0;
  margin-bottom: 15px;
  }

  .timeline-num {
	font-weight:bold;
	font-size:110%;
  }

  .timeline .balloon{
  margin-top:10px!important;
  display:block;
  }
@media ( min-width : 640px ){
.timeline {
	list-style-type: none;
}
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-num {
    width: 12%;
    float: left;
	text-align:right;
	padding-right:3%;
	margin-top:0.5em;
  }
  .timeline dl {
    float: left;
    border-left: 3px #e5e5d1 solid;
	margin: 0px;
	width:80%;
	padding-left:3.5%
  }
  .timeline-num:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #669900;
    position: absolute;
    left: 15%;
    top: 12px;
	margin-left:-4.5px;
    border-radius: 100%;
  }
}

