ul#tab_menu
{
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
}

ul#tab_menu li
{
	float: left;
	padding: 0 1px 1px 0;
}

ul#tab_menu li a
{
	display: block;
	width: 97px;
	padding: 10px 0 10px 0;
	text-align: center;
	color: #FFFFFF;
	background: #2D332F;
}

ul#tab_menu li.current_tabmenu a
{
	background: #019A30;
}

@media screen and (min-width: 1000px)
{
	ul#tab_menu li
	{
		padding: 0;
	}
}


h3.common
{
	clear: both;
	padding: 26px 0 0 25px;
	font-size: 15px;
	font-weight: bold;
	color: #444444;
	background: url(/images/common/content/bg_h3.jpg) 0 26px no-repeat;
	background-size: 18px 17px;
}

@media screen and (min-width: 750px)
{
	h3.common
	{
		padding: 40px 0 0 25px;
		background: url(/images/common/content/bg_h3.jpg) 0 40px no-repeat;
		background-size: 18px 17px;
	}
}

p.common
{
	padding: 15px 0 0 10px; 
	line-height: 20px;
	text-align: justify;
}

p.common strong
{
	color: #DC4545;
}

ul.common
{
	padding: 10px 0 0 10px; 
}

ul.common li
{
	padding: 5px 0 0 9px;
	line-height: 20px;
	background: url(/images/common/content/bg_ul.jpg) 0 14px no-repeat;
}

ul.common li strong
{
	color: #DC4545;
}

ol.common
{
	padding: 10px 0 0 30px; 
}

ol.common li
{
	padding: 5px 0 0 0;
	line-height: 20px;
}

ul.common li ul
{
	padding: 5px 0 5px 0;
}

ul.common li ul li
{
	padding: 0 0 0 9px;
	background: url(/images/common/content/bg_ul_02.jpg) 0 12px no-repeat;
}

ul.common li ol
{
	padding: 5px 0 5px 25px;
}

ul.common li ol li
{
	padding: 0;
	background: none;
}


p.scroll_message
{
	display: none;
}

div.common_table
{
	padding: 15px 0 0 0;
}

div.common_table caption
{
	display: none;
}

div.common_table table thead tr th,
div.common_table table tbody tr th,
div.common_table table tbody tr td
{
	padding: 5px 15px 5px 15px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #CCCCCC;
}

div.common_table table thead tr th.first_child,
div.common_table table tbody tr th.first_child,
div.common_table table tbody tr td.first_child
{
	border-left: none;
}

div.common_table table thead tr th.last_child,
div.common_table table tbody tr th.last_child,
div.common_table table tbody tr td.last_child
{
	border-right: none;
}

div.common_table table thead tr th,
div.common_table table tbody tr th
{
	font-weight: bold;
	color: #2D332E;
	background: #F3F3F3;
}

div.common_table table tbody tr th.align_left,
div.common_table table tbody tr td.align_left
{
	text-align: left;
}

div.common_table table tbody tr td strong
{
	color: #DC4545;
}

div.common_table table.not_responsive
{
	width: 100% !important;
}

div.common_table table thead tr th.width_5,
div.common_table table tbody tr th.width_5
{
	width: 5%;
}

div.common_table table thead tr th.width_10,
div.common_table table tbody tr th.width_10
{
	width: 10%;
}

div.common_table table thead tr th.width_15,
div.common_table table tbody tr th.width_15
{
	width: 15%;
}

div.common_table table thead tr th.width_20,
div.common_table table tbody tr th.width_20
{
	width: 20%;
}

div.common_table table thead tr th.width_25,
div.common_table table tbody tr th.width_25
{
	width: 25%;
}

div.common_table table thead tr th.width_30,
div.common_table table tbody tr th.width_30
{
	width: 30%;
}

div.common_table table thead tr th.width_35,
div.common_table table tbody tr th.width_35
{
	width: 35%;
}

div.common_table table thead tr th.width_40,
div.common_table table tbody tr th.width_40
{
	width: 40%;
}

div.common_table table thead tr th.width_45,
div.common_table table tbody tr th.width_45
{
	width: 45%;
}

div.common_table table thead tr th.width_50,
div.common_table table tbody tr th.width_50
{
	width: 50%;
}

div.common_table table thead tr th.width_55,
div.common_table table tbody tr th.width_55
{
	width: 55%;
}

div.common_table table thead tr th.width_60,
div.common_table table tbody tr th.width_60
{
	width: 60%;
}

div.common_table table thead tr th.width_65,
div.common_table table tbody tr th.width_65
{
	width: 65%;
}

div.common_table table thead tr th.width_70,
div.common_table table tbody tr th.width_70
{
	width: 70%;
}

div.common_table table thead tr th.width_75,
div.common_table table tbody tr th.width_75
{
	width: 75%;
}

div.common_table table thead tr th.width_80,
div.common_table table tbody tr th.width_80
{
	width: 80%;
}

div.common_table table thead tr th.width_85,
div.common_table table tbody tr th.width_85
{
	width: 85%;
}

div.common_table table thead tr th.width_90,
div.common_table table tbody tr th.width_90
{
	width: 90%;
}

@media screen and (max-width: 600px)
{
	p.scroll_message
	{
		display: block;
		padding: 15px 0 0 0;
		font-size: 12px;
	}

	div.common_table
	{
		padding: 5px 0 0 0; /* �곷떒�щ갚 */
		width: 100% !important;
		overflow-x: auto;
	}

	div.common_table p.scroll_message strong
	{
		font-size: 12px;
	}

	div.common_table table
	{
		width: 600px;
	}
}


div.common_table table tbody tr td ul.common
{
	padding: 0 0 5px 0;
}

div.common_table table tbody tr td ul.common li
{
	padding: 5px 0 0 0;
	background: none;
}