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

a{
	text-decoration:none; 
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/*wrapper*/
#wrapper {
	padding-bottom:80px;
}

/*.top_contact*/
.top_contact {
	width:1050px;
	height:100px;
}

.top_contact img {
	width:346px;
	height:90px;
	margin-left:352px;
}

/*.top_ml*/
.top_ml {
	width:1000px;
	height:auto;
	margin:0 auto;
	margin-top:30px;
	color:#FFFFFF;
}

.top_ml h1 {
	text-align:center;
}

h1.top {
	color:#FFFFFF;
}

p.r_info {
	margin:10px;
}

.top_ml p {
	color:#FFFFFF;
	text-align:center;
}

p.ml {
	width:990px;
	height:35px;
	color:#FF0000;
	border-bottom:solid 3px #FFFFFF;
	padding-left:10px;
	font-size:large;
	font-weight:bold;
	margin-bottom:-10px;
	text-align:left;
}


.scroll_a {
	margin-top:10px;
	color:$#FFFFFF;
	border-bottom:solid 1px #E3E3E3;
}

.scroll_a a {
	margin-left:10px;
	margin-right:10px;
	white-space:nowrap;
}

span.red {
	color:#FF0000;
}

/*.list*/
.list {
	width:1000px;
	height:auto;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:100px;
	clear:both;
}

.list h1 {
	width:1000px;
	margin:0 auto;
	clear:both;
}

h1.top {
	text-align:center;
	margin-bottom:30px;
}

table.mtb  {
	width:1000px;
	border:solid #FFFFFF;
	text-align:center;
	margin-left:25px;
	margin-bottom:50px;
	clear:both;
	font-weight:bold;
	table-layout: fixed;
}



#wrapper iframe {
	width:1080px;
	margin-top:-50px;
	z-index:999;
}





#wrapper iframe.mcl {
	width:1080px;
	z-index:1;
	margin-top:-44px;
}

table.mtb1  {
	width:1020px;
	height:55px;
	border:solid #FFFFFF;
	text-align:center;
	margin-left:27px;
	clear:both;
	font-weight:bold;
	margin-top:-34px;
	z-index:1;
}
table.mtb2  {
	width:1020px;
	height:55px;
	border:solid #FFFFFF;
	text-align:center;
	margin-left:27px;
	margin-bottom:50px;
	clear:both;
	font-weight:bold;
	margin-top:-34px;
}

td {
	width:125px;
	height:30px;
	color:#FFFFFF;
	table-layout: fixed;
}

/*.abc*/
.abc {
	width:900px;
	height:3325px;
	margin:0 auto;
	margin-bottom:80px;
}

.abc li {
	width:300px;
	height:125px;
	line-height:1.5em;
	top:10px;
	float:left;
}

.abc li a {
	width:100%;
	height:100%;
	color:#000000;
	display:block;
}



.abc li a:hover{
	background-color: #FFCCCC;
	color:#F00;
}

.abc li.border {
	border-bottom:1px solid #000000;
}

li.red {
	width:900px;
	height:30px;
	border-bottom:solid 3px #FFFFFF;
	font-weight:bold;
}

li.red p {
	font-size:x-large;
	color:#FFFFFF;
	line-height:30px;
	margin-left:10px;
}

h1.matching {
	height:80px;
	line-height:120px;
	margin-left:25px;
	padding-bottom:30px;
	margin-top:-110px;
	padding-top:110px;
	clear:both;
	color:#FFFFFF;
}

h1.matching span {
	color:#F00;
}

h3 {
	color:#FFF;
	margin-left:25px;
}

/*吹出し*/

.tooltip
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #222;
  outline: none;
}
 
.tooltip span
{
display:none;
}
 
.tooltip:hover
{
  border: 0; /* IE6 fix */
}
 
.tooltip:hover span
{
  visibility: visible;
}
 
.tooltip span:before,
.tooltip span:after
{
	display:none;
}
 
.tooltip span:before
{
  border-top-color: #FFF;
  bottom: -8px;
}

.contact {
	width:750px;
	height:203px;
	margin:0 auto;
	margin-top:50px;
}


/*.m_info*/
.m_info {
	width:1000px;
	margin:0 auto;
	margin-top:-30px;
	margin-bottom:20px;
	color:#FF0000;
	font-weight:bolder;
}

.m_info span {
	display:none;
}

.tooltip {
	pointer-events: none;
}