@charset "utf-8";


@import url("ddmenu.css"); 


#container {
	width: 100%;
	text-align: center;
	background: url(http://www.deers.jp/images/bg_body2021.jpg) center top no-repeat;
	min-width: 1000px;
}


#head_waku {
	width:100%;
	height:80px;
	background:#ec6300;
	margin-bottom:20px;
}

#header {
	width:1000px;
	height:80px;
	text-align:left;
	margin:0 auto;
}

#header .topmenu {
	float:right;
}


#foot_waku {
	width:100%;
	background:#333;
	margin-bottom:0;
}

#footer {
	width:1000px;
	height:80px;
	margin:0 auto;
	text-align:center;
	line-height:80px;
	color:#fff;
	font-size:10px;
}


#main {
	width:1000px;
	margin:0 auto;
}


.topbanner ul li {
	float: left;
	display: inline;
}


.waku_cont {
	width:1000px;
	margin:0 auto;
	background:#f7f7f7;
	min-height:400px;
}

.release {
	background: url(../image_pre/left_release.gif) left top no-repeat;
}

.info {
	background: url(../image_pre/left_info.gif) left top no-repeat;
}

.entry {
	background: url(../image_pre/left_entry.gif) left top no-repeat;
}

.profile {
	background: url(../image_pre/left_profile.gif) left top no-repeat;
}

.date {
	font-size:12px;
	line-height:20px;
	margin-bottom:10px;
}

.title {
	width:800px;
	height:40px;
	font-size:20px;
	line-height:40px;
	border-bottom:2px solid #F60;
	margin-bottom:15px;
	
}


.honbun {
	width:800px;
	minheight:200px;
	font-size:14px;
	line-height:22px;
	text-align:left;	
}

.honbun p {
	padding-bottom:15px;
}
	 


.backbtn a {
	padding:10px;
	background:#666;
	color:#ffffff;
}


.backbtn a:hover {
	background:#333;
	color:#ec6300;
}

.title_prof {
	width:790px;
	height:40px;
	background:#000;
	font-size:20px;
	line-height:40px;
	color:#fff;
	padding-left:10px;
	margin-bottom:20px;
}

.title_tryout {
	width:790px;
	height:40px;
	background:#000;
	font-size:20px;
	line-height:40px;
	color:#fff;
	padding-left:10px;
	margin-bottom:10px;
}


.gaiyo table {
	width:800px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}


.gaiyo table th {
	font-size:15px;
	line-height:20px;
	padding:10px;
	background:#FC9;
	color:#600;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.gaiyo table td {
	font-size:15px;
	line-height:20px;
	padding:10px;
	background:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}


.new {
	padding:5px 10px;
	background:#F30;
	color:#fff;
	line-height:30px;
}


.tryout table {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}


.tryout table th {
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
	padding-left:10px;
	vertical-align:middle;
	background:#666;
	color:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.tryout table td {
	font-size:12px;
	line-height:1.5em;
	padding:10px;
	background:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}


.btn01 a {
	width:600px;
	height:30px;
	line-height:30px;
	display:block;
	margin:0 auto;
	background:#fff;
	border:1px solid #ccc;
}




/* ここから下140220 */


/* #wrapper */


#wrapper {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	position: relative;
}

#wrapper p {
    padding: 0 0 10px 0;
    font-size: 1em;
    line-height: 1.5em;
}


#main_top {
	width:1000px;
	margin-bottom:30px;
}

#main_sub {
	width:1000px;
	margin-bottom:25px;
	margin-top: 10px;
}


#main_blog {
	width:1000px;
	margin-bottom:25px;
	margin-top:25px;
}


#main_blog p {
	font-size:12px;
	line-height:20px;
}
	






/* mainmenu */


#mainmenu {
	position:absolute;
	top : 0;
	z-index:10;
}



.navi {
	width:1000px;
	height:50px;
	margin-right: 0;
	margin-left: 0;
	background-image: url(../images/menu_top.gif);
	background-position:0 -50px;
	background-repeat: no-repeat;
}

ul.service_menu {
	width:1000px;
	height:50px;
	overflow:hidden;
}

ul#mainmenu span{display: none;}
ul#mainmenu li {list-style-type:none;float:left;}
ul#mainmenu li a{display: block; height: 50px;background-image:url(../images/menu_top.gif);}

ul#mainmenu li.menu1 a{width: 125px; background-position:0 -50px;}
ul#mainmenu li.menu1 a:hover{background-position:0 0;}
ul#mainmenu li.menu1_on a{width: 125px; background-position:0 0;}

ul#mainmenu li.menu2 a{width: 125px; background-position: -125px -50px;;}
ul#mainmenu li.menu2 a:hover{background-position: -125px 0;}
ul#mainmenu li.menu2_on a{width: 125px; background-position: -125px 0;}

ul#mainmenu li.menu3 a{width: 125px; background-position: -250px -50px;;}
ul#mainmenu li.menu3 a:hover{background-position: -250px 0;}
ul#mainmenu li.menu3_on a{width: 125px; background-position: -250px 0;}

ul#mainmenu li.menu4 a{width: 125px; background-position: -375px -50px;;}
ul#mainmenu li.menu4 a:hover{background-position: -375px 0;}
ul#mainmenu li.menu4_on a{width: 125px; background-position: -375px 0;}

ul#mainmenu li.menu5 a{width: 125px; background-position: -500px -50px;;}
ul#mainmenu li.menu5 a:hover{background-position: -500px 0;}
ul#mainmenu li.menu5_on a{width: 125px; background-position: -500px 0;}

ul#mainmenu li.menu6 a{width: 125px; background-position: -625px -50px;;}
ul#mainmenu li.menu6 a:hover{background-position: -625px -50px;}
ul#mainmenu li.menu6_on a{width: 125px; background-position: -625px 0;}

ul#mainmenu li.menu7 a{width: 125px; background-position: -750px -50px;;}
ul#mainmenu li.menu7 a:hover{background-position: -750px 0;}
ul#mainmenu li.menu7_on a{width: 125px; background-position: -750px 0;}


.topnews {
	float:left;
	width:700px;
}

.topnews td {
	font-size:12px;
	line-height:16px;
	padding:12px 12px 12px 0;
	_padding:12px 6px 12px 0;
	border-bottom:1px dotted #888;
}

.topnews .news_date {
	font-size:11px;
	white-space: nowrap;
}




.all_news {
	width:800px;
}

.all_news  td {
	font-size:12px;
	line-height:16px;
	padding:10px 10px 10px 0;
	_padding:10px 5px 10px 0;
	border-bottom:1px dotted #888;
}

.all_news .news_date {
	font-size:10px;
	white-space: nowrap;
}

.all_news .obi_news {
	width:790px;
	height:40px;
	background:url(../images/bg_topnews.gif) repeat-x;
	color:#fff;
	font-size:15px;
	line-height:40px;
	padding-left:10px;
}


.topbanner {
	float:right;
	width:280px;
}

.topbanner img {
	padding-bottom:15px;
}

.obi_news {
	width:690px;
	height:40px;
	background:url(../images/bg_topnews.gif) no-repeat;
	color:#fff;
	font-size:15px;
	line-height:40px;
	padding-left:10px;
}

.ld_org {
	font-weight:bold;
	color:#ec6300;
}


/* sub_contents */

#main_cont {
	float:left;
	width:700px;
}

.pankuzu {
	width:700px;
	height:80px;
}

.pankuzu span {
	margin-left:92px;
	font-size:1em;
	line-height:2em;
}


.obi_cheer {
	width:700px;
	height:80px;
	background:url(../images/cheer/obi_cheer.gif) no-repeat;
	text-indent:-2000px;
}


.obi_game {
	width:700px;
	height:80px;
	background:url(../images/game/obi_game_bg.gif) no-repeat;
	overflow: hidden;
}


.obi_ticket {
	width:700px;
	height:80px;
	background:url(../images/ticket/obi_ticket.gif) no-repeat;
	overflow: hidden;
}
	
	


#sidebar {
	float:right;
	width:280px;
	padding-bottom: 20px;
}

#sidebar .twitter {
	margin-bottom:10px;
}


.snsbtn {
	text-align:right;
}


ul.sns_btn {
	width:80px;
	height:80px;
	margin:0 0 0 auto;
	overflow:hidden;
}

ul#sns_btn span{display: none;}
ul#sns_btn li {list-style-type:none;float:left;}
ul#sns_btn li a{display: block; height: 80px;}

ul#sns_btn li.tw_btn a{width: 40px; background:url(../images/side/icon_tw_off.gif) no-repeat;}
ul#sns_btn li.tw_btn a:hover{background:url(../images/side/icon_tw_on.gif) no-repeat;}





.sidebanner img {
	padding-bottom:10px;
}


.twitter_widget {
	margin-bottom:10px;
}


h3.game {
	margin-top:20px;
	padding-left:
	width:700px;
	height:35px;
	background:url(../images/obi_h2.gif) repeat-x;
	color:#fff;
	font-size:15px;
	line-height:35px;
	font-weight:bold;
}

h3.game div {
	margin-left:5px;
	border-left:5px solid #F63;
	padding-left:5px;
}


/*　日程・結果　*/

.honbun_game {
	margin:10px 0 20px;
}


.honbun_game .game_title {
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

.honbun_game td {
	font-size:12px;
	line-height:40px;
	background:#f7f7f7;
	border-right:5px solid #fff;
	padding:0 5px;
	_padding:0 2px;
	text-align:center;
	white-space: nowrap;
}

.honbun_game td.day {
	width:75px;
}
.honbun_game td.team {
	width:175px;
	text-align:left;
}
.honbun_game td.kick {width:45px;}
.honbun_game td.place {width:145px;text-align:left;}
.honbun_game td.look {width:60px;padding:0;background:#fff;}
.honbun_game td.event {width:60px;padding:0;background:#fff;}
.honbun_game td.result {width:60px;padding:0;border:none;background:#fff;}


.honbun_game .league td {
	font-size:12px;
	line-height:40px;
	background:#f7f7f7;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	padding:0 10px;
	_padding:0 5px;
	text-align:left;
	white-space: nowrap;
}

.honbun_game .league th {
	font-size:12px;
	line-height:40px;
	background:#888;
	color:#fff;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	padding:0 10px;
	_padding:0 5px;
	text-align:center;
	white-space: nowrap;
}

.honbun_game .league th.esst {width:205px;}
.honbun_game .league th.central {width:205px;}
.honbun_game .league th.west {width:205px;border-right:none;}
.honbun_game .league td.esst {}
.honbun_game .league td.central {}
.honbun_game .league td.west {border-right:none;}
.honbun_game .league td .deers {color:#ec6300;font-weight:bold;}


/*　シーズンの流れ　*/

.honbun_season {
	margin:10px 0 20px;
}

.honbun_season {
	margin:10px 0 20px;
}

.honbun_season table {
	margin:10px 0;
}

.honbun_season th {
	width:120px;
	text-align:center;
	font-size:15px;
	line-height:16px;
	font-weight:bold;
	vertical-align:middle;
	border-right:5px solid #fff;
}

.honbun_season th.bg01 {background:url(../images/game/season_bg01.gif) center bottom no-repeat; }
.honbun_season th.bg02 {background:url(../images/game/season_bg02.gif) center bottom no-repeat; }
.honbun_season th.bg03 {background:url(../images/game/season_bg03.gif) center bottom no-repeat; }
.honbun_season th.bg04 {background:url(../images/game/season_bg04.gif) center bottom no-repeat; color:#fff; }
.honbun_season th.bg05 {background:url(../images/game/season_bg05.gif) center bottom no-repeat; color:#fff; }

.honbun_season td {
	font-size:12px;
	line-height:15px;
	padding:5px 0;
}

.honbun_season td.copy01 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	font-size:16px;
	line-height:16px;
	color:#E00;
}
.honbun_season td.title01 {
	width:110px;
	background:#000;
	color:#fff;
	font-weight:bold;
	padding:5px 5px;
}
.honbun_season td.title02 {
	background:#ec6300;
	color:#fff;
	font-weight:bold;
	padding:5px 5px;
}


/*　チケット・観戦　*/

.honbun_access {
	margin:10px 0 30px;
}

.honbun_access .access td.map1 {width:100px;background:#ccc;line-height:1.5em;padding:10px;border-right:2px solid #fff;border-bottom:2px solid #fff;}
.honbun_access .access td.map2 {background:#f7f7f7;line-height:1.5em;padding:10px;border-right:2px solid #fff;border-bottom:2px solid #fff;}


/*  共通：ページトップに戻るボタン  */


.page_top {
	position:fixed;
	bottom:0px;
	left:50%;
	margin-left:452px;
	padding:10px 15px;
	color:#ccc;
	font-size:18px;
	text-decoration:none;
	background:#000;
	border-radius:8px 8px 0 0;
}

a.page_top {
	color:#ccc;
}

	
.page_top:hover {
	color:#fff;
	text-decoration:none;
	background:#ec6300;
}


/*  テーブル装飾  */

table.line {
	width:100%;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
}


table.line th {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:4px;
	background:#eee;
	font-size:12px;
	font-weight:bold;
}

table.line td {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff;
	padding:4px;
	font-size:12px;
}


table.noline {
	width:100%;
	border:none;
}

table.noline td {
	border:none;
	padding:4px;
	font-size:12px;
	
}


/*　ブログ用　*/

.postarea a {
	color:#0033FF;
	text-decoration:none;
}

div.blog_festa01 {
	background: #ffe5ec;
	border: 4px solid #be1946;
	padding:16px;
}

div.blog_festa01 h3 {
	font-size:20px;
	padding-bottom:10px;
	color:#be1946;
	font-weight:bold;
}


#main_blog .blog_festa01 p {
	font-size:14px;
	padding:10px 10px 20px;
	line-height:22px;
}



.blog_festa01.postarea a {
	color:#be1946;
	text-decoration:none;
}

.postarea a:hover {
	text-decoration:underline;
}


.post-day {
	margin-top:20px;
	height:24px;
	color:#fff;
	line-height:24px;
	padding-left:12px;
	background:url(http://www.deers.jp/images/blog/bg_day_festa2022.gif) no-repeat;
}

.post-title {
	background:url(http://www.deers.jp/images/blog/bg_title_festa2022.gif) center top no-repeat;
	color:#be1946;
	font-size:16px;
	font-weight:bold;
	padding:12px;
}


/* PAGENATION */

.pager{
    text-align:center;
    margin:20px auto;
    font-size:10px;
}

a.page-numbers,
.pager .current{
    background:rgba(0,0,0,0.02);
    border:solid 1px rgba(0,0,0,0.1);
    border-radius:3px;
    padding:3px 5px;
    margin:0 2px;
}
.pager .current{
    background:rgba(0,0,0,1);
    border:solid 1px rgba(0,0,0,1);
    color:rgba(255,255,255,1);
}


