@charset "utf-8";

/* CSS Document */

/*
	詳細画面
*/
#detailArea{
	width:100%;
	clear:both;
	line-height: 1.6;
}
#detailArea .image{
	float:left;
	width:30%;
	text-align: center;
	border: 1px solid #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
}
#detailArea .note{
	float:left;
	width:69%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 1.6;
}

/*
	画像一覧
*/
#imageList{
	margin:0px;
	padding:0px;
	width:100%;
	list-style:none;
}
#imageList .image{
	float:left;
	width:31%;
	text-align:center;
	margin-top: 3px;
	margin-right: 1%;
	margin-bottom: 3px;
	margin-left: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height:165px;
}

/*
	動画一覧
*/
#movieList{
	text-align:left;
	margin: 0px;
	padding: 0px;
}
#movieList .movie{
	width:21%;
	height:110px;
	float:left;
	text-align:center;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 2px;
	margin-right: 1%;
	margin-bottom: 2px;
	margin-left: 1%;
	font-size: 0.9em;
}
#movieList .movie img{
	margin: 5px;
	padding: 3px;
	background-color: #EEEEEE;
	border: 5px solid #EEEEEE;
}


/*
	ユーザー一覧
*/
#userList{
	text-align:left;
	margin: 0px;
	padding: 0px;
}
#userList .user{
	width:47%;
	float:left;
	text-align:left;
	margin-top: 5px;
	margin-right: 1%;
	margin-bottom: 5px;
	margin-left: 1%;
	font-size: 1.1em;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size:1.0em;
	line-height:1.4;
}
#userList .user .title{
	font-size:1.4em;
	line-height:1.8;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9966;
	text-indent: 2px;
}
#userList .user .body{
	padding-top: 3px;
	padding-bottom: 3px;
	min-height:50px;
}
#userList .user .footer{
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}



/*
	登録サイト検索
*/
.siteList{
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: none;
}
.site{
	font-size: 1.1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 1%;
	float: left;
	width: 48%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
.site .thumbnail{
	float:left;
	margin: 4px;
	padding: 0px;
}
.site .summary{
	width:100%;
	padding: 2px;
	float: none;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.site .bookmarkBtn{
	vertical-align: middle;
}


/*
	ディレクトリ検索
*/
.directoryList{
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.directory{
	font-size: 1.1em;
	line-height: 2;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.subDirectory{
	padding: 0px;
	font-size: 0.9em;
	float:left;
	width:30%;
	line-height: 1.5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 5px;
}



/*
	スライダー
*/
.sliderLabel{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	color: #666666;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 17px;
	line-height:2.2;
}
.sliderDiv{
	background-image: url(../images/bg_slider.jpg);
	width: 180px;
	padding: 0px;
	float: left;
	background-repeat: no-repeat;
	height: 17px;
	background-position: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float:left;
}
.sliderDiv .pointer{
	background-image: url(../images/slider_handle.jpg);
	padding: 0px;
	height: 17px;
	width: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.valueName{
	float:left;
	padding-top:5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width:70px;
	text-align:center;
	color: #3366FF;
	font-weight: bold;
}
.input{
	border:1px solid #CCCCCC;	
}
.textArea{
	border:2px solid #CCCCCC;
	margin-top: 5px;
}
