@charset "UTF-8";


/*____________________________________________________________________

  GPVI020G01
____________________________________________________________________*/
body.lineDetail .column3Area {
    margin-bottom: 20px;
}

body.lineDetail .column2List_item {
    float: left;
    width: 32.5%;
}
body.lineDetail .column2List_item:first-child {
    width: 67.5%;
}


body.lineDetail .column2List_item .contArea:first-child {
  padding-top: 0;
}

body.lineDetail .fr {
  float: right;
}

body.lineDetail .map {
  background: rgba(0,0,0,0.05);
  width: 100%;
  line-height: 3;
  text-align: center;
}

body.lineDetail .txtLink {
  margin: 0;
  text-indent: 0;
}

body.lineDetail .gray {
  opacity: .65;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px){

body.lineDetail .column2List_item {
    float: none;
    width: 100%;
}
body.lineDetail .column2List_item:first-child {
    width: 100%;
}
body.lineDetail .fr {
  float: none;
}
}

/*----------------------------------------------*/
@media screen and (max-width: 480px) {

}
/*----------------------------------------------*/
