@charset "shift_jis";
/* top.css */
/* メニューページレイアウト */
/* 2009/07/21 evol-ni */
/* /menu/* */

@import url(default.css);
@import url(layout.css);

#main .head:after,
#main .head .wait_time dl:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

#contents #main {
    width: 736px;
	margin-right:8px;
}

#main .head {
	width:736px;
	height:55px;

}
#main .sectionWrapper {
	width:736px;
	background-image:url(../Images/trouble/bg_main_loop.gif);
	background-position:0 0;
	background-repeat:repeat-y;
}
#main .sectionInner {
	padding:3px 16px 78px 16px;
	background-image:url(../Images/trouble/bg_main_bottom.gif);
	background-position:0 bottom;
	background-repeat:no-repeat;
}
#main .sectionInner h2 {
	padding-bottom:7px;
	margin-bottom:13px;
	background-image:url(../Images/trouble/h2_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	font-size:134%;
}

#main .sectionInner #lead{
	padding-bottom:41px;
	line-height:1.8;
}

#main .btn a {
    margin-top:30px;
    width:205px;
    height:33px;
    margin-left:265px;
    background-image: url(../Images/common/btn_back.jpg);
}

#main .blocks .wrapper .bold {
    font-weight: bold;
}
#main .blocks .wrapper .red {
    color: #c10016;
}


.Invoice{
	display: flex;
	flex-flow: nowrap;
}

.img1{
	width: 35%;
	text-align: center;
	margin-left: 3%;
}


/*-------------------------------
店舗一覧
--------------------------------*/

table.list{
	border:none;
	border-collapse: separate;
	border-spacing: 1px;
	background-color:#ccc;
	width:98%;
	margin:10px auto 12px auto;
}

table.list th,
table.list td{
	border:1px solid #fff;
	padding:4px 4px 4px 8px;
	line-height:1.5rem;
	text-align:left;
	vertical-align:middle;
}
table.list th{
	vertical-align:middle;
	background-color: #dcdcdc;
}

table.list th.name{
	font-weight:normal;
	width: 5.5em;
}

table.list td{
	background-color:#ffffff;
}

table.list .tel a{
	pointer-events: none;
	text-decoration: none;
	color: #333333;
}

/*-------------------------------
20250130
--------------------------------*/
.info_20250130 .link_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:1em;
}
.info_20250130 .link_list a{
	margin: 0 1em 8px 0;
	padding: 5px 0;
}


