  @charset "utf-8";
/* ----ニュース 詳細共通---- */
#singleWrap .rBox{
  float: right;
  margin: 0 0 15px 15px;
}
#singleWrap .lBox{
  float: left;
  margin: 0 15px 15px 0;
}

/* ----パンくず---- */
#breadcrumb li:last-child {
	width: auto;
}

#breadcrumb li:last-child a {
	width: auto;
}


/* ----本文---- */
#singleWrap p{
    margin-bottom:1.5em;
}

#main {
	position: relative;
	margin-right: 1px;
	border-right: 1px solid #ededed;
}

#main h2 {
	font-size: 18px !important;
	line-height: 180%;
	margin: 40px 0px 8px 0px !important;
	padding: 0px;
	border-bottom: 1px solid #e5e5e5;
}

#main div {
	margin: 0px;
	padding: 0px;
}

/*#main div p {
	float: left;
}*/

#main p {
/*	clear: both;*/
	line-height: 1.8;
}

#main .regMark{
  font-size: 12px;
  vertical-align: top;
  line-height: 1.5;
}

#main .addthis_sharing_toolbox {
	float: right;
	/*width: 90px;
	height: 18px;*/
}

.bottom {
	clear: both;
	margin-bottom: 80px !important;
}

.infoDate{
  float:left;
	margin-bottom: 30px;
}

/* ----sub---- */

#newsInfo #wrap #sub ul {
	margin: 0px 0px 0px -2px;
}

#sub {
	border-left: none;
}

/* ----各パーツ設定---- */
#main .imgBox,
#main .imgBox img{
  margin-bottom: .7em;
}

#main .captionBlock{
  display: block;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin-bottom: -15px;
  position: relative;
  z-index: 10;
}

#main .shinjukuBusterminalBythewayList{
  margin-top: -76px;
}
#main .shinjukuBusterminalBythewayList li{
  display: inline-block;
  text-align: center;
  font-size: 12px;
}
#main .shinjukuBusterminalBythewayList li:nth-child(1){
  width: 164px;
}
#main .shinjukuBusterminalBythewayList li:nth-child(2){
  width: 185px;
}
#main .shinjukuBusterminalBythewayList li:nth-child(3){
  width: 185px;
}
#main .shinjukuBusterminalBythewayList li:nth-child(4){
  width: 164px;
}


/* ------------------------------------------------------------------------
20161118　ニュース追加素材
------------------------------------------------------------------------ */
#main .bythewayContactBlock{
  background-color: #FFF1DC;
  padding: 1em;
  margin-bottom:1.5em;
}

#main .bythewayContactBlock p{
  margin-bottom: 0;
}

#main .bythewayContactBlock p strong{
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #E27D15;
}
#main .bythewayLogo{
  text-align: center;
  margin-bottom: 30px;
}

#main .allocationList {
	line-height: 1.8;
	margin-bottom: 1.5em;
}
#main .allocationList li {
	display: flex;
	align-items: center;
}
#main .allocationList div:first-child {
	display: flex;
	width: 85px;
	justify-content: space-between;
	margin-right: 40px;
}

/*
****     SP     ***
**/
@media (max-width: 767px) {
	#main h2 {
		margin-top: 0!important;
		line-height: 130%;
	}
	#main p {
		line-height: 150%;
	}
	#newsInfo {
		position: relative;
	}
	.bottom {
		margin-bottom: 40px!important;
	}
	.infoDate {	
		margin-bottom: 20px;
	}
	.addthis_sharing_toolbox {
	 margin-top: -40px!important;
	}
	#newsInfo #sub.news-sub {
		position: absolute;
		top: 178px;
	}
	#tab {
    margin-bottom: 70px;
	}
	#main #atstbx2 {
		margin-top: 20px;
	}
}
