@charset"UTF-8";

/*==============================
article
==============================*/
article {
	padding-top:40px;
}
article h2 {
	font-size:24px;
	text-align:center;
	padding-bottom:15px;
	border-bottom:2px solid #353535;
	margin-bottom:20px;
}
article .infoBooth {
	background:#fff;
	padding:16px 20px;
	margin-bottom:40px;
	border-top: 1px dotted #898989;
	border-bottom: 1px dotted #898989;
}
article .infoBooth h3 {
	margin: 2px 0 12px 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 108%;
}
article .infoBooth ul {
	margin: 0 auto;
	width: 320px;
}
article .infoBooth li {
	float:left;
	width:320px;
	border:1px solid #ababab;
	text-align:center;
	color:#2a2a2a;
	text-decoration:none;
	transition:all 0.1s linear;
	padding: 8px 2px;
	background: #fbfbfb;
}
article .infoBooth li:last-child {
	margin-right:0;
}
article .btn01 {
	background:#f7f7f7;
	padding:20px;
	margin-bottom:40px;
}
article .btn01 li {
	float:left;
	width:175px;
	margin-right:21px;
}
article .btn01 li:last-child {
	margin-right:0;
}
article .btn01 li a {
	display:block;
	border:1px solid #353535;
	background:#fff url(/ikebukuro/service/images/index_ico01.png) no-repeat right center;
	padding:5px 18px 5px 5px;
	text-align:center;
	color:#2a2a2a;
	text-decoration:none;
	transition:all 0.1s linear;
}
article .btn01 li a:hover {
	opacity:.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
article .sttl {
	display:table;
	table-layout:fixed;
	width:100%;
	background:#efefef;
	padding:10px 20px;
	box-sizing:border-box;
}
article .sttl .txt {
	display:table-cell;
	width:5em;
	color:#353535;
	font-weight:bold;
	border:2px solid #353535;
	background:#fff;
	text-align:center;
	line-height:1.35;
	padding:5px;
}
article .sttl h3 {
	display:table-cell;
	vertical-align:middle;
	font-size:22px;
	font-weight:bold;
	padding:0 20px;
}
article .sttl .btn {
	display:table-cell;
	width:13em;
	vertical-align:middle;
}
article .sttl .btn a {
	display:block;
	border:1px solid #353535;
	background:#fff url(/ikebukuro/service/images/index_ico02.png) no-repeat right center;
	padding:6px 20px 6px 8px;
	text-align:center;
	color:#2a2a2a;
	text-decoration:none;
	transition:all 0.1s linear;
}
article .sttl .btn a:hover {
	opacity:.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

article .sec01 {
	padding:20px 20px 40px;
	border-bottom:2px solid #e0e0e0;
}
article .sec01 .img {
	float:left;
}
article .sec01 .txt {
	margin-left:105px;
	font-size:12px;
}
article .sec01 .txt p {
	font-weight:bold;
	margin-bottom:10px;
}

article .sec02 {
	padding:15px 0;
	border-bottom:1px solid #e0e0e0;
}


article .sec02 li {
	width:33.33%;
	box-sizing:border-box;
	float:left;
	border-bottom:1px dashed #ccc;
	border-right:1px dashed #ccc;
	padding:10px 20px;
}
article .sec02 li:nth-child(3),
article .sec02 li:nth-child(6) {
	border-right:none;
}
article .sec02 li:nth-child(4),
article .sec02 li:nth-child(5),
article .sec02 li:nth-child(6) {
	border-bottom:none;
}

article .sec02 h4 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}
article .sec02 .img {
	float:left;
}
article .sec02 .txt {
	margin-left:100px;
}
article .sec02 .txt .txt01 {
	font-weight:bold;
}
article .sec02 .txt .txt02 {
	font-size:12px;
}