@charset "utf-8";

/* ==========================================================

title : 東通トラベル
scope : 旅のワンポイントアドバイス > 旅行に役立つ便利グッズ

last modify :　2016/10/17 285_inose

memo  : 

========================================================== */

/* --------------------------------------
   旅行に役立つ便利グッズ
--------------------------------------- */

.mainttl {
	position: relative;
}

.top_box {
	height:105px;
	background:url(/image_cmn_new/bg_stripe.png);
}

.top_box #breadcrumb {
	background:rgba(255,255,255,.8);
}

.top_box .advise_ttl {
	margin:21px;
	line-height:0;
}

.top_box .advise_ttl span {
	float:right;
	margin-right:-1px;
}

.lead_txt {
	width: 43em;
    margin: 15px auto 20px;
    text-align: left;
    line-height: 1.8;
	clear: both;
	font-size: 1.125em!important;
}

h2 {
    margin: 20px 0;
    padding: .75em .75em;
    border-bottom: 3px solid #841445;
}

#main_list ul{
	width:950px;
	margin:30px auto;
	display:-webkit-box;/* Android4.3以前ブラウザ用 */
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC/iOS8以前）用 ---*/
	display:flex;
	-webkit-box-pack:space-between;/* Android4.3以前ブラウザ用 */
	-webkit-justify-content:space-between;/* safari（PC/iOS8以前）用 */
	justify-content: space-between;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/* safari（PC/iOS8以前）用 */
	flex-wrap:wrap;
}


#main_list ul li{
	width: 297px;
	border: 1px solid #841445;
	margin-bottom:60px;
}

#main_list ul li p{
	padding:.75em 1em ;
}

#main_list ul li a img{
	padding-top:0.75em;
}

#main_list ul li a img:hover{
	opacity:0.8;
}

/* バナー */
.bnr_area {
	margin: 60px auto 30px;
	width: 700px;
}

.bnr_area figcaption {
	margin-top: 5px;
	text-align: center;
	font-size: 15px!important;
}

/* トップページに戻るボタン */
.link_box {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.link_toppage {
	position: absolute;
	bottom: 15px;
	right: 15px;
	letter-spacing: 0.05em;
}

.link_toppage a {
	position: relative;
    display: block;
    padding: 0 20px 0 32px;
	background: #9b1445;
    color: #fff;
    line-height: 42px;
    text-decoration:none;
	border-radius: 5px;
	font-size: 14px;
}

.link_toppage a:before {
	content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
	margin-left: 12px;
}

.link_toppage a:hover {
	/*opacity: .8;*/
	background: #ae426a;
}

/* ロールオーバー */
a:hover img {
	opacity: .8;
}

/* SEO文 */
#about_area .foot_txt {
	width: 920px;
}


