@charset "utf-8";
/* ==================================================
contents
================================================== */
#tmp_contents_main {
	float: left;
	width: 700px;
}
#temp_contents_right {
	float: right;
	width: 200px;
}
#temp_contents_right p {
	margin-bottom: 5px;
}
#tmp_ryukeistyle {
	height: 223px;
	border: 1px solid #CCC;
	text-align: center;
	margin-bottom: 5px;
}
#tmp_news  table   , #tmp_important table{
	width: 100%;
	clear: both;
	margin-top: 10px;
	border-collapse: separate;
	border-spacing:0px;
}
#tmp_news    th    , #tmp_important th{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 100px;
}

#tmp_news td, #tmp_news th {
	padding-top: 5px;
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 6px;
}
#tmp_news table,
#tmp_news th,
#tmp_news td {
	border-collapse: collapse;
}
#tmp_news tr {
	border-bottom: 2px dotted #CCC;
}
#tmp_news tr td:first-child {
	width: 125px;
}
#tmp_news tr td:nth-child(2n) {
	width: 100px;
	padding-top: 10px;
}
#tmp_news tr td:last-child {
	width: 475px;
}

#tmp_important td, #tmp_important th {
	background-color: #FDE3E0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#tmp_important th {
	padding-right: 20px;
}
#tmp_news {
	background-color: #FFFFFF;
	background-image: url(../images/news_bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	padding-bottom: 3px;
}
#tmp_news h2 {
	float: left;
	margin-bottom: 10px;
}

#tmp_news p.detail {
	float: right;
}

#tmp_news table {
	margin-top: 5px;
}
#tmp_important {
	border: 1px solid #CA2826;
	margin-bottom: 30px;
	padding-right: 4px;
	padding-left: 4px;
}
#tmp_important h2 {
	background-image: url(../images/news_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#tmp_important td {
	font-weight: bold;
	color: #900;
}
/* ==================================================
tmp_blurb
================================================== */
#tmp_mainvisual {
	clear:both;
	height:350px;
	margin-top: 10px;
	margin-bottom: 5px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.clearfix:after,
#tmp_sch_object_cnt:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html .clearfix,
*:first-child+html #tmp_sch_object_cnt {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html .clearfix,
* html #tmp_sch_object_cnt {
	height:1%; /* 変更しない */
}

#tmp_news .tableFree tr {
	border: none;
}
#tmp_news .tableFree,
#tmp_news .tableFree th,
#tmp_news .tableFree td {
	border: 1px solid #CCC;
}
#tmp_news .tableFree tr th,
#tmp_news .tableFree tr td {
	width: auto;
	padding: 10px;
}
#tmp_news .tableFree tr td:last-child {
	width: auto;
}

#tmp_ryukeistyle2020 {
	height: auto;
	text-align: center;
	margin-bottom: 5px;
}
#movieArea {
	position: relative;
	margin-bottom: 5px;
}
#movieArea img {
	width: 100%;
}
#movieArea a::before {
    content: '';
	position: absolute;
	display: block;
    width: 68px;
    height: 48px;
    background: url(../images/play.png) no-repeat center;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -34px;
    z-index: 10;
}
#movieArea a:hover::before {
    background: url(../images/playRed.png) no-repeat center;
}

#temp_contents_right a:hover img {
	opacity: 0.8;
}


@media screen and (max-width: 479px) {
	#tmp_contents_main,
	#temp_contents_right {
		float: none;
		width: 100%;
	}
	#tmp_important {
		background: #FFF;
		padding: 10px;
		margin: 5px;
	}
	#tmp_important th,
	#tmp_important td {
		display: block;
		padding: 2px 10px;
		margin: 0;
		width: 100%;
		border: none;
	}
	#tmp_news {
		padding: 0;
		margin: 20px 10px;
	}
	#tmp_news td {
		display: block;
		margin: 0;
		border: none;
	}
	#tmp_news tr td:first-child {
		width: 145px;
		float: left;
	}
	#tmp_news tr td:nth-child(2) {
		width: 80px;
		float: left;
		padding-top: 8px;
	}
	#tmp_news tr td:last-child {
		width: 100%;
		border-bottom: 10px solid #FFF;
	}
	#tmp_news tr td:last-child::before {
		  content: '';
		  display: block;
		  clear: both;
		  height: 0;
		  visibility: hidden;
	}
	#temp_contents_right {
		text-align: center;
	}
	#temp_contents_right img {
		width: 50%;
		height: auto;
	}
	#tmp_ryukeistyle {
		display: none;
	}
	#tmp_ryukeistyle2020 {
		border: none;
	}
	#tmp_ryukeistyle2020 h2 {
		display: none;
	}
	#movieArea {
		margin-top: 30px;
	}
	#temp_contents_right #movieArea img {
		width: 80%;
	}

}


/* ==================================================
print
================================================== */
@media print {
body {
_zoom: 67%; /*WinIE only */
}
#tmp_menu {
	width: 261px;
	margin-left: -1px;
}
}
