@charset "UTF-8";

body {
	x-overflow: hidden;
	font-family: "Meiryo", 'Hiragino Kaku Gothic Pro', "MS PGothic", "SansSerif";
	background-color: #ffffff;
	color: #3e3a39;
	font-size: 14px;
}

.header {
	border-color: #861c3c;
	border-bottom-style: solid;
	border-bottom-width: 2px
}

.header img {
	margin: 0 80px;
}

.header-inner, .container, .footer-inner {
	width: 1120px;
	margin: 0 auto;
}

.footer {
	border-color: #861c3c;
	border-top-style: solid;
	border-top-width: 2px;
}

.footer ul {
	float: right;
	width: 600px;
	padding: 10px 20px;
	margin: 0;
}

.footer li {
	float: left;
	list-style-type: none;
	font-size: 11px;
	margin: 0 30px;
}

a:link {
	color: #3366ff;
	text-decoration: none;
}

a:visited {
	color: #993399;
	text-decoration: none;
}

a:hover {
	color: #339933;
	text-decoration: underline;
}

a:active {
	color: #ff6633;
	text-decoration: underline;
}

img {
	border-style: none;
}

h1 {
	color: #861c3c;
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	padding: 5px 60px 0;
	margin: 3px 0 10px;
}

h1 a:link, h1 a:visited {
	color: #3e3a39;
}

h1 a:hover, h1 a:active {
	color: #861c3c;
	text-decoration: none;
}

h2 {
	text-align: left;
	font-size: 24px;
	padding: 0;
	margin: 20px 60px 10px;
}

h3 {
	text-align: left;
	font-size: 18px;
	padding: 0;
	margin: 30px 60px 10px;
}

p {
	line-height: 1.8;
	padding: 0;
	margin: 20px 50px;
}

p a {
	font-size: 1.2em;
	font-weight: bold;
}

.takenaka2 {
	line-height: 1.0;
	vertical-align: middie;
	padding: 0;
	margin: 30px 60px;
}

.takenaka2 a {
	display: block;
	width: 300px;
	height: 50px;
	background: url(http://tokyo.chikuwakai.jp/img/bnr_takenaka_off.gif) no-repeat;
	float: left;
	margin: 0 10px 0 0;
}

.takenaka2 p {
	line-height: 1.0;
	padding: 20px 0;
	margin: 0;
}

.takenaka2 a:hover {
	background:url(http://tokyo.chikuwakai.jp/img/bnr_takenaka_on.gif) no-repeat;
}

.item {
	margin: 0 0 0 20px;
}

table {
	margin: 15px auto;
}

p.notice {
	clear: both;
	font-size: 20px;
	color: #ff0080;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	letter-spacing: 2px;
}

.caption p {
	position: relative;
	top: -16px;
	z-index: 60;
	line-height: 0;
	height: 0;
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0 0 5px #000000;
}

.hokkaido {
	left: 11px;
	width: 144px;
}

.tohoku {
	left: 193px;
	width: 120px;
}

.tokyo {
	left: 353px;
	width: 120px;
}

.nagoya {
	left: 489px;
	width: 144px;
}

.osaka {
	left: 673px;
	width: 120px;
}

.hiroshima {
	left: 833px;
	width: 120px;
}

.kyushu {
	left: 993px;
	width: 120px;
}

th, td {
	border-style: none;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	padding: 8px 20px;
}

th {
	font-size: 16px;
}

th a {
	font-weight: bold;
}

strong {
	font-size: 1.2em;
	color: #861c3c;
}

/* -------------------------------------
 * 点滅
 * ------------------------------------- */

.blink {
	-ms-animation: blink 5s infinite;		/* Internet Explorer */ 
	-webkit-animation: blink 5s infinite;			/* Google Chrome、Safari */
	-moz-animation: blink 5s infinite;		/* firefox */
	-o-animation: blink 5s infinite;		 /* opera */
	animation: blink 5s infinite;		/* ベンダープレフィックス無し */
	opacity: 1;
}

/* Internet Explorer */
@-webkit-keyframes blink {
	0% { opacity: 0; }
	20% { opacity: 1; }
	100% { opacity: 1; }
}
 /* Google Chrome、Safari */
@-webkit-keyframes blink {
	0% { opacity: 0; }
	20% { opacity: 1; }
	100% { opacity: 1; }
}
 /* firefox */
@-webkit-keyframes blink {
	0% { opacity: 0; }
	20% { opacity: 1; }
	100% { opacity: 1; }
}
 /* opera */
@-webkit-keyframes blink {
	0% { opacity: 0; }
	20% { opacity: 1; }
	100% { opacity: 1; }
}
 /* ベンダープレフィックス無し */
@keyframes blink {
	0% { opacity: 0; }
	20% { opacity: 1; }
	100% { opacity: 1; }
}
