@charset "UTF-8";
/* CSS Document */

body {
	min-width:1010px;
	_display: inline;
	_zoom:1;
	color: #5E4A44;
	}
/* ////ブラウザの文字の大きさを揃える///// */
/* IE6 */
   {
font-size:100%;
}
/* IE7 */
*:first-child+html body {
font-size:100%;
}


/* ////リンク文字の設定///// */
a:link {
color: #E26001;
}
a:visited {
color:#E26001;
}
a:hover {
color: #DF1F00;
}

.align-right {
text-align: right;
}


/* ////clearfix関係///// */
.clear {
clear: both;
}

.clearfix:after { /*--新しいブラウザ用--*/
content: url("../images/spacer.gif");
display: block;
clear: both;
height: 0;
}

.clearfix{ /*--IE 5.5-7--*/
zoom:1;}


img { /*--画像の下の隙間を消す--*/
vertical-align: top;
 }
 
 /* ////HTML5リセットCSS///// */
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	list-style:none;
}

body {
	line-height:1.5em;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}




div#header-box {
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 68px;
}
div#a-header-box {
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 68px;
}
div#l-header-box {
	background-image: url(../images/l-header-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 68px;
}
div#header {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
div#header ul li {
	float: right;
	margin-left: 1em;
}



div#wrapper {
	width:1000px;
	margin: 0 auto;
}

div#a-wrapper {
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
}
footer {
	clear: both;
}
div#footer-sitemap-box a {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer-box {
	background-image: url(../images/footer-bg-gray.gif);
	background-repeat: repeat-x;
	height: 77px;
}
div.footer-boxsize {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
div.footer-boxsize ul#footer-menu li {
	float: left;
	margin-right: 50px;
	margin-top: 34px;
}
div.footer-boxsize ul#footer-menu li:nth-child(3) {
	margin-right: 0px;
}

div#footer-brown {
	background-image: url(../images/footer-bg-brown.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 258px;
}
div.footer-boxsize ul#footer-shopgroup li {
	float: left;
	margin-right: 15px;
	margin-top: 44px;
	height: 92px;
	background-color:#FFFFFF;
}
div.footer-boxsize ul#footer-shopgroup li:nth-child(5) {
	margin-right: 0px;
}
h1#title-shopgroup  {
	text-align: center;
	padding-top: 50px;
}
div#footer-black {
	background-image: url(../images/footer-bg-black.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
}
div#footer-sitemap-box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	line-height: 2.5em;
	font-weight: normal;
	font-size: 0.8em;
}
div#footer-sitemap-box a:visited {
	color: #FFFFFF;
}
div#footer-sitemap-box a:hover {
	color: #F06A06;
}



div.sitemap-left {
	float: left;
	width: 400px;
}
div.sitemap-right {
	float: right;
	width: 200px;
}
div#footer-sitemap-box dd {
	text-indent: 2em;
}
div.sitemap-left dl.sub-menu dd {
	padding-left: 1.5em;
}

div#copyright {
	clear: both;
	padding-top: 80px;
	margin-bottom: 20px;
	text-align: center;
}



/*パン屑*/

.breadcrumb {
	list-style: none;
	overflow: hidden;
	font: 12px;
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C0C0C0;
		}
		.breadcrumb li { 
			float: left; 
		}
		.breadcrumb li a {
			color: white;
			text-decoration: none; 
			padding: 5px 0 5px 55px;
			background: brown;                   /* fallback color */
			background: hsla(34,0%,35%,1); 
			position: relative; 
			display: block;
			float: left;
		}
		.breadcrumb li a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-left: 30px solid hsla(34,0%,35%,1);
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			left: 100%;
			z-index: 2; 
		}	
		.breadcrumb li a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-left: 30px solid white;
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			margin-left: 1px;
			left: 100%;
			z-index: 1; 
		}	
		.breadcrumb li:first-child a {
			padding-left: 10px;
		}
		.breadcrumb li:nth-child(2) a       { background:        hsla(33,0%,47%,0.5); }
		.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(33,0%,47%,0.5); }
		.breadcrumb li:nth-child(3) a       { background:        hsla(33,0%,55%,0.5); }
		.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(33,0%,55%,0.5); }
		.breadcrumb li:nth-child(4) a       { background:        hsla(33,0%,65%,0.5); }
		.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(33,0%,65%,0.5); }
		.breadcrumb li:nth-child(5) a       { background:        hsla(33,0%,75%,0.5); }
		.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(33,0%,75%,0.5); }
		.breadcrumb li:last-child a {
			background: white !important;
			color: black;
			pointer-events: none;
 			cursor: default;
		}
		.breadcrumb li:last-child a:after { border: 0; }
		.breadcrumb li a:hover { background: hsla(34,85%,25%,1); }
		.breadcrumb li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }
div.center {
	text-align: center;
}
div#note {
	padding: 1em;
	border: 2px solid #F06A06;
}
div#note h1 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F06A06;
}


table.timetable tr td {
	border-bottom: solid 1px #666;
	padding: 0.3rem ;
}
table.timetable  {
	border-top: solid 1px #666;
margin-top: 1rem;
}
