@charset "utf-8";

/* ==========================================================================
   common
   ========================================================================== */
body {
	background-color: #000;
	font-size: 13px;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} 

img {
    border: 0; /* 1 */
    vertical-align: top;
}

#wrapper  {
	background: url(../images/bg-line.gif) repeat left top transparent;
	width: 100%;
	height: 100%;
	min-width: 1000px
}

#wrapper #contents { width: 1000px; }

/* anchor */
#contents  a {
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#contents  a:hover  {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#contents  a:hover  {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

/* float */
.fl {
	float: left;
}
.fr {
	float: right;
}
/* text-align */
.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}

/* margin */
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.pw10 {
	padding: 0 10px;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/****** column ******/

.box {
	margin: 0;
	position: relative;
}
.box  .inner {
	padding: 20px 10px 15px;
}
.col1 {
	width: 200px;
}
.col2 {
	width: 400px;
}
.col3 {
	width: 600px;
}
.col4 {
	width: 800px;
}
.col5 {
	width: 1000px;
}

/****** box-color ******/

.bc-white {
	background: url(../images/bc-white.png) repeat left top transparent;
}
.bc-black {
	background: url(../images/bc-black.png) repeat left top transparent;
}
.bc-red {
	background: url(../images/bc-red.png) repeat left top transparent;
}
.bc-blue {
	background: url(../images/bc-blue.png) repeat left top transparent;
}
.bc-green {
	background: url(../images/bc-green.png) repeat left top transparent;
}
.bc-yellow {
	background: url(../images/bc-yellow.png) repeat left top transparent;
}
.bc-orange {
	background: url(../images/bc-orange.png) repeat left top transparent;
}

/****** header ******/

/* #top */
#header {
	background: url(../images/border.gif) repeat-x center top transparent;
	width: 100%;
	min-width: 100%;
	padding-top: 15px;
}
#header #h-inner,
#header #h-inner02 {
	width: 1000px;
	margin: 0 auto 10px;;
}


#header h1 img {
	max-width: 100%;
	height: auto;
	width /***/:auto; /*IE8のみ適用*/
}

/****** footer ******/

#footer {
	background: url(../images/border.gif) repeat-x center bottom transparent;
	width: 100%;
	min-width: 100%;
	padding-bottom: 20px;
}
#footer #f-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#footer small.cp {
	color: #fff;
	font-family: "courier";
	font-size: 1.2em;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;	
}

/****** backBtn ******/

#backBtn {
	position: fixed;
	right: -49px;
	z-index: 999;
	display: block;
	height: 175px;
	width: 49px;
}
#backBtn a {
	display: block;
	font-size: 0;
	line-height: 0;
}
#backBtn a:hover img {
	opacity: 0.8;
}

/****** nav ******/


ul#nav01 li {
	background: url(../images/bc-black.png) repeat left top transparent;
	width: 200px;
	height: 40px;
	float: left;
	text-align: center;
}
ul#nav02 li {
	background: url(../images/bc-black.png) repeat left top transparent;
	float: left;
	width: 143px;
	height: 40px;
	text-align: center;
}
ul#nav02 li.last {
	width: 142px;
}
ul#nav01 li a,
ul#nav02 li a {
	text-align: center;
	display: block;
}
li.n01 a:hover {
	background: #c1001d;
}
li.n02 a:hover {
	background: #ee8022;
}
li.n03 a:hover {
	background: #e8bc02;
}
li.n04 a:hover {
	background: #7ecbea;
}
li.n05 a:hover {
	background: #56b13a;
}

li.active.n01 a {
	background: #c1001d;
}
li.active.n02 a {
	background: #ee8022;
}
li.active.n03 a {
	background: #e8bc02;
}
li.active.n04 a {
	background: #7ecbea;
}
li.active.n05 a {
	background: #56b13a;
}
li.nolink.active a {
	background-color: transparent !important;
}
li.nolink a:hover {
	background-color: transparent !important;
}
li.nolink img,
li.nolink img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

/****** contents ******/

#contents h3 {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 20px;
}
#contents .side-nav {
	margin-bottom: 10px;
}
#contents .side-nav li {
	margin-bottom: 1px;
}
#contents .side-nav li a {
	color: #020408;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0 10px;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}
#contents .side-nav li.acvtive a {
	filter: alpha(opacity=70);
	-moz-opacity:0.7 !important;
	opacity:0.7 !important;
}

/** red **/
#contents.red h3 {
	background: #c1001d;
}
#contents.red .side-nav li a {
	background: url(../images/bc-red.png) repeat left top transparent;
}

/** orange **/
#contents.orange h3 {
	background: #ee8022;
}
#contents.orange .side-nav li a {
	background: url(../images/bc-orange.png) repeat left top transparent;
}
/** yellow **/
#contents.yellow h3 {
	background: #e8bc02;
}
#contents.yellow .side-nav li a {
	background: url(../images/bc-yellow.png) repeat left top transparent;
}
/** blue **/
#contents.blue h3 {
	background: #7ecbea;
}
#contents.blue .side-nav li a {
	background: url(../images/bc-blue.png) repeat left top transparent;
}
/** green **/
#contents.green h3 {
	background: #56b13a;
}
#contents.green .side-nav li a {
	background: url(../images/bc-green.png) repeat left top transparent;
}


/****** sns ******/
#btn-sbm {
	text-align: right;
}
#header #h-inner02 #btn-sbm {
	margin-top: -25px;
}
#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}
*html #btn-sbm li { display: inline; } /* for IE6 */ 
*+html #btn-sbm li { display: inline; } /* for IE7 */

#btn-sbm li a { margin: 0px; }

#btn-sbm .btnFaceBook { width: 110px; }

#btn-sbm .btnHatenaBookmark { margin-right: 10px; }
#btn-sbm .btnGoogleCalendar { margin-right: 10px; }

/****** table ******/
table.s-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px 5px;
	font-size: 1em;
}
table.s-table th {
	color: #393939;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
}
table.s-table td {
	background: #28292a;
	color: #fff;
	padding: 13px 5px;
}
table.s-table td.s-date {
	font-family: "Helvetica","arial", sans-serif;
	font-size: 2.2em;
	font-weight: bold;
}
table.s-table td.s-vs div {
	position: relative;
	padding-right: 120px;
}
table.s-table td.s-vs img {
	position: absolute;
	margin-top: -19px;
	right: 5px;
	top: 50%;
}

table.s-table  .w135 {
	width: 135px;
}
table.s-table  .w150 {
	width: 150px;
}

table.s-table02 {
	width: 100%;
	font-size: 1em;
	border-collapse: collapse;
}

table.s-table02 th,
table.s-table02 td {
	background: #28292a;
	color: #fff;
	padding: 10px 5px;
}
table.s-table02 th {
	border-bottom: 1px solid #999;
}
table.s-table02 .table-tlt  {
	display: block;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.5;
}
table.s-table02 .vs-tlt {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3;
}
table.s-table02 .vs-txt {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-family: "Helvetica","arial", sans-serif;
	font-size: 4em;
	font-weight: bold;
	white-space: nowrap;
}
table.s-table02 .s-time {
	border-bottom: 1px solid #fff;
	font-size: 1.2em;
	padding: 5px;
}
table.s-table02 img.en {
	width: 100px;
	height: 100px;
}
table.s-table02 .w20 {
	width: 20%;
}
table.s-table02 .w40 {
	width: 40%;
}



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

/****** slider ******/
#slider01 {
	width: 200px;
	height: 200px;
	overflow: hidden;
}
#slider02 {
	width: 400px;
	height: 150px;
	overflow: hidden;
}
#slider03 {
	width: 600px;
	height: 350px;
	overflow: hidden;
}


/****** schedule ******/
a.s-more {
	display: block;
	width: 108px;
	height: 48px;
	position: absolute;
	bottom: 0;
	right: 0;
}
/****** pick up ******/
ul.p-list {
	font-size: 1.1em;
	*padding-bottom: 10px;
}
ul.p-list li {
	background: url(../images/icon-arrow01.png) no-repeat  right center #fff;
	margin-bottom: 10px;
	padding-right: 20px;
	display: block;
}
ul.p-list li:last-child {
	margin-bottom: 0;
}
ul.p-list li a {
	color: #393939;
	display: block;
	padding: 10px;
	text-decoration: none;
}
ul.p-list li span,p-date {
	color: #56b13a;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}

/****** twitter ******/
#t-area {
	background: #000;
}
#t-area .inner {
	padding-bottom: 0;
}
#t-area .twtr-hd {
	display: none;
}
#t-area .twtr-timeline {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/****** history ******/
ul#history {
	width: 700px;
	padding: 50px 0 0 30px;
}
ul#history li 
{
	float:left;
	padding-right:30px;
	margin-bottom:30px;
}

ul#history span.year {
	color: #fff;
	padding-bottom:5px;
	display:block;
	text-align:center;
}
ul#history li a.logo1
{
	display:block;
	width:120px;
	height:150px;
	text-indent:-9999px;
}
ul#history li a.logo1:hover
{
	background-position:0px -150px;
}
ul#history li a.logo2
{
	display:block;
	width:130px;
	height:100px;
	text-indent:-9999px;
}
ul#history li a.logo2:hover
{
	background-position:0px -100px;
}
ul#history li.h2011 a{ background: url(../images/btn_2011.gif) no-repeat 0px 0px; }
ul#history li.h2010 a{ background: url(../images/btn_2010.gif) no-repeat 0px 0px; }
ul#history li.h2009 a{ background: url(../images/btn_2009.gif) no-repeat 0px 0px; }
ul#history li.h2008 a{ background: url(../images/btn_2008.gif) no-repeat 0px 0px; }
ul#history li.h2007 a{ background: url(../images/btn_2007.gif) no-repeat 0px 0px; }
ul#history li.h2006 a{ background: url(../images/btn_2006.gif) no-repeat 0px 0px; }
ul#history li.h2005 a{ background: url(../images/btn_2005.gif) no-repeat 0px 0px; }
ul#history li.h_toyota a{ background: url(../images/btn_toyota.gif) no-repeat 0px 0px;width:195px; }

#caster {
	background: url(../images/caster.jpg) no-repeat left top transparent;
	width: 600px;
	height: 300px;
}
#caster p {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* ==========================================================================
   大会概要
   ========================================================================== */

.o-list dt {
	background: #28292a;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 5px;
	margin-bottom: 5px
}
.o-list dd {
	clear: right;
	padding: 3px 3px;
	margin-bottom: 10px;
	line-height: 2;
}
.club-list {
	width: 780px;
	margin: 0 auto;
}
.club-list ul {
	width: 788px;
	margin-right: -8px;
}
.club-list ul li {
	background: url(../images/bc-black.png) repeat left top transparent;
	display: block;
	width: 189px;
	float: left;
	margin: 0 8px 10px 0;
	padding-top: 5px;
	text-align: center;
}
.club-list ul li a {
	display: block;
	text-decoration: none;
}
.club-list ul li span {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
	display: block;
}
.club-list ul li span.cm-txt {
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
}

/* ==========================================================================
   チケット情報
   ========================================================================== */
#tickets #contents .t-info a {
	color: #56b13a;
	opacity: 1 !important;
}
#tickets #contents .t-info a:hover {
	opacity: 1 !important;
}
h4.t-tlt {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../images/bc-black.png) repeat left top transparent;
	padding: 2px 3px 1px;
}
.t-cau-txt {
	color: #ff0000;
	margin: 0;
	line-height: 1;
}
.t-list01 {
	font-size: 1.1em;
	line-height: 1.7;
	margin-left: 20px;
	text-indent: -20px;
}
.t-list01 li:first-letter {
	font-family: "Helvetica","arial", sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
dl.t-list02 {
	font-size: 1.1em;
}
dl.t-list02 dt {
	background: url(../images/bc-black.png) repeat left top transparent;
	color: #fff;
	text-align: center;
	float: left;
	display: block;
	width: 70px;
	margin: 0 5px 8px 0;
	white-space: nowrap;
	overflow: hidden;
}
dl.t-list02 dd {
	margin-bottom: 8px;
	padding-left: 70px;
	clear: right;
}
dl.t-list02 dd a {
	font-weight: bold;
	font-size: 1.1em;
}
dl.t-list03 {
	font-size: 1.2em;
}
dl.t-list03 dt {
	background: url(../images/bc-black.png) repeat left top transparent;
	color: #fff;
	text-align: center;
	float: left;
	display: block;
	width: 130px;
	margin: 0 5px 12px 0;
	white-space: nowrap;
	overflow: hidden;
}
dl.t-list03 dd {
	margin-bottom: 12px;
	padding-left: 140px;
	font-weight: bold;
	clear: right;
}

/* ==========================================================================
   出場クラブ
   ========================================================================== */

/****** クラブ詳細 ******/

#clubs .c-nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#clubs .c-nav li {
	float: left;
	text-align: center;
}
#clubs .c-nav li a {
	background: url(../images/club-l-bg.png) repeat left top transparent;
	color: #fff;
	font-size: 1.2em;
	padding: 13px 0 13px;
	line-height: 1;
	font-weight: bold;
	display: block;
	text-decoration: none;
	width: 199px;
	margin-right: 1px;
}
#clubs .c-nav li.last a {
	width: 200px;
	margin-right: 0;
}
#clubs .c-nav li.off a {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#clubs .c-nav li.off a:hover {
	background: url(../images/club-l-bg.png) repeat left top transparent;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#clubs .c-nav li a:hover {
	background: url(../images/bc-yellow.png) repeat left top transparent;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#clubs h3.c-tlt {
	background: #000;
	font-size: 1.2em;
	color: white;
	font-weight: bold;
	display: block;
	padding: 5px 8px;
	margin-bottom: 10px;
}

#clubs .team-txt01 {
	background: url(../images/club-bg01.png) no-repeat right bottom transparent;
	padding: 10px;
}
#clubs .team-txt02 {
	background: url(../images/club-bg02.png) no-repeat right bottom transparent;
	padding: 10px;
}
#clubs .team-txt03 {
	background: url(../images/club-bg03.png) no-repeat right bottom transparent;
	padding: 10px;
}
#clubs .team-txt04 {
	background: url(../images/club-bg04.png) no-repeat right bottom transparent;
	padding: 10px;
}
#clubs .team-txt05 {
	background: url(../images/club-bg05.png) no-repeat right bottom transparent;
	padding: 10px;
}
#clubs .team-txt06 {
	background: url(../images/club-bg06.png) no-repeat right bottom transparent;
	padding: 10px;
}
#clubs .team-txt07 {
	background: url(../images/club-bg07.png) no-repeat right bottom transparent;
	padding: 10px;
}
#clubs .team-txt01 p,
#clubs .team-txt02 p,
#clubs .team-txt03 p,
#clubs .team-txt04 p,
#clubs .team-txt05 p,
#clubs .team-txt06 p,
#clubs .team-txt07 p {
	line-height: 1.9;
}

#clubs .m-list {
	line-height: 1.9;
}
#clubs .m-list dt {
	float: left;
	display: block;
	width: 3em;
	white-space: nowrap;
}
#clubs .m-list dd {
	padding-left: 4em;
}

#clubs table.c-table {
	border: 1px solid #333;
	width: 100%;
}
#clubs table.c-table th,
#clubs table.m-table th {
	background: #000;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
#clubs table.c-table td {
	border: 1px solid #333;
	padding: 5px;
}
#clubs table.c-table td.c-en {
	width: 18%;
	table-layout: fixed; 
	text-align: center;
}

#clubs table.m-table {
	border: 1px solid #333;
	width: 100%;
}
#clubs table.m-table td {
	border-right: 1px solid #333;
	padding: 5px;
}
#clubs table.m-table .t8 {
	width: 8%;
}
#clubs table.m-table .t14 {
	width: 14%;
}
#clubs table.m-table .t24 {
	width: 24%;
}
#clubs table.m-table .t30 {
	width: 30%;
}

/****** 表示調整用スタイル ******/
#clubs table .b-bottom {
	border-bottom: 1px solid #333;
}


/* ==========================================================================
   試合結果
   ========================================================================== */


/* 見出し */
table.vs {
	width: 100%;
}
table.vs .t-title th {
	border-top: 6px solid #131311;
	border-bottom: 3px solid #131311;
}
table.vs .t-title th {
	padding: 5px 0;
}
table.vs .t-score {
	padding: 8px 0;
	width: 20%;
}
table.vs .t-info td {
	padding: 5px 0;
}

/* 主要情報 */
table.info {
	border: 1px solid #333;
	width: 100%;
}
table.info th {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}
table.info td {
	padding: 10px 5px;
	line-height: 1.8;
}

/* メンバー情報 */
table.member {
	border: 1px solid #333;
	width: 385px;
}
table.member th {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}
table.member td {
	padding: 8px 10px;
	line-height: 1.8;
}
table.member td.b-top {
	border-top: 4px solid #333;
}

/****** 表示調整用スタイル ******/

table .pl80 {
	padding-left: 80px !important;
	width: 40%;
}
table .pr80 {
	padding-right: 80px !important;
	width: 40%;
}

 table .w310 {
	 width: 310px;
 }
/****** 項目別スタイル ******/

/* 見出し */
table.vs .match {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
} 
table.vs .info {
	font-size: 1em;
}

table.vs .score {
	display: block;
	font-family: "Helvetica","arial", sans-serif;
	font-size: 4em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 3px;
	white-space: nowrap;
}
table.vs .score_pk {
	display: block;
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 5px;
	white-space: nowrap;
}
table.vs .score_detail {
	line-height: 1.5;
	white-space: nowrap;
}
table.vs .detail {
	margin: 0 auto;
	width: 120px;
	display: block;
}
table.vs .detail a {
	background: url(../images/report-Dbtn.gif) top center no-repeat transparent;
	width: 120px;
	height: 40px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}

table.vs .team_name {
	font-size: 1.6em;
	line-height: 1.2;
	display: block;
}
table.vs .team_continent {
	font-size: 1em;
}

/* 主要情報 */
table.info .etc {
	font-weight: bold;
}

/****** テーブル背景色 ******/
table .t-bb{
	background: #000;/*黒*/
	color: #fff;	
}
table .t-bw{
	background: #fff;/*白*/
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

/* ==========================================================================
  熱狂ファンタジスタ
   ========================================================================== */
   
#nekkyo {
	background: #0a0a2b;
}
#nekkyo #contents {
	width: 100%;
}
#nekkyo #contents .n-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative
}
#nekkyo #contents .n-inner h2,
#nekkyo #contents .n-inner p {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#nekkyo #n-top {
	background: url(../images/n-bg.png) no-repeat center top transparent;
	height: 388px;
}
#nekkyo #n-top .n-inner {
	height: 388px;
}
#nekkyo #n-top .n-btn01 {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 166px;
	height: 165px;
	position: absolute;
	left: 37px;
	bottom: 4px;
}

#nekkyo #n-txt {
	background: url(../images/n-txt01.gif) no-repeat center top transparent;
	height: 160px;
}
#nekkyo #n-txt .n-inner {
	height: 160px;
}

#nekkyo #n-step01 {
	background: url(../images/n-bg-s01.png) no-repeat center top transparent;
	height: 540px;
}
#nekkyo #n-step02 {
	background: url(../images/n-bg-s02.png) no-repeat center top transparent;
	height: 540px;
}
#nekkyo #n-step03 {
	background: url(../images/n-bg-s03.png) no-repeat center top transparent;
	height: 540px;
}
#nekkyo #n-step04 {
	background: url(../images/n-bg-s04.png) no-repeat center top transparent;
	height: 540px;
}
#nekkyo #n-step05 {
	background: url(../images/n-bg-s05.png) no-repeat center top transparent;
	height: 560px;
}
#nekkyo #n-step06 {
	background: url(../images/n-bg-s06.png) no-repeat center top transparent;
	height: 560px;
}
#nekkyo #n-step01 .n-inner,
#nekkyo #n-step02 .n-inner,
#nekkyo #n-step03 .n-inner,
#nekkyo #n-step04 .n-inner {
	height: 540px;
}
#nekkyo #n-step05 .formArea {
	position: absolute;
	top: 350px;
	left: 0;
	display: block;
	width: 100%;
}
#nekkyo #n-step05 .f-tlt {
	font-size: 3em;
	font-weight: bold;
	color: #000;
	line-height: 1;
}
#nekkyo #n-step05 ul.fBtn {
	position:relative;
	left:50%;
	float:left;
}
#nekkyo #n-step05 ul.fBtn li {
	position:relative;
	left:-50%;
	float:left;
	line-height: 1.3;
}
#nekkyo #n-step05 ul.fBtn li .p-name {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	background: #000;
	color: #fff;
	padding: 3px;
}
#nekkyo #n-step05 .box .inner{
	padding: 10px 10px 10px;
}

#nekkyo #n-step06 .n-inner {
	padding-top: 20px;
	height: 540px;
}

#nekkyo #n-step06 .n-inner h2 {
	background: url(../images/n-tlt01.png) no-repeat left top transparent;
	width: 1000px;
	height: 58px;
	margin-bottom: 20px;
}
#nekkyo #n-step06 .sanka-box01 {
	display: block;
	width: 307px;
	padding: 10px;
}
#nekkyo #n-step06 .sanka-box02 {
	display: block;
	width: 306px;
	padding: 10px;
}

#nekkyo #n-sBtn {
	position: fixed;
	right: 20px;
	top: 50%;
	z-index: 999;
	display: block;
	width: 50px;
	font-size: 0;
	line-height: 0;
	margin-top: -237px;
}
#nekkyo #n-sBtn a {
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 50px;
}
#nekkyo #n-sBtn li.n-snav01 a {
	background: url(../images/n-s-nav01.png) no-repeat left top transparent;
	height: 85px;
}
#nekkyo #n-sBtn li.n-snav02 a {
	background: url(../images/n-s-nav02.png) no-repeat left top transparent;
	height: 85px;
}
#nekkyo #n-sBtn li.n-snav03 a {
	background: url(../images/n-s-nav03.png) no-repeat left top transparent;
	height: 85px;
}
#nekkyo #n-sBtn li.n-snav04 a {
	background: url(../images/n-s-nav04.png) no-repeat left top transparent;
	height: 85px;
}
#nekkyo #n-sBtn li.n-snav05 a {
	background: url(../images/n-s-nav05.png) no-repeat left top transparent;
	height: 85px;
}
#nekkyo #n-sBtn li.n-snav06 a {
	background: url(../images/n-s-nav06.png) no-repeat left top transparent;
	height: 50px;
}
#nekkyo #n-sBtn li a:hover {
	background-position: right top !important;
}




