@charset "utf-8";


table{
	border-collapse:collapse;
/*
	min-width:50%;
*/
	min-width:40%;
	margin:auto;
	width:100%;
}
table.h{
	table-layout:fixed;
}
table.w th{
	width:100px;
	white-space:nowrap;
}
@media screen and (min-width: 767px){
	table.w .row th,
	table.w .row-first th{
		border-bottom-color:white;
	}
	table.w .row th,
	table.w .row-last th{
		border-top-color:white;
	}
}
@media screen and (max-width: 767px){
	table.w,
	table.w tbody,
	table.w tr,
	table.w th,
	table.w td{
		display:block;
		width:100%;
	}
}

th,td{
	text-align:center;
	border:solid 1px #27A9D7;
	font-weight:bold;
	box-sizing:border-box;
}
th{
	color:white;
	background:#27A9D7;
	padding:5px 10px;
}
td{
	padding:10px;
}
table.h th:first-of-type{
	border-right-color:white;
}
table.h th:last-of-type{
	border-left-color:white;
}
table tr:nth-child(even){
	background:#eefbff;
}


#main dl.min dd table tr{
	background:transparent;
}
#main dl.min dd:nth-of-type(even) table tr{
	background:#eefbff;
}

table tr.gray th,
table tr.gray td{
	border-color:#aaa;
}
table tr.gray th{
	background:#aaa;
}
table tr.blue th,
table tr.blue td{
	border-color:#1c579c;
	border-color:#2cc0c0;
}
table tr.blue th{
	background:#1c579c;
	background:#2cc0c0;
}
table tr.orange{
	background:#fff8ee;
}
table tr.orange th,
table tr.orange td{
	border-color:#E85B18;
}
table tr.orange th{
	background:#E85B18;
}

#main dl.case.smaller{
	font-size:smaller;
}
#main dl.case dt{
	font-weight:bold;
	margin:15px 0 5px;
}
#main dl.case.smaller dt{
	border-bottom:solid 1px #222;
}
@media screen and (min-width: 767px){
	#main dl.min dt{
		float:left;
		clear:left;
/*
		width:50%;
*/
		width:60%;
	}
	#main dl.min dt:after{
		content:"\f0da";
		font:normal normal normal 14px/1 FontAwesome;
		padding-left:.5em;
	}
	#main dl.min dd{
		margin-bottom:0;
/*
		margin-left:50%;
*/
		margin-left:60%;
	}
	#main dl.min dd:not(:first-of-type) tr:first-of-type{
		display:none;
	}
	#main dl.min dd:not(:first-of-type) td{
		border-top-width:0;
	}
}
@media screen and (max-width: 767px){
	#main dl.case > dt:before{
		content:"\f0d7";
		font:normal normal normal 14px/1 FontAwesome;
		padding-right:.5em;
	}
}
	#main dl.case:not(.min) > dt:before{
		content:"\f0d7";
		font:normal normal normal 14px/1 FontAwesome;
		padding-right:.5em;
	}


h4:before {
	content:counter(cnt) ". ";
	counter-increment:cnt;
}
.section{
	counter-reset:cnt;
}
hr{
	margin:20px -10px -5px;
	box-sizing:content-box;
	border-style:dashed;
	border-top-width:0;
}
.exsample{
	max-width:780px;
	display:none;
}

.modal .exsample{
	display:block;
}

.exsample h5{
	padding:8px;
	color:white;
	background:#202020;
}
.exsample h5 span{
	margin-right:3px;
}
.exsample dl{
	padding:0 10px;
}
.exsample dt{
	padding:10px 0 10px 70px;
	border-bottom:dotted 1px #202020;
	position:relative;
}
.exsample dt span{
	position:absolute;
	width:70px;
	height:1em;
	line-height:1;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	
}
.exsample dd{
	padding:10px 0 0;
}
.exsample dd table{
	margin-top:5px;
}
#main .btn-view{
	display:inline-block;
	width:138px;
	line-height:38px;
	margin:10px 2px 0;
	color:#1c579c;
	border:solid 2px #1c579c;
	text-decoration:none;
	cursor:pointer;
	-webkit-transition:all .3s;
	transition:all .3s;
}
#main .btn-view:before{
	content:"\f101";
	font:normal normal normal 14px/1 FontAwesome;
	margin-right:2px;
}
#main .btn-view:hover{
	color:white;
	background:#1c579c;
}


/* ==========================================================================
   .modal
   ========================================================================== */
body.modal-open{
	overflow:hidden;
}
.modal{
	text-align:center;
	position:fixed;
	width:100%;
	height:100%;
	overflow:auto;
	overflow-y:scroll;
	position:fixed;
	top: 0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	z-index:9999;
	background:rgba(0,0,0,.2);
	opacity:0;
	display:none;
	outline:0;
	-webkit-overflow-scrolling:touch;
	-webkit-transition:all .2s linear;
	transition:all .2s linear;
}
.modal.in{
	opacity:1;
}
.modal-container{
	display:inline-block;
	margin:30px 10px;
	width:auto;
	background:white;
	text-align:left;
	border-radius:4px;
	overflow:hidden;
	position:relative;
	box-shadow:0 3px 20px 5px rgba(0,0,0,0.2), 0 2px 6px rgba(0,0,0,.15);
}
.modal-close{
	cursor:pointer;
}
.modal-close-icon{
	position:absolute;
	color:white;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	top:0;
	right:0;
}
.modal-close-btn{
	width:78px;
	line-height:36px;
	margin:10px auto;
	font-weight:bold;
	text-align:center;
	border-radius:4px;
	border:solid 1px #ccc;
	background:-webkit-linear-gradient(top, #fff 0%, #e2e4e8 100%);
	background:linear-gradient(to bottom, #fff 0%, #e2e4e8 100%);
}
@media screen and (max-width: 767px){
	.modal-container{
		margin:10px;
	}
}
