/* -------------------------------
全体のデザイン
------------------------------- */

@charset "utf-8";


#content_section{
margin:0px auto 0px auto;
width:980px;
overflow:hidden;
padding-bottom:60px;
}


/* -------------------------------
共通ナビゲーション
------------------------------- */

.nav-primary{
width:100%;
min-width:980px;
height:40px;
background :#2c3c49;
}

.nav-primary-area{
width:980px;
margin:0px auto;
padding:0px 0px;
position:relative;
}

.nav-primary-area-left{
position:absolute;
top:0;
left:0;
}

.nav-primary-area-right{
float:right;
}


/* -------------------------------
共通ナビゲーション・フッター
------------------------------- */

.nav-primary-area-right-plus {
    font-size: 14px;
    /* margin-top: 13px; */
    color: #ffffff;
    line-height: 40px;
}


/* -------------------------------
共通ナビゲーション SNSボタン
------------------------------- */

        #sharelist {
            list-style-type: none;
        }
        #sharelist li {
            display: inline-block;
            margin-right: 20px;
            vertical-align: middle;
            height: 40px;
        }
        #sharelist div {
            display: inline-block;
        }
        #sharelist a {
            display: inline-block;
            text-decoration: none;
            vertical-align: top;
        }
		
		#facebook span img,
		#twitter span img {
		    margin:10px 0;
		    height:20px      
		}

        #facebook span,
        #twitter span {
   		 color: white;
   		 font-size: 28px;
    		padding: 0 2px;
   		 line-height: 40px;
		}
        .balloon {
            position: relative;
            height: 40px;
            line-height: 40px;
        }
        .balloon:after,
        .balloon:before {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: "";
            position: absolute;
        }
        .balloon span {
  		  font-size: 16px;
  		  display: inline-block;
   		 color: #ffffff;
  		  line-height: 40px;
  		  height: 40px;
  		  display: none;
		}


/* -------------------------------
共通ナビゲーション ページ末尾リスト
------------------------------- */

.end-list{
margin-top:60px;
}

.end-list-detail{
padding:20px 0 20px 0;
overflow:hidden;
height:280px;
background-color:#f0f0f0;
}

.end-list-detail ul{
overflow:hidden;
}

.end-list-detail li{
float:left;
width:130px;
margin:5px;
}

.end-list-detail li{
float:left;
width:130px;
margin:5px;
position:relative;
}

.end-list-detail-item{
width:130px;
height:130px;
}

.end-list-detail-explain{
background-color:rgba(25, 25, 25, 0.5);
color:#ffffff;
width:116px;
padding:7px;
height:36px;
position:absolute;
top:80px;
font-size:14px;
line-height:1.4;
    font-family: 'mplus';
text-decoration:none;
}

.end-list-detail-explain a{
text-decoration:none;
}

.detail-selected{
background-color:rgba(137, 166, 190, 0.75);
}

.nav-primary-area-right-list{
font-size:16px;
margin-top:10px;
color:#ffffff;
font-family: 'mplus';
}

.nav-primary-area-right-backlink{
margin:10px 5px;
padding:5px 20px 0px 20px;
width：870px;
overflow:hidden;
display:block;
border-top:2px solid #698296;
font-size:16px;
color:#333333;
text-align:right;
}

.nav-primary-area-right-backlink a{
color:#333333;
text-decoration:none;
    font-family: 'mplus';
}




/* -------------------------------
メイン
------------------------------- */
 
img.bgmaximage{
  position:fixed !important;
}
 
#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

.all{
	width:980px;
	margin:0px auto;
}

.all02{
	height:640px;
}

#title-date{
	float:left;
	width:412px;
	height:34px;
	margin-top:200px;
	padding-left:50px;
}


#top-p{
	float:left;
	margin-top:165px;
	padding-left:85px;
}

#top-p p{
	color:#ffffff;
	line-height:1.7;
 text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.next-higai{
	float:right;
	width:35px;
	height:265px;
	margin-top:170px;
}

.next-button {
	width:980px;
	height:85px;
	background :#e6e7e7;
}

.next-button p{
	text-align:center;
	padding-top:20px;
}


.riyoukankyou{
margin-top:140px;
margin-left:auto;
margin-right:auto;
text-align:center;
line-height:1.5;
font-size:12px;
color:#ffffff;
padding:6px;
border:1px solid #cccccc;
}


/* -------------------------------
タブの表現
------------------------------- */

.tabset{
margin: 0 auto;
padding: 0;
width:960px;
overflow:hidden;
}

.tabset_tab {
background: #E6E7E6;
border-bottom: 2px solid #2c3c49;
list-style: none;
margin: 0 auto;
padding: 0;
width:960px;
}

.tabset_tab:after {
content:"."; 
display: block; 
height:0px; 
clear:both; 
line-height:0; 
visibility:hidden; 
}

.tabset_tab li{
float: left;
text-align: center;
}

.group-2 li{
width:50%;
}

.group-3 li{
width:33.333333333333333%;
}

.group-4 li{
width:25%;
}

.group-5 li{
width:20%;
}

.group-6 li{
width:16.666666666666666%;
}

.group-7 li{
width:14.28571428%;
}

.group-8 li{
width:12.5%;
}


.tabset_tab li a{
display: block;
padding: 12px 0 10px 0;
text-decoration: none;
color: #698296;
text-align:center;
}

.tabset_tab li a:hover {
background: #b5cee2;
color: #fff;
}

.tabset_tab li a.select {
background: #698296;
color: #fff;
}

.tabset_panel{
clear: both;
overflow: hidden;
width: 960px;
padding:2px 0;
}


/* -------------------------------
基本ページ
------------------------------- */


.wrapper{
width:100%;
overflow:hidden!important;
}

.wrapper-inner{
width:980px;
margin:0 auto;
overflow:hidden;
}

.prologue{
height:600px;
background-image:url(/../rentoku/sinsai/graph/images/top-background.png);
background-size:cover;
margin-bottom:-60px;
}


.opening{
padding-top:50px;
position:relative;
margin-bottom:0px;
}

.opening .section-title span{
background-color:#030015;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
padding:10px 20px;
overflow:hidden;
font-size:18px;
color:#ffffff;
    font-family: 'mplus';
}

.opening .section-title p{
padding:12px 20px;
font-size:36px;
line-height:1.35;
color:#030015;
    font-family: 'mplus';
}

.opening .section-title div{
padding:0px 20px;
font-size:16px;
line-height:1.45;
color:#333333;
text-align:right;
}



.honbun{
padding-top:50px;
padding-bottom:65px;
}

.honbun .section-title{
margin-bottom:35px;
background-image:url(/../rentoku/sinsai/graph/img/honbun-section-midashi-image.png);
background-position:top left;
background-repeat:repeat-y;
}

.honbun .section-title p{
padding:8px 22px;
font-size:28px;
line-height:1.35;
color:#030015;
    font-family: 'mplus';
}

.honbun .section-title div{
padding:3px 20px;
color:#333333;
}



/* -------------------------------
パララックス処理
------------------------------- */

html, body {
height:100%;
}

.skrollr-desktop body {
height:100% !important;
}

#skrollr-body {
height:100%;
overflow:visible;
position:relative;
}


.parallax-image-wrapper{
position:fixed;
left:0;
width:100%;
overflow:hidden;
height:50%;
top:-50%;
}


.wrapper100 {
height:100%;
top:-100%;
}

.parallax-image{
display:none;
position:absolute;
bottom:0;
left:0;
width:100%;
background-repeat:no-repeat;
background-position:center;
background-size:cover;
height:200%;
top:-50%;
}

.image100{
height:100%;
top:0;
}


.parallax-image.skrollable-between {
display:block;
}

.no-skrollr .parallax-image-wrapper {
display:none!important;
}

.gap {
background:transparent center no-repeat;
background-size:cover;
height:50%;
}


.gap100 {
height:100%;
}

.skrollr .gap {
background:transparent !important;
}


.parallax-image-explain{
background-color:#888888;
color:#ffffff;
padding:7px 0px;
font-size:14px;
text-align:right;
}


/* -------------------------------
グラフの追加処理
------------------------------- */

.graph-appendix{
margin:10px 5px;
padding:5px 20px 0px 20px;
width：870px;
overflow:hidden;
display:block;
border-top:2px solid #698296;
font-size:14px;
color:#333333;
text-align:right;
line-height:1.35;
}


/* -------------------------------
ドロップダウンメニュー
------------------------------- */

#dropmenu{
list-style-type: none;
width: 300px;
height:40px;
}

#dropmenu a:hover img{
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

#dropmenu a:hover{
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

#dropmenu li{
position: relative;
width: 300px;
}

#dropmenu li a{
display: block;
height:40px;
text-decoration: none;
}

#dropmenu li:hover > a{
  background: #2c3c49;
  color: #ffffff;
}


#dropmenu li ul{
list-style: none;
position: absolute;
top: 100%;
left: 0;
z-index:99999;
}


#dropmenu li ul li{
overflow: hidden;
width: 266px;
height: 0;
color: #fff;
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
}

#dropmenu li ul li a{
line-height:1;
background: #698296;
text-align: left;
font-size: 16px;
font-weight: normal;
color:#ffffff;
padding:10px 15px;
   font-family: 'mplus';
}

#dropmenu li:hover ul li{

height: 36px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;

}

#dropmenu li:hover ul li:first-child{
border-top: 2px solid #ffffff;
}

#dropmenu li:hover ul li:last-child{
border-bottom: 2px solid #ffffff;
}

#dropmenu li:hover ul li:last-child a{
  background-color:#888888;
}


/* -------------------------------
ツールチップ
------------------------------- */

.nav-primary-area-center{
height:40px;
float:left;
width:338px;
margin-left:321px;
}

.nav-primary-area-center li{
float:left;
z-index:100;
}

.circle-box{
border-radius: 50%;
height: 14px;
width: 14px;
margin:13px 6px;
text-decoration:none;
background-color:#b5cee2;
}

.circle-box.selected{
background-color:#e0e293;
}

a.tooltip{
position:relative;
overflow:hidden;
}

a.tooltip:hover {background:#B5CEE2; } /*BG color is a must for IE6*/

a.tooltip span {
display:none;
padding:2px 3px;
width:150px;
text-align:center;
   font-family: 'mplus';		
}

a.tooltip:hover span{
display:inline;
position:absolute;
background:#B5CEE2;
color:#fff;
top:27px;	/*位置指定*/
left:-70px;	/*位置指定*/
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
a.tooltip:hover span{
top:37px;	/*位置指定*/
}
}


/*吹き出しの足*/
a.tooltip:hover span:after {
content: "";
display: block;
width:0;
height:0;
border-bottom:9px solid #B5CEE2;
border-left:9px solid transparent;
border-right:9px solid transparent;
position: absolute;
left: 75px;
top:-9px;
}



.nav-primary-area-center,  x:-moz-any-link{
display:none;
}





/* -------------------------------
見出しなどクラスの整理
------------------------------- */

strong {
background-color: #ffff00;
background:linear-gradient(transparent 40%, #ffff00 40%);
}

strong:before {
content: "";
width: 0;
height: 0;
border-bottom: 16px solid #ffff00;
border-left: 6px solid transparent;
position: absolute;
bottom: 0;
left: -6px;
}
 
strong:after {
content: "";
width: 0;
height: 0;
border-top: 15px solid #ffff00;
border-right: 6px solid transparent;
position: absolute;
bottom: 0;
right: -6px;
}

.graph-image {
position:relative;
margin:0 auto;
overflow:hidden;
text-align:center;
}

.graph-image img{
margin:0 auto;
overflow:hidden;
}

.mt20{
margin-top:20px;
}

.mt30{
margin-top:30px;
}

.mt50{
margin-top:50px;
}

.mb20{
margin-bottom:20px;
}

.mb30{
margin-bottom:30px;
}

.mb50{
margin-bottom:50px;
}

.regular-text{
color:#333333;
}

.graph-title1{
position:absolute;
background-color:#698296;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
padding:4px 18px;
overflow:hidden;
font-size:16px;
color:#ffffff;
    font-family: 'mplus';
}

.graph-title2{
padding: 12px 20px;
color: #698296;
background-color:#E6E7E6;
width:940px;
height:16px;
overflow:hidden;
font-weight:bold;
}

.graph-title3{
padding: 12px 10px;
margin:0px 10px;
color: #698296;
width:940px;
height:16px;
overflow:hidden;
font-weight:bold;
border-bottom: 2px solid #2c3c49;
}

#target{
position:relative;
}

#target1{
position:relative;
}

#target2{
position:relative;
}

#target3{
position:relative;
}

#target4{
position:relative;
}

#target5{
position:relative;
}