@charset "UTF-8";

/***********************************************************************************
  全般
***********************************************************************************/

body, div, p, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html,body{
     height:100%;
}

body {
	font-size: 16px;
	color: #444444;
	font-family: "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}

table, th, td, img {
	border: 0;
}

table {
	border-collapse: collapse;
}

caption, th {
	text-align: left;
	font-weight: normal;
}

dl, ul, ol {
	list-style: none;
	list-style-position: outside;
}

form {
	display: inline;
}

img, input {
	vertical-align: middle;
}

div, p, h1, h2, h3, h4, h5, h6 {
	word-break: break-all;
	word-wrap: break-word;
}

a {
	text-decoration:none;
	color:#444444;
	outline: none;
}
a:hover{
	text-decoration:underline!important;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	height:0;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

#main_contents {
	border-top:solid 3px #07b2e7;
	width: 100%;
	min-width: 1000px;
	position: relative;
	height:auto !important; /*IE6対策*/
 	height: 100%; /*IE6対策*/
	display: flex;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

.cover {
	border: 1px #f2f2f2 solid;
	background-color: #ffffff;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	display: none;
}

.panel {
	margin: 0 0 10px 0;
	padding: 12px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 0px #e6e5e5;
	-moz-box-shadow: 0px 2px 0px #e6e5e5;
	box-shadow: 0px 2px 0px #e6e5e5;
	-ms-box-shadow: 0px 2px 0px #e6e5e5;
}

input[type=button],
input[type=submit],
input[type=reset] {
	outline: none;
}

/***********************************************************************************
  module
***********************************************************************************/
.bold{
	font-weight:bold;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.posiLeft{
	text-align:left;
}
.posiRight{
	text-align:right;
}
.posiCenter{
	text-align:center;
}

.size16{ font-size:16px;}
.size18{ font-size:18px;}
.size20{ font-size:20px;}

.p5{ padding:5px; }
.p10{ padding:10px; }
.p15{ padding:15px; }
.mtop30{
	margin-top:30px;
}
.mbtm10{
	margin-bottom:10px;
}
.mbtm15{
	margin-bottom:15px;
}
.mbtm20{
	margin-bottom:20px;
}
.mbtm25{
	margin-bottom:25px;
}
.mbtm30{
	margin-bottom:30px;
}
.mbtm40{
	margin-bottom:40px;
}
.mbtm50{
	margin-bottom:50px;
}
.mbtm60{
	margin-bottom:60px;
}
.mleft10{
	margin-left:10px;
}
.mleft15{
	margin-left:15px;
}
.mleft20{
	margin-left:20px;
}
.mright10{
	margin-right:10px;
}
.mright15{
	margin-right:15px;
}
.mright20{
	margin-right:20px;
}
.mright25{
	margin-right:25px;
}
.mright30{
	margin-right:30px;
}

.caption {
	font-size:12px;
	color:#999999;
	text-align:right;
	margin:0 0 10px 0;
}
.caption a{
	color:#999999;	
}
.border {
	background-color: #ffffff;
	border: 1px #07b2e7 solid;
}
.border a {
	color: #07b2e7;
}
.border_btm{
	border-bottom: 1px #07b2e7 solid;
}
.border_top{
	border-top: 1px #07b2e7 solid;
}
.border_top_dotted{
	border-top: 1px #07b2e7 dotted;
}
.posiCenter{
	text-align:center;
}

.color_white { color:#ffffff!important ; }
.color_pink { color:#ea3d72!important ; }
.color_base { color:#119ade!important; }
.color_brown { color:#ad7b23!important; }
.color_darkblue { color:#7aa3d1!important; }
.color_emerald { color:#20a8a0!important; }


.arrow_white_right a {
	    background: transparent url("/_img/sprites_arrow_white.png") no-repeat scroll right 5px;
		padding-right:18px;
}
.arrow_white_left a {
	    background: transparent url("/_img/sprites_arrow_white.png") no-repeat scroll left -70px;
		padding-left:18px;
}

/***********************************************************************************
  コンテンツ
***********************************************************************************/

#body .left {
	width: 260px;
	float: left;
}

#body .right {
	width: 690px;
	float: right;
}

#body .panel .title {
	min-height: 20px;
	margin: 0 0 5px 0;
	font-size: 16px;
	background-position: left;
	background-repeat: no-repeat;
}

/***********************************************************************************
  サイトタイトル
***********************************************************************************/

#title_logo {
	height: 115px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: url(/_img/title_logo.gif) no-repeat center;
}
#title_logo_2{
	height: 115px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: url(/_img/title_logo_2.gif) no-repeat center;
}

#title_logo_a {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: url(/_img/top_elogo.gif) no-repeat left;
	
}
#panel_title {
	padding: 10px !important;
}

#panel_title h1 {
	padding: 1px 0 12px 15px;
	font-size: 18px;
}

/***********************************************************************************
  フッター
***********************************************************************************/

#footer {
	margin:0px auto;
}

#footer .panel {
	margin: 0;
	padding: 0;
}

#footer a.icon_setting:hover {
	opacity: 0.8;
}

#footer .sns_icons {
	padding: 13px 0 12px 13px;
	border-left: 1px #ffffff solid;
	float: left;
}

#footer .icon_setting,
#footer .sns_icons .sns_icon {
	width: 28px;
	height: 28px;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	border: 1px #ffffff solid;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	float: left;
}

#footer .icon_setting {
	margin: 13px 13px 0 13px;
}

#footer a.icon_setting:hover,
#footer .sns_icons a.sns_icon:hover {
	opacity: 0.8;
}

#footer span.icon_setting {
	opacity: 0.3;
}

#footer .icon_setting {
	background-image: url(/_img/footer_icon_setting.png);
}

#footer .sns_icons .icon_facebook {
	background-image: url(/_img/footer_icon_facebook.png);
}

#footer .sns_icons .icon_twitter {
	background-image: url(/_img/footer_icon_twitter.png);
}

#footer .sns_icons .icon_google {
	background-image: url(/_img/footer_icon_google.png);
}

#footer .sns_icons .icon_hatebu {
	background-image: url(/_img/footer_icon_hatebu.png);
}


#footer .copyrights {
	padding: 10px 20px 10px 0;
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 0px #e6e5e5;
	-moz-box-shadow: 0px 2px 0px #e6e5e5;
	box-shadow: 0px 2px 0px #e6e5e5;
	-ms-box-shadow: 0px 2px 0px #e6e5e5;
	color: #FFF !important;
	background-color: #00648C;
}

#footer .copyrights a {
	color: #ffffff;
}

/***********************************************************************************
  サイドアイコン
***********************************************************************************/

#left_icons {
	display: none;
	position: absolute;
	top: 0px;
	left: 15px;
}

#left_icons a {
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	border-radius: 0 0 3px 3px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	overflow: hidden;
	display: block;
	float: left;
}

#left_icons a:hover {
	height: 42px;
}

#left_icons .set_start {
	background-image: url(/_img/icon_home.png);
}

#left_icons .desktop_icon {
	background-image: url(/_img/icon_desktop.png);
}

#left_icons .chrome_extension_icon {
	background-image: url(/_img/icon_estart_search.png);
	background-position: 7px 8px;
}

#left_icons .help_icon {
	background-image: url(/_img/icon_help.png);
}

/***********************************************************************************
  デスクトップバー アンケートページ
***********************************************************************************/
#enquete_panel{
	padding:28px 35px 28px 35px;
}
#enquete_panel .intro_txt{
	color:#444444;
	margin:20px 0 0px 0;
}
#enquete_panel .complete{
	background:#F5F5F5; 
	color:#07b2e7; 
	font-size:16px;
	padding:30px 15px;
	font-weight:bold;
	text-align:center;
}
#enquete_panel h4{
	color:#444444;
	margin:30px 0 5px 0;
    border-left: 5px solid #07B2E7;
	border-bottom: 1px dotted #cccccc;
    font-size: 1.1em;
    font-weight: bold;
	padding:0 0 3px 10px;
	line-height:1.2em;
}
#enquete_panel .txt_box{
	margin:-2px 0 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	border:solid 1px #999999;
}
#enquete_panel .txt_box:hover {
	background:#eff8fb;
}
#enquete_panel .mb{
	margin-bottom:10px;
}
#enquete_panel p{
	color:#444444;
}
#enquete_panel p.other{
	margin:10px 0 0 0;
}

#enquete_panel label:hover {
    background : #eff8fb;
	cursor:pointer;
}
#enquete_panel label{
	line-height:25px;
	padding:0;
	margin:0;
}
#enquete_panel label.first_check{
	line-height:33px;
}
#enquete_panel select{
	margin:10px 0 30px 0;
}
#enquete_panel .submit_button {
	border:none !important;
   width:100px;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#777777;
	border-radius:3px;
	cursor:pointer;
}
#enquete_panel .submit_button:hover {
    background-color:#999999;
}

.top_nav {
   /* border-bottom: 1px solid #E8E8E8;*/
    font-size: 12px;
    padding: 5px 0;
   /* margin-bottom:15px;*/
}
.top_nav li {
    float: left;
}
.link_line a {
    text-decoration: none;
}
.link_line a:hover {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: underline;
}
.c_red {
    color: #E51E00;
	font-weight:bold;
}


.floating {
	position: fixed;
	bottom: 0px;
	right:0px;
	z-index:10;
}
	

.color {
	color: #ffffff !important;
	background-color: #07b2e7;
}
/*.current{
	color: #ffffff !important;
	background-color: #07b2e7;
	border: 1px #07b2e7 solid;	
}*/

.color_light {
	background-color: #e2f8ff;
}

.color_txt {
	color:#07b2e7!important;
}
a.color_txt {
	color:#07b2e7!important;
}
.color_bg {
	background-color: #07b2e7!important;
}

/***********************************************************************************
  よく見るサイト
***********************************************************************************/

#body .favorite_sites .site .site_bar {
	background-color: #07b2e7;
}

/***********************************************************************************
  A/Bテスト用2014/04/22
***********************************************************************************/
#body .search_color {
	background: #c5e8fa; /* Old browsers */
	background: -moz-linear-gradient(top,  #c5e8fa 0%, #e8f6fd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5e8fa), color-stop(100%,#e8f6fd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c5e8fa 0%,#e8f6fd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c5e8fa 0%,#e8f6fd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c5e8fa 0%,#e8f6fd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c5e8fa 0%,#e8f6fd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5e8fa', endColorstr='#e8f6fd',GradientType=0 ); /* IE6-9 */
}
#body .search_words h2.title .sicon2 {
	background-position:0 2px!important;
}
.search_form_le .sicon1 {
	width:24px;
	height:23px;
	background:url(/_img/three01.png) no-repeat 0 0;
}



/***********************************************************************************
  メガメニュー
***********************************************************************************/
/* Mega Menu Styles */
.ico_home{
		background: var(--img-ico-home) no-repeat left center;
		padding-left:18px;
		margin-right:20px;
}
.ico_enquete{
		background:url(../_img/common/ico_enquete.png) no-repeat left center;
		padding-left:18px;
		margin-right:20px;
}
.mega-menu ul, .mega-menu ul li {list-style: none;}
.mega-menu ul {position: relative; padding: 0; margin: 0;}
.mega-menu ul li ul {display: none;}
.mega-menu .sub {display: none;}
.mega-menu .sub ul {display: block;}

#mega-menu {
	font-size:12px;
	background: #07B2E7; 
	width: 100%; 
	min-width:1000px;
	height: 30px;
	position: relative;
}
#mega-menu li {
	float:right;
}
#mega-menu li a{
	height:30px;
	line-height:30px;
	color:#ffffff;
	display:block;
}
#mega-menu li.pr_link{
	position:absolute;
	left:5px;
	background: #07B2E7; 
}
#mega-menu li.menu_btn a.dc-mega {
	display: block; 
	color: #fff; 
	background: #ef8700; 
	text-decoration: none;
	height: 30px;
	line-height:30px;
	width:110px;
	text-align:center;
}
#mega-menu li.menu_btn a.dc-mega:hover {
	text-decoration: none!important;
	background: #e57100; 
}
#mega-menu li.mega-hover a.dc-mega{
	background: #e57100!important; 
}
#mega-menu li .sub-container {
	position: absolute;
	width:100%;
	top:30px!important;
	z-index:-10000000;
}
#mega-menu li .sub {
	background: #ffffff; 
	padding: 20px; 
	height:200px;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.2);
}
  #mega-menu li .sub div{
	width:980px!important;
	margin:0 auto;
  }
#mega-menu li .sub li {
	float: none; 
}
#mega-menu li .sub a {
	background: none; 
	color: #444444; 
	padding: 0px 10px; 
	display: block; 
	float: none; 
}
#mega-menu li .sub li.mega-hdr {
	margin: 0 10px 10px 0; 
	float: left;
	color: #07b2e7;
	font-size:18px;
}
#mega-menu .sub ul {
	display: block;
	font-size:14px;
	font-weight:lighter;
	margin-top:10px;
	margin-right:60px;
}
#mega-menu .sub li.mega-hdr li a {
    color: #444 !important;
    padding: 0px;
}

/***********************************************************************************
  PC動画検索
***********************************************************************************/
.movie_link {
	width: 100%;
	padding: 20px 0 16px 0;
	margin-bottom: 60px;
	background: #ecf7fd;
}
.movie_link ul {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.movie_link li {
	width: 140px;
	height: 75px;
	margin: 0 5px 0 0;
	padding: 5px;
	display: inline-block;
	list-style-type: none;
	position: relative;
	border: 1px #D6D6D6 solid;
	border-radius: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 6px;
	background:#fff url(/_new/_img/sprites_moviesites.png) no-repeat;
}
.movie_link li:last-child{
	margin: 0;
}
.movie_link li a{
	width: 140px;
	height:75px;
	padding-bottom: 7px;
	bottom: 0;
	text-align: center;
	font-size: 13px;
	line-height:1.1;
	display: block;
}
.movie_link li a p{
	width: 140px;
	position:absolute;
	bottom: 0;
	padding-bottom: 7px;
}
.movie_link li.youtube{
	background-position:32px 0;
}
.movie_link li.niconico{
	background-position:32px -80px;
}
.movie_link li.fc2{
	background-position:32px -160px;
}
.movie_link li.gyao{
	background-position:32px -240px;
}
.movie_link li.amazon_video{
	background-position:32px -320px;
}
.movie_link li.dmm{
	background-position:32px -400px;
}
.popular_movie h2{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 2px;
	background: #ffffff var(--img-sprites-toplink) no-repeat;
	background-position: 0px -259px;
	margin: 0 0 13px 0;
}
.popular_movie h2 .title{
	padding:0 0 0 22px;
	font-weight: bold;
	padding:0px 10px 0px 20px;
}
.popular_movie ul{
	overflow: hidden;
}
.popular_movie ul li{
	width: 25%;
	float:left;
	line-height: 1.4;
	position: relative;


}
.popular_movie ul li a{
	display: block;
	width: 95%;
	height:234px;
	margin: 0 auto;
	padding: 2px;
	font-size: 13px;
	overflow: hidden;
	color: #0078a8;
}
.popular_movie ul li span{
	display: block;
	padding:5px 0 5px 0;
	height: 31px;
	overflow: hidden;
}
.popular_movie ul li span.name{
	display: block;
	padding:0;
	font-size: 10px;
	color:#fff;
	position: absolute;
	left: 14px;
	top: 163px;
}
.popular_movie ul li img{
	width: 100%;
	height:auto;
}