@charset "utf-8";
/* =================================================
	Modules
================================================= */
/* common
----------------------- */
a.op_hover:hover,a:hover img.op_hover {
	opacity:.8;
	filter:alpha(opacity=80);
	transition:.3s;
}

/* APPLY-IE6 */
* html #main .inline_blocked li {
	display:inline;
}

/* APPLY-IE7 */
:first-child+html #main .inline_blocked li {
	display:inline;
}

#main .inline_blocked li {
	display:inline-block;
}

#main .display_none {
	display:none;
}

#main .icon_pdf {
	padding-right:16px;
	background:url(../images/icon_pdf.png) no-repeat right center;
}

#main .icon_xls {
	padding-right:16px;
	background:url(../images/icon_xls.png) no-repeat right center;
}

#main .icon_blank {
	padding-right:20px;
	background:url(../images/icon_blank.png) no-repeat right center;
}

#main .marker_link01 {
	padding-left:12px;
	background:url(../images/marker_right01.png) no-repeat left center;
}

#main .img_right {
	float: right;
	padding: 0 0 20px 20px;
}

#main .img_left {
	float: left;
	padding: 0 20px 20px 0;
}

#main .color_red {
	color: #E64242;
}

#main .color_yellow {
	color: #E5B729;
}

#main .color_green {
	color: #2da361;
}

#main .color_pink {
	color: #E05396;
}

#main .color_blue {
	color: #2983c6;
}

#main .color_purple {
	color: #7F1085;
}

#main .img_center {
	margin: 0 auto;
	text-align: center;
}

#main .line_dotted {
	clear: both;
	margin: 30px 0;
	border-bottom: 1px dotted #BABABA;
}

/* .sec_category_title,.sec_page_title
----------------------- */
#main .sec_category_title,
#main .sec_page_title {
	margin-bottom:25px;
	font-size: 3.2em;
	line-height: 1.4;
	border-bottom: 1px dotted #BABABA;
}

#main .sec_category_title span,
#main .sec_page_title span {
	display: block;
	margin: 0 0 5px 5px;
	padding-left: 15px;
	border-left: 6px solid #E5B729;
}

/* .sec_page_title01,.sec_sub_title01
----------------------- */
#main .sec_page_title01,
#main .sec_sub_title01 {
	margin-bottom:25px;
	padding:7px 15px;
	border:1px solid #BABABA;
	border-radius:2px;
	color:#333;
	font-size:1.8em;
	line-height:1.6;
}

/* .sec_headding_title01
----------------------- */
#main .sec_headding_title01 {
	margin-bottom:10px;
	height:27px;
	background:no-repeat left top;
	text-indent:-9999px;
}

/* basic
----------------------- */
#main .basic_inner {
	clear: both;
	margin: 0 15px 50px;
}

#main .basic_inner_last_child {
	margin-bottom: 0;
}

#main .basic_title_h3 {
	/*margin-bottom: 25px;*/
	font-size: 1.6em;
}

#main .basic_title_h4 {
	margin-bottom: 15px;
}

#main .basic_title_h5 {
	margin-bottom: 15px;
}

#main .basic_table {
	width: 100%;
	border:1px solid #BABABA;
}

#main .basic_table thead th {
	padding: 4px 15px;
	background: #FFE48F;
	text-align: center;
	vertical-align: middle;
	border:1px solid #BABABA;
}

#main .basic_table tbody th {
	padding: 20px 15px;
	background: #FFF9E7;
	text-align: center;
	vertical-align: middle;
	border:1px solid #BABABA;
}

#main .basic_table tbody td {
	padding: 20px 15px;
	background: #FFF;
	text-align: center;
	vertical-align: middle;
	border:1px solid #BABABA;
}

/* .list_news
----------------------- */
#main .list_news dl {
	position:relative;
}

#main .list_news dl dt {
	position:absolute;
	left:0;
	text-indent:-6.5em;
}

#main .list_news dl dt span {
	position:absolute;
	top:0;
	left:6.5em;
	display:block;
	width:57px;
	height:15px;
	background:url(../images/icons_sprites.png) no-repeat;
}
/* news-kg tab*/
#news #sec_group_news .tabs li a {
	background:url(../images/group_news_tab_sprites.png) no-repeat;
}

#main .list_news dl dt.icon_info span {
	background-position:0 0;
}

#main .list_news dl dt.icon_settle span {
	background-position:-57px 0;
}

#main .list_news dl dt.icon_csr span {
	background-position:-114px 0;
}

#main .list_news dl dt.icon_transportation span {
	background-position:-171px 0;
}

#main .list_news dl dt.icon_hotel span {
	background-position:-228px 0;
}

#main .list_news dl dt.icon_distribution span {
	background-position:-285px 0;
}

#main .list_news dl dt.icon_realestate span {
	background-position:-342px 0;
}

#main .list_news dl dt.icon_disclosure span {
	background-position:-399px 0;
}

#main .list_news dl dt.icon_other span {
	background-position:-456px 0;
}

#main .list_news dl dt.icon_blank span {
	background-position:-513px 0;
}




#main .list_news dl dd {
	padding:0 0 10px 12em;
}

#main .list_news dl dd a:link {
	color:#333;
}

#main .list_news dl dd a:visited {
	color:#666;
}

#main .list_news dl dd a:hover,.list_news dl dd a:active {
	color:#333;
}

/* .def_box_type01
----------------------- */
#main .def_box_type01,
#main .def_box_type01_nolink {
	border:2px solid #006AB4;
	border-radius:8px;
}

#main .def_box_type01:hover {
	opacity:.8;
	filter:alpha(opacity=80);
	transition:.3s;
}

#main .def_box_type01_nolink:hover {
	opacity:1;
	filter:alpha(opacity=100);
	transition:none;
}

#main .def_box_type01 dt,
#main .def_box_type01_nolink dt {
	padding:10px 8px;
	background:#006AB4;
	color:#FFF;
	font-size:107.2%;
	line-height:1.1;
}

#main .def_box_type01 dt a:link,
#main .def_box_type01_nolink dt a:link,
#main .def_box_type01 dt a:visited,
#main .def_box_type01_nolink dt a:visited {
	color:#FFF;
	text-decoration:none;
}

#main .def_box_type01 dt a:hover,
#main .def_box_type01_nolink dt a:hover,
#main .def_box_type01 dt a:active,
#main .def_box_type01_nolink dt a:active  {
	color:#FFF;
	text-decoration:underline;
}

#main .def_box_type01 dt span,
#main .def_box_type01_nolink dt span {
	display:block;
	padding-left:5px;
	border-left:3px solid #FFF;
}

#main .def_box_type01 dd,
#main .def_box_type01_nolink dd {
	padding:10px 8px;
}

/* .list_def_style01
----------------------- */
#main .list_def_style01 {
	overflow: hidden;
	margin: 0 -25px 20px 0;
}

#main .list_def_style01 li {
	float: left;
	width: 342px;
	margin: 0 25px 25px 0;
	padding: 0 10px 15px;
	border-bottom: 1px dotted #BABABA;
}

#main .list_def_style01 li dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 114.3%;
}

/* .list_style01
----------------------- */
#main .list_style01 li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 6.5em;
}

#main .list_style01 li span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/* .list_style02
----------------------- */
#main .list_style02 li {
	position: relative;
	padding: 5px 10em 5px 40px;
	border-bottom: 1px dotted #BABABA;
}

#main .list_style02 li span {
	position: absolute;
	left: 24em;
	top: 5px;
}

#main .list_style02 li span.pdf_link {
	padding-left:16px;
	background:url(../images/icon_pdf.png) no-repeat left center;
}

/* .text_caption
----------------------- */
#main .text_caption {
	display: block;
	margin-top: 10px;
	text-align: left;
	font-size: 1.4em;
}

/* .btn_page_top
----------------------- */
.btn_page_top {
	clear:both;
	overflow:hidden;
	margin:0 auto;
	padding:0 0 20px;
	width:940px;
}

.btn_page_top a {
	display:block;
	float:right;
	width:85px;
	height:12px;
	background:url(../images/btn_pagetop.png) no-repeat left top;
	text-indent:-9999px;
}

.btn_page_top a span {
	display:none;
}

/* .page_top_inner
----------------------- */
.page_top_inner {
	padding:30px 10px 20px;
	width:auto;
}

/* font-size
----------------------- */
#main .font_size10 {
	font-size:71.5% !important;
}
#main .font_size11 {
	font-size:78.6% !important;
}
#main .font_size12 {
	font-size:85.8% !important;
}
#main .font_size13 {
	font-size:92.9% !important;
}
#main .font_size14 {
	font-size:100% !important;
}
#main .font_size15 {
	font-size:107.2% !important;
}
#main .font_size16 {
	font-size:114.3% !important;
}
#main .font_size17 {
	font-size:121.5% !important;
}
#main .font_size18 {
	font-size:128.6% !important;
}
#main .font_size19 {
	font-size:135.8% !important;
}
#main .font_size20 {
	font-size:142.9% !important;
}
#main .font_size21 {
	font-size:150% !important;
}
#main .font_size22 {
	font-size:157.2% !important;
}
#main .font_size23 {
	font-size:164.3% !important;
}
#main .font_size24 {
	font-size:171.5% !important;
}

/* margin
----------------------- */
.margin_top10 {
	margin-top: 10px !important;
}
.margin_top20 {
	margin-top: 20px !important;
}
.margin_top30 {
	margin-top: 30px !important;
}
.margin_top40 {
	margin-top: 40px !important;
}
.margin_top50 {
	margin-top: 50px !important;
}
.margin_top60 {
	margin-top: 60px !important;
}
.margin_top70 {
	margin-top: 70px !important;
}
.margin_top80 {
	margin-top: 80px !important;
}
.margin_top90 {
	margin-top: 90px !important;
}
.margin_top100 {
	margin-top: 100px !important;
}
.margin_bottom0 {
	margin-bottom: 0px !important;
}
.margin_bottom5 {
	margin-bottom: 5px !important;
}
.margin_bottom10 {
	margin-bottom: 10px !important;
}
.margin_bottom20 {
	margin-bottom: 20px !important;
}
.margin_bottom30 {
	margin-bottom: 30px !important;
}
.margin_bottom40 {
	margin-bottom: 40px !important;
}
.margin_bottom50 {
	margin-bottom: 50px !important;
}
.margin_left250 {
	margin-left: 250px !important;
}