@charset "utf-8";

/* ----------------------------------------
  Base Style Seet

	2- 1.
	2- 2.
	2- 3.
	2- 4.
	2- 5.
	2- 6.
	2- 7.
	2- 8.
---------------------------------------- */

body {
  font-size: 13px;
  line-height: 1.8;
  background: #fff;
  color: #030303;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  position: relative;
}

* html body {
  font-size: 75%;
}

header,
footer,
nav,
section,
article,
figure,
aside {
  display: block;
}

button {
  background: none;
  border: none;
}

/* ----------------------------------------
  2-1.layout
  ---------------------------------------- */

#wrapper {
  width: 100%;
  overflow: hidden;
  min-width: 1030px;
  position: relative;
}

header {
  height: 91px;
  background: url(../img/common/bg_header.png) left top repeat-x;
  position: fixed;
  z-index: 100;
  min-width: 1030px;
  width: 100%;
  z-index: 1000;
}

#container {
  padding: 91px 0 0px 231px;
  background: url(../img/common/bg_wrapper.png) -19px top repeat-y;
  position: relative;
}

aside#side {
  position: fixed;
  left: 0px;
  top: 91px;
  width: 230px;
  padding: 50px 0 0 0;
}

#maincolumn {
  position: relative;
  padding: 50px 0 60px 0;
  min-width: 775px;
  background-color: #fff;
  z-index: 10;
}

footer {
  position: relative;
  background: #0576b1;
  min-width: 1030px;
  /*z-index:1000;*/
}

/*
header,
footer{padding-left:50px;}
#container{margin-left:50px;}
*/

/* ----------------------------------------
  2-2.header
  ---------------------------------------- */

header h1 {
  float: left;
}
header h1 a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#changeLanguage {
  float: left;
  padding: 7px;
  height: 16px;
  line-height: 1;
}

#changeLanguage li {
  float: left;
  margin-right: 10px;
}

#headerSocial {
  padding: 3px 0 0 0;
  float: right;
  height: 21px;
  line-height: 1;
}

#headerSocial li {
  float: right;
  margin-right: 10px;
}

header nav {
  padding-left: 230px;
}

header nav ul {
  float: left;
  width: 100%;
  min-width: 800px;
}

header nav ul li {
  float: left;
  width: 10%;
  position: relative;
}
header nav ul li a {
  display: block;
  height: 45px;
  min-width: 68px;
  text-indent: -999em;
  z-index: 110;
  position: relative;
}

header nav ul li a img {
  line-height: 1;
}
html header nav ul li a:hover,
html header nav ul li a.now {
  background-color: #fff;
}

header nav ul li.menu1 a {
  background: url(../img/common/menu1.png) no-repeat center top #f473a3;
  border: 6px solid #f472a3;
}
header nav ul li.menu2 a {
  background: url(../img/common/menu2.png) no-repeat center top #51c5e8;
  border: 6px solid #51c5e8;
}
header nav ul li.menu3 a {
  background: url(../img/common/menu3.png) no-repeat center top #aed657;
  border: 6px solid #aed657;
}
header nav ul li.menu4 a {
  background: url(../img/common/menu4.png) no-repeat center top #fa8b8c;
  border: 6px solid #fa8b8c;
}
header nav ul li.menu5 a {
  background: url(../img/common/menu5.png) no-repeat center top #7a95dd;
  border: 6px solid #7a95dd;
}
header nav ul li.menu6 a {
  background: url(../img/common/menu6.png) no-repeat center top #f6b775;
  border: 6px solid #f6b775;
}
header nav ul li.menu7 a {
  background: url(../img/common/menu7.png) no-repeat center top #80c498;
  border: 6px solid #80c498;
}
header nav ul li.menu8 a {
  background: url(../img/common/menu8.png) no-repeat center top #d096d5;
  border: 6px solid #d096d5;
}
header nav ul li.menu9 a {
  background: url(../img/common/menu9.png) no-repeat center top #f1c2d5;
  border: 6px solid #f1c2d5;
}
header nav ul li.menu10 a {
  background: url(../img/common/menu10.png) no-repeat center top #0576b1;
  border-top: 1px solid #0a6592;
}

header nav ul li.menu1 a:hover,
header nav ul li.menu1 a.now {
  background-image: url(../img/common/menu1_on.png);
}
header nav ul li.menu2 a:hover,
header nav ul li.menu2 a.now {
  background-image: url(../img/common/menu2_on.png);
}
header nav ul li.menu3 a:hover,
header nav ul li.menu3 a.now {
  background-image: url(../img/common/menu3_on.png);
}
header nav ul li.menu4 a:hover,
header nav ul li.menu4 a.now {
  background-image: url(../img/common/menu4_on.png);
}
header nav ul li.menu5 a:hover,
header nav ul li.menu5 a.now {
  background-image: url(../img/common/menu5_on.png);
}
header nav ul li.menu6 a:hover,
header nav ul li.menu6 a.now {
  background-image: url(../img/common/menu6_on.png);
}
header nav ul li.menu7 a:hover,
header nav ul li.menu7 a.now {
  background-image: url(../img/common/menu7_on.png);
}
header nav ul li.menu8 a:hover,
header nav ul li.menu8 a.now {
  background-image: url(../img/common/menu8_on.png);
}
header nav ul li.menu9 a:hover,
header nav ul li.menu9 a.now {
  background-image: url(../img/common/menu9_on.png);
}
header nav ul li.menu10 a:hover,
header nav ul li.menu10 a.now {
  background-color: #0174b3;
}

header nav ul li ul.subMenu {
  position: absolute;
  left: 0px;
  top: 56px;
  min-width: 260px;
  box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.2);
  padding: 13px 0px 13px 25px;
  z-index: 1;
  display: none;
}

header nav ul li.menu1 ul.subMenu {
  background-color: #f473a3;
}
header nav ul li.menu2 ul.subMenu {
  background-color: #51c5e8;
}
header nav ul li.menu3 ul.subMenu {
  background-color: #aed657;
}
header nav ul li.menu4 ul.subMenu {
  background-color: #fa8b8c;
}
header nav ul li.menu5 ul.subMenu {
  background-color: #7a95dd;
}
header nav ul li.menu6 ul.subMenu {
  background-color: #f6b775;
}
header nav ul li.menu7 ul.subMenu {
  background-color: #80c498;
}
header nav ul li.menu8 ul.subMenu {
  background-color: #d096d5;
}
header nav ul li.menu9 ul.subMenu {
  background-color: #f1c2d5;
}

header nav ul li ul.subMenu li {
  float: none;
  width: auto;
  padding: 12px 0;
  line-height: 1.1;
  font-size: 12px;
}

header nav ul li ul.subMenu li a,
header nav ul li ul.subMenu li span {
  background: url(../img/common/icon_whitecircle.png) no-repeat left top;
  padding-left: 18px;
  text-indent: 0;
  height: auto;
  border: none;
  color: #fff;
  text-decoration: none;
  line-height: 1.1;
}

header nav ul li ul.subMenu li span {
  background: url(../img/common/icon_whitecircle_no.png) no-repeat left top;
  color: #eee;
}

header nav ul li ul.subMenu li a:hover {
  background: url(../img/common/icon_whitecircle.png) no-repeat left top;
  text-decoration: underline;
}

.fb-like iframe,
.item-facebook-like iframe {
  left: 0px;
  z-index: 200;
}

/* ----------------------------------------
  2-3.slide site map
---------------------------------------- */

#slideSitemap {
  position: fixed;
  right: -410px;
  top: 0px;
  width: 372px;
  padding: 0px 0 0 38px;
  height: 600px;
  color: #fff;
  z-index: 200;
  background: url(../img/common/bg_slidesitemap.jpg) repeat-y left top #0071b6;
}

#slideSitemapLeft {
  float: left;
  width: 190px;
  padding-top: 50px;
}
#slideSitemapRight {
  float: Right;
  width: 180px;
  padding-top: 50px;
}

#slideSitemap a {
  color: #fff;
}

#slideSitemap h3 {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: normal;
}

#slideSitemap ul {
  margin-bottom: 25px;
}
#slideSitemap ul li {
  margin-bottom: 9px;
  line-height: 1.2;
  font-size: 11px;
}
#slideSitemap ul li a {
  display: block;
  padding-left: 10px;
  background: url(../img/common/icon_sitemap.png) no-repeat left top;
}

/* ----------------------------------------
  2-3.side
---------------------------------------- */

#side h2 {
  margin-bottom: 30px;
  padding-left: 20px;
}

#side nav {
}

#side nav ul li {
}

#side nav ul li a,
#side nav ul li span {
  display: block;
  padding: 9px 20px 9px 40px;
  line-height: 1.1;
}
#side nav ul li a:hover {
  text-decoration: none;
}

/* category */

#catAbout #side nav ul li a,
#catAbout #side nav ul li span {
  background: url(../img/about/icon_side.png) no-repeat 20px center;
  color: #f671a3;
}
#catAbout #side nav ul li a:hover,
#catAbout #side nav ul li.now a,
#catAbout #side nav ul li.now span {
  background: url(../img/about/icon_side_on.png) no-repeat 20px center #f671a3;
  color: #fff;
}

#catNews #side nav ul li a,
#catNews #side nav ul li span {
  background: url(../img/news/icon_side.png) no-repeat 20px center;
  color: #0174b3;
}
#catNews #side nav ul li a:hover,
#catNews #side nav ul li.now a,
#catNews #side nav ul li.now span {
  background: url(../img/news/icon_side_on.png) no-repeat 20px center #0174b3;
  color: #fff;
}

#catTicket #side nav ul li a,
#catTicket #side nav ul li span {
  background: url(../img/ticket/icon_side.png) no-repeat 20px center;
  color: #51c5e8;
}
#catTicket #side nav ul li a:hover,
#catTicket #side nav ul li.now a,
#catTicket #side nav ul li.now span {
  background: url(../img/ticket/icon_side_on.png) no-repeat 20px center #51c5e8;
  color: #fff;
}

#catExhibition #side nav ul li a,
#catExhibition #side nav ul li span {
  background: url(../img/exhibition/icon_side.png) no-repeat 20px center;
  color: #aed657;
}
#catExhibition #side nav ul li a:hover,
#catExhibition #side nav ul li.now a,
#catExhibition #side nav ul li.now span {
  background: url(../img/exhibition/icon_side_on.png) no-repeat 20px center #aed657;
  color: #fff;
}

#catMain #side nav ul li a,
#catMain #side nav ul li span {
  background: url(../img/main/icon_side.png) no-repeat 20px center;
  color: #fb8b8b;
}
#catMain #side nav ul li a:hover,
#catMain #side nav ul li.now a,
#catMain #side nav ul li.now span {
  background: url(../img/main/icon_side_on.png) no-repeat 20px center #fb8b8b;
  color: #fff;
}

#catFamily #side nav ul li a,
#catFamily #side nav ul li span {
  background: url(../img/family/icon_side.png) no-repeat 20px center;
  color: #f6b971;
}
#catFamily #side nav ul li a:hover,
#catFamily #side nav ul li.now a,
#catFamily #side nav ul li.now span {
  background: url(../img/family/icon_side_on.png) no-repeat 20px center #f6b971;
  color: #fff;
}

#catBusiness #side nav ul li a,
#catBusiness #side nav ul li span {
  background: url(../img/business/icon_side.png) no-repeat 20px 8px;
  color: #7b92df;
}
#catBusiness #side nav ul li a:hover,
#catBusiness #side nav ul li.now a,
#catBusiness #side nav ul li.now span {
  background: url(../img/business/icon_side_on.png) no-repeat 20px 8px #7b92df;
  color: #fff;
}

#catStage #side nav ul li a,
#catStage #side nav ul li span {
  background: url(../img/stage/icon_side.png) no-repeat 20px center;
  color: #7ec597;
}
#catStage #side nav ul li a:hover,
#catStage #side nav ul li.now a,
#catStage #side nav ul li.now span {
  background: url(../img/stage/icon_side_on.png) no-repeat 20px center #7ec597;
  color: #fff;
}

#catGoods #side nav ul li a,
#catGoods #side nav ul li span {
  background: url(../img/goods/icon_side.png) no-repeat 20px center;
  color: #d194d6;
}
#catGoods #side nav ul li a:hover,
#catGoods #side nav ul li.now a,
#catGoods #side nav ul li.now span {
  background: url(../img/goods/icon_side_on.png) no-repeat 20px center #d194d6;
  color: #fff;
}

#catOther #side nav ul li a,
#catOther #side nav ul li span {
  background: url(../img/other/icon_side.png) no-repeat 20px 8px;
  color: #0174b3;
}
#catOther #side nav ul li a:hover,
#catOther #side nav ul li.now a,
#catOther #side nav ul li.now span {
  background: url(../img/other/icon_side_on.png) no-repeat 20px 8px #0174b3;
  color: #fff;
}

/* ----------------------------------------
  2-4.footer
  ---------------------------------------- */

footer nav {
  float: left;
}

footer nav ul {
  padding: 15px 11px 15px 0;
  overflow: hidden;
}
footer nav ul li {
  float: left;
  line-height: 1.1;
}
footer nav ul li a {
  color: #dde8f1;
  padding: 0 10px;
  font-size: 11px;
}

footer nav ul li a.link_close {
  color: #ccc;
}

footer nav ul li a.link_close:hover {
  text-decoration: none;
  cursor: default;
}

#copyright {
  float: right;
  margin-right: 30px;
}

#copyright ul li {
  float: right;
}
#copyright ul li a {
  display: block;
  padding: 7px 0 0px 7px;
}

#footerBnr {
  clear: both;
  /*padding:0 0 15px 11px;*/
  padding: 0 0 5px 11px;
}

#footerBnr ul {
  overflow: hidden;
}

#footerBnr ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* ----------------------------------------
  2-5.link
---------------------------------------- */

a {
  text-decoration: none;
}

a:visited {
}

a:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
}

.btn:hover,
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

h1 a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

/* ----------------------------------------
  2-6.title
  ---------------------------------------- */

#maincolumn h2 {
  margin-bottom: 40px;
}

h3.circleTitle {
  font-size: 18px;
  padding-left: 25px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 3px;
  background-position: left 2px;
  background-repeat: no-repeat;
}

h3.circleTitleL {
  font-size: 20px;
  padding-left: 25px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 3px;
  background-position: left 5px;
  background-repeat: no-repeat;
}

h3.circleTitle small {
  padding-top: 5px;
  font-weight: normal !important;
  font-size: 13px;
}

.titleBox {
  padding: 40px 0 40px 80px;
}
.titleBox2 {
  padding: 30px;
}

#catAbout h3.circleTitle,
#catAbout h3.circleTitleL {
  background-image: url(../img/about/icon_title.png);
  color: #f472a3;
}

#catNews h3.circleTitle {
  background-image: url(../img/news/icon_title.png);
  color: #f472a3;
}

#catTicket h3.circleTitle {
  background-image: url(../img/ticket/icon_title.png);
  color: #51c5e8;
}

#catExhibition h3.circleTitle {
  background-image: url(../img/exhibition/icon_title.png);
  color: #a1c752;
}

#catMain h3.circleTitle {
  background-image: url(../img/main/icon_title.png);
  color: #ec9491;
}

#catFamily h3.circleTitle {
  background-image: url(../img/family/icon_title.png);
  color: #f5b160;
}

#catBusiness h3.circleTitle {
  background-image: url(../img/business/icon_title.png);
  color: #7a9bd9;
}

#catStage h3.circleTitle {
  background-image: url(../img/stage/icon_title.png);
  color: #7ec597;
}

#catGoods h3.circleTitle {
  background-image: url(../img/goods/icon_title.png);
  color: #d194d6;
}

#catOther h3.circleTitle {
  background-image: url(../img/other/icon_title.png);
  color: #277aad;
  font-size: 15px;
}

#catOther .newsList h3.circleTitle {
  background-image: url(../img/sitemap/icon_other.png);
  color: #f472a3;
}

#catOther .aboutList h3.circleTitle {
  background-image: url(../img/sitemap/icon_about.png);
  color: #f472a3;
}

#catOther .ticketList h3.circleTitle {
  background-image: url(../img/sitemap/icon_ticket.png);
  color: #f472a3;
}

#catOther .exhibitionList h3.circleTitle {
  background-image: url(../img/sitemap/icon_exhibition.png);
  color: #f472a3;
}

#catOther .mainList h3.circleTitle {
  background-image: url(../img/sitemap/icon_main.png);
  color: #f472a3;
}

#catOther .familyList h3.circleTitle {
  background-image: url(../img/sitemap/icon_family.png);
  color: #f472a3;
}

#catOther .businessList h3.circleTitle {
  background-image: url(../img/sitemap/icon_business.png);
  color: #f472a3;
}

#catOther .stageList h3.circleTitle {
  background-image: url(../img/sitemap/icon_stage.png);
  color: #f472a3;
}

#catOther .goodsList h3.circleTitle {
  background-image: url(../img/sitemap/icon_goods.png);
  color: #f472a3;
}
#catOther .otherList h3.circleTitle {
  background-image: url(../img/sitemap/icon_other.png);
  color: #f472a3;
}
#catOther .nightList h3.circleTitle {
  background-image: url(../img/sitemap/icon_ajnight.png);
  color: #052052;
}

/* ----------------------------------------
  2-7.text
---------------------------------------- */

#maincolumn p {
  margin-bottom: 1em;
}

#maincolumn .leadArea p {
  line-height: 2.2;
  padding-right: 80px;
  margin-bottom: 3em;
  font-size: 13px;
}

/* ----------------------------------------
  2-8.box
---------------------------------------- */

.leadArea {
  padding: 0 0 20px 80px;
}

.wrapperGray {
  background: #e6ebee;
}
.wrapperWhite {
  background: #fff;
}

.btnArea {
  padding: 0 0px 50px 80px;
}
.photoArea {
  padding: 50px 80px;
}
/*.photoArea ul{overflow:hidden;}
.photoArea ul li{float:left; margin:0 5px 5px 0}*/

.photoArea ul {
  overflow: hidden;
}

.photoArea ul li {
  width: 32.5%;
  float: left;
  margin-bottom: 1em;
}

.photoDl {
  margin-right: 1.25%;
}

.photoArea ul li img {
  width: 100%;
}

#gotop {
  position: fixed;
  right: 0px;
  bottom: 40px;
  padding: 20px;
  text-align: right;
  display: none;
  z-index: 2000;
}

/* ----------------------------------------
  2-9.inner link
---------------------------------------- */

.innerLink {
  overflow: hidden;
  margin-bottom: 30px;
}

.innerLink li {
  float: left;
  width: 33.3333%;
}

.innerLink li a {
  display: block;
  padding: 25px 0 25px 40px;
  background-color: #a1a1a1;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  min-height: 40px;
}

.innerLink li a span {
  background: url(../img/common/icon_whitecircle.png) no-repeat left 30%;
  padding-left: 20px;
  display: block;
}

.innerLink li a small {
  display: block;
  padding: 3px 0 0 0;
  font-weight: normal;
}

#catAbout .innerLink li a {
  background-color: #f473a3;
}
#catAbout .innerLink li:nth-child(2n) a {
  background-color: #f996bb;
}

#catNews .innerLink li a {
  background-color: #ff539f;
}
#catNews .innerLink li:nth-child(2n) a {
  background-color: #ff85b8;
}

#catTicket .innerLink li a {
  background-color: #51c5e8;
}
#catTicket .innerLink li:nth-child(2n) a {
  background-color: #94d7eb;
}

#catMain .innerLink li a {
  background-color: #fb8b8b;
}
#catMain .innerLink li:nth-child(2n) a {
  background-color: #faa4a4 !important;
}

#catFamily .innerLink li a {
  background-color: #f6b971;
}
#catFamily .innerLink li:nth-child(2n) a {
  background-color: #f9ca92 !important;
}

#catStage .innerLink li a {
  background-color: #7ec597;
}
#catStage .innerLink li:nth-child(2n) a {
  background-color: #8fcda5 !important;
}

#catBusiness .innerLink li a {
  background-color: #7b92df;
}
#catBusiness .innerLink li:nth-child(2n) a {
  background-color: #9aabe3 !important;
}

#catGoods .innerLink li a {
  background-color: #d096d5;
}
#catGoods .innerLink li:nth-child(2n) a {
  background-color: #e3b2e8;
}

#catAJNight .innerLink li a {
  background-color: #04225a;
}
#catAJNight .innerLink li:nth-child(2n) a {
  background-color: #041b46;
}

#catOther .innerLink li a {
  background-color: #ff539f;
}
#catOther .innerLink li:nth-child(2n) a {
  background-color: #ff85b8;
}

/* ----------------------------------------
  2-10. table
  ---------------------------------------- */

table {
  border-collapse: collapse;
}

.tableStyle1 {
  width: 100%;
  margin-bottom: 50px;
}
.tableStyle1 tr {
  background: #f7f9fa;
}
.tableStyle1 tr:nth-child(2n) {
  background: #e6ebee;
}
.tableStyle1 th,
.tableStyle1 td {
  padding: 15px;
}
.tableStyle1 th {
  width: 200px;
  padding-left: 80px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
}
.tableStyle1 th span,
.tableStyle1 table th {
  font-weight: normal;
}

.tableStyleRegistration th {
  font-weight: normal;
}

.tableStyle1 td {
  font-size: 13px;
}

.tableStyle1 td table tr {
  background: none !important;
}
.tableStyle1 td table th,
.tableStyle1 td table td {
  padding: 0 10px;
  font-size: 90%;
}
.tableStyle1 td table th {
  width: auto;
  padding-left: 0px;
  font-size: 11px;
}

/*--RGB Stage--*/

.tableStyle2 {
  border: 0;
  border-collapse: separate;
  border-spacing: 20px;
  padding: 0 60px 40px;
  empty-cells: hide;
}

.tableStyle2 th {
  font-size: 138.5%;
  width: 33%;
}

.stageTitRed {
  color: #ef5151;
}

.stageTitGreen {
  color: #5bc27f;
}

.stageTitBlue {
  color: #3f5ab0;
}

.tableStyle2 td {
  vertical-align: top;
  background: #eff2f4;
  word-break: break-all;
}

.tableStyle2 td.stageRed {
  border: 1px solid #ef5151;
}

.tableStyle2 td.stageGreen {
  border: 1px solid #5bc27f;
}

.tableStyle2 td.stageBlue {
  border: 1px solid #3f5ab0;
}

.stageRed .stageTit {
  background: #ef5151;
}

.stageGreen .stageTit {
  background: #5bc27f;
}

.stageBlue .stageTit {
  background: #3f5ab0;
}

.stageTit dl dt {
  padding: 5px;
}

.stageTit dl dt span {
  background: #ffffff;
  padding: 3px 3px 2px;
  display: inline-block;
  font-weight: bold;
}

.stageTit a {
  color: #ffffff;
}

.stageTit a:hover {
  text-decoration: underline;
}

.stageRed .stageTit {
  color: #ef5151;
}

.stageGreen .stageTit {
  color: #5bc27f;
}

.stageBlue .stageTit {
  color: #3f5ab0;
}

.stageTit dl dd {
  color: #ffffff;
  padding: 5px;
}

.rgbstageContents {
  padding: 5px;
  background: #eff2f4;
}

.rgbstageContents dl dt {
  font-weight: bold;
  padding: 0 0 3px 18px;
  background: url(../img/stage/icon_tit.png) left 4px no-repeat;
}

.rgbstageContents dl dd {
  padding-bottom: 5px;
}

.rgbstageContents dl dd a {
  color: #030303;
}

.rgbstageContents dl dd a:hover {
  text-decoration: underline;
}

.categoryMainMenu {
  width: 100%;
}
.categoryMainMenu td {
  width: 50%;
  background-color: #eff2f4;
  vertical-align: top;
}
.categoryMainMenu td:nth-child(2n) {
  background-color: #f7f9fa;
}
.categoryMainMenu td a {
  display: block;
  text-decoration: none;
}
.categoryMainMenu td .categoryMenuTitle {
  height: 76px;
  color: #fff;
  padding: 28px 0 0 28px;
  position: relative;
}
.categoryMainMenu td .categoryMenuTitle h3 {
  background: url(../img/common/icon_whitecircle.png) no-repeat left 3px;
  color: #fff;
  line-height: 1.3;
  font-size: 17px;
  padding-left: 20px;
}
.categoryMainMenu td .categoryMenuTitle h3.noCircle {
  background: none;
  padding-left: 0px;
}

.categoryMainMenu td p {
  padding: 10px 28px;
  min-height: 140px;
  line-height: 2;
  color: #333;
}

.categoryMainPhoto {
  text-align: center;
  padding: 0 28px 25px;
}

.categoryMainPhoto:after {
  content: '.';
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.categoryMainPhoto img {
  width: 49%;
}

.categoryMainPhotoLeft {
  float: left;
}

.categoryMainPhotoRight {
  float: right;
}

#catMain .categoryMainMenu td .categoryMenuTitle {
  background: url(../img/main/bg_categorymenutitle.png) no-repeat right top #fb8b8b;
}
#catMain .categoryMainMenu tr:nth-child(2n + 1) td:nth-child(2n) .categoryMenuTitle {
  background: url(../img/main/bg_categorymenutitle2.png) no-repeat right top #fda4a4;
}
#catMain .categoryMainMenu tr:nth-child(2n) td:nth-child(2n + 1) .categoryMenuTitle {
  background: url(../img/main/bg_categorymenutitle2.png) no-repeat right top #fda4a4;
}

#catBusiness .categoryMainMenu td .categoryMenuTitle {
  background: url(../img/business/bg_categorymenutitle.png) no-repeat right top #7c94dc;
}
#catBusiness .categoryMainMenu tr:nth-child(2n + 1) td:nth-child(2n) .categoryMenuTitle {
  background: url(../img/business/bg_categorymenutitle2.png) no-repeat right top #a1b2e7;
}
#catBusiness .categoryMainMenu tr:nth-child(2n) td:nth-child(2n + 1) .categoryMenuTitle {
  background: url(../img/business/bg_categorymenutitle2.png) no-repeat right top #a1b2e7;
}

#catFamily .categoryMainMenu td .categoryMenuTitle {
  background: url(../img/family/bg_categorymenutitle.png) no-repeat right top #f6b15f;
}
#catFamily .categoryMainMenu tr:nth-child(2n + 1) td:nth-child(2n) .categoryMenuTitle {
  background: url(../img/family/bg_categorymenutitle2.png) no-repeat right top #f8be79;
}
#catFamily .categoryMainMenu tr:nth-child(2n) td:nth-child(2n + 1) .categoryMenuTitle {
  background: url(../img/family/bg_categorymenutitle2.png) no-repeat right top #f8be79;
}

/* ----------------------------------------
  2-11.gray tab
---------------------------------------- */

dl.grayTab {
}

dl.grayTab dt {
  padding: 25px;
  background-color: #e5ebee;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

dl.grayTab dt img {
  position: absolute;
  right: 80px;
  top: 45%;
}

dl.grayTab dd {
  padding: 30px 25px;
}

dl.grayTab dt:nth-child(4n + 3) {
  background-color: #f7f9fa;
}

/* ----------------------------------------
  2-12.
---------------------------------------- */

#pankuzu {
  width: 950px;
  margin: 0 auto;
}

#pankuzu li {
  display: inline;
}

#pankuzu a {
  padding-right: 15px;
  background: url(../img/common/ico_arrow.png) right center no-repeat;
}

/*----------------------------------------
3/6
-----------------------------------------*/
.top_zero {
  padding-top: 0px !important;
}
