@charset "shift_jis";

a:link	{ color:#0062e8; text-decoration: none; }
a:visited	{ color:#0062e8; text-decoration: none; }
a:hover	{ text-decoration:underline; color:#f65700; }
a:active	{ text-decoration:underline; color:#f65700;}
a:active, a:focus	{ outline:none; }


td {  font-size: 12px; line-height: 120%; color: #333333; text-decoration: none}

.border_all {  border: 1px #999999 solid}

.border_under {  border-color: black black #CCCCCC; margin-left: 8px; padding-left: 8px; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}

.font12 {  font-size: 12px; line-height: 120%; text-indent: 10pt; border-color: black black #CCCCCC; text-decoration: none; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}

.font10 {  font-size: 10px; font-style: normal; line-height: 110%}

.font12_white {  font-size: 12px; line-height: 110%; color: #FFFFFF}

#white {  color: #FFFFFF;}



.pan {
width:958px;
	text-align:left;
	margin:10px 0 20px 5px;
}

.pan h1,
.pan p {
	margin:0;
	padding:0;
font-size: 12px;
font-weight: normal;
display:inline;
}

h2 {
	margin:0;
	padding:0;
font-size: 12px;
line-height: 120%;
display:inline;
color:#ffffff;
}

.border_all p {
	margin:0;
	padding:0;
font-size: 12px;
display:inline;
color:#ffffff;
}

h3 {
	margin:0;
	padding:0;
font-size: 12px;
line-height: 120%;
color:#663333;
}

/* 2017/12/13@added
=========================================================== */
.basebus_box {
width: 970px;
margin: 0 auto;
}
.basebus_layout {
display: table;
width: 100%;
}
.basebus_layout > * {
display: table-cell;
vertical-align: top;
}
.basebus_layout > *.basebus_layout_in {
width: 100px;
}
.basebus_layout_in01 {
width: 750px;
}

/* footer guide */
.base_bus_guidebox {
background: #fffdf2;
margin: 20px 0;
border: solid 3px #ea7070;
}
.base_bus_guidebox_title {
color: #cc0000;
font-size: 1.4em;
font-weight: bold;
background-color: #f9d2d2;
margin: 0;
padding: 10px;
}
.base_bus_guidebox_qa dl {
box-sizing: border-box;
display: table;
width: 100%;
padding: 10px;
border-bottom: 2px dotted #f9d2d2;
}
.base_bus_guidebox_qa dl:last-child {
border: none;
}
.base_bus_guidebox_qa dl > * {
display: table-cell;
vertical-align: middle;
}
.base_bus_guidebox_qa dt {
width: 30px;
}
.base_bus_guidebox_qa dt > b {
background: #cc0000;
color: #fff;
display: inline-block;
width: 26px;
height: 26px;
line-height: 26px;
text-align: center;
border-radius: 13px;
}
.base_bus_guidebox_qa dd {
padding: 10px;
}
.base_bus_guidebox_qa dd > b {
font-size: 1.2em;
}
.base_bus_guidebox_text {
padding: 10px;
background: #fff;
line-height: 1.6;
}
.base_bus_guidebox_text > b {
color: #e62d2d;
}