@charset "utf-8";

html {
	}

body {
	margin: 0 auto;
	background: #000080;
	font-family: san-serif;
	font-size: 16px;
	}


/* メインコンテンツレイアウト部分 */

.wrapper {
	background: url(../images/bg.png);
	}

.container {
	margin: 0 auto;
	width: 720px;
	padding: 10px 10px 20px 10px;
	text-align: left;
	background: #ffffff;
	}


h1 {
	margin: 0;
	font-weight: bold;
	
	font-size: 18px;
	color: #000022;
	text-align: center;
	}


h2 {
	margin: 0;
	font-weight: normal;
	
	font-size: 16px;
	color: #000022;
	text-align: center;
	}

tbody th, td {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	font-size: 14px;
	}

.jikan {
	font-size: 13px;
	font-family: Imapct,sans-serif;
	color: #ff0000;
	background-color: "blue";
	}

.koumoku {
	font-size: 13px;
	font-family: sans-serif;
	color: "000";
	}



@media screen and (min-width: 768px) {
	
}




