@charset "utf-8";

/* =================================================================================================
   森記念財団／Global Power City Index（GPCI）
   http://www.mori-m-foundation.or.jp/
   Copyright (C) 2015 THE MORI MEMORIAL FOUNDATION. All Rights Reserved.
================================================================================================= */


body{
	background: url("/img/ius_top_main_bg.jpg") center 0 no-repeat;
	background-attachment: fixed;
}

#btnPC {
	display: none;
}

#wrapper{
	margin:0 auto;
	padding:0 0 50px;
}

.contents{
	margin:0 auto 50px;
}

h1{
	font-size:50px;
	font-weight:normal;
}



.section_wrapper{
	background:#4a4a4a;
	color:#fff;
	overflow:hidden;
}
.gpci_section{
	width:940px;
	margin:0 auto;
}
.headding_lv3{
	margin-bottom:70px;
	padding-bottom:10px;
	border-bottom:solid 1px #000;
	line-height:1;
	font-size:35px;
	font-weight: normal;
}

.link_effect a{
	dispaly:block;
}
.link_effect a:hover{
	color:#fff;
	border-radius: 4px;
	background-color: #099;
}


/* ----------------------------------------------------------------------------
　sns
---------------------------------------------------------------------------- */

.lead_wrapper {
	width: 940px;
	margin: 0 auto 20px;
}
.lead_wrapper_text{
	font-size:15px;
}

.title_wrap{
	padding-top: 45px;
	margin-bottom: 25px;
	position: relative;
}
.title_wrap h1{
	line-height: 1;
	letter-spacing:-1px;
}

#sns{
	text-align:right;
	position: absolute;
	bottom: 5px;
	right: 0;
}
#sns li{
	display:inline-block;
	vertical-align:top;
}
#sns li img {
	width: 100%;
	height: auto;
}



/* ----------------------------------------------------------------------------
　SNSアイコン（小）
---------------------------------------------------------------------------- */
#sns .twitter a{
	width:32px;
	height:32px;
	
	text-indent:100%;
	white-space:nowrap;
	overflow: hidden;
	
	display:block;
	background: url("/img/sns_twitter_small.gif") 0 0 no-repeat;
}
#sns .twitter a:hover{
	background-position:0 -32px;
}
#sns .facebook a{
	width:32px;
	height:32px;
	
	text-indent:100%;
	white-space:nowrap;
	overflow: hidden;
	
	display:block;
	background: url("/img/sns_facebook_small.gif") 0 0 no-repeat;
}
#sns .facebook a:hover{
	background-position:0 -32px;
}
#sns .linkedin a{
	width:32px;
	height:32px;
	
	text-indent:100%;
	white-space:nowrap;
	overflow: hidden;
	
	display:block;
	background: url("/img/sns_linkedin_small.gif") 0 0 no-repeat;
}
#sns .linkedin a:hover{
	background-position:0 -32px;
}




/* ----------------------------------------------------------------------------
　map
---------------------------------------------------------------------------- */
#map{
	text-align:center;
	background-color:#fff;
	box-shadow: 0px 2px 6px 0px #ccc; /* CSS3 */
	max-width:1400px;
	margin:0 auto 40px;
}
#map img{
	width:100%;
}


/* ----------------------------------------------------------------------------
　anchor
---------------------------------------------------------------------------- */
.local_nav_wrapper {
	width: 940px;
	margin: 0 auto 20px;
}
#local_nav{
	margin-left:-15px;
}
#local_nav li{
	margin-left: 15px;
	float:left;
}
#local_nav li a{
	position: relative;
	width:220px;
	height:42px;
	padding-top:18px;
	display:block;
	background:#81529a;
	text-align:center;
	line-height:110%;
	color:#ffffff;
	font-weight:bold;
}
#local_nav li a:after {
	position: absolute;
	content: url(/img/ic_arrow_down.png);
	width: 14px;
	height: 8px;
	left: 48%;
	bottom: 8px;
}
#local_nav li a:hover {
	background-color:#ba7dda;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
#local_nav li a:hover:after{
	animation: anime 0.2s ease -2s infinite alternate;
}
#local_nav .comments a{
	height:53px;
	padding-top:7px;
}

@keyframes anime {
0% { bottom: 10px;}
100% { bottom: 3px;}
}




/* ----------------------------------------------------------------------------
　gpcisummary
---------------------------------------------------------------------------- */
#gpcisummary{
	padding:70px 0;
	background: url("/img/ius_top_research_bg.jpg") center 0 repeat-x;
	background-attachment: fixed;
}
#gpcisummary .inner{
	width:940px;
	margin:0 auto;
}
#gpcisummary h3{
	font-size:35px;
	font-weight:normal;
	margin-bottom:30px;
}
#gpcisummary .photo{
	width:273px;
	float:left;
}
#gpcisummary .photo .download{
	text-align:center;
	margin-top:10px;
}
#gpcisummary .photo .download a{
	background: url("/img/ius_gpci2016_pdf.png") 0 5px no-repeat;
	padding:2px 0 2px 27px;
	text-decoration:underline;
	font-size:15px;
}
#gpcisummary .photo .download a:hover{
	text-decoration:none;
}

#gpcisummary .copy{
	width:635px;
	float:right;
	font-size:15px;
	line-height:180%;
}
#gpcisummary .youtube{
	background-color:#ebebeb;
	padding:25px 0;
	margin-bottom:40px;
	text-align:center;
}
#gpcisummary .youtube iframe{
	width:854px;
	height:480px;
}


/* ----------------------------------------------------------------------------
　comments
---------------------------------------------------------------------------- */
#comments {
	padding:55px 0 0;
	font-size: 15px;
}
#comments h3{
	margin-bottom:35px;
}
#comments dl{
	margin-top:50px;
	overflow:hidden;
}


#comments dt{
	float:left;
	margin-right:35px;
	line-height:1;
}

#comments dd{
	overflow:hidden;
}
#comments dd .name{
	margin-top:20px;
	font-weight:bold;
}
#comments dd .copy{
	margin-top:20px;
}
#comments h4{
	margin-bottom:20px;
	font-size:30px;
}
#comments h4 span{
	margin-bottom:20px;
	font-size:20px;
}


#comments2{
	padding:65px 0 0;
}


/* ----------------------------------------------------------------------------
　press
---------------------------------------------------------------------------- */
#press{
	overflow: hidden;
	margin-top:50px;
	margin-bottom:90px;
	font-size: 15px;
}
#press h3{
	margin-bottom:35px;
}

#press ul{
	overflow: hidden;
	margin-left: -5px;
	padding-left: 10px;
	padding-top: 10px;
}
#press li{
	float:left;
	position: relative;
	width: 263px;
	margin-left: 5px;
	margin-bottom: 40px;
	padding: 20px;
}
#press li a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#press li:hover{
	background:#fff;
	-webkit-box-shadow: 0px 8px 15px 0px #999; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 8px 15px 0px #999; /* Firefox用 */
	box-shadow: 0px 8px 15px 0px #999; /* CSS3 */

	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}
#press dt{
	display:table;
	margin-bottom:20px;
	height:240px;
	width:100%;
	text-align:center;
}
#press dd p {
	height: 2em;
}

#press dt span{
	display:table-cell;
	height:160px;
	text-align:center;
	vertical-align:middle;
}

#press .btn{
	margin-top:20px;
	display:block;
	text-align:center;
	height:45px;
	line-height:45px;
	background:#b3a470;
	color:#fff;
}
#press .btn_jpg {
	background: url("/img/ius_events_btn_blank.png") -20px 1px no-repeat #b3a470;
}
#press .btn_pdf {
	background: url("/img/ius_events_btn_pdf.png") -20px 1px no-repeat #b3a470;
}

#press .release {
	background: url("/img/icon_pdf.png") 0 5px no-repeat;
    padding: 0 0 0 25px;
    text-decoration: underline;
    color: #009999;
    font-size: 18px;
    margin-bottom: 30px;
}


#press .backnumber a{
	font-size:18px;
	display:block;
	text-align:center;
	border:1px solid #a9a9a9;
	background-color:#fff;
	padding:12px 0;
	text-decoration:underline;
}
#press .backnumber a:hover{
	text-decoration:none;
	background-color:#009999;
	color:#fff;
}


/* ----------------------------------------------------------------------------
　publications
---------------------------------------------------------------------------- */
#publications{
	padding:100px 0 0;
}
#publications h2{
	font-weight:normal;
	font-size:35px;
	margin-bottom:20px;
}
#publications .lead{
	font-size:15px;
	margin-bottom:50px;
}
#publications h3{
	font-weight:normal;
	font-size:24px;
	margin-bottom:20px;
}

/* ----------------------------------------------------------------------------
　summary
---------------------------------------------------------------------------- */
#summary{
	margin-bottom:80px;
}
#summary .slide_wrapper{
	position:relative;
}

#summary .prev a{
	width:41px;
	height:74px;
	display:block;
	text-indent:-9999px;
	background: url("/img/ius_gpci2016_summary_prev.png") 0 0 no-repeat;
	position:absolute;
	top:45px;
	left:-50px;
}
#summary .next a{
	width:41px;
	height:74px;
	display:block;
	text-indent:-9999px;
	background: url("/img/ius_gpci2016_summary_next.png") 0 0 no-repeat;	
	position:absolute;
	top:45px;
	right:-50px;
}
#summary .prev a:hover,
#summary .next a:hover{
	opacity: 0.5;
}

#summary .slide{
	width:920px;
	height:200px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

#summary ul{
	width:2000px;
	position:absolute;
	top:0px;
	left:0px;
}
#summary ul li{
	display:block;
	width:120px;
	margin-left:10px;
	float:left;
	text-align:center;
}
#summary img {
	width: 100%;
}
#summary ul li a{
	display:block;
	color:#000;
	text-decoration:none;
	padding: 10px 10px 45px;
	position: relative;
}

#summary ul li a img{
	border: solid 1px #000;
}
#summary ul li a:hover img {
	border: solid 1px transparent;
}

#summary ul li a:hover {
	background: rgba(255,255,255,.4);
}
#summary ul li a:after{
	position: absolute;
	content: "Download";
	color: #fff;
	font-size: 14px;
	bottom: 9px;
	left: 35px;
}
#summary ul li a:before{
	position: absolute;
	content: url(/img/icon_pdf.png);
	bottom: 12px;
	left: 14px;
}

#summary ul li a .year{
	font-size:20px;
	font-weight:bold;
}


/* ----------------------------------------------------------------------------
　full
---------------------------------------------------------------------------- */
#full{
	margin-bottom:40px;
}
#full ul{
	margin-bottom:30px;
}
#full ul li{
	display:block;
	width:134px;
	margin-left:20px;
	float:left;
	text-align:center;
}
#full .btn_publications a {
	display:block;
	font-size:20px;
	font-weight:bold;
	width:940px;
	height:60px;
	margin-bottom:100px;
	line-height:60px;
	color:#fff;
	text-align:center;
	background: url("/img/ius_gpci2016_btn_publications.png") right center no-repeat;
	background-color:#53a33b;
}

#full .btn_publications a:hover {
	background-color: #6dbc57;
	-webkit-transition: .3s;
}

