@charset "UTF-8";

@import url("common.css");

/* **************************************************************************************

 コンテンツページのスタイル

*************************************************************************************** */

/* --------------------------------------------------------------------------------------
 共通
--------------------------------------------------------------------------------------- */

.txtCenter {
	text-align: center;
}
.txtRight {
	text-align: right;
}
.txtBold {
	font-weight: bold;
}


/* 枠
------------------------------------------------------------ */

div#contSection {
	margin: 0 11px;
	background: #FFFFFF;
}


/* タイトル・リード
------------------------------------------------------------ */

div#contArea h1 {
	position: absolute;
	top: 50px;
	left: -38px;
	z-index: 0;
}

div#contArea div#search {
	position: absolute;
	top: 66px;
	left: 158px;
	z-index: 5;
}

div#contArea div#search span {
	font-size: 86%;
}

div#contArea div#search img,
div#contArea div#search select,
div#contArea div#search input {
	vertical-align: middle;
}

div#contArea div#search .text {
	width: 150px;
}


/* --------------------------------------------------------------------------------------
 スマッシュ＆ネットTVとは　/about/
--------------------------------------------------------------------------------------- */

.cont-about {
	padding: 23px 15px 15px;
	border-top: 1px solid #9A9999;
}

.cont-about p {
	padding-bottom: 20px;
}

.cont-about p.imgLeft {
	float: left;
	margin: 0 15px 0 0;
}
.cont-about p.imgRight {
	float: right;
	margin: 0 0 0 15px;
}
.cont-about div.txtArea:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.cont-about div.txtArea { display:inline-block; }
/*\*/
* html .cont-about div.txtArea { height:1%; }
.cont-about div.txtArea { display:block; }
/**/

.cont-about dl.historyArea {
	padding: 15px 25px;
	border: 1px solid #D4D3D3;
	background: #EEEEEE;
}

.cont-about dl.historyArea dt {
	margin-bottom: 3px;
	font-weight: bold;
}


/* --------------------------------------------------------------------------------------
 新着情報　/topics/
--------------------------------------------------------------------------------------- */

.cont-topics {
	padding: 15px 0 1px;
	border-top: 1px solid #9A9999;
}

p.rss {
	position: absolute;
	top: -25px;
	left: 646px;
}

ul#topicsCategory {
	width: 627px;
	margin: 0 0 5px 10px;
}
ul#topicsCategory:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
ul#topicsCategory { display:inline-block; }
/*\*/
* html ul#topicsCategory { height:1%; }
ul#topicsCategory { display:block; }
/**/

ul#topicsCategory li {
	float: left;
}

.cont-topics div.topicsSelect {
	margin-right: 23px;
	text-align: right;
}

.cont-topics h2 {
	margin: 0 23px 10px;
	color: #A80202;
	font-weight: bold;
}

.cont-topics ul.topicsList {
	margin-bottom: 20px;
	padding: 0 23px 20px;
	background: url(../../topics/img/line.gif) repeat-x left bottom;
}
.cont-topics ul.topicsList li {
	padding: 4px 0 3px;
	width: 630px;
}
.cont-topics ul.topicsList li:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.cont-topics ul.topicsList li { display:inline-block; }
/*\*/
* html .cont-topics ul.topicsList li { height:1%; }
.cont-topics ul.topicsList li { display:block; }
/**/

.cont-topics ul.last {
	margin-bottom: 0 !important;
	background: none !important;
}

.cont-topics ul.topicsList li p.date {
	float: left;
	width: 70px;
	padding-left: 10px;
}
* html .cont-topics ul.topicsList li p.date {
	width: 80px;
}

.cont-topics ul.topicsList li p.txt {
	float: left;
	width: 550px;
}

.cont-topics ul.topicsList li.odd {
	background: #F2F2F2;
}

.cont-topics02 {
	padding: 15px 23px 20px;
	border-top: 1px solid #9A9999;
}

.cont-topics02 p.date {
	margin-bottom: 5px;
	color: #A80202;
	font-weight: bold;
}

.cont-topics02 h2 {
	margin: 0 0 10px;
	padding: 2px 10px;
	background: #F2F2F2;
	font-size: 117%;
	font-weight: bold;
}

.cont-topics02 div.entry p {
	margin-bottom: 20px;
}

.cont-topics02 div.entry p.imgList {
	margin-bottom: 0;
}

.cont-topics02 div.entry p.imgList img {
	margin-right: 5px;
}


/* --------------------------------------------------------------------------------------
 選手名鑑　/player/
--------------------------------------------------------------------------------------- */

div#playerSelect {
	margin: 0 10px 15px;
	padding: 3px 10px;
	background: #FFFFFF;
	color: #0194D8;
}

.cont-player {
	padding: 15px 10px 30px;
	border-top: 1px solid #9A9999;
}

.cont-player div#catch {
	margin-bottom: 13px;
	padding-bottom: 10px;
	background: #000000;
}

.cont-player div#catch p {
	margin: 0 10px;
	color: #C2C2C2;
}

.cont-player div#catch p.note {
	margin-top: 5px;
	color: #FE7878;
	font-size: 86%;
}

.cont-player h2.category {
	width: 54px;
	padding: 2px 0 0 0;
	background: #FE7878;
	text-align: center;
	color: #FFFFFF;
}

.cont-player h2.detail {
	margin-bottom: 10px;
	padding: 0 5px 3px;
	border-bottom: 3px solid #E00000;
	font-size: 117%;
	font-weight: bold;
}

.cont-player h2.detail span {
	margin-left: 1em;
	font-size: 71%;
	font-weight: normal;
}
.cont-player h2.detail span em {
	color: #F48585;
}

.cont-player ul#playerList {
	position: relative;
	width: 675px;
	margin: 13px -20px 0 0;
	zoom: 1;
}
.cont-player ul#playerList:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.cont-player ul#playerList { display:inline-block; }
/*\*/
* html .cont-player ul#playerList { height:1%; }
.cont-player ul#playerList { display:block; }
/**/

.cont-player ul#playerList li {
	float: left;
	width: 121px;
	margin-right: 11px;
	margin-bottom: 15px;
	line-height: 1.4;
}

.cont-player ul#playerList li p {
	margin-top: 3px;
}

.cont-player ul#playerList li p span {
	display: block;
	color: #7C7C7C;
	font-size: 86%;
}

.cont-player div#status {
	position: relative;
	width: 655px;
	margin: 3px 0 10px;
}

.cont-player div#status p.graph {
	position: absolute;
	top: 0;
	right: 0;
}

.cont-player table.playerTbl {
	width: 655px;
}

.cont-player table.playerTbl th,
.cont-player table.playerTbl td {
	padding: 5px 5px 5px 15px;
	border: 1px solid #CDCDCD;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

.cont-player table.playerTbl th {
	width: 80px;
	background: #EEEEEE;
}

.cont-player div#movie {
	width: 655px;
	margin: 15px 0 30px;
}
.cont-player div#movie:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.cont-player div#movie { display:inline-block; }
/*\*/
* html .cont-player div#movie { height:1%; }
.cont-player div#movie { display:block; }
/**/

.cont-player div#movieLeft {
	float: left;
	width: 280px;
}

.cont-player div#movieRight {
	float: right;
	width: 353px;
}

.cont-player div#movieRight h3 {
	margin-bottom: 5px;
}

.cont-player div#movieRight ul li {
	margin-bottom: 5px;
	color: #0194D8;
}

.cont-player div#photo {
	width: 655px;
}

.cont-player div#photo h3 {
	margin-bottom: 10px;
	border-bottom: 3px solid #C9C9C9;
	color: #747474;
}

.cont-player div#photo ul {
	width: 655px;
}
.cont-player div#photo ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.cont-player div#photo ul { display:inline-block; }
/*\*/
* html .cont-player div#photo ul { height:1%; }
.cont-player div#photo ul { display:block; }
/**/

.cont-player div#photo ul li {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}


/* --------------------------------------------------------------------------------------
 動画　/movie/
--------------------------------------------------------------------------------------- */

div#movieSelect {
	margin: 0 10px;
	padding: 3px 10px;
	background: #FFFFFF;
	text-align: right;
	color: #0194D8;
}

div.movieListBox {
	margin: 15px 11px;
	padding: 10px;
	border-top: 1px solid #9A9999;
	background: #FFFFFF;
}

div.movieListBoxIn {
	width: 655px;
	margin-bottom: 10px;
}
div.movieListBoxIn:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.movieListBoxIn { display:inline-block; }
/*\*/
* html div.movieListBoxIn { height:1%; }
div.movieListBoxIn { display:block; }
/**/

div.movieListLeft {
	float: left;
	width: 210px;
}
div.movieListLeft2 {
	float: left;
	width: 190px;
	margin: 0px 42px 0px 0px;
	font-size: 88%;
	letter-spacing:0px;
	height:230px;
}
div.movieListLeft3 {
	float: left;
	width: 190px;
	margin: 0px;
	font-size: 88%;
	letter-spacing:0px;
	height:230px;
}
.ichiranname {
	color:#FFFFFF;
	font-weight: bold;
	background-color:#000000;
	width:190px;
	display: block;
}
.boardline {
	display: block;
	width:100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C0C0C0;
	margin: 5px 0px;
	float:left;
}

.ichiranday {
	color:#E46D6D;
	width:190px;
	display: block;
	font-size:99%;
}

div.movieListRight {
	float: right;
	width: 425px;
}

div.movieListRight table {
	width: 425px;
	margin-bottom: 10px;
}

div.movieListRight table th,
div.movieListRight table td {
	padding: 5px 5px 5px 15px;
	border: 1px solid #CDCDCD;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

div.movieListRight table th {
	width: 60px;
	background: #EEEEEE;
}

div.movieListRight table td em {
	color: #E46D6D;
	font-weight: bold;
}

div.movieListRight ul {
	margin: 0 5px;
}

div.movieListRight ul li {
	display: inline;
	margin-right: 10px;
}

div.movieListBox dl.remarks {
	border: 1px solid #CDCDCD;
	background: #EEEEEE;
}

div.movieListBox dl.remarks dd {
	padding: 7px 15px 15px;
}

.cont-movie {
	padding: 15px 10px 15px;
	border-top: 1px solid #9A9999;
}

.cont-movie h2 {
	color: #E46D6D;
	font-size: 117%;
	font-weight: bold;
}

.cont-movie p.date {
	font-size: 86%;
}

.cont-movie div.movieFrame {
	margin: 10px 0;
}

.cont-movie p.ex {
	margin-bottom: 10px;
	padding: 10px 15px;
	border: 1px solid #CDCDCD;
	background: #EEEEEE;
}

.cont-movie dl.remarks {
	width: 655px;
}
.cont-movie dl.remarks:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.cont-movie dl.remarks { display:inline-block; }
/*\*/
* html .cont-movie dl.remarks { height:1%; }
.cont-movie dl.remarks { display:block; }
/**/

.cont-movie dl.remarks dt {
	float: left;
	width: 54px;
}

.cont-movie dl.remarks dd {
	float: right;
	width: 590px;
}

div.flashTxt {
	margin: 10px 0;
	font-size: 86%;
}

div.flashTxt img {
	margin-right: 10px;
	vertical-align: middle;
}


/* --------------------------------------------------------------------------------------
 お問い合わせ　/contact/
--------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
 新規メンバー登録　/member/
--------------------------------------------------------------------------------------- */

/* フォーム
------------------------------------------------------------ */

.cont-form {
	padding: 23px 0 23px 23px;
}
.cont-form2 {
	padding: 23px;
}
.cont-form span.id {
	color: #FF0B0B;
	font-weight: bold;
}

.cont-form span.note {
	color: #A90404;
}

table.formTbl {
	width: 630px;
	margin-top: 15px;
}

table.formTbl th,
table.formTbl td {
	padding: 13px 0 13px 20px;
	border: 1px solid #C0C0BF;
	vertical-align: top;
	text-align: left;
	color: #464646;
	font-weight: normal;
	letter-spacing: 0;
}

table.formTbl th {
	width: 135px;
	background: #F5F6F6;
	line-height: 1.3;
}
table.formTbl th span.require {
	color: #FF5151;
}

table.formTbl td {
	background: #FFFFFF;
}

table.formTbl td p.sp {
	margin-bottom: 7px;
}
table.formTbl td p.note {
	color: #A90404;
	font-size: 86%;
}
table.formTbl td span.example {
	display: block;
	margin-left: 5em;
}

table.formTbl td .inputstyle01 {
	width: 250px;
}
table.formTbl td .inputstyle02 {
	width: 350px;
}
table.formTbl td .inputstyle03 {
	width: 185px;
}
table.formTbl td .inputstyle04 {
	width: 305px;
}
table.formTbl td .inputstyle05 {
	width: 125px;
}
table.formTbl td .inputstyle06 {
	width: 65px;
}

table.formTbl td .textareastyle01 {
	width: 435px;
	height: 100px;
}

table.formTbl td .selectstyle01 {
	width: 65px;
}

form p.formPrivacy {
	margin: 20px 0 20px 80px;
}
form p.formPrivacy a:link,
form p.formPrivacy a:visited,
form p.formPrivacy a:hover,
form p.formPrivacy a:active {
	color: #4141FD;
}

form p.formBtn {
	margin: 20px 0;
	text-align: center;
}

form table.formBtn {
	width: 630px;
	margin: 30px 0;
}

.nihontitle {
	font-size: 10px;
	color:#FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	background-color:#000000;
	padding: 5px;
	margin: 0px;
	width:110px;
}

#movie_modoru {
	position: fixed;
	margin: -30px 0px 0px 610px;
}

.linktitle {
	margin: 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	font-weight: bold;
}