@charset "utf-8";

body{
	margin:0;
	padding:0;
	text-align: center;
	line-height: 1.8;
	font-size: 17px;
	font-family: "BIZ UDPGothic", "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
	color:#231815;
	overflow-x:hidden;
}
a:link {color:#333; text-decoration:underline;}
a:visited {color:#333;text-decoration:none;}
a:hover {color:#ccc; text-decoration:none;}
a:active {color:#333;text-decoration:none;}

.fontJACHN_blue {color:#1a456f;}
.fontJACHN_purple {color:#777b99;}
.fontJACHN_red {color:#d6523b;}

/*
a:link {color:#777b99; text-decoration:underline;}
.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-weight: 700;
}

.zen-kaku-gothic-antique-light {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 300;
  font-weight: 400;
  font-weight: 500;
  font-weight: 700;
  font-weight: 900;
}

*/


/* header
--------------------------------------------------------------------------------------*/

#header{
	width: 100%;
	margin: 0;
	padding:10px 20px;
	color: #fff;
	min-height: 60px;
	background-color: #bfe5ff;
	position: relative;
}

#header h1 {
	max-width: 700px;
  margin: 0 auto;
}

#header #logo {
	max-width: 55px;
	position: absolute;
	top: 5px;
	left: 10px;
}

#header h1 img,
#header #logo img{
	width: 100%;
	height: auto;
}



/* common
--------------------------------------------------------------------------------------*/

#wrapper{
	width: 100%;
	padding:0;
	background-image: linear-gradient(#bfe5ff, #e7f5ff 35% 100%);
}

#wrapper #container{
	max-width: 1200px;
	margin: 0 auto;
	padding:30px 0 0 0;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
}

#wrapper #container #contents{
	padding: 0;
	margin: 0 30px;
	min-height: 1000px;
}


/* navi
--------------------------------------------------------------------------------------*/
#wrapper #container #contents #leftslot{
	width: 20%;
	float:left;
	margin-bottom: 3%;
}

#menu, #menu ul {
	z-index: 9990 !important;
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#menu {
	margin: 0;
	position:relative;
}
#menu li,
#menu li a{
	box-sizing:border-box;
}
#menu li {
	width:100%;
	position:relative;
	display:block;
	text-align:left;
	text-decoration:none;
	font-weight:900;
	border-bottom:1px solid #bfe5ff;
}

#menu li::before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:6px;
	height:1em;
	background:#777b99;
}

/*#second #menu li {border-bottom: 4px solid #fff7d8;}*/

#menu li a{
	width:100%;
	height:38px;
	padding:5px 0 5px 15px;
	display:block;
	box-sizing:border-box;
	text-decoration:none;
	color:#777b99;
	line-height:28px;
}

#menu li.on{}
#menu li.on a{
	width:100%;
	height:38px;
	padding:5px 0 5px 15px;
	display:block;
	box-sizing:border-box;
	color:#d6523b;
}

#menu li.on::before{background:#d6523b;}
#menu li.off a{color:#ccc;}
#menu li.off::before{background:#ccc;}
#menu li.poster {
	width: 80%;
	margin: 10%;
	border-bottom:none;
}
#menu li.poster a{
	width:100%;
	height:auto;
	padding:0;
	display:block;
	line-height:normal;
}
#menu li.poster img{
	width:100%;
	height:auto;
	display:block;
}
#menu li.poster span{
	display:block;
	clear:both;
	margin-top:8px;
	line-height:1.5;
	text-align:center;
	font-size: 0.8em;
	font-weight: 400;
}
#menu li.poster::before{background:none;}
#menu li.poster a{
	padding:0;
	line-height:normal;
}
.slicknav_menu {display:none;}


/*rightslot
--------------------------------------------------------------------------------------*/

#wrapper #contents #rightslot{
	width:77%;
	float:right;
	padding: 0;
	font-family: "Zen Kaku Gothic Antique", 'メイリオ', Meiryo, Verdana, Osaka, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

#second #wrapper #contents #rightslot{
	width:72%;
	float:right;
	padding: 0;
	margin-left: 5%;
	margin-top: 3%;
	margin-bottom: 3%;
	font-size: 0.9em;
	font-family: "Zen Kaku Gothic Antique", 'メイリオ', Meiryo, Verdana, Osaka, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}


/* footer
--------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align:center;
  clear:both;
  float:left;
	background:#bfe5ff;
	font-size: 0.85em;
}

#footer #foot {
	width: 1160px;
	clear:both;
	margin: 0 auto;
	padding: 25px 20px;
	text-align:left;
}
#footer #foot ul{
	width:100%;
	text-align: left;
	margin: 0;
	
}
#footer #foot ul li{
	display: inline;
	margin-right: 1.2em;
	white-space: nowrap;
}
#footer #foot ul li a{
	background: url("../img/common/arrow.png") no-repeat 0px 0px;
	background-size: 7px 12px;
	padding-left: 12px;
	color: #777b99;
	text-decoration: none;
}

#footer #copyright {
	width: 100%;
	clear:both;
	margin: 0;
	background:#fff;
	padding: 8px 0;
}

#footer #copyright p{
	text-align:center;
	font-size: 1em;
	color: #898989;
	font-weight: 700;
}

.box,
.box2nd,
.box3rd {
	clear:both;
}

table.one{
	width:100%;
	font-size:100%;
	text-align:left;
	border-collapse:collapse;
}

.one th{
	width:2%;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	color: #1a456f;
	font-weight: 700;
	padding: 16px 12px 16px 24px;
}
.one td{
	width:auto;
	text-align:left;
	padding:16px 24px 16px 12px;
	vertical-align:top;
}
.one tr:nth-child(even) th,
.one tr:nth-child(even) td{background: #f7f7f7;}

/*
table.one{
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}

table.one caption{
text-align: left;
}

table.one th, table.one td{
	border: 3px solid #fff;
	background-color: #f9f9f9;
	padding: 1.5em 1em;
}
table.one th {
  background-color: #e1726c;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 10%;
  min-width: 4em;
  padding: 1.5em 1.5em;
	white-space: nowrap;
}
table.one td{
text-align: left;
}
table.one a{color: #cc9900;}


.boxBorder{
	border-bottom: 1px dotted #898989;
}
table.two.font90{font-size:90%;}

table.two,
table.two.category{
	width:100%;
	font-size:100%;
	text-align:left;
	border-collapse:collapse;
	border: 1px solid #ccc;
	background-color: #fff;
}
table.two caption{text-align:left; font-size: 95%; padding: 1% 0;}

.two th{
	margin:0;
	padding:5px 10px;
	color: #2c4379;
	text-align:center;
	font-weight:700;
	vertical-align:top;
	white-space:nowrap;
	border-bottom: 1px dotted #2c4379;
	border-right: 1px solid #ccc;
	background-color: #f7f7f7;
}
.two td{
	width:auto;
	margin:0;
	padding:8px 15px;
	text-align:left;
	vertical-align:top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.two td.alignC{text-align:center;}
#second.sponsorship .two td,
#second.abstract .two td.theme{vertical-align: middle;}

.two td.bg{
	background-color: #e7f3ff;
	color: #346186;
	vertical-align: middle;
}

.two td.vM,
.two .vM td{
	vertical-align: middle;
}

.category th{
	width: 5%;
	margin:0;
	padding:8px 16px;
	color: #2c4379;
	text-align:left;
	font-weight:700;
	vertical-align:top;
	white-space:nowrap;
	border-right: 1px dotted #2c4379;
	border-bottom: 1px solid #ccc;
	background-color: #f7f7f7;
}

.category td{
	width:auto;
	margin:0;
	padding:8px 16px;
	text-align:left;
	vertical-align:top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.boxBorder{
	padding:16px 21px;
	text-align: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 3px double #ff0000;
	background-color: #ffeded;
}
.boxBorder a{ color: #990000;}
.boxBorder2{
	padding:1.5rem 2rem;
	text-align: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 3px double #990000;
	background-color: #ffeded;
}
.boxBorder2 a{ color: #990000;}
table.four{
	width: 100%;
	font-size:100%;
	text-align:left;
	border-collapse:collapse;
	border: 1px solid #ccc;
}

.four th{
	width: 15%;
	padding:5px 1em;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	color:#2c4379;
	white-space:nowrap;
	vertical-align:middle;
	text-align:center;
	background-color: #e3e8f5;
}

.four td{
	width:auto;
	padding:8px 1em;
	vertical-align:middle;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:left;
	background: #fff;
}

.four tr:nth-child(odd) td{background: #f7f7f7;}

table.zero{
	width:100%;
	font-size:100%;
	text-align:left;
}

.zero th{
	width:1%;
	padding-right:3px;
	text-align:left;
	font-weight:400;
	vertical-align:top;
	white-space:nowrap;
}
.zero td{
	width:auto;
	text-align:left;
	vertical-align:top;
}

table.four{
	width:100%;
	font-size:100%;
	text-align:left;
	border-collapse:collapse;
}

.four th{
	width: 2%;
	margin:0;
	padding: 5px 0;
	text-align:left;
	font-weight:400;
	vertical-align:top;
	white-space:nowrap;
}

.four td{
	margin:0;
	padding: 5px 0;
	text-align:left;
	vertical-align:top;
}

#second.coordinator .two td{
	vertical-align: middle !important;
	text-align: center !important;
	padding:8px 10px;
}

.four{
	width: 100%;
	border-collapse:collapse;
}
.four caption{text-align: left;background-color: #694d60;	color:#fff;	padding:5px 1.5%; font-weight:700;}

.four th{
	width: 4%;
	padding:5px 15px 5px 0;
	font-weight:400;
	white-space:nowrap;
	vertical-align:top;
	border-right: 1px dotted #999;
	text-align:right
}

.four td{
	width: auto;
	padding:5px 0 5px 15px;
	vertical-align:top;
	text-align: left;
}
*/

ul.lists,
dl.dl{
	text-align: left;
}
.lists li{
	width: auto;
	margin: 0 0 5px 0;
	display: block;
}

/*
.lists li.arrow{background: url("../img/common/arrow.png") no-repeat 0 8px;background-size: 12px 12px; padding-left: 18px;}
.lists li.kome{background: url(../img/common/kome.png) no-repeat 0 6px;background-size: 15px 15px; padding-left: 20px;}
.lists li.dot{background: url("../img/common/circle.png") no-repeat 4px 12px;background-size: 6px 6px; padding-left: 20px;}
.lists li.komeRed{background: url(../img/common/komeRed.png) no-repeat 0 6px;background-size: 15px 15px; padding-left: 20px; color: #ff0000;}
.lists li.komeRed a{color: #ff0000;}
.lists li.komeRed2{background: url(../img/common/komeRed2.png) no-repeat 0 6px;background-size: 15px 15px; padding-left: 20px; color: #990000;}
.lists li.komeRed2 a{color: #990000;}
.lists li.dotRed{background: url(../img/common/circleRed.png) no-repeat 4px 10px;background-size: 6px 6px; padding-left: 18px; color: #ff0000;}
.lists li.asterisk{background: url("../img/common/asterisk.png") no-repeat 4px 10px;background-size: 8px 8px; padding-left: 20px;}
.lists li.asteriskRed{background: url("../img/common/asteriskRed.png") no-repeat 4px 10px;background-size: 8px 8px; padding-left: 20px; color: #ff0000;}
.lists li.square{background: url(../img/common/square.png) no-repeat 0px 6px;background-size: 14px 14px; padding-left: 20px;}
.lists li.squareRed{background: url(../img/common/squareRed.png) no-repeat 0px 6px;background-size: 14px 14px; padding-left: 20px; color: #ff0000;}
.lists li.dotBlue{background-image: url("../img/common/circleBlue.png");background-size: 6px 6px; background-position: 4px 10px; padding-left: 18px; color: #0064b5;}
.lists li.dotBlue2{background-image: url("../img/common/circleBlue.png");background-size: 6px 6px; background-position: 4px 10px; padding-left: 18px;}
.lists li.komBlue{background-image: url(../img/common/komeBlue.png);background-size: 15px 15px; background-position: 0 6px; padding-left: 18px; color: #0064b5;}
.lists li.dush{background-image: url("../img/common/square.png");background-size: 9px 1px; background-position: 2px 13px; padding-left: 18px;}
.lists li.circle{background-image: url("../img/common/circle.png");background-size: 10px 10px; background-position: 0px 8px; padding-left: 18px;}
.lists li.dotPink{background-image: url(../img/common/squarePink.png);background-size: 6px 6px; background-position: 4px 10px; padding-left: 18px;color: #de2998;}
.lists li.dotPink2{background-image: url(../img/common/squarePink.png);background-size: 6px 6px; background-position: 4px 10px; padding-left: 18px;}
.lists li.komeRed2{background-image: url(../img/common/komeRed2.png);background-size: 15px 15px; background-position: 0 6px; padding-left: 18px;}
.lists li.komePink{background-image: url(../img/common/komePink.png);background-size: 15px 15px; background-position: 0 6px; padding-left: 18px;color: #de2998;}
.lists li.komePink2{background-image: url(../img/common/komePink.png);background-size: 15px 15px; background-position: 0 6px; padding-left: 18px;}
.lists li.circle{background-image: url(../img/common/circle.png);background-size: 13px 13px; background-position: 0 5px; padding-left: 18px;}
.lists li.circleRed{background-image: url(../img/common/circleRed.png);background-size: 13px 13px; background-position: 0 5px; padding-left: 18px;}
.lists li.circlePink{background-image: url(../img/common/circlePink.png);background-size: 13px 13px; background-position: 0 5px; padding-left: 18px;}
.dl dt{background: url("../img/common/square.png") 0px 7px no-repeat;background-size: 11px 11px; padding-left: 18px; color: #000;}
.dl dd{ margin-bottom: 1.5em;}
*/


/* switchHat
--------------------------------------------------------------------------------------*/
/*
.switchHat {
	width: 8%;
	margin:1% 0;
	text-align: center;
	padding: 1% 5%;
	background:#2660ac url("../img/common/arrowDown.png") no-repeat 8px 14px;
	background-size: 12px 9px;
	color: #fff;
}
.nowOpen {
	background: #e3e1ee url("../img/common/arrowUp.png") no-repeat 8px 14px;
	background-size: 12px 9px;
	color: #483e8f;
}
.closeBtnHat{display:none;}
.switchDetail {
}
.switchDetail p{
	padding: 2% 2.5%;
	text-align: left;
	color: #111;
	background-color: #f1f1f1;
}
dl.faq{
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	clear:both;
}

.faq dt{
	background:#fff url(../img/common/fq_Q.png) no-repeat 5px 7px;
	background-size:20px 20px;
	padding:4px 4px 4px 32px;
	color:#2c70ba;
	margin-bottom:5px;
	font-size: 1.1em;
	font-weight:700;
	border: 1px solid #2c70ba;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.faq dd{
	background: url(../img/common/fq_A.png) no-repeat 8px 3px;
	background-size:18px 18px;
	padding:0 0 25px 32px;
}

.anchors {
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
  flex-wrap: wrap;
}
.anchors li {
	font-size:90%;
  flex-direction: row;
	margin-right: 0.5em;
	padding-bottom: 1%;
}
.anchors li a{
	color:#1a2c83;
	text-decoration:none;
	padding-left:18px;
	background:url("../img/common/arrowDown.png") no-repeat 0 0;
	background-size:14px 14px;
}
.anchors li a:hover{
	width:100%;
	color: #9bd8ff;
}

*/


.marquee{
	position: relative;
	padding: 48px 24px 24px 24px;
	border: 1px solid #777b99;
	border-radius: 15px 0;
}




/* ここからタブ
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 1260px) {
img {
	vertical-align: top;
	max-width: 100% !important;
	height: auto;
	-ms-interpolation-mode: bicubic; 
}
}


/* for Sp
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
html, body{
	text-align: center;
	width: 100%;
	font-size:15px;
	line-height:1.6;
	min-width:initial;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

/* header
--------------------------------------------------------------------------------------*/

#header{
	width: 100%;
	padding:10px 0;
	/*
	margin: 0;
	color: #fff;
	min-height: 60px;
	background-color: #bfe5ff;
	position: relative;
	*/
}

#header h1 {
	max-width: inherit;
	width: 70%;
	margin: 0 0 0 12%;
	/*
  margin: 0 auto;*/
	position: relative;
	z-index: 10071;
}

#header #logo {
	max-width: inherit;
	width: 5.5%;
	/*
	max-width: 55px;
	position: absolute;
	top: 5px;
	*/
	z-index: 10072;
}

#header h1 img,
#header #logo img{
	width: 100%;
	height: auto;
}


/* common
--------------------------------------------------------------------------------------*/

#wrapper{
	width: 100%;
	padding:0;
	background-image: linear-gradient(#bfe5ff, #e7f5ff 35% 100%);
}

#wrapper #container{
	max-width: inherit;
	width: 90%;
	margin: 0 5%;
	padding:20px 0 0 0;
	border-radius: 20px 20px 0 0;
}

#wrapper #container #contents{
	padding: 0;
	margin: 0;
	min-height: inherit;
}



/* navi
--------------------------------------------------------------------------------------*/
	
.slicknav_menu, #hamburger {display:block;}
#wrapper #container #contents #leftslot{display:none;}
	


/*rightslot
--------------------------------------------------------------------------------------*/
#wrapper #contents #rightslot,
#second #wrapper #contents #rightslot{
	width:90%;
	float:none;
	padding: 0;
	margin:0 5%;
}

#second #wrapper #contents #rightslot{
	padding-bottom: 5%;
}

	
	
/* footer
--------------------------------------------------------------------------------------*/
#footer {
	/*
  width: 100%;
  margin: 0;
  padding: 0;
  text-align:center;
  clear:both;
  float:left;
	background:#bfe5ff;
	*/
	font-size: 0.8em;
}

#footer #foot {
	width: 90%;
	margin: 0;
	padding: 25px 5%;
}

/*
#footer #foot ul{
	width:100%;
	text-align: left;
	margin: 0;
}
*/

#footer #foot ul li{
	display: inline;
	margin-right: 1.2em;
	white-space: nowrap;
}
#footer #foot ul li.off{
	display: none;
}

#footer #foot ul li a{
	background: url("../img/common/arrow.png") no-repeat 0px 0px;
	background-size: 7px 12px;
	padding-left: 12px;
	color: #777b99;
	text-decoration: none;
}

/*
#footer #copyright {
	width: 100%;
	clear:both;
	margin: 0;
	background:#fff;
	padding: 8px 0;
}

#footer #copyright p{
	text-align:center;
	font-size: 1em;
	color: #898989;
	font-weight: 700;
}
*/



/* common
--------------------------------------------------------------------------------------*/

table.one{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	border-collapse:collapse;
	background-color: #fff;
}

table.one th, table.one td{
	border: none;
	background-color: #fff;
}

table.one th {
	width: 94%;
	background-color: #1a456f;
	color: #fff;
	font-weight: 700;
	text-align: left;
	min-width: inherit;
	padding: 1% 3%;
	margin: 0;
	font-size:105%;
	word-break: break-all;
	white-space: normal;
	display: block;
	/*
	padding:1% 0;
	text-align:left;
	border-right:none;
	
	background-color: #fff;
*/
}
table.one._sp_one th,
.one._sp_one tr:nth-child(even) th{background-color: #fff;border-bottom:1px dotted #1a456f;color: #1a456f;}
	
.one td {
	width: 94%;
	display: block;
	padding: 1% 3%;
	margin: 0 0 8% 0;
	background-color: #fff;
	text-align: left;
}

.one tr:nth-child(even) th{background: #1a456f;}
.one tr:nth-child(even) td{background: #fff;}

/*
table.two{
	width:auto;
	font-size:95%;
}

.two th{
	width:auto;
	padding:1% 2%;
	white-space:normal;
}

.two td{
	width:auto;
	padding:1% 2%;
}

.two td.tdbg{background-color: #f7f7f7;}

.lists li.arrow{background: url("../img/common/arrow.png") no-repeat 0 5px;background-size: 12px 12px; padding-left: 16px;}
.scroll{
	width:100%;
	overflow: auto;
	margin: 0;
	padding: 0;
}
.scroll::-webkit-scrollbar{height: 5px;}
.scroll::-webkit-scrollbar-track{background: #f1f1f1;}
.scroll::-webkit-scrollbar-thumb {background: #bcbcbc;}
.scroll table{width:180%;}


.lists li.arrow{background-image: url(../img/common/arrow.png);background-size: 13px 8px; background-position: 0 6px; padding-left: 18px;}
.lists li.circle{background-image: url(../img/common/circle.png);background-size: 13px 13px; background-position: 0 5px; padding-left: 18px;}
.lists li.circleRed{background-image: url(../img/common/circleRed.png);background-size: 13px 13px; background-position: 0 5px; padding-left: 18px;}
.lists li.circlePink{background-image: url(../img/common/circlePink.png);background-size: 13px 13px; background-position: 0 5px; padding-left: 18px;}
.lists li.square{background-image: url(../img/common/square.png);background-size: 13px 13px; background-position: 0px 6px; padding-left: 18px;}
.lists li.squareRed{background-image: url(../img/common/squareRed.png);background-size: 13px 13px; background-position: 0px 6px; padding-left: 18px;}

.three th{
	white-space: normal;
}
#bannerSp{
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
	}

.flexbox.tops{align-items:stretch;}
.flexbox.center{align-items:center;}
.flexbox.space-betwee{align-items:space-between;}


#bannerSp li{
	width:calc(48%);
	box-sizing: border-box;
}

.switchHat {
	width: 90%;
	margin:1% 0;
	text-align: center;
	padding: 1% 5%;
	background:#2660ac url("../img/common/arrowDown.png") no-repeat 8px 14px;
	background-size: 12px 9px;
	color: #fff;
}

.nowOpen {
	background: #e3e1ee url("../img/common/arrowUp.png") no-repeat 8px 14px;
	background-size: 12px 9px;
	color: #483e8f;
}
.closeBtnHat{display:none;}
.switchDetail {
}
.switchDetail p{
	padding: 4% 5%;
}*/


/* switchHat
--------------------------------------------------------------------------------------*/
/*
.switchHat {
	width: 8%;
	margin:1% 0;
	text-align: center;
	padding: 1% 5%;
	background:#2660ac url("../img/common/arrowDown.png") no-repeat 8px 14px;
	background-size: 12px 9px;
	color: #fff;
}
.nowOpen {
	background: #e3e1ee url("../img/common/arrowUp.png") no-repeat 8px 14px;
	background-size: 12px 9px;
	color: #483e8f;
}
.closeBtnHat{display:none;}
.switchDetail {
}
.switchDetail p{
	padding: 2% 2.5%;
	text-align: left;
	color: #111;
	background-color: #f1f1f1;
}
.anchors {
}

.anchors li {
	font-size:90%;
  flex-direction: row;
	margin-right: 0.5em;
}
.anchors li a{
	color:#1a2c83;
	text-decoration:none;
	padding-left:18px;
	background:url("../img/common/arrowDown2.png") no-repeat 0 0;
	background-size:14px 14px;
	padding-bottom: 10px;
}
.anchors li a:hover{
	width:100%;
	color: #9bd8ff;
}
	
	

*/
.marquee{
	position: relative;
	padding: 48px 12px 24px 12px;
	border: 1px solid #777b99;
	border-radius: 15px 0;
}
	
}