﻿@charset "utf-8";
/* CSS Document */

body { 
 display: block;
 width: auto; 
 height: 100%;  
 margin-top: 0px; 
 margin-bottom: 0px; 
 margin-left: auto; 
 margin-right: auto;
 border: 0px solid #ffffff; 
 padding: 0px; 
 text-align: center;
 font-size: 100%;
 line-height: 150%;
}

/* コンテンツの要素別ブロック */
#contentsAll { 
	position: relative; 
	display: block; 
	width: 843px; 
	height: auto; 
	margin: 0px auto 0px auto;
	 padding: 0px;
}

#oshiraseInfo {
	display: block;
	width: auto; 
	margin: 8px 0px 0px 0px; 
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999; 
	padding: 6px 0px; 
	font-size: 87.5%; 
	color: #555;
}

/***********************************/
#titleArea {
	display: block;
	/*margin-top: 0.75em;*/
	margin-top: 1.75em;
	margin-bottom: 1.25em;
	text-align: left;
}
#titleArea div:nth-child(2) {
	width: 42em;
	padding-right: 175px;
	padding-left: 46px;
	font-size: 93.75%;
}


/***********************************/
#info_table {
	display: flex;
	margin-top: -18px;
	margin-bottom: 6px;
}
#bt_cha_color {
	display: block;
	width: 158px;
	margin-top: 6px;
	padding: 0.25em 0em;
	background: #70a9d0;
	background-image: linear-gradient(180deg, #70a9d0, #056eb5);
	color: #fff;
	font-weight: bold;
	font-size: 75%;
}

#tab_now {
	display: block;
	width: 61px;
	/*margin-left: 158px;*/
	padding: 0px 0px 7px 0px;
	background: url(images_a/bg_genzai.png) repeat-x 0% 100%;
	font-weight: bold;
	font-size: 81.25%;
	color: #009fe8;
}
#tab_yosoku {
	display: block;
	width: 624px;
	padding: 0px 0px 7px 0px;
	background: url(images_a/bg_yosoku.png) repeat-x 0% 100%;
	font-weight: bold;
	font-size: 81.25%;
	color: #ff4949;
}
#tab_yosoku span {
	/*color: #555;*/
	font-weight: normal;
}

/*********凡例**********/
#hanrei_title {
	display: block;
	margin: 0.75em 0em 0.15em 0em;
	text-align: left;
	font-size: 81.25%;
	font-weight: bold;
	text-indent: 1em;
}
#hanreiArea {
	display: flex;
	width: 844px;
	/*font-size: 81.25%;*/
	font-size: 75%;
	justify-content: space-between;
}
#hanreiArea div {
	display: flex;
	width: 10em;
	/*margin-right: 3px;*/
	border: 1px solid #4c4c4c;
	padding: 0.5em 0.25em;
	line-height: 125%;
	justify-content: center;
	align-items: center;
}
#hanreiArea div:nth-child(1) {
	background-color: #ade2f7;
}
#hanreiArea div:nth-child(2) {
	background-color: #fbd3d6;
}
#hanreiArea div:nth-child(3) {
	background-color: #f6a3ab;
}
#hanreiArea div:nth-child(4) {
	background-color: #f5687f;
}
#hanreiArea div:nth-child(5) {
	background-color: #ce001b;
	color: #fff;
}
#hanreiArea div:nth-child(6) {
	background-color: #cccccc;
}



/*********フッターエリア*********/
#footerAera {
	display: block;
	margin-top: 1em;
	padding: 0.75em 0em;
	background: #007de8;
	color: #fff;
	font-size: 87.25%;
}


/**/
#info_area {
	display: block;
	text-align: center;
	border-radius: 8px;
	background: #70a9d0;
	color: #fff;
	cursor: pointer;
}

/**************/
#imgArea2 {
	display: none;
	position: absolute;
 	top: 100px;
	left: 50%;
	width: 800px;
	height: auto;
	margin: 0px auto 0px 0px;
	margin-left: -400px;
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 20px;
	text-align: left;
	opacity: 0;
	font-size: 13px;
 	background: #fff;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.35);
	z-index: 9000;
	overflow: hidden;
}
#bgmask {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 2000px;
	background-color: #000;
	opacity: 0.65;
	z-index: 20;
}

/***************/
#bt_anqArea {
	display: none;
	position: absolute;
	right: 30px;
	top: 95px;
	width: 175px;
	height: 149px;
	margin-right: -50px;
	opacity: 1;
	z-index: 10;
}

/********************/
#hanrei_info {
	display: block;
	position: relative;
	width: 785px;
	height: 291px;
	margin: -8px auto 20px auto;
	border: 0px solid #000;
	background: url(images_a/hanrei_info2.png) no-repeat;
}
#hanrei_title2 {
	display: block;
	position: absolute;
	top: 50px;
	left: 18px;
	border: 1px solid #009fe8;
	padding: 0.25em 1em;
	background: #deeff7;
	font-size: 81.25%;	
}
#hanrei_text {
	display: block;
	position: absolute;
	width: 46em;
	top: 50px;
	left: 150px;
	font-size: 81.25%;
	text-align: left;
	line-height: 135%;
}
#photo_hanreiArea {
	display: flex;
	position: absolute;
	justify-content: space-between;
	width:738px;
	top: 96px; 
	left: 18px;
	font-size: 81.25%;
	line-height: 125%;
}
#photo_hanreiArea2 {
	display: flex;
	position: absolute;
	justify-content: space-between;
	width:738px;
	top: 255px; 
	left: 18px;
	font-size: 81.25%;
	line-height: 125%;
}

#photo_hanrei1,
#photo_hanrei2,
#photo_hanrei3,
#photo_hanrei4,
#photo_hanrei5 { 
	display: table;
	position: relative;
}



#photo_hanrei1 div {
	display: table;
	margin-top: 4px;
	border: 1px solid #999;
	padding: 7px;
	background: #ade2f7;
	line-height: 0%;
}
#photo_hanrei2 div {
	display: table;
	margin-top: 4px;
	border: 1px solid #999;
	padding: 7px;
	background: #fbd3d6;
	line-height: 0%;
}
#photo_hanrei3 div {
	display: table;
	margin-top: 4px;
	border: 1px solid #999;
	padding: 7px;
	background: #f6a3ab;
	line-height: 0%;
}
#photo_hanrei4 div {
	display: table;
	margin-top: 4px;
	border: 1px solid #999;
	padding: 7px;
	background: #f5687f;
	line-height: 0%;
}
#photo_hanrei5 div {
	display: table;
	margin-top: 4px;
	border: 1px solid #999;
	padding: 7px;
	background: #ce001b;
	line-height: 0%;
}
#photo_hanrei1 div img,
#photo_hanrei2 div img,
#photo_hanrei3 div img,
#photo_hanrei4 div img,
#photo_hanrei5 div img {
	border: 1px solid #fff;
}

div#glayLayer{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:black;
	filter:alpha(opacity=70);
	opacity: 0.70;
	z-index: 980;
}
* html div#glayLayer{
	position:absolute;
}
