@charset "utf-8";

#repeatMan {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4d4d4d;
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: center;
}

#repeatMan *{
	margin: 0;  /* 全ての要素をリセット */
	padding: 0;  /* 全ての要素をリセット */
	border: none;
}

#repeatMan a:link{
	color: #ed741f;
}

#repeatMan a:visited{
	color: #ed741f;
}

#repeatMan a:hover{
	color : #ed741f;
	text-decoration : none;
}
#repeatMan #headerTop {
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	line-height: 22px;
}
#repeatMan h1 {
	line-height: 22px;
	font-weight: normal;
	font-size: 10px;
	text-indent: 1em;
	float: left;
}
#repeatMan #information:link{
	color: #4d4d4d;
	text-decoration : none;
}

#repeatMan #information:visited{
	color: #4d4d4d;
	text-decoration : none;
}

#repeatMan #information:hover{
	color : #4d4d4d;
	text-decoration : none;
}
#repeatMan #about {
	margin-left: 1em;
	font-size: 10px;
}
#repeatMan #addFavoite {
	position: absolute;
	top: 2px;
	right: 1em;
}
#repeatMan #socialBookmarks {
	position: absolute;
	right: .2em;
	top: 26px;
}
#repeatMan #logo {
	height: 78px;
	width: 572px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 22px;
	margin-bottom: 22px;
}
#repeatMan #viewer {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
#repeatMan #description {
	text-align: left;
	line-height: 22px;
}
#repeatMan #tv {
	height: 385px;
	/*background-image: url(/image/tv_default.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
}
#repeatMan #loadingListMessage {
	position: absolute;
	width: 640px;
	top: 384px;
	text-align: center;
	visibility: hidden;
}
#repeatMan #container {
	width: 728px;
	margin: 0 auto;
	position: relative;
}
#repeatMan #inputBlock {
	width: 50%;
	position: absolute;
	left: 0px;
	margin-top: 0.5em;
}
#repeatMan #listBlock {
	width: 50%;
	right: 0px;
	position: absolute;
	margin-top: 0.5em;
}
#repeatMan #inputController {

}
#repeatMan #urlInputText {
	width: 230px;
	margin-right: 0.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a3a3a3;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #a3a3a3;
	background-color: #fcfcf9;
	color: #999;
}
#repeatMan #urlInputText.focused {
	color: #333;
}
#repeatMan #urlAddButton img {
	vertical-align:middle;
}
#repeatMan #inputTextLabel {
	line-height: 22px;
	height: 22px;
	font-size: 10.5px;
	vertical-align: text-bottom;
}
#repeatMan #movieListField {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
}
#repeatMan #movieListField li {
	border: 1px solid #ccc;
	height: 21px;
	line-height: 19px;
	font-size: 10px;
	margin-bottom: -1px;
	clear: both;
	position: relative;
}
*+html #repeatMan #movieListField li {
	margin-bottom: -2px;
}
#repeatMan #movieListField li.odd {
	background: url(/image/list_bg1.gif) repeat-x;
}
#repeatMan #movieListField li.even {
	background: url(/image/table_bg_td1.jpg) repeat-x top;
}
#repeatMan #movieListField li p {
	float: left;
}
#repeatMan #movieListField li span,#repeatMan #movieListField li img {
	margin-bottom: 0;
	padding-bottom: 0;
	vertical-align: middle;
}
#repeatMan #movieListField .controller {
	right: 0px;
	top: 1px;
	position: absolute;
}
#repeatMan #movieListField .controller img {
	margin-right: 1px;
}
#repeatMan #movieListField .volume a, #repeatMan #movieListField .controller a {
	cursor: default;
}
#repeatMan #movieListField .led {
	margin-top: 2px;
	margin-left: 2px;
}
#repeatMan #movieListField .title {
	margin-right: 2px;
	margin-left: 2px;
	width: 21em;
	height: 19px;
	overflow: hidden;
}
#repeatMan #movieListField .volume {
	position: absolute;
	right: 66px;
	/*right: 86px;*/
	text-align: right;
}
/* safari only */
@media screen and (-webkit-min-device-pixel-ratio:0){
	#movieListField .volume {
		margin-top: 1px;
	}
}
#repeatMan #movieListField .volume a {
	margin-left: 2px;
}
#repeatMan #emptyList {
	display: none;
}
#repeatMan #volumeSliderBase {
	visibility: hidden;
	position: absolute;
}
#repeatMan #volumeSlider {
	height: 52px;
}

#repeatMan #status {
	line-height: 21px;
	height: 21px;
	position: relative;
	border: 0px solid black;
	width: 100%;
	text-align: left;
}
#repeatMan #statusTexts {
	/*background: url(/image/status_bg.gif) #fff no-repeat;*/
	position: relative;
	border: 0px solid red;
	height: 21px;
	line-height: 21px;
	padding: 0;
	margin: 0;
	width: 262px;
	overflow: hidden;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
}
/*#repeatMan #statusTexts {
	position: relative;
	list-style-type: none;
	left: 244px;
	float: left;
}*/
#repeatMan #statusTexts li {
	position: absolute;
	top: -2em;
	left: 0;
	display: block;
	padding: 0 1px;
	white-space: nowrap;
}
#repeatMan #repeatButtonBlock {
	position: absolute;
	right: 0;
	top: 1px;
}
#repeatMan #repeatButtonBlock img {
	margin-left: 1px;
}
#repeatMan #shadowContents {
	height: 321px;
	margin: 0 0.5em;
}
#repeatMan #leftBottomAd {
	padding-top: 0.5em;
}
*+html #repeatMan #leftBottomAd iframe{
	margin: 0 -2px;
}
#repeatMan #amazonAd {
	float: left;
	margin: 0.5em 0 0.5em 15px;
}
#repeatMan #utanetLyricsSearch {
	float: right;
	margin: 1px 20px 1px 9px;
	width: 140px;
}
#repeatMan #yahooAd{
	float: right;
}

#repeatMan #rakutenAd {
}
#repeatMan #rightBottomAd {
}
#repeatMan .sBlock {
	clear: both;
}
#repeatMan .sBlock h3 {
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}
#repeatMan .sBlock p,#repeatMan .sBlock dl,#repeatMan .sBlock ul,#repeatMan .sBlock ol {
	text-align: left;
	margin: 1em;
}
#repeatMan .sBlock dl,#repeatMan .sBlock ul,#repeatMan .sBlock ol {
	list-style: none;
}
#repeatMan .sBlock a.text:link,
#repeatMan .sBlock a.text:visited,
#repeatMan .sBlock a.text:hover {
	color: #4d4d4d;
	text-decoration : none;
}
#repeatMan .sBlock a.text:hover {
	text-decoration: underline;
}
#repeatMan .rightBlock300 {
	width: 298px;
	border: 1px solid #4d4d4d;
	background-image: url(/image/right_block_300_head.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 1em auto 0;
}
#repeatMan .rightBlock334 {
	width: 332px;
	border: 1px solid #808080;
	background-image: url(/image/right_block_334_head.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: .5em auto 0;
}
#repeatMan #inputController p{
	clear: both;
	font-size: 11px;
	text-align: left;
	width: 347px;
	margin: 0.5em auto 0;
	padding: 0 1em;
}
#repeatMan #inputSupportList{
	font-size: 11px;
	list-style: none;
	margin: 0 auto;
	padding: 0 1em;
	width: 347px;
	text-align: left;
}
#repeatMan #inputSupportList li{
	float: left;
	margin-right: 1em;
}
#repeatMan #links li{
	margin: 1px;
}
#repeatMan #links li a {
	padding-left: 16px;
	background: url(/image/list_mark.gif) no-repeat;
}


#repeatMan #footer {
	clear: both;
	line-height: 26px;
	background: url(/image/footer_bg.gif) repeat-x bottom;
	margin-top: 3em;
	padding: .4em 0;
	position: relative;
}
.centered {
  position: relative;
  overflow: hidden;
}

.centered ul {
  position: relative;
  left: 50%;
  float: left;
}

.centered ul li {
  position: relative;
  left: -50%;
  float: left;
}
#repeatMan #footerMenu li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0 .4em;
	font-size: 11px;
}
#repeatMan #footerMenu li a {
}

#saveListContainer {
	margin: 0 auto;
	padding: 2em;
	background: #ffffff url(/image/form_bg.gif) right bottom no-repeat;
	text-align: center;
	border: 2px solid #ccc;
}

#saveListContainer h3 {
	margin: 0 auto;
}

#saveListContainer #inputTable {
	margin: 1em auto;
	text-align: left;
	width: 100%;
}


#saveListContainer #inputTable th, #saveListContainer #inputTable td{
	text-align: left;
}


#saveListContainer #inputTable th>*{
	margin-right: 1em;
}

#saveListContainer #inputTable input {
	width: 400px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a3a3a3;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #a3a3a3;
	background-color: #fcfcf9;
	vertical-align: middle;
}


#saveListContainer #listNameRow th, #saveListContainer #listNameRow td{
	font-size: 16px;
	padding: 1em 0;
}

#saveListContainer #listNameRow td input{
	height: 20px;
	font-size: 16px;
}
#saveListContainer #saveListSubmit img {
	cursor:pointer;
	background:url(/image/button_save_submit.gif) no-repeat center center;
	width:138px;
	height:34px;
}

#saveListContainer .particular {
	margin: 1.5em auto;
	font-size: 11px;
}

#saveListContainer .particular ul {
	list-style-position: inside;
	list-style-image: none;
	text-align: left;
}
#saveListContainer .particular ul li {
	margin: 1px;
	
}
#saveListContainer.result {
	text-align: left;
}
#saveListContainer.result p{
	margin: 1em 0;
	line-height: 120%;
}
#saveListContainer.result #resultClose{
	text-align: center;
	margin-top: 2em;
}
#nyroModalFull #closeBut {
	position: absolute;
	right: -19px;
	top: -19px;
}

#repeatMan #leftBottom {
	margin-top: 0.5em;
	padding: 0 8px 0 7px;
}
#repeatMan #youtubePopular {
	border: 1px solid #999999;
}
#repeatMan #youtubePopular h3 {
	height: 30px;
	background: url(/image/left_bottom_h2.gif) no-repeat;
	line-height: 30px;
	padding-left: 30px;
	font-size: 12px;
	border: none;
	text-align: left;
	color: #595959;
	font-weight: normal;
}
#repeatMan #youtubePopular p.description {
	text-align: left;
	margin: 0.9em;
	font-size: 10.5px;
	
}
#repeatMan #youtubePopular #tabs{
	margin: 2px;
	border: 0px solid #d5d5d5 !important;
}
#repeatMan #youtubePopular .ui-widget-content {
	border: 0px solid #AAA !important;
}
#repeatMan #youtubePopular .ui-corner-top,#leftBottom .ui-corner-bottom,#leftBottom .ui-corner-all {
 -moz-border-radius: 0px !important; -webkit-border-radius: 0px !important;
}
/*ui-tabs ui-widget ui-widget-content ui-corner-all*/
#repeatMan #youtubePopular ul{ background: none; }
#repeatMan #youtubePopular .ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; height: 23px; width: 114px; border: 0 !important; margin: 0 1px -1px 0; padding: 0; font-size: 12px; line-height: 23px; text-align:center; background: url(/image/yp_tabs-default_bg.gif) no-repeat; }
#repeatMan #youtubePopular .ui-tabs .ui-tabs-nav li a { float: none !important; display: block; text-align:center;}
#repeatMan #youtubePopular .ui-tabs .ui-tabs-nav li a:link {text-decoration:underline !important}
#repeatMan #youtubePopular .ui-tabs .ui-tabs-nav li a:visited {text-decoration:underline !important}
#repeatMan #youtubePopular .ui-tabs .ui-tabs-nav li a:hover {text-decoration:none !important}
#repeatMan #youtubePopular .ui-tabs .ui-tabs-nav li.ui-state-hover {background: url(/image/yp_tabs-default_bg_over.gif) no-repeat; }
#repeatMan #youtubePopular .ui-tabs .ui-tabs-nav li.ui-tabs-selected { height: 22px; line-height: 22px; padding: 1px 0 0 !important; border-bottom-width: 0; background: url(/image/yp_tabs-selected_bg.gif) no-repeat; }
#repeatMan #youtubePopular .ui-tabs .ui-tabs-nav li.ui-tabs-selected a { color:#4d4d4d;}
#repeatMan #youtubePopular .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:link {text-decoration:none !important; color:#4d4d4d !important;}
#repeatMan #youtubePopular .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:visited {text-decoration:none !important; color:#4d4d4d !important;}
#repeatMan #youtubePopular .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {text-decoration:none !important; color:#4d4d4d !important;}
#repeatMan #youtubePopular .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,#repeatMan #youtubePopular .ui-tabs .ui-tabs-nav li.ui-state-disabled a,#repeatMan #repeatMan #youtubePopular .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
#repeatMan #youtubePopular .ui-tabs .ui-tabs-nav li a,#repeatMan #youtubePopular .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
#repeatMan #youtubePopular .ui-tabs .ui-tabs-panel { display: block; border: none; background: none; }
#repeatMan #youtubePopular .ui-tabs .ui-tabs-hide { display: none !important; }

#repeatMan #youtubePopular ol {
	list-style: none;
}

#repeatMan #youtubePopular ol li {
	height: 54px;
	padding: 6px;
	border: 1px solid #d9d9d9;
	background: url(/image/play_list_bg.gif) repeat-x;
	margin-bottom: -1px;
	text-align: left;
	position: relative;
}


#repeatMan #youtubePopular ol li .thumbnail {
	width: 90px;
	height: 54px;
	margin-right: 0.5em;
	border: 1px solid #d9d9d9;
	float: left;
}


#repeatMan #youtubePopular ol li p {
	width: 12.5em;
	height: 54px;
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
	line-height: 105%;
}


#repeatMan #youtubePopular ol li p a {
	color: #333;
	text-decoration: none;
}


#repeatMan #youtubePopular ol li .controller {
	position: absolute;
	right: 6px;
	bottom: 6px;
}

#repeatMan #youtubePopular ol li .controller a {
	margin-left: 2px;
}

#repeatMan #youtubePopular ol li p.notfound {
	color: #999;
}

#searchContainer *{
	margin: 0;  /* 全ての要素をリセット */
	padding: 0;  /* 全ての要素をリセット */
	border: none;
}

#searchContainer a{
	color: #ed741f;
}

#searchContainer a:link{
	color: #ed741f;
}

#searchContainer a:visited{
	color: #ed741f;
}

#searchContainer a:hover{
	color : #ed741f;
	text-decoration : none;
}

#searchContainer {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFF;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4d4d4d;
	width: 707px;
	height: 421px;
	margin: 0 auto;
	padding: 0 11px;
	position: relative;
}
#searchContainer h3 {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	height: 52px;
	text-indent: .5em;
	line-height: 105%;
}

#searchContainer ul.resultList {
	list-style: none;
}
#searchContainer ul.resultList.left {
	float: left;
}
#searchContainer ul.resultList.right {
	float: right;
	margin-left: -1px;
}

#searchContainer ul.resultList li {
	height: 54px;
	width: 340px;
	padding: 6px;
	border: 1px solid #d9d9d9;
	background: url(/image/play_list_bg.gif) repeat-x;
	margin-bottom: -1px;
	text-align: left;
	position: relative;
}


#searchContainer ul.resultList li .thumbnail {
	width: 90px;
	height: 54px;
	margin-right: 0.5em;
	border: 1px solid #d9d9d9;
	float: left;
}


#searchContainer ul.resultList li p {
	width: 13.5em;
	height: 54px;
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
	line-height: 105%;
}


#searchContainer ul.resultList li p a {
	color: #333;
	text-decoration: none;
}


#searchContainer ul.resultList li .controller {
	position: absolute;
	right: 6px;
	bottom: 6px;
}

#searchContainer ul.resultList li .controller a {
	margin-left: 2px;
}

#searchContainer ul.resultList li p.notfound {
	color: #999;
}
#searchContainer ol {
	list-style: none;
}
#searchContainer ol li{
	float:left;
}

#searchContainer #searchFooter {
	clear: both;
	text-align: right;
	font-size: 10px;
	width: 100%;
	height: 30px;
	position: relative;
	bottom: 0;
	right: 0;
}

#searchContainer #searchFooter p, #searchContainer #searchFooter ol {
	float: right;
}
#searchContainer #searchFooter p {
	margin: 9px .5em 0;
}
#searchContainer #searchFooter p a:link, #searchContainer #searchFooter p a:visited {
	text-decoration: none;
}
#searchContainer #searchFooter p a:hover {
	text-decoration: underline;
}
#searchContainer #searchFooter ol li {
	margin: 7px 1px 0 0;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background: url(/image/button_num_bg.gif) center no-repeat;
	text-align: center;
}
#searchContainer #searchFooter ol li.current {
	background: url(/image/button_num_bg_disable.gif) center no-repeat;
}
#searchContainer #searchFooter ol li a {
	display: block;
}
#searchContainer #searchFooter ol li a:link, #searchContainer #searchFooter ol li a:visited {
	text-decoration : none;
}
#searchContainer #searchFooter ol li a:hover {
	text-decoration : underline;
}
