@charset "UTF-8";


/***

POPUP

***/
.modal-open{
display: inline-block;
display: block;
background-color: #666;
color: #fff;
margin: 10px auto 0;
padding: 4px;
border-radius: 5px;
font-size: 12px;
line-height: 101%;
text-align: center;
}

.modal-open a{
display: inline-block;
padding: 5px;
text-decoration: none;
color: #fff;
}
.modal{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
}
.modal:not(:target) {
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
}
.modal:target{
opacity: 1;
visibility: visible;
transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay{
display: block;
width: 100%;
height: 100%;
position: absolute;
background-color: #fff;
opacity: 0.7;
top: 0;
bottom: 0;
left: 0;
}
.modal-wrapper , .cp_tooltiptext{
width: 100%;
max-width: 440px;
min-width: 300px;
height: auto;
max-height: 500px;
background-color: #fff;
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 10px;
box-shadow: 0 0 10px #666;

}
@media screen and (min-width: 801px) {
.modal-wrapper , .cp_tooltiptext{
max-width: 800px;
min-width: 400px;
max-height: 500px;
}
}
.modal-contents{
overflow: auto;
width: calc( 100% - 40px );
width: 100%;
height: 100%;
height: auto;
max-height: 460px;
box-sizing: border-box;
position: relative;
padding: 20px;
margin: 0 auto;
overflow-y: auto;
}

.modal-close{
width: 30px;
height: 30px;
border-radius: 15px;
background: #000;
position: absolute;
top: -10px;
right: -10px;
text-decoration: none;
z-index: 99999;
text-align: center;
line-height: 230%;
color: #fff;
font-weight: 700;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}



/***

POPUPテーブル

***/
table.modal_table{
	clear: both;
	width: 100%;
	height: auto;
	border: 2px solid #000;
	
	font-family:"Noto Sans Jp" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	color: #000;
	text-align: left;
	text-decoration: none;
	letter-spacing: 1px;
	border-collapse:collapse;
	
}
table.modal_table td{
	padding: 10px 3px;
	text-align: center;
	border: 1px solid #000;
}
table.modal_table td.table_title1{
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	border: 2px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
table.modal_table td.table_txt1{
	text-align: left;
	padding: 10px 0 10px 10px;
}
table.modal_table td.table_bartop1{
	border-top: 2px solid #000;
}
table.modal_table td.day_color1{
	color: #600;
	font-weight: 700;
}


.modal-contents table.pop01 {
	width: calc( 100% - 6px );
	border: 1px solid #595959;
	border: none;
	border-collapse: collapse;
}

.modal-contents table.pop01 , .modal-contents table.pop01 td, .modal-contents table.pop01 th {
	border: 1px solid #595959;
	border: none;
	border-collapse: collapse;
	vertical-align: top;
}
.modal-contents table.pop01 td.td01 {
	width: 3%;
}
.modal-contents table.pop01 td, .modal-contents table.pop01 th {
	padding: 6px 0;
	height: auto;
}
.modal-contents table.pop01 td span {
	line-height: 160%;
	color: #515151;
	font-weight: 400;
}
.modal-contents table.pop01 td.td02 {
	width: 22%;
	padding: 0 0 6px;
	line-height: 160%;
	color: #515151;
	font-weight: 400;
}
.modal-contents table.pop01 td.td03 {
	width: 75%;
	padding: 0 0 6px;
	line-height: 160%;
	color: #515151;
	font-weight: 400;
}
.modal-contents table.pop01 td.td04 {
	padding: 6px 0 0;
	
}
.modal-contents table.pop01 tr.pop_bar01 {
	border: none;
	border-top: 1px solid #ccc;
}
/*
.modal-contents table.pop01 th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
*/

