@charset "utf-8";

* {
	font-family: "meiryo","hiragino kaku gothic pro","ms p gothic","osaka",verdana,arial,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

body {
	color: #222;
	background-color: #fff;
}

a:link {
	text-decoration: none;
	color: #359
}

a:visited {
	text-decoration: none;
	color: #359;
}

a:hover {
	text-decoration: underline;
	color: #043699;
}

input, select {
	padding: 2px 0px;
}

div {
//	display: block;
}

h3 {
	font-weight: bold !important;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	padding: 10px 0px 10px 15px;
	margin: 0px;
	color: #000;
}

h4 {
	font-weight: bold !important;
//	background-image: url(http://img.likevideo.jp/common/h4.png);
	padding: 2px 5px 2px 2px;
	margin: 10px 0px;
//	border: solid 1px #000;
//	border-bottom: none;
	font-size: 18px;
	color: #222;
}

h4.title {
	border-bottom: 1px solid #E85A84;
	border-left: 10px solid #E85A84;
	padding-left: 15px;
}

h5 {
	background: url(http://img.likevideo.jp/common/th.jpg) repeat-x bottom;
	border: 1px solid #DDD;
	color: #333;
	padding: 5px 0px 5px 15px;
}

h6 {
	font-size: 15px;
	margin: 5px 0px;
}

p {
	font-size: 12px;
	margin: 3px 0px;
	padding-left: 10px;
}

textarea:disabled, input:disabled {
	background-color: #ddd;
	border: 1px solid #b0b0b0;
}

.header_menubar {
	-moz-box-shadow: inset 0 1px 3px #868686;
	-webkit-box-shadow: inset 0 1px 3px #868686;
	box-shadow: inset 0 1px 3px #868686;
	background-color: #ccc;
	width: 100%;
	height: 37px;
}

.header_menubar_t {
	-moz-box-shadow: inset 0 1px 3px #868686;
	-webkit-box-shadow: inset 0 1px 3px #868686;
	box-shadow: inset 0 1px 3px #868686;
	background-color: #2d2d2d;
	color: #fff;
	width: 100%;
	height: 37px;
}

.header_menubar ul, .header_menubar_t ul {
	position: relative;
	margin: 0px auto;
	width: 980px;
	padding: 5px 0px 5px 10px;
	white-space: nowrap;
	list-style-type: none;
}

.header_menubar ul li, .header_menubar_t ul li {
	position: relative;
	line-height: 27px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

.header_menubar ul a {
	display: block;
	text-decoration: none !important;
	color: #222 !important;
	font-weight: bold;
	border: 2px solid #ccc;
}

.header_menubar_t ul a {
	display: block;
	text-decoration: none !important;
	color: #bbb;
	font-weight: bold;
}

.header_menubar ul a:hover {
	border: 2px solid #bbb;
	border-radius: 6px;
}

.header_menubar_t ul a:hover {
	color: #fff;
}

.header_menubar ul a:visited {
	cursor: pointer;
}

.header_menubar ul span {
	display: inline;
	padding: 2px 5px 2px 30px;
	margin-left: 10px;
	zoom: 1;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	background-position: left center;
	background-repeat: no-repeat;
}

.header_menubar_t ul span {
	display: inline;
	padding: 2px 5px 2px 3px;
	margin-left: 10px;
}

.header_menubar ul span.search {
	background-image: url(http://img.likevideo.jp/common/search_icon.png?731);
}

.header_menubar ul span.vranking {
	background-image: url(http://img.likevideo.jp/common/video_icon.png?731);
}

.header_menubar ul span.aranking {
	background-image: url(http://img.likevideo.jp/common/actor_icon.png?731);
}

.header_menubar ul span.rss {
	background-image: url(http://img.likevideo.jp/common/feed_icon.png?731);
}

.header_menubar ul span.antena {
	background-image: url(http://img.likevideo.jp/common/antena.png?731);
}

.header_menubar ul span.favorite {
	background-image: url(http://img.likevideo.jp/common/favorite_icon.png?731);
}

.header_searchbar {
	width: 100%;
	height: 70px;
	background: -webkit-gradient(radial,100 36,0,100 -40,120,from(#fafafa),to(#f1f1f1)),#f1f1f1;
	border-bottom: 1px solid #666;
	border-color: #e5e5e5;
	background-image: url(http://img.likevideo.jp/common/header_searchbar_bg2.png);
}

.header_searchbar_inner {
	margin: 0px auto;
	width: 1000px;
	padding: 5px 0px 10px 50px;
}

.header_searchbar_inner .header_searchbar_left {
	float: left;
}

.header_searchbar_inner .searchbar_logo {
	width: 157px;
	height:40px;
	float: left;
	margin-top: 15px;
	margin-left: 5px;
}

.header_searchbar_inner img.logo {
	width: 157px;
	height: 35px;
	border: 0px solid;
}

.header_searchbar_inner .search_form {
	float: right;
	width: 353px;
	height: 35px;
	margin: 2px 0px 0px 0px;
	padding-top: 0px;
}

.header_searchbar_inner .form_text {
	margin-left: 25px;
	padding: 0px;
	font-size: 12px !important;
}

.header_searchbar_inner .form_text .red {
	color: red;
	font-weight: bold;
	font-size: 12px !important;
}

.header_searchbar_inner .search_form * {
	font-size: 16px;
}

.header_searchbar_inner .search_form .keyword {
	margin: 0px 5px 0px 27px;
	height: 22px;
	width: 265px;
	border: 1px solid #bbb;
	letter-spacing: 2px;
	float: left;
}

.header_searchbar_inner .search_form .submit {
	margin: 0px;
	padding: 0px 5px;
	width: 52px;
	height: 29px;
	background-color: #eee;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.center_form_inner .search_form .keyword {
	margin: 0px 5px 0px 27px;
	height: 22px;
	width: 368px;
	border: 1px solid #bbb;
	letter-spacing: 2px;
	float: left;
}

.center_form_inner .search_form .submit {
	margin: 0px;
	padding: 0px 5px;
	width: 62px;
	height: 29px;
	background-color: #eee;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.search_form .submit:hover {
	background-color: #ccc;
}

.header_searchbar_inner .header_searchbar_ad {
	float: right;
	width: 468px;
	height: 60px;
}

#like_main {
	width: 100%;
	padding: 5px 0px 0px 0px;
	background-color: #fff;
}

#like_main_inner {
	margin: 0px auto;
}

#like_contents {
	margin: 0px auto;
	padding-top: 20px;
	width: 1040px;
	text-align: left;
}

#center_logo {
	margin: 10px 0px 8px 0px;
	text-align: center;
}

#center_logo h1 {
	color: #222;
	font-size: 43px;
}

.center_form {
	height: 40px;
	padding: 15px 0px;
	background-image: url(http://img.likevideo.jp/common/top_search_bar.png);
	text-align: center;
}

.center_form_inner {
	width: 480px;
	margin: 0 auto;
}

.keyword_bar {
	padding-top: 15px;
	height: 230px;
	width: 100%;
	border-bottom: 1px solid #868686;
	background-color: #d6d6d6;
	-moz-box-shadow: inset 0 3px 6px #868686;
	-webkit-box-shadow: inset 0 3px 6px #868686;
	box-shadow: inset 0 3px 6px #868686;
//	text-align: center;
//	font-weight: bold;
}

.keyword_bar_inner {
	margin: 0 auto;
	width: 780px;
}

.keyword_bar_inner p {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
}

.keyword_bar_inner a {
	margin-right: 20px;
	font-size: 16px;
}

.keyword_bar_inner .wordlist {
	margin: 5px 20px;
}

.like_tb {
	display: table;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.like_tb td , .like_tb th{
	display: table-cell;
	vertical-align: inherit;
	padding: 10px 20px;
	border-bottom: 1px solid #DDD;
}

.like_tb th {
	color: #E85A84;	
}

.like_tb td {
	color: #000;
}

.like_tb2 {
	color: #333;
}

.like_tb2 th {
	background: url(http://img.likevideo.jp/common/th.jpg) repeat-x bottom;
	border: 1px solid #DDD;
}

.like_tb2 td, .like_tb2 th {
	padding: 5px 8px;
}

.like_tb3 {
	display: table;
	width: 100%;
	border-color: gray;
	border: 1px solid gray;
}

.like_tb3 td , .like_tb3 th{
	display: table-cell;
	vertical-align: inherit;
	padding: 0px;
	color: #1D5C79;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

.like_tb3 * {
	font-size: 12px;
}

.side_video_list {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 7px;
}

.side_video_list li{
	margin-bottom: 5px;
	padding: 2px;
	list-style-type: none;
}

.side_video_list a {
	font-size: 11pt;
}

.box_inner {
	width: 100%;
//	min-height: 700px;
	text-align: left;
	padding: 2px;
	margin-bottom: 25px;
}

.box_left {
	width: 728px;
	float: left;
}

.box_left_inner {
}

.box_right {
	width: 300px;
//	min-height: 700px;
	float: right;
//	background-color: #d9d9d9;
//	background-color: #252525;
}

.box_right:after {
	clear: both;
}

.box_right_inner {
}


.box_inner_s2 {
	width: 100%;
	text-align: left;
	padding: 2px;
	margin-bottom: 25px;
}

.box_left_s2 {
	width: 230px;
	float: left;
	min-height: 420px;
//	background-color: #eee;
//	border: 1px solid #ccc;
//	border-radius: 6px;
	border-top: 2px solid #EC3A83;
	border-radius: 6px;
	box-shadow: 0 0 4px #999;
	margin-bottom: 8px;
}

.box_left_inner_s2 {
}

.box_right_s2 {
	width: 780px;
	float: right;
}

.box_right_s2:after {
	clear: both;
}

.box_right_inner_s2 {
}

.box_s2 {
	margin-bottom: 20px;
	background-color: #efefef;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 10px;
}

.box_s2 ul {
	padding: 7px 0px 7px 35px;
}

.submit_s2 input {
	width: 80px;
}

.side_list_s2 {
	padding-left: 25px;
}

.side_list_s2 li {
	margin-bottom: 15px;
	margin-left: 10px;
//	list-style-type: none;
}

.side_list_s2 li a {
	display: block;
	font-size: 16px;
}

.like_under_bar {
	height: 28px;
	background-color: #eee;
	-moz-box-shadow: inset 0 3px 6px #fff;
	-webkit-box-shadow: inset 0 3px 6px #fff;
	box-shadow: inset 0 3px 6px #fff;
	border-top: 1px solid #ccc;
}

.like_under_bar_inner {
	margin: 0 auto;
	padding: 10px 0px;
	width: 1040px;
	text-align: right;
}

.like_footer {
	width: 100%;
	height: 72px;
	padding-top: 5px;
	text-align: center;
	background-color: #6e6e6e;
	color: #fff;
	text-shadow: 0px 1px 0px #222;
	border-top: 1px solid #222;
}

.box_header {
	margin-bottom: 2px;
	-webkit-padding-start: 5px;
	-webkit-box-shadow: #CCC 0px 0px 3px;
	-moz-box-shadow: #CCC 0px 0px 3px;
	box-shadow: #CCC 0px 0px 3px;
	border-bottom: 1px solid #c9c9c9;
	background-image: url(http://img.likevideo.jp/common/box_header_bg.png);
	font-size: 16px;
	font-weight: bold;
}

#watch_body {
	width: 600px;
	margin: 0px 0px 20px 60px;
	text-align: left;
}

#watch_title {
	width: 100%;
	text-align: left;
}

#watch_flash {
	text-align: center;
	padding: 10px 10px 10px 0px;
	position: relative;
}

.flash_thumbnail {
	background-color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.flash_play {
	position: absolute;
	top: 200px;
	left: 270px;
}

#watch_videolist {
}

#watch_videolist li {
	list-style-type: none;
	float: left;
	height: 30px;
	margin-left: 7px;
}

#watch_videolist li a {
	display: block;
	height: 30px;
	line-height: 35px;
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	border-radius: 5px;
	padding: 0 15px;
}

#watch_videolist li a:hover, #watch_videolist li a.selected {
	background-color: #bbb;
	border: 1px solid #999;
	color: #333;
}

.watch_help {
	border: 1px solid #bbb;
	background-color: #fff;
	padding: 5px;
}

.watch_help ul {
	margin-left: 25px;
}

.watch_relation_video {
	margin-left: 60px;
	border: 1px solid #ccc;
}

.watch_relation_video a {
	margin: 2px 2px;
	width: 142px;
	height: 136px;
	display: block;
	float: left;
	font-size: 11px;
}

.watch_relation_video ul {
	list-style-type: none;
}

.watch_relation_video li {
	width: 142px;
}

.watch_relation_video .thumbnail_area {
	float: left;
	width: 142px;
	position: relative;
}

.watch_relation_video .thumbnail_area .thumbnail {
	width: 142px;
	height: 102px;
	border: 0px solid; /** IE **/
}

.watch_relation_video .thumbnail_area .video {
	position: absolute !important;
	bottom: 0 !important;
	right: 0 !important;
	display: block !important;
	width: 50px !important;
	height: 14px !important;
	z-index: 1000;
}

.watch_relation_video .thumbnail_area .duration {
	position: absolute !important;
	bottom: 0 !important;
	right: 50px !important;
	display: block !important;
	width: 92px !important;
	height: 14px !important;
	line-height: 14px;
	z-index: 999;
	color: #fff;
	background-color: #222;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.watch_relation_video .thumbnail_area .video img {
	width: 50px !important;
	height: 14px !important;
	border: 0px solid; /** IE **/
}

.watch_relation_video .relation_title {
	width: 142px;
	height: 38px;
	overflow: hidden;
}


.watch_relation_site {
	border: 1px solid #999;
	width: 290px;
	background-color: #fff;
}

.re_article {

}

.re_section {
	display: block;
	width: 290px;
//	border-bottom: 1px solid #999;
}

.re_information {
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
	width: 140px;
	height: 82px;
	margin: 5px 0px;
	display: block;
	text-align: left;
	float: right;
	overflow: hidden;
}

.re_information *{
	font-size: 11px;
}

.re_information h1 {
	height: 50px;
	overflow: hidden;
}

.re_section>img {
	position: relative;
	width: 140px;
	height: 90px;
	display: block;
	margin: 5px 2px;
}


.watch_info {
	padding: 2px 5px 2px 10px;
	margin-bottom: 5px;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: #CCC 0px 0px 3px;
	-moz-box-shadow: #CCC 0px 0px 3px;
	box-shadow: #CCC 0px 0px 3px;
	border-radius: 4px;
}

.watchtitle {
	font-size: 15pt;
	font-weight: bold;
	word-wrap: break-word;/*firefox*/
	word-break: break-all;/*IE*/

}

.watchurl {
	width: 300px;
	overflow: hidden;
	color: #093;
	padding: 5px 0px 5px 3px;
}

table.videoinfo {
	width: 570px;
//	border: 1px solid #bbb;
	background-color: #dfdfdf;
	margin: 5px 0px 5px 5px;
}

table.videoinfo th {
	background-color: #eee;
	width: 100px;
	margin: 0px;
	padding: 5px;
}

table.videoinfo td {
	background-color: #fff;
	widht: 470px;
	padding-left: 2px;
	word-wrap: break-word;/*firefox*/
	word-break: break-all;/*IE*/
}

table.videoinfo ul {
	padding: 0px;
	margin: 0px;
}

table.videoinfo li {
	list-style-type: none;
	word-wrap: break-word;/*firefox*/
	word-break: break-all;/*IE*/
}

/** 動画検索結果 **/
.bold {
	font-weight: bold;	
}
em.hl {
//	color: #000;
	font-weight: bold;
}

.search_title {
	font-size: 24px;
	color: #000;
}

.navi_title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0px 0px 5px;
	margin: 2px 0px 5px 0px;
	background-color: #eee;
	overflow: hidden;
}

.navi_title:first-letter {
	color: #EC3A83;
	font-size: 140%;
	margin-right: 3px;
}

.search_nav {
	width: 728px;
//	width: 654px;
	padding: 0px;
	margin: 0px;
}

.search_nav_inner {
	width: 728px;
//	width: 654px;
	height: 22px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-shadow: #CCC 0px 0px 3px;
	-moz-box-shadow: #CCC 0px 0px 3px;
	box-shadow: #CCC 0px 0px 3px;
	border: 1px solid #C9C9C9;
	background-image: url(http://img.likevideo.jp/common/searchnav_bg.png);
}

.search_nav_left {
	float: left;
	width: 136px;
	background-image: url(http://img.likevideo.jp/common/searchnav_left.png);
	text-shadow: 0px -1px 0px #E85A84;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-top: -1px;
	border: 1px solid #E884D0;
}

span.nav_info {
	color: #fff;
	font-size: 14px;
}

.search_nav_right {
	float: right;
	width: 455px;
}

.search_nav ul {
	list-style: none;
	display: block;
	list-style-type: none;
//	-webkit-margin-before: 1em;
//	-webkit-margin-after: 1em;
//	-webkit-margin-start: 0px;
//	-webkit-margin-end: 0px;
//	-webkit-padding-start: 40px;
}

li.navi_more {
	width: 105px;
	padding-left: 5px;
	height: 22px;
	text-align: left;
	line-height: 165%;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	float: left;
	border-left: 1px solid #C9C9C9;
	display: block;
	position: relative;
	color: #333;
}

.navi_more:hover {
	background-color: #ccc;
}

.navi_more > a {
	background-image: url(http://img.likevideo.jp/common/select_bg.png);
	background-position: right;
	background-repeat: no-repeat !important;
    background-size: 10px 10px !important;
    width: 100px;
    display: block;
	font-size: 11px;
	color: #000;
	text-shadow: 0px 1px 0px #FFF;
}

li.navi_link {
	width: 105px;
	padding-left: 5px;
	height: 22px;
	text-align: left;
	line-height: 165%;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	float: right;
	border-left: 1px solid #C9C9C9;
	display: block;
	position: relative;
	color: #333;
}

.navi_link > a {
	background-image: url(http://img.likevideo.jp/common/link_bg.png);
	background-position: right;
	background-repeat: no-repeat !important;
    background-size: 10px 10px !important;
    width: 100px;
    display: block;
	font-size: 11px;
	color: #000;
	text-shadow: 0px 1px 0px #FFF;
}

li.navi_selected {
	background-color: #ccc;
}


.navi_layer {
	padding: 0px;
	margin: 0;
	position: absolute;
	z-index: 900;
	left: 0px;
	top: 22px;
	background-color: #222;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.navi_layer a {
	width: 90px;
	height: 20px;
	display: block;
	text-align: left;
	font-size: 11px;
	padding: 2px 3px 2px 20px;
	color: #fff;
}

.navi_layer a:hover {
	background-color: #000;
	-moz-opacity: 1;
	opacity: 1;
}

div.navi_layer1 {
	padding: 0px;
	margin: 0;
	position: absolute;
	z-index: 900;
	left: 0px;
	top: 22px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCACA;
	box-shadow: 0 2px 4px rgba(34,25,25,0.5);
}

#sortNaviLayer1 {
	width: 150px;	
}

#durationNaviLayer1 {
	width: 150px;	
}

#categoryNaviLayer1 {
	width: 250px;	
}

#categoryNaviLayer1 a {
	float: left;
	width: 100px;
}

div.navi_layer1 a {
//	width: 90px;
	height: 20px;
	display: block;
	text-align: left;
	font-size: 12px;
	padding: 2px 3px 2px 20px;
	color: #000;
	text-decoration: none;
}

div.navi_layer1 a:hover {
	background-color: #eee;
	-moz-opacity: 1;
	opacity: 1;
}

.site_results {
	margin-top: 15px;
//	margin-left: 15px;
	padding-bottom: 5px;
	width: 654px;
	height: 137px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.site_results .site_result_info {
	width: 649px;
	font-size: 11px;
}

.site_result {
	padding-left: 9px;
	width: 152px;
	height: 110px;
	float: left;
}

.site_result span.title {
	display: block;
	overflow: hidden;
	width: 152px;
	height: 31px;
	font-size: 11px;
}

.site_result a {
	display: block;
}

.video_count {
	margin-top: 2px;
	text-align: right;
	font-size: 11px;
}

.alert_area {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	color: #EF3780;
}

.alert_area p{
	font-size: 10px;
}

.hint_area  {
	width: 442px;
	margin: 15px; 0px 15px 10px;
}

.hint_area p {
	font-weight: bold;
	float: left;
//	font-size: 11px;
}

.hint_area ul {
	list-style-type: disc;
	float: right;
//	font-size: 11px;
}

.video_results {
	padding-top: 15px;
}

.video_result {
	list-style-type: none;
	width: 630px;
	padding-bottom: 6px;
	margin-bottom: 8px;
}

.video_result > div {
	margin: 3px 0px 3px 4px;
}

.video_result .thumbnail_area {
	float: left;
	width: 150px;
	position: relative;
}

.video_result .thumbnail_area .thumbnail {
	width: 150px;
	height: 98px;
}

.video_result .thumbnail_area .video {
	position: absolute !important;
	bottom: 0 !important;
	right: 0 !important;
	display: block !important;
	width: 50px !important;
	height: 12px !important;
	z-index: 1000;
}

.video_result .thumbnail_area .video img {
	width: 50px !important;
	height: 12px !important;
}

.video_result .thumbnail_area .duration {
	position: absolute;
	top: 0;
	left: 0px;
	color: #fff;
	background-color: #000;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
}

.video_result .description_area {
	float: left;
	width: 450px;
}

.video_result .description_area .other span {
	margin-right: 10px;
}

.video_result .description_area .other span.key {
	color: #EC3A83;
	font-size: 12px;
	margin: 0px;
}

.video_result .description_area .other span.val {
	color: #000;
	font-size: 12px;
}

.video_result .description_area .other span.val a {
	font-size: 12px;
}

.video_result .other {
	width: 100%;
	height: 22px;
	overflow: hidden;
}

.video_result span {
	padding-botom: 5px;
}

.video_result .title {
	display: block;
	line-height: 18px;
	height: 17px;
	white-space: nowrap;
	overflow: hidden;
}

.video_result .title a {
	font-size: 18px;
}

.video_result .url {
	display: block;
	width: 100%;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10 */
	color: #093;
}

.video_result .description {
	display: block;
	width: 450px;;
	height: 40px;
	overflow: hidden;
	color: #444;
}

span.duration {
	background-image: url(http://img.likevideo.jp/common/duration16p.png);
	padding-left: 20px;
	padding-right: 5px;
	background-repeat: no-repeat !important;
	background-position: left center;
	text-shadow: 0px 1px 0px #fff;
}

span.category {
	background-image: url(http://img.likevideo.jp/common/category16p.png);
	padding-left: 20px;
	padding-right: 5px;
	background-repeat: no-repeat !important;
	background-position: left center;
}

span.tag {
	background-image: url(http://img.likevideo.jp/common/tag16p.png);
	padding-left: 20px;
	padding-right: 5px;
	background-repeat: no-repeat !important;
	background-position: left center;
	text-shadow: 0px 1px 0px #fff;
}

span.pv {
	background-image: url(http://img.likevideo.jp/common/pv16p.png);
	padding-left: 20px;
	padding-right: 5px;
	background-repeat: no-repeat !important;
	background-position: left center;
	text-shadow: 0px 1px 0px #fff;
}

.actor_results {
	padding-top: 15px;
}

.actor_result {
	float: left;
	list-style-type: none;
	width: 162px;
	padding-bottom: 6px;
	margin-bottom: 8px;
}

.actor_result .rank_area {
	background-color: #EC3A83;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	padding: 2px;
	color: #fff;
	font-weight: bold;
}

.actor_result .thumbnail_area {
	float: left;
	width: 156px;
	position: relative;
}

.actor_result .thumbnail_area .thumbnail {
	width: 156px;
	height: 156px;
}

.actor_result .description_area {
	float: left;
	width: 205px;
}

.actor_result .title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

.actor_result .title a {
	font-size: 11px;
}

.actor_result p {
	font-size: 11px;
	width: 205px;;
	height: 20px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


.popular_results {
	padding-top: 15px;
}

.popular_result {
	float: left;
	list-style-type: none;
	width: 162px;
	padding-bottom: 6px;
	margin-bottom: 8px;
}

.popular_result .rank_area {
	background-color: #EC3A83;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	padding: 2px;
	color: #fff;
	font-family: impact;
	font-size: 150%;
}

.popular_result .thumbnail_area {
	float: left;
	width: 154px;
	position: relative;
}

.popular_result .thumbnail_area .thumbnail {
	width: 154px;
	height: 128px;
}

.popular_result .thumbnail_area .video {
	position: absolute !important;
	bottom: 0 !important;
	right: 0 !important;
	display: block !important;
	width: 50px !important;
	height: 12px !important;
	z-index: 1000;
}

.popular_result .thumbnail_area .video img {
	width: 50px !important;
	height: 12px !important;
}


.popular_result .description_area {
	float: left;
	width: 154px;
}

.popular_result .title {
	overflow: hidden;
	padding: 0px;
	height: 52px;
}

.popular_result .title a {
	font-size: 12px;
}

.search_dmm ul {
	list-style-type: none;
	width: 728px;
}

.search_dmm li {
	float: left;
	width: 140px;
}

.search_dmm li .result {
	border: 2px solid #eee;
	box-shadow: 0 1px 5px #eee;
	text-align: center;
	padding: 4px 0px;
	position: relative;
	width: 140px;
}

.search_dmm li .result:hover {
	border: 2px solid #EC3A83;
}

.search_dmm li .result img.thumb {
	width: 135px;
	height: 205px;
}

.search_dmm li .result .pickup {
	position: absolute;
	top: 0;
	left: 0px;
}

.search_dmm li .title {
	padding-left: 5px;
	font-size: 12px;
	word-break: break-all;
}

.search_dmm li .title .price {
	font-size: 11px;
	color: #900
}

.search_words {
	margin: 5px 0px 10px 0px;
}

.search_words .title {
	font-size: 14px;
}

.search_words .link {
	padding-left: 10px;
	text-decoration: underline;
}

.search_words .link a {
	font-size: 14px;
}

.relationwords {
	margin: 15px 0px 12px 0px;
	width: 420px;
}

.relationwords p, .relationwords span {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

.relationwords .strong {
	font-weight: bold;
}

.relationwords_inner {
	margin-top: 8px;
}

.relationwords_inner .word {
	padding-left: 5px;
	width: 175px;
	display: block;
	float: left;
}

.pager_area {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: #CCC 0px 0px 3px;
	-moz-box-shadow: #CCC 0px 0px 3px;
	box-shadow: #CCC 0px 0px 3px;
	border-radius: 4px;
	margin-top: 25px;
	padding: 5px 0px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.pager_area ul {
	list-style-type: none;
	float: left;
	position: relative;
	left: 50%;
}

.pager_area .pager_nav a {
	width: 45px;
}

.pager_area .link a {
	width: 25px;
}

.pager_area li {
	margin-right: 8px;
	float: left;
	text-align: center;
	position: relative;
	left: -50%;
}


.pager_area .selected {
	width: 25px;
	height: 20px;
	padding: 5px;
	background-color: #bbb;
	border: 1px solid #999;
	-webkit-box-shadow: #CCC 0px 0px 3px;
	-moz-box-shadow: #CCC 0px 0px 3px;
	box-shadow: #CCC 0px 0px 3px;
	border-radius: 8px;
}

.pager_area a {
	display: block;
	padding: 5px;
	height: 20px;
	-webkit-box-shadow: #CCC 0px 0px 3px;
	-moz-box-shadow: #CCC 0px 0px 3px;
	box-shadow: #CCC 0px 0px 3px;
	border: 1px solid #C9C9C9;
	border-radius: 8px;
	background-color: #fff;
	text-shadow: 0px 1px 0px #eee;
}

.pager_area li a:hover {
	background-color: #bbb;
}

.sidebar_box {
	border: #999 solid 2px;
	border-radius: 6px;
	box-shadow: 0 0 4px #999;
	margin-bottom: 7px;
}

.sidebar_box .sidebar_title {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #222;
	background-color: #ccc;
}

.sidebar_box li a {
	display: block;
	width: 290px;
	height: 84px;
	text-decoration: none;
}

.sidebar_box li:hover {
//	border: 2px solid #ccc;
	background-color: #eee;
}

.sidebar_box li {
	margin: 1px 0px;
	list-style-type: none;
	border: 2px solid #fff;
}

.sidebar_box li img.thumbnail {
	width: 120px;
	height: 82px;
}

.sidebar_box .thumbnail_area {
	position: relative;
	float: left;
	width: 120px;
}

.sidebar_box .thumbnail_area .video {
	position: absolute !important;
	bottom: 0 !important;
	right: 0 !important;
	display: block !important;
	width: 45px !important;
	height: 10px !important;
	z-index: 1000;
}

.sidebar_box .thumbnail_area .video img {
	width: 45px !important;
	height: 10px !important;
}

.sidebar_box li .subtitle {
	display: block;
	width: 165px;
	color: #fff;
	background-color: #EC3A83;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 125px;
}

.sidebar_box li .title {
	height: 38px;
	width: 145px;
	font-size: 13px;
	color: #222;
	overflow: hidden;
}

.sidebar_box li .site {
	font-size: 11px;
	height: 14px;
	overflow: hidden;
}

/** side_contents **/
.side_contents {
	border-top: 2px solid #EC3A83;
	border-radius: 6px;
	box-shadow: 0 0 4px #999;
	margin-bottom: 8px;
}

.side_contents .contents_title {
	text-align: center;
	font-size: 24px;
	color: #222;
}

.side_contents li a {
	display: block;
	width: 290px;
	height: 84px;
	text-decoration: none;
}

.side_contents li:hover {
	background-color: #eee;
}

.side_contents li {
	margin: 1px 0px;
	list-style-type: none;
	border: 2px solid #fff;
}

.side_contents li img.thumbnail {
	width: 120px;
	height: 82px;
}

.side_contents .actor_thumb_area {
	position: relative;
	float: left;
	width: 152px;
}

.side_contents .actor_area .rank {
	display: block;
	width: 155px;
	color: #fff;
	background-color: #EC3A83;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 126px;
}

.side_contents .actor_area .actor_name {
	height: 28px;
	font-size: 16px;
	color: #222;
	overflow: hidden;
}

.side_contents .actor_area p {
	font-size: 11px;
	color: #222;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.side_contents .thumbnail_area {
	position: relative;
	float: left;
	width: 120px;
}

.side_contents .thumbnail_area .video {
	position: absolute !important;
	bottom: 0 !important;
	right: 0 !important;
	display: block !important;
	width: 45px !important;
	height: 10px !important;
	z-index: 1000;
}

.side_contents .thumbnail_area .video img {
	width: 45px !important;
	height: 10px !important;
}

.side_contents li .subtitle {
	display: block;
	width: 155px;
	color: #fff;
	background-color: #EC3A83;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 126px;
}

.side_contents li .title {
	height: 38px;
	width: 165px;
	font-size: 13px;
	color: #222;
	overflow: hidden;
}

.side_contents li .site {
	font-size: 11px;
	height: 14px;
	width: 165px;
	overflow: hidden;
}
.side_contents_inner {
	padding-left: 5px;
}

.side_navi {
	margin-bottom:5px;
}

.side_navi ul {
	font-size: 16px !important;
	margin-left: 25px;
}

.side_navi li {
	list-style-type: disc;	
}

.side_navi li:hover {
	background: none;
}

.side_navi li a {
	height: auto;
}

.point {
	background-image: url(http://img.likevideo.jp/common/title_point.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 24px;
	font-size: 16px;
}

/** Actor **/
.actor {
}
.actor_thumbnail {
	width: 166px;
	float: left;
}
.actor_thumbnail img {
	width: 166px;
	height: 176px;
}
.actor_info {
	width: 130px;
	float: right;
	text-align: left;
	font-size: 12px;
}
.actor_info .strong {
	font-weight: bold;
}
.actor_info p {
	padding: 0px;
	margin: 0px;
}
.actor_info p.inner {
	padding-left: 1px;
}
.actor h2 {
	font-size: 23px;
	color: #222;
//	font-size: 28px;
	font-weight: normal;
//	font-family: arial, sans-serif;
//	color: #262626;
}

/** DMM **/
.dmm li img {
	max-width: 261px;
	max-height: 168px;
//	width: 261px;
//	height: 168px;
}
.dmm li:hover {
	background-color: transparent;
}
.dmm li a {
	display: inline;
	text-decoration: none;
	color: #EC3A83;
}

/** 人気記事ランキング **/
.pickup_ul li {
    position: relative;
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    width: 100%;
    z-index: 998;
}

.pickup_ul li a {
    margin-top: 0px;
    color: #505050;
    font-size: 12px;
    display: block;
    padding: 0px;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    height: 180px;
    line-height: 18px !important;
    text-decoration: none !important;
    border: 1px solid #303030 !important;
    border-bottom: 1px solid #101010 !important;
    background-color: #c0c0c0 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    position: relative !important;
    z-index: 999;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0px 1px 2px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0px 1px 2px rgba(0, 0, 0, 0.5) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

.pickup_ul a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.pickup_box {
    position: absolute !important;
    bottom: 0 !important;
    background-image: url(http://adultlike.net/images/shade10.png);
    background-repeat: repeat !important;
    display: block !important;
    width: 100% !important;
    border-top: 1px solid #000 !important;
    z-index: 1000;
}

.pickup_inner {
    padding: 4px 5px 4px 5px !important;
    display: block !important;
    margin: 0 !important;
    text-shadow: 0px -1px 1px black !important;
    font-size: 12px !important;
    position: relative !important;
    color: white !important;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255,0.2) !important;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
    z-index: 1001;
}

.watch_info_box {
	margin-bottom: 5px;
	padding: 2px;
}

.watch_info_box_inner {
	float: left;
	width: 600px;
	margin: 3px 0px;
}

.watch_info_box_inner_half {
	float: left;
	width: 295px;
	margin: 3px 0px;
}

.watch_info_title {
	float: left;
	width: 130px;
	color: #EC3A83;
	padding: 5px;
	font-weight: bold;
}

.watch_info_body {
	float: left;
	width: 130px;
	padding: 5px;
	margin-left: 5px;
	background-color: #e6e6e6;
	border-radius: 6px;
}

.watch_info_actor, .watch_info_videos {
	float: left;
	padding: 5px;
	width: 424px;
	margin-left: 5px;
	background-color: #e6e6e6;
	border-radius: 6px;
}

.watch_info_actor li {
	padding: 5px;
	width: 424px;
	height: 98px;
}

.watch_info_actor_thumbnail {
	float: left;
	width: 98px;
}

.watch_info_actor_thumbnail img {
	width: 98px;
	height: 98px;
}

.watch_info_actor_description {
	float: left;
	width: 180px;
	margin-left: 10px;
	color: #222;
}

.watch_info_actor_goto {
	float: right;
	background: url(http://img.likevideo.jp/common/sp_icon_go.png) no-repeat left center;
	height: 98px;
	width: 48px;
	text-indent: -99999px;
}

.watch_info_videos li {
	padding: 2px 0px 2px 5px;
}

.watch_box {
	margin-left: 60px;
	margin-bottom: 10px;
}

.watch_box_title {
	color: #EC3A83;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.watch_dmm_video {
	margin-top: 5px;
}

.watch_dmm_video a:hover {
	text-decoration: none;
}

.watch_dmm_video .hover:hover {
	background-color: #e6e6e6;
}


a.watch_button, a.watch_button_on {
	width:560px;
	display: block;
	color: #fff !important;
	font-weight: bold;
	padding: 4px 12px;
	margin: 7px 0px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #F5F5F5;
	background-repeat: repeat-x;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 6px;
	border-color: #222;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
	text-decoration: none !important;
}

a.watch_button {
	background-image: -moz-linear-gradient(top, #ffb0ca, #ff7da8);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffb0ca), to(#ff7da8));
	background-image: -webkit-linear-gradient(top, #ffb0ca, #ff7da8);
	background-image: -o-linear-gradient(top, #ffb0ca, #ff7da8);
	background-image: linear-gradient(to bottom, #ffb0ca, #ff7da8);
}

a.watch_button:hover, a.watch_button_on {
	background-image: -moz-linear-gradient(top, #ff6497, #ff3175);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6497), to(#ff3175));
	background-image: -webkit-linear-gradient(top, #ff6497, #ff3175);
	background-image: -o-linear-gradient(top, #ff6497, #ff3175);
	background-image: linear-gradient(to bottom, #ff6497, #ff3175);
}

.site_info {
	border-radius: 6px;
	padding: 2px 5px 5px 5px;
}
.site_name {
	font-weight: bold;
	color: #EC3A83;
	margin: 3px 0px;
	border-bottom: 1px solid #ccc;
}
.site_thumbnail {
	float: left;
	width: 210px;
}
.site_body {
	float: right;
	width: 420px;
}
.site_body_inner {
	margin: 5px 0px;
}
.site_key {
	float: left;
	width: 85px;
	color: #EC3A83;
	font-weight: bold;
}
.site_value {
	float: right;
	width: 320px;
	background-color: #eee;
	border-radius: 6px;
	padding: 5px;
}
.lvjp ul {
	list-style: none !important;
	word-break: break-all !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.lvjp li {
	display: inline-block !important;
	min-width: 60px !important;
	float: left !important;
	margin: 3px 0px !important;
	padding: 0 !important;
}
.lvjp_v li {
	width: 100% !important;
}
.lvjp li a {
	position: relative !important;
	display: block !important;
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-decoration: none !important;
	border: 1px solid #EC3A83 !important;
	border-bottom: 1px solid #EC3A83 !important;
	border-radius: 6px;
	background-color: #C0C0C0 !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0px 1px 2px rgba(0, 0, 0, 0.5) !important;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0px 1px 2px rgba(0, 0, 0, 0.5) !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0px 1px 2px rgba(0, 0, 0, 0.5) !important;
}
.lvjp_h li a {
	min-width: 60px !important;
	min-height: 100px;
	margin: 0 3px !important;
}
.lvjp_h li:last-child a {
	margin-right: 0 !important;
	clear: both !important;
}
.lvjp_h li:first-child a {
	margin-left: 0 !important;
}
.lvjp li a:hover,
.lvjp li a:active {
	opacity: 0.8 !important;
	filter: alpha(opacity=80) !important;
}
.lvjp div {
	position: absolute !important;
	bottom: 0 !important;
	width: 100% !important;
	background-image: url('http://img.likevideo.jp/common/parts.png') !important;
	background-repeat: repeat !important;
	border-top: 1px solid #000 !important;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255,0.2) !important;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
}
.lvjp div p {
	font-size:12px !important;
	color:#FFF !important;
	text-shadow: 0px -1px 1px black !important;
	padding:4px 5px 4px 5px !important;
	margin: 0 !important;
}

.bookmark_remove {
	display: inline-block;
	background: url(http://img.likevideo.jp/common/bookmark_remove.png) no-repeat left center;
	padding-left: 40px;
}
.bookmark_insert {
	display: inline-block;
	background: url(http://img.likevideo.jp/common/bookmark_insert.png) no-repeat left center;
	padding-left: 40px;
}
.watch_goto {
	display: inline-block;
	background: url(http://img.likevideo.jp/common/watch_goto.png) no-repeat left center;
	padding-left: 40px;
}

.bookmark {
	background-image: url(http://img.likevideo.jp/common/fav_on.png);
	background-position: left;
	background-repeat: no-repeat !important;
	background-color: #eee;
	color: #000 !important;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	border: 1px solid #ccc;
	height: 30px;
	line-height: 30px;
	padding: 0px 3px 0px 18px;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
}

.bookmark_on {
	background-image: url(http://img.likevideo.jp/common/fav.png);
//	background-color: #bbb;
//	border: 1px solid #999;
//	color: #333;
}

.bookmark2 {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9915), color-stop(100%, #d87e04));
	background: -webkit-linear-gradient(top, #fa9915, #d87e04);
	background: -moz-linear-gradient(top, #fa9915, #d87e04);
	background: -o-linear-gradient(top, #fa9915, #d87e04);
	background: linear-gradient(top, #fa9915, #d87e04);
	background-color: #f18d05;
	border-color: #bf7004;
	color: white !important;
	text-shadow: 0 -1px 1px rgba(91, 53, 2, 0.35);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	border: 1px solid #d4d4d4;
	height: 32px;
	line-height: 32px;
	padding: 0px 25.6px;
	font-weight: 300;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}


.bookmar2k:hover {
	background-color: #f18d05;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fba42e), color-stop(100%, #d87e04));
	background: -webkit-linear-gradient(top, #fba42e, #d87e04);
	background: -moz-linear-gradient(top, #fba42e, #d87e04);
	background: -o-linear-gradient(top, #fba42e, #d87e04);
	background: linear-gradient(top, #fba42e, #d87e04);
}

.adlink {
	text-align: center;
}

.adlink a {
	color: #000 !important;
	text-decoration: none;	
}

.adlink a:hover {
	text-decoration: none;
}

.adlink:hover {
	background-color: #eee;
}

/** 共通 **/
.errorlist {
	margin-left: 20px;
	color: red;
	padding: 2px;
	font-size: 12px;
}

.clearfix:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}