@charset "UTF-8";
html{
	font-size: 1rem;
}
.mod-mainContentContainer{
	font-size: 0.813rem;
}

#contents h1{
	font-size: 1.125rem;
	color: #333;
}

#contents h1 + p,
#contents h2 + p{
	margin: 0 1em 5px;
}

#contents h3.gray_title ~ *,
#plug{
	margin-left: 0.5em;
}

#contents section{
	margin-top: 3em;
}

#contents .showTbl{
	display: none;
}
#contents .selectArea{
	margin-left: 13px;
}
#contents .selectArea select {
	display: inline-block;
	width: 46%;
	height: 2.5em;
	margin: 1.5em 2em 1.5em 0;
	padding: 0 5px;
	border: 1px solid #999;
	font-family: unset;
}

#contents .selectArea label{
	display: block;
	font-size: 0.813rem;
}

#contents .selectBtn {
	width: calc(100% - 2em);
	max-width: 180px;
	display: inline-block;
	padding: 0.5em 1em;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	box-sizing: border-box;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	color: #000;
}

#contents section > p{
	margin-left: 0;
}

#contents .answer{
	text-align: right;
}

#contents .detailArea,
#plug{
	display: none;
}

#contents table {
	width: calc(100% - 0.5em);
	margin-bottom: 1.5em !important;
}

#contents table thead th,
#contents table tbody th,
#contents table tbody td{
	padding: 5px;
	text-align: center;
	font-size: 0.750rem;
	font-weight: normal;
}

#contents table thead th{
	background: #eee;

}

#contents table thead th,
#contents table tbody td{
	border: 1px solid #ccc;
}

#contents table tbody th{
	border-bottom: 1px solid #ccc;
	border-left:  1px solid #ccc;
}

#plug table{
	width: 100%;
}

#plug table thead th:first-child{
	width: 40%;
}

#plug table thead th:nth-of-type(2){
	width: 32%;
}

#plug table thead th:last-child{
	width: 8%;
}

#contents ul.annotation li {
	margin: 0 0 5px 12px;
	font-size: 0.731rem;
	padding: 0 0 0 8px;
	text-indent: -20px;
}


#showDetail:hover,
#showDetail:focus{
	opacity: 0.7;
}

@media (max-width: 640px){
	.mod-mainContentContainer{
		font-size: 0.875rem;
	}
	
	#contents h1{
		font-size: 1.219rem !important;
	}
	
	#contents h2{
		font-size: 1.016rem !important;
	}
	
	#contents h1 + p,
	#contents h2 + p{
		margin: 0 0 5px;
	}
	
	#contents .gray_title {
		margin-left: 0 !important;
	}
	
	#contents .selectArea{
		margin-left: 0;
	}
	
	#contents .selectArea select {
		display: block;
		width: 100%;
		margin: 1.5em 0;
	}
	
	#contents .selectArea label{
		font-size: 0.875rem;
	}
	
	#contents .selectBtn {
		width: 100%;
		max-width: 100%;
		display: block;
		margin-bottom: 3em;
		padding: 0.5em 5px;
	}
	
	#contents h3.gray_title ~ *,
	#plug{
		margin-left: 0;
	}
	
	#contents .tableArea{
		padding: 0;
	}
	#contents .answer{
		font-size: 0.813rem;
	}

	#contents table {
		padding: 0;
		margin: 0;
		width: 100%;
		word-break: break-all;
	}
	
	#contents table thead th,
	#contents table tbody th,
	#contents table tbody td{
		padding: 10px;
		min-height: 5em;
		font-size: 0.625rem;
	}
	
	#contents table tbody th{
		border: 1px solid #ccc;
	}
	
	#contents ul.annotation{
		margin: 0;
		padding: 0;
	}
	#contents ul.annotation li {
		margin: 0 0 0 12px;
		font-size: 0.750rem;
		padding: 0 0 0 8px;
		text-indent: -20px;
	}
}

@media (max-width: 320px){
	.mod-mainContentContainer{
		padding: 0 5px;
	}
	
	#contents p {
		margin-left: 0;
	}
	
	#contents .selectArea{
		margin-left: 0;
	}
	
	#contents .selectArea select {
		font-size: 0.813rem;
	}
	
	#contents table thead th,
	#contents table tbody th,
	#contents table tbody td {
		padding: 4px;
	}
}
