@charset "UTF-8";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family : Meiryo, "Hiragino Kaku Gothic Pro", Osaka, sans-serif, "ＭＳ ゴシック", "MS UI Gothic", "ＭＳ Ｐゴシック", 游ゴシック, "游ゴシック Light", "游ゴシック Medium";
    color: #000000; /* 標準文字色 */
    min-width: 0;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#act-container{
	background-image : url(../img/headerBg.png);
	background-repeat: repeat-x;
	background-position: top left;
}


#act-header{
	height: 97px;
	overflow: hidden;
	width: 96%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#act-inner{
	position: relative;
	width: 96%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image : url(../img/innerBg.png);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #fff;
	margin-top: -1px;
}
#act-wrapper{
	margin-top: -1px;
}

#act-main{
    width: calc(100% - 266px);
    max-width: 730px;
    float: right;
    text-align: left;
    padding-bottom: 30px;
	padding-left: 18px;
	padding-right: 18px;
	box-sizing: border-box;
}

.act-layoutset-01 #act-main{
    padding-top: 330px;
}
.act-layoutset-02 #act-main{
    padding-top: 118px;
}

#act-sidebarSticky{
	width: 229px;
	max-width: 100%;
	float: left;
	position: sticky;
	top: 0;
	z-index: 20;
	padding-bottom: 20px;
}

#act-footer{
    clear: both;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.act-layoutset-01 #act-title{
    width: calc(100% - 230px);
    max-width: 730px;
    height: 309px;
    text-indent: -9999px;
    overflow: hidden;
	background-image : url(../img/mainimg.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.act-layoutset-02 #act-title{
    width: calc(100% - 230px);
    max-width: 730px;
    height: 111px;
	background-image : url(../img/titleBg.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

/* ナビゲーション */

#act-nav{
	width: 229px;
	float: none;
}

#bannerspace{
	width: 214px;
	margin-left: 8px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #fff;
}

#bannerspace > h3{
    margin: 0 0 8px;
    padding: 0;
    text-align: center;
    font-size: 1em;
    font-weight: normal;
}


#act-nav ul{
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 14px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: right;
	}


#act-nav li{
    display: block;
    font-size: 12px;
	letter-spacing: 0.1em;
	background-image : url(../img/mainmenu.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#act-nav li a{
    display: block;
    padding-left: 20px;
    padding-right: 20px;
	height: 55px;
	overflow: hidden;
	line-height: 55px;
	border-bottom: 1px solid #c8dcbd;
	font-size: 1.1em;
	
}
#act-nav li a:hover{
	background-color: #20bc71;
	background-image : url(../img/mainmenu.png);
	background-repeat: no-repeat;
	background-position: top right;
}


/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 960px) and (min-width: 569px) {
    #act-header {
        width: 96%;
        max-width: 960px;
        height: auto;
        padding-bottom: 10px;
    }

    #act-headerLogo,
    #act-headerExtra1 {
        float: none;
        width: 100%;
        max-width: 470px;
        margin-left: auto;
        margin-right: auto;
    }

    #act-headerLogo {
        margin-top: 7px;
    }

    #act-headerLogo a {
        max-width: 100%;
        margin-left: 0;
        background-position: top center;
        background-size: contain;
    }

    #act-headerExtra1 {
        padding-right: 0;
    }

    #act-headerExtra1 p.tel,
    #act-headerExtra1 p.address {
        text-align: center;
    }

    #act-inner {
        width: 96%;
        max-width: 960px;
        background-image: none;
    }

    .act-layoutset-01 #act-title,
    .act-layoutset-02 #act-title {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: none;
        height: auto;
        margin: 0 auto;
        background-size: cover;
        background-position: center center;
    }

    .act-layoutset-01 #act-title {
        aspect-ratio: 730 / 309;
    }

    .act-layoutset-02 #act-title {
        aspect-ratio: 730 / 111;
    }

    .act-layoutset-02 h2 {
        width: 96%;
        margin: 4px auto 0;
        padding-top: 25px;
        padding-left: 0;
        line-height: 1.4;
        word-break: break-all;
    }

    .act-layoutset-01 #act-main,
    .act-layoutset-02 #act-main {
        width: 100%;
        max-width: none;
        float: none;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #act-sidebarSticky {
        position: static;
        width: 100%;
        max-width: none;
        float: none;
        margin: 0 auto;
    }

    #act-nav {
        width: 100%;
    }

    #bannerspace,
    #act-inner #companyinfo {
        max-width: none;
    }

    #bannerspace {
        width: calc(100% - 8px);
    }

    #bannerspace li a {
        max-width: none;
    }

    #act-main img {
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 568px) {

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#act-inner{
		background-image: none;
		width: 100%;
	}
	#act-main{
		width: 96%;
		float: none;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.act-layoutset-01 #act-main{
		padding-top: 0;
		margin-top: -10px;
	}
	.act-layoutset-02 #act-main{
		padding-top: 0;
	}
	#act-aside{
		width: 96%;
		float: none;
		padding-left: 0;
		padding-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.act-layoutset-01 #act-aside{
		padding-top: 0;
	}
	.act-layoutset-02 #act-aside{
		padding-top: 0;
	}
	#act-sidebarSticky{
		width: 100%;
		float: none;
		position: sticky;
		top: 0;
		background-color: #fff;
	}
	#act-nav{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		top: 0;
		left: 0;
		background-color: #20bc71;
	}
	.act-layoutset-02 #act-nav{
		top: 0;
	}
	#bannerspace{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 12px;
		padding-bottom: 8px;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* タイトル */
	.act-layoutset-01 #act-title{
		width: 100%;
		height: 170px;
		overflow: hidden;
		background-size: contain;
		position: relative;
		top: 0;
		left: 0;
	}
	.act-layoutset-02 #act-title{
		width: 100%;
		background-size: contain;
		background-position: top right;
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		background-color: #3cc482;

	}
	.act-layoutset-02 #act-title h2{
		line-height: normal;
		padding: 14px 0px 0px 10px;
		font-size: 1.3em;
	}

	/* ナビゲーション */
	#act-nav ul{
		display: none;
		height: auto;
		background-color: #fff;
		margin: 0;
		text-align: center;
	}
	#act-nav ul.toggled-on{
		display: block;
		padding-left: 0;
	}
	#act-nav li{
		display: block;
		background-image: none;
	}
	#act-nav li a{
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		line-height: 1.4;
	}
	#act-nav li a:hover{
		background-image: none;
	}

	/*トップページ*/
	#toppage p.large{
		margin-bottom: 10px;
	}



}

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/

body {
    background: #fff url(../img/bg.png) top left repeat;
}

#act-container {
    margin-top: -1px;
}

#act-inner::after,
#act-header::after,
#act-main dl::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* ヘッダー内パーツ */

#act-headerMain h1 {
    width: 96%;
    max-width: 960px;
    margin: 0 auto;
    padding: 4px 0 5px 12px;
    color: #fff;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

#act-headerLogo {
    float: left;
    width: 470px;
    margin: 7px auto 0;
}

#act-headerLogo a {
    display: block;
    height: 54px;
    margin-left: 5px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../img/logo.png) top left no-repeat;
}

#act-headerExtra1 {
    float: right;
    width: 470px;
    margin-left: auto;
    padding: 6px 20px 0 0;
    letter-spacing: 0.1em;
}

#act-headerExtra1 p.tel {
    margin: 0;
    padding-top: 6px;
    color: #3cc482;
    text-align: right;
    font-size: 1.4em;
    font-weight: bold;
    vertical-align: middle;
}

#act-headerExtra1 p.tel span {
    display: inline-block;
    width: 34px;
    height: 28px;
    margin-right: 10px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    vertical-align: middle;
    background: url(../img/headerTel.png) top left no-repeat;
}

#act-headerExtra1 p.address {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-align: right;
}

/* フッター内パーツ */

#act-footer {
    background-color: #20bc71;
}

#act-footerMain {
    padding: 18px 0;
}

#act-footerMain p {
    margin: 0;
    color: #fff;
    text-align: center;
}

#act-footerExtra1 {
    width: 100%;
    padding: 13px 0 23px;
}

#act-footerExtra1 ul {
    width: 96%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: right;
}

#act-footerExtra1 li {
    display: inline;
    padding: 3px 15px 3px 21px;
    font-weight: normal;
    background: url(../img/point_02.png) left center no-repeat;
}

#act-footerExtra1 a:link,
#act-footerExtra1 a:visited {
    color: #fff;
    text-decoration: underline;
}

#act-footerExtra1 a:hover,
#act-footerExtra1 a:active {
    text-decoration: underline;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#act-nav li a {
    font-weight: normal;
}

#act-nav li a:link,
#act-nav li a:visited {
    color: #000;
    text-decoration: none;
}

#act-nav li a:hover,
#act-nav li a:active {
    color: #fff;
    text-decoration: none;
}

#act-nav li span.en,
h2 span.en,
#toppage h3 span.ja {
    display: none;
}

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

a:link,
a:visited {
    color: #000;
    text-decoration: underline;
}

a:hover,
a:active {
    color: #666;
    text-decoration: none;
}

#act-skip,
h3.act-c-index {
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

h3.act-c-index {
    background: none;
}

p {
    margin: 0.5em 0 2em;
    padding-right: 20px;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
}

p.large {
    color: #548a04;
    font-size: 1.2em;
    font-weight: bold;
}

p.indent {
    padding-left: 25px;
}

.left {
    float: left;
}

.right {
    float: right;
}

img.left {
    margin-left: 14px;
}

img.right {
    margin-right: 24px;
}

hr {
    width: 100%;
    height: 1px;
    clear: both;
    margin: 10px 24px 20px auto;
    padding: 0;
    border-top: 1px none;
    border-right: 1px none;
    border-bottom: 1px none;
    border-left: 1px none;
    color: #ffffff;
}

.act-layoutset-02 h2 {
    padding: 0 0 0 33px;
    color: #fff;
    text-align: left;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 78px;
    letter-spacing: 0.1em;
}

#act-wrapper h3 {
    padding: 10px 10px 0;
    color: #75b400;
    font-size: 1.6em;
    font-weight: normal;
    letter-spacing: 0.1em;
    background: url(../img/indexBg.png) top center no-repeat;
}

h4 {
    margin: 0 24px 1em 0;
    padding: 5px 10px;
    color: #0d6138;
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2;
}

h5 {
    margin: 0 14px 10px;
    padding: 0 10px 5px 0;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    border-bottom: 2px dotted #3cc482;
}

table {
    width: 90%;
    margin: 5px auto 5px 10px;
    border-collapse: collapse;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

table th {
    padding: 8px 15px 8px 8px;
    background-color: #e9faf2;
    text-align: left;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

table td {
    padding: 8px 15px 8px 8px;
    text-align: left;
    border-right: none;
    border-bottom: 0 hidden;
}

/* フォームパーツ設定 */

input.button {
    margin: 15px auto;
    padding: 10px;
}

textarea {
    width: 100%;
    max-width: 400px;
    height: 200px;
    box-sizing: border-box;
}

input.l {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
}

input.m {
    width: 100%;
    max-width: 250px;
    box-sizing: border-box;
}

input.s {
    width: 100%;
    max-width: 150px;
    box-sizing: border-box;
}

#contact form {
    text-align: center;
}

#contact form h3 {
    text-align: left;
}

#contact form table {
    margin-left: auto;
}

/* メインコンテンツ内基本パーツ */

#act-main p {
    margin-right: 10px;
    margin-left: 10px;
}

#act-main ul {
    margin: 0 10px;
    padding: 0;
    list-style: none;
}

#act-main ul li {
    padding: 10px 15px 10px 20px;
    text-align: left;
    line-height: 1.6;
    border-bottom: 1px solid #c8dcbd;
    background: url(../img/point.png) 5px 11px no-repeat;
}

#act-main dl {
    margin: 0 15px 30px 10px;
    padding: 0;
}

#act-main dt {
    float: left;
    width: 140px !important;
    min-height: 16px;
    margin: 0;
    padding: 10px 0 10px 20px;
    text-align: left;
    font-weight: normal;
    line-height: 16px;
    background: url(../img/point.png) 5px 11px no-repeat;
}

#act-main dd {
    min-height: 16px;
    margin: 0;
    padding: 10px 10px 10px 165px;
    text-align: left;
    line-height: 16px;
    border-bottom: 1px solid #c8dcbd;
}

#act-main img.left {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
}

#act-main img.right {
    float: right;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
}

#pagetop {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 100%;
    text-align: right;
}

#pagetop a {
    display: inline-block;
    padding: 10px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #20bc71;
}

#pagetop a:link,
#pagetop a:visited {
    color: #fff;
    text-decoration: none;
}

/* サイドブロック内パーツ */

#bannerspace ul {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
}

#bannerspace li {
    padding-bottom: 4px;
}

#bannerspace li a {
    display: block;
    width: 100%;
    max-width: 214px;
    aspect-ratio: 214 / 77;
    overflow: hidden;
    text-indent: -9999px;
}

#bannerspace a {
    background-size: cover;
}

#bannerspace a#banner-access {
    background: url(../img/banner_access.png) center center no-repeat;
}

#bannerspace a#banner-develop {
    background: url(../img/banner_design.png) center center no-repeat;
}

#bannerspace a#banner-design {
    background: url(../img/banner_system.png) center center no-repeat;
}

#act-inner #companyinfo {
    width: 100%;
    max-width: 214px;
    margin-left: 8px;
    margin-bottom: 10px;
    border: 1px solid #c8dcbd;
    border-radius: 4px;
    background: #e9faf2 url(../img/sideBg.png) top center no-repeat;
    box-sizing: border-box;
}

#act-inner #companyinfo h3 {
    margin: 0;
    padding: 15px 5px 10px;
    color: #000;
    text-align: center;
    font-size: 1em;
}

#act-inner #companyinfo p {
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

/* トップページ デザイン定義 */

#toppage p.large {
    letter-spacing: 0.2em;
}

#toppage h3 {
    margin: 0;
    padding: 13px 10px 5px 20px;
    background-image: none;
}

#toppage-topics,
#toppage-news {
    margin: 0 0 25px;
    border: 1px solid #c8dcbd;
    border-radius: 4px;
    background: url(../img/topicsBg.png) top center no-repeat;
}

#act-main #toppage-topics hr {
    margin-bottom: 0;
    padding-bottom: 0;
}

#act-main #toppage-topics ul {
    margin-bottom: 8px;
}

#act-main #toppage-topics li:last-child,
#act-main #toppage-news dd:last-child {
    border: none;
}

#act-main #toppage-news dl {
    margin-bottom: 12px;
}

#act-main #toppage-news dt {
    width: 100px !important;
}

#act-main #toppage-news dd {
    padding-left: 120px;
}

/* アクセスページ デザイン定義 */

#access h3 + img {
    margin-bottom: 10px;
    margin-left: 10px;
}

/* ページ個別の補助スタイル */

.text-right {
    text-align: right;
}

.ms-gothic {
    font-family: "MS Gothic", "ＭＳ ゴシック", monospace;
}

.text-scale-120 {
    font-size: 120%;
}

.text-scale-150 {
    font-size: 150%;
}

.intro-copy {
    text-align: left;
    font-weight: normal;
}

#act-title.act-top-image {
    width: 100%;
    max-width: 697px;
    aspect-ratio: 697 / 309;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-image {
    width: 100%;
    max-width: 214px;
    height: auto;
}

#ACT_TABLE_1_A_220526151535 {
    border-spacing: 0;
}

#ACT_TABLE_1_A_220526151535 .cell-category {
    width: 119px;
    text-align: center;
}

#ACT_TABLE_1_A_220526151535 .cell-product {
    width: 469px;
}

#ACT_TABLE_1_A_220526151535 .cell-header {
    height: 25px;
    text-align: center;
}

#ACT_TABLE_1_A_220526151535 .cell-88 {
    height: 88px;
}

#ACT_TABLE_1_A_220526151535 .mono-copy {
    font-family: monospace;
    font-size: 120%;
}

/* =======================================================
  レスポンシブル設定
======================================================= */


@media screen and (max-width: 568px) {
    /*--------------------------------------------------------
      共通レイアウトパーツ設定
    --------------------------------------------------------*/
    #act-container {
        width: 100%;
        margin-top: 0;
        background: #fff none;
    }

    /* ヘッダー内パーツ */
    #act-header {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    #act-headerLogo {
        float: none;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }

    #act-headerMain {
        width: 100%;
    }

    #act-headerMain h1 {
        width: auto;
        margin-left: 0;
        padding: 5px;
        text-align: left;
        line-height: 1.4;
        background-color: #20bc71;
    }

    #act-headerLogo a {
        display: block;
        max-width: 100%;
        height: 54px;
        margin: 5px auto;
        background-position: top center;
        background-size: contain;
    }

    #act-headerExtra1 {
        float: none;
        width: 98%;
        margin: 0 auto;
        padding: 0;
    }

    #pagetop {
        left: 0;
        text-align: center;
    }

    /* フッター内パーツ */
    #act-footerMain {
        padding: 10px 0;
    }

    #act-footerMain p {
        padding: 0 5px;
        word-break: break-all;
    }

    #act-footerExtra1 {
        padding: 15px 0;
    }

    #act-footerExtra1 ul {
        width: 100%;
        text-align: center;
    }

    #act-footerExtra1 li {
        display: inline-block;
        margin: 0 10px;
        padding-right: 0;
    }

    /*--------------------------------------------------------
      ナビゲーションデザイン設定
    --------------------------------------------------------*/
    #act-nav h3.act-c-index {
        width: 27px;
        height: 20px;
        margin: 10px 0 10px 10px;
        overflow: hidden;
        cursor: pointer;
        text-indent: -9999px;
        background: url(../img/btn_menu.png) top left no-repeat;
    }

    /*--------------------------------------------------------
      基本パーツデザイン設定
    --------------------------------------------------------*/
    p {
        padding-right: 0;
        padding-left: 0;
    }

    img.left,
    img.right {
        margin-right: 10px;
        margin-left: 10px;
    }

    .act-layoutset-02 h2 {
        width: 96%;
        margin: 4px auto 0;
        padding-top: 25px;
        padding-left: 0;
        line-height: 1.4;
        word-break: break-all;
    }

    table {
        width: 96%;
        margin-right: auto;
        margin-left: auto;
    }

    /* フォームパーツ設定 */
    textarea,
    input.l {
        width: 96%;
    }

    input.m {
        width: 60%;
    }

    input.s {
        width: 30%;
    }

    /* メインコンテンツ内基本パーツ */
    #act-main h3 {
        background-size: contain;
    }

    #act-main ul li {
        padding-right: 0;
    }

    #act-main dt {
        float: none;
        padding-bottom: 0;
        line-height: 1.4;
    }

    #act-main dd {
        padding-right: 0;
        padding-left: 20px;
        line-height: 1.4;
    }

    #act-main img.left,
    #act-main img.right {
        float: none;
        margin-right: 10px;
        margin-left: 10px;
    }

    /* サイドブロック内パーツ */
    #bannerspace li a {
    display: block;
    width: 100%;
    max-width: 214px;
    aspect-ratio: 214 / 77;
    overflow: hidden;
    text-indent: -9999px;
}

#bannerspace a {
    background-size: cover;
}

    #bannerspace a#banner-design,
    #bannerspace a#banner-develop,    #bannerspace a#banner-access {
        background-position: top center;
        background-size: contain;
    }

    #act-inner #companyinfo {
        width: 96%;
        margin: 0 auto;
    }

    /* トップページ デザイン定義 */
    #toppage p.large {
        margin-right: 0;
        margin-left: 0;
    }

    #act-main #toppage-news dd {
        padding-left: 20px;
        border: none;
        border-bottom: 1px solid #c8dcbd;
    }

    #act-main #toppage-news dt:first-child + dd {
        border-bottom: 1px solid #c8dcbd;
    }

    #act-main #toppage-news dd:last-child {
        border: none;
    }

    /* アクセスページ デザイン定義 */
    #access h3 + img {
        max-width: 96%;
        height: auto;
        margin-right: 10px;
    }
}

/*------------ table style set ------------*/
.act-cnt-tb1{
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.act-cnt-tb2{
	background-color: #333333;
	border: 1px solid #333333;
}
.act-cnt-tb3{
	background-color: #333333;
	border: 0px solid #333333;
}
.act-cnt-tb-th1 {
	background-color: #BBBBBB;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.act-cnt-tb-th2 {
	background-color: #CCCCCC;
	color: #333333;
	border: 0px solid #333333;
}
.act-cnt-tb-cell1 {
	background-color: #EEEEEE;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.act-cnt-tb-cell2 {
	background-color: #FFFFFF;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.act-cnt-tb-cell3 {
	background-color: #EEEEEE;
	color: #333333;
	border: 0px solid #333333;
}
.act-cnt-tb-cell4 {
	background-color: #FFFFFF;
	color: #333333;
	border: 0px solid #333333;
}
.act-cnt-tb-cell5 {
	background-color: #FFFFFF;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}






















