@charset "utf-8";
/***************************************************************
	浦和レッズについて議論するページ
	http://daihyou.jp/
					-- File name: common.css
					-- Created: 2013.10.27.
					-- Last update: 2013.10.27.
***************************************************************/

/*	reset
==============================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body { line-height:1; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }
ul, ol { list-style: none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px;  border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
img { vertical-align: bottom; }

/*	common
==============================================================*/
body {
	color: #000;
	font-size: 16px;
    line-height: 1.7;
	font-family: "メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
* html body {
	font-size: 100%; /* for IE6 */
	line-height: 1.75;
}
*:first-child+html body { line-height: 1.75; }
input, select, textarea { font-family: "メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif; }
body div { display: block; }
a { color: #c00; }
/* a:visited { color: #c00; } */
a:hover, a:active { color: #e00; }

/** clearfix **/
.clearfix { zoom:1; }
.clearfix:after { content:"."; display:block; height:0px; clear:both; visibility:hidden; }

/*	parts
==============================================================*/
.ctg-icon { background: url("/web/20151201162647im_/http://uragi.com/images/2013/pc/common/ico_news.png") no-repeat 0 0; }
.ctg-icon.category_newspaper { background-position: 0 0; }
.ctg-icon.category_2ch       { background-position: 0 0; }
.ctg-icon.category_blog      { background-position: 0 0; }
.ctg-icon.category_official  { background-position: 0 0; }
.ctg-icon.category_rp        { background-position: 0 0; }
.ctg-icon.category_supporter { background-position: 0 0; }
.ctg-icon.category_uragi     { background-position: 0 0; }
.ctg-icon.category_sakatuku  { background-position: 0 0; }
.ctg-icon.category_skyperfectv { background-position: 0 0; }
.ctg-icon.category_vote      { background-position: 0 0; }

/*	layout
==============================================================*/
#container { width: 100%; background: #eee;}
.inner {
	width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}
#main {
	background: url("/web/20151201162647im_/http://uragi.com/images/2013/pc/common/bg_inner.png") repeat-x 0 bottom;
}
#main-column {
	float: left;
	width: 785px;
	margin: 15px 0;
}
#side-column {
	float: right;
	width: 300px;
	margin: 15px 0;
}
#side-column > * {
	margin-bottom: 15px;
}
/* common.css */
header .lead,
header ul li,
#gnavi li span,
#gnavi ul ul,
#gnavi #gnavi-search input[type="submit"],
#gnavi #gnavi-search dl,
footer #footer-right li a,
footer #footer-right div,
/* top.css */
#main-column #top-news h1,
#main-column #top-news h1 a,
#main-right-column #uragi-clm h2,
#main-right-column #uragi-clm h2 a,
#main-right-column #uragi-vote h2,
#main-right-column #uragi-vote h2 a,
.side #news-ranking h2,
.side #news-ranking li,
.side #cmt-ranking h2,
.side #cmt-ranking >ul > li,
.side #new-cmt h2,
.side #new-cmt li a div p,
.side #side-weather h3:before,
.side #side-sainews h3:before,
.side #side-ynews h3:before,
.side #side-calendar h3:before,
.side #side-tv h3:before,
/* news.css */
#main-column #news-idv .ttl,
#news-idv #latest-news h2,
#news-idv #recommend-news h2,
/* list.css */
#acl-list section h1,
/* schedule.css */
#schedule h1,
/* player.css */
#player-list h1,
#player-list h2,
/* chant.css */
#section-chant .ttl
{
	background-repeat: no-repeat;
	background-image: url("/web/20151201162647im_/http://uragi.com/images/2013/pc/common/img_common.png");
}

/*	header
==============================================================*/
header {
	background: url("/web/20151201162647im_/http://uragi.com/images/2013/pc/common/bg_top.png") repeat-x 0 0;
	height: 140px;
}
header .inner {
	position: relative;
}
header .lead {
	display: inline-block;
	position: absolute;
	left: 150px;
	top: 10px;
	height: 20px;
	padding: 0 8px 0 15px;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0; 
	background-position: 0 0;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
}
header ul {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 12px;
}
header ul li {
	display: inline;
	margin-left: 20px;
	padding-left: 20px;
}
header ul .rss { background-position: 0 -240px; }
header ul .twitter { background-position: -200px -240px; }
header ul .facebook { background-position: -400px -240px; }

header #header-ad {
	position: absolute;
	left: 150px;
	top: 40px;
}

/*  gnavi
==============================================================*/
#gnavi {
	background: url("/web/20151201162647im_/http://uragi.com/images/2013/pc/common/bg_navi.png") repeat-x 0 0;
	height: 96px;
}
#gnavi ul {
	display: inline;
}
#gnavi li {
	position: relative;
	display: inline-block;
}
#gnavi ul a {
	display: block;
	float: left;
	width: 87px;
	height: 72px; /* 84-padding */
	padding-top: 12px;
	border-right: 1px solid #a00707;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
}
#gnavi .top a {
	border-left: 1px solid #a00707;
}
#gnavi li a:hover {
	background: url("/web/20151201162647im_/http://uragi.com/images/2013/pc/common/bg_navi_active.png") repeat-x 0 0;
}
#gnavi li span {
	overflow: hidden;
	display: inline-block;
	width: 87px;
	height: 43px; /* 84-padding */
	padding-top: 42px;
}
#gnavi .pulldown a {
	cursor: default;
}
#gnavi .pulldown a:hover {
	background: none;
}
#gnavi .top span { background-position: 22px -140px; }
#gnavi .news span { background-position: -74px -140px; }
#gnavi .coloum span { background-position: -175px -140px; }
#gnavi .vote span { background-position: -269px -140px; }
#gnavi .board span { background-position: -375px -140px; }
#gnavi .chant span { background-position: -474px -140px; }
#gnavi .player span { background-position: -577px -140px; }
#gnavi .schedule span { background-position: -673px -140px; }
#gnavi .biginner span { background-position: -767px -140px; }

#gnavi ul li:hover > ul {
    display: block;
}
#gnavi ul ul {
	display: none;
	position: absolute;
	top: 72px;
	left: 0;
	width: 140px;
	margin: 0;
	padding: 20px 10px 10px 10px;
	background-position: 0 -340px;
	z-index: 10;
}
#gnavi ul ul li {
	display: block;  
	float: none;
	margin: 0;
	padding: 0;
	zoom: 1;
}
#gnavi ul ul a {
	display: block;
	float: none;
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	color: #ccc;
	font-size: 13px;
	line-height: 2;
	text-decoration: underline;
	text-align: left;
}
#gnavi .pulldown ul a {
	cursor: pointer;
}
#gnavi .pulldown ul a:hover {
	color: #fff;
}
#gnavi #gnavi-search {
	float: right;
	position: relative;
	width: 300px;
	padding: 10px 0;
}
#gnavi #gnavi-search input[type="text"] {
	width: 294px; /* 300-padding */
	padding: 5px 3px;
	border: 1px solid #911;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px; 
	color: #aaa;
}
#gnavi #gnavi-search input[type="submit"] {
	overflow: hidden;
	display: block;
	position: absolute;
	right: 4px;
	top: 11px;
	width: 25px;
	height: 0;
	padding-top: 30px;
	border: none;
	background-position: 0 -20px;
	cursor: pointer;
}
#gnavi #gnavi-search dl {
	width: 300px;
	height: 22px; /* 32-padding */
	padding: 10px 5px 0 5px;
	background-position: -25px -20px;
	font-size: 11px;
}
#gnavi #gnavi-search dt {
	display: inline;
	margin-right: 3px;
	color: #c00;
	font-weight: bold;
}
#gnavi #gnavi-search dd {
	display: inline;
	margin-right: 8px;
}
#gnavi #gnavi-search dd a {
	color: #000;
}
#gnavi #gnavi-search dd a:hover {
	color: #600;
}

/*  footer
==============================================================*/
footer {
	overflow: hidden;
	height: 200px;
	background: #111 url("/web/20151201162647im_/http://uragi.com/images/2013/pc/common/bg_footer.png") repeat-x 0 bottom;
	color: #ddd;
}
footer #footer-left {
	float: left;
	width: 510px;
	min-height: 160px;
	padding: 40px 0 0;
	border-right: 1px solid #222;
	text-align: center;
}
footer #footer-left ul {
	margin-bottom: 20px;
}
footer #footer-left li {
	display: inline-block;
	margin: 0 25px 10px 0;
}
footer #footer-left li a {
	color: #ddd;
	font-size: 14px;
}
footer #footer-left li a:hover {
	color: #fff;
}
footer address {
	font-size: 13px;
	color: #aaa;
	font-style: normal;
}
footer #footer-right {
	float: right;
	width: 589px;
}
footer #footer-right ul {
	float: left;
	width: 250px;
	padding: 25px 0 0 35px;
}
footer #footer-right ul li {
	margin-bottom: 20px;
}
footer #footer-right ul a {
	display: inline-block;
	color: #ddd;
	padding-left: 27px;
	font-weight: bold;
}
footer #footer-right ul a:hover {
	color: #fff;
}
footer #footer-right ul .twitter a { background-position: -200px -290px; }
footer #footer-right ul .facebook a { background-position: -400px -290px; }
footer #footer-right ul p {
	padding-left: 27px;
	font-size: 13px;
}
footer #footer-right div {
	float: right;
	width: 300px;
	min-height: 175px; /* 200-padding */
	padding: 25px 0 0 0;
	background-position: right -330px;
}
footer #footer-right div .ttl {
	font-size: 16px;
	font-weight: bold;
}
footer #footer-right div a {
	display: inline-block;
	width: 100%;
	color: #ddd;
	text-decoration: none;
}
footer #footer-right div a:hover {
	color: #fff;
}
footer #footer-right div p {
	font-size: 12px;
	line-height: 2;
}

/*  カテゴリアイコン
==============================================================*/
/* Lサイズ */
#top-news > article h2,
#news-idv article h1 { background: url("/web/20151201162647im_/http://uragi.com/images/2013/pc/common/ico_news_l.png") no-repeat; }

/* Mサイズ */
#top-news h2,
#news-list h2,
#latest-news h3,
#recommend-news a,
#acl-list article h2 { background: url("/web/20151201162647im_/http://uragi.com/images/2013/pc/common/ico_news_m.png") no-repeat }

#main .category_uragi		{ background-position: 60px 0; }
#main .category_newspaper { background-position: 60px -200px; }
#main .category_supporter { background-position: 60px -400px; }
#main .category_blog		{ background-position: 60px -600px; }
#main .category_new		{ background-position: 60px -800px; }
#main .category_rp		{ background-position: 60px -1000px; }
#main .category_tv		{ background-position: 60px -1200px; }
#main .category_2ch		{ background-position: 60px -1400px; }
#main .category_official	{ background-position: 60px -1600px; }
#main .category_vote		{ background-position: 60px -1800px; }

#main .noimg.category_uragi 		{ background-position: 0 0; }
#main .noimg.category_newspaper { background-position: 0 -200px; }
#main .noimg.category_supporter { background-position: 0 -400px; }
#main .noimg.category_blog		{ background-position: 0 -600px; }
#main .noimg.category_new		{ background-position: 0 -800px; }
#main .noimg.category_rp		{ background-position: 0 -1000px; }
#main .noimg.category_tv		{ background-position: 0 -1200px; }
#main .noimg.category_2ch		{ background-position: 0 -1400px; }
#main .noimg.category_official	{ background-position: 0 -1600px; }
#main .noimg.category_vote		{ background-position: 0 -1800px; }

/*  コメントアイコン
==============================================================*/
.ico-cmt {
	padding: 4px 0 0 22px;
}
.ico-cmt.comment1 { background: url("/web/20151201162647im_/http://uragi.com/images/2013/pc/common/ico_cmt1.gif") no-repeat 0 0; }
.ico-cmt.comment2 {	background: url("/web/20151201162647im_/http://uragi.com/images/2013/pc/common/ico_cmt2.gif") no-repeat 0 0; }
.ico-cmt.comment3 {	background: url("/web/20151201162647im_/http://uragi.com/images/2013/pc/common/ico_cmt3.gif") no-repeat 0 0; }

/*	.side
==============================================================*/
.side ul,
.side dl {
	font-size: 13px;
}
.side a {
	color: #000;
}
.side a:hover {
	color: #c00;
}
.side section {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
.side .ad {
	text-align: center;
}
/* title */
.side #side-weather h3:before,
.side #side-sainews h3:before,
.side #side-calendar h3:before,
.side #side-tv h3:before {
	display: block;
	height: 5px;
	margin: -15px 0 5px -15px;
	background-position: 0 -130px;
	content: "";
}
.side #side-weather h3,
.side #side-sainews h3,
.side #side-calendar h3,
.side #side-tv h3 {
	margin: -15px -15px 10px;
	padding: 15px 0 0 15px;
	background: #fff;
	font-size: 14px;
}

/*	side contents
==============================================================*/
.side #news-ranking h2,
.side #cmt-ranking h2,
.side #new-cmt h2 {
	margin: -16px -15px 10px;
	padding: 0 0 0 20px;
	background-position: 0 -60px;
	background-color: #111;
	color: #fff;
	font-size: 14px;
}
.side #news-ranking > ul,
.side #cmt-ranking > ul {
	overflow: hidden;
	margin-bottom: -15px;
}
.side #news-ranking li,
.side #cmt-ranking > ul > li {
	margin-bottom: 15px;
	padding-top: 2px;
	background-repeat: no-repeat;
	text-indent: 30px;
}
.side #news-ranking .rnk-1,
.side #cmt-ranking .rnk-1 { background-position: 0 -540px; }
.side #news-ranking .rnk-2,
.side #cmt-ranking .rnk-2 { background-position: -300px -540px; }
.side #news-ranking .rnk-3,
.side #cmt-ranking .rnk-3 { background-position: -600px -540px; }

.side #news-ranking li p {
	color: #666;
	font-size: 11px;
	text-align: right;
}
.side #news-ranking li p span {
	margin-right: 2px;
	color: #b90;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}
.side #cmt-ranking ul ul {
	margin-top: 5px;
	text-align: right;
	text-indent: 0;
}
.side #cmt-ranking ul ul li {
	display: inline;
	margin-left: 15px;
	color: #666;
	font-size: 11px;
}
.side #cmt-ranking ul ul li b {
	color: #000;
	font-size: 108%;
}

/* new-cmt */
.side #new-cmt ul {
	margin-bottom: -10px;
}
.side #new-cmt li a {
	text-decoration: none;
}
.side #new-cmt li a > p {
	font-weight: bold;
	text-decoration: underline;
}
.side #new-cmt li a div {
	position: relative;
	margin: 10px 0;
	padding: 8px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.side #new-cmt li a div:after,
.side #new-cmt li a div:before {
	position: absolute;
	bottom: 100%;
	width: 0;
	height: 0;
	border: solid transparent;
	pointer-events: none;
	content: " ";
}
.side #new-cmt li a div:after {
	left: 22px;
	margin-left: -9px;
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #eee;
	border-width: 9px;
}
.side #new-cmt li a div:before {
	left: 22px;
	margin-left: -10px;
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 10px;
}
.side #new-cmt li a div p {
	background-position: -200px -340px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 1.5;
	text-indent: 40px;
}
.side #new-cmt li a:hover div p {
	color: #000;
}

/* sainews */
.side #side-sainews ul li {
	margin-bottom: 1em;
	font-size: 12px;
}

/* schedule */
.side #side-calendar dl {
	overflow: hidden;
	margin-top: -5px;
}
.side #side-calendar dt {
	margin-top: -1px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	color: #b90;
}
.side #side-calendar dd {
	padding-bottom: 5px;
}

/* tv */
.side #side-tv dd + .blc {
	padding-top: 5px;
	border-top: 1px solid #ccc;
}
.side #side-tv .blc {
	color: #b90;
}
.side #side-tv dd {
	margin-bottom: 5px;
	color: #666;
}

/*
     FILE ARCHIVED ON 16:26:47 Dec 01, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:32:58 May 02, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/