@charset "UTF-8";

/****************************************
	style reset
****************************************/

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset,
header, nav, section, article, footer {
	margin: 0;
	padding: 0;
}

header, nav, section, article, footer {
	display: block;
}

h1,h2,h3,h4,h5,h6{
	font-size: 1.0rem;
	font-size: 10px;
	font-weight: normal;
}

ol,ul{
	list-style: none;
}
* {
	box-sizing: border-box;
}

/****************************************
	style basic
****************************************/

html,body {
	display : block ;
	height : 100% ;
	border : 0 ;
	font-size: 62.5%;
}

body {
	font-size: 1.0rem;
	font-size: 10px;
}

a {
	color: #f69;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	opacity: 0.5;
}

p{
	line-height: 1.4;
}

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

small{
	font-style: normal ;
}

table.info_hour {
		width: 50%;
}
table.info_hour th {
		width: 80px;
		padding: 5px;
		border: 1px solid #aaa;
		text-align: center;
		font-weight:normal;
}
table.info_hour td {

		padding: 5px;
		border: 1px solid #aaa;
		text-align: center;
}