/*********************************************************************
　初期設定
*********************************************************************/
/*--------------------------------------
　背景
--------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/*--------------------------------------
　マージン消去
--------------------------------------*/
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a {
	text-decoration: none;
}


/*********************************************************************
　ヘッダー
*********************************************************************/
/*--------------------------------------
　ヘッダー枠
--------------------------------------*/
header {
	margin: 0px;
	height: 53px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #e6e6e6;
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	background-position: left top;
}

/*--------------------------------------
　ロゴ
--------------------------------------*/
header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}

header h1 img {
	width: 175px;
	display: block;
}


/*--------------------------------------
　ボタン
--------------------------------------*/
header p {
	margin: 0px;
	padding: 0px;
	float: right;
	display: block;
}

header p img {
	width: 50px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}



/*********************************************************************
　トップページ
*********************************************************************/
/*--------------------------------------
　トップ｜枠
--------------------------------------*/
#contents_top {
	margin: 0px auto;
	clear: both;
	/*background-color: #e6e6e6;*/
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	max-width:600px;
}

/*--------------------------------------
　トップ｜メニュー
--------------------------------------*/
#contents_top #menu {
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
	overflow: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}

#contents_top #menu li {
	background-image: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

#contents_top #menu li img {
	margin: 0px;
	float: left;
	width: 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
}


/*--------------------------------------
　トップ｜ニュース
--------------------------------------*/
#contents_top #news {
	margin: 0px;
	clear: both;
	padding: 0px;
}

#contents_top #news li {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: small;
	padding-top: 10px;
	padding-left: 5px;
	list-style-position: inside;
	list-style-type: none;
}


/*--------------------------------------
　トップ｜ニュースタイトル
--------------------------------------*/
#contents_top h2 {
	border-bottom:#DB0000 1px solid;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left:5px;
	font-size: medium;
	display: block;
	margin: 0px;
	clear: both;
	letter-spacing: 0.1em;
	font-weight: 900;
	color:#DB0000;
}

/*--------------------------------------
　トップ｜youtube
--------------------------------------*/
#contents_top .mov{
	background-image:url(/contents/komeri-tv/common/img/weekly_back.jpg);
	background-repeat:no-repeat;
	background-size: contain;
	padding-top:12%;
    width:100%;
}

#contents_top .youtube{
    position:relative;
    width:100%;
    height:0;
    padding-top:56%;

}

#contents_top .youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


/*--------------------------------------
　トップ｜backnumber
--------------------------------------*/
#contents_top .movie_list{
	clear: both !important;
    position: relative !important;
    zoom: 1;
	margin-bottom: 10px !important;
	margin-top:0;
	list-style-type:none;
	padding-left:0;
}

#contents_top .syosai{
	position: absolute !important;
    bottom: 0px !important;
    right: 0px !important;
	margin-bottom: 0px !important;
	float:right;
	width:51px;
	margin-top:10px;
}

#contents_top .movie_list .list_img{
	float:left;
	width:30%;
	margin-right:10px;
}

#contents_top .movie_list .title{
	float:left;
	width:50%;
	font-size:0.9em;
}

#contents_top .backnumber{
	background-image: url(/contents/komeri-tv/common/img/new_line.gif);
    background-repeat: repeat-x;
    clear: both;
    padding-top: 8px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}



/*********************************************************************
　サブページ
*********************************************************************/
/*--------------------------------------
　サブ｜枠
--------------------------------------*/
#content {
	margin: 0px;
	clear: both;
	background-color: #e6e6e6;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

/*--------------------------------------
　サブ｜メニュー
--------------------------------------*/
#content #sub_menu {
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
	overflow: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 300px;
}

#content #sub_menu li {
	background-image: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

#content #sub_menu li img {
	margin: 0px;
	float: left;
	width: 75px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
}


/*--------------------------------------
　サブ｜ページ内枠
--------------------------------------*/
.pageitem {
	display: block;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	font-size: medium;
	font-weight: normal;
	margin: 0px;
	clear: both;
}

.pageitem li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


/*--------------------------------------
　サブ｜サブタイトル
--------------------------------------*/
.textbox {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
	color:#000000;
	font-weight:bolder;}

.textbox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 290px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*--------------------------------------
　映像枠
--------------------------------------*/
.movie_table {
	text-align:center;
	background:#666666;
	height:168px;
	vertical-align:center;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*--------------------------------------
　映像注意文
--------------------------------------*/
.movie_txt {
	text-align:center;
	font-size: small;
	padding: 5px;
}


/*--------------------------------------
　映像商品詳細
--------------------------------------*/
.movie_syosai {
	text-align:left;
	font-size: small;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.movie_syosai li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
}


/*--------------------------------------
　映像タイトル
--------------------------------------*/
.move_title{
    color:#000000;
	font-weight:bolder;
	text-align:center;
	vertical-align:middle;
	display:table;
	height:80px;
	width:300px;
	margin-left:auto;
	margin-right:auto;

}
.move_title p{
	height:100%;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	text-align:center;
	position:relative;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	display:table-cell;
}



/*********************************************************************
　フッター
*********************************************************************/
/*--------------------------------------
　フッター枠
--------------------------------------*/
footer {
	margin: 0px;
	height: 23px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: small;
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e6e6e6;
	text-align: center;
}

/*--------------------------------------
　ドットコムボタン
--------------------------------------*/
#btn_dotcom {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dddddd');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dddddd')";
	background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
	background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
	background-image: -o-linear-gradient(top, #ffffff, #dddddd);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#dddddd));
	background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
	background-image: linear-gradient(top, #ffffff, #dddddd);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-align: center;
	vertical-align: middle;
	border: 2px outset #FFFFFF;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}

#btn_dotcom a {
	display: block;
	height: auto;
}
