@charset "utf-8";

#index article h1 {
	margin: 0px;
}

#index article h2 {
	font-size: 22px;
	font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.5em;
	color: #2288dd;
	margin-bottom: 0.6em;
}

#index article h2 + p {
	margin-bottom: 1em;
}

#index article p {
	font-family: Meiryo,'Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 15px;
}

#index article strong {
	font-weight: normal;
	font-size: inherit;
	color: #ee55aa;
}


/****** #mainarea
============================================================ */
#index article #mainarea {
	position: relative;
	width: 980px;
	height: 420px;
	background: #333333;
	margin-bottom: 5px;
}

#index article #mainarea #bx-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 420px;
}

@media print {
	#index article #mainarea #bx-wrapper {
		display: none;
	}
}

#index article #mainarea #bx-wrapper2 {
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 980px;
	height: 70px;
}

#index article #mainarea #bx-wrapper2 ul li {
	width: 190px;
	height: 70px;
	background: #333;
}

#index article #mainarea #searchbox {
	position: absolute;
	top: 30px;
	right: 60px;
	width: 180px;
	height: 290px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	text-align: center;
}

#index article #mainarea #searchbox h2 {
	font-size: 30px;
//	color: #ffffff;
	color: #28d;
	line-height: 1em;
	margin: 0;
}

#index article #mainarea #searchbox #sub {
	font-size: 17px;
	letter-spacing: -0.03em;
//	color: #ffffff;
	color: #28d;
}

#index article #mainarea #searchbox #boothnum {
	font-size: 80px;
//	color: #ffffff;
	color: #28d;
	font-family: 'arial',sans-serif;
	line-height: 1em;
	height: 80px;
	display: block;
}

#index article #mainarea #searchbox #boothnum span {
	font-size: 17px;
	font-weight: bold;
}


/****** bx-contents
============================================================ */
#bx-wrapper {
    position: absolute;
    width: 980px;
	overflow: hidden;
	zoom: 1;
}

#bx-wrapper2 {
    position: absolute;
    width: 980px;
	overflow: hidden;
	zoom: 1;
}

#bx-wrapper:after,
#bx-wrapper2:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#bx-wrapper a,
#bx-wrapper2 a {
	outline: none;
}

#bx-wrapper a.bx-prev {
	position: absolute;
	width: 40px;
	height: 340px;
	left: 0;
	top: 0;
	text-indent: -999999px;
	background: url("/images/arw-lft.png") no-repeat left center transparent scroll;
	filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}

#bx-wrapper a.bx-next {
	position: absolute;
	width: 40px;
	height: 340px;
	right: 0;
	top: 0;
	text-indent: -999999px;
	background: url("/images/arw-rgt.png") no-repeat right center transparent scroll;
	filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}

#bx-wrapper2 a.bx-prev {
	position: absolute;
	width: 24px;
	height: 70px;
	left: 0;
	top: 0;
	text-indent: -999999px;
	background: url("/images/arw-lft2.png") no-repeat left center transparent scroll;
	filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}

#bx-wrapper2 a.bx-next {
	position: absolute;
	width: 24px;
	height: 70px;
	right: 0;
	top: 0;
	text-indent: -999999px;
	background: url("/images/arw-rgt2.png") no-repeat right center transparent scroll;
	filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}


#bx-wrapper a.bx-prev:hover,
#bx-wrapper a.bx-next:hover,
#bx-wrapper2 a.bx-prev:hover,
#bx-wrapper2 a.bx-next:hover {
	filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
}

#bx-wrapper #pix1,
#bx-wrapper #pix2 {
	position: relative;
	width: 100%;
}

#bx-wrapper #pix1 span,
#bx-wrapper #pix2 span {
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
	background: url("/images/spacer.gif");
}



/****** section
============================================================ */
#index article section {
	margin-bottom: 40px;
	clear: both;
}

#index article section:last-of-type {
	margin-bottom: 0px;
}

#index article section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/****** #topinfo
============================================================ */
#index article #topinfo {
	font-size: 120%;
	background: #fcfcfc;
	border: solid 1px #dddddd;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	margin: 20px auto;
}

/****** #sec1
============================================================ */
#index article section#sec1 {
	margin-top: 1.5em;
}

#index article section#sec1 h2 {
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.3em;
	margin: 1em 0;
}

#index article section#sec1 div {
	width: 300px;
	margin-right: 40px;
	float: left;
}

#index article section#sec1 div:last-child {
	margin-right: 0px;
}

#index article section#sec1 .ap {
	cursor: pointer;
}

#index article section#sec1 h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.5em;
	color: #2288dd;
	margin-bottom: 0.6em;
	min-height: 54px;
}

#index article section#sec1 div h3 span {
	width: 74px;
	height: 54px;
	float: left;
}

#index article section#sec1 div:nth-of-type(1) h3 span {
	background: url("/images/icon-top.gif") 0px 0px no-repeat;
}

#index article section#sec1 div:nth-of-type(2) h3 span {
	background: url("/images/icon-top.gif") 0px -54px no-repeat;
}

#index article section#sec1 div:nth-of-type(3) h3 span {
	background: url("/images/icon-top.gif") 0px -108px no-repeat;
}




/****** #section2
============================================================ */


/****** #section3
============================================================ */
#index article section#sec3 #flow {
	position: relative;
	width: 940px;
	margin: 30px auto;
}

#index article section#sec3 #flow:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#index article section#sec3 #flow img#flow-op {
	position: absolute;
	top: 10px;
	left: 320px;
	width: 100px;
	height: 75px;
}

#index article section#sec3 #flow dl {
	width: 200px;
	background: url("/images/flow-arw.png") 150px 90px no-repeat;
	float: left;
}

#index article section#sec3 #flow dl:last-child {
	background: none;
	width: 140px;
}

#index article section#sec3 #flow dt,
#index article section#sec3 #flow dd {
	width: 140px;
}

/****** #section9
============================================================ */
#index article section#sec9 ul {
	margin-top: 20px;
	clear: both;
}

#index article section#sec9 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#index article section#sec9 ul li {
	float: left;
	font-size: 14px;
	font-family: Meiryo,"Hiragino Kaku Gothic Pro",sans-serif;
}

#index article section#sec9 ul.minaoshi li {
	margin-right: 25px;
}

#index article section#sec9 ul.minaoshi li:nth-child(3n) {
	margin-right: 0;
}

#index article section#sec9 ul.minaoshi li a {
	width: 280px;
	border: solid 1px #0099cc;
	text-decoration: none;
	background: url("/images/common/arrow-b.png") no-repeat 280px center;
	padding: 12px 12px 12px 15px;
	display: block;
}

#index article section#sec9 ul.minaoshi li a:hover {
	background: url("/images/common/arrow-w.png") no-repeat 280px center #0099cc;
	color: #ffffff;
}

#index article section#sec9 ul li a {
	display: inline-block;
}

#index article section#sec9 ul.scene li {
	margin-bottom: 30px;
	font-size: 16px;
}

#index article section#sec9 ul.scene li span {
	width: 50px;
	height: 50px;
	display: inline-block;
}

#index article section#sec9 ul.scene li div {
	font-size: 13px;
	padding-left: 8px;
}


#index article section#sec9 ul.scene li:nth-child(1) span {
	background: url("/images/icon-scene.gif") no-repeat 0px 0px;
}

#index article section#sec9 ul.scene li:nth-child(2) span {
	background: url("/images/icon-scene.gif") no-repeat -50px 0px;
}

#index article section#sec9 ul.scene li:nth-child(3) span {
	background: url("/images/icon-scene.gif") no-repeat -100px 0px;
}

#index article section#sec9 ul.scene li:nth-child(4) span {
	background: url("/images/icon-scene.gif") no-repeat 0px -50px;
}

#index article section#sec9 ul.scene li:nth-child(5) span {
	background: url("/images/icon-scene.gif") no-repeat -50px -50px;
}

#index article section#sec9 ul.scene li:nth-child(6) span {
	background: url("/images/icon-scene.gif") no-repeat -100px -50px;
}

#index article section#sec9 ul.scene li:nth-child(7) span {
	background: url("/images/icon-scene.gif") no-repeat 0px -100px;
}

#index article section#sec9 ul.scene li:nth-child(8) span {
	background: url("/images/icon-scene.gif") no-repeat -50px -100px;
}

#index article section#sec9 ul.scene li:nth-child(9) span {
	background: url("/images/icon-scene.gif") no-repeat -100px -100px;
}

#index article section#sec9 ul.scene li:nth-child(10) span {
	background: url("/images/icon-scene.gif") no-repeat 0px -150px;
}

#index article section#sec9 ul.scene li:nth-child(11) span {
	background: url("/images/icon-scene.gif") no-repeat -50px -150px;
}

#index article section#sec9 ul.scene li:nth-child(12) span {
	background: url("/images/icon-scene.gif") no-repeat -100px -150px;
}

#index article section#sec9 ul.scene li:nth-child(3n) {
	width: 310px;
}

#index article section#sec9 ul.scene li:nth-child(3n-1) {
	width: 380px;
}

#index article section#sec9 ul.scene li:nth-child(3n-2) {
	width: 280px;
}


/****** #section7
============================================================ */
#index article section#sec7 {
    font-size: 17px;
	font-family: Meiryo,"Hiragino Kaku Gothic Pro",sans-serif;
}

#index article section#sec7 div.faq-lft {
	float: left;
	width: 470px;
}

#index article section#sec7 div.faq-rgt {
	float: right;
	width: 470px;
}

#index article section#sec7 dl dt {
//	color: #2288dd;
	color: #27b;
    margin-bottom: 1em;
}

#index article section#sec7 dl dd {
    font-size: 14px;
	line-height: 1.7em;
	margin:0 0 2em 2em;
}

#index article section#sec7 dl dt span {
    font-size: 19px;
//	color: #2288dd;
	color: #27b;
	font-family: Century Gothic,Meiryo,"Hiragino Kaku Gothic Pro",sans-serif;
	margin-right: 0.4em;
}

#index article section#sec7 dl dd span {
    font-size: 20px;
	color: #ee55aa;
	margin-right: 0.4em;
}

#index article section#sec7 dl dd p.atn {
	font-size: 12px;
	line-height: 1.8em;
}

#index article section#sec7 p {
	clear: both;
}

/****** #section8
============================================================ */
#index article section#sec8 {
    font-size: 16px;
	font-family: Meiryo,"Hiragino Kaku Gothic Pro",sans-serif;
}

#index article section#sec8 .v-lft {
	float: left;
	width: 470px;
}

#index article section#sec8 div.v-rgt {
	float: right;
	width: 470px;
}

#index article section#sec8 dl.v-box {
	padding: 20px;
	margin-bottom: 2em;
	background: #fcfcfc;
	border: solid 1px #ccc;
}

#index article section#sec8 dl dt {
    font-size: 16px;
	color: #2288dd;
    margin-bottom: 1em;
}

#index article section#sec8 dl dd {
    font-size: 14px;
	line-height: 1.7em;
}

#index article section#sec8 dl dd dl.keyword {
	font-family: none;
	margin-top: 0.5em;
}

#index article section#sec8 dl dd dl.keyword dt {
	border: solid 1px #77aadd;
    color: #77aadd;
    display: inline;
    font-size: 10px;
    margin-right: 1.5em;
    padding: 2px 4px;
    position: relative;
	top: -2px;
    white-space: nowrap;
}

#index article section#sec8 dl dd dl.keyword dd {
	font-size: 12px;
    color: #77aadd;
    display: inline;
    white-space: nowrap;
}

#index article section#sec8 dl dd img {
    border: 1px solid #cccccc;
    float: left;
    width: 80px;
	margin-top: 2px;
	margin-right: 18px;
}

#index article section#sec8 p {
	clear:both;
}


/****** #section4
============================================================ */
#index article section#sec4 ul li {
	width: 180px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

#index article section#sec4 ul li:nth-child(5n+1) {
	margin-left: 0px;
}

#index article section#sec4 ul li .bnrimg {
	width: 180px;
	height: 80px;
	background: #eeeeee;
	border: solid 1px #dddddd;
}

#index article section#sec4 ul li dl dt {
	font-weight: bold;
	margin-top: 0.4em;
}

#index article section#sec4 ul li dl dt span {
	color: #ff99ff;
	padding-left: 0.2em;
}


/****** #section5
============================================================ */
#index article section#sec5 {
	border: solid 1px #dddddd;
	background: #fcfcfc;
	padding: 12px;
}

#index article section#sec5 ul#infotab {
	margin-bottom: 20px;
}

#index article section#sec5 ul#infotab li {
	position: relative;
	width: 310px;
	background: #bbccdd;
	float: left;
	margin-right: 12px;
	text-align: center;
	color: #ffffff;
	padding: 10px 0px;
	display: block;
	cursor: pointer;
}

#index article section#sec5 ul#infotab li.act {
	background: #2288dd;
}

#index article section#sec5 ul#infotab li.act:after {
	position: absolute;
	bottom: -5px;
	left: 145px;
	width: 20px;
	height: 10px;
	background: url("/images/arw-infotab.png") center bottom no-repeat;
	content: "";
	display: block;
}

#index article section#sec5 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#index article section#sec5 ul#infotab li:last-child {
	margin-right: 0px;
}

#index article section#sec5 div {
	clear: both;
}


#index article section#sec5 .tabbox ul#newslist1 li,
#index article section#sec5 .tabbox ul#newslist2 li {
	margin-bottom: 1em;
}

#index article section#sec5 .tabbox ul#newslist1 li span,
#index article section#sec5 .tabbox ul#newslist2 li span {
	width: 17em;
	margin-right: 5px;
	display: inline-block;
	background: url("/images/listmark.gif") right center no-repeat;
	color: #333;
	font-weight: bold;
}

#index article section#sec5 .tabbox ul#bloglist li span {
	margin-right: 5px;
	color: #333;
	font-weight: bold;
}

#index article section#sec5 .tabbox ul#newslist1 li span img,
#index article section#sec5 .tabbox ul#newslist2 li span img {
	margin-right: 10px;
}

#index article section#sec5 .tabbox ul#newslist1 li span.date,
#index article section#sec5 .tabbox ul#newslist2 li span.date {
	width: 10em;
	margin-right: 5px;
	display: inline-block;
	background: none;
}

#index article section#sec5 .tabbox ul#bloglist li span.date {
	width: 10em;
	margin-right: 5px;
	display: inline-block;
}

#index article section#sec5 .tabbox ul#newslist1 li span.new,
#index article section#sec5 .tabbox ul#newslist2 li span.new,
#index article section#sec5 .tabbox ul#bloglist li span.new {
	width: 4em;
	margin-left: 5px;
	display: inline-block;
	background: none;
	color: #ff99ff;
	font-weight: bold;
}

#index article section#sec5 .tabbox ul#newslist1 li div,
#index article section#sec5 .tabbox ul#newslist2 li div {
	padding-left: 8px;
	background: url("/images/listmark.gif") left center no-repeat;
}

#index article section#sec5 .tabbox ul#bloglist li dl {
	margin-bottom: 0.8em;
}

#index article section#sec5 .tabbox ul#bloglist li dl dt a {
	padding-left: 8px;
	background: url("/images/listmark.gif") left center no-repeat;
}




/****** #section6
============================================================ */
#index article section#sec6 {
	border-top: dotted 1px #cccccc;
	padding: 20px 0px 0px;
}

#index article section#sec6 dl {
	width: 740px;
	float: left;
}

#index article section#sec6 dl dt {
	font-weight: bold;
	margin-bottom: 0.8em;
	clear: both;
}

#index article section#sec6 dl dt img {
	margin-right: 20px;
	float: left;
}

#index article section#sec6 dl dd {
	margin-bottom: 2em;
	overflow: hidden;
}

#index article section#sec6 dl dd:after {
	content: ".";
	display: block;
	height: 10px;
	clear: both;
	visibility: hidden;
}

#index article section#sec6 #bnrarea {
	width: 170px;
	float: right;
}

#index article section#sec6 #bnrarea .opbnr {
	border: solid 1px #cccccc;
	margin-bottom: 10px;
}

#index article section#sec6 #bnrarea .opbnr ul {
	margin: 10px;
	margin-top: 0px;
}

#index article section#sec6 #bnrarea .opbnr ul li {
	padding-left: 0.6em;
	background: url("/images/listmark.gif") no-repeat left 0.4em;
}

#index article section#sec6 #bnrarea .opbnr2 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: none;
}


/****** #section10
============================================================ */
#index article section#sec10 .ad-box {
	width: 305px;
	background: #fcfcfc;
	border: solid 1px #dddddd;
	border-right: none;
	border-top: none;
	padding: 10px;
	margin-bottom: 1em;
	float: left;
	cursor: pointer;
}

#index article section#sec10 .ad-box:hover {
	background: #ffffee;
}

#index article section#sec10 .ad-box:nth-child(3n-1) {
	border-right: solid 1px #cccccc;
}

#index article section#sec10 .ad-box:nth-of-type(1),
#index article section#sec10 .ad-box:nth-of-type(2),
#index article section#sec10 .ad-box:nth-of-type(3) {
	border-top: solid 1px #cccccc;
	margin: 1em 0px 0px;
}

#index article section#sec10 h3 {
	font-size: 28px;
	margin: 0.4em 0;
}

#index article section#sec10 .ad-box p {
	font-size: 14px;
}

#index article section#sec10 .ad-box p:first-of-type {
	margin-bottom: 1em;
}

#index article section#sec10 ul li {
	font-size: 12px;
	font-family: Meiryo,'Hiragino Kaku Gothic Pro',sans-serif;
	padding: 0px 0px 8px 10px;
	background: url("/images/common/listmark2.gif") no-repeat left 0.3em;
	line-height: 1.4em;
}

#index article section#sec10 ul li strong {
	color: #00bbaa;
	font-size: inherit;
	font-weight: normal;
}


