@charset "UTF-8";
/* CSS Document */
section {
    margin: 0 0 30px;
}
.main {
	position: relative;
}
.hatu {
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  width: 150px;
}
.hatu span {
  font-size: 18px;
	border-top: 1px solid #333;
	display: block;
}
/* 商品 */
.NewsPaperBox {
  clear: both;
  border-top: 1px solid #000000;
}
.NewspaperDl {
  clear: both;
  overflow: hidden;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  width: auto;
}
.NewspaperDay {
  background-color: #fffee0;
  color: #000000;
  /*border-top: 1px solid #000000;*/
  border-bottom: 1px solid #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.0;
  padding: 10px;
  text-align: center;
}
.NewspaperDayNoline {
  background-color: #fffee0;
  color: #000000;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}
.NewspaperBaitai {
  display: table-cell;
  border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
  width: 145px;
  text-align: center;
  background-color: #f2f2f2;
  color: #000000;
  vertical-align: middle;
  float: none;
  padding: 5px;
  font-size: 20px;
  font-weight: normal;
}
.NewspaperDl {
  overflow: hidden;
  width: auto;
}
.NewspaperDay {
  width: auto;
}
.NewspaperDayNoline {
  width: auto;
}
.NewspaperSubDl {
  display: table;
  width: 1022px;
}
.NewspaperDlDd {
  width: auto;
  height: auto;
  float: left;
}
.NewspaperDd {
  border-bottom: 1px solid #000000;
}
/*.NewspaperSubDl .NewspaperDd:last-child {
  border-bottom: none;
}*/
.tourCassette_body {
  margin: 12px;
	overflow: hidden;
}
.tourCassette_iconList {
  overflow: hidden;
  float: left;
}
.tourCassette_iconList li {
  color: #000000;
  font-size: 16px;
  padding: 3px 10px;
  margin-right: 10px;
  float: left;
}
.tourCassette_prefectures {
  background-color: #ffeaeb;
}
.tourCassette_conductor {
  background-color: #ffc68f;
}
.tourCassette_number {
  background-color: #99ccff;
}
.tourCassette_title {
  margin: 0 0 10px;
}
.tourCassette_title a {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: #1d3994;
  text-decoration: none;
}
.tourCassette_title a:hover {
    color: #ff9933;
    text-decoration: underline;
}
.tourCassette_pirce {
  font-size: 24px;
	line-height: 1.0;
  color: var(--caution-color);
  float: right;
}
.NewspaperEmpty {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  height: auto;
  line-height: 36px;
  border: 1px solid #999999;
  margin: 40px 0;
  padding: 15px 0;
}

/* 検索 */
.search_d input, .search_d button, .search_d textarea, .search_d select, .search_i input, .search_i button, .search_i textarea, .search_i select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search_d {
  clear: both;
  background: url(/attending/newspaper_ad/kaigai/images/arrw_i.png) bottom no-repeat;
  margin: 20px 0 20px;
  padding-bottom: 22px;
}
.search_dIn {
  width: 100%;
  border: solid 2px #1ebdb3;
  border-bottom: none;
  padding: 13px;
  box-sizing: border-box;
  display: inline-block;
}
.search_dIn div {
  display: flex;
  justify-content: center;
}
.search_dIn dl {
  width: 50%;
  height: auto;
  margin-bottom: 15px;
margin-right: 1.2%;
}
.search_dIn dl:last-child {
  margin-right: 0;
}
.search_dIn dl dt {
  width: 100%;
  height: 40px;
  background-color: #e3f7f6;
  text-align: center;
  font-size: 20px;
  padding: 0;
  font-weight: 500;
  margin-bottom: 10px;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.search_dIn dl dt img {
  width: 100%;
}
.search_dIn dl dt:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 53px;/*画像の幅*/
  height: 40px;/*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
.search_dIn dl dt.np:before {
  background-image: url(/attending/newspaper_ad/kaigai/images/sbTtl_np_i.png);
}
.search_dIn dl dt.cal:before {
  background-image: url(/attending/newspaper_ad/kaigai/images/sbTtl_cal_i.png);
}
.search_dIn dl dt.cl:before {
  background-image: url(/attending/newspaper_ad/kaigai/images/sbTtl_cl_i.png);
}
.search_dIn dl dd select {
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  border: solid 1px #ccc;
  padding: 3px;
}
.search_dIn dl dd input {
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  border: solid 1px #ccc;
  padding: 3px;
}

.bt_sr {
	float:left;
	display:block;
	text-align:center;
	margin-left:36%;
	margin-bottom: 10px;
}
.bt_cl {
	float:left;
	display:block;
	text-align:center;
	margin:0 0 0 2%;
}
.bt_cl button {
	font-size: 15px;
	line-height: 2.5;
}
.bt_cl button:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 15px;/*画像の幅*/
  height: 15px;/*画像の高さ*/
  background-size: contain;
  vertical-align: text-bottom;
  background-image: url(/attending/newspaper_ad/kaigai/images/bt_cl.png);
  margin-left: 3px;
}
.search_dIn div dl {
	width: 33%;
}

.banner_wapper {
	text-align: center;
}

.kokunai_btn:hover  {
	color: #ff737a !important;
	border: 1px solid #ff737a;
	background-color: #ffffff;
}
.kokunai_btn {
	font-size: 26px;
	color: #ffffff !important;
	background-color: #ff737a;
	text-decoration: none !important;
	border: 1px solid #ff737a;
	padding: 15px 0;
	border-radius: 10px;
	width: 1024px;
	display: block;
}

.kaigai_btn:hover  {
	color: #00bdb3 !important;
	border: 1px solid #00bdb3;
	background-color: #ffffff;
}

.kaigai_btn {
	font-size: 26px;
	color: #ffffff !important;
	background-color: #00bdb3;
	text-decoration: none !important;
	border: 1px solid #00bdb3;
	padding: 15px 0;
	border-radius: 10px;
	width: 1024px;
	display: block;
}
.seotxt{
	text-align:center;
}
.news_btn{
	height:80px;
}
#searchNp +section, .seo_wapper +section{
	display:block;
}
