@charset "utf-8";
/* ===================================================================
 1バイト文字言語用
=================================================================== */

/* テキストリンクカラー
----------------------------------------------------*/
#contentBox a { color: #006ab1; text-decoration: none; padding: 2px 0; }
#contentBox a:link { color: #006ab1; }
#contentBox a:visited { color: #8240d7; }
#contentBox a:hover { color: #fff; background: #006ab1; }
#contentBox a:active { color: #fff; background: #006ab1; }

/* フォントサイズ指定
----------------------------------------------------*/
/* 文章デフォルト */
#contentBox,input	{ font-size: 100%; line-height: 1.6em; }
/* コンテンツ見出し */
#contentHeader h1 span { font-size: 115%; }
/* パンクズリンク */
.breadLink	{ font-size: 95%; }
/* メニュー */
ul#mainMenu li { font-size: 15px; font-weight: bold; }
/* その他ボタン */
.linkBtn,
.linkBtn2 { font-size: 16px; font-weight: bold; }
/* トップのテキストリンク */
.linkText { font-size: 15px; }

/* ===================================================================
 レイアウト
=================================================================== */
#wrapper	{
	width: 100%;
	min-width: 896px;
	background: #eaf5fe url(../../../imgpsvitatv/bg_wrapper.png) repeat-x;
}
#bgImage	{
	width: 100%;
	background: url(../../../imgpsvitatv/bg_bgImage.jpg) center top no-repeat;
}

#content:after { content:""; clear:both; display:block; }
#content	{
	width: 896px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#contentBox	{
 width: 648px;
	margin-top: 20px;
	float: right;
	color: #222;
	background: #fff;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
-o-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
-ms-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
-webkit-border-bottom-left-radius: 17px;
	-moz-border-radius: 0px 0px 0px 17px;
	border-radius: 0px 0px 0px 17px;
}

#contentHeader	{
	position: relative;
	width: 598px;
	padding: 15px 25px 0 25px;
}
#contentHeader h1 img	{
	position: absolute;
	left: -10px;
	top: -25px;
}
#contentHeader h1 span	{
	display: block;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
}

#contentBody	{
	padding: 20px 25px 20px;
	width: 598px;
}

#contentFooter	{
	width: 598px;
	background: url(../../../imgpsvitatv/line_content.gif) repeat-x left top;
	padding: 20px 25px 15px;
}

/* 関連ページ */
#relatedArticles, #SNSFooter	{
	width: 598px;
	padding: 20px 25px 15px;
	background: #fff url(../../../imgpsvitatv/line_content.gif) repeat-x left top;
}
#relatedArticles	{ background: #eee url(../../../imgpsvitatv/line_content.gif) repeat-x left top; }
#relatedArticles h3 {
	margin-bottom: 1em;
	color: #777;
}
#relatedArticles li	{
	margin-bottom: 0.2em;
	list-style: disc outside;
	margin-left: 2em;
}

/* SNS連携 */
#SNSFooter:after { content:""; clear:both; display:block; }
#SNSFooter .fb	{ float: left; }
#SNSFooter .tw	{ float: left; margin-right: 10px; }
#SNSFooter a:hover { background: none; }
#SNSFooter a:active { background: none; }

/* パンくずリンク
----------------------------------------------------*/
.breadLink	{
	clear: both;
	color: #767676;
	padding: 0 0 0 55px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	text-align: right;
}
#contentFooter .breadLink	{ padding: 15px 0 0 0; min-height: inherit; height: auto; }

/* Menu
----------------------------------------------------*/
#menuArea	{
	width: 240px;
	padding: 20px 0 0 8px;
	float: left;
}

.linkBtn2 a {
 display: block;
	width: 178px;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	background: #2066c5;
	color: #fff;
	border: 2px solid #fff;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
 text-overflow: ellipsis;
 -webkit-text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
	/* CSS3 */
	-webkit-border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
}
.linkBtn2 a:visited {  }
.linkBtn2 a:hover,
.linkBtn2.active a:hover { background: #033466;}
/* アクティブ */
.linkBtn2.active a	{ background: #001931; }

ul#otherMenu	{
	width: 222px;
	background: url(../../../imgpsvitatv/line.png) no-repeat center bottom;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
ul#otherMenu li	{ margin-bottom: 10px; }
ul#mainMenu li	{
	width: 202px;
	height: 40px;
	margin: 0 0 1px 18px;
}
ul#mainMenu li	a {
	position: relative;
	display: block;
	width: 167px;
	height: 34px;
	padding: 0 10px 0 25px;
	line-height: 34px;
	background: #1c5fa2;
	color: #fff;
	text-decoration: none;
	/* CSS3 */
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-right-radius: 17px;
	-moz-border-radius: 0px 17px 17px 0px;
	border-radius: 0px 17px 17px 0px;
}
ul#mainMenu li	img {
	position: absolute;
	left: -20px;
	top: -2px;
}
ul#mainMenu li	span {
	display: block;
	width: 100%;
	white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 -webkit-text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
}
/* ずらすリスト */
ul#mainMenu li.enum	{ margin-left: 28px; }
/* リンク色 */
ul#mainMenu li a:visited {  }
ul#mainMenu li a:hover,
ul#mainMenu li.active a:hover { background: #033466;}
/* アクティブ */
ul#mainMenu li.active a	{ background: #001931; }


/* ===================================================================
 トップページ
=================================================================== */
body#index #content	{
	padding: 15px 0 25px;
	background: none;
}
body#index #contentBox	{ background: none; }

/* Menu  -----------------------------------------*/
body#index #menuArea	{
	width: 846px;
	margin: 30px 0 0;
	padding: 0 0 0 50px;
	float: none;
}
body#index ul#mainMenu li	{
	display:inline;
	float: left;
	margin: 0 20px 0 0;
	width: 256px;
	height: 70px;
}
body#index ul#mainMenu li	a {
	padding: 0 10px 0 42px;
	width: 177px;
}
body#index ul#mainMenu li	img {
	left: -35px;
	top: -20px;
}
body#index ul#mainMenu li.end	{ margin-right: 0; }
body#index ul#mainMenu li.enum	{ margin-left: 35px; }

/* その他ボタン  -----------------------------------------*/

.linkBtn a	{
	display: inline;
	line-height: 34px;
	color: #fff;
	text-decoration: none;
	background: #2066c5 url(../../../imgpsvitatv/icon_arrow.gif) no-repeat right center;
	padding: 8px 26px 8px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.linkBtn a:hover { background-color: #1151a8; }

#topLinkArea .linkBtn2 a { width: 197px; }

/* Top link  -----------------------------------------*/
#topLinkArea	{
	padding: 5px 0 21px;
	margin-bottom: 15px;
	background: url(../../../imgpsvitatv/line.png) no-repeat center bottom;
}
#topLinkArea ul	{
	width: 783px;
	margin: 0 auto;
}
#topLinkArea ul li	{
	float: left;
	margin-right: 20px;
}

/* Bottom link  -----------------------------------------*/
#bottomLinkArea	{
	clear: both;
	position: relative;
	padding-top: 20px;
	text-align: center;
	background: url(../../../imgpsvitatv/line.png) no-repeat center top;
	overflow: hidden;
}
/* テキストリンク */
#bottomLinkArea .linkText	{ padding-top: 25px; color: #a9c6e7; }
#bottomLinkArea .linkText a	{ color: #3a5788; text-decoration: none; padding: 0 10px; }
#bottomLinkArea .linkText a:link { color: #3a5788; }
#bottomLinkArea .linkText a:visited { color: #3a5788; }
#bottomLinkArea .linkText a:hover { color: #3a5788; text-decoration: underline; }
#bottomLinkArea .linkText a:active { color: #3a5788; }


/* ===================================================================
 アプリケーション以外のコンテンツページ
=================================================================== */

body#other #contentHeader	{ background: #fff; }
body#other #contentHeader p.breadLink	{ padding: 0; }



/* ===================================================================
 汎用Class
=================================================================== */
/* clerfix  -----------------------------------------*/
.clearfix:after { content:""; clear:both; display:block; }
.clear	{ clear:both; }


/* 文章中汎用  -----------------------------------------*/

/* 太字 */
.bol	{ font-weight: bold; }
/* アスタリスク */
.asterisk { font-size: 0.8em; }

/* マージン無し */
#contentBody .margin0	{ margin: 0; }
/* 微妙な下マージン */
#contentBody .margin02	{ margin-bottom: 0.2em; }
/* 微妙な上マージン */
#contentBody .marginTop02	{ margin-top: 0.5em; }
/* 折り返し無効解除 */
.nonowrap	{ white-space: normal; }
.margin_b1 {margin-bottom: 1em;}

/* ボタン  -----------------------------------------*/

/* ページトップへ戻るボタン */
.linkTop	{
	float: left;
	background: url(../../../imgpsvitatv/icon_arrow_top.gif) no-repeat left center;
	padding: 2px 0 0 18px;
}
/* 前のページに戻るボタン */
.prevLink	{
	float: right;
	background: url(../../../imgpsvitatv/icon_arrow_blue.gif) no-repeat left center;
	padding: 2px 0 0 18px;
}

/* 見出し  -----------------------------------------*/

/* 基本 */
h3 { margin-bottom: 0.2em; }
/* 強調見出し */
h3.line	{
	font-size: 105%;
	padding-top: 1em;
	margin-bottom: 1em;
	text-decoration: underline;
}

/* 段落  -----------------------------------------*/

/* 基本 */
#contentBody p { margin-bottom: 1em; }


/* リスト  -----------------------------------------*/

/* 基本 */
#contentBody ul { margin-bottom: 1em; }
#contentBody ul ul { margin-bottom: 0; }  /* リストの入れ子になっていた場合はmargin0に */
#contentBody ul li	{
	list-style: disc outside;
	margin: 0 0 0.2em 1.2em;
}
/* 第二階層リスト */
#contentBody ul.second li	{
	background: url(../../../imgpsvitatv/icon_list_line.gif) no-repeat left 0.8em;
	padding-left: 15px;
	list-style: none;
	margin: 0 0 0.2em 0;
}

/* 定義リスト  -----------------------------------------*/

/* 基本 */
dl { margin-bottom: 1em; }
#contentBody ul dl { margin-bottom: 0; }    /* リストの入れ子になっていた場合はmargin0に */

/* キャプション番号 */
dl.num { _height: 1%; }
dl.num dt { clear: left; float: left; width: 2em; margin: 0 -2em 1em 0;}
dl.num dd { margin: 0 0 1em 2em; }
/* アスタリスク用 */
dl.aster dt { width: 1.5em; margin: 0 -1.5em 0.2em 0; }
dl.aster dd { margin: 0 0 0.2em 1.5em; }
.importantBox dl.aster {margin-bottom: 0;}	/* 重要ボックスの中に記述される場合はmargin-bottomを0に */
/* ボックス  -----------------------------------------*/

/* 重要ボックス */
.importantBox	{ padding: 10px 20px; background: #dcf1fe; margin-bottom: 1em;
 -webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/* Warningボックス */
.warningBox	{ padding: 10px 20px; background: #fbf5b5; margin-bottom: 1em;
 -webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/* Table  -----------------------------------------*/

/* 基本 */
table { margin-bottom: 1em; }
th	{
	text-align: left;
	padding: 1px 3px;
	border: 1px solid #CCC;
	background: #fff;
}
td	{
	padding: 1px 5px;
	background: #fff;
	border: 1px solid #CCC;
}
th img { vertical-align: text-top; }

/* アイコン付きth */
th.left { border-right: none; padding-right: 10px; }
th.right { border-left: none; }

/* 見た目thのtdセル */
.th {
	padding: 1px 3px;
	font-weight: bold;
}

/* Line  -----------------------------------------*/

/* 基本 */
#contentBody hr	{ border-color: #e5e5e5; }

/* ===================================================================
言語非対応案内ページ
=================================================================== */
body#preparation #contentBox	{
	width: 648px;
	margin: 20px auto 0;
	float: none;
}
body#preparation #contentBody	{ padding: 50px 25px 50px; }
body#preparation #globalFooter p.copyright	{ width: auto; text-align: center; }


