/*------------------------------------------------------------
	index.css
------------------------------------------------------------*/
/*------------------------------------------------------------
	メインイメージ
------------------------------------------------------------*/

.mainVisual {
	/* padding:0 45px; */
	}
.mainVisual_inner{
	margin:0 auto;
    font-weight:bold;
}
.mainVisual_text{
	padding-top:165px;
	padding-bottom:165px;
}
.copy_sub{
    font-family: "roboto",sans-serif;
	display:block;
	font-size:28px;
	color: #002076;
	margin-bottom:20px;

}

.copy_main{
	display:block;
	font-size:55px;
	margin-bottom:20px;
    line-height: 125%;

}
.copy_desc{
	font-size:1em;
	line-height:2em;
}

.mainImg{
	height: 70vh;
	display: flex;
	width: 100vw;
}

.mainImg img {
    height: auto;
    width: 100%;
    object-fit: cover;
}



h2.section_title {
    font-family: "Oswald";
    font-size: 72px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 100px;
}

.contents_inner {
    padding: 120px 20px 200px;
    max-width: 1400px;
    margin-right:auto;
    margin-left:auto;
    position: relative;
    z-index: 1;
}

.section_sub_title {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 30px;
}

section.news {
    margin: 0 calc(50% - 50vw);
}

.news_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_column_text {
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap;
}

.news_articles {
    /*width: 32%;*/
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding: 2em;
}
.news_articles:first-child {
    border-top: solid 1px #ccc;
}

.news_date {
    font-family:"roboto";
    font-size:1.25em;
    display: block;
    margin-bottom:6px;
    width: 20%;
}

.news_title {
    display: block;
    font-size:1.25em;
    width: 80%;
}

.button a{
    margin-top: 75px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;  
    background-color: #002076;
    border: solid 2px #002076;
    display: block;
}

.menu_heading{
	font-size:1.7em;
	margin-bottom:20px;
    line-height: 125%;
}

.about{
    background-image: url(/wp/wp-content/themes/RUSHBIZ/img/index/about_bk.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 calc(50% - 50vw);
}

.about_column {
    display: flex;
    justify-content: space-between;
}

.about_text {
    width: 640px;
}

.about::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,32,118,0.75);
}


.button_white a{
    margin-top: 75px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;  
    display: block;
    border: 1px solid #fff;
}

.button_white a:hover{
    background-color: #fff;
    color: #002076;
    font-weight: bold;
}

.service{
    background-color: #F4F4F4;
    margin: 0 calc(50% - 50vw);
}

.service_column{
    position: relative;
    margin-bottom: 300px;
}

.service .service_column:last-child{
    position: relative;
    margin-bottom: 0;
}

.service_column_left{
	width:30%;
    position: absolute;
    top: 0;
}

.service_column_left.stickey {
    position: fixed;
    top: 170px;
    z-index: +1
}

.service_column_left.stickey.none {
    opacity: 0;
    z-index: -1;
}
.service_column_right{
	width:65%;
    margin: 0 0 0 auto;
}

.serviceImg {
    width: 100vw;
    height: 540px;
    display: flex;
}

.serviceImg img {
    height: auto;
    width: 100%;
    object-fit: cover;
}


.service_detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}

.service_detail_items {
    width: 48%;
    margin-bottom: 50px;
}
/*
.service_column_image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.service_column_image {
    height: 200px;
}
*/

.company_text {
    padding: 150px 100px 200px 20px;
    background-color: #fff;
}

.company_inner {
    max-width: 1440px;
    margin: auto;
    background-color: #fff;
}

#company {
    margin: 0 calc(50% - 50vw);
    position: relative;
}

#company::before {
    background-image: url(/wp/wp-content/themes/RUSHBIZ/img/index/company.jpg);
    background-size:cover;
    background-position:center;
    content: '';
    position: absolute;
    width:50%;
    height: 100%;
    top: 0;
    right: 0;
}


.company_info {
    width: 50%;
}

.company_table_detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
    padding-top: 32px;
    border-bottom: 1px solid #ccc;
}


.company_table_detail dd {
    width: 60%;
}

span.text{
    display:inline-block;
}


dl .company_table_detail:first-child {
    border-top: solid 1px #ccc;
}

#recruit {
    background-image: url(/wp/wp-content/themes/RUSHBIZ/img/index/recruit.jpg);
    background-size: cover;
    background-position: center;
    margin: 150px  calc(50% - 50vw) 0;
}

.recruit_inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 150px 20px 150px;
}

.recruit_box{
    width:40% ;
    margin: 0 0 0 auto;
    padding: 50px;
    background-color: #fff;
}
.section_title.mb_15{
    margin-bottom: 15px;
}

.recruit_rabel{
    font-size: 1.2em;
    background-color: #D5B650;
    color: #fff;
    padding: 8px 16px;
    margin-bottom: 60px;
    display: inline-block;
}

.marker {
    background: linear-gradient(transparent 65%, #D5B650 65%);
    display: inline-block;
}


@media all and (max-width: 768px) {
    .copy_sub{
        font-size: 18px;
    }
    .copy_main{
        font-size:32px;
    }
    .mainVisual_text {
        padding-top: 165px;
        padding-bottom: 120px;
    }
    .mainImg{
        height: 240px;
    }
    .contents_inner{
        padding-bottom: 100px;
    }

    .news_column .news_articles:last-child {
        margin-bottom: initial;
    }
    .button_white a{
        margin-top: 40px;
    }
    .button a{
        margin-top: 40px;
    }

    h2.section_title{
        font-size: 3em;
        margin-bottom: 65px;
    }
    .section_sub_title{
        margin-left: 0.8em;
        font-size: 0.9em;
    }
    .news_articles{
        width: 100%;
        margin-bottom: 1em;
        padding-top: 1em;
    }
    .news_title{
        font-size: 1em;
        width: 100%;
    }
    .news_date{
        font-size: 1em;
        width: 100%;
    }
    .service_column{
        margin-bottom: 100px;
    }
    .service_column_left{
        width: auto;
        position:initial;
    }
    .service_column_right{
        width: auto;
        margin: 3em 0 0 0;

    }
    .serviceImg{
        width: auto;
        height: auto;
        display: initial;

    }
    .service_detail .service_detail_items:last-child{
        margin-bottom: 0;

    }
    .service_02{
        margin-top: 100px;
    }
    #company{
        margin: 150px  calc(50% - 50vw) 0;
    }

    #company::before{
        content: none;
    }
    .company_info{
        width: initial;
    }
    .company_text{
        
    }
    .company_text{
        padding:150px 5% 100px;
    }
    .recruit_inner{
        padding: 5%;
    }

    .recruit_box{
        width: auto;
        margin: initial;
        padding: 10% 5%;

    }
    .recruit_rabel{
        font-size: 0.8em;
        padding: 8px;
        margin-bottom: 3em;
    }
}
/*

.mainVisual .scroll a:hover {
	opacity: 0.7;
}
#main .aboutSec {
	margin-bottom: 137px;
}
#main .aboutSec .headLine02 {
	margin-bottom: 39px;
}
#main .aboutSec .headLine02 .en {
	letter-spacing: 0.11em;
}
#main .aboutSec .inner {
	align-items: center;
}
#main .aboutSec .inner .photoBox {
	width: 640px;
	position: relative;
}
#main .aboutSec .inner .photoBox .infoBox {
	position: absolute;
	left: 9px;
	bottom: -26px;
}
#main .aboutSec .inner .photoBox .infoBox:before {
	position: absolute;
	left: -110px;
	right: 240px;
	top: 5px;
	height: 170px;
	background: rgba(17,102,165,0.4);
	content: "";
	z-index: 1;
}
#main .aboutSec .inner .photoBox .infoBox .title {
	position: relative;
	z-index: 2;
}
#main .aboutSec .inner .textBox {
	width: 603px;
}
#main .aboutSec .inner .textBox .title {
	margin: 0 -20px 34px 0;
	font-size: 3.6rem;
	line-height: 1.3;
}
#main .aboutSec .inner .textBox .txt {
	margin-bottom: 45px;
	line-height: 1.75;
}
#main .serviceSec .headLine02 .en {
	letter-spacing: 0.11em;
}
#main .serviceSec {
	max-width: 1480px;
	margin: 0 auto 107px;
}
#main .serviceSec .inner {
	margin-bottom: 53px;
	position: relative;
}
#main .serviceSec .inner .photoBox {
	float: right;
	width: 50%;
}
#main .serviceSec .inner .textBox {
	padding-top: 27px;
	float: left;
	width: 50%;
}
#main .serviceSec .inner .textBox .infoBox {
	max-width: 610px;
	margin: 0 30px 0 auto;
}
#main .serviceSec .inner .textBox .point .topImg {
	margin-bottom: 10px;
	display: block;
}
#main .serviceSec .inner .textBox .point .ttl {
	margin: 0 -13px 17px 0;
	display: block;
	line-height: 1.75;
	font-size: 3.2rem;
}
#main .serviceSec .inner .textBox .point .info {
	margin-right: 7px;
	padding: 2px 9px;
	color: #1166a5;
	font-size: 4rem;
	display: inline-block;
	border: 5px solid #1166a5;
	letter-spacing: 0.11em;
	line-height: 1.5;
	vertical-align: bottom;
}
#main .serviceSec .inner .textBox .listUl {
	margin-bottom: 27px;
}
#main .serviceSec .inner .textBox .listUl li {
	margin: 0 7px 7px 0;
	padding: 5px 12px;
	color: #fff;
	font-size: 1.6rem;
	border-radius: 30px;
	display: inline-block;
	background: #1166a6;
}
#main .serviceSec .inner .textBox .txt {
	margin-bottom: 17px;
	line-height: 1.75;
}
#main .serviceSec .inner .textBox .txt:last-child {
	margin-bottom: 0;
}
#main .serviceSec .inner01 .photoBox {
	float: left;
}
#main .serviceSec .inner01 .textBox .infoBox {
	max-width: 630px;
	margin: 0 auto 0 40px;
}
#main .serviceSec .comBtn01 a {
	width: 312px;
}
#main .phoImg {
	margin-bottom: 92px;
	height: 350px;
	background: url("img/index/photo04.jpg") no-repeat center center;
	background-size: cover;
}
#main .newsSec {
	margin-bottom: 102px;
}
#main .newsSec .infoBox {
	width: 620px;
}
#main .newsSec .infoBox01 {
	position: relative;
	width: 640px;
	padding-right: 27px;
	box-sizing: border-box;
}
#main .newsSec .infoBox01:before {
	position: absolute;
	right: 0;
	top: 25px;
	bottom: 0;
	width: 1px;
	background: #e9e9e9;
	content: "";
}
#main .newsSec .ttlBox {
	margin-bottom: 53px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .newsSec h3 {
	position: relative;
}
#main .newsSec h3:before {
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 80px;
	height: 5px;
	background: #1166a6;
	content: "";
}
#main .newsSec h3 .en {
	display: inline-block;
	font-size: 4.2rem;
	font-weight: 700;
    font-family: 'Lato', sans-serif;
	letter-spacing: 0.1em;
}
#main .newsSec h3 .jp {
	font-size: 1.8rem;
	display: inline-block;
	margin-left: 16px;
}
#main .newsSec .comBtn {
	padding-top: 26px;
}
#main .newsSec .comBtn a {
	width: 100%;
	padding: 4px 46px 4px 20px;
	text-align: left;
	background-image: url("img/common/icon01_over.png");
}
#main .newsSec .comBlogList {
	margin-bottom: 0;
}
#main .newsSec .comBlogList li a {
	padding: 9px 0;
	align-items: center;
}
#main .newsSec .comBlogList li .pho {
	width: 180px;
}
#main .newsSec .comBlogList li .txtBox {
	padding-top: 0;
	width: calc(100% - 200px);
}
#main .newsSec .comBlogList li .txtBox .ttl {
	font-size: 1.8rem;
	letter-spacing: 0;
	margin-bottom: 8px;
}
#main .newsSec .comBlogList li .txtBox .dateTxt .date {
	color: #b1b1b1;
	font-weight: 700;
	display: inline-block;
	font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
}
#main .newsSec .comBlogList li .txtBox .dateTxt .new {
	margin: 0 0 0 13px;
	padding: 2px 0;
}
#main .newsSec .comNewsList {
	margin: 10px 0 0;
    border-top: none;
}
#main .newsSec .comNewsList dt {
	padding-top: 15px;
}
#main .newsSec .comNewsList dd {
	font-size: 1.8rem;
	padding: 15px 10px 15px 7em;
}
#main .newsSec .comNewsList dd a:hover {
	opacity: 0.7;
}
#main .newsSec .comNewsList dd .new {
	margin: 0 20px 0 -8px;
	padding: 2px 0;
}
#main .recruitSec {
	margin-bottom: 74px;
	min-height: 490px;
	background: url("img/index/recruit_bg.jpg") no-repeat center center;
	background-size: cover;
}
#main .recruitSec .infoRecruit {
	max-width: 1480px;
	margin: 0 auto;
	padding: 50px 100px 0 0;
	box-sizing: border-box;
}
#main .recruitSec .photoBox {
	margin: -50px -5% 0 0;
	float: left;
	width: 55%;
	position: relative;
	z-index: 100;
}
#main .recruitSec .textBox {
	width: 59%;
	margin-left: -9%;
	float: right;
	position: relative;
	padding: 25px 45px 46px;
	background: #fff;
	box-sizing: border-box;
}
#main .recruitSec .textBox .topImg {
	position: absolute;
	right: -45px;
	top: 9px;
}
#main .recruitSec .textBox .headLine02 {
	margin-bottom: 30px;
}
#main .recruitSec .textBox .headLine02 .en {
	letter-spacing: 0.11em;
	margin-bottom: 22px;
}
#main .recruitSec .textBox .txt {
	margin-bottom: 26px;
	line-height: 1.75;
}
#main .recruitSec .textBox .comBtn a {
	width: 310px;
}
#main .companySec .headLine02 {
	margin-bottom: 43px;
}
#main .companySec .headLine02 .en {
	letter-spacing: 0.11em;
}
#main .companySec .headLine02 .jp {
	font-size: 1.6rem;
}
#main .companySec .mapInner {
	position: relative;
}
#main .companySec .mapInner .map {
    margin-left: 200px;
	height: 500px;
}
#main .companySec .mapInner .map iframe {
	width: 100%;
	vertical-align: top;
}
#main .companySec .mapInner .subBox {
	position: absolute;
	top: 63px;
}
#main .companySec .mapInner .subBox .textBox {
	background: #fff;
	margin-top: 12px;
	padding: 17px 42px 17px 0;
}
#main .companySec .mapInner .subBox .topImg {
	margin-bottom: 7px;
}
#main .companySec .mapInner .subBox p {
	margin-bottom: 17px;
	font-size: 1.6rem;
	line-height: 1.75;
}
#main .companySec .mapInner .subBox .comBtn a {
	width: 310px;
}
@media all and (min-width: 897px) {
	#main .newsSec .comBtn a:hover {
		background-image: url("img/common/icon01.png");
	}
}
@media all and (max-width: 896px) {
    .mainVisual {
        margin-bottom: 50px;
        background: none;
    }
    .mainVisual:before {
        display: none;
    }
    .mainVisual .photoBox {
        float: none;
        width: auto;
        margin: 0 -15px;
    }
    .mainVisual .textBox {
        position: static;
        top: auto;
        width: auto;
    }
    .mainVisual .textBox .infoBox {
        padding: 20px 10px;
    }
    .mainVisual .textBox .title {
        font-size: 2.4rem;
    }
    .mainVisual .textBox .title:before {
        bottom: -17px;
        width: 150px;
        height: 5px;
    }
    .mainVisual .scroll {
        display: none;
    }
    #main .aboutSec {
        margin-bottom: 65px;
    }
    #main .aboutSec .headLine02 {
        margin-bottom: 25px;
    }
    #main .aboutSec .inner {
        display: block;
    }
    #main .aboutSec .inner .photoBox {
        width: 100%;
        margin-bottom: 86px;
    }
    #main .aboutSec .inner .photoBox img {
        width: 100%;
    }
    #main .aboutSec .inner .photoBox .infoBox {
        position: absolute;
        left: 9px;
        bottom: -26px;
    }
    #main .aboutSec .inner .photoBox .infoBox:before {
        position: absolute;
        left: -30px;
        right: 0;
        top: 5px;
        height: 110px;
    }
    #main .aboutSec .inner .photoBox .infoBox .title {
        padding-right: 10px;
    }
    #main .aboutSec .inner .photoBox .infoBox .title img {
        max-width: 360px;
        width: 100%;
    }
    #main .aboutSec .inner .textBox {
        width: auto;
    }
    #main .aboutSec .inner .textBox .title {
        margin: 0 0 24px 0;
        font-size: 2.3rem;
    }
    #main .aboutSec .inner .textBox .txt {
        margin-bottom: 25px;
        line-height: 1.6;
    }
    #main .serviceSec {
        max-width: inherit;
        margin: 0 15px 55px;
    }
    #main .serviceSec .inner {
        margin-bottom: 30px;
    }
    #main .serviceSec .inner .photoBox {
        float: none;
        width: 100%;
    }
    #main .serviceSec .inner .photoBox img {
        width: 100%;
    }
    #main .serviceSec .inner .textBox {
        padding-top: 20px;
        float: none;
        width: 100%;
    }
    #main .serviceSec .inner .textBox .infoBox {
        max-width: inherit;
        margin: 0 auto;
    }
    #main .serviceSec .inner .textBox .point .topImg {
        margin-bottom: 10px;
    }
    #main .serviceSec .inner .textBox .point .topImg img {
        max-width: 100px;
    }
    #main .serviceSec .inner .textBox .point .ttl {
        margin-bottom: 15px;
        line-height: 1.6;
        font-size: 1.8rem;
    }
    #main .serviceSec .inner .textBox .point .info {
        margin-right: 5px;
        padding: 0 3px;
        font-size: 1.9rem;
        border: 3px solid #1166a5;
    }
    #main .serviceSec .inner .textBox .listUl {
        margin-bottom: 17px;
    }
    #main .serviceSec .inner .textBox .listUl li {
        margin: 0 3px 7px 0;
        padding: 5px 10px;
        font-size: 1.3rem;
    }
    #main .serviceSec .inner .textBox .txt {
        margin-bottom: 15px;
        line-height: 1.6;
    }
    #main .serviceSec .inner .textBox .txt:last-child {
        margin-bottom: 0;
    }
    #main .serviceSec .inner01 .photoBox {
        float: none;
    }
    #main .serviceSec .inner01 .textBox .infoBox {
        max-width: inherit;
        margin: 0;
    }
    #main .serviceSec .comBtn01 a {
        width: 100%;
        max-width: 312px;
    }
    #main .phoImg {
        height: 260px;
        margin-bottom: 45px;
    }
    #main .newsSec {
        margin-bottom: 50px;
    }
    #main .newsSec .infoBox {
        width: 100%;
    }
    #main .newsSec .infoBox01 {
        width: 100%;
        padding: 0 0 20px;
    }
    #main .newsSec .infoBox01:before {
        display: none;
    }
    #main .newsSec .ttlBox {
        margin-bottom: 30px;
        display: block;
    }
    #main .newsSec h3:before {
        width: 60px;
        height: 4px;
    }
    #main .newsSec h3 .en {
        font-size: 2.2rem;
    }
    #main .newsSec h3 .jp {
        font-size: 1.4rem;
        margin-left: 12px;
    }
    #main .newsSec .comBtn {
        padding-top: 32px;
    }
    #main .newsSec .comBtn a {
        width: 100%;
        max-width: 260px;
    }
    #main .newsSec .comBlogList {
        margin-bottom: 0;
    }
    #main .newsSec .comBlogList li a {
        padding: 9px 0;
        display: flex;
        align-items: center;
    }
    #main .newsSec .comBlogList li .pho {
        margin-bottom: 0;
        width: 100px;
    }
    #main .newsSec .comBlogList li .txtBox {
        padding-top: 0;
        width: calc(100% - 115px);
    }
	#main .recruitSec .textBox .topImg {
		position: static;
		right: 0;
		top: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	#main .recruitSec .textBox .topImg img {
		width: 100%;
		max-width: 310px;
	}
    #main .newsSec .comBlogList li .txtBox .ttl {
        margin-bottom: 5px;
        font-size: 1.4rem;
    }
    #main .newsSec .comBlogList li .txtBox .dateTxt .date {
        font-size: 1.3rem;
    }
    #main .newsSec .comBlogList li .txtBox .dateTxt .new {
        margin: 0 0 0 10px;
    }
    #main .newsSec .comNewsList {
        margin-bottom: 0;
    }
    #main .newsSec .comNewsList dt {
        padding-top: 15px;
        float: none;
    }
    #main .newsSec .comNewsList dd {
        font-size: 1.8rem;
        padding: 10px 0 10px;
    }
    #main .newsSec .comNewsList dd .new {
        margin: 0 10px 0 0;
        padding: 2px 0;
    }
    #main .newsSec .pho img {
        width: 100%;
    }
    #main .recruitSec {
        margin-bottom: 34px;
        min-height: inherit;
    }
    #main .recruitSec .infoRecruit {
        max-width: inherit;
        padding: 20px 15px 0;
        box-sizing: border-box;
    }
    #main .recruitSec .photoBox {
        margin: 0;
        float: none;
        width: 100%;
        text-align: center;
    }
    #main .recruitSec .textBox {
        width: 100%;
        margin-left: 0;
        float: none;
        padding: 20px 15px;
    }
    #main .recruitSec .textBox .headLine02 {
        margin-bottom: 25px;
    }
    #main .recruitSec .textBox .headLine02 .en {
        margin-bottom: 18px;
    }
    #main .recruitSec .textBox .txt {
        margin-bottom: 20px;
        line-height: 1.6;
    }
    #main .recruitSec .textBox .comBtn a {
        width: 100%;
        max-width: 310px;
    }
    #main .companySec .headLine02 {
        margin-bottom: 43px;
    }
    #main .companySec .headLine02 .en {
        letter-spacing: 0.11em;
    }
    #main .companySec .headLine02 .jp {
        font-size: 1.6rem;
    }
	#main .companySec .mapInner .map {
	 	position: relative;
		padding-bottom: 60%;
        margin-left: 0;
		height: 0;
		overflow: hidden;
	}
	#main .companySec .mapInner .map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	 }
    #main .companySec .mapInner .subBox {
        position: static;
        top: auto;
    }
    #main .companySec .mapInner .subBox .topPho img {
        width: 100%;
    }
    #main .companySec .mapInner .subBox .textBox {
        margin-top: 10px;
        padding: 15px;
    }
    #main .companySec .mapInner .subBox .topImg img {
        width: 100%;
        max-width: 322px;
    }
    #main .companySec .mapInner .subBox p {
        margin-bottom: 15px;
        font-size: 1.3rem;
        line-height: 1.6;
    }
    #main .companySec .mapInner .subBox .comBtn a {
        width: 100%;
    }
}
@media all and (max-width: 374px) {
	.mainVisual .textBox .title {
		font-size: 2.2rem;
	}
}
@media all and (-ms-high-contrast:none){
	#main .serviceSec .inner .textBox .listUl li {
		padding: 7px 12px 3px;
	}
	#main .serviceSec .inner .textBox .point .info {
		padding: 15px 9px 0;
		line-height: 1.2;
	}
	#main .newsSec .comBtn a {
		padding: 7px 46px 1px 20px;
	}
	#main .newsSec .comBlogList li .txtBox .dateTxt .new {
		padding: 5px 0 0;
	}
	#main .newsSec .comNewsList dd .new {
		padding: 5px 0 0;
	}
}
*/