@charset "utf-8";

/* ==========================================================

title : 東通トラベル
scope : 旅行に役立つ便利グッズ > 海外旅行で便利なグッズ

last modify :　2016/10/17 285_inose

memo  : 

========================================================== */

/* --------------------------------------
   海外旅行で便利なグッズ
--------------------------------------- */

h2{
	margin:30px 0;
	padding:.75em .75em;
	border-bottom:3px solid #951445;
}

.ask {
	position: absolute;
	top: 20px;
	right: 10px;
}

#main_list {
	position: relative;
}

#main_list dl{
	margin:20px 50px 20px;
/*	min-height:184px;*/
}

#main_list dl dt,
#main_list dl dd{
	width:585px;
}

#main_list dl dt span{
	width:100%;
	padding-bottom:.75em;
	margin-bottom:.75em;
	display:block;
	border-bottom:1px solid #b9b9b9;
}

#main_list dl dd p:first-of-type{
	margin:1.2em 0;
}

#main_list dl dd p.line2{
	width:312px;
	text-align:right;
}

#main_list dl:nth-of-type(odd){ padding-left:325px;}
#main_list dl:nth-of-type(even){ padding-right:325px;}


#main_list dl:nth-of-type(1){
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../image/image_josui.jpg);
	margin-top: 40px
}
#main_list dl:nth-of-type(2){
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../image/image_press.jpg);
}
#main_list dl:nth-of-type(3){
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../image/image_book.jpg);
}
#main_list dl:nth-of-type(4){
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../image/image_food.jpg);
}
#main_list dl:nth-of-type(5){ 
	background:url("../image/image_shirt.jpg") no-repeat left; 
}

/*メイン　2018.9.3*/
#main_list dl{
	margin:60px 50px 20px;
}



/*tap_water　2018.9.20 森（康）*/
.tap_water{
	width: 900px;
  margin: 0 auto;
	border: solid 2px #951445;
	padding: 20px;
	color: #000000;
	border-radius: 10px;
}

.tap_water_ttl{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 165px;
}

.tap_water_lead{
	padding: 0px 18px 10px; 
}

.tap_water_lead p:nth-child(odd){
	margin-top: 10px;
}

.fwb{
	font-weight: bold;
}

.tap_water_ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tap_water_ul ul{
	
    width: 900px;
    height: 180px;
    margin: 0 auto;
    padding: 20px;
	color: #000000;
border: solid 2px #951445;

    
}

.tap_water_ttl{
	font-weight: bold;
	margin: 0 0 0 165px;
}

.table_water {
  border: 1px solid #951445;
  line-height: 1.4;
  margin: 0 auto;
  width: 664px;
}

.table_water table {
  font-size: 13px !important;
	border-collapse: collapse;
  border-spacing: 0;
}

.table_water th {
  width: 20%;
  background: #f2dee6;
  color: #000;
  vertical-align: middle !important;
  padding: 5px;
  border: 1px solid #951445;
}

.table_water td {
  padding: 5px;
  border: 1px solid #951445;
}