@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body{
	background: #f2f2f2;
}
body,* {
	line-height: 1.5;
	font-size: 62.5%;
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------------------------------------------
------------------------------------------------*/
.wrapper{
	width: 1050px;
	padding: 30px 20px;
	background: #fff;
}
.exhb .wrapper{
	width: 900px;
}
.exhb.bg-wrap{
	display: flex;
    width: 1250px;
	margin: 0 auto;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.nv-menu{
	width: 200px;
    height: fit-content;
    padding: 20px;
    background: #fff;
}
.nv-menu p{
	font-weight: bold;
    margin: 0 auto;
}
.nv-menu ul{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.nv-menu ul.menu li:last-of-type{
	padding-top: 30px!important;
}
.nv-menu ul li a{
	text-decoration: none;
}
.nv-menu ul li a:hover{
	opacity: .7;
}
header.mv{
	position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 960px;
	height: 600px;
	margin: 0 auto;
	background: url("../img/title_nominate.png");
	background-color: #fff;
}
header .vote{
	position: absolute;
	display: inline-block;
	bottom: 10px;
	right: 80px;
}
.vote dt{
	margin-top: 20px;
	color: #fff;
	font-size: 1.6rem;
}
.vote dd{
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
h1{
	font-size: 5rem;
	font-weight: bold;
	color: #fff;
}
h2{
	margin: 20px 0 10px;
	line-height: 1.6;
	font-size: 1.6rem;
    font-weight: bold;
    color: #EB4B47;
	/*padding-left: 12px;*/
    background: url(image/li_h2_nominate.gif) no-repeat 0px 5px;
}
h3{
	line-height: 1.5;
	font-size: 1.4rem;
	text-align: center;
}
.work_txt{
	line-height: 1.6;
	font-size: 1.4rem;
	margin-top: 10px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
						作品欄
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.work_list{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.work_list li{
	width: calc(100% /9);
	height: 150px;
}
.work_list li a:hover{opacity: 0.7;}
.work_list li a{
	text-decoration: none;
}
.work_list figure{
	width: 100%;
    text-align: center;
}
.work_list figcaption{
	text-align: left;
    padding-left: 8%;
	font-size: 1.2rem;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
					用途別ナビ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.type_nav{
	margin-top: 50px;
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.type_nav li{
	position: relative;
	padding-left: 30px;
}
.type_nav li::before{
	content: "";
	position: absolute;
	width: 20px;
	height: 12px;
	left: 0;
	bottom: 5px;
}
.type_nav li a{
	font-size: 1.4rem;
}
.type_nav li a:hover{color: #999;}
.complex::before{ background: #c2d1ff; }
.office::before{ background: #e3aae9; }
.sports::before{ background: #bababa; } 
.shop::before{ background: #b6c879; }
.accommodation::before{ background: #f5d473; }
.exhibition::before{ background: #bcb9eb; }
.housing::before{ background: #8cbbbd; }
.hospital::before{ background: #debd94; }
.education::before{ background: #f5a9a7; }
.factory::before{ background: #8fe3e3; }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
					インタビュー
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.interview_list{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}
.interview_list li{
	position: relative;
	width: 270px;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #ccc;
}
.interview_list>li::before{
	content: "";
	position: absolute;
	width: 80%;
	height: 10px;
	left: 10%;
	top: 0;
}
.mdr_btn{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
    justify-content: flex-end;
}
.interview_list li .mdr_btn li{
	width: 50px;
    height: auto;
	margin: 30px 0 0;
    padding: 3px 0 2px;
    text-align: center;
	background-color: rgba(56,56,56,1.00);
}
.mdr_btn li a{
	color: #fff;
	font-size: 1.4rem;
    text-decoration: none; 
}
.mdr_btn li a sup{
	vertical-align: top;
	color: #fff;
}
.interview_ph{
    margin-top: 10px;
}
.interview_ph a{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
    justify-content: space-around;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.interview_ph a:hover{ opacity: 0.7; }
.interview_detail{
	margin-top: 10px;
}
.interview_detail dd{
	font-size: 1.2rem;
}
.interview_detail dt{
	width: 145px;
	margin-bottom: 5px;
}
.interview_detail dt a{
	display: inherit;
	text-decoration: none;
	line-height: 1.8;
	padding: 0 10px;
	font-size: 1.2rem;
	background: #333;
	color: #fff;
}
.interview_detail dt a:hover{ background: #cdcdcd; }
.interview_btn{
	margin-top: 10px;
}
.interview_btn li{
	width: 145px;
	padding: 0;
	margin: 0 0 5px;
}
.interview_btn li a{
	padding: 0 5px;
	text-decoration: none;
	display: inherit;
	line-height: 1.5;
	font-size: 1.2rem;
	color: #ccc;
}
.interview_btn li a:hover{
	/*border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;*/
	background: #ccc;
	color: #fff;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
					footer関連
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*TOPへ戻る*/
.go_top02 img {
    z-index: 150;
    position: fixed;
    top: 70%;
    left: 0px;
}
.go_top02 a:hover img{
	opacity: 0.7;
}
footer{
	padding: 50px 0;
    background: #ccc;
}
footer .center{
	font-size: 2rem;
	font-weight: bold;
	color: #333;
}
footer .pglink{
	width: 600px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 30px auto 30px;
}
footer .pglink li a{
	font-size: 1.4rem;
	text-decoration: none;
	color: #333;
}
footer .pglink li a:hover{
	text-decoration: underline;
}
footer .udrline{
	display: block;
	width: 600px;
	margin: 0 auto;
	border-top: 1px solid #333;
	margin-bottom: 20px;
}
.copyright{
	text-align: center;
	margin: 0 auto;
}