/* Base */
@import url(/.shared-ja/themes/common/base-weblog.css);

/* Portal */


/* Theme */
@import url(/.shared-ja/themes/vox/soccer-sunset/screen.css);

/* Custom */
a img:hover {
opacity:0.8;
}
/*
カスタムCSSについて

TypePadのブログをカスタマイズする、代表的なCSS指定は、コメントアウトとして記述されています。コメントアウトを解除することで、CSS指定を有効にすることができます。TypePadのカスタムCSS講座も参照ください。
http://start.typepad.jp/manual/customcss.html
http://support.typepad.jp/cgi-bin/typepad_jp.cfg/php/enduser/std_adp.php?p_faqid=373

CSSの詳しい記述方法については、WEBサイトや書籍などを、参考にしてください。
*/

/*
指定しているのにうまくいかない場合

CSSセレクタの個別性が原因でうまく指定が反映されない可能性があります。セレクタの個別性順序は以下のようになります。

*         { color: black; }
span        { color: blue; }
p span      { color: green; }
span.memo   { color: red; }
span#memo { color: gray; }

の場合、<p><span class="memo" id="memo">サンプル</span></p>の『サンプル』という文字は上記セレクタの順序がちがっても、グレーになります。
指定が反映されない原因が、セレクタの個別性かどうか確認するには、優先させたいプロパティの値のあとに、! important と追加して指定してみてください。

例)

span { color: red ! important; }

*/



/* ブログのバナー背景部分に画像を指定 */

div#banner
{
  /*background-image: url(http://sydney.weblogs.jp/soccer/top.png);*/
  background-image:url(http://plussalt.com/goshu_blog_header01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: right;
  height:250px;
}


/* バナー部分の中身 */

div#banner-inner {}
div#banner-inner h1#banner-header {
font-size: 12px;
font-weight: lighter;
color: #FFFFFF;
display:none;
}
div#banner-inner h2#banner-description {}


/* ページの各部分の指定 */
/* 詳しくは http://support.typepad.jp/cgi-bin/typepad_jp.cfg/php/enduser/std_adp.php?p_faqid=374 */

body {
background-color:#073977 !important;
font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
div#container {
width:940px !important;
box-shadow:rgba(57, 62, 69, 0.65) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(57, 62, 69, 0.65) 0px 0px 6px 3px;
-moz-box-shadow:rgba(57, 62, 69, 0.65) 0px 0px 6px 3px;
}
div#container div#container-inner {}

div#pagebody {
}
div#pagebody div#pagebody-inner {
width:920px;
padding-left:10px;
padding-right:10px;
}

div.entry {}
div.entry h3.entry-header {background-color:#073977;
padding:5px 10px;
}
div.entry h3.entry-header a {
color:#ffffff;
}
div.entry div.entry-content {}
div.entry div.entry-content div.entry-body {}
div.entry .entry-footer {border-top-color:#073977;}


/* レイアウト毎に異なる指定 */
/* １カラム */
/*
body.layout-one-column div#alpha {}
body.layout-one-column div#alpha-inner {}
*/
/* ２カラム （左サイドバー = alpha | 本文 = beta） */
/*
body.layout-two-column-left div#alpha {}
body.layout-two-column-left div#alpha-inner {}
body.layout-two-column-left div#beta {}
body.layout-two-column-left div#beta-inner {}
*/

/* ２カラム （本文 = alpha | 右サイドバー = beta） */
/*
body.layout-two-column-right div#alpha {}
body.layout-two-column-right div#alpha-inner {}
body.layout-two-column-right div#beta {}
body.layout-two-column-right div#beta-inner {
}
*/

/* ３カラム （左サイドバー = alpha | 本文 = beta | 右サイドバー = gamma) */

body.layout-three-column div#alpha {width:200px;float:left;margin-right:10px;}
body.layout-three-column div#alpha-inner {float:left;}
body.layout-three-column div#beta {width:540px;float:left;margin-right:10px;}
body.layout-three-column div#beta-inner {padding:0;float:left;}
body.layout-three-column div#gamma {width:155px;float:right;}
body.layout-three-column div#gamma-inner {float:right;}


/* サイドバー・モジュールの指定 */
div.module {}
div.module h2.module-header {
background:url(http://sydney.weblogs.jp/border.png) 10px center no-repeat #f1efe6;
font-weight:bold;
border-top:none;
padding:10px 5px 10px 20px;
margin:0 0 10px 0;
}
div.module div.module-content {
margin:0 0 30px 0;
}
div.module-content ul.module-list {}
div.module-content ul.module-list li.module-list-item {}


/******************************
 ソーシャルエリア全体を囲む要素
******************************/
.social-area{
	background: #F2F2F2;
	padding: 16px;
	width: 144px;
}

/******************************
 [ul]要素
******************************/
ul.social-button{
	overflow: hidden;
	/*width: 160px;*/
	/*margin: 1em auto;*/
	padding: 0;
	border: none;
	list-style-type: none;
}

.heading{
	text-align: center;
	font-size:0.8rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 16px;
}

/******************************
 [li]要素
******************************/
ul.social-button li{
	overflow: hidden;
	float: left;
	text-align: center;
	margin: 0;
	padding:0;
}

/******************************
 各種ボタン
******************************/
/* [Twitter] */
.tw{
	width: 71px;
	height: 71px;
}

/* [Facebook] */
.fb{
	width: 72px;
	height: 71px;
}

/* [LINE] */
.li{
	width: 144px;
	height: 35px;
}

.li-img{
	border: none;
	margin: 0 auto;
	padding:0;
	width: 144px;
	height: 35px;
}






/* ph=1 */
