@charset "UTF-8";
/*
* Licence: CC3.0 
* http://creativecommons.org/licenses/by/3.0/deed.ja
*
* Title: Warship
* URI: http://vicuna.jp/
* Last Modified: 2007-11-1
* Author: wu
*/
/*==================
	全体の設定
===================*/
body {
	/*
		ウィンドウの余白(padding)を設定するときはこのbodyで行ってください。
		containerで余白(margin)の設定をするとレイアウトが崩れます。
	  paddingを設定する際はOperaのバグ対策のため最下行で指定してください。
	*/
	min-width: 990px;
	font-family:AntennaCondMedium,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif, 'Lucida Grande','Hiragino Kaku Gothic Pro',Meiryo,'Lucida Sans Unicode',Arial,Verdana,sans-serif !important;
	font-size: 15px;
	background: #0d111d url(http://s.afl.com.au/staticfile/AFL%20Tenant/AFL/Themes/images/bg-premiership-2016.jpg) center top no-repeat;
}

*:first-child+html body { font-family:Meiryo,'ＭＳ Ｐゴシック',sans-serif !important; /* IE7 */  }

/* IE6 */
* html input,
* html textarea,
* html select   { 

font-family:"HiraKakuPro-W3",Osaka,"ＭＳ Ｐゴシック",sans-serif !important; 
}

input, textarea, select {
    font-family:"HiraKakuPro-W3",Osaka,Meiryo,"ＭＳ Ｐゴシック",sans-serif !important; 
    padding: 0.3em;
    border-radius: 5px;
    height:27px;
}

#container{
	margin:10px auto;
        position:relative;
}
#contents{
	margin:0px auto;
}

.button {
    background-image:-moz-linear-gradient(
    top,
    #49a9d4 0%,
    #2989d8 40%,
    #2285d6 52%,
    #2989d8);
 
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#49a9d4),
    color-stop(0.49,#2989d8),
    color-stop(0.52,#2285d6),
    to(#2989d8));
}

a:link {
	color: #666;
	text-decoration: underline!important;
}

a:visited {
	color: #888;
	text-decoration: underline;
}

a:hover {
        color: #000;
}

a:active {
	color: #888;
	text-decoration: underline;
}

.btn1{
    background-color: #0000CD;
    color: #FFF!important;
    padding: 0 5px;
    font-size: 17px;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	line-height: 1.5;
}
h1 {
    border-top: solid 1px;
    border-bottom: solid 1px;
    margin: 10px 0;
    padding: 10px;
    font-weight:bold;
}
h2 { 
    font-size: 18px;
 	color: #201C38;
    font-weight:bold;
    margin-top:0px;
}




#contents{width:auto;}

#top_contents,
#wrap_contents{
    width:950px ;
    margin:auto ;
    position:relative ;
    background:#fff;
}
#wrap_contents{
    padding:20px;
}
#main_contents{
    width:950px !important;
}


#top_contents h2.module_title, 
#main_contents h2.module_title{
    color:#fff;
	position:relative;
	margin:0 0px 0 -26px;
	padding:10px 30px;
	background:#00529B;
	box-shadow:
		0 3px 3px 0 rgba(0,0,0,0.1);
}
#top_contents h2.module_title:before, 
#main_contents h2.module_title:before{
	content:" ";
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#001f63;
}
#top_contents h2.module_title:after, 
#main_contents h2.module_title:after{

}
    
#side_contents_left h2.module_title, 
#side_contents_right h2.module_title, 
#bottom_contents h2.module_title {
background: #00529B;
background: -moz-linear-gradient(-90deg, #00529b 0%, #000033 100%);
background: -webkit-gradient(linear, top, color-stop(0%, #00529b), color-stop(100%, #000033));
background: -webkit-linear-gradient(-90deg, #00529b 0%, #000033 100%);
background: -o-linear-gradient(-90deg, #00529b 0%, #000033 100%);
background: -ms-linear-gradient(-90deg, #00529b 0%, #000033 100%);
background: linear-gradient(180deg, #00529b 0%,#000033 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00529b', endColorstr='#000033',GradientType=0 );
color: #fff;
font-weight: bold;
margin: 0;
padding: 2px 10px !important;
font-size: 17px;
}




#main_contents h2.module_title, 
#side_contents_left h2.module_title,
#side_contents_right h2.module_title, 
#top_contents h2.module_title, 
#bottom_contents h2.module_title{
border-bottom: solid 0px #00529B;
margin:0;
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
background-image: none;
background-color:#00529B;
padding: 4px 10px!important;
box-shadow:none;
}

#main_contents h2.module_title:before{
border:none;
}

#main_contents h2.module_title P, 
#side_contents_left h2.module_title P,
#side_contents_right h2.module_title P, 
#top_contents h2.module_title P, 
#bottom_contents h2.module_title P
{
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
color: #fff;
line-height: 16px;
margin: 3px auto -5px;
}





h3 {
	margin: 3px 0;
	padding:0 3px;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: solid 2px #00529B;
}

H4{
  border-bottom: 1px solid #999999;
  border-left: 7px solid #999999;
  margin-bottom: 10px;
  padding: 3px 3px 3px 8px;
}

H5{
    font-weight:bold;
    font-size:20px;
    border-bottom:solid 3px #00529B;
    padding:25px 10px;
}

h6 { font-size: 100%;}

p {
}

ul li{
	backgroud-image:url();
	list-style-type:none;
}

ul.yoko li{
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding:8px;
    
}

input{
    cursor:auto;
}

img{
vertical-align: middle;
max-width:100%;
height:auto;
}

.topics a:hover img, .sns a:hover img{
    opacity: 0.6;
    filter: alpha(opacity=60);
}

a img {

}


.blog_contents {
margin: 20px 18px 10px 18px;
padding: 0px;
line-height: 200%;
font-size:120%;
}


/*==================
ナビの設定
===================*/

ul.navi {padding: 0.2em 0 0 0;}
ul.navi li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
        line-height:16px;
        font-weight:bold;
}
ul.navi li a, ul.navi li a:visited{
    line-height:16px;
	padding: 0.6em 10px; /* Button Height */
	border: none;
	display: block;
	position: relative; /* IE6 Bug Fix */
	text-align: center;
	text-decoration: none;
	color: #C7B56D;
	white-space:nowrap;
	border-left: 1px solid #fff;
	border-right: 1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	background: #eee url() repeat-x 0 -3px;
}
ul.navi li strong {
line-height:16px;
	padding: 0.6em 10px; /* Button Height */
	border: none;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #C7B56D;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	font-weight:normal;
	white-space:nowrap;
	border-left: 1px solid #fff;
	border-right: 1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
ul.navi li a:hover {
line-height:16px;
	color: #000;
	background-color: #fff;
	background-image: none;
}
#navi li.first{
line-height:16px;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#navi .module_body{
    padding:0 !important;
}

/*==================
　サイトマップの設定
===================*/
div.sitemap_list{
        font-size:10px;
        font-weight: normal;
}
div.sitemap_list a{
        color:#dcdcdc;
}
div.sitemap_list h3 a{
        color:#fff !important;
        font-size:12px;
        padding-bottom:0px;
        font-weight: bold;
}
.sitemap2 h3.home {
float: none;
padding-right: 20px;
}

.sitemap2 li{
margin-bottom: 0px !important;
}

/*==================
フットパスの設定
===================*/
#footpath{
	padding: 0.7em 30px 1em;
	font-size: 100%;
}
#footpath li.footpath{
	float: left;
	margin-right:10px;
	list-style-type: none;
background:none!important;
}
#footpath li.footpath a:link,
#footpath li.footpath a:visited{
	text-decoration:none;
}
#footpath li.footpath a:hover{}
#footpath li.footpath a {
	line-height:16px;
	display: block;
background:none!important;
}
#footpath strong{
	background-image:url();
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:15px;
}
/*==================
ヘッダーの設定
===================*/

.mng_line{
	padding-left: 0px;
	padding-right: 0px;
}

.english{display:none;}

#header{
     background: #f8f8f8;
     background: -moz-linear-gradient(-90deg, #fff 50%, #e5e5e5 100%);
     background: -webkit-gradient(linear, top, color-stop(50%, #fff), color-stop(100%, #e5e5e5));
     background: -webkit-linear-gradient(-90deg, #fff 50%, #e5e5e5 100%);
     background: -o-linear-gradient(-90deg, #fff 50%, #e5e5e5 100%);
     background: -ms-linear-gradient(-90deg, #fff 50%, #e5e5e5 100%);
     background: linear-gradient(180deg, #ffffff 50%,#e5e5e5 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E5E5E5',GradientType=0 );;}
#header h1{
	line-height: 1;
	font-size: 130%;
	color:#254B68;
	text-decoration: none;
	font-weight:bold;
	background:url() no-repeat;
}
#header h1 a:link,
#header h1 a:visited { 
	margin: 13px 4px 0;
	line-height: 1;
	font-size: 130%;
	color:#254B68!important;
	text-decoration: none;
}
#header h1 a:hover { text-decoration: none; color: #000!important; }

/*==================
フッターの設定
===================*/
#footer {
color:#fff;
	text-align: center;
	padding: 10px;
	color:#333;
	border-top:5px solid #ddd;
	background-color:#fafafa !important;
	font-weight:bold;
	font-size: 100%;
	clear: both;
}
#footer_bottom{
	clear:both;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


/*==================
メインコンテンツの設定
===================*/
#main_contents .module_contents,
#top_contents .module_contents,
#bottom_contents .module_contents {
	padding:20px 10px;
}
#main_contents .module_title a,
#top_contents .module_title a,
#bottom_contents .module_title a{
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
}


#main_contents .module_title, #top_contents .module_title, #bottom_contents .module_title{
}

#main_contents .module_body {
margin:0 0 40px;
background: #fff;
}

.module_body {
background: #fff;
padding:0px;
}

div#top_contents{
min-height:0px;
}



/*==================
サイドコンテンツ_全体
===================*/

#side_contents_left .module_contents,
#side_contents_right .module_contents{
	margin: 0px auto;
    padding:0px;
	border:none;
    border-top:none;
	background-color: transparent;
}
#side_contents_right li,#side_contents_left li {
	padding-left: 0px;
    border-bottom:solid 0px #dcdcdc;
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
}
#side_contents_left a:link, #side_contents_right a:link{
	text-decoration: none;
}
/*==================
サイドコンテンツ_右
===================*/
#side_contents_right .module_body{
	background-color: #fff;
	margin:0 auto 20px;
}

#side_contents_right h2.module_title{
}



/*==================
サイドコンテンツ_左
===================*/
#side_contents_left .module_body{
	margin:0 auto 60px;
}

#side_contents_left h2.module_title {
}


/*==================
モジュール内の細かい設定
===================*/
.relation_link {
	padding: 5px;
	background-repeat: no-repeat;
	background-position: 5px center;
	text-transform: uppercase;
    text-align:right;
}
.relation_link a{
    display:inline-block;
    vertical-align:top;
    margin:3px;
}
.relation_link a:link,
.relation_link a:visited{
	padding: 2px 10px 2px 8px!important;
	color: #fff!important;
	border-radius:5px;
	background-color: #333!important;
	background-repeat: no-repeat;
	text-decoration: none;
}
.relation_link a:hover{
	padding: 2px 10px 2px 8px!important;
	color: #fff!important;
	background-color: #666!important;
	background-repeat: no-repeat;
	text-decoration: none;
}
.category, .category:link,
.category:visited, .category:hover{
	color:#fff!important;
}
#event{
	background-color: #fff!important;

}
/*==================
テーブル
===================*/

table.list, table.list1, table.list2 {
        width:100%;
	padding-top: 3px;
       background:#f3f3f3;
}

table.list th,
table.list td {
	padding:10px;
	border-collapse: separate;
	border-spacing: 0px;
	border: 5px solid #fff;
}
table.list th {
        color:#fff;
	font-weight: bold;
        background:#00529B;
        vertical-align:top;
        white-space:nowrap;
}
table.list td {
}

table.list td.round div{
    margin:3px;
    border-radius:10px;
}

table.list1 {
        width:100%;
	margin: 0px;
        background:#fff;
}

table.list1 th,
table.list1 td {
	padding:1px 5px;
	border-bottom: 1px dashed #AAA;
	border-right: 0px solid #AAA;
	border-collapse: separate;
	border-spacing: 1px;
}
table.list1 th {
	border-bottom: 0px solid #AAA;
	font-weight: bold;
        background:#dcdcdc;
        color:#000;
        
}
table.list1 td {
}

table.list2 {
width:100%;
	margin: 0px;
	border: 1px solid #AAA;
        background:#dcdcdc!important;
}

table.list2 th,
table.list2 td {
	padding:3px;
	border-bottom: 1px dashed #AAA;
	border-collapse: separate;
	border-spacing: 1px;
        background:#dcdcdc!important;
}
table.list2 th {
	border-bottom: 2px solid #AAA;
	font-weight: bold;
        background:#dcdcdc;
        color:#000;
        
}

.topics_contents td, 
.module_contents td {
padding:5px;
}

.topics_contents table {
border: 0px solid;
border-collapse: collapse;
}

/*==================
	カレンダー
===================*/
div.blog_calendar th,div.monthly_calendar th,
div.blog_calendar td,div.monthly_calendar td{
	color:#666;
	line-height: 20px;
}
div.monthly_calendar th {
	color: #F3EED9;
	font-weight:bold;
	background-image: url(https://d2bdaudt60fvl9.cloudfront.net/images/css/monoCrystal/grad01.gif);
	background-repeat: repeat-x;
}
div.blog_calendar td, div.monthly_calendar td{
	border:1px solid #ccc!important;
	text-align:center!important;
}
div.blog_calendar td a:link{
	background-image:url(https://d2bdaudt60fvl9.cloudfront.net/images/css/monoCrystal/circle01.gif);
	padding: 0.6em 0;
	display: block;
	line-height: 1!imporatant;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}
div.blog_calendar td a:visited{
	background-image:url(https://d2bdaudt60fvl9.cloudfront.net/images/css/monoCrystal/circle02.gif);
	padding: 0.6em 0;
	display: block;
	line-height: 1;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}
div.blog_calendar td a:hover{
	background-image:url(https://d2bdaudt60fvl9.cloudfront.net/images/css/monoCrystal/circle03.gif);
	padding: 0.6em 0;
	display: block;
	line-height: 1!imporatant;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}
.weekly_calendar .calendar_data {color:#ddd;}
div.blog_calendar table, div.monthly_calendar table{
	margin:0 auto;
	width:90%;
	font-size:85%;
}
.weekly_calendar .calendar_data {
    color:#ddd;
    font-size: 90%;
    height: 27px;
    oveflow:hidden;
}
div.blog_calendar table, div.monthly_calendar table{
	margin:0px auto 10px auto;
	width:90%;
	font-size:85%;
}

/*------------------
月間カレンダー大
--------------------*/

div.calendar_list .calendar{
	border-left:1px solid #ccc!important;
	border-bottom:1px solid #ccc!important;
	border-top:1px solid #ccc;
}
div.calendar_list .calendar .header .Sat,
div.calendar_list .calendar .header .Sun{
	background-color: #ccc;
	background-image: url(https://d2bdaudt60fvl9.cloudfront.net/images/css/monoCrystal/grad02.gif);
}
div.calendar_list .calendar .header .Sat{
	border-right:1px solid #ccc!important;
}

div.calendar_list .calendar .header th{
	background:#F3EED9 url(https://d2bdaudt60fvl9.cloudfront.net/images/css/monoCrystal/grad01.gif);
}

div.calendar_list .calendar td.today {
	background:#ccc;
	border: 0px!important;
}
div.calendar_list .calendar td{
	border-top:1px solid #ccc;
	border-right:1px solid#ccc;
	height:auto;
}
.event_data li{
	margin-bottom:0px;
}
/*------------------
月間カレンダー小ajax
--------------------*/
.calendar_ajax_list table{
	width:90%!important;
	margin:0 auto;
	font-size:85%;
}

/*==================
お問い合わせ
===================*/
.inquiry_detail .input_form_header, .inquiry_detail .input_form_footer {
margin-top: 10px;
background: #fff;
padding: 20px;
margin-bottom: 10px;
}

.inquiry_detail{
    background: #efefef;
    font-size:16px;
}


.inquiry_div_name,
.inquiry_div_email,
.inquiry_item_title_mail2
{}

.inquiry_detail form div{
    padding: 5px;
    font-weight: bold;
}

.inquiry_detail .message {
width: 90% !important;
height: 150px;
}

.inquiry_detail .user_profile,
textarea {
width: auto ;
border-radius: 5px;
padding: 3px;
}

#inquiry_item_ext_title_02{
    width:60% !important;
}

label{
    margin-left:10px;
    cursor:pointer;
}

/* 全体の設定
------------------------------------------------------------ */


input, textarea, select {
    font-family:"HiraKakuPro-W3",Osaka,Meiryo,"ＭＳ Ｐゴシック",sans-serif !important; 
    padding: 0.3em;
    border-radius: 5px;
    height:27px;
}

.input_form textarea{
width:90%;
}


#container {
margin:0px auto;
}

#contents {
    padding-bottom: 0 ;
    position:relative;
    min-height:450px!important;
    *z-index:-1;
}

#top_contents .top {margin: 0px -15px;}
.top a img{}


#side_contents_left h2.module_title{
}

.shadow img{
-webkit-box-shadow: 3px 3px 3px #999;
-moz-box-shadow: 3px 3px 3px #999;
box-shadow: 3px 3px 3px #999;
}


.pulldown-menu{
border:none !important;
}



.ShoppingItem input{
     width:130px !important;
     height:30px;
}


/* テーブルの設定
------------------------------------------------------------ */
table{
    width:100%;
}

td{
}

th{
    padding:5px;
}

tr:nth-child(odd).border{
    background-color: #fff;
}

tr:nth-child(even).border{
    background-color: #f8f8ff;
}

img.la{display:none;}
table.la{font-size:6px !important;border:solid 2px #dcdcdc;}

p {
}

div.blog_item {
margin-top: 0px;
margin-bottom: 20px;
}


dl {
}
dt {
  display: inline-block;
  *display:inline;
  *zoom:1;
  min-width: 40%;
  text-align: right;
  padding: 1em;
  padding-right: 2em;
  border-top: 1px solid #ddd;
  vertical-align: top;
}
dd {
  display: inline-block;
  *display:inline;
  *zoom:1;
  padding: 1em;
  vertical-align: top;
}


/*==================
ヘッダーの設定
===================*/

table.head{
	width:100%;
	font-size:11px!important;
	z-index:3;
        position:relative;
}

.toplogo img{
    height:115px;
    left:0;
}

.logo img{
       height:30px;
       padding:0 4px;
}

.snstop img{
    height:30px;
    margin:5px;
}

.snstop img:hover,
.snsl img:hover{
    opacity:.7;
}


#ie {
     width:100%;

     webkit-box-shadow: rgba(0, 0, 0, 1) 0px 2px 2px; */
     -moz-box-shadow: rgba(0, 0, 0, 1) 0px 2px 2px; */
     box-shadow: rgba(0, 0, 0, 1) 0px 2px 2px; */
}



/*ナビの設定
------------------------------------------------------------ */
#navi {
    height:32px;
    background: #001f63;
}

#navi .home{
    width:105px;
}

#dropmenu{
  position: relative;
  list-style-type: none;
  width: 980px;
  height: 24px;
  margin: 0px auto 300px;
  padding: 0;
}
#dropmenu li{
  display: inline-block;
  *display:inline;
  *zoom:1;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 10px 9px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  　filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

/* 子メニュー */
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 982px;
  height: 0;
  color: #fff;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #001f63;
  text-align: left;
  font-weight: normal;
  　filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
#dropmenu li:hover > a{
  background: #001f99;
  color: #eff7b1;
}
#dropmenu > li:hover > a{
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #324cb4;
  border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
}

/* 孫メニュー */
#dropmenu li ul li ul li{
  overflow: hidden;
  width: 500px;
  height: 0;
  color: #fff;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#dropmenu li ul li ul li a {
padding: 13px 15px;
background: #001f99;
}

#dropmenu ul li > ul li:hover > a{
  background: #001f63;
  color: #eff7b1;
}

/* 疑似要素 :hover で子メニューを可視、孫メニューを不可視に */
#dropmenu li:hover ul {
        display: block;
        position: absolute;
}

* html ul#dropmenu li:hover ul {
        vertical-align: bottom; /* IE6 で変な隙間が空くのでその対策 */
        text-align:left;
}

#dropmenu li:hover ul li ul {
        display: none;
}

/* 疑似要素 :hover で孫メニューを可視に */
#dropmenu li ul li:hover ul {
        display: block;
        position: absolute;
        top: 0;
        left: 480px;
        z-index: 10000;
}
#dropmenu li ul li:hover ul li{
        overflow:visible;
        height:38px;
}

ul#dropmenu li a.selected {
        color: #191919;
        background:#fff;
        font-weight: bold;
}

ul#dropmenu li.home a {
    background:none;
    color:#fff;
}






ul#pulldown-menu {
        padding: 0;
        list-style: none;
        z-index: 300;
        display:relative;
}

ul#pulldown-menu a {
        color: #ffffff;
        text-decoration: none !important;
        font-weight:bold;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {}

ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
        color: #C1272D ;
        height: 23px!important;
        background:;
}

ul#pulldown-menu li {
        text-align:left;
        position: relative;
        height: 23px;
        font-weight: bold;
        line-height:23px;
        float: left;
}
ul#pulldown-menu li a {
        display: block;
        height: 23px;
        text-align: left;
        padding-left: 15px;
        padding-right: 16px;
}

ul#pulldown-menu li ul li a.selected {
        color: #D0140B;
}

ul#pulldown-menu li ul a:link,
ul#pulldown-menu li ul a:visited {
        background: #f8f8ff;
        position:relative;
        z-index: 100;
}
ul#pulldown-menu li ul a:hover,
ul#pulldown-menu li ul a:active {
        color: #fff !important;
        background: #191919 !important;
        border:1px solid #efefef !important;
        z-index: 100;
}

ul#pulldown-menu li ul li{
        position: relative;
        width: 16em;
        height: 2em;
        font-weight: bold;
        line-height: 2em;
        z-index: 100;
}
ul#pulldown-menu li ul{
        text-align:left;
        margin-left: 0px;
        z-index: 100;
        float: left;
        width: 15em;
}
ul#pulldown-menu li ul li a {
        display: block;
        width: ;
        height: 2em;
        text-align: left;
        padding-left: ;
        border:1px solid #aaa;
        z-index: 100;
        color: #000;
}

ul#pulldown-menu li ul li {
        float: left;
        margin-left: 0px;
        font-weight: bold;
        z-index: 100;
}

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul,
ul#pulldown-menu li ul li ul {
        display: none;
        z-index: 20;
}

/* 疑似要素 :hover で子メニューを可視、孫メニューを不可視に */
ul#pulldown-menu li:hover ul {
        display: block;
        position: absolute;
}

* html ul#pulldown-menu li:hover ul {
        vertical-align: bottom; /* IE6 で変な隙間が空くのでその対策 */
        text-align:left;
}

ul#pulldown-menu li:hover ul li ul {
        display: none;
}

/* 疑似要素 :hover で孫メニューを可視に */
ul#pulldown-menu li ul li:hover ul {
        display: block;
        position: absolute;
        top: 0;
        left: 0px;
        z-index: 20;
}

.pulldown-menu{
    width:980px;
    position:relative;
	padding: 0px;
	margin: 0px auto;
	list-style: none;
	height: 24px;
}
.pulldown-menu div{
        position: relative;
	float: left;
	display: block;
	text-decoration: none;
	font-size: 12px;
	margin: 0px auto;
	cursor: pointer;	
}



#main_contents .module_contents,
#top_contents .module_contents,
#bottom_contents .module_contents {
        background-color: #fff;
}

/*==================
タブのスタイル
===================*/

#cont2 {display: none;}
.tabs ul { padding-right: 0px; }
.tabs li { display: inline-block;}
.tabs li#tab1 { border-bottom: solid 5px #00529B; color:white;}
.tabs li#tab2 { border-bottom: solid 5px #fff; color:black;}

.tabs th{
    background: #E6E6E6;
    color: #696969;
    font-weight: bold;
    text-align:center;
}

.tabs li:hover{
    cursor:pointer; 
}

td.juni{
    background:#00529B;
    color:white;
    text-align:center;
    width:15px;
}


.tabs table{
    font-size:12px;
    font-weight:bold;
    width:100%;
    height:250px;
}

.tabs a{
    font-weight:bold!important;
}


/* フットパスの設定
------------------------------------------------------------ */
#footpath{
    display: block!important;
    position:relative;
	font-size: 10px;
 	left: 0px;
 	margin:0px auto;
 	*margin-bottom: 15px!important;
    width:980px;
    height:25px;
    padding:0;
    padding-bottom:5px;
    z-index:100;
}

#top #footpath{
 	margin-bottom: 0px;
}

.footpath{}

#footpath li.footpath{
	float: left;
 	list-style-type: none;
 	padding-top: 5px;
 	margin-right: 5px;
 	margin-left: 5px;
}

#footpath li.footpath a {
	display: block;
}

#footpath li.footpath a:link,
#footpath li.footpath a:visited {
	font-size: 10px;
	color:#3333ff;}
#footpath li.footpath a:hover{
        color:#3399ff;}

#footpath strong {
background: none;
padding-left: 0px;
color:#fff;
}

/* リンクの設定
------------------------------------------------------ */

a.block{
display:block;
height:100%;
}

a:link {
    font-weight: normal;
	color: #1111cc;
	text-decoration: none!important;
}

a:visited {
    font-weight: normal;
	color: #1111cc;
	text-decoration: none!important;

}

a:hover {color: #00529B;
	text-decoration: underline!important;

}

a:active {
	color: #00529B; 
}

.link a:link,
.link a:visited {
    	text-decoration: none!important;
        display:block;
        border:none;
        margin:0;
}
.link a:hover {
        hight:100%;
        background: #0000ff;
    	text-decoration: underline!important;
        display:block;
        border:none;
        margin:auto;
}



/*カレンダーの設定
------------------------------------------------------ */
div.calendar_list .calendar td.today {
background: #ffccff;
border: 5px!important;
}
div.calendar_list .calendar td {
font-size: 110%;
}

/*試合詳細の設定
------------------------------------------------------ */
div.game_detail table.self_member_table td, div.game_detail table.reserve_table td, div.game_detail table.opp_member_table td {
padding: 3px;
background-color: transparent !important;
}

/*トピックスコンテンツの設定
------------------------------------------------------ */
.topics_contents td , .module_contents td {
}

.topics_list_digest div.topicsItem, .topics_list_photo div.topicsItem {
padding: 5px;
margin-bottom:0px;
border-bottom: 1px solid #CCC;
width:100%;
}


/*トップリーグ試合一覧の設定
------------------------------------------------------ */


hr{
    border:inset 1px #999;
}
li.wx, .jcarousel-skin-ie7x .jcarousel-item {
	width: 133px;
        padding:0 auto;

}

li.wx {
        padding:1px;
        margin: 0px!important;
        text-align: center; 
        line-height:20px;
        z-index:0 !important;
        display:inline-block;
        float:right;

}

table.xx{
        width:100%;
        height:40px;
        font-weight:bold;
    background: #efefef;
    background: -moz-linear-gradient(-90deg, #efefef 0%, #fcfcfc 100%);
    background: -webkit-gradient(linear, top, color-stop(0%, #efefef), color-stop(100%, #fcfcfc));
    background: -webkit-linear-gradient(-90deg, #efefef 0%, #fcfcfc 100%);
    background: -o-linear-gradient(-90deg, #efefef 0%, #fcfcfc 100%);
    background: -ms-linear-gradient(-90deg, #efefef 0%, #fcfcfc 100%);
    background: linear-gradient(180deg, #efefef 0%,#fcfcfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fcfcfc',GradientType=0 );
}

table.xx a{

        }
        
table.x a{
        text-decoration:none !important;
        color:#191919;
        display:block;
        font-weight:bold;
        }

table.xx tr:hover{
        text-decoration:none;
        cursor:pointer;
        }

table.xx tr{

}

table.x tr:hover{
        text-decoration:none;
        cursor:pointer;
        }

table.x tr{

}



div.place{
    width:100%;
    background:#f2f2f2;
    color:#000;
    line-height:15px;
    font-weight:bold;
    font-size:10px!important;
}

div.place a{
    color:#333;
    display:block;
    text-decoration:none!important;
    display:block;
    width:100%;
}
div.place a:hover{
    color:#fff;
    background:#00529B;

}
.jx:hover #k{
     background:#000 !important;
}

.jcarousel-skin-ie7x .jcarousel-container {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: transparent;
    border: 0px solid #808080;
    z-index:0 !important;
}

.jcarousel-skin-ie7x .jcarousel-direction-rtl {
  direction: rtl;
}

.jcarousel-skin-ie7x .jcarousel-container-horizontal {
    padding: 0px 20px;

}
.jcarousel-skin-ie7x .jcarousel-clip {
    overflow: hidden;

}
.jcarousel-skin-ie7x .jcarousel-clip-horizontal {
    width:  100%;
    height: 72px;

}
.jcarousel-skin-ie7x .jcarousel-item {
    height: 72px;
    border: 0px solid #fff;
}

.jcarousel-skin-ie7x .jcarousel-item:hover,
.jcarousel-skin-ie7x .jcarousel-item:focus {
    border-color: #808080;
}

.jcarousel-skin-ie7x .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 0px;
}

.jcarousel-skin-ie7x .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 0px;
  margin-right: 0;
}

.jcarousel-skin-ie7x .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7x .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 72px;
    cursor: pointer;
    background: transparent url(/files/user/js/images/game_prev_active.jpg?v=1363334242);
}

.jcarousel-skin-ie7x .jcarousel-direction-rtl .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 72px;
    cursor: pointer;
    background: transparent url(/files/user/js/images/game_prev_active.jpg?v=1363334242);
}

.jcarousel-skin-ie7x .jcarousel-next-horizontal:hover,
.jcarousel-skin-ie7x .jcarousel-next-horizontal:focus {
    background: url(/files/user/js/images/game_prev_hover.jpg?v=1363334242);
}

.jcarousel-skin-ie7x .jcarousel-next-horizontal:active {
    background: url(/files/user/js/images/game_prev_active.jpg?v=1363334242);
}

.jcarousel-skin-ie7x .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7x .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7x .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-ie7x .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: url(/files/user/js/images/game_focus.jpg?v=1330519105) !important;
}

.jcarousel-skin-ie7x .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 72px;
    cursor: pointer;
    background: transparent url(/files/user/js/images/game_next_active.jpg?v=1363334242);
}

.jcarousel-skin-ie7x .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 72px;
    cursor: pointer;
    background: transparent url(/files/user/js/images/game_next_active.jpg?v=1363334242);
}

.jcarousel-skin-ie7x .jcarousel-prev-horizontal:hover,
.jcarousel-skin-ie7x .jcarousel-prev-horizontal:focus {
    background: url(/files/user/js/images/game_next_hover.jpg?v=1363334242);
}

.jcarousel-skin-ie7x .jcarousel-prev-horizontal:active {
    background: url(/files/user/js/images/game_next_active.jpg?v=1363334242);
}

.jcarousel-skin-ie7x .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7x .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7x .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-ie7x .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: url(/files/user/js/images/game_focus.jpg?v=1330519105) !important;
}

/*==================
カート
===================*/
table.cart_order_input_table th {
width: 10% !important;
}

/*タブボックスの設定
------------------------------------------------------ */
li.js{
float:left;
padding:0px;
margin:0px;
background: #191919;
 /* Safari,Google Chrome用 */
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
/* Firefox用 */
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
}

li.activeli{
float:left;
background:#fff;
 /* Safari,Google Chrome用 */
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
/* Firefox用 */
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
}

ul#tab-container-1-nav{
width:100%;
height:90px;
margin:auto;
}

div.tab{
clear:left;
}

div#tab-container-1{
border:1px solid #dcdcdc;
}

/*ソーシャルブックマーク(枠なし)の設定
------------------------------------------------------ */
#twitter-widget-0{
}
    
    ul.yokonarabi li{
        float:right;
        list-style:none!important;
        width:auto!important;
        display:inline-block!important;
          *display:inline;
          *zoom:1;
        padding:3px;
        }
    
    .fb_iframe_widget span{
       overflow:hidden;
       }
       
.youtube {
    position: relative;
    max-width:100%;
    height:auto;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
}
.youtube iframe, .youtube object, .youtube embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.fbm {
    position: relative;
    max-width:100%;
    height:auto;
    padding-bottom: 52%;
    padding-top: 30px;
    overflow: hidden;
}
.fbm iframe, .fbm object, .fbm embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.fbp {
    position: relative;
    max-width:100%;
    height:auto;
    padding-bottom: 115%;
    padding-top: 30px;
    overflow: hidden;
}
.fbp iframe, .fbp object, .fbp embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {

#sub_module4,
#sub_module7 {
    display:none!important;
}
    
}