<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#joken .box_border_1_1{
padding-top:10px;
padding-bottom:10px;
margin-bottom:20px;
}
#joken .box_border_1_1 .section_title{
	font-size:20px;
	margin-bottom:5px;
	border-bottom:1px solid #35B0EF;
	border-left:6px solid #35B0EF;
	padding:2px 5px;
	font-weight:bold;
	overflow:hidden;
	}
#joken .box_border_1_1 .section_title span.title_left{
	float:left;
	}

	#joken .box_border_1_1 .section_title span.title_right{
	float:right;
	font-weight:normal;
	font-size:12px;
	margin-top:10px;
}

#joken .box_border_1_1 .ml10 h3{
margin-left:-10px;
margin-bottom:5px;
border:1px solid orange;
border-left:5px solid orange;
padding:3px;
padding-left:7px;
font-size:14px;
}
#joken .box_border_1_1 .ml10 h4{
margin-top:15px;
margin-bottom:5px;
background:orange;
padding:3px 3px 3px 6px;
color:white;
}
#joken .box_border_1_1 .ml10 h5{
margin-bottom:5px;
}
#joken .box_border_1_1 .ml10 h4,
#joken .box_border_1_1 .ml10 h5{
font-size:12px;
}

#joken .box_border_1_1 .ml10 p,
#joken .box_border_1_1 .ml10 ol,
#joken .box_border_1_1 .ml10 ul,
#joken .box_border_1_1 .ml10 table{
margin-bottom:10px;
}


#joken table{
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
width:100%;
}
#joken table th,
#joken table td{
border-left:1px solid #ccc;
border-top:1px solid #ccc;
}

#joken table thead th{
background:#35b0ef;
color:white;
vertical-align:middle;
text-align:center;
}
#joken table tbody th{
background:white;
}



#joken ul.disc li{
margin-left:20px;
list-style-type:disc;
}

#joken ul.lower_alpha li{
	margin-left:20px;
	list-style-type: lower-alpha;
	}

#joken ol li{
margin-left:25px;
list-style-type: decimal;
margin-bottom:5px;
}
#joken .indent_ver1{
text-indent:-2.5em;
margin-left:2.5em;
}
#joken .ml_indent_ver1{
margin-left:2.5em;
}
#joken .indent_ver2{
text-indent:-1.3em;
margin-left:1.3em;
}
#joken .indent_ver3{
text-indent:-5em;
margin-left:5em;
}

#joken .Cancel table {
	border: none;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	}

#joken .Cancel table th,
#joken .Cancel table td {
	border: none;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	}


/*****海外ツアー****/

#joken table.Tour {
	border: 1px solid #cccccc;
	width: 100%;
	border-collapse: collapse;
}

#joken table.Tour th {
	background-color: #E7E7E7;
	font-weight: bold;
	padding: 4px;
	color: #333;
}

#joken table.Tour td {
	padding: 4px;
}


/* 20150507追記（プリントアウト時に右端が切れてしまうためwidthを狭める） */
.base {
	width: 740px !important;
}
</pre></body></html>