@charset "utf-8";
/* CSS Document */

/*
 ********************************
 *
 * Basic(Layout) CSS
 *
 * CSS Setting
 * for digital-packet.com
 * original - 00 2009.03.18 T.Chika
 * revision - 01
 *
 ********************************
*/

/********************************
   Basic Layout CSS Setting ( ContentsPage Only ).
 ********************************/
#container {
	clear: both;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: inherit;
	background-image: url(../img/bg_base.gif);
	background-repeat: repeat;
	overflow: hidden;
}

#header {
	width: 950px;
	height: 130px;
	background-image: url(../img/bg_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	float: left;
}

#contents {
	float: left;
	width: 950px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
}

#footer {
	width: 950px;
	float: left;
	clear: both;
	display: inline;
}


/********************************
   #header Layout CSS Setting
 ********************************/

#header #head-content {
	width: 950px;
	float: left;
	clear: both;
}

#head-content #head-logo {
	width: 460px;
	height: 75px;
	clear: both;
	display: inline;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#head-logo h1 {
	font-size: 11px;
	line-height: 25px;
	height: 25px;
}

#head-logo h2 {
	height: 50px;
}

#head-content #head-banner {
	float: right;
	width: 468px;
	height: 60px;
	display: inline;
	margin-top: 5px;
	margin-right: 5px;
}

#header #head-menu {
	height: 50px;
	width: 950px;
	clear: both;
	float: left;
}

#head-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#head-menu ul li {
	line-height: 50px;
	display: inline;
	float: left;
	height: 50px;
}

/********************************
   #contents Layout CSS Setting
 ********************************/

#contents #address {
	height: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
	clear: both;
	overflow: hidden;
	width: 940px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../img/addr_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#contents #address ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	height: 30px;
	float: left;
	width: 830px;
	background-image: url(../img/addr_border_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contents #address ul li {
	display: inline;
	background-image: url(../img/addr_border.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-right: 10px;
	line-height: 30px;
	background-position: left center;
	height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}
#contents #address ul li.first {
	background-image: none;
}
#contents #address #page-back {
	float: right;
	height: 30px;
	width: 110px;
}
#address a:link { color: #666666; }
#address a:visited { color: #666666; }

#contents .wrp {
	clear: both;
	float: left;
	width: 950px;
}

.wrp #main-contents {
	display: inline;
	float: left;
	height: auto;
	width: 660px;
}
.wrp #wide-contents {
	display: inline;
	float: left;
	height: auto;
	width: 660px;
}
.wrp #sub-contents {
	display: inline;
	float: left;
	height: auto;
	width: 290px;
}


/*** main-contents ***/

/* base box */

#main-contents .main-top-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_main_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 660px;
	clear: both;
	float: left;
}
#main-contents .main-bottom-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_main_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 660px;
	clear: both;
	float: left;
}
#main-contents .main-box-body {
	background-image: url(../img/box_main_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
	float: left;
	width: 650px;
	background-color: #FFFFFF;
}
#main-contents .main-top-border1 {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_main02_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 950px;
	clear: both;
	float: left;
}
#main-contents .main-bottom-border1 {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_main02_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 950px;
	clear: both;
	float: left;
}
#main-contents .main-box-body1 {
	background-image: url(../img/box_main02_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
	float: left;
	width: 950px;
	background-color: #FFFFFF;
}

/* main box type01 */

#main-contents .box01 {
	clear: both;
	width: 650px;
}

#main-contents .box01 .top-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_main01_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	clear: both;
}
#main-contents .box01 .bottom-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_main01_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	clear: both;
}
#main-contents .box01 .box-body {
	background-image: url(../img/box_main01_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 640px;
	margin: 0px;
	padding: 5px;
}

/*** sub-contents ***/

/* sub box type01 */

#sub-contents .box01 {
	clear: both;
	width: 290px;
}

#sub-contents .box01 .top-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_sub_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#sub-contents .box01 .bottom-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_sub_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#sub-contents .box01 .box-body {
	background-image: url(../img/box_sub_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 280px;
	padding-right: 5px;
	padding-left: 5px;
}

/* sub box type02 */

#sub-contents .box02 {
	clear: both;
	width: 290px;
}

#sub-contents .box02 .top-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_sub2_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#sub-contents .box02 .bottom-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_sub2_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#sub-contents .box02 .box-body {
	background-image: url(../img/box_sub2_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 280px;
	padding-right: 5px;
	padding-left: 5px;
}

/* sub box search */

#sub-contents .box-search {
	clear: both;
}

#sub-contents .box-search .top-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_search_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	clear: both;
}
#sub-contents .box-search .bottom-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_search_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	clear: both;
}
#sub-contents .box-search .box-body {
	background-image: url(../img/box_search_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 270px;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
}


/* ETC */

#contents .bannerArea {
	clear: both;
}

#contents .bannerArea p {
	clear: both;
	width: 290px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#contents h2 {
	font-size: 12px;
	line-height: 21px;
	background-image: url(../img/box_mark_title.gif);
	background-repeat: no-repeat;
	background-position: 3px top;
	padding-left: 25px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #666666;
}
#contents h3 {
	font-size: 12px;
	line-height: 21px;
	background-image: url(../img/box_mark_title.gif);
	background-repeat: no-repeat;
	background-position: 3px top;
	padding-left: 25px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #666666;
}
#contents h4 {
	font-size: 12px;
	line-height: 21px;
	background-image: url(../img/box_mark_title.gif);
	background-repeat: no-repeat;
	background-position: 3px top;
	padding-left: 25px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #666666;
}

#contents #sub-contents .box02 h2 {
	background-image: url(../img/box_mark_title2.gif);
}

#contents .navi-box {
	clear: both;
	margin: 5px;
}

#contents p {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#contents p.title-list {
	line-height: 20px;
	background-image: url(../img/mark_circle_gray_dark.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	padding-left: 22px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #333333;
	font-size: 11pt;
}
#contents p.title-view {
	font-size: 13pt;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F1EFEC;
	border-bottom-color: #F1EFEC;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}

#contents p.title-catch {
	font-size: 13pt;
	color: #993300;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F1EFEC;
	border-bottom-color: #F1EFEC;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}
#contents p.msg-box {
	color: #333333;
	margin: 10px;
	padding: 0px;
	line-height: 150%;
}

#contents p.guide-txt {
	font-size: 11px;
	color: #666666;
	margin-bottom: 3px;
}

#contents p.guide-txt-icon {
	font-size: 11px;
	color: #666666;
	line-height: 13px;
	background-image: url(../img/mark_gray.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	padding-left: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	clear: both;
}

#contents p.menu-list {
	font-size: 9pt;
	color: #333333;
	line-height: 20px;
	background-image: url(../img/mark_s_black.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	clear: both;
}

#contents p.link-box {
	background-image: url(../img/mark_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 28px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11pt;
	height: 20px;
}

#contents ul.job-icon-list {
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F1EFEC;
	border-bottom-color: #F1EFEC;
	height: 30px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 10px;
}

#contents ul.job-icon-list li {
	float: left;
	display: inline;
	height: 30px;
	line-height: 30px;
	width: 30px;
	padding-right: 5px;
	padding-left: 5px;
}

#contents img.list-img {
	background-color: #EEEEEE;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

#main-contents dl {
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#main-contents dl dt {
	padding: 5px;
	margin: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #BDB0A2;
}

#main-contents dl dd {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 45px;
}


/********************************
   #footer Layout CSS Setting
 ********************************/

#footer a:link {
	color: #666666;
}
#footer a:visited {
	color: #666666;
}
#footer .top-border {
	background-image: url(../img/box_foot_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	clear: both;
	float: left;
	width: 950px;
}
#footer .bottom-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_foot_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
	clear: both;
	float: left;
	width: 950px;
}

#footer #foot-contents {
	width: 930px;
	float: left;
	clear: both;
	display: inline;
	background-image: url(../img/box_foot_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	color: #666666;
}
#foot-contents .wrp {
	height: auto;
	width: 930px;
}
#foot-contents .wrp .left {
	float: left;
	width: 760px;
	margin-right: 5px;
	padding-right: 4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#foot-contents .wrp .right {
	float: left;
	width: 160px;
	display: inline;
}
#foot-contents .wrp h2 {
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
}
#foot-contents .div-top-border {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#foot-contents ul.foot-menu {
	list-style-type: none;
	padding: 0px;
	clear: both;
	margin: 0px;
}
ul.foot-menu li {
	float: left;
	display: inline;
	font-size: 11px;
	line-height: 22px;
	background-image: url(../img/mark_s_gray.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 20px;
}

#foot-contents .guide-txt {
	font-size: 11px;
	clear: both;
	line-height: 15px;
	color: #888888;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#foot-contents ul.foot-list {
	list-style-type: none;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	height: auto;
	margin-right: 5px;
	margin-left: 10px;
	clear: both;
}
ul.foot-list li {
	display: inline;
	font-size: 8pt;
	line-height: 150%;
	float: left;
	margin-right: 1em;
}
.foot-list a:link {
	color: #003399;
}

.foot-list a:visited {
	color: #0033CC;
}
#footer h3 {
	line-height: 150%;
	float: right;
	clear: both;
	font-size: 11px;
}

/********************************
   Common Custom CSS Setting
 ********************************/

div.boxL1 {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}
div.boxL2 {
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 20px;
}

p.tboxL1 {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}
p.tboxL2 {
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.txtS {
	font-size: 10px;
}
.txtL {
	font-size: 11pt;
}
.clrRed {
	color: #CC3300;
}
.clrGreen {
	color: #336600;
}
.clrBlue {
	color: #0066CC;
}

/* ul */
ul.list-menu {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
ul.list-menu li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../img/mark_black.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.list-menu li a:link { color: #333333; }
ul.list-menu li a:visited { color: #333333; }
ul.list-menu li a:hover { }
ul.list-menu li a:active { }

/* table */

table.t-searchbox {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.t-searchbox th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.t-searchbox td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}


table.t-type1 {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F1EFEC;
	clear: both;
	margin: 5px;
}
.t-type1 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1EFEC;
	font-weight: normal;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.t-type1 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1EFEC;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

table.t-type2 {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	border: 1px solid #F0F0F0;
	margin: 5px;
}
.t-type2 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	font-weight: normal;
	vertical-align: top;
	background-color: #F0F0F0;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.t-type2 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
table.t-type3 {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	border: 1px solid #F0F0F0;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.t-type3 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	font-weight: normal;
	vertical-align: top;
	background-color: #F0F0F0;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
}
.t-type3 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
}
table.t-type4 {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	border: 1px solid #666666;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.t-type4 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	font-weight: normal;
	vertical-align: top;
	background-color: #666666;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
}
.t-type4 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

table.t-type-noline {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	margin: 5px;
}
.t-type-noline th {
	font-weight: normal;
	vertical-align: top;
	background-color: #F0F0F0;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.t-type-noline td {
	vertical-align: top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}


td.no-line {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.center-cell {
	text-align: center;
}

.t-type_article1 {
	border: 1px solid #aaaaaa;
	margin: 3px;
}
.t-type_article1  th{
	font-weight: bold;
	background-color: #92A225;
	color:#FFFFFF;
	height: 23px;
	background-position: center center;
}
.t-type_article1  td{
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}





/* form CSS */

.form_err_txt {
	background-color: #F1C9C9;
}
.form_err_numric {
	background-color: #F1C9C9;
	text-align: right;
}
.form_basic_txt {
	background-color: #FFFFFF;
}
.form_basic_numric {
	text-align: right;
}
.form_nonactive {
	background-color: #F1ECE7;
	border: 1px solid #CFBFAD;
	color: #666666;
	text-align: right;
}
.form_reference {
	background-color: #F8F8F8;
	border: 1px solid #F8F8F8;
	color: #999999;
	text-align: right;
}
.form_delete_btn {
	color: #990000;
	font-weight: bold;
}

/* etc */

.guide-err {
	background-color: #F8E0E0;
	color: #CC3300;
	margin-left: 10px;
	margin-right: 10px;
}
.article_g_bold {
	font-size: 10pt;
	font-weight: bolder;
	color: #92A225;
}
.article_bold {
	font-size: 10pt;
	font-weight: bolder;
}
.article_c_bold {
	font-size: 10pt;
	font-weight: bolder;
	color: #9B8664;
}
.article_base {
	line-height: 22px;
}
