@charset "Shift-JIS";

/*
************************************************************************************************
(C)2006 TOYOTA BUHINFUKUOKA KYOHAN CO.,LTD. All Rights Reserved.
************************************************************************************************
*/

/*__RESET________________________________________*/

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,em,b,a,span,img {
	margin: 0;
	padding: 0;
}


/*__BODY________________________________________*/

body { 
	color: #555;
	background-color: #424242;
	background-image: url(../images/bg_body.gif);
}


/*__LINKCOLOR________________________________________*/

a:link { 
	color: #a40000;
}

a:visited {
	color: #630000;
}

a:hover {
	color: #a40000;
}

a:active {
	color: #999;
}


/*__HEADER________________________________________*/

.headtxt {
	font-size: 10px;
	padding: 5px 10px;
}
.bg_mainvisual {
	background-image: url(../images/bg_mainvisual_r.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 0;
}
.mainvisual_ttl {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.mainvisual_txt {
	color: #dedede;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0 5px;
}


/*__TABLE________________________________________*/

.table_list1 {
	font-size: 12px;
	line-height: 1.4em;
	padding-right: 2px;
	padding-bottom: 8px;
}


/*__TEXT________________________________________*/

.N12_txttitle {
	color: #263245;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
.N12_darkblue {
	color: #263245;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
}
.N12_txttitle_pipit {
	color: #e78d03;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}





.map {
    width: 250px;
    height: 150px;
}
.largeMap {
    background: white;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    width: 110px;
    height: 34px;
    margin-top: 12px;
    line-height: 34px;
}


/*__INDEX b_hour________________________________________*/

.b_hours {
	width: 570px;
	background: #e00000;
	padding: 1rem;
	box-sizing: border-box;
}
.b_hours .title {
	background: white;
	/*border: 3px solid white;*/
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	padding: 0.3rem;
	color: black;
}
.b_hours ul {
	
	margin-top: 1rem;
	list-style: none;
}
.b_hours ul li {
	margin-bottom: 1.5rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid white;
	padding-left: 1.5rem;
}
.b_hours ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.b_hours ul .list_title {
	color: white;
	font-size: 1.05rem;
	font-weight: bold;
	margin-bottom: 0.45rem;
}
.b_hours ul .arrow {
	color: white;
	font-size: 0.75rem;
}

.b_hours .bt,
.link .bt {
background: #626262;
color: black;
padding: 0.5rem 1.2rem;
margin: 0.5rem 0 0.8rem 0;
display: inline-block;
text-decoration: none;
font-weight: bold;
text-align: center;
border-radius: 10px;
}
.link {
	margin-top: 1rem;
}
.link .bt {
	color: white;
}

.b_hours .bt.small {
font-size: 0.8rem;
background: pink;
}
.b_hours .bt span,
.link .bt span {
	display: inline-block;
	transform: rotate(90deg);
}

