@charset "UTF-8";


/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/

#container{ background-color: #fff; }


/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

body{ color: #333; }

/*●リンク文字*/
a{ text-decoration: underline; }

a:link,
a:visited{ color: #00f; }
a:hover,
a:active{ color: #c00; }


/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

#container{
	position: relative;
	padding-top: 25px;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{ 
	position: absolute;
	top: 0;
	background-color: #f7f7f7;
	border-bottom: 1px solid #D5D5D5;	
	font-size: 1.2em;
	height:30px;
}

#top-in{
	position: relative;
	padding: 5px 0;
}

#top-menu{ text-align: right; }

#top-menu li{
	display: inline;
	margin-left: 1em;
	list-style: none;
}

#top-menu li a{
	padding-left: 12px;
	background: url(../images/icon/icon-arrow01.png) left center no-repeat;
}

#top-menu h1{
	padding-left: 0;
	font-size: 1.167em;
	color: #336;	
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	background-color: #fff;
	font-size: 1.2em;
}

#header-in{ padding: 1.2em 0 0.6em 5px; }

#header-in-m{ padding: 1.2em 0 1em 0; }



/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{
	float: left;
	width: 59.5%; /*ロゴ（メインタイトル）下の<h1>の1行の幅はこちらのwidthの値を変更*/
}

#header .header-logo{
	margin-bottom: 0em;
	font-size: 2.167em;
}


/*●ヘッダーロゴテキスト*/
.header-logo a{ text-decoration: none; }

.header-logo a:link,
.header-logo a:visited{ color: #333; }
.header-logo a:hover,
.header-logo a:active{ color: #f60; }


/*●ヘッダーテキスト・右上の文章*/
#header-in #header-text{
	float: right;
	text-align: right;
	width: 40%; /*・1行の幅はwidthの値を変更*/
	color: #333;
}

#header h1{
	margin-bottom: 1em;
	font-size: 1.167em;
}


/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
	background: #336;
	border-bottom: 1px solid #6a5734;
}

* html #global-nav{ background: #3d3d3d; } /*IE6*/

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#global-nav dt,
#global-nav dd{ 
	margin: 0;
	padding: 0;
}


/*●メニューボタンを非表示*/
#global-nav .btn-gnav{ display:none; }


/*●グローバルメニュー*/
#global-nav .menu-wrap{ display: block; }

#menu{
	border-bottom: 1px solid #1d1c19;
	font-size: 1.3em;
}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	border-right: 1px solid #000; /*右側のボーダーの色*/
	list-style: none;
	font-weight: bold;
}

#global-nav #menu li.first{ border-left: 1px solid #000; } /*一番左のメニューだけに追加指示*/

#global-nav #menu li{ white-space: nowrap; }

/*メニューのデザイン*/
#global-nav #menu li a{
	display: block;
	padding: 0.8em 2em 0.4em;
	color: #fff; /*メニューのフォントの色*/
	text-decoration: none;
}

#global-nav #menu li a:link,
#global-nav #menu li a:visited{
	background: transparent;
	border-bottom: 3px solid #336;
}
#global-nav #menu li a:hover,
#global-nav #menu li a:active{
	color: #FFB300;
	border-bottom: 3px solid #c00;
}

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
}

/*ドロップダウンメニューのデザイン*/
#global-nav #menu li ul li{
	margin: 0;
	padding: 0;
	width: 12em;
	background-color: #fff;
	border-bottom: 1px solid #434343;
	border-top: 0;
	border-right: 0;
	white-space: normal;
}

#global-nav #menu li ul li a{
	display: block;
	padding: 0.8em 2em;
	border: 0;
}

#global-nav #menu li ul li a:link,
#global-nav #menu li ul li a:visited{
	background: transparent;
	border-bottom: 0;
}
#global-nav #menu li ul li a:hover,
#global-nav #menu li ul li a:active{
	color: #a68b56;
	border-bottom: 0;
}

#global-nav #menu li ul ul{
	top: 0;
	left: 100%;
}

#global-nav .showMenu{ display: block!important; }

/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-in{ padding-top: 1.5em; }


/*●メイン画像*/
#main-image{
	padding-top: 1.5em;
}

#main-image-in{
	position: relative;
	padding-bottom: 1.5em;
}

#main-image img{
	width: 100%;
	height: auto;
}

#main-image .catch-copy{
	position: absolute;
	top: 1em;
	left: 1em;
	color: #fff;
	font-size: 3em;
}


/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none;
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(https://baseball-archives.org/icon-brc.gif) center right no-repeat;
}


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{ font-size: 1.6em; }

#main-contents .contents{
	margin-bottom: 3.5em;
	padding: 0 10px;
}

#main-contents .contents2{
	margin-bottom: 1em;
	padding: 0 10px 0 5px;
}

#main-contents .contents3{
	margin-bottom: 1em;
	padding: 0 10px 0 10px;
}

#main-contents .contentstop{
	margin-bottom: 1.0em;
	padding: 0 10px;
}


/*●H2タグ*/
#main-contents h2{
	margin: 0 0 1.5em;
	padding: 0.3em 0.5em 0.3em;
	border-top: 0px solid #f7f7f7;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	border-left: 7px solid #336;
	background: #f7f7f7;
	font-size: 1.4em;
	color: #336;
	text-shadow:darkgray 1px 1px 2px;		
}

#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #336; }

#main-contents h2 a:hover,
#main-contents h2 a:active{ color: #336; }

#main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H3タグ*/
#main-contents h3{
	margin: 0 0 1.5em;
	padding: 0.8em;
	border-bottom: 0px solid #88f;
	background: #F4F7FC;
	font-weight: bold;
}

#main-contents h3 a:link,
#main-contents h3 a:visited{ color: #333; }

#main-contents h3 a:hover,
#main-contents h3 a:active{ color: #f60; }

#main-contents h3.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}



/*●H4タグ*/
#main-contents h4{
	margin: 0 0 1.5em;
	padding: 0.8em;
	border-bottom: 0px solid #88f;
	background: #F4F7FC;
	font-weight: bold;
}

#main-contents h4 a:link,
#main-contents h4 a:visited{ color: #333; }

#main-contents h4 a:hover,
#main-contents h4 a:active{ color: #f60; }

#main-contents h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H5タグ*/
#main-contents h5{
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}

#main-contents h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#main-contents h5 a:link,
#main-contents h5 a:visited{ color: #333; }

#main-contents h5 a:hover,
#main-contents h5 a:active{ color: #f60; }


/*●段落タグ*/
#main-contents p{ margin-bottom: 1.5em; }


/*●リストタグ*/
#main-contents ul,
#main-contents ol{
	margin: 0 0.8em 1.5em 1.7em;
	padding: 0;
}

#main-contents li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
}


/*●引用タグ*/
#main-contents q{
	margin: 0 2px;
	padding: 0 8px;
	background: #efefef;
}

#main-contents blockquote{
	overflow: auto;
	margin: 0 1em 1.5em;
	padding: 1em;
	border: 3px solid #ddd;
	background: #efefef;
	color: #444;
}





/*●最新情報（リストタグ）*/
#main-contents ul.news{
	margin: 0 0 3.5em;
	padding: 0;
	padding-bottom: 0;
}

#main-contents ul.news li{
	margin-bottom: 1em;
	padding: 0 1em 1em;
	border-bottom: 1px dotted #414141;
	line-height: 1.4em;
	list-style: none;
}


/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

/*最新情報のアイコン設定*/
#main-contents dl.news dd.cat{
	float: left;
	overflow: hidden;
	width: 6em;
	height: 1.5em;
	padding: 0.1em 0.3em 0;
	border-bottom: none;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 16.5em;
	border-bottom: 1px dotted #414141;
}

/*カテゴリの文字数が多い場合はコメントアウトを解除*/
/*#main-contents dl.news dd.cat{
	clear: none;
	width: auto;
}

#main-contents dl.news dd{
	clear: both;
	padding: 0 1em 0.8em 1em;
}*/
/*●最新情報2（定義タグ）*/
#main-contents dl.news02{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news02 dt{
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0;
	padding-left: 1em;
	font-weight: bold;
}

#main-contents dl.news02 dd{
	margin: 0 0 0.5em 0;
	padding: 0 1em 0.8em 1em;
	border-bottom: 1px dotted #414141;
}

#main-contents dl.news02 dd.cat{
	margin: 0;
	padding: 0 1em 0.5em 1em;
	border: 0;
}

#main-contents dl.news02 dd.cat ul{
	margin: 0;
	padding: 0;
	/zoom : 1;
}

#main-contents dl.news02 dd.cat ul:after{ content : ''; display : block; clear : both; height:0; }

#main-contents dl.news02 dd.cat li{
	clear: none;
	overflow: hidden;
	float: left;
	height: 1.5em;
	margin-right: 0.5em;
	padding: 0.1em 0.3em 0;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


#main-contents dl.news dd.cat{ font-weight: bold; }
#main-contents dl.news dd.cat.color01{ background: #4784bf; }
#main-contents dl.news dd.cat.color02{ background: #dd6673; }
#main-contents dl.news dd.cat.color03{ background: #39a869; }
#main-contents dl.news dd.cat.color04{ background: #e8ac51; }
#main-contents dl.news dd.cat.color05{ background: #a55b9a; }
#main-contents dl.news dd.cat.color06{ background: #aac863; }


/*●定義タグ スタイル01*/
#main-contents dl.dl-style01{
	margin: 0 0 3.5em;
	padding: 0;
}

#main-contents dl.dl-style01 dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0 0 0 1em;
}

#main-contents dl.dl-style01 dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 10em;
	border-bottom: 1px dotted #414141;
}


/*●定義タグ スタイル02*/
#main-contents  dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: 0;
	background-color: #ddd;
}

#main-contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
}

#main-contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background-color: #fff;
}


/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
}

#main-contents ul.checklist li{
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(../images/icon/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}


/*●戻る＆進むリンク*/
.link-next,
.link-back,
.link-next02,
.link-back02{ clear: both; }

.link-next,
.link-next02{ text-align: right; }

.link-back,
.link-back02{ text-align: left; }

.link-next a{
	padding: 3px 0 3px 15px;
	background: url(../images/icon/icon-arrow_r.png) 0 5px no-repeat;
}
.link-back a{
	padding: 3px 0 3px 15px;
	background: url(../images/icon/icon-arrow_l.png) 0 5px no-repeat;
}

.link-next02 a{
	padding: 3px 0 3px 15px;
	background: url(../images/icon/icon-arrow_r-red.png) 0 5px no-repeat;
}
.link-back02 a{
	padding: 3px 0 3px 15px;
	background: url(../images/icon/icon-arrow_l-red.png) 0 5px no-repeat;
}


/*●段組み*/
.box-wrap .box-l{
	float: left;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa; /*boxの枠線の指示*/
}

.box-wrap .box-r{
	float: right;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa;
}

#main-contents .box-wrap .title{
	margin-bottom: 1.5em;
	background-color: #999; /*boxのタイトルの背景色*/
}

#main-contents .box-wrap .title p{
	margin: 0 10px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}


/*●ランキング（リストタグ）*/
#main-contents .box-wrap .ranking{
	margin: 0 0 15px;
}

#main-contents .ranking li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa; /*区切り線の指示*/
	background: none;
	list-style: none;
}

#main-contents .ranking li.end{
	padding-bottom: 0;
	border-bottom: none;
}

#main-contents .ranking p{ margin: 0 0 10px; }


/*●ページネーション スタイル01*/
#main-contents .cont-menu01{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu01 ul{
	position: relative;
	left: 50%;
	float: left;
	margin-left: 10px;
}

#main-contents .cont-menu01 li{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 10px;
	list-style: none;
}

#main-contents .cont-menu01 li:last-child{ margin-right: 0; }

#main-contents .cont-menu01 li.cur{
	padding: 3px 10px;
	border: 1px solid #ccc;
	background-color: #959595;
	color: #fff;
	font-weight: bold;
}

#main-contents .cont-menu01 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu01 li a:link,
#main-contents .cont-menu01 li a:visited{ background-color: transparent; }

#main-contents .cont-menu01 li a:hover,
#main-contents .cont-menu01 li a:active{
	background-color: #959595;
	color: #fff;
}

#main-contents .text-field{ width: 90%; }


/*●ページネーション スタイル02*/
#main-contents .cont-menu02{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu02 ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-contents .cont-menu02 li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu02 li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu02 li.prev{ float: left; }

#main-contents .cont-menu02 li.next{ float: right; }

#main-contents .cont-menu02 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu02 li a:link,
#main-contents .cont-menu02 li a:visited{ background-color: transparent; }

#main-contents .cont-menu02 li a:hover,
#main-contents .cont-menu02 li a:active{
	background-color: #959595;
	color: #fff;
}


/*●サイトマップ*/
#main-contents .sitemap li{ list-style: none; }

#main-contents .sitemap li a{
	display: block;
	padding: 3px 0 3px 20px;
	background: url(../images/icon/icon-arrow_r.png) 0 5px no-repeat;
}

#main-contents .sitemap ul{ margin-top: 1em; }

#main-contents .sitemap li li a{
	padding: 0 0 0 15px;
	border-left: none;
	background: url(../images/icon/icon-menu02.png) 0 6px no-repeat;
}



/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

#sub-contents,
#sidebar,
#sidebar-in,
#sub-contents-in{
	margin: 0;
	padding: 0;
}

* html #sub-contents,
* html #sidebar{ overflow: hidden; }

#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{ display: none; }

.sub-column{ font-size: 1.4em; }

.sub-column li{ list-style: none; }


/*●コンテンツ*/
.sub-column .contents{
	margin-bottom: 1.5em;
	padding: 0em;
}

.sub-column hr{ clear: both; }

.sub-column h3{
	padding: 0.7em;
	border: 1px solid #959595; /*サイドバー見出しの枠線*/
	border-top: 3px solid #336; /*見出しの上部の太線*/
	color: #454545; /*見出し文字の色*/
	font-weight: bold;
}

.sub-column .contents h3{
	margin: -0.5em;
	margin-bottom: 0.8em;
}


/*●プロフィール*/
.sub-column .profile-img img{
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.sub-column .profile-txt p{ margin-bottom: 1em; }

.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: left;
	padding-right: 20px;
}






/*●検索ボックス*/
.sub-column dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

.sub-column dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

.sub-column dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

.sub-column dl.search-box dt input.onfocus{ color: #333; }

.sub-column dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

.sub-column dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}


/*●お問い合わせ*/
.sub-column .contact .icon-contact{
	float: left;
	padding: 0 10px 10px 0;
}

.sub-column .contact .text-contact{ overflow: hidden; }


/*●サイドメニュー*/
.sub-column .side-menu{ margin: 0; }

.sub-column .side-menu li{ list-style: none; }

.sub-column .side-menu li a{
	display: block;
	padding: 12px 10px 5px 22px;
	background: url(https://baseball-archives.org/baseball_menu.gif) 2px 15px no-repeat;
}

.sub-column .side-menu li a:active,
.sub-column .side-menu li a:hover{
	background-color: #008000;
	color: #fff;
}

.sub-column .side-menu ul{
	padding: 0;
	margin: 0;
}

.sub-column .side-menu ul ul{ padding: 0; }

.sub-column .side-menu li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .side-menu li li a:link,
.sub-column .side-menu li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(../images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .side-menu li li a:active,
.sub-column .side-menu li li a:hover{ background: url(../images/icon/icon-menu02.png) 2px 12px no-repeat #fc6; }


/*●ランキング*/
.ranking{
	margin: 0;
	padding: 5px 8px;
}

.ranking li{
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

.ranking li p{ margin-bottom: 10px; }
.ranking li.end{ border-bottom: none; }

.ranking .no01 .item-name,
.ranking .no02 .item-name,
.ranking .no03 .item-name{
	color: #fe8528;
	font-size: 1.167em;
}

.ranking .no01 .item-name, .ranking .no02 .item-name,
.ranking .no03 .item-name, .ranking .no04 .item-name,
.ranking .no05 .item-name, .ranking .no06 .item-name,
.ranking .no07 .item-name, .ranking .no08 .item-name,
.ranking .no09 .item-name, .ranking .no10 .item-name{
	padding: 4px 0 4px 30px;
	font-weight: bold;
}

.no01 .item-name{ background: url(../images/icon/icon-rank01-01.png) left top no-repeat; }
.no02 .item-name{ background: url(../images/icon/icon-rank01-02.png) left top no-repeat; }
.no03 .item-name{ background: url(../images/icon/icon-rank01-03.png) left top no-repeat; }
.no04 .item-name{ background: url(../images/icon/icon-rank01-04.png) left top no-repeat; }
.no05 .item-name{ background: url(../images/icon/icon-rank01-05.png) left top no-repeat; }
.no06 .item-name{ background: url(../images/icon/icon-rank01-06.png) left top no-repeat; }
.no07 .item-name{ background: url(../images/icon/icon-rank01-07.png) left top no-repeat; }
.no08 .item-name{ background: url(../images/icon/icon-rank01-08.png) left top no-repeat; }
.no09 .item-name{ background: url(../images/icon/icon-rank01-09.png) left top no-repeat; }
.no10 .item-name{ background: url(../images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .no01 .item-name{ background: url(../images/icon/icon-rank01-01.png) left top no-repeat; }
.ranking .no02 .item-name{ background: url(../images/icon/icon-rank01-02.png) left top no-repeat; }
.ranking .no03 .item-name{ background: url(../images/icon/icon-rank01-03.png) left top no-repeat; }
.ranking .no04 .item-name{ background: url(../images/icon/icon-rank01-04.png) left top no-repeat; }
.ranking .no05 .item-name{ background: url(../images/icon/icon-rank01-05.png) left top no-repeat; }
.ranking .no06 .item-name{ background: url(../images/icon/icon-rank01-06.png) left top no-repeat; }
.ranking .no07 .item-name{ background: url(../images/icon/icon-rank01-07.png) left top no-repeat; }
.ranking .no08 .item-name{ background: url(../images/icon/icon-rank01-08.png) left top no-repeat; }
.ranking .no09 .item-name{ background: url(../images/icon/icon-rank01-09.png) left top no-repeat; }
.ranking .no10 .item-name{ background: url(../images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .item-img{ text-align: center; }


.col1 .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img{
	float: left;
	padding-right: 20px;
}


/*●バナーエリア*/
.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	background: #336; /*フッター全体の背景色を指定*/
	color: #fff;
	font-size: 1.2em;
}

#footer a:link,
#footer a:visited{ color: #fff; }
#footer a:hover,
#footer a:active{ color: #f60; }

#footer h3{
	margin-bottom: 1em;
	padding: 0.8em;
	background-color: #336;
	color: #fff;
	font-weight: bold;
}

#footer-in li{ list-style: none; }

#footer .area01{
	float: left;
	width: 39%;
	padding-bottom: 20px;
}

#footer .area02{
	float: right;
	width: 60%;
	padding-bottom: 20px;
}

/*●アクセス情報*/
#footer .access{ padding: 0 1em; }

#footer .access p{ margin-bottom: 1em; }

p.accessmap{
	padding: 0px 0 3px;
	padding-left: 25px;
	background: url(../images/icon/icon-arrow02.png) left center no-repeat;
}


/*●フッターメニュー*/
#footer .footer-menu{
	overflow: hidden;
	width: 100%;
	padding: 0;
}

#footer .footer-menu ul{
	float: left;
	width: 42%;
	margin-right: 5%;
	padding: 1%;
}

#footer .footer-menu ul ul{
	float: none;
	width: auto;
	margin-top: 1em;
	margin-right: 0;
}

.footer-menu li{
	margin-bottom: 5px;
	padding: 0px 0 3px;
	padding-left: 25px;
	background: url(../images/icon/icon-arrow02.png) left top no-repeat;
}

.footer-menu li li{
	padding-left: 15px;
	padding-top: 0;
	background: url(../images/icon/icon-arrow03.png) left 5px no-repeat;
}


/*●フッターバナー*/
#footer-banner{
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}

#footer-banner li{
	display: inline;
	list-style: none;
}


/*●コピーライト*/
.copyright{
	padding: 15px 0;
	background: #eaeaea;
	font-size: 1.2em;
	text-align: center;
}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 99;
	width: 182px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	padding: 10px;
	padding-left: 42px;
	border: 1px solid #c00;
	border-right: 0;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

.page-top a:link,
.page-top a:visited{
	background: url(./images/common/bg-pagetop.gif) 14px center no-repeat #c00;
	color: #fff;
}

.page-top a:hover,
.page-top a:active{
	background: url(./images/common/bg-pagetop.gif) 14px center no-repeat #336;
	color: #ffb300;
	border: 1px solid #336;
}


/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

#main-contents .sb{
	width:100%;
	margin: 0;
	padding: 0;
}

#main-contents .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}


#sidebar .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}

#header-text .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}


#footer .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}

* html #main-contents .sb li{
	float: left;
	width: 130px;
	list-style: none;
} /* IE6 */

*+html #main-contents .sb li{
	display: inline;
	list-style: none;
} /* IE7 */

#main iframe.twitter-share-button{ width: 100px!important; }


/*------------------------------------------------------------
WordPress用
-------------------------------------------------------------*/

#main-contents  h2.post-title{
	margin-bottom: 0.5em;
}

#main-contents .contents h3{
	margin: 0 -10px 1.5em;
}

.archive-title{
	margin-bottom: 2em;
	padding: 1em;
	background-color: #FEFEED;
	border-top: dotted 1px #FC3;
	border-bottom: dotted 1px #FC3;
	border-left: dotted 1px #FC3;
	border-right: dotted 1px #FC3;
	border-radius: 5px;
	color: #336;
	font-weight: bold;
}

.catlink3{
	text-align: center;
	padding: 20px 0px 30px 0;
	line-height: 350%;
}


.catlink3 a {
    background-color:#ddeeff;
    border:1px solid #8888ff;
	margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:1.0em;
	text-decoration: none;
	white-space: nowrap;
}

.catlink3 a:hover {
    color:white;
    background-color:#336;
    border:1px solid #336;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}



.catlink6{
	text-align: center;
	padding: 20px auto 20px auto;
	line-height: 350%;
}


.catlink6 a {
    background-color:#ddeeff;
    border:1px solid #8888ff;
	margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:1.0em;
	text-decoration: none;
	white-space: nowrap;
}

.catlink6 a:hover {
    color:white;
    background-color:#336;
    border:1px solid #336;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}




/*●ウィジェットメニュー*/
.sub-column .widget-conts ul{ margin: 0; }

.sub-column .widget-conts ul li{
	padding: 3px 10px 3px 20px;
	background: url(../images/icon/icon-arrow_r.png) 2px 6px no-repeat;
}

.sub-column .widget-conts ul li li{
	padding: 6px 10px 6px 15px;
	background: url(../images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li,
.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li,
.sub-column .widget_nav_menu ul li li,
.sub-column .widget-conts .ranking li,
.sub-column .widget-conts .ranking li li,
.sub-column .widget-conts .banner li,
.sub-column .widget-conts .banner li li{
	padding: 0;
	background: none;
	list-style: none;
}

.sub-column .widget_recent_entries ul li a,
.sub-column .widget_pages ul li a,
.sub-column .widget_nav_menu ul li a{
	display: block;
	padding: 12px 10px 12px 20px;
	background: url(../images/icon/icon-arrow_r.png) 2px 15px no-repeat;
}

.sub-column .widget_recent_entries ul li a:active,
.sub-column .widget_recent_entries ul li a:hover,
.sub-column .widget_pages ul li a:active,
.sub-column .widget_pages ul li a:hover,
.sub-column .widget_nav_menu ul li a:active,
.sub-column .widget_nav_menu ul li a:hover{
	background-color: #fc6;
	color: #fff;
}

.sub-column .widget_recent_entries ul ul,
.sub-column .widget_pages ul ul,
.sub-column .widget_nav_menu ul ul{
	padding: 0;
	margin: 0;
}

.sub-column .widget_recent_entries ul ul ul,
.sub-column .widget_pages ul ul ul,
.sub-column .widget_nav_menu ul ul ul{ padding: 0; }

.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .widget_recent_entries ul li li a:link,
.sub-column .widget_recent_entries ul li li a:visited,
.sub-column .widget_pages ul li li a:link,
.sub-column .widget_pages ul li li a:visited,
.sub-column .widget_nav_menu ul li li a:link,
.sub-column .widget_nav_menu ul li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(../images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li li a:active,
.sub-column .widget_recent_entries ul li li a:hover,
.sub-column .widget_pages ul li li a:active,
.sub-column .widget_pages ul li li a:hover,
.sub-column .widget_nav_menu ul li li a:active,
.sub-column .widget_nav_menu ul li li a:hover{ background: url(../images/icon/icon-menu02.png) 2px 12px no-repeat #fc6; }

.sub-column .rss-date,
.sub-column cite{
	display: block;
	margin: 0.5em 0;
}

.sub-column .widget_links li{ overflow: hidden; }

.sub-column .widget_links li img{
	display: block;
}

.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}

#main .sub-column ul.banner li a{
	display: inline;
	padding-left: 0;
	background: none;
}

#main .sub-column ul.banner li a:link,
#main .sub-column ul.banner li a:visited{ color: #39f; }
#main .sub-column ul.banner li a:hover,
#main .sub-column ul.banner li a:active{ color: #f60; }


/*●メインコンテンツ内での検索*/
#main-contents dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

#main-contents dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

#main-contents dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

#main-contents dl.search-box dt input.onfocus{ color: #333; }

#main-contents dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

#main-contents dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}

#post-tag{
	text-align: left;
	padding: 10px 0px 30px 0;
	line-height: 200%;
}


#post-tag a{
    color: #008000; 
    background-color:#cfc;
    border:1px solid #008000;
    margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:1.0em;
	text-decoration: none;
	white-space: nowrap;
}

#post-tag a:hover{
    color:#fff;
    background-color:#008000;
    border:1px solid #008000;
    text-shadow:0px 0px 0px #008000;
 position: relative;
 top: 2px;
 left: 2px;
}


#main-contents .sb{}





/*コメントフォーム*/
#main-contents .trackback-url{ width: 70%; }

#main-contents p textarea{ width: 70%; }

#main-contents #submit{ padding: 0.3em 1em; }

#main-contents #author,
#main-contents #email,
#main-contents #url{
	width: 50%;
	padding: 0.3em;
}

#main-contents .comment-body em{
	font-weight: bold;
}

#main-contents .comment-body{
	background: #FEFEED;
	padding: 15px 15px 15px 15px;
	border-top: dotted 1px #FC3;
	border-bottom: dotted 1px #FC3;
	border-left: dotted 1px #FC3;
	border-right: dotted 1px #FC3;
	border-radius: 20px;
}


#main-contents .commentlist,
#main-contents .commentlist ul{
	margin-right: 0!important;
	margin-left: 0!important;
	padding: 0;
}

#main-contents .commentlist{ padding: 10px; }

#main-contents .commentlist li{
	margin-bottom: 2.5em;
	padding-bottom: 1em;
	border-bottom: 0px solid #ccc;
	list-style: none;
}

#main-contents .commentlist li li{
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
}

#main-contents .comment-author,
#main-contents .comment-meta{ margin-bottom: 1em; }

#main-contents .reply{ clear: both; }

#main-contents .reply a{
	padding-left: 17px;
	background: url(../images/icon/icon-arrow_r.png) 0 4px no-repeat;
}


/*画像の回り込み*/
img.alignleft{
	float: left;
	padding-right: 30px;
}

img.alignright{
	float: right;
	padding-left: 30px;
}

img.aligncenter{
	display: block;
	margin: auto;
}


/*PS Auto Sitemap基本デザイン*/
ul#sitemap_list,
ul#sitemap_list ul{ margin: 0; }

#sitemap_list li{
	list-style: none;
	padding: 3px 10px 3px 20px;
	background: url(../images/icon/icon-arrow_r.png) 2px 8px no-repeat;
}

#sitemap_list li ul{
	margin-top: 0.5em;
	margin-bottom: 0;
}

#sitemap_list li li{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(../images/icon/icon-menu02.png) 2px 12px no-repeat;
}



/*●ページネーション WP用*/
#main-contents .cont-menu-wp{
	position: relative;
	overflow: hidden;
	width: 100%;
	/zoom : 1;
}

#main-contents .cont-menu-wp:after{ content : ''; display : block; clear : both; height:0; }

#main-contents .cont-menu-wp ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
}

#main-contents .cont-menu-wp li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu-wp li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu-wp li.nav-prev{ float: right; }

#main-contents .cont-menu-wp li.nav-next{ float: left; }

#main-contents .cont-menu-wp li.nav-next a{
	padding: 3px 0 3px 15px;
	background: url(../images/icon/icon-arrow_l.png) left 7px no-repeat;
}

#main-contents .cont-menu-wp li.nav-prev a{
	padding: 3px 15px 3px 0;
	background: url(../images/icon/icon-arrow_r.png) right 7px no-repeat;
}


/*コメントナビ*/
.navigation .alignright{
	float: right;
}
.navigation .alignleft{
	float: left;
}

.navigation:after{ content : ''; display : block; clear : both; height:0; }
.navigation{
	margin-bottom: 30px;
	/zoom : 1;
}


/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-in:after,
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
#main-and-sub:after,
.contents:after,
#main-contents dl.dl-style01:after,
.box-wrap:after,
dl.search-box:after,
#footer-in:after,
#main-contents .sb:after,
.contact:after,
#main-contents .cont-menu01:after,
#main-contents .cont-menu02:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-in,
#header-in,
#global-nav-in #menu,
#main-in,
#main-and-sub,
.contents,
#main-contents dl.dl-style01,
.box-wrap,
dl.search-box,
#footer-in,
#main-contents .sb,
.contact,
#main-contents .cont-menu01,
#main-contents .cont-menu02,
.clearfix{ /zoom : 1; }



#topinfo{
	text-align: left;
	padding: 0px 0px 10px 15px;
	font-size:0.8.5em;
}



/*------------------------------------------------------------
ボタン式テキストリンク
-------------------------------------------------------------*/


#tlink{
	text-align: left;
	padding: 0px 10px 10px 0;
	line-height: 300%;
}



#tlink a {
    background-color:#ddeeff;
    border:1px solid #8888ff;
    margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:0.9em;
	text-decoration: none;
	white-space: nowrap;
}

#tlink a:hover {
    color:white;
    background-color:#336;
    border:1px solid #336;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}



#tlink_right{
	text-align: right;
	padding: 0px 10px 10px 0;
	line-height: 300%;
}



#tlink_right a {
    background-color:#ddeeff;
    border:1px solid #8888ff;
    margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:0.75em;
	text-decoration: none;
	white-space: nowrap;
}

#tlink_right a:hover {
    color:white;
    background-color:#336;
    border:1px solid #336;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}


#tlink_center{
	text-align: center;
	padding: 0px 10px 10px 0;
	line-height: 300%;
}



#tlink_center a {
    background-color:#ddeeff;
    border:1px solid #8888ff;
    margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:0.75em;
	text-decoration: none;
	white-space: nowrap;
}

#tlink_center a:hover {
    color:white;
    background-color:#336;
    border:1px solid #336;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}




#tlink_m{
	margin:15px 0 30px 5px;
	text-align: left;
	line-height: 230%;
}

#tlink_m a {
    background-color:#ddeeff;
    border:1px solid #8888ff;
    margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:0.9em;
	text-decoration: none;
	white-space: nowrap;
}

#tlink_m a:hover {
    color:white;
    background-color:#336;
    border:1px solid #336;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}

#catlink{
	text-align: right;
	padding: 10px 0px 30px 0;
	line-height: 300%;
}



#toplink{
	text-align: left;
	padding: 0px 0px 30px 10px;
	line-height: 300%;
}



#toplink a {
    background-color:#ddeeff;
    border:1px solid #8888ff;
    margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:1.0em;
	text-decoration: none;
	white-space: nowrap;
}

#toplink a:hover {
    color:white;
    background-color:#336;
    border:1px solid #336;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}



#catlink{
	text-align: right;
	padding: 10px 0px 30px 0;
	line-height: 300%;
}


#catlink a {
    background-color:#ddeeff;
    border:1px solid #8888ff;
	margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:1.1em;
	text-decoration: none;
	white-space: nowrap;
}

#catlink a:hover {
    color:white;
    background-color:#336;
    border:1px solid #336;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}



#catlink2{
	text-align: left;
	padding: 5px 0px 10px 0;
	line-height: 300%;
}


#catlink2 a {
    background-color:#ddeeff;
    border:1px solid #8888ff;
	margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:0.9em;
	text-decoration: none;
	white-space: nowrap;
}

#catlink2 a:hover {
    color:white;
    background-color:#336;
    border:1px solid #336;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}



#catlink3{
	text-align: center;
	padding: 5px 0px 30px 0;
	line-height: 300%;
	white-space: normal;
}


#catlink3 a {
    background-color:#ddeeff;
    border:1px solid #8888ff;
	margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:0.9em;
	text-decoration: none;
	white-space: nowrap;
}

#catlink3 a:hover {
    color:white;
    background-color:#336;
    border:1px solid #336;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}




#catlink4 {
	text-align: right;
	padding: 0px 0px 10px 0;
	line-height: 170%;
}


#catlink4 a {
    background-color:#ddeeff;
    border:1px solid #8888ff;
	margin:2px;
    padding:3px;
    border-radius:5px;
    cursor:pointer;
	font-size:0.7em;
	text-decoration: none;
	white-space: nowrap;
}

#catlink4 a:hover {
    color:white;
    background-color:#336;
    border:1px solid #336;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}




#catlink5 {
	text-align: right;
	padding: 0px 0px 10px 0;
	line-height: 300%;
}


#catlink5 a {
    background-color:#ddeeff;
    border:1px solid #8888ff;
	margin:2px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:0.9em;
	text-decoration: none;
	white-space: nowrap;
}

#catlink5 a:hover {
    color:white;
    background-color:#336;
    border:1px solid #336;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}






#seed{
	text-align: left;
	padding: 5px 0px 10px 0;
	line-height: 45px;
}


#seed a {
    background-color:#ddeeff;
    border:1px solid #8888ff;
	margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:1.0em;
	text-decoration: none;
	white-space: nowrap;
}

#seed a:hover {
    color:white;
    background-color:#336;
    border:1px solid #336;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}






#comlink{
	text-align: right;
	padding: 10px 0px 10px 0;
	line-height: 200%;
}


#comlink a {
    color: #f60; /* アーカイブ記事下のコメント数*/
    background-color:#FEFEED;
    border:1px solid #FFCC33;
    margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:1.0em;
	text-decoration: none;
	white-space: nowrap;
}


#comlink a:hover {
    color:#fff;
    background-color:#c00;
    border:1px solid #cfc;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}






#comlink2{
	text-align: center;
	padding: 0px 0 5px 0;
	line-height: 300%;
}


#comlink2 a {
    color: #008000; /* アーカイブ記事下のコメント数*/
    background-color:#cfc;
    border:1px solid #008000;
    margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:0.9em;
	text-decoration: none;
	white-space: nowrap;
}


#comlink2 a:hover {
    color:#fff;
    background-color:#008000;
    border:1px solid #008000;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}



#comlink3 {
	text-align: right;
	padding: 2px 0 5px 0;
	line-height: 250%;
}


#comlink3 a {
    color: #008000;
    background-color:#cfc;
    border:1px solid #008000;
    margin:2px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:0.8em;
	text-decoration: none;
	white-space: nowrap;
}


#comlink3 a:hover {
    color:#fff;
    background-color:#008000;
    border:1px solid #008000;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}


#comlink4{
	text-align: left;
	padding: 5px 0;
	line-height: 300%;
}


#comlink4 a {
    color: #008000; /* アーカイブ記事下のコメント数*/
    background-color:#cfc;
    border:1px solid #008000;
    margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:0.9em;
	text-decoration: none;
	white-space: nowrap;
}


#comlink4 a:hover {
    color:#fff;
    background-color:#008000;
    border:1px solid #008000;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}



#comlink5{
	text-align: left;
	padding: 5px 0;
	line-height: 300%;
}


#comlink5 a {
    color: #008000;
    background-color:#cfc;
    border:1px solid #008000;
    margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:1.1em;
	text-decoration: none;
	white-space: nowrap;
}


#comlink5 a:hover {
    color:#fff;
    background-color:#008000;
    border:1px solid #008000;
    text-shadow:0px 0px 0px #336;
 position: relative;
 top: 2px;
 left: 2px;
}


.date01{
	text-align: right;
	padding: 0 5px 0 0;
}


.date01 a{
   	color: #008000;
	font-weight: bold;
}


.date01 a:hover{
   	color: #00f;
	font-weight: bold;
}


.date02{
	text-align: left;
	padding: 0 0 0 15px;
}



#main-contents .comment-author{ 
	margin-bottom: 1em;
	font-weight: bold;
	color: #008000; /* 投稿者の名前の色*/
}

#main-contents .comment-meta a{ 
	text-decoration: none;
	color: #00f; /* コメント日時の色*/
}


/* mobile single top*/
#mst{
	text-align: left;
	margin: 5px 0 10px 2px;
	color: #c00;
	font-size:1.2em;
	font-weight: bold;
}

#mst a {
	color: #c00;
}



#info1{
	margin: 10px 7px 10px 10px;
	padding: 15px 15px 1px 15px;
	border-radius:5px;
	background: #F4F7FC;;
	font-size:1.1em;
}


/*出場校一覧表のデザイン----------------------------------------------*/

table.senbatsu_team{
	table-layout:auto;
	width:100%;
	text-align:center;
	white-space: nowrap;
	border-collapse:collapse;
	padding: 5px;
	empty-cells:show;
}

table.senbatsu_team td{
	border: 1px solid #666;
}



tr.team1 {
	background: #f8fafd;
	color: #333;
	text-align: left;
}




td.area1 {
	background: #E7EFF7;
	color: #333;
	text-align: center;
	padding: 5px;
}


td.area2 {
	text-align: center;
	padding: 5px;
}



td.area3 {
	background: #f8fafd;
	font-size: 90%;
	text-align: center;
	padding: 3px;
}



td.team2 {
	background: #fff;
	font-size: 90%;
	text-align: left;
	padding: 5px;
}




tr.index{
	background-color: #336;
	color:#FFF;
	padding: 10px auto;
	text-align:center;
}


tr.index2{
	background-color: #336;
	color:#FFF;
	padding:5px auto;
	text-align:center;
}





tr.color1{ background:#FFF; }

tr.color2{ background:#F8FAFD; }

td.book{
	border: none;
	padding-right:3px;
}



table.topindex{
	table-layout: fixed;
	width:100%;
	text-align:center;
	white-space: nowrap;
	border-collapse:collapse;
	padding: 5px;
	empty-cells:show;
}

tr.topindex{
	background-color: #336;
	border: 1px solid #fff;
	color:#FFF;
	padding: 10px auto;
	text-align:center;
}


td.topindex{
	background-color: #336;
	border: 1px solid #fff;
	color:#FFF;
	padding: 10px auto;
	text-align:center;
}

td.topindex_green{
	background-color: #00C300;
	border: 1px solid #fff;
	color:#FFF;
	padding: 10px auto;
	text-align:center;
}

td.topindex_enkin{
	background-color: #8948EA;
	border: 1px solid #fff;
	color:#FFF;
	padding: 10px auto;
	text-align:center;
}

tr.topindex a:link,
tr.topindex a:visited{ color: #fff; }

/*トーナメント表分割デザイン----------------------------------------------*/


table.tournament{
	border: solid 0px #fff;
	border-collapse: collapse;
	padding:0;
}



tr.tournament{
	border: solid 0px #fff;
	border-collapse: collapse;
	padding:0;
}



table.fit{
	border: 0;
	border-collapse: collapse;
	padding:0;
}


td.left-fit{
	padding:0;
	border: solid 0px #fff;
	border-collapse: collapse;
	text-align:right;
}


td.right-fit{
	padding:0;
	border: solid 0px #fff;
	border-collapse: collapse;
	text-align:left;
}


td.center-fit{
	padding:0;
	border: solid 0px #fff;
	text-align:center;
}




td.fit{
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
	border:none;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:none;
}

td.fit-center{
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:none;
}




td.tleft{
	padding-right:7px;
	padding-left:0px;	
	border: solid 0px #fff;
	border-collapse: collapse;
	text-align:left;
}


td.tright{
	padding-left:7px;
	padding-right:0px;
	border: solid 0px #fff;
	border-collapse: collapse;
	text-align:right;
}

td.tinfo{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	color:#6699CC;
	font-weight:bolder;
	border:0;
}



/*甲子園データベースのデザイン----------------------------------------------*/

#koshien{ font-size: 1.4em;
	text-align:center;
	margin-top: 2.5em;
	margin-bottom: 3.5em;
	padding: 0 0px;
}



#koshien h2{
	margin: 0 0 1.5em;
	padding: 0.3em 0.5em 0.3em;
	border-top: 1px solid #336;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	border-left: 0px solid #336;
	background: #f7f7f7;
	font-size: 1.4em;
	color: #336;
	text-shadow:darkgray 1px 1px 2px;		
}

#koshien h2 a:link,
#koshien h2 a:visited{ color: #336; }

#koshien h2 a:hover,
#koshien h2 a:active{ color: #336; }

#koshien h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


table.koshien{
	table-layout:auto;
	width:100%;
	text-align: center;
	white-space: nowrap;
	border-collapse:collapse;
}

table.koshien,th,td {
	border:1px solid #666;
	text-align: center;
	padding:3px;
	height: 25px;
}


div.img-move a:hover {
 position: relative;
 top: 2px;
 left: 2px;
}


table.areat{
	table-layout:auto;
	width:100%;
	text-align:center;
	white-space: nowrap;
	border-collapse:collapse;
	padding: 5px;
	empty-cells:show;
}


table.senbatsu{
	table-layout:auto;
	width:100%;
	text-align: center;
	white-space: nowrap;
	border-collapse:collapse;
}


table.senbatsu,th,td {
	border:1px solid #666;
	text-align: center;
	padding: 2px;
	height: 40px;
}


td.round{
	background-color: #ffffe0;
	color:#336;
	padding: 2px auto;
	text-align:center;
	font-size:0.9em;
}


tr.index3{
	color: #FFF;
	background-color: #336;
	padding: 2px auto;
	text-align:center;
	font-size:0.8em;
	height: 15px;
}


td.day{
	background-color: #f7f7f7;
	color:#336;
	font-size:0.9em;
}


td.time{
	background-color: #F0F3FA;
	color:#336;
	font-size:0.9em;
	text-align:center;
}

td.timeb{
	background-color: #FFFFE0;
	color:#C00;
	font-size:0.9em;
	text-align:center;
	font-weight:bold;
}



td.steam{
	color:#336;
	font-size: 1.0em;
}


td.steam_V{
	color:#336;
	font-size: 1.0em;
	font-weight:bold;

}


tr.index2{
	background-color: #336;
	color:#FFF;
	padding: 3px auto;
	text-align:center;
	font-size:0.9em;
}


td.haru { 
	background-color: #ffc0cd;
	color: #336;
}


td.natsu { 
	background-color: #008000;
}


td.best8 { 
	font-size:0.9em;
}

td.best4 { font-size:0.9em;
	color:#336;
}

td.finalist { font-size:1.1em;
	color:#336;
}

td.champion { 
	background-color: #ffffe0;
	color:#336;
	font-size:1.2em;
	padding:3px;
 }


td.year { 
	font-size:1.1em;
	white-space: nowrap;
 }


td.year-m { 
	font-size:0.85em;
	white-space: nowrap;
	padding:2px;
 }



table.day{
	table-layout:auto;
	width:100%;
	text-align:center;
	white-space: nowrap;
	border-collapse:collapse;
	padding: 1px;
	empty-cells:show;
}


table.day td{
	border: 1px solid #666;
}



table.area{
	table-layout:auto;
	width:100%;
	white-space: nowrap;
	border-collapse:collapse;
	empty-cells:show;
	border: 1px solid #666;
	padding-right:5px;
}






td.block a:link{
	color:#FFF;
	text-decoration:none;
}

td.block a:visited{ color: #fff; }
td.block a:active{ color: #FFB300; }
td.block a:hover{ color: #FFB300; }






tr.index{
	background-color: #336;
	color:#FFF;
	padding: 10px auto;
}


tr.areaindex{
	background-color: #336;
	color:#FFF;
	padding: 2px auto;
	font-size: 85%;

}



tr.index a:link,
tr.index a:visited{
	color:#FFF;
}




td.round1{ text-align:center;
	background:#FFFFE0;
	}


td.round2{ text-align:center;
	background:#FFE45F;
	}

td.day{ background:#F7F7F7; }

td.place{
	text-align:center;
	background:#F7F7F7;
	font-size: 90%;
}

td.areaplace{
	text-align:center;
	background:#F7F7F7;
	font-size: 85%;
}



td.areateam{
	padding: 7px 5px;
	white-space: nowrap;
	text-decoration:none;
}


td.areateam a:link{
	font-size: 120%;
	color: #336;
}


td.areateam a:visited{ color: #336; }
td.areateam a:hover,
td.areateam a:active{ color: #c00; }



td.areateam_v{
	background:#FFFFE0;	
	padding: 7px 5px;
	white-space: nowrap;
	text-decoration:none;
}


td.areateam_v a:link{
	font-weight:bold;
	font-size: 120%;
}



td.areateam_v a:link{ color: #0065CE; }
td.areateam_v a:visited{ color: #0065CE; }
td.areateam_v a:hover{ color: #cc0000; }






/*---------------------------
ソーシャルボタン
-----------------------------*/
 
/*clearfix*/
.share-mobile,
.share-pc{ /zoom : 1; }
.share-mobile:after,
.share-pc:after{ content : ''; display : block; clear : both; height:0; }
 
/*共通*/
.share-mobile,
.share-pc {
    width: 100%;
}
.share-mobile a img,
.share-pc a img {
    display:inline;
    vertical-align:middle;
}
.share-mobile a:hover,
.share-pc a:hover {
    opacity:0.9;
}
.share-mobile a#share_fb,
.share-pc a#share_fb {
    background-color: #3B5998;
    border-bottom: 1px solid #3C5A98;
}
 
/*スマホ*/
.share-mobile a {
    width: 33%;
    display: block;
    float: left;
    text-align: center;
    text-decoration:none;
    font-size:14px;
    color:#FFFFFF;
    font-weight:bold;
    padding-top:5px;
    padding-bottom:5px;
     border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
}
.share-mobile a#share_line {
    background-color: #00C300;
    border-bottom: 1px solid #21AA10;
}
.share-mobile a#share_tw {
    background-color: #00ACEE;
    border-bottom: 1px solid #0193CB;
    margin:0 1px;
}
 
/*pc*/
.share-pc a {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    text-decoration:none;
    font-size:14px;
    color:#FFFFFF;
    font-weight:bold;
    padding-top:5px;
    padding-bottom:5px;
}
.share-pc a#share_tw {
    background-color: #00ACEE;
    border-bottom: 1px solid #0193CB;
}


/*---------------------------
ビデオファイルの埋め込み
-----------------------------*/

.video {
max-width : 100%;
height : auto;
}  

.video-container {
position : relative;
padding-bottom : 56.25%;
padding-top : 30px;
height : 0;
overflow : hidden
}

.video-container iframe,
.video-container object,
.video-container embed {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%
}


/*---------------------------
アーカイブページ
-----------------------------*/

.archive_text {
	font-size:0.9em;
	padding:0px 10px 20px;	

}

.archive_ouen a {
	font-size:0.9em;
	color: #008000;	
}

.archive_ouen a:hover {
	color: #c00;
}


/*---------------------------
関連記事レイアウト
-----------------------------*/

.post-meta {
    text-align: right;
    padding-right:3px;
}


.keni-relatedposts {
	margin:0;
	padding:0;
}


.keni-relatedposts {
    margin:0;
}

.keni-relatedposts-list{
    margin:0;
}


/*カテゴリアイコンのレイアウト----------------------------------------------*/

#main-contents .news02 dt {
float: left;
width: 120px;
}
#main-contents .news02 dd a {
clear: both;
display: block;
}



.side-ad-bottom {
width: 165px;
text-align: center;
float: left;
margin-right: 7px;
}

.side-ad-bottom2 {
width: 160px;
text-align: center;
float: left;
margin-right: 0px;
}

#main-contents .side-ad-bottom p {
margin-bottom: 0;
}


/*300px x2p----------------------------------------------*/

.ad-bottom {
width: 300px;
text-align: center;
float: left;
margin-right: 20px;
}

.ad-bottom2 {
width: 300px;
text-align: center;
float: left;
margin-right: 0px;
}

#main-contents .side-ad-bottom p {
margin-bottom: 0;
}



/*468px 120px----------------------------------------------*/

.ad-top {
width: 468px;
text-align: left;
float: left;
margin-right: 20px;
}

.ad-top2 {
width: 120px;
text-align: center;
float: left;
margin-right: 0px;
}



/*大会情報テーブル----------------------------------------------*/

.table-taikai {
width: 160px;
text-align: left;
float: left;
margin-right: 20px;
}

.table-taikai2 {
width: 450px;
text-align: center;
float: left;
margin-right: 0px;
}



/*300px ツイート----------------------------------------------*/

.ad-twitter {
width: 300px;
text-align: left;
float: left;
margin-right:5px;
}

.ad-twitter2 {
width: 345px;
text-align: right;
float: left;
margin-right: 0px;
}


/*トーナメント表 分割 320x2----------------------------------------------*/

.t-bottom {
width: 320px;
text-align: left;
float: left;
margin-right:0px;
}

.t-bottom2 {
width: 320px;
text-align: right;
float: left;
margin-right: 0px;
}

#main-contents .side-ad-bottom p {
margin-bottom: 0;
}



/*Station Top 650 336----------------------------------------------*/

.st-top {
width: 650px;
text-align: left;
float: left;
margin-right:35px;
}

.st-top2 {
width: 336px;
text-align: left;
float: left;
margin-right:0px;
}



table.area{
	table-layout:auto;
	width:100%;
	white-space: nowrap;
	border-collapse:collapse;
	empty-cells:show;
	border: 1px solid #666;
	padding: 3px;
}




td.ballpark{
	background: #f7f7f7;
	color:#336;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 1.0em;
	font-weight:bold;
	border-top: solid 3px #336;
}


td.ballpark a:link{
	color:#336;
	text-decoration:none;
}

td.ballpark a:visited{ color: #336; }

td.ballpark a:active{ 
	color: #FFB300;
	background: #336;
 }

td.ballpark a:hover{ 
	color: #FFB300;
	background-color: #336;
 }


td.ballpark:hover{ 
	color: #336;
	background-color: #f7f7f7;
	border-top: solid 3px #c00;
	border-bottom: solid 1px #c00;
 }

td.ballpark:hover a{ 
	color: #c00;
	background-color: #f7f7f7;
 }

td.ballpark:hover a:hover{ 
	color: #c00;
	background-color: #f7f7f7;
 }




td.teamL{
	text-align:left;
	font-size:1.0em;
}


td.team{
	text-align:center;
	font-size:1.0em;
	color:#336;
		text-decoration:none;
}


td.event{
	text-align:left;
	font-size:1.0em;
	color:#336;
	padding-left:10px;
}


td.teamv{
	text-align:center;
	font-size:1.0em;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	color:#336;
}

td.teamv a{
	text-align:center;
	font-size:1.0em;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	color:#336;
	text-decoration:none;
}


td.text_ad{
	text-align:center;
	font-size:0.95em;
	padding:5px;
	color:#336;
	background-color:#FEFEED;
}


td.score{
	text-align:center;
	font-size:1.1em;
}

td.scorex a{
	text-align:center;
	text-decoration:none;
	color:#C00;
	font-size:1.1em;
}



table.taikai{
	table-layout:auto;
	width:100%;
	white-space: nowrap;
	border-collapse:collapse;
	padding: 3px;
	empty-cells:show;
}


table.taikai td{
	padding-left:5px;
	border: 1px solid #333;
}


td.cat{
	text-align:center;
	background-color:#F0F3FA;
	color:#336;
}


td.taikai{
	padding:8px;
	text-align:center;
	color:#336;
}

td.teamVV{
	text-align:center;
	color:#336;
}



table.season{
	table-layout:auto;
	width:100%;
	white-space: nowrap;
	border-collapse:collapse;
	empty-cells:show;
	color:#336;
}


table.season tr:hover {
	background-color: #fff0f5;	/* 行の背景色 */
}


table.season td{
	width:104px;
	text-align:center;
	border: 1px solid #999;
	font-size:0.95em;

}

tr.season-index{
	background-color: #336;
	color:#FFF;
	padding:5px auto;
	text-align:center;
	font-size:0.8em;
}


tr.season-index:hover {
	color: #336;
}



td.syear{
	padding:5px;
}


td.senbatsu{
}

td.sv{
	background-color: #ffffe0;
	font-weight:500;
}


td.nv{
	background-color: #f7f7f7;
}




/*学校リンクボタン----------------------------------------------*/

.school-link{
	text-align: center;
	padding: 10px 0px 10px 0;
	line-height: 350%;
}


.school-link a {
    background-color:#ddeeff;
    border:1px solid #8888ff;
	margin:5px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
	font-size:1.5em;
	text-decoration: none;
	white-space: nowrap;
}

.school-link a:hover {
    color:white;
    background-color:#336;
    border:1px solid #336;
    text-shadow:2px 2px 2px #336;
}


div#info{
	padding: 10px;
	margin: 20px 5px 0px 5px;
	border-top: dotted 1px #FC3;
	border-bottom: dotted 1px #FC3;
	border-left: dotted 1px #FC3;
	border-right: dotted 1px #FC3;
	background: #FEFEED;
	font-size:1.0em;
	text-align: left;
}


div#station-top{
	margin: auto auto 20px auto;
	}

#mobile-header-ad {
	margin-top:0px;
	margin-bottom:15px;
	padding:10px;
	background-color:#F8FAFD;
	text-align:center;
	}



/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/