@charset "UTF-8";
/*
Theme Name: 六甲アイランドフットサルスタジアム
Theme URI: http://luxeys.co.jp/
Description: 六甲アイランドフットサルスタジアム
Author: LUXEYS
Author URI: http://luxeys.co.jp/
Version: 1.0
*/

/* ---------------------------------------------
初期設定
--------------------------------------------- */
html {
	overflow-y: scroll;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
	vertical-align: auto;
}

ul,li {
	list-style:none;
}

table {
	border:0;
}

img {
	margin:0px;
	padding:0px;
	border: 0px;
	vertical-align: top;
}

body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font: normal normal 75%/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	color: #333;
	background:#9D170B;
}

a,
a:link,
a:visited {
	color: #1F5BDD;
	text-decoration: none;
}

a:hover,
a:active {
	color:#F60;
	text-decoration: underline;
}

.box {
	margin: 0 0 20px;
}

.box2 {
	margin: 0 0 10px;
}

/* ---------------------------------------------
BOX設定
--------------------------------------------- */
#wrapper {
	width: 840px;
	height:auto !important;
	_height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(images/bg_shadow.gif) repeat-y left top;
}

#header {
	width: 100%;
	padding: 20px 0 0;
	background: url(images/header.gif) no-repeat left top;
}

#seo {
	position: relative;
	width: 800px;
	margin: 0 auto;
	height: 25px;
	color: #666;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 84%;
	font-weight: normal;
	line-height: 220%;
}

#header h2 {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	font-size: 84%;
	font-weight: normal;
	line-height: 220%;
}
/* ---------------------------------------------
タイトル設定
--------------------------------------------- */
#title {
	width: 810px;
	margin: 5px auto;
	font-size: 250%;
}

#title th {
	padding: 0 0 0 5px;
	text-align: left;
}

#title td {
	padding: 0 5px 0 0;
	text-align: right;
}


.page_tit {
	margin-bottom: 10px;
	padding: 7px 12px 12px;
	background: url(images/tit_bg.gif) no-repeat left top;
	font-size: 150%;
	line-height: 100%;
	border-bottom: solid 1px #B31629;
}

/* ---------------------------------------------
グローバルナビゲーション設定
--------------------------------------------- */
#gnavi {
	width: 800px;
	height: 46px;
	margin: 0 auto 10px;
	padding: 0 0 9px;
	background: url(images/gnavi_bg.jpg) repeat-x left bottom;
}

#gnavi ul {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	
}

#gnavi li {
	float: left;
	margin: 0;
	padding: 0;
}

#gnavi li img {
	vertical-align: top;
}

/* ---------------------------------------------
コンテンツボックス設定
--------------------------------------------- */
#main {
	padding: 0 0 15px;
}

#content{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font-size: 100%;
}


#main_box {
	float: right;
	width: 560px;
	padding: 0;
}

#side_box {
	float: left;
	width: 220px;
	padding: 0;
}

#content_box {
	float: left;
	padding: 0;
}

#blog_widgets {
	float: right;
	width: 160px;
	padding: 0;
}

#blog_box {
	float: left;
	width: 390px;
	margin-left: 20px;
	padding: 0;
}

/* ---------------------------------------------
フッター設定
--------------------------------------------- */
#push_box {
	height: 81px;
	width: 830px;
	margin: 0 auto;
}

#footer {
	position: relative;
	width: 830px;
	height: 50px;
	margin: -50px auto 0;
	text-align: center;
	color: #666;
	background: url(images/footer_bg.gif) repeat-x left top;
	font-size: 84%;
	line-height: 100%;
}

#link {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
}

#copy {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

.luxeys {
	position: absolute;
	right: 0;
	bottom: 0;
}

.luxeys2 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.luxeys a,
.luxeys a:link,
.luxeys a:visited,
.luxeys2 a,
.luxeys2 a:link,
.luxeys2 a:visited {
	color: #666;
	text-decoration: none;
}

.luxeys a:hover,
.luxeys a:active,
.luxeys2 a:hover,
.luxeys2 a:active {
	color: #3399FF;
}

.page-up a {
	position: absolute;
	display: compact;
	top: -11px;
	right: 50%;
	height: 5px;
	margin-right: -395px;
}

/* ---------------------------------------------
他クラス設定
--------------------------------------------- */
a.none {
	color: #333333;
	text-decoration: none;
}

.clear {
	clear: both;
}

.mini {
	font-size: 84%;
	color: #999;
}

.mini2 {
	font-size: 84%;
}

.rss_tag {
	font-size: 10px;
	line-height: 100%;
	font-weight: normal;
}

.red {
	color: #FF0000;
}

.orange {
	color:#FF9900;
}

.blue {
	font-size: 7px;
}

big {
	font-weight:bold;
}

/* ---------------------------------------------
メインコンテンツ設定
--------------------------------------------- */
#main_box h5 {
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(images/arrow5.gif) no-repeat left 2px;
	font-size: 100%;
	border-bottom: dashed 1px #CCC;
	color: #333;
}

#main_box .text {
	padding: 0 5px;
	margin-bottom: 15px;
}

h3 {
	position: relative;
	font-size: 117%;
}

h3 .rss_tag {
	position: absolute;
	right: 8px;
	top: 50%;
	height: 12px;
	margin-top: -5px;
}

* html body h3 .rss_tag {
	top: 8px;
	margin-top: 0;
}

h3 .rss_tag img {
	margin-bottom: 1px;
	vertical-align: middle;
}

/* ---------------------------------------------
左サイド設定
--------------------------------------------- */
.img {
	margin-bottom: 10px;
}

#side_menu {
	margin-bottom: 15px;
}

#side_menu #mobile {
	padding: 9px;
	border-left: solid 1px #a21504;
	border-right: solid 1px #a21504;
	background: #F9f9f9;
	font-size: 100%;
	line-height: 120%;
}

#side_menu table th {
	padding: 5px 0 0 0;
}

#side_menu table td {
	padding: 5px 0 0 9px;
}

#side_menu ul {
	padding: 6px 9px;
	border-left: solid 1px #a21504;
	border-right: solid 1px #a21504;
	line-height: 100%;
}

#side_menu ul li {
	padding: 4px 0 4px 15px;
	background: url(images/arrow5.gif) no-repeat left;
}

/* ---------------------------------------------
単独記事設定
--------------------------------------------- */
.photo {
	margin-bottom: 9px;
}

.photo img,
.entry a img {
	padding: 3px;
	background: #EBF5FC;
	border: solid 1px #CFE8F8;
}

.entry a img {
max-width: 359px;
margin: 10px 0;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
padding: 5px 0;
line-height:150%;
}

.photo2 img {
	margin-bottom: 9px;
	padding: 3px;
	background: #EBF5FC;
	border: solid 1px #CFE8F8;
}

.navigation {
	margin: 0 0 10px;
	width: 100%;
	font-size: 100%;
	line-height: 100%;
	background: url(images/dotted.gif) repeat-x left bottom;
}

.navigation .left {
	text-align: left;
	padding: 0 0 5px;
}

.navigation .right {
	padding: 0 0 5px;
	text-align: right;
}

.navigation .left a,
.navigation .left a:link,
.navigation .left a:visited {
	display: compact;
	float: left;
	padding: 0 0 0 15px;
	background: url(/images/arrow2.gif) no-repeat left;
}

.navigation .left a:active,
.navigation .left a:hover {
	background: url(/images/arrow2_on.gif) no-repeat left;
}

.navigation .right a,
.navigation .right a:link,
.navigation .right a:visited {
	display: compact;
	float: right;
	padding: 0 15px 0 0;
	background: url(/images/arrow1.gif) no-repeat right;
}

.navigation .right a:active,
.navigation .right a:hover {
	background: url(/images/arrow1_on.gif) no-repeat right;
}

.tags {
	font-size: 84%;
	line-height: 130%;
	width: 375px;
	margin: 0;
	padding: 3px 6px 5px;
	color: #666;
	background: #F6F6F6;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	text-align: left;
	line-height: 100%;
}
.postmetadat {
	font-size: 84%;
	line-height: 130%;
}

input {
	line-height: 18px;
}

/* ---------------------------------------------
ブログ設定
--------------------------------------------- */
div.one {
	margin: 0 0 10px;
}

div#blog_box .time {
	float: left;
	width: 29px;
	height: 30px;
	padding: 3px 8px 6px;
	font-size: 84%;
	color: #333;
	line-height: 150%;
	text-align: center;
	background: url(images/blog_tit.gif) no-repeat left top;
	border: solid 1px #CCC;
}

div#blog_box .time span {
	font-size: 200%;
	font-weight: bold;
}

div#blog_box .blog_tit {
	float: left;
	padding: 0 10px;
	height: 39px;
	width: 321px;
	background: url(images/blog_day.gif) repeat-x left top;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

div#blog_box .blog_tit h3 {
	padding: 5px 0 0;
	font-size: 117%;
	height: 16px;
	line-height: 16px;
}

div#blog_box .blog_tit h3 a {
	color: #333;
}

div#blog_box .blog_tit span {
	font-size: 84%;
}

div#blog_box div.entry {
	clear: both;
	padding: 10px;
	width: 367px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

div#blog_box p.postmetadat {
	width: 375px;
	margin: 0;
	padding: 3px 6px 5px;
	color: #333;
	background: #DDD;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	text-align: right;
	line-height: 100%;
}

div#blog_box p.postmetadat a,
div#blog_box p.postmetadat a:link,
div#blog_box p.postmetadat a:visited {
	color:#333;
	text-decoration:none;
}

div#blog_box p.postmetadat a:active,
div#blog_box p.postmetadat a:hover {
	color:#333;
	text-decoration:underline;
}

dl#widgets {
	padding: 5px 0 3px;
	line-height: 120%;
	background: url(images/dotted.gif) repeat-x left bottom;
}

dl#widgets dt {
	padding: 0 0 3px 0;
	font-size: 84%;
	color: #666;
	
}

dl#widgets dd {
	padding: 0 0 0 15px;
	background: url(images/icon_blog.gif) no-repeat left;
}

div#blog_widgets h4 {
	padding: 6px 8px 9px 8px;
	background: url(images/h4.gif) no-repeat left top;
	color: #FFF;
	font-weight: normal;
	font-size: 100%;
	line-height: 100%;
}

div#blog_widgets h4 img {
	vertical-align: middle;
	margin-bottom: 2px;
}

/* ---------------------------------------------
お知らせ設定
--------------------------------------------- */
dl.info_list {
	line-height: 100%;
}

dl.info_list dt {
	margin: 0 0 5px;
	padding: 5px 0 3px;
	font-size: 84%;
	color: #222;
	line-height: 100%;
}

dl.info_list dd {
	margin: 0 0 5px;
	padding: 0px 0 10px;
	background: url(images/dotted.gif) repeat-x left bottom;
}

.info_top {
	font-size: 84%;
	color: #39F;
	line-height: 100%;
}

.info_time {
	margin: 0 0 20px;
	font-size: 84%;
	line-height: 100%;
	color: #999999;
}

.info_title {
	padding: 5px 0;
	font-size: 150%;
	line-height: 100%;
}

#reserve_list {
margin: 0 0  20px;
padding: 0;
border: 0;
}

.banner {
	margin: 20px 0 0;
}

.banner a {
display: block;
margin: 0 0 10px;
}

#cup_info h4 {
	font-size: 125%;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	background: url(images/tit_h4.gif) no-repeat left 1px;
	line-height: 120%;
}

#cup_info .cup_info {
	padding-bottom: 10px;
	background: url(images/dotted.gif) repeat-x left bottom;
	margin: 0 0 20px;
}


/* ---------------------------------------------
大会情報詳細
--------------------------------------------- */
#cup_data {
	color:#222;
}

#cup_data .info_title {
	background: url(images/cuptit.gif) no-repeat left top;
	padding:10px 15px 15px;
	margin: 0 0 5px;
	color:#FFF;
	font-size: 125%;
}

#cup_data .info_time {
	margin:0;
	padding: 9px 0 0;
	text-align:right;
}

#cup_entry {
	padding: 0 5px;
	margin: 0 0 10px;
	font-size:100%;
	line-height: 150%;
	color:#333;
	font-size:117%;
	font-weight:bold;
}

#cup_data .cup_date {
	width: 100%;
	margin: 0 0 10px;
	border-left:solid 1px #DC2C1F;
	border-top: solid 1px #DC2C1F;
}

#cup_data .cup_date th {
	border-right: solid 1px #DC2C1F;
	border-bottom: solid 1px #DC2C1F;
	padding:8px;
	text-align:center;
	background: #E86459;
	color:#FFF;
}

#cup_data .cup_date td {
	border-right: solid 1px #DC2C1F;
	border-bottom: solid 1px #DC2C1F;
	padding:8px;
	text-align:center;
	background:#FFF;
}

#cup_data .cup_more {
	width: 100%;
	border-left:solid 1px #E18C2F;
	border-top: solid 1px #E18C2F;
}

#cup_data .cup_more th {
	width: 22%;
	padding: 8px;
	border-right: solid 1px #E18C2F;
	border-bottom: solid 1px #E18C2F;
	background:#EAAC68;
	font-weight:normal;
}

#cup_data .cup_more td {
	padding: 8px;
	border-right: solid 1px #E18C2F;
	border-bottom: solid 1px #E18C2F;
	background:#FCF2E9;
}

.pickup_box {
	padding: 10px 10px 0;
	border: solid 3px #FF9900;
	background:#FFFBF4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.pickup_box strong {
	color:#FF6600;
}

.pickup_box p,
.pickup_box ul,
.pickup_box li {
	padding:0;
	margin:0;
}

ul.reserve_bottom {
	padding:5px 5px 0;
	font-size:83%;
}
ul.reserve_bottom li {
	padding-left: 10px;
	background: url(images/arrow4.gif) no-repeat left;
}

/* ---------------------------------------------
リーグ情報詳細
--------------------------------------------- */
#league_list {
	padding: 0 10px 6px;
	margin: 0 0 15px;
	background:url(images/dotted2.gif) repeat-x left bottom;
}
#league_list dl {
	margin: 0 0 10px;
}
#league_list p {
	margin: 0 0 10px;
}
#league_list dt {
	font-size:117%;
	font-weight: bold;
}
#league_list dd {
	font-size: 82%;
	color:#999;
}
#league_table {
	margin: 0 0 10px;
	width: 50%;
	border-left: solid 1px #CCC;
	border-top: solid 1px #CCC;
}
#league_table th {
	padding: 5px 8px;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	background: #FFF url(images/th_title.gif) repeat-x left top;
	font-weight: bold;
	text-align: center;
}
#league_table td {
	padding: 5px 8px;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	text-align:center;
}
#league_table .none {
	background: #F6F6F6;
}
#league_table .type_a {
	background:#EEF3FD;
}
#league_table .type_b {
	background:#F8FAFE;
}
#league_link dt {
	padding: 0 0 0 10px;
	background: url(images/arrow3.gif) no-repeat left 5px;
}
#league_link dd {
	padding: 0 0 6px 10px;
	margin: 0 0 5px;
	background: url(images/dotted2.gif) repeat-x left bottom;
	font-size: 82%;
	color: #999;
}

.center {text-align:center;}

#result_table table {
	width: 100%;
	border-left: solid 1px #CCC;
	border-top: solid 1px #CCC;
	border-spacing:0;
	border-collapse:separate;
	font-size:100%;
}

#result_table table th {
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	text-align:center;
	padding:3px 5px;
	background: #EEE;
}

#result_table table td {
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding:3px 5px;
	text-align:center;
}