@charset "utf-8";

/* ----- slideshow ----- */

#mainvisual-container, #cover-left, #cover-right { background: transparent url(../images/bg_cover.png) repeat 0 0; }

#mainvisual-wrapper, #mainvisual, #slides-wrapper, #cover-left, #cover-right { height: 440px; }

#mainvisual-wrapper { width: 100%; }

#mainvisual {
	position: relative;
	min-width: 960px;
    width: auto;
	overflow: hidden;
}

#slides-wrapper {
	position: absolute;
	left: 50%;
	margin-left: -1465px;
	min-width: 2880px;
	width: auto;
}

#slides div { float: left; }

#cover-left, #cover-right {
	display: block;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 960px;
}
#cover-left { left: 0; }
#cover-right { left: 1920px; }

#console {
	display: block;
	position: absolute;
	top: 400px;
	left: 50%;
	margin: 0 0 0 410px;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

#play { display: none; }

#pause { display: block; }

.menu-button { margin-bottom: 6px; }

/* ----- rewrite ----- */

#main { padding-bottom: 30px; }

/* ----- list-contents ----- */

#list-contents {
    margin-top: 8px;
    width: 100%;
	height: auto;
}

.content {
    position: relative;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    width: 234px;
    height: 235px;
}


.content a img.ro {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}


/* ----- $clearfix ----- */

#list-contents:before, #list-contents:after {
    content: "";
    display: table;
}
#list-contents:after { clear: both; }

/* ============================================================ *\
    $news
\* ============================================================ */

#news {
    width: 100%;
    font-size: 1.4em;
    background-color: #fff;
}

#news .wrapper {
    padding-top: 20px;
    padding-bottom: 27px;
}

#news .list-date {
    padding-left: 130px;
    width: 787px;
    background: transparent url(../images/icon_info.gif) 45px center no-repeat;
    line-height: 1.2;
}

#news .link-arrow {
    width: 917px;
    text-align: right;
}

.link-arrow a {
    padding-left: 8px;
    background: transparent url(../images/icon_arrow.gif) 0 center no-repeat;
    text-decoration: underline;
}

/* ============================================================ *\
    $footer-sitemap
\* ============================================================ */

#footer-sitemap {
    width: 100%;
    background-color: #4c4848;
}

#footer-sitemap .wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-top: 45px;
    padding-left: 10px;
    padding-bottom: 95px;
    width: 788px;
}
body.en #footer-sitemap .wrapper {
    padding-right: 20px;
    padding-left: 0;
    width: 790px;
}

#footer-sitemap dl {
    float: left;
    margin-right: 20px;
    width: 182px;
}
body.en #footer-sitemap dl { width: 250px; }

#footer-sitemap dt {
    padding-bottom: 19px;
    width: 100%;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.5;
}

#footer-sitemap dd {
    margin-top: 5px;
    padding-left: 2px;
    width: 167px;
}
body.en #footer-sitemap dd { width: 235px; }

#footer-sitemap dd a {
    display: block;
    padding-left: 12px;
    width: 155px;
    background: transparent url(../images/icon_gt_gray.gif) 0 6px no-repeat;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.689;
}
body.en #footer-sitemap dd a { width: 238px; }

#footer-sitemap dt.addpadding {
    padding-top: 18px;
    padding-bottom: 9px;
}


/* ============================================================ *\
    20150715 add
\* ============================================================ */


#list-contents:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0.1;
}


#list-contents .content.end_box {
    float: right;
    margin-right: 0;
}

#list-contents .tall_box {
	float: right;
}

#list-contents .st_box { clear: both; }

#list-contents .col2_box {
    width: 476px;
    height: 235px;
}
#list-contents .row2_box {
    height: 478px;
}
#list-contents .row3_box {
    height: 721px;
}

#list-contents #tweet_grid {
    height: 478px;
    background: transparent url(../../j/img/pic_twitter.jpg) 0 0 no-repeat;
}
#list-contents #fb_grid {
    height: 721px;
    background: transparent url(../../j/img/pic_facebook.jpg) 0 0 no-repeat;
}


#tweet_grid, #fb_grid { overflow: hidden; }

#tweet_grid iframe, #fb_grid iframe {
    margin-top: 85px !important;
    margin-left: 10px !important;
}

#tweet_grid a, #fb_grid a {
    position: absolute;
    top: 85px;
    left: -300px;
    display: block;
    padding: 3px 5px 2px;
    width: 205px;
    color: #fff;
    background-color: #71528f;
    font-size: .923em;
    text-align: center;
}




