@charset "UTF-8";
/*------------------------------------------------------------

------------------------------------------------------------*/
#gHeader {
	padding: 0;
	border: none;
}

#gHeader .inner {
	padding: 5px 0 5px 0;
	width: 100%;
	background: url(/images/top/logo01.png) no-repeat left top;
	background-size: 100%;
}
#gHeader h1 {
	padding: 5px 0;
	font-size: 16px;
	color: #fff;
	background: -moz-linear-gradient(
	top,
	#010101 0%,
	#303030 100%);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#010101),
	to(#303030));
	clear: both;
}


#gHeader .logo {
	padding: 3% 0 0 3%;
	float: left;
}

#gHeader .hdNavi {
	margin-bottom: 15px;
	float: right;
}

#gHeader .hdNavi li {
	margin-left: 5px;
	float: left;
}

#gHeader .hdNavi li a {
	display: inline-block;
}

#gHeader .hdNavi .inet02 a {
	padding: 0px 10px;
	height: 40px;
	color: #fff;
	line-height: 1.3;
	border-radius: 4px;
	font-size: 14px;
	border: 1px solid #646363;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
	background: -moz-linear-gradient(
	top,
	#C60000 0%,
	#6A0000 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#C60000),
	to(#6A0000)
	);
}

#gHeader .hdNavi li:nth-child(2) a {
	padding-left: 10px;
	width: 70px;
	height: 40px;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-size: 13px;
	border-radius: 4px 0 0 4px;
	border: 1px solid #646363;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
	background: -moz-linear-gradient(
	top,
	#636060 0%,
	#020101 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#636060),
	to(#020101)
	);
}

#gHeader .hdNavi li:nth-child(2) a img {
	padding-top: 5px;
	display: block;
}

#gHeader .hdNavi02 {
	margin: 0 auto;
	padding: 3px 5px;
	width: 85%;
	clear: both;
	background: url(/images/top/navi_bg.png) no-repeat;
	background-size: 100% 100%;
}

#gHeader .hdNavi02 li {
	width: 48%;
	float: left;
}


#gHeader .hdNavi02 .right_yellow {
	float: right;
}

#gHeader .hdNavi02 .left_green a {
	padding: 5px 0;
	color: #fff;
	display: block;
	font-size: 13px;
	border-radius: 10px 0 0 10px;
	border: 1px solid #000000;
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.7);
	background: #499B00;
	text-shadow: 0 0 6px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 0 6px rgba(0,0,0,0.6);
}

#gHeader .hdNavi02 .right_yellow a {
	padding: 5px 0;
	color: #fff;
	display: block;
	font-size: 13px;
	border-radius: 0 10px 10px 0;
	border: 1px solid #000000;
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.7);
	background: #FFC600;
	text-shadow: 0 0 6px rgba(0,0,0,0.8);
}

#main {
	background: #fff;
}

#main h2 {
	padding-left: 25px;
	color: #fff;
	font-size: 18px;
	clear: both;
	background: -moz-linear-gradient(
	top,
	#612929 0%,
	#9A2929 50%,
	#8A0000 51%,
	#BA0000 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#612929),
	to(#BA0000),
	color-stop(0.5,#9A2929),
	color-stop(0.51,#BA0000)
	);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}

#main h2 img {
	float: left;
}

#main h2 span {
	margin: 4px 0 0 5px;
	float: left;
	text-shadow: 0 0 4px rgba(0,0,0,0.5);
}

#main .section01 {
	margin-bottom: 10px;
	background: -moz-linear-gradient(
	top,
	#2F2F2F 0%,
	#101010 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#2F2F2F),
	to(#101010)
	);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}

#main .section01 h2 {
	width: 50%;
	float: left;
	letter-spacing: -1px;
}

#main .section01 .number {
	margin: 5px 0;
	width: 40%;
	float: left;
	background: -moz-linear-gradient(
	top,
	#303030 0%,
	#151515 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#303030),
	to(#151515)
	);
	border-radius: 4px 0 0 4px;
}

#main .section01 .number a {
	margin: 3px 10px 3px 3px;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #fff09b;
	display: block;
	text-align: center;
	background: -moz-linear-gradient(
	top,
	#F40000 0%,
	#9B0000 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#F40000),
	to(#9B0000)
	);
	border-radius: 4px;
	border: 2px solid #333333;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,1);
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,1);
}

#main .otherH2 h2 {
	width: 60%;
	padding-left: 0;
	color: #fff;
	font-size: 18px;
	clear: both;
	background: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#main .otherH2 h2 img {
	padding-left: 25px;
}

#main .otherH2 {
	background: -moz-linear-gradient(
	top,
	#F40909 0%,
	#CE3F3F 50%,
	#BA0000 51%,
	#7F0000 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#F40909),
	to(#7F0000),
	color-stop(0.5,#CE3F3F),
	color-stop(0.51,#BA0000)
	);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}

#main .otherH2 span {
	margin-top: 8px;
}

#main .section02 {
	padding: 5px 0;
	margin: 0 auto 10px auto;
	width: 85%;
	clear: both;
	background: -moz-linear-gradient(
	top,
	#DDDDDD 0%,
	#FDFDFD 30%,
	#fff 31%,
	#fff 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#DDDDDD),
	to(#fff),
	color-stop(0.3,#FDFDFD),
	color-stop(0.31,#fff)
	);
	border-radius: 8px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.8);
}

/*-----------------------
�ǉ�
-------------------------*/
#main .section02 p {
	padding: 1px;
	text-align: center;
}
/*-----------------------*/

#main .section02 ul {
	padding: 0 10px 5px 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999999;
	clear: both;
}

#main .section02 ul li {
	float: left;
}

#main .section02 ul li:nth-child(1) {
	margin-top: 4px;
	width: 18%;
}

#main .section02 ul li:nth-child(1) a {
	padding: 2px 5px 0 5px;
	display: block;
	text-align: center;
	font-size: 12px;
	letter-spacing: -1px;
}

#main .section02 ul li:nth-child(2) {
	width: 15%;
	text-align: center;
}

#main .section02 ul li:nth-child(2) img {
	padding-top: 3px;
}

#main .section02 ul li:nth-child(3) {
	margin-right: 3%;
	width: 32%;
}

#main .section02 ul li:nth-child(4) {
	width: 32%;
}

#main .section02 ul li .btn {
	padding: 2px 0;
	display: block;
	text-align: center;
	color: #333;
	background: -moz-linear-gradient(
	top,
	#FEFEFE 0%,
	#D2D2D2 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#FEFEFE),
	to(#D2D2D2)
	);
	border: 1px solid #999999;
	border-radius: 4px;
}
/*------------------------------------------------------------
	�ǉ�
------------------------------------------------------------*/
#main .section02 ul li .btn02 {
	color: #cc0000;
	background: -moz-linear-gradient(
	top,
	#FECBCB 0%,
	#D29F9F 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#FECBCB),
	to(#D29F9F)
	);
}
/*------------------------------------------------------------*/

#main .section02 ul:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

#main .title01 {
	padding: 5px 0;
	text-align: center;
	color: #cc0000;
	background: #EEEDD8;
	clear: both;
}

#main .section03 li {
	background: url(/images/common/line02.png) repeat-x left bottom;
}

#main .section03 li a {
	padding: 10px 15px 10px 25px;
	color: #333;
	display: block;
}

#main .section03 li a span {
	color: #cc0000;
}

#main .section03 li a img {
	margin-right: 5px;
	float: left;
}

#main .section03 li a .right {
	padding-top: 3px;
	float: right;
}

#main .section03 li:last-child {
	background: none;
}

#main .bg01 {
	padding: 6px 0;
	background: -moz-linear-gradient(
	top,
	#646464 0%,
	#020202 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#646464),
	to(#020202)
	);
}

#main .section04 {
	padding: 10px 15px 0 15px;
	background: url(/images/top/bg_img01.png) repeat left top;
}

#main .section04 li {
	padding-bottom: 10px;
	float: left;
}

#main .section04 li img {
	display: block;
}

#main .section04 li:nth-child(11) {
	width: 28%;
}

#main .section04 li:nth-child(12) {
	width: 68%;
}

#main .section04 li:nth-child(1) {
	width: 100%;
}

#main .section04 li:nth-child(2) {
	width: 100%;
}

#main .section04 li:nth-child(3) {
	width: 49%;
}

#main .section04 li:nth-child(4) {
	width: 49%;
}

#main .section04 li:nth-child(2n) {
	float: right;
}

#main .section05 {
	padding: 15px;
	background: url(/images/top/bg_img02.png) repeat left top;
}

#main .section05 p {
	margin-bottom: 10px;
}

#main .section05 p img {
	vertical-align: top;
}

#main .section05 p a {
	color: #fff;
	font-size: 14px;
	letter-spacing: -1px;
	text-decoration: underline;
}

#main #gNavi li {
	width: 47%;
	line-height: 1.2;
	position: relative;
	letter-spacing: -1px;
}

#main #gNavi li a {
	padding: 15px 0;
}

#main #gNavi li:nth-child(6) a {
	padding: 6px 0;
}

#main #gNavi li:first-child {
	width: 3%;
}

#main #gNavi li:last-child {
	width: 2%;
}

#main #gNavi li:nth-child(2) a {
	border-left: 1px solid #4A1E1E;
}

#main #gNavi li a:after {
	width: 7px;
	height: 7px;
	display: block;
	background: url(/images/top/icon02.png) no-repeat;
	background-size: 7px 7px;
	content: "";
	position: absolute;
	right: 5px;
	top: 78%;
}

#main .section06 {
	clear: both;
	background: url(/images/top/bg_img02.png) repeat left top;
}

#main .section06 .ul01 {
	padding: 10px 0;
	margin: 0 auto 10px auto;
	width: 95%;
}

#main .section06 .ul01 li {
	margin-right: 1%;
	width: 15%;
	text-align: center;
	font-size: 12px;
	letter-spacing: -1px;
	float: left;
	background: -moz-linear-gradient(
	top,
	#000000 0%,
	#fff 2%,
	#fff 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#000000),
	to(#fff),
	color-stop(0.02,#fff)
	);
	border: 1px solid #000000;
	border-radius: 4px;
}

#main .section06 .ul01 li:last-child {
	margin-right: 0;
}

#main .section06 .ul01 li a {
	font-size: 13px;
	letter-spacing: -1px;
	color: #0022d0;
	text-decoration: underline;
}

#main .section06 ul li .a01 {
	padding: 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
	background: -moz-linear-gradient(
	top,
	#C90000 0%,
	#550000 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#C90000),
	to(#550000)
	);
	border: 1px solid #000000;
	border-radius: 4px;
	text-shadow: 0 0 6px rgba(0,0,0,0.8);
}

#main .section06 ul li .a02 {
	padding: 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
	background: -moz-linear-gradient(
	top,
	#489800 0%,
	#1E4100 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#489800),
	to(#1E4100)
	);
	border: 1px solid #000000;
	border-radius: 4px;
	text-shadow: 0 0 6px rgba(0,0,0,0.8);
}

#main .section06 ul li .a03 {
	padding: 5px 0;
	color: #fff;
	display: block;
	text-decoration: none;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
	background: -moz-linear-gradient(
	top,
	#2E55FB 0%,
	#14246C 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#2E55FB),
	to(#14246C)
	);
	border: 1px solid #000000;
	border-radius: 4px;
	text-shadow: 0 0 6px rgba(0,0,0,0.8);
}

#main .section06 ul li .a04 {
	padding: 5px 0;
	color: #fff;
	display: block;
	text-decoration: none;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
	background: -moz-linear-gradient(
	top,
	#F29500 0%,
	#673F00 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#F29500),
	to(#673F00)
	);
	border: 1px solid #000000;
	border-radius: 4px;
	text-shadow: 0 0 6px rgba(0,0,0,0.8);
}

#main .section06 ul li .a05 {
	padding: 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
	background: -moz-linear-gradient(
	top,
	#F4D500 0%,
	#695B00 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#F4D500),
	to(#695B00)
	);
	border: 1px solid #000000;
	border-radius: 4px;
	text-shadow: 0 0 6px rgba(0,0,0,0.8);
}

#main .section06 ul li .a06 {
	padding: 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
	background: -moz-linear-gradient(
	top,
	#28ABBE 0%,
	#114851 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#28ABBE),
	to(#114851)
	);
	border: 1px solid #000000;
	border-radius: 4px;
	text-shadow: 0 0 6px rgba(0,0,0,0.8);
}
/*------------------------------------------------------------
	�ǉ�
------------------------------------------------------------*/
#main .section06 ul li .suspensiontxt {
	color: #ff6600;
}
/*------------------------------------------------------------*/

#main .bg02 {
	padding: 10px 0;
	background: -moz-linear-gradient(
	top,
	#646464 0%,
	#020202 75%,
	#333333 76%,
	#333333 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#646464),
	to(#333333),
	color-stop(0.75,#020202),
	color-stop(0.76,#333333)
	);
}

#main .section06 .tab {
	padding: 0 10px;
	border-bottom: 1px solid #CC0000;
}

#main .section06 .tab li {
	width: 48%;
	text-align: center;
	float: left;
}

#main .section06 .tab li a {
	padding: 5px 0;
	display: block;
	font-size: 15px;
	color: #fff;
	letter-spacing: -1px;
	border-radius: 4px 4px 0 0;
	border: 1px solid #CC0000;
	border-bottom: none;
	background: -moz-linear-gradient(
	top,
	#CC0000 0%,
	#910000 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#CC0000),
	to(#910000)
	);
}

#main .section06 .tab li:nth-child(2) {
	float: right;
}

#main .section06 .tab .on a {
	position: relative;
	top: 1px;
	background: #fff;
	color: #333;
}

#main .tabBox {
	clear: both;
}

#main .commonUl li {
	padding: 10px;
	font-size: 14px;
	letter-spacing: -1px;
	border-bottom: 1px solid #999999;
}

#main .commonUl li img {
	margin-right: 5px;
	float: left;
}

#main .commonUl li a {
	padding-right: 15px;
	color: #0022d0;
	display: block;
	text-decoration: underline;
	background: url(/images/common/arrow07.png) no-repeat right center;
	background-size: 10px 15px;
}

#main .commonUl li:last-child {
	border: none;
}

#main .commonUl .end {
	text-align: right;
	border: none;
}

#main .commonUl2 li {
	padding: 10px;
	font-size: 14px;
	letter-spacing: -1px;
	border-bottom: 1px solid #999999;
}

#main .commonUl2 li img {
	margin-right: 5px;
	float: left;
}

#main .commonUl2 li a {
	padding-right: 15px;
	color: #000000;
	display: block;
	background: url(/images/common/arrow07.png) no-repeat right center;
	background-size: 10px 15px;
}

#main .commonUl2 li:last-child {
	border: none;
}

#main .commonUl2 .end {
	text-align: right;
	border: none;
}

#main .section07 {
	margin: 10px auto;
	width: 85%;
	clear: both;
	border: 1px solid #999999;
	border-radius: 8px;
	background: url(/images/top/bg_img03.png) repeat left top;
}

#main .section07 li {
	position: relative;
	border-bottom: 1px solid #999999;
}

#main .section07 li a {
	padding: 5px 10px;
	display: block;
	line-height: 2.5;
	color: #333;
}

#main .section07 li a:after {
	margin-top: -8px;
	width: 10px;
	height: 15px;
	display: block;
	background: url(/images/common/arrow07.png) no-repeat;
	background-size: 10px 15px;
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
}

#main .section07 li a img {
	margin-right: 10px;
	float: left;
}

#main .section07 li:last-child {
	border: none;
}

#main .section01 .add {
	width: 38%;
	float: left;
}

#main .section01 .add li {
	margin: 5px 5px 0 0;
	float: left;
}

#main .section01 .add li img {
	display: block;
}

#main .section01 li .button {
	padding: 5px;
	color: #fff;
	-moz-box-shadow: inset 0 0 4px rgba(129,144,148,1);
	-webkit-box-shadow: inset 0 0 4px rgba(129,144,148,1);
	background: -moz-linear-gradient(
	top,
	#C0C1C1 0%,
	#383939 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#C0C1C1),
	to(#383939)
	);
}

#main .section01 .add li:last-child {
	margin-right: 0;
}

#main .table01 {
	margin: 0 auto;
	width: 95%;
	font-size: 14px;
	border-collapse: collapse;
	clear: both;
}

#main .table01 th {
	padding: 5px;
	font-weight: normal;
	text-align: left;
	background: #EEEDD8;
	border: 1px solid #000000;
}

#main .table01 th a {
	color: #0022d0;
	text-decoration: underline;
}

#main .table01 td {
	text-align: center;
	border: 1px solid #000000;
}

#main .table01 a {
	color: #333;
	text-decoration: underline;
}

#main .table01 .red {
	color: #cc0000;
}

#main .table01 .blue {
	color: #508aff;
}

#main .table01 .green {
	color: #499b00;
}

#main .day {
	margin: 10px 0 20px 0;
	text-align: center;
}

#main .day img {
	margin-right: 10px;
	vertical-align: middle;
}

#main .day a {
	color: #0022d0;
	text-decoration: underline;
}

#main .section01 .h201 {
	width: 70%;
}

#main .section01 .view {
	margin: 6px 0 0 5px;
	width: 20%;
	float: left;
}

#main .section08 {
	background: url(/images/top/bg_img03.png) repeat left top;
	clear: both;
	overflow:hidden;
}

#main .section08 ul {
	padding: 15px 0;
	margin: 0 auto;
	width:263px;
	float:left;
	height:120px;
}

#main .section08 ul li {
	margin-right: 4%;
	text-align: center;
	float: left;
	width:80px;
}

#main .section08 ul li img {
	display: block;
}

#main .section08 ul li a {
	color: #0022d0;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: -1px;
	text-decoration: underline;
}

#main .section08 ul li:last-child {
	margin-right: 0;
}

#foo_pag{
	height:6%;
}

#main .section09 {
	clear: both;
}

#main .section09 {
	margin-bottom: 15px;
	background: -moz-linear-gradient(
		top,
		#8B2323 0%,
		#C96160 50%,
		#AB1D1C 51%,
		#580A09);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#8B2323),
		color-stop(0.5,#C96160),
		color-stop(0.51,#AB1D1C),
		to(#580A09));
	-moz-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.5);
	-webkit-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.5);
}

#main .section09 a {
	color: #fff;
	letter-spacing: -1px;
	text-shadow: 0 0 6px rgba(0,0,0,1);
}

#main .section09 .prev {
	width: 22%;
	float: left;
	text-align: right;
}

#main .section09 .prev a {
	padding: 8px 10px 3px 0;
	display: block;
}

#main .section09 .prev img {
	margin-right: 5px;
}

#main .section09 ul {
	padding: 5px 0;
	width: 54%;
	float: left;
	text-align: center;
	border: 1px solid #280404;
	background: -moz-linear-gradient(
		top,
		#FEFCFC 0%,
		#E1E0E0 100%);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FEFCFC),
		to(#E1E0E0));
}

#main .section09 ul li {
	display: inline;
	margin-right:10px;
}

#main .section09 li a{
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 12px;
	background: #353535;
}

#main .section09 li.selected a{
	background: #D80F1E;
}

#main .section09 .next {
	width: 23%;
	float: right;
}

#main .section09 .next a {
	padding: 8px 10px 3px 10px;
	display: block;
}

#main .section09 .next img {
	margin-left: 5px;
}

#main .title02 {
	padding: 10px 25px;
	color: #fff;
	font-weight: bold;
	background: url(/images/top/bg_img04.png) repeat left top;
	clear: both;
}

#main .title02 img {
	margin-right: 10px;
	float: left;
}

#gFooter {
	border-top: 1px solid #999999;
}

#gFooter .text01 {
	padding: 2px 0;
	text-align: center;
	color: #fff;
	background: -moz-linear-gradient(
		top,
		#810303 0%,
		#CD0303 100%);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#810303),
		to(#CD0303));
}

#gFooter .text02 {
	padding: 5px 15px;
	font-size: 18px;
	color: #fff;
	background: url(/images/top/bg_img02.png) repeat left top;
}

#container {
	padding-bottom: 0;
}

.bigBox01 {
	width: 100%;
}

.menuList .title03 {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 6px rgba(0,0,0,1);
	background: -moz-linear-gradient(
		top,
		#682929 0%,
		#9A2929 50%,
		#8C0000 51%,
		#BA0000 100%);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#682929),
		to(#BA0000),
		color-stop(0.5,#9A2929),
		color-stop(0.5,#8C0000)
		);
	-moz-box-shadow: inset 0 0 8px rgba(000,000,000,1);
	-webkit-box-shadow: inset 0 0 8px rgba(000,000,000,1);
}

.menuList .title03 p img {
	margin: 3px 10px 0 5px;
	vertical-align: middle;
}

.menuList .title03 p {
	padding: 5px 0;
	width: 65%;
	float: left;
}

.menuList .title03 a {
	width: 35%;
	float:right;
	display: block;
	text-align: right;
	color: #fff;
	background: -moz-linear-gradient(
	top,
	#2B2B2B 0%,
	#141414 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#2B2B2B),
	to(#141414)
	);
}

.menuList .title03 a span {
	margin: 3px 0 0 20%;
	display: block;
	float: left;
}

.menuList .title03 a img {
	padding: 5px 0;
	margin: 0 10px 0 0;
	float: right;
}

.comNav li a {
	padding: 8px 0 8px 30px;
	display: block;
	color: #333;
	background: -moz-linear-gradient(
		top,
		#FEFEFE 0%,
		#E6E6E6 100%);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FEFEFE),
		to(#E6E6E6));
}

.comNav {
	border: 1px solid #000000;
	border-bottom: none;
}

.comNav li {
	position: relative;
	border-bottom: 1px solid #000000;
}

.comNav li a:after {
	margin-top: -6px;
	width: 10px;
	height: 15px;
	display: block;
	background: url(/images/common/arrow07.png) no-repeat right center;
	background-size: 10px 15px;
	position: absolute;
	content: "";
	top: 50%;
	right: 10px;
}

.title04 {
	padding: 6px 10px;
	color: #fff;
	font-weight: bold;
	background: -moz-linear-gradient(
		top,
		#2B2B2B 0%,
		#0C0C0C 100%);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#2B2B2B),
		to(#0C0C0C)
		);
	-moz-box-shadow: inset 0 0 8px rgba(000,000,000,1);
	-webkit-box-shadow: inset 0 0 8px rgba(000,000,000,1);
}

.menuList {
	margin-top: 5px;
	float: left;
	width: 100%;
	display: none;
	border-top: 1px solid #999999;
}

.menuList .text01 {
	padding: 2px 0;
	text-align: center;
	color: #fff;
	background: -moz-linear-gradient(
		top,
		#810303 0%,
		#CD0303 100%);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#810303),
		to(#CD0303));
}

.menuList .text02 {
	padding: 5px 15px;
	font-size: 18px;
	color: #fff;
	background: url(/images/top/bg_img02.png) repeat left top;


#main .section02 ul li .btn01 {
	color: #cc0000;
	background: -moz-linear-gradient(
	top,
	#FECBCB 0%,
	#D29F9F 100%
	);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#FECBCB),
	to(#D29F9F)
	);

}

