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

div#map {
	border: 1px outset black;
}
div#side_bar {
	border: 3px solid #ff9900;
	margin-left: 5px;
	padding: 5px;
	line-height: 1.8;
	overflow:auto;
	font-size: 10px;
}

.spot-title{
	vertical-align:middle;
	font-weight:bold;
	font-size:110%;
	}

.spot-title img{
	vertical-align:middle;
	}

.dotted-line{
	width:700px;
	background-image:url(../images/dotted.gif);
	background-repeat:repeat-x;
	height:1px;
	margin:15px 0px 15px 0px;
	}
	
.wd-540{
	width:540px;
	}
.wd-557{
	width:557px;	
	}

.wd-567{
	width:567px;
	}
	
.wd-460{
	width:460px;
	}

.wd-600{
	width:600px;
	}

.nospace,.nospace img{
	margin:0;
	padding:0;
	line-height:0;
	font-size:0px;
	width:auto;
	letter-spacing:0;
	}

.nospace img{
	margin-right:1px;
	}

hr{
	border:1px solid #e5ebeb;
	border-width:1px 0px 0px 0px;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	height:1px;
	line-height:0;
	}
	
.list-style-sq li{
	list-style-type:square;
	margin-left:1em;
	}


/*-------------------------------------------
インタビュー 2011修正
--------------------------------------------*/
#tab01 a ,#tab02 a {
	background:none;
	text-align:left;
	display:inline;
}

/*-------------------------------------------
インタビュー 2014/6/9追加
--------------------------------------------*/
.int-summary{
	width:566px;
}
.int-summary h5{
	font-size:15px;
	/*padding-left:98px;*/
}
.int-summary p.int-title{
	font-size:16px;
	line-height:1.6em;
	margin:8px 0;
	font-weight:bold;
}
.int-summary p .fs12{
	font-size:12px;
	font-weight:normal;
}
.cat-itdesign{
	/*background:url(../images/interview/interview-cat-itdesign.gif) no-repeat 0 0;*/
	color:#9200ef;
}
.cat-creative{
	/*background:url(../images/interview/interview-cat-creative.gif) no-repeat 0 0;*/
	color:#0087ff;
}
.cat-musicdance{
	/*background:url(../images/interview/interview-cat-musicdance.gif) no-repeat 0 0;*/
	color:#cc0000;
}
.cat-movieactor{
	/*background:url(../images/interview/interview-cat-movieactor.gif) no-repeat 0 0;*/
	color:#ff6600;
}
.cat-eco{
	/*background:url(../images/interview/interview-cat-eco.gif) no-repeat 0 0;*/
	color:#009900;
}
.cat-confectionery{
	/*background:url(../images/interview/interview-cat-confectionery.gif) no-repeat 0 0;*/
	color:#ff54a9;
}
.cat-gamee-sports{
	/*background:url(../images/interview/interview-cat-gamee-sports.gif) no-repeat 0 0;*/
	color:#07A3A3;
}
.cat-medical{
	/*background:url(../images/interview/interview-cat-medical.gif) no-repeat 0 0;*/
	color:#0128FF;
}

/*-------------------------------------------
インタビュー 20200605追加
--------------------------------------------*/
.interview_wrap h4.category {
	font-size: 20px;
}
.interview_category {
	color: #FFF;
	border-radius: 3px;
	padding: 4px 0;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.interview_category.cat-gamee-sports {	background-color: #07A3A3;}
.interview_category.cat-itdesign {	background-color: #9200ef;}
.interview_category.cat-creative {	background-color: #0087ff;}
.interview_category.cat-musicdance {	background-color: #cc0000;}
.interview_category.cat-movieactor {	background-color: #ff6600;}
.interview_category.cat-eco {	background-color: #009900;}
.interview_category.cat-confectionery {	background-color: #ff54a9;}
.interview_category.cat-medical {	background-color: #0128FF;}