/*
 * Copyright © 2013 Keikyu Corporation All rights reserved.
 */

@charset "UTF-8";
body {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #3c3c3c;
    font-size:14px;
}

input.imeActive ,textarea.imeActive {
    ime-mode:active;
}
input.imeInActive ,textarea.imeInActive {
    ime-mode:inactive;
}
input.imeDisabled ,textarea.imeDisabled {
    ime-mode:disabled;
}

.alert-error {
    list-style-type: none;
    color: #DC143C;
}

.linkButton {
    text-decoration: none;
    cursor: pointer;
}

a.linkButton:link {
    color:#3c3c3c;
}
a.linkButton:visited {
    color:#3c3c3c;
}
a.linkButton:hover {
    color:#3c3c3c;
}
a.linkButton:active {
    color:#3c3c3c;
}

.monthLinkButton {
	text-decoration: none;
	cursor: pointer;
	font-size:14px;
}

a.monthLinkButton:link {
	color:#3c3c3c;
}
a.monthLinkButton:visited {
	color:#3c3c3c;
}
a.monthLinkButton:hover {
	color:#3c3c3c;
}
a.monthLinkButton:active {
	color:#3c3c3c;
}

.changeYear {
    display: inline-block;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
    *+margin-bottom: 16px;
    width: 10px;
    height: 20px;
    user-select: none; /* CSS3 */
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Safari、Chrome */
    -ms-user-select: none; /* IE10 */
}

#dispSearchYear {
    display: inline-block;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
    *+margin-bottom: 16px;
    height: 20px;
    vertical-align: top;
    line-height: 20px;
}

#changePrevYear {
    background: url("/bundles/keikyunewsletter/images/btn_arw_left.png") no-repeat;
    cursor: pointer;
    width: 6px;
    height: 10px;
    line-height: 20px;
}
#changePrevYear:hover {
    background-position: left bottom;
}
#notChangePrevYear {
    height: 10px;
    line-height: 20px;
}

#changeNextYear {
    background: url("/bundles/keikyunewsletter/images/btn_arw_right.png") no-repeat;
	cursor: pointer;
    width: 6px;
    height: 10px;
    line-height: 20px;
}
#changeNextYear:hover {
    background-position: left bottom;
}
#notChangeNextYear {
    height: 10px;
    line-height: 20px;
}

#contentsWrapper {
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 60px;
}

#leftContent {
    width:740px;
    max-width:740px;
    float:left;
}

#leftContent #mainContentWrapper {
    min-height: 100%;
    padding-top: 15px;
}

.borderLine {
    padding: 0;
    margin: 0;
    height: 1px;
    background-color: #41150c;
    overflow:hidden;
}

#rightContent {
    width:270px;
    max-width:270px;
    padding-left: 20px;
    margin-top: 15px;
    float:right;
}

#rightContent hr {
    padding: 0;
    margin: 0;
}

#rightContent .borderLineBold {
    padding: 0;
    margin: 0;
    height: 1px;
    background-color: #9f9f9f;
}
#rightContent .borderLineBoldIn {
    padding: 0;
    margin: 0;
    height: 3px;
    width: 107px;
    background-color: #0097e0;
    overflow:hidden;
}

#messageArea {
}

#categoryArea {
    margin-bottom: 16px;
    font-size: 16px;
}

#topCategory {
    background-image: url("/bundles/keikyunewsletter/images/btn_topmessage_20220327.png");
    width: 270px;
    height: 76px;
}

#topCategory:hover {
    background-position: left bottom;
}

#companySearchArea {
    width: 270px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

*html #companySearchArea {
    margin-top: 14px;
}

#companySearchArea div.companySpace {
}

*html #companySearchArea div.companySpace {
    padding: 4px;
}

#companySearchArea #companySearchWrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

#companySearchArea #companySearchWrapper form,
#companySearchArea #companySearchWrapper form input{
    padding: 0;
    margin: 0;
}

#companySearchArea #companySearchWrapper select {
    margin: 5px 0;
    height: 24px;
}

#companySearchArea #companySearchWrapper input,
#companySearchArea #companySearchWrapper select {
    width: 210px;
}

#pdfLinkArea .linkAreaWrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}

#archiveArea {
    margin-top: 20px;
    margin-bottom: 15px;
}

#archiveArea .archiveWrapper {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

#archiveArea .archiveWrapper tr td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.linkArea {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:16px;
}

.linkArea ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.linkArea ul li{
    padding: 5px 0;
}
.linkArea ul li a{
    display:block;
}
.linkArea ul li span.leftCategory{
    float: left;
}

.linkArea ul li span.rightCategory{
    float: right;
}

.supportArea {
    margin-bottom: 20px;
}

#searchButton {
    background-image: url("/bundles/keikyunewsletter/images/btn_search_02.png");
    width: 51px;
    height: 26px;
    display: inline-block;
    line-height: 25px;
    cursor: pointer;
 }
#searchButton:hover {
    background-position: left bottom;
}

#questionButton {
    background-image: url("/bundles/keikyunewsletter/images/btn_question.png");
    width: 220px;
    height: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#questionButton:hover {
    background-image: url("/bundles/keikyunewsletter/images/btn_question_over.png")
}

#inquiryButton {
    background-image: url("/bundles/keikyunewsletter/images/btn_inquiry.png");
    width: 220px;
    height: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#inquiryButton:hover {
    background-image: url("/bundles/keikyunewsletter/images/btn_inquiry_over.png")
}

#mailChangeButton {
    background-image: url("/bundles/keikyunewsletter/images/btn_mail_change.png");
    width: 220px;
    height: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#mailChangeButton:hover {
    background-image: url("/bundles/keikyunewsletter/images/btn_mail_change_over.png")
}

#archiveOtherButton {
    float: right;
    background-color: #8f7e72;
    padding: 3px;
    color: #FFFFFF;
    height: 20px;
    width: 70px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
}
#archiveOtherButton:hover {
    background-color: #cebfb4;
}

#backButton {
    background-color: #41150c;
    padding: 3px;
    color: #FFFFFF;
    height: 17px;
    width: 150px;
    line-height: 17px;
    text-align: center;
    font-size: 16px;
}
#backButton:hover {
    background-color: #d58372;
}

#topButton {
    background-color: #41150c;
    padding: 3px;
    color: #FFFFFF;
    height: 17px;
    width:205px;
    line-height: 17px;
    text-align: center;
    font-size: 16px;
}
#topButton:hover {
    background-color: #d58372;
}

#submitButton {
     background-image: url("/bundles/keikyunewsletter/images/signup_btn.png");
     color: #FFFFFF;
     height: 40px;
     width: 310px;
     line-height: 40px;
     text-align: center;
     margin: 0 auto;
     font-size: 18px;
 }

#submitButton:hover {
    background-image: url("/bundles/keikyunewsletter/images/signup_btn_over.png");
}

#leftContent .listNewsletterWrapper {
    background-color: #FFFFFF;
    float:left;
    width: 700px;
    height: 160px;
    padding:10px;
}

#leftContent .listNewsletter {
    height: 130px;
}

#leftContent .topSpan {
    margin-top: 10px;
}

#leftContent .bottomSpan {
    margin-bottom: 10px;
}
#leftContent .sideSpan {
    margin-right: 10px;
}

#leftContent .emergencyWrapper {
     background-color: #FFFFFF;
     float:left;
     width: 720px;
     padding: 5px;
     border: solid 5px #cc0001;
     margin-bottom: 10px;
}

*html #leftContent .emergencyWrapper {
    width: 720px;
}

#leftContent .emergencyArea {
    padding: 5px 5px 0 5px;
}

#leftContent #listTitle {
    font-size: 20px;
    margin-bottom: 10px;
}

#leftContent #newsletterDetail {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    background-color: #FFF;
}

#leftContent #newsletterDetail #detailTitel {
    font-size: 24px;
    font-weight: bold;
    word-break: break-all;
}

#leftContent #newsletterDetail .detailCategory {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    padding: 1px 5px 1px 1px;
}

#leftContent #newsletterDetail .detailSubCategory {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    padding: 1px 5px 1px 1px;
}

#leftContent #newsletterDetail #detailWriter {
    margin-top: 15px;
}
.inlineBlock {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#leftContent #newsletterDetail #detailMessage {
    margin-top: 15px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
    font-size: 16px;
    word-break: break-all;
}

#leftContent #newsletterDetail iframe{
    z-index: 100;
}

#leftContent #footerWrapper {
    margin-top: 10px;
}

#leftContent #detailFooter {
    float:right;
}

#leftContent #paginationWrapper {
    margin-bottom: 20px;
}

#leftContent #pagination {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

#leftContent #pagination .previous{
    float:left;
    margin-left: 5px;
}

#leftContent #pagination .next{
    float:right;
    margin-right: 5px;
}

.noDisplay {
    visibility: hidden;
}

#leftContent .pdfListWrapper {
    background-color: #FFFFFF;
    float:left;
    width: 185px;
    height: 275px;
    position: relative;
}

#leftContent .pdfList {
    padding: 20px;
    text-align: center;
}

#leftContent .pdfList img{
    border: solid 1px #000000;
}


#leftContent .pdfList .titleLabel{
    text-align: left;
    line-height:16px;
}

.pdfRightLine{
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #dfe0e0;
}
.pdfBottomLine{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #dfe0e0;
}

#pagerWrapper {
    clear: both;
    height: 30px;
    margin-top: 25px;
    width: 740px;
    line-height: 30px;
}

#pagerWrapper .previous,
#paginationWrapper .previous {
    margin-right: 30px;
}
#pagerWrapper .next,
#paginationWrapper .next {
    margin-left: 30px;
}

.page a {
    display: block;
}

#pagerWrapper .page a:visited,
#pagerWrapper .page a:active,
#pagerWrapper .page a:link,
#pagerWrapper .next a:visited,
#pagerWrapper .next a:active,
#pagerWrapper .next a:link,
#pagerWrapper .previous a:visited,
#pagerWrapper .previous a:active,
#pagerWrapper .previous a:link,
#paginationWrapper .page a:visited,
#paginationWrapper .page a:active,
#paginationWrapper .page a:link,
#paginationWrapper .next a:visited,
#paginationWrapper .next a:active,
#paginationWrapper .next a:link,
#paginationWrapper .previous a:visited,
#paginationWrapper .previous a:active,
#paginationWrapper .previous a:link {
    color: #0097e0;
    text-decoration: underline;
}

#pagerWrapper .page a:hover,
#pagerWrapper .next a:hover,
#pagerWrapper .previous a:hover,
#paginationWrapper .page a:hover,
#paginationWrapper .next a:hover,
#paginationWrapper .previous a:hover {
    text-decoration: none;
}

.page {
    margin-left: 5px;
    border: solid 1px #0097e0;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #FFF;
    color: #0097e0;
}

.nowPage {
    background-color: #0097e0;
    color: #fdfdfe;
}

.areaTitle {
    font-size: 15px;
    font-weight: bold;
    color:#666666;
}

*html .areaTitle {
}

#userName {
    font-size: 14px;
}

#userName a{
    text-decoration: underline;
}
.boldName {
    font-weight: bold;
}

.thumbnaillCenter {
    text-align: center;
}

.errorMessage {
    color: #FF0000;
}

input.imeActive ,textarea.imeActive {
    ime-mode:active;
}

input.imeInActive ,textarea.imeInActive {
    ime-mode:inactive;
}

input.imeDisabled ,textarea.imeDisabled {
    ime-mode:disabled;
}

#companySearchForm select {
    z-index: 10;
}

#footerAreaWrapper {
    width: 100%;
    background-color: #0097e0;
    color:#FFF;
}

#footerArea {
    width: 1040px;
    margin: 0 auto;
}

#footerArea a.linkButton:link ,
#footerArea a.linkButton:visited ,
#footerArea a.linkButton:hover ,
#footerArea a.linkButton:active {
    color:#FFF;
    font-weight: normal;
}


.list_clearfix {
    line-height: 0px;
    height: 0px;
    padding: 0;
    margin: 0;
    overflow:hidden;
}

#memberEditSubmitButton {
    background-image: url("/bundles/keikyunewsletter/images/btn_touroku.png");
    height: 54px;
    width: 319px;
    margin: 0 auto;
}

#memberEditSubmitButton:hover {
    background-position: left bottom;
}

#EnqueteSubmitButton {
    background-image: url("/bundles/keikyunewsletter/images/btn_soushin.png");
    height: 54px;
    width: 319px;
    margin: 0 auto;
}

#EnqueteSubmitButton:hover {
    background-position: left bottom;
}


#logoutSubmitButton {
    background-image: url("/bundles/keikyunewsletter/images/btn_ok.png");
    height: 54px;
    width: 319px;
    margin: 0 auto;
}

#logoutSubmitButton:hover {
    background-position: left bottom;
}

#logoutCloseButton {
    background-image: url("/bundles/keikyunewsletter/images/btm_cancel.png");
    height: 47px;
    width: 319px;
    margin: 0 auto;
}

#logoutCloseButton:hover {
    background-position: left bottom;
}

#popupCloseButton,
#memberEditCloseButton {
    background-image: url("/bundles/keikyunewsletter/images/btn_close.png");
    width: 319px;
    height: 47px;
    margin: 0 auto;
}

#popupCloseButton:hover,
#memberEditCloseButton:hover {
    background-position: left bottom;
}

#backNewsButton {
    background-image: url("/bundles/keikyunewsletter/images/btn_backpage_001.png");
    height: 24px;
    width:130px;
}
#backNewsButton:hover {
    background-image: url("/bundles/keikyunewsletter/images/btn_backpage_001_over.png");
}

#topNewsButton {
    background-image: url("/bundles/keikyunewsletter/images/btn_top_page_001.png");
    height: 24px;
    width:171px;
}
#topNewsButton:hover {
    background-image: url("/bundles/keikyunewsletter/images/btn_top_page_001_over.png");
}

#topBackButton {
    background-image: url("/bundles/keikyunewsletter/images/btn_returntop.png");
    height: 47px;
    width: 319px;
    margin: 0 auto;
}
#topBackButton:hover {
    background-position: left bottom;
}


/************ header start **************/

#headerAreaWrapper {
    background-color: #0097e0;
}

#headerArea {
    padding: 0px;
    padding-top: 5px;
}

#headerWrapper #logoWrapper {
    float: left;
}
#headerWrapper #userNameWrapper {
    float: right;
}

#headerWrapper #headerInfoWrapper {
    margin:0 0 5px 0;
    height:45px;
    margin-top: 20px;
    *margin:0 0 0 0;
}

#headerWrapper div.middleLine {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    margin: 0 0 0 0;
    padding: 0;
    *margin:15px 0 0 0;
}

#logoutLink {
    text-align: right;
}

#logoutLink a{
    text-decoration: underline;
}

#logo {
    margin-right: 122px;
}

*+html #headerWrapper div.middleLine {
    line-height: normal;
}

#userName {
    color: #FFF;
}

#headerAreaWrapper a.linkButton:link {
    color:#FFF;
}
#headerAreaWrapper a.linkButton:visited {
    color:#FFF;
}
#headerAreaWrapper a.linkButton:hover {
    color:#FFF;
}
#headerAreaWrapper a.linkButton:active {
    color:#FFF;
}

#searchIcon {
    background-image: url('/bundles/keikyunewsletter/images/btn_search_01.png');
    height: 42px;
    width: 89px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
#searchIcon:hover {
    background-position:left bottom;
}

#freeSearchForm {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#freeSearchBoxWrapper input{
    height: 30px;
    line-height: 30px;
    width: 340px;
    vertical-align: middle;
}

#freeSearchBoxWrapper img{
    vertical-align: middle;
}

*html #freeSearchBoxWrapper img{
    margin-bottom: 1px;
}
*+html #freeSearchBoxWrapper img{
    margin-bottom: 1px;
}
/************ header end **************/


/************ topics start **************/
.largeTopicsWrapper {
    position: relative;
    width: 694px;
    height: 355px;
    background-color: #0097e0;
    float: left;
}

.largeTopicsImageArea {
    background-color: #ebebeb;
}

.largeTopicsImageArea,
.largeTopicsMessageBackground,
.largeTopicsMessageArea {
    position: absolute;
}

.largeTopicsImageArea {
    width: 694px;
    height: 355px;
    overflow: hidden;
    position: relative;
}

.largeTopicsImageArea img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.largeTopicsMessageArea {
    width: 694px;
    bottom: 0;
    font-weight: bold;
    font-size: 18px;
    word-break: break-all;
}

.largeTopicsMessageArea .newsletterTopicsDate{
    font-size:16px;
}

.topicMessageArea {
    color: #FFF;
    background-color: rgba(0,0,0,0.5);
}

.Making .topicMessageArea {
    color: #FFF;
    background-color: rgba(255, 15, 30, 0.5);
}

.largeTopicsNewsletter {
    padding: 15px;
}

#rightTopicWrapper {
    margin-left: 699px;
    width: 342px;
    height: 355px;
}

.smallTopicWrapper {
    position: relative;
    width: 342px;
    height: 175px;
    background-color: #0097e0;
}

.smallTopicBottom {
    margin-top: 5px;
}

.smallTopicsImageArea,
.smallTopicsMessageArea {
    position: absolute;
}

.smallTopicsImageArea {
    width: 342px;
    height: 175px;
    overflow: hidden;
    position: relative;
}

.smallTopicsImageArea img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.smallTopicsMessageArea {
    width: 342px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    bottom: 0;
    word-break: break-all;
}

.smallTopicWrapper .newsletterTopicsDate{
    font-size:12px;
}

.smallTopicsNewsletter {
    padding: 10px;
}

.categoryMenu {
    float: left;
    width: 20%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    border-left: solid 1px #57b9e9;
    margin-left: -1px;
    position: relative;
}

.categoryMenu a {
    display: block;
}

.categoryMenuLast {
    border-right: solid 1px #57b9e9;
    margin-right: -1px;
}

.selectCategoryMark {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 7px;
    background-image: url('/bundles/keikyunewsletter/images/category_select_mark.png');
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 3;
}

/************ topics end **************/

/************ newsletter start **************/

.categoryAreaWrapper {
    margin-top: 30px;
    padding-top: 8px;
    border-top: solid 2px #0097e0;
}

.mainCategoryTitle {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    background-image: url('/bundles/keikyunewsletter/images/ico_title_body.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;

}

.smallNewsletterWrapper {
    width: 360px;
    height: 111px;
    position: relative;
    float: left;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(196, 196, 196, 0.4);
}

.categoryTopWrapper {
    box-shadow: 1px 1px 2px rgba(196, 196, 196, 0.4);
}

.smallImageArea {
    float: left;
    width: 111px;
    height: 111px;
    overflow: hidden;
    position: relative;
}

.smallImageArea img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#topicContentsWrapper .newsletterLink:hover .topicMessageArea{
    color: #ede9b9;
}

#mainContentWrapper .newsletterLink:hover .titleLabel,
#mainContentWrapper .newsletterLink:hover .newsletterDate,
.mediaContentsWrapper .newsletterLink:hover .titleLabel,
.mediaContentsWrapper .newsletterLink:hover .newsletterDate {
    color: #25a7d2;
    text-decoration: underline;
}

.smallDescriptionWrapper {
    margin-left: 111px;
    width: 249px;
    height: 111px;
    position: relative;
}

.smallDescription {
    padding: 10px 10px 10px 12px;
}

.newsletterDate {
    position: absolute;
    bottom: 35px;
    font-size: 12px;
}

.newsletterDate .newIcon {
    margin-left: 5px;
    vertical-align: middle;
}

.categoryWrapper {
    position: absolute;
    bottom: 10px;
}

.middleNewsletterWrapper {
    width: 360px;
    height: 344px;
    position: relative;
    float: left;
    background-color: #FFF;
}

.middleNewsletter {
    border-right: solid 1px #dfe0e0;
}

.middleImageArea {
    width: 360px;
    height: 234px;
    overflow: hidden;
    position: relative;
}

.middleImageArea img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.middleDescriptionWrapper {
    width: 360px;
    height: 110px;
}

.middleDescription {
    padding: 15px;
    height: 80px;
}

.smallCategoryNewsletterWrapper {
    width: 380px;
    height: 114px;
    position: relative;
    margin-left: 360px;
    background-color: #FFF;
}

.smallCategoryImageAreaWrapper {
    float: left;
    width: 139px;
    height: 113px;
}

.smallCategoryImageArea {
    width: 109px;
    height: 71px;
    overflow: hidden;
    position: relative;
    margin: 20px auto auto;
}

.smallCategoryImageArea img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.smallCategoryDescriptionWrapper {
    margin-left: 139px;
    width: 241px;
    height: 113px;
}

.categoryBottomLine {
    height:1px;
    margin-left: 20px;
    margin-right: 15px;
    background-color: #dfe0e0;
}

.smallCategoryDescription {
    padding: 15px 15px 15px 0;
}

.newsletterRight {
    margin-left: 20px;
}

.newsletterRow {
    margin-bottom: 13px;
}

.categoryLabel {
    background-color: #0097e0;
    display: inline-block;
    color: #FFF;
    height: 17px;
    line-height: 17px;
    font-size:11px;
    padding-left: 4px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 4px;
}


.videoIcon {
    position: absolute;
    margin: auto;
    width: 29px;
    height: 29px;
}
.videoIconL {
    position: absolute;
    margin: auto;
    width: 63px;
    height: 63px;
}

.listLink{
    text-align: right;
    background-image: url('/bundles/keikyunewsletter/images/ico_link.png');
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 20px;
    line-height: 25px;
    margin-top: 10px;
}

.listLink a:link,
.listLink a:visited,
.listLink a:active
{
    color: #2466dd;
    text-decoration: underline;
}

.listLink a:hover {
    text-decoration: none;
}

.Making {
    background-color: #fcdcde!important;
}

.smallListNewsletterWrapper {
    width: 370px;
    height: 114px;
    position: relative;
    background-color: #FFF;
    float: left;
}

.smallListImageArea {
    float: left;
    width: 143px;
    height: 113px;
    overflow: hidden;
    position: relative;
}

.smallListImageArea img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.smallListDescriptionWrapper {
    margin-left: 143px;
    width: 227px;
    height: 113px;
}
.smallListDescription {
    padding: 15px 15px 15px 0;
}

.bottomListLineWrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.bottomListLine {
    background-color: #dfe0e0;
    height: 1px;
    width: 100%;
}

.mainListTitleWrapper {
    background-color: #FFF;
}
.mainListTitle {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    height: 75px;
    line-height: 75px;
    background-image: url('/bundles/keikyunewsletter/images/ico_title_head.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 35px;
}

.mainShowTitleWrapper {
    background-color: #FFF;
}

.mainShowTitle {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    height: 55px;
    line-height: 55px;
    background-image: url('/bundles/keikyunewsletter/images/ico_title_head_s.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 35px;
}

.titleWrapper,
.titleSuffix {
    display: inline-block;
    vertical-align: middle;
}

.titleWrapper {
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.titleLabel {
    word-break: break-all;
}

img.photobox {
    cursor: pointer;
}

/************ newsletter end **************/

/************ sidebar start **************/
.sorryKeikyun {
    text-align: center;
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mediaContentsWrapper {
    background-color: #FFF;
}

.contentsListWrapper {
    height: 480px;
    overflow: hidden;
}

.contentsList {
    width: 270px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.smallVideoNewsletterWrapper {
    width: 270px;
}

.smallVideoNewsletter {
    padding-right: 15px;
    padding-left: 15px;
}

.smallVideoNewsletterWrapper:last-child {
}

.smallVideoImageAreaWrapper {
    width: 240px;
    height: 110px;
}

.smallVideoImageArea {
    width: 120px;
    height: 90px;
    overflow: hidden;
    position: relative;
    margin: 20px auto auto;
}

.smallVideoImageArea img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.smallVideoDescriptionWrapper {
    width: 240px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.smallVideoDescription {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.smallVideoDescription .newsletterDate {
    bottom: 0;
    position: relative;
}

.sideButtonWrapper {
    width: 270px;
}

#buttonBefor,
#buttonAfter {
    width: 132px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
}

#buttonBefor {
    background-image: url('/bundles/keikyunewsletter/images/btn_up.png');
}
#buttonBefor.sideEnable {
    background-position: left -18px;
    cursor: pointer;
}
#buttonBefor.sideDisable {
    background-position: left bottom;
}
#buttonBefor.sideEnable:hover {
    background-position: left top;
}
#buttonAfter {
    background-image: url('/bundles/keikyunewsletter/images/btn_down.png');
}
#buttonAfter.sideEnable {
    background-position: left -18px;
    cursor: pointer;
}
#buttonAfter.sideDisable {
    background-position: left bottom;
}
#buttonAfter.sideEnable:hover {
    background-position: left top;
}

.pb10 {
    padding-bottom: 10px;
}

.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}

.pdfImageWrapper {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

#twitterArea,
#instaArea,
#pdfLinkArea,
#archiveArea,
#companySearchArea,
#historyArea {
    margin-top: 30px;
}


.countdownBunner {
    width: 272px;
    height: 90px;
    background-image: url('/bundles/keikyunewsletter/images/bnr_120.png?20171011');
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
}

.countdownCompBunner {
    width: 272px;
    height: 90px;
    position: relative;
}

.countdownCompBunner:hover {
    opacity: 0.7;
}

#pageTop:hover {
    opacity: 0.7;
    cursor: pointer;
}

.countdownTimer {
    position: absolute;
    top: 35px;
    left: 110px;
    font-size: 34px;
    font-weight: bold;
}

.countdownTimer .timer-prefix {
    font-size: 18px;
}

.countdownTimer .timer-suffix {
    font-size: 18px;
    font-weight: normal;
}

/************ sidebar end **************/

/************ menu start **************/

.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
}

.menu > li {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #2ca8e4;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #57b9e9;
    text-align: left;
    position: relative;
    padding-left: 10px;
}

.menu__second-level li:first-child {
    box-shadow: 0px 2px 2px rgba(0,0,0,0.4) inset;
}

.menu__second-level li:hover {
    background: #2b95cf;
}

.menu__second-level .submenuLine {
    width: 5px;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
}

.menu__second-level li:hover .submenuLine {
    background: #0068b4;
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #2ca8e4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

/************ menu end **************/


#pageTop {
    position: fixed;
    bottom: 0px;
    right: 0px;
}

#pageTop {
    display: block;
    z-index: 999;
    width: 104px;
    height: 103px;
    background-image: url('/bundles/keikyunewsletter/images/btn_gotop.png');
    background-position: left top;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
}

#pageTop:hover {
    opacity: 0.7;
    cursor: pointer;
}

.relationImageBtn {
    background-image: url('/bundles/keikyunewsletter/images/btn_photo.png');
    background-position: left top;
    width: 280px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.relationImageBtn:hover {
    background-position: left bottom;
}
