@charset "utf-8";
/* CSS Document */


/* -------------------------------------------------

common

------------------------------------------------- */
#contents{
  padding: 20px;
  box-sizing: border-box;
}
.discTable{
	margin-top: 10px;
}
.discTable th, .discTable td{
  font-weight: normal;
  border-bottom: 1px dotted #afafaf;
  font-size: 1.1em;
  vertical-align: middle;
}
.discTable td ul{
	padding: 0 0 0 20px;
}
.discTable td ul li{
	list-style: disc;
}
.titleBox h5, .titleBox .placeList {
    float: left;
}
.blueTit02 {
    font-size: 1.2em;
    border-left: 10px solid #4bc8ea;
    color: #4bc8ea;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
}
.placeList .orangeBtn {
	display: inline-block;
    color: #fff;
    text-align: center;
    background-color: #eeb339;
    border-radius: 10px;
    margin: 0 auto 15px;
    padding: 3px 20px;
    font-weight: bold;
    width: auto;
    font-size: 1em;
    text-decoration: none;
  }
  .placeList {
      margin-left: 20px;
  }
  .placeList li {
    overflow: hidden;
    float: left;
    margin-left: 20px;
  }
.placeList li span{
	display: block;
	padding-bottom: 8px;
}
  .orangeBtn{
    display: inline-block;
    color: #fff;
    text-align: center;
    background-color: #eeb339;
    border-radius: 10px;
    margin: 0 auto;
		padding-left: 30px;
		padding-right: 30px;
    font-weight: bold;
    width: auto;
    font-size: 1em;
    text-decoration: none;
  }

  .singleBtnArea{
    margin-top: 20px;
  }


/* PC */
@media print, screen and (min-width:769px) {

  .photoBox {
      height: auto;
      margin: 0 0 10px;
  }
  .photoBox>p {
      float: left;
      width: 400px;
  }
  .photoBox>div {
      float: right;
      width: 590px;
  }
	  .singleBtnArea .orangeBtn {
    width: auto;
  }
  .orangeBtn {
    display: inline-block;
    width: 220px;
  }
}
/* Tablet */
@media screen and (max-width:768px) {
  #contents{
    padding:20px 15px;
  }
	.copyText{
		margin-bottom: 20px;
	}
  .orangeBtn {
    display: block;
    margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
		width: 75%;
  }
  .discTable th, .discTable td{
    display: block;
  }
  .discTable th {
    border-bottom: none;
    margin-top: 20px;
  }
  .discTable td {
    padding-bottom: 20px;
  }
}

