@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "default2012";
 :shortdesc "Default design 2012 for livedoor Blog";
 :created "2012-06-20";
 :release [:revision "1.24"; :created "2014-01-28"];
 :page <http://blogdesign.ldblog.jp/archives/14982005.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #eff0eb;
}
#wrapper {
	padding-top: 24px;
}
#container {
	border-radius:4px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	margin: 0 auto;
	width: 1088px;
}
#content {
	border-radius: 0 0 4px 4px;
	position: relative;
}
#main {
	padding: 0px 0px 20px 0px;
}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
	background-color: #fff;
}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
	background-color: #f8f8f8;
	border-radius: 0 0 4px 4px;
	padding: 20px 50px;
}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
	float: left;
	padding: 20px 0;
	margin: 0 10px;
	width: 260px;
}

/* 2カラムレイアウトのとき */
/*
body.layout-2col #content {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/bg_side.png) repeat-y #fff;
}
*/
body.layout-2col #content {
	background: #f5f5f5;
}

body.layout-2col #main {
	width: 760px;
	background: #fff;
}
body.layout-2col #main-inner {
	padding: 20px 0 ;
}

.main_frame{
	margin: 0 24px 20px 24px ;
	padding: 0;
}

body.layout-2col #sidebar {
	padding: 16px 13px 16px 13px;
	width: 302px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
	background-position: 100% 0;
}
body.layout-2col.sidebar-right #main {
	border-radius: 0 0 0 4px;
	float: left;
}
body.layout-2col.sidebar-right #sidebar {
	border-radius: 0 0 4px 0;
	float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {
	background-position: 0 0;
}
body.layout-2col.sidebar-left #main {
	border-radius: 0 0 4px 0;
	float: right;
}
body.layout-2col.sidebar-left #sidebar {
	border-radius: 0 0 0 4px;
	float: left;
}

/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #333333;
/*	font: 14px/1.2 Helvetica,Verdana,sans-serif;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

*/
font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}

a,
body.page-article .article-title a:visited {
/*
	color: #2e90c5;
*/
	color: #003888;
	text-decoration:none;
}
a:link {}
a:visited {
/*
	color: #723c94;
*/
}
a:hover {
	color: #197bb0;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	border-radius: 4px 4px 0 0;
	height: 160px;
	background-color: #287cba;
	background-image: -webkit-radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);
	background-image:    -moz-radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);
	background-image:     -ms-radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);
	background-image:         radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);
	position: relative;
}
#blog-header-inner {
	padding: 20px;
}
#blog-title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 4px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
#blog-title a {
	color: #fff;
}
#blog-description {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
#blog-description a {
	color: #fff;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	padding: 60px 0 0 0;
}
.first-article {
	padding-top :0px;
}

/* 日付 */
.article-date {
	color: #808080;
	font-size: 14px;
	text-align:right;
	margin:0;
	padding:0;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 1em;
	border-bottom: 1px solid #cecece;
}
.article-meta {
	padding: 16px 0;
}
.article-social-btn {
	border-top: 1px solid #cecece;
	margin-bottom: -1px;
}

/* 関連記事 */
.article-body .related-articles {
	margin: 10px 0 20px 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	font-size: 11px;
	font-weight: bold;
}
.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:4px 0;
	padding-left: 16px;
}

/* 続きを読む */
.article-continue a {
/*
	color:#333;
*/
}

/* 共通テーマ */
dl.common-theme{
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	background-color: #f7f7f7;
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 15px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}


/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 20px;
	position: relative;
}

.article-title{
margin: 4px 0;
padding: 8px 6px 10px 10px;
border-left: 8px solid #dd0000;
border-bottom: 2px solid #999;
}
.article-title a {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

/* 記事本文
----------------------------------------------- */
.article-body {
	color: #333333;
	font-size: 14px;
}
.article-body-inner h1{
	border-bottom:3px solid #c80000;
	clear: both;
}
.article-body-inner h2 {
/*
	padding: 8px 4px 8px 10px;
	border-left: 8px solid #808000;
	border-bottom: 1px solid #808000;
*/
color:#fafafa;
padding: 10px 20px;
background:#003888;
	clear: both;
}

.article-body-inner h3{
	color: #333;
/*
	color: #0000ff;
	border: 2px solid #daeef3;
	background: #daeef3;
	padding: 8px;

	padding: 8px 4px 8px 10px;
	border-left: 8px solid #008B8B;
	border-bottom: 1px solid #008B8B;

	border-bottom: 1px solid #deeef3;
	border-bottom: 1px solid #cec0a6;
*/
color:#fafafa;
padding: 10px 20px;
background:#006880;
	clear: both;
}

.article-body-inner h3.odds{
	border-bottom: none;
}


.article-body-inner h4 {
/*
border-bottom:1px solid #ccc;
*/
display:table;
color:#fafafa;
padding: 10px 20px;
background:#f86800;
text-align:center;
clear: both;
}

.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{
	border: 5px solid #fff;
	box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
	height: auto;
	margin: 1em 6px 1.5em!important;
	max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-body {
	margin-left: 16px;
	color: #666;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
}
ul.index-navigator li.current span {
	background-color: #2e90c5;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color: #eee;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
	color: #555;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#555;
	padding: 40px;
}
#blog-footer a {
	color:#555;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	border-bottom: 1px solid #fcfcfc;
	font-size: 12px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.sidewrapper:after{
	border-bottom: 1px solid #d8d8d8;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.7em;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.4;
	margin: 0 0 6px 0;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 11px;
}

/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
table.caltblwk .weekday {
	color: #666;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #fff;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon {
	border: none;
}
table.caltblday .calon a {
	background-color: #2e90c5;
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday .calon a:hover {
	background-color: #197bb0;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	background: #fafafa;
	border-left: 5px solid #2e90c5;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	color: #333;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 10px;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
	color:#666;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
	border-radius: 4px 4px 0 0;

}
#blog-header.hide-text #blog-title a {
	background-color:#fff;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 0.1s linear;
	   -moz-transition: opacity 0.1s linear;
	    -ms-transition: opacity 0.1s linear;
	     -o-transition: opacity 0.1s linear;
	        transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
	opacity: 0.15;
}

/* ページトップへ */
.to-pagetop a {
  background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  text-indent:-9999px;
}
.to-pagetop a {
  opacity: 0.6;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
  opacity: 0.9;
}



/* add
-------------------------------------*/
.greeting{
width: 100%;
margin: 0 auto;
text-align: center;
}

.bnr_space {margin:0 0 4px 0;}
.bnr_space_r {margin:0 0 0 4px;}

.align_center {
text-align: center;
marign: 0 auto;
}

.align_right{ float:right;}
.align_left{ float:left;}

.w280{ width: 280px; margin:0; padding:0;}
.w290{ width: 290px; margin:0; padding:0;}
.w300{ width: 300px; margin:0; padding:0;}
.w310{ width: 310px; margin:0; padding:0;}
.w320{ width: 320px; margin:0; padding:0;}
.w330{ width: 330px; margin:0; padding:0;}
.w340{ width: 340px; margin:0; padding:0;}
.w350{ width: 350px; margin:0; padding:0;}
.w360{ width: 360px; margin:0; padding:0;}

.ma30{ margin: 0 0 0 30px;}
.ma40{ margin: 0 0 0 40px;}
.ma50{ margin: 0 0 0 50px;}
.ma60{ margin: 0 0 0 50px;}

.clear{
	clear:both;
	height:0px;
	border:0px;
	line-height:0;
	visibility:hidden;
}
.bold{font-weight: bold;}
.red{color: #ff0000;}
.redb{color: #ff0000; font-weight: bold;}

span.bold{font-weight: bold;}
span.red{color: #ff0000;}
span.redb{color: #ff0000; font-weight: bold;}

.ta01{
text-align: center;
}
.ta02{
text-align: right;
}
.ta03{
text-align: left;
}

.ta02 th,
.ta03 th{
text-align:center;
}
.ta01 td {
border-top: solid 1px #ffffff;
}
.ta01 td.name {
text-align: left;
}
.ta01 td.right{
text-align: right;
}
.ta01 td.left{
text-align: left;
}

.f01{}
.f02{color:white; background:black; }
.f03{color:white; background:#DD0806;}
.f04{color:white; background:#0000D4; }
.f05{background:#FCF305;}
.f06{color:white; background:#006411;}
.f07{ background:#FF9900; }
.f08{ background:#FF99CC; }

.f10{ font-size:10px;}
.f11{ font-size:11px;}
.f12{ font-size:12px;}
.f13{ font-size:13px;}
.f14{ font-size:14px;}
.f15{ font-size:15px;}
.f16{ font-size:16px;}
.f17{ font-size:17px;}
.f18{ font-size:18px;}
.f19{ font-size:19px;}
.f20{ font-size:20px;}

.t01{color:#dd0806;}
.t02{color:#0000d4;}
.t03{color:#99cc00;}
.t04{color:#ff99cc;}
.t05{color:#006411;}

table.ta01 td.red{color: #ff0000; font-weight:bold;}

.waku1{background:#fff;}
.waku2{background:#000; color:#fff;}
.waku3{background:#ff0000; color:#fff;}
.waku4{background:#0000ff; color:#fff;}
.waku5{background:#ffff00;}
.waku6{background:#008000; color:#fff;}
.waku7{background:#ffa500;}
.waku8{background:#ffc0cb;}

.bnr_space{ margin: 0 0 3px 0;}
.bnr_space_left{ margin: 0 0 0 3px;}
.bnr_space_bottom{ margin: 0 0 4px 0;}

.bnr_space_in{
margin: 0 0 5px 0;
padding: 0px
}

.continue{ float: right;}


.ads_frame_top{
margin: 0 16px 4px 16px;
padding: 0;
}
.ads_frame_top_footer{
margin: 16px;
padding: 0;
}

.ads_frame_in{
margin: 32px 16px;
padding: 0;
}
.ads_frame_footer{
margin: 16px;
padding: 0;
}
.ads_frame{
margin: 0 16px 20px 16px;
padding: 0;
}
.ads_frame_01{
margin: 10px 0 30px 0 ;
padding: 0;
}
.ads_frame_02{
margin: 4px 0 30px 0 ;
padding: 0;
}
.ads_frame_top_left{
margin: 20px 0 4px 32px ;
padding: 0;
}
.ads_frame_top_right{
margin: 20px 32px 4px 0 ;
padding: 0;
}

.ads_square_left{
float:left;
margin: 0 0 20px 30px;
padding: 0;
}
.ads_square_right{
float:right;
margin: 0 30px 20px  0;
padding: 0;
}

.frame_300_250{
border-top:15px solid #E86B4A;
border-bottom:15px solid #E86B4A;
border-left:18px solid #E86B4A;
border-right:18px solid #E86B4A;

margin:0;
padding:0;
}


.bg_1{
width: 300px;
height: 250px; 
padding: 16px 15px;
background: #000;
text-align: center;
}

/*
.bg_2{
width: 300px;
height: 250px; 
padding: 16px 15px;
background: #3383c4;
border: 2px solid #3383c4;
text-align: center;
}
*/

.mt10{ margin-top:10px;}
.mr10{ margin-right:10px;}
.mb10{ margin-bottom:10px;}
.ml10{ margin-left:10px;}

.mt20{ margin-top:20px;}
.mr20{ margin-right:20px;}
.mb20{ margin-bottom:20px;}
.ml20{ margin-left:20px;}


.side_frame{
margin: 20px 0 0 0;
}
.side_title{
color: #333;
font-size: 14px;
font-weight: bold;
line-height: 1.2;
margin-bottom: 0.7em;
}

.side_left,
.box_left{ text-align: left;}
.side_right,
.box_right{ text-align: right;}
.side_center,
.box_center{ text-align: center;}


/* サイドバーA
-------------------------------------*/
table#populararticles-1746872 td{
border-bottom:1px dashed #d8d8d8;
padding: 8px 4px;
}


/* サイドバーB
-------------------------------------*/
.side_b .sidebody{
float: left;
width: 232px;
}
.side_b .sidebottom{
clear: both;
}

.blog_ranking_left{
float:left;
margin:0 0 0 36px;
}
.blog_ranking_right{
float:right;
margin:0 36px 0 0;
}

/* RSS
-------------------------------------*/
.rss_frame_top{
height: 168px;
overflow: auto;
margin: 0 16px 16px 40px;
}


/* 最新記事
-------------------------------------*/
#feed_list{
margin: 0 0 10px 0;
padding: 8px 4px;
border:2px dashed #ccc;
}
#feed_list ul{
margin: 0 0 10px 0;
}
#feed_list li{
list-style-type: disc;
color: #dd0000;
margin: 0 0 4px 0;
}

.sidebottom_01{
border-bottom: 1px solid #d8d8d8;
padding: 20px 0 0 0;
clear: both;
}


/* グローバルメニュー
-------------------------------------*/
#g_navi{
	width: 100%;
	font-size: 13px;
}
#g_navi ul li.navi1,
#g_navi ul li.navi2,
#g_navi ul li.navi3,
#g_navi ul li.navi4{
	width: 216px;
	height: 54px;
	margin: 0 auto;
	padding: 0;
	border-right: 2px solid #fff;
	float: left;
	text-align: center;
	vertical-align: middle;
	list-style: none;
}
#g_navi ul li.navi5{
	width: 216px;
	height: 54px;
	margin: 0 auto;
	padding: 0;
	float: left;
	text-align: center;
	vertical-align: middle;
	list-style: none;
}
#g_navi ul li.navi1 a,
#g_navi ul li.navi2 a,
#g_navi ul li.navi3 a,
#g_navi ul li.navi4 a,
#g_navi ul li.navi5 a{
	display: block;
	position: relative;
	padding: 16px 2px; /* リンクエリアのパディング（上下、左右） */
	text-decoration: none;
	color: #eeeeee;
	background: #333;
}
#g_navi ul li.navi1 a:hover,
#g_navi ul li.navi2 a:hover,
#g_navi ul li.navi3 a:hover,
#g_navi ul li.navi4 a:hover,
#g_navi ul li.navi5 a:hover{
	text-decoration: none;
	color: #fff;
	background: #131313;
}


.adv_box{
text-align:center;
border:2px solid #fff000;
margin:0px;
padding:8px 0 16px 0 !important;
}
.adv_title{
font-size:16px;
font-weight:bold;
border-bottom:1px dashed #000000;
margin: 0 10px 10px 10px;
padding:4px;
}
.adv_box_in{
margin: 0 6% 16px 6%;
padding:0;
}

.kinsou{
 widht:100%;
}
.kinsou th.race{
text-align:left;
border-right:none;
}
.kinsou th.date{
font-weight:normal;
text-align:rigth;
border-left:none;
}


/* 今週のレース
-------------------------------------*/
.icon_g1,
.icon_g2,
.icon_g3{
	padding: 2px 6px;
	margin: 0 8px 0 0;
	color: #fff;
	font-weight: normal;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.icon_g1{background: #0000ff;}
.icon_g2{background: #ff0000;}
.icon_g3{background: #008000;}

.this_week_date{
	margin: 0 0 10px 0;
	font-size: 12px;
	text-align:left;
}

.this_week_box{
	margin: 0 0 12px 16px;
	text-align:left;
}
.this_week_race{
	margin: 0 0 2px 0;
	font-size: 14px;
	font-weight: bold;
}
.this_week_link{
	margin: 0 0 0 40px;
	font-size: 13px;
}
