p.functionTitle {
	font-size: 1.5em;
	margin: 20px auto;
	font-weight: bold;
	display: block;
}

p.functionTitle:before {
	padding:0;
	color: #fff;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	display: inline-block;
	background-color: #2974AA;
	line-height: 35px;
	text-align: center;
	margin-right: 5px;
}

p.tips {
	margin: 0px auto 20px auto;
	border: solid 1px #eee;
	border-radius: 3px;
	padding: 10px;
}

/** video_list */

#fvMediaList{
	margin-bottom: 30px;
	border-radius: 3px;
	border: solid 1px #ddd;
	overflow: hidden;
}

#fvMediaListBody{
	height: 320px;
	max-height: 320px;
	overflow: auto;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#fvMediaListBody.loading{
	background-image: url('../images/ajax-loader.gif');
}

#fvMediaListBody p.fvMediaNotFound{
	position: relative;
	top: 30%;
	display: none;
	text-align: center;
	color: #999;
	font-size: 2em;
}

#fvMediaListBody table{
	background-color: #fff;
}
#fvMediaListBody div.fvMediaImg{
	width: 70px;
	height: 50px;
	margin: auto;
	cursor: pointer;
}

div.fvMediaImg img{
	width: 100%;
	height: 100%;
	display: block;
}

#fvMediaListBody table{
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

#fvMediaListBody table tbody tr td{
	border-bottom: 1px solid #F5F5F5;
}

#fvMediaListBody table tbody tr {
	background-color: #fff;
	transition-property: background-color;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

#fvMediaListBody table tbody tr.deactiveMedia{
	background-color: rgba(0,0,0,0.3);
	opacity: 0.3;
}

#fvMediaListBody table tbody tr.selected{
	background-color: #DDD;
}

#fvMediaListBody table tbody tr:hover {
	background-color: #2B75A7;
}

#fvMediaListBody table tbody tr td {
	transition-property: color;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

#fvMediaListBody table tbody tr:hover td {
	color: #fff;
}

/* ID */
#fvMediaListBody table tbody tr td.mediaId{
	text-align: center;
}

/* サムネイル */
#fvMediaListBody table tbody tr td.thumbnail{
}

#fvMediaListBody table tbody tr td.thumbnail img {
	border-radius: 2px;
}

/* キャプション */
#fvMediaListBody table tbody tr td.caption{
	font-size: 1.2em;
}

/* レベル */
#fvMediaListBody table tbody tr td.tileLevel{
	text-align: center;
}

/* タイル品質 */
#fvMediaListBody table tbody tr td.tileQuality{
	text-align: center;
}

#fvMediaListBody table tbody tr td span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #eee;
	border-radius: 20px;
	margin: 0 1px 0 1px;
	font-size: 12px;
	line-height: 20.5px;
	color: #666 !important
}

#fvMediaListHead table{
	overflow: auto;
	width: 100%;
	background-color: #F5F5F5;
	color: #000000;
	border-collapse: collapse;
	border-bottom: 1px solid #DDDDDD;
}

#fvMediaListHead table thead tr th,
#fvMediaListBody table tbody tr td{
	padding: 10px;
}

/* ID */
#fvMediaListHead table thead tr th.mediaId{
}

/* サムネイル */
#fvMediaListHead table thead tr th.thumbnail{
}

/* レベル */
#fvMediaListHead table thead tr th.tileLevel{
}

/* タイル品質 */
#fvMediaListHead table thead tr th.tileQuality{
}


#fvMediaListBody table tbody tr:hover td a{
	color: #fff;
}



#fvMediaListBody table tbody tr td.selector,
#fvMediaListHead table thead tr th.selector{
	width: 50px;
	text-align: center;
}

#fvMediaListBody table tbody tr td.mediaId,
#fvMediaListHead table thead tr th.mediaId{
	width: 50px;
}

/* サムネイル */
#fvMediaListBody table tbody tr td.thumbnail,
#fvMediaListHead table thead tr th.thumbnail{
	width: 100px;
}

/* キャプション */
#fvMediaListBody table tbody tr td.caption
#fvMediaListHead table thead tr th.caption{
}

/* レベル */
#fvMediaListBody table tbody tr td.tileLevel,
#fvMediaListHead table thead tr th.tileLevel{
	width: 120px;
}

/* タイル品質 */
#fvMediaListBody table tbody tr td.tileQuality,
#fvMediaListHead table thead tr th.tileQuality{
	width: 120px;
}







div#fvSearchMediaArea{
	float: right;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
}

div#fvSearchMediaArea select{
	margin-top: -3px;
}

div#fvSearchMediaArea input{
	border-radius: 3px;
	-webkit-appearance: none;
	border: 1px solid #D3D3D3;
	margin-top: 5px;
}

div#fvSearchMediaArea span.fa {
	font-size: 1.6em;
	color: #aaa;
}

/** create_map */
#dropAreaWrapper {
	border: solid 4px #2974AA;
	display: inline-block;
}

#dropAreaWrapper div.dummy{
	display: none;
}

#dropArea{
	width: 280px;
	height: 200px;
	background-color: #F5F5F5;
	background-image: url("../images/grid_background.png");
}

div.fvMediaImg.ui-draggable-dragging{
	width: 70px;
	height: 50px;
}

#fvSolution div#loading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 10000;
	display: none;
}

#fvSolution div#loading p{
	margin: 5rem 0 0 0;
	font-size: 1.5rem;
	text-align: center;
}

#fvSolution dl{
	margin: 0px 0px 30px 20px;
}

#fvSolution dl dt{
	padding-top: 10px;
	font-weight: bold;
}

#fvSolution dl dd{
	margin: 15px 20px 15px 20px;
}

#fvSolution dl dd label{
	margin-right: 0.7rem;
}

#fvSolution dl dd input[name="fv_player_size"]{
	width: 5em;
	border-radius: 3px;
}

#fvSolution dl dd select[name="fv_player_size_unit"]{
	margin-top: -3px;
}


/** ツールチップ */
#dropArea div.fvMediaImg span.fvToolTip{
	width: 280px;
	height: 0;
	max-height: 0;
	background-color: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	z-index: 1000;
	border-radius: 3px;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-timing-function: ease;
	top: -90px;
	right: -260px;
	display: block;
	opacity: 0.0;
}

#dropArea div.fvMediaImg:hover span.fvToolTip {
	height: 110px;
	max-height: 110px;
	opacity: 1.0;
}

#dropArea div.fvMediaImg span.fvToolTip p{
	color: #FFFFFF;
	margin: 0.5rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#dropArea div.fvMediaImg span.fvToolTip button:before {
	content : '\f056';
	font-family: FontAwesome;
	margin-right: 5px;
}

#dropArea div.fvMediaImg span.fvToolTip button {
	color: #ffffff;
	font-size: 0.9em;
	background: #FF0000;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	border: none;
	outline: none;
	margin: 0.5rem;
	border-radius: 3px;
}

#dropArea div.fvMediaImg span.fvToolTip button:hover{
  background: #e62020;
}

/** エラーメッセージ */
p.fvErr{
	color: #FF0000;
	display: none;
	line-height: 2em;
	border-radius: 3px;
	height: 2em;
	background-color: #E93F33;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}

p.fvErr:before{
	content: "\f00d";
	font-family: FontAwesome;
	margin-right: 5px;
}

p.fvErrShow{
	display: block;
}

#fv_embed {
	width: 100%;
	border-radius: 3px;
}

#clipboardCopy {
	display: inline-block;
	line-height: 2em;
	border-radius: 3px;
	height: 2em;
	background-color: #666;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	margin-bottom: 10px;
	transition-property: background-color;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

#clipboardCopy:hover {
	background-color: #2974AA;
}

#clipboardCopy:before {
	margin-right: 5px;
}

#mediaAction{
	margin-bottom: 15px;
}

#mediaAction select{
	margin: 0;
}

div#fv_content_tab{
	border-bottom: solid 1px #EEEEEE;
	margin-right: -12px;
	margin-left: -12px;
	height: 34px;
}

div.fv_tabContent{
	display: none;
}

div.fv_tabContent.selected{
	display: block;
}

div#fv_content_tab ul{
	margin: 12px 12px 0 12px;
	padding: 0;
	list-style: none;
}

div#fv_content_tab ul li{
	margin: 0;
	display: inline-block;
	margin-right: 1px;
}

div#fv_content_tab ul li input[type=radio]{
	display: none;
}

div#fv_content_tab ul li input[type=radio] + label{
	margin: 0;
	background-color: #F1F1F1;
	padding: 0px 20px;
	color: #999;
	line-height: 35px;
	height: 33px;
	overflow: hidden;
	display: inline-block;
	border-top: solid 1px #E5E5E5;
	border-right: solid 1px #E5E5E5;
	border-left: solid 1px #E5E5E5;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
}

div#fv_content_tab ul li input[type=radio]:checked + label{
	background-color: #FFF;
	color: #555555;
	height: 35px;
}

div#fv_content_tab ul li input[type=radio] + label:hover{
	cursor: pointer;
}

dd#fv_random_mapSize label select option:disabled{
	display: none;
}

dd#fv_timeline_mapSize label select option:disabled{
	display: none;
}

dd#fv_search_mapSize label select option:disabled{
	display: none;
}