@charset "utf-8";

.low #content {
    padding: 77px 60px 80px;
}

.low #wrap {
    min-width: 1136px;
}

.low #siteNavi {
    margin: 0 0.1515151515151515% 2px;
}

/* newsTop
-------------------------------------------------*/
.low #content.top #secRefine {
    float: right;
    /* width: 360px; */
    height: 40px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 34px;
    box-sizing: border-box;
    padding-top: 8px;
    padding-left: 5px;
}

.low #content.top #secRefine label {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    font-size: 12px;
    margin-left: 23px;
    height: 22px;
    line-height: 22px;
}

.low #content.top #secRefine label input {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.low #content.top #secRefine label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;    
    -webkit-transition: all 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color  0.3s ease;
    z-index: 5;
}
.low #content.top #secRefine label.selected:after {
    background: #555 url(../../common/images/ico_check.png) 3px 5px no-repeat;
    border: 1px solid #555;
}

.low #content.top .btnRss {
    float: right;
}

.low #content.top h2 {
    margin-bottom: 24px;
}
.low #content.top h2 .txtEn {
    font-family:'DIN Next W06 Regular';
    float: left;
    font-size: 34px;
    letter-spacing: 0.15em;
    font-weight: normal;
    line-height: 28px;
}
.low #content.top h2 .txtJp {
    font-family:'AxisStd-Regular';
    display: block;
    float: left;
    font-size: 14px;
    height: 24px;
    margin-top: 2px;
    border-left: 1px solid #555;
    padding-left: 19px;
    margin-left: 20px;
    line-height: 24px;
    letter-spacing: 0.15em;
}

.low #content.top > div > h2 {
    float: left;
}

.low #content.top .newsList {
    padding: 40px 0 0;
}
.low #content.top .newsList > div {
    position: relative;
    float: left;
    width: 24.90625%;
    margin: 0 0 20px 0.125%;
    mask-box-image:url("../../common/images/mask_radius_4444.png") 5 5 5 5;
    mask-box-size:100% 100%;
    -webkit-mask-box-image:url("../../common/images/mask_radius_4444.png") 5 5 5 5 ;
    -webkit-mask-box-size:100% 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}
.low #content.top .newsList > div:nth-child(4n+1) {
    margin: 0 0 20px 0;
}

.low #content.top .newsList .dummy {
    width: 100%;
    height: auto;
}
.low #content.top .newsList > div a {
    display: block;
}
.low #content.top .newsList a .overZoomModern img {
    height: auto;
}
.low #content.top a svg image {
    max-width: inherit;
}
.low #content.top .newsList .thum {
    position: relative;
    display: block;
    overflow: hidden;

}
.low #content.top .newsList svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.low #content.top .newsList .badgeNews {
    float: right;
    display: block;
    width: 84px;
    height: 19px;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #999;
    color: #fff;
    margin-left: 3px;
}
.low #content.top .newsList .badgeRelease {
    float: right;
    display: block;
    width: 84px;
    height: 19px;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #576e85;
    color: #fff;
    margin-left: 3px;
}
.low #content.top .newsList .badgeEvent {
    float: right;
    display: block;
    width: 84px;
    height: 19px;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #738c6e;
    color: #fff;
    margin-left: 3px;
}
.low #content.top .newsList .txt {
    display: block;
    background-color: #fff;
    height: 158px;
    padding: 20px 6% 32px; /* 20px 32px 32px*/
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.low #content.top .newsList a:hover .txt {
    background-color: #222;
    color: #fff;
}
.low #content.top .newsList a .txt .lead {
    clear: both;
    font-family:'AxisStd-Regular';
    font-size: 16px;
    line-height: 1.8;
}
.low #content.top .newsList .txt .date {
    font-family:'DIN Next W06 Light';
    display: block;
    font-size: 13px;
    margin-bottom: 7px;
}

.low #content.top .btnMore {
    margin: 35px 0 0;
}

.low #content.top .dd-container {
    float: right;
    width: 158px !important;
    height: 40px !important;
    box-sizing: border-box;
    font-family:'AxisStd-Regular';
    font-size: 14px;
    background: url(../images/bg_backnumber_select.png) 0 top no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.low #content.top .dd-container:hover {
    background: rgba(255,255,255,0.2) url(../images/bg_backnumber_select.png) 0 top no-repeat;
}
.low #content.top .dd-select {
    width: 158px !important;
    height: 40px !important;
    padding: 0 48px 0 0;
    box-sizing: border-box;
    text-align: center;
    background: none !important;
    border: none !important;
}
.low #content.top .dd-selected {
    line-height: 40px;
    padding: 0 !important;
}
.low #content.top .dd-option,
.low #content.top .dd-option-selected {
    padding: 13px !important;
    color: #fff !important;
    background: #222 url(../../common/images/ico_ft_select.png) 90% center no-repeat !important;
}
.low #content.top .dd-option:hover,
.low #content.top .dd-option-selected:hover {
    background: #4e4e4e url(../../common/images/ico_ft_select.png) 90% center no-repeat !important;
}
.low #content.top .dd-pointer,
.low #content.top .dd-pointer-down,
.low #content.top .dd-pointer-up {
    display: none !important;
}
.low #content.top .dd-options {
    width: 158px !important;
    border: solid 1px #555;
    border-top: none;
    list-style: none;
    box-shadow: none !important;
    display: none;
    position: absolute;
    z-index: 2000;
    margin: -3px 0 0 0 !important;
    padding: 0;
    background: #fff;
    overflow: auto;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    box-sizing: border-box;
}
.low #content.top .dd-option {
    border-bottom: 1px solid #555;
}






/* newsDetail
-------------------------------------------------*/

.low #content.newsDetail h4 {
    line-height: 2;
}

.low #content.newsDetail {
    max-width: 100%;
    padding: 70px 0 80px;
    background-color: #fff;
}

.low #content.newsDetail #head {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px 10px;
}
.low #content.newsDetail #head .mainImg {
    margin-bottom: 77px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}
.low #content.newsDetail #head .mainImg img {
    width: 100%;
    height: auto;
}


.low #content.newsDetail .inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px 0;
}
.low #content.newsDetail .inner > div {
    margin: 0 10%;
}
.low #content.newsDetail .inner > div p {
    line-height: 2;
}

.low #content.newsDetail #secTtl {
    position: relative;
    margin-bottom: 50px;
}
.low #content.newsDetail #secTtl > div {
    position: absolute;
    right: 0;
    top: 49px;
    text-align: right;
}

.low #content.newsDetail #secTtl .badgeEvent {
    float: right;
    display: block;
    width: 84px;
    height: 19px;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #738c6e;
    color: #fff;
    padding-right: 0;
    margin-left: 3px;
}
.low #content.newsDetail #secTtl .badgeRelease {
    float: right;
    display: block;
    width: 84px;
    height: 19px;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #576e85;
    color: #fff;
    padding-right: 0;
    margin-left: 3px;
}

.low #content.newsDetail #secTtl .badgeNews {
    float: right;
    display: block;
    width: 84px;
    height: 19px;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #999;
    color: #fff;
    padding-right: 0;
    margin-left: 3px;
}

.low #content.newsDetail #secTtl .date {
    font-family:'DIN Next W06 Light';
    display: block;
    font-size: 13px;
    line-height: 1.5;
}
.low #content.newsDetail #secTtl .publisherName {
    font-family:'AxisStd-Light';
    font-size: 13px;
    margin-bottom: 20px;
}
.low #content.newsDetail #secTtl > h2,
.low #content.newsDetail #secTtl > p {
    padding-right: 300px;
}
.low #content.newsDetail #secTtl h2 {
    font-family:'AxisStd-Regular';
    font-size: 20px;
    line-height: 2;
}
.low #content.newsDetail #secTtl .pdf {
    margin-top: 30px;
}
.low #content.newsDetail #secTtl .pdf a {
    font-family:'DIN Next W06 Regular';
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding-right: 38px;
    font-size: 14px;
    background: url(../../common/images/ico_pdf.png) right center no-repeat;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.low #content.newsDetail #secTtl .pdf a:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

.low #content.newsDetail #secTxt h3 {
    font-family:'AxisStd-Regular';
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7;
}
.low #content.newsDetail #secTxt > p {
    margin-bottom: 50px;
}

.low #content.newsDetail #secContact {
    background-color: #f2f2f2;
    padding: 43px 49px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 80px 10%;
}
.low #content.newsDetail #btmShare {
    margin-bottom: 80px;
}

/* for ckeditor */
.low #content.newsDetail #secTxt {
    box-sizing: border-box;
}
.low #content.newsDetail #secTxt a[href] {
    background:#dddddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    padding:0 4px 0 2px;
    margin:0 2px;
}
.low #content.newsDetail #secTxt a[href]:hover {
		background:#222;
		color:#FFF;
}
.low #content.newsDetail #secTxt hr {
    display: block;
    height: 1px;
    background-color: #ccc;
    border: none;
    color: #ccc;
}
.low #content.newsDetail #secTxt em {
    font-style: italic;
}
.low #content.newsDetail #secTxt ol,
.low #content.newsDetail #secTxt ul {
    padding-left: 40px;
}
.low #content.newsDetail #secTxt ul li {
    list-style-type: disc;
}

.low #content.newsDetail #secTxt blockquote{
    border-left: 5px solid #ccc;
    padding-left: 15px;
    margin: 0 20px;
    font-style: italic;
}
.low #content.newsDetail #secTxt h1 {
    font-size: 26px;
    line-height: 1.3;
}
.low #content.newsDetail #secTxt h2 {
    font-size: 22px;
    line-height: 2;
}
.low #content.newsDetail #secTxt .marker {
    background-color: #ffff00;
}

.low #btnContact a:hover span {
    background: url(../../common/images/ico_low_contact01.png) 0 center no-repeat !important;
}
.low #btnContact a:hover {
    background-color: #999;
    color: #fff;
}

