﻿@charset "utf-8";

/* ==========================================================

title : 東通トラベル
scope : オリジナル壁紙

last modify :　2017/06/12 183_aoyama

memo  : 

========================================================== */

/* パンくず */
#breadcrumb {
	background: url(/image_cmn_new/bg_stripe_02.png);
}

/* リード文 */
.lead {
	width: 752px;
	margin: 40px auto 40px;
}

/* 壁紙ダウンロード */
#wall_box {
	width: 870px;
	margin: 0 auto;
}

.wall_item {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	width: 870px;
	margin: 0 auto 50px;
}

.wall_item li {
	position: relative;
	display: block;
 	width: 392px;
	margin: 0 86px 0 0;
}

.wall_item li:last-of-type {
	margin-right: 0;
}

.wall_item .wall_img {
	border: 1px solid #ddd;
	padding: 1px;
}

.wall_item .btn {
	width: 212px;
	margin: 20px auto 0;
}

.wall_item .btn li {
	margin-bottom: 12px;
}

/* 設定方法 */
#setting_box {
	width: 860px;
	margin: 0 auto 60px;
	background: #fbeef1;
	border-radius: 10px;
	padding: 20px 25px
}

#setting_box .ttl {
	font-size: 18px;
	font-weight: bold;
	color: #9b1445;
	border-bottom: 2px solid #9b1445;
	padding: 0 0 10px 4px;
	margin-bottom: 25px;
}

#setting_box dl {
	background: url(../image/line_dot.png) repeat-x bottom;
	width: 810px;
	margin: 0 auto 15px;
}

#setting_box dt {
	float: left;
	font-weight: bold;
}

#setting_box dl:last-of-type {
	background: none;
}

#setting_box dl:last-of-type dd {
	padding-bottom: 0;
}

#setting_box dd {
	padding: 0 10px 15px 154px;
	font-size: 15px;
}

#setting_box .note {
	margin: 0 0 0 25px;
	font-size: 15px!important;
}