@charset "utf-8";
/* CSS Document */

/* === CSS RESET === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	/*font: inherit;
	vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ul,li { list-style: none;}

a,a:visited {
	outline: none;
	color:#2662A4;
	text-decoration: none;}

a:hover { color:#b20075;}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/bckg_body_dot.png) repeat;
	min-width:1020px;
	_display: inline;
	_zoom:1;}

#wrap {
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;}

/* Header
---------------------------------------------------------- */

header {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px!important;
	/*position: relative;*/
	background: linear-gradient(bottom, #6ACEF5 2%, #2EB2EF 100%);
	background: url(../images/bg_header_sunburst.png), -o-linear-gradient(bottom, #6ACEF5 2%, #2EB2EF 100%);
	background: url(../images/bg_header_sunburst.png), -moz-linear-gradient(bottom, #6ACEF5 2%, #2EB2EF 100%);
	background: url(../images/bg_header_sunburst.png), -webkit-linear-gradient(bottom, #6ACEF5 2%, #2EB2EF 100%);
	background: url(../images/bg_header_sunburst.png), -ms-linear-gradient(bottom, #6ACEF5 2%, #2EB2EF 100%);
	background: url(../images/bg_header_sunburst.png), -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.02, #6ACEF5),
	color-stop(1, #2EB2EF)
);
	background-repeat:no-repeat;
    background-position:50% top;
	background:url(../images/bg_header_sunburst.png) no-repeat 50% top #2EB2EF\9;
	border-bottom: solid 3px #E2E2E2; }

header #headContent {
	display: block;
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	position: relative; }

header #headContent .logo {
	display: block;
	width: 205px;
	height: 55px;
	margin: 0 0 0 10px;
	float: left;
	position: relative; }

header #headContent .logo p {
	display: block;
	width: 205px;
	height: 65px;
	margin: 0;
	padding: 10px 0 0 0; }

header #headContent .logo p a {
	display: block;
	height: 0;
	margin: 0;
	padding: 55px 0 0 0;
	background: url(../images/logo_ent_header.png) no-repeat 0 0;
	overflow: hidden;
	line-height: 1.5\9; }

header #headContent .headNews {
	margin: 0;
	padding: 5px;
	width: 688px;
	height: 38px;
	position: absolute;
	top: 10px;
	left: 285px;
	text-align: left;
	font-size: 12px;
	/*overflow: hidden;*/
	display: block;
	background: rgba(255,255,255,0.8);
	background: #FFF\9;
	border: solid 1px #F5F5F5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-radius: none\9;
	-moz-box-shadow: 0 0 5px rgba(255,255,255,0.4);
	-webkit-box-shadow: 0 0 5px rgba(255,255,255,0.4);
	box-shadow: 0 0 5px #FFF;
	box-shadow: none\9;	}


header #headContent .headNews p {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 1.0; }

header #headContent .headNews p.ticker {
	width: 450px;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 10px; }

header #headContent .headNews ul.ticker {
	width: 410px;
	border-right: solid 1px #FFF;
	border-right: solid 1px #DDD\9;
	height: 38px;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 10px;
	overflow: hidden; }

header #headContent .headNews ul.ticker li {
	display: none;
	width: 400px;
	height: 38px;
	margin: 0;
	padding: 0; }

header #headContent .headNews ul.ticker li:first-child { display: none;}

header #headContent .headNews ul.ticker li img {
	background: #FFF\9; }

header #headContent .headNews ul.ticker li span { display: none;}

header #headContent .headNews p.icn {
	float: right;
	width: 255px;
	height: 38px;
	margin: 0 5px 0 0;
	padding: 0;}

header #headContent .headNews p.icn a.twIcn { color: #00aced!important; }
header #headContent .headNews p.icn a.twIcn:hover { color: #0084b4!important; }
header #headContent .headNews p.icn a.fbIcn { color: #3B5998; }

header #headContent .headNews p i {
	font-size: 38px;
	margin: 0;
	float: right; }

header #headContent .headNews p a i {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease; }

header #headContent .headNews p a:hover i {
	-webkit-transform:translate(0,0) scale( 1.2 ) rotate(360deg);
	-moz-transform:translate(0,0) scale( 1.2 ) rotate(360deg);
	transform:translate(0,0) scale( 1.2 ) rotate(360deg); }

nav {
	clear: both;
	display: block;
	width: 100%;
	height: 20px;
	position: relative;
	margin-top: 3px; }

nav ul {
	width: 970px;
	display: block;
	margin: 0 auto;
	height: 30px;
	text-align: center;
	/*bottom: -1px;
	border: solid 5px #e3f4fb;*/
	background: #FFF;
	border: solid 3px #E2E2E2;
	font-size: 12px;
	position: relative; }

nav ul li {
	display: block;
	float:left;
	height: 30px;
	text-align: center;
	background: none;
	position: relative; }

nav ul li i { margin-right: 0.2em;}

nav ul li a {
	width: 115px;
	display: block;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	/*border-left: solid 1px #FFF;
	border-right: solid 1px #DDD;*/
	text-shadow: 0 1px 0 #FFF;
	text-shadow: none\9;
	background: url(../images/bg_gnavi2.png) no-repeat top;
	-webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all  0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	line-height: 1.5\9 }

nav ul li a.nav01 { width: 80px;background-position: 0 0; background-color: #eec400; }
nav ul li a.nav02 { background-position: 0 -30px; background-color: #d0682a; }
nav ul li a.nav03 { background-position: 0 -60px; background-color: #8db000; }
nav ul li a.nav04 { background-position: 0 -120px; background-color: #7f0756; }
nav ul li a.nav05 { background-position: 0 -150px; background-color: #d10975; }
nav ul li a.nav06 { background-position: 0 -90px; background-color: #3d5589; }
nav ul li a.nav07 { background-position: 0 -180px; background-color: #07a007; }
nav ul li a.nav09 { width: 100px; background-position: 0 -210px; background-color: #ffffff; }
nav ul li a.nav10 { width: 100px; background-position: 0 -240px; background-color: #304567; }

nav ul li:nth-child(8) { display: none; }

nav ul li a:hover {
	/*background: #234E7C;*/
	color: #FFF;
	text-shadow: 0 0 3px rgba(255,255,255,0.7);
	text-shadow: none\9; }

nav ul li a.nav01:hover {
	background-position: -115px 0;
	background-color: #918c08; }

nav ul li a.nav02:hover {
	background-position: -115px -30px;
	background-color: #ac4202; }

nav ul li a.nav03:hover {
	background-position: -115px -60px;
	background-color: #517102; }

nav ul li a.nav06:hover {
	background-position: -115px -90px;
	background-color: #203155; }

nav ul li a.nav04:hover {
	background-position: -115px -120px;
	background-color: #5a053d; }

nav ul li a.nav05:hover {
	background-position: -115px -150px;
	background-color: #aa0c61; }

nav ul li a.nav07:hover {
	background-position: -115px -180px;
	background-color: #076607; }

nav ul li a.nav09:hover {
	background-position: -122px -210px;
	background-color: #d32f2f; }

nav ul li a.nav10:hover {
	background-position: -115px -240px;
	background-color: #142542;}

nav a#pull { display: none; }

/* Main Content
---------------------------------------------------------- */

#main {
	display: block;
	float: left;
	width: 668px;
	padding: 10px;
	/*background: #FCC;*/ }


dl.news {
	display: block;
	margin: 0 5px;
	padding: 5px 0 5px;
	clear: both;
	background: url(../images/bg_border01.png) repeat-x bottom;
	font-size: 12px; }

dl.news dt {
  clear:both;
  float:left;
  text-align: center;
  width:6em;
  padding:0.5em 0 0.2em;
  border-top: dotted 1px #E2E2E2;
  /*border-top:1px solid #DDD;*/ }

dl.news dt.month {
  clear:both;
  float:none;
  text-align: left;
  margin: 15px 0 5px;
  padding: 5px 0 0 0;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border-top: none;
  /*border-bottom: dotted 1px #E2E2E2;*/
  background: url(../images/bg_border01.png) repeat-x top;
  position: relative; }


dl.news dd {
  margin-left:6em;
  padding:0.5em 0 0.2em;
  border-top: dotted 1px #E2E2E2;
  /*border-top:1px solid #DDD;*/ }

dl.news dd span {
	display: block;
	margin: 0;
	font-size: 11px;}

/* IE7以下以外用 */
dl.news dd:after {
  content:'';
  display:block;
  clear:both;
}



/* Side Bar
---------------------------------------------------------- */

#sideBar {
	display: block;
	float: left;
	width: 300px;
	margin: 10px 0 0 0;
	padding: 0;
	/*background-color: #F4F4F4;is not necessary*/}

#sideBar p {
	display: block;
	margin-bottom: 15px; }

#sideBar p.bnr { display: block; }

#sideBar p.bnr img {
	width: 100%;
	height: auto; }

#sideBar p:first-child {
	display: block;
	margin-top: 15px; }


#sideBar a { color: #2D88B3; }
#sideBar h3	{
	display: block;
	font-size: 12px;
	margin: 5px 5px 0;
	color:#FFF; }

#sideBar h3 a { display: block; color:#FFF; }

#sideBar h3 a:hover { color: #FF6; }

#sideBar .boxgrid {
	width: 300px;
	height: 100px!important;
	background: #161613;
	display: block;
	margin: 0 0 20px 0;
	border: none;
	overflow: hidden;
	position: relative;
	clear: both; }

#sideBar .boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0; }

#sideBar .boxgrid p {
	margin: 0;
	padding: 0 5px;
	color: #afafaf;
	font-weight:bold;
	font-size: 11px; }

#sideBar .boxgrid p a { display: block; color: #FFF; }
#sideBar .boxgrid p a:hover { color: #FF6; }

.boxcaption{
	float: left;
	position: absolute;
	background: rgba(0,0,0,0.6);
	height: 60px;
	width: 100%;
	/* For old IE */
	background-color: none\9;
	background-image: url(/ent/common/images/bg_black_trans.png)\9;
	background-repeat: repeat\9; }

.captionfull .boxcaption {
	top: 100px;
	left: 0; }

/*.caption .boxcaption {
	top: 120px;
	left: 0;}*/



/* Footer
---------------------------------------------------------- */

footer {
	display: block;
	margin: 20px 0 0 0;
	padding: 10px 0;
	border-top: solid 3px #E2E2E2;
	background: #FFF;
	position: relative;
	clear: both;
	width: 100%;
	bottom: 0;
	background-color:#FFF; }

footer .footerContent {
	clear: both;
	width: 1000px;
	display: block;
	margin: 0 auto;
	font-size: 12px; }

/* ボトムナビ
--------------------------------*/

footer .bnavi {
	background: url(../common/images/bckg_border.png) repeat-x bottom;
	clear:both;
	padding:3px 3px 6px;
	margin-top:40px; }

footer .footerContent ul {
	display: block;
	width: 1000px;
	height: 1.4em;
	margin: 0 0 20px;
	list-style:none; }

footer .footerContent ul li {
	display: block;
	float:left;
	margin: 0;
	border-right: solid 1px #CCC;
	line-height: 1.4em; }

footer .footerContent ul li i { display: none; }
footer .footerContent ul li:last-child { border-right: none; }
footer .footerContent ul li:nth-child(-n+2) { display: none;}
footer .footerContent ul li a {
	display: block;
	font-size:11px;
	color:#666;
	text-decoration:none;
	margin: 0 0.7em; }

footer .footerContent ul li a:hover { color: #333;}

footer .footerContent p {
	display: block;
	font-size: 12px;
	color: #555; }

footer .footerContent p.logo {
	text-align: left; }

footer .footerContent p.nbp {
	display: block;
	width: 88px;
	margin: 0 20px 0 0;
	height: auto;
	float: left;
	background: url(/ent/common/images/logo.svg) no-repeat 0 5px; }

footer .footerContent p.nbp a {
	display: block;
	margin: 0;
	height: 0;
	padding-top: 28px;
	_padding-top: 0px;
	overflow: hidden; }

footer .footerContent p.footerNotice {
	margin-left: 140px;
	text-align: left;
	line-height: 1.3; }

footer .footerContent p.footerNotice span {
	font-size: 12px;
	display: block;
	margin: 0 0 5px 0; }

footer .footerContent p.copyright {
	margin: 8px 0;
	text-align: center; }

#wrap:after {}

#pageTop {
	position: fixed;
	bottom: 0;
	right: 20px;
	font-size: 14px;
	padding: 5px 0 0 0;}

#pageTop a {
	background: rgba(0,0,0,0.5);
	background: #666\9;
	text-decoration: none;
	color: #FFF;
	padding: 10px 20px;
	text-align: center;
	display: block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; }

#pageTop a i { font-size: 24px; }

#pageTop a:hover {
	text-decoration: none;
	background: rgba(0,0,0,0.7);
	background: url(/ent/common/images/btn_bkg_trans.png) repeat\9;
	padding-bottom: 20px; }


/* Pagination
---------------------------------------------------------- */

.pagination { padding: 2px; }

.pagination ul {
	margin: 0;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 12px; }

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	line-height: 2.2; }

.pagination a, .pagination a:visited {
	padding: 2px 5px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	color: #2e6ab1; }

.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #FFFF80;}

.pagination a.currentpage {
	background-color: #2e6ab1;
	color: #FFF!important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal!important; }

.pagination a.prevnext{ font-weight: bold; }

/* CSS3 Button
---------------------------------------------------------- */

.button,.button02{
	/*font:15px Calibri, Arial, sans-serif;*/

	/* A semi-transparent text shadow */
	text-shadow:0 -1px 0 rgba(0,0,0,0.4);
	text-shadow: none\9;
	/* Overriding the default underline styling of the links */
	text-decoration:none !important;
	white-space:nowrap;
	display:inline-block;
	vertical-align:baseline;
	position:relative;
	cursor:pointer;
	padding:5px 10px;
	background-repeat:no-repeat;

	/* The following two rules are fallbacks, in case
	   the browser does not support multiple backgrounds. */

	background-position:bottom left;
	background-image:url('button_bg.png');

	/* Multiple backgrounds version. The background images
	   are defined individually in color classes */

	background-position:bottom left, top right, 0 0, 0 0;
	background-clip:border-box;

	/* Applying a default border raidus of 8px */

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border-radius: none\9;

	/* A 1px highlight inside of the button */

	-moz-box-shadow:0 0 1px #fff inset;
	-webkit-box-shadow:0 0 1px #fff inset;
	box-shadow:0 0 1px #fff inset;
	box-shadow: none\9;

	/* Animating the background positions with CSS3 */
	/* Currently works only in Safari/Chrome */

	-webkit-transition:background-position 3s;
	-moz-transition:background-position 3s;
	transition:background-position 3s;
	behavior: url(/ent/PIE.htc);
	position: relative; }


.loadMore { border: solid 1px #DDD; background: #FAFAFA; text-align: center; color: #666; display: block; font-size: 20px; text-shadow: none;}

.button:hover{

	/* The first rule is a fallback, in case the browser
	   does not support multiple backgrounds
	*/

	background-position:top left;
	background-position:top left, bottom right, 0 0, 0 0;
}

.button:active{
	/* Moving the button 1px to the bottom when clicked */
	bottom:-1px;
}

/* The three buttons sizes */

.button.big		{ font-size:30px;}
.button.medium	{ font-size:15px; font-weight: bold;}
.button.medium i { font-size:20px; margin-right: 8px;}
.button.small	{ font-size:12px;}

/* A more rounded button */

.button.rounded {
	-moz-border-radius:4em;
	-webkit-border-radius:4em;
	border-radius:4em; }


/* Defining four button colors */


/* BlueButton */

.blue.button,.button02 {
	color:#FFF!important;

	border:1px solid #84acc3!important;

	/* A fallback background color */
	background-color: #207db0;

	/* Specifying a version with gradients according to */

	/*background-image:	url('button_bg.png'), url('button_bg.png'),
						-moz-radial-gradient(	center bottom, circle,
												rgba(89,208,244,1) 0,rgba(89,208,244,0) 100px),
						-moz-linear-gradient(#4fbbf7, #3faeeb);

	background-image:	url('button_bg.png'), url('button_bg.png'),
						-webkit-gradient(	radial, 50% 100%, 0, 50% 100%, 100,
											from(rgba(89,208,244,1)), to(rgba(89,208,244,0))),
						-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4fbbf7), to(#3faeeb));*/
	background: #207db0\9;

}

/* PinkButton */

.pink.button {
	color:#FFF!important;

	border:1px solid #e46ca6!important;

	/* A fallback background color */
	background-color: #d82b7f;

	background: #d82b7f\9;

}

.blue.button:hover,
.blue.button02:hover {
	background-color:#238cc5;

	/*background-image:	url('button_bg.png'), url('button_bg.png'),
						-moz-radial-gradient(	center bottom, circle,
												rgba(109,217,250,1) 0,rgba(109,217,250,0) 100px),
						-moz-linear-gradient(#63c7fe, #58bef7);

	background-image:	url('button_bg.png'), url('button_bg.png'),
						-webkit-gradient(	radial, 50% 100%, 0, 50% 100%, 100,
											from(rgba(109,217,250,1)), to(rgba(109,217,250,0))),
						-webkit-gradient(linear, 0% 0%, 0% 100%, from(#63c7fe), to(#58bef7));*/
	background:#238cc5\9;
	color: #FDF39F!important;
}

.pink.button:hover {
	background-color:#d82b7f;
	background:#d82b7f\9;
	color: #FDF39F!important;
}

/* Green Button */

.green.button{
	color:#345903 !important;
	border:1px solid #96a37b !important;
	background-color: #79be1e;
	background-image:url('button_bg.png'), url('button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(162,211,30,1) 0,rgba(162,211,30,0) 100px),-moz-linear-gradient(#82cc27, #74b317);
	background-image:url('button_bg.png'), url('button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(162,211,30,1)), to(rgba(162,211,30,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#82cc27), to(#74b317));
	background: #79be1e\9; }

.green.button:hover{
	background-color:#89d228;
	background-image:url('button_bg.png'), url('button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(183,229,45,1) 0,rgba(183,229,45,0) 100px),-moz-linear-gradient(#90de31, #7fc01e);
	background-image:url('button_bg.png'), url('button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(183,229,45,1)), to(rgba(183,229,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#90de31), to(#7fc01e));
	background:#89d228\9; }

/* Orange Button */

.orange.button{
	color:#693e0a !important;
	border:1px solid #bea280 !important;
	background-color: #e38d27;
	background-image:url('button_bg.png'), url('button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(232,189,45,1) 0,rgba(232,189,45,0) 100px),-moz-linear-gradient(#f1982f, #d4821f);
	background-image:url('button_bg.png'), url('button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(232,189,45,1)), to(rgba(232,189,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1982f), to(#d4821f));
	background-: #e38d27\9;	}

.orange.button:hover{
	background-color:#ec9732;
	background-image:url('button_bg.png'), url('button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(241,192,52,1) 0,rgba(241,192,52,0) 100px),-moz-linear-gradient(#f9a746, #e18f2b);
	background-image:url('button_bg.png'), url('button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(241,192,52,1)), to(rgba(241,192,52,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9a746), to(#e18f2b));
	background:#ec9732\9; }

.gray.button{
	color:#525252 !important;
	border:1px solid #a5a5a5 !important;
	background-color: #a9adb1;
	background-image:url('button_bg.png'), url('button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(197,199,202,1) 0,rgba(197,199,202,0) 100px),-moz-linear-gradient(#c5c7ca, #92989c);
	background-image:url('button_bg.png'), url('button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(197,199,202,1)), to(rgba(197,199,202,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5c7ca), to(#92989c));
	background: #a9adb1\9;
}

.gray.button:hover{
	background-color:#b6bbc0;
	background-image:url('button_bg.png'), url('button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(202,205,208,1) 0,rgba(202,205,208,0) 100px),-moz-linear-gradient(#d1d3d6, #9fa5a9);
	background-image:url('button_bg.png'), url('button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(202,205,208,1)), to(rgba(202,205,208,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1d3d6), to(#9fa5a9));
	background-:#b6bbc0\9;
}


span.txt1 { font-size: 9px!important;}
span.txt2 { font-size: 11px!important;}
span.txt3 { font-size: 14px!important;}
span.txt4 { font-size: 18px!important;}
span.txtBold { font-weight: bold!important;}
span.inline { display:inline!important;}
span.inline { display:inline!important;}
span.block { display:block!important;}
p.redirect {
	text-align: center;
	margin: 10px;
	padding: 50px 15px;
	line-height: 1.3;
	height: 500px;
	background: #FFF;}

p.redirect img {
	display: block;
	margin: 0 auto 20px;
	width: 240px;
	height: auto; }

p.redirect span {
	display: block;
	font-size: 12px;}

.clearFloat { clear: both;}


/* styles for Smartphone
---------------------------------------------------------- */


@media(max-width:761px){


ul,li { list-style: none;}

a, a:visited, a:hover {
	outline: none;
	color:#2662A4;
	text-decoration: none;}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/bckg_body_dot.png) repeat;
	min-width: 100%; }

#wrap {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden; }

/* Header
---------------------------------------------------------- */

header {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 90px!important;
	position: relative;
	background: url(/ent/common/images/bg_header_sunburst_sp.png), linear-gradient(bottom, #6ACEF5 2%, #2EB2EF 100%);
	background: url(/ent/common/images/bg_header_sunburst_sp.png), -o-linear-gradient(bottom, #6ACEF5 2%, #2EB2EF 100%);
	background: url(/ent/common/images/bg_header_sunburst_sp.png), -moz-linear-gradient(bottom, #6ACEF5 2%, #2EB2EF 100%);
	background: url(/ent/common/images/bg_header_sunburst_sp.png), -webkit-linear-gradient(bottom, #6ACEF5 2%, #2EB2EF 100%);
	background: url(/ent/common/images/bg_header_sunburst_sp.png), -ms-linear-gradient(bottom, #6ACEF5 2%, #2EB2EF 100%);
	background: url(/ent/common/images/bg_header_sunburst_sp.png), -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.02, #6ACEF5),
	color-stop(1, #2EB2EF));
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-bottom: solid 3px #E2E2E2; }

header #headContent {
	display: block;
	width: 100%;
	height: 90px;
	margin: 0 auto;
	position: relative;
	text-align: center; }

header #headContent .logo {
	display: block;
	width: 160px;
	height: 40px;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
	float: none;
	z-index: 2000; }

header #headContent .logo p {
	position: absolute;
	display: block;
	width: 160px;
	height: 50px;
	margin: 0 auto;
	padding: 5px 0 0 0;}

header #headContent .logo p a {
	display: block;
	height: 0;
	margin: 0;
	padding: 40px 0 0 0;
	background: url(../images/logo_ent_header_sp.png) no-repeat 0 0;
	background-size: cover;
	overflow: hidden; }

header #headContent .headNews {
	margin: 0;
	padding: 0;
	width: auto;
	height: 34px!important;
	position: relative;
	top: 5px;
	left: auto;
	margin: 0 0 5px;
	padding: 0;
	clear: both;
	text-align: left;
	font-size: 12px;
	/*overflow: hidden;*/
	display: block;
	background: rgba(255,255,255,0.7);
	border-top: solid 1px #F5F5F5;
	border-bottom: solid 2px #F5F5F5;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 0 0 5px rgba(255,255,255,0.4);
	-webkit-box-shadow: 0 0 5px rgba(255,255,255,0.4);
	box-shadow:  0 0 5px rgba(255,255,255,0.4); }

header #headContent .headNews p {/*display: none;*/ }

header #headContent .headNews p.icn {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -45px;
	right: 10px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2),  0 0 2px #0084b4; }

header #headContent .headNews p.icn img { display: none;}

header #headContent .headNews p.icn i { font-size: 32px; color: #FFF;}

header #headContent .headNews ul.ticker {
	width: 100%;
	border-right: none;
	height: 34px;
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: auto;
	overflow: hidden; }

header #headContent .headNews ul.ticker li {
	display: none;
	width: auto;
	height: 30px;
	margin: 0;
	padding: 2px;
	float: none; }

header #headContent .headNews ul.ticker li img {
	/*display: none;*/
	width: 100% ;
	height: auto; }

header #headContent .headNews ul.ticker li span {
	line-height: 24px;
	padding-left: 0.3em;
	display: block;
	font-size: 12px;
	color: #2a80a8s;
	text-shadow: 0 0 3px #FFF;
	text-align: center;
	display: none;}

header #headContent .headNews p a.twIcn { color: #FFF; }

header #headContent .headNews p a.fbIcn { color: #3B5998; }

header #headContent .headNews p a i {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none; }

header #headContent .headNews p i {
	font-size: 12px;
	margin-left: 10px; }

/*header #headContent .headNews p a i {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none; }

header #headContent .headNews p a:hover i {
	-webkit-transform: none;
	-moz-transform: none; }*/

nav {
	display: block;
	width: 100%;
	height: auto;
	/*test*/
	position: absolute;
	top: 91px;
	margin-top: 0;

	/*position: relative;*/
	z-index: 100;
	background: none ;
	border: none;
	border-top: solid 1px #FFF; }


nav ul {
	width: auto;
	display: none;
	margin: 0 auto;
	height: auto;
	text-align: center;
	border: none;
	font-size: 12px;
	border-bottom: solid 2px #F4F4F4;
	background: none;
	position: relative; }

nav ul li {
	display: block;
	float:left;
	width: 50%;
	height: auto;
	text-align: center;
	background: none;
	font-size: 12px;
	position: relative; }

nav ul li:nth-child(8) { display: block;}

nav ul li i {
	margin-right: 0.05em;
	font-weight: normal; }

nav ul li a {
	width: auto;
	height: auto;
	display: block;
	color: #FFF!important;
	padding:10px 0;
	overflow: auto;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	background: url(../images/bg_nav_a.png) no-repeat 10px 50%;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	font-weight: bolder; }

nav ul li a.nav01 {
	width: auto;
	background: url(../images/bg_nav_a.png) no-repeat 2px 50%;
	background-color: rgba(255, 190, 50, 0.9); }

nav ul li a.nav02 {
	background: url(../images/bg_nav_a.png) no-repeat 2px 50%;
	background-color: rgba(255, 115, 50, 0.9); }

nav ul li a.nav03 {
	background: url(../images/bg_nav_a.png) no-repeat 2px 50%;
	background-color: rgba(255, 50, 146, 0.9); }

nav ul li a.nav04 {
	background: url(../images/bg_nav_a.png) no-repeat 2px 50%;
	background-color: rgba(178, 35, 178, 0.9); }

nav ul li a.nav05 {
	background: url(../images/bg_nav_a.png) no-repeat 2px 50%;
	background-color: rgba(155, 204, 40, 0.9); }

nav ul li a.nav06 {
	background: url(../images/bg_nav_a.png) no-repeat 2px 50%;
	background-color: rgba(0,147,112,0.9); }

nav ul li a.nav07 {
	background: url(../images/bg_nav_a.png) no-repeat 2px 50%;
	background-color: rgba(0, 191, 191, 0.9); }

nav ul li a.nav08 {
	background: url(../images/bg_nav_a.png) no-repeat 2px 50%;
	background-color: rgba(0, 172, 237, 0.9); }

nav ul li a.nav09 {
	width: auto;
	background: url(../images/bg_nav_a.png) no-repeat 2px 50%;
	background-color:rgba(231,0,18,0.9); }

nav ul li a.nav10 {
	width: auto;
	background: url(../images/bg_nav_a.png) no-repeat 2px 50%;
	background-color: rgba(48,69,103,0.9); }

nav ul li a:hover {
	color: #FFF;
	text-shadow: 0 0 3px rgba(255,255,255,0.7);
	background-position: 4px 50%; }

nav ul li a.nav01:hover { background-position: 4px 50%; background-color: rgba(145, 140, 8, 0.9); }
nav ul li a.nav02:hover { background-position: 4px 50%; background-color: rgba(172, 66, 2, 0.9); }
nav ul li a.nav03:hover { background-position: 4px 50%; background-color: rgba(172, 23, 93, 0.9); }
nav ul li a.nav04:hover { background-position: 4px 50%; background-color: rgba(90, 5, 61, 0.9); }
nav ul li a.nav05:hover { background-position: 4px 50%; background-color: rgba(99, 139, 6, 0.9); }
nav ul li a.nav06:hover { background-position: 4px 50%; background-color: rgba(0, 113, 86, 0.9); }
nav ul li a.nav07:hover { background-position: 4px 50%; background-color: rgba(0, 170, 168, 0.9); }
nav ul li a.nav08:hover { background-position: 4px 50%; background-color: rgba(0, 132, 180, 0.9); }
nav ul li a.nav09:hover { background-position: 4px 50%; background-color: rgba(211, 47, 47, 0.9); }
nav ul li a.nav10:hover { background-position: 4px 50%; background-color: rgba(20, 37, 66, 0.9); }

nav a#pull {
	display: block;
	color: #969696;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	/*background-image: linear-gradient(bottom, #E6E6E6 0%, #F5F5F5 100%);
	background-image: -o-linear-gradient(bottom, #E6E6E6 0%, #F5F5F5 100%);
	background-image: -moz-linear-gradient(bottom, #E6E6E6 0%, #F5F5F5 100%);
	background-image: -webkit-linear-gradient(bottom, #E6E6E6 0%, #F5F5F5 100%);
	background-image: -ms-linear-gradient(bottom, #E6E6E6 0%, #F5F5F5 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #E6E6E6),
	color-stop(1, #F5F5F5)
	);*/
	background: #F4F4F4;
	border: solid 1px #FFF;
	border-top: none;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	padding: 4px 0;
	/*test*/
	width: 5em;
	margin-right: 11px;
	float: right;
	text-align: center;
	/*width: auto;*/
	position: relative; }

nav a#pull:after {
	content:"";
	/*background: url('/ent/common/images/nav-icon.png') no-repeat 100% 0;*/
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	text-align: center;
	right: 10px;
	top: 10px; }


/* Main Content
---------------------------------------------------------- */

#main {
	display: block;
	float: none;
	width: auto;
	margin: 15px 0 0 0;
	padding: 10px;
	/*background: #FCC;*/ }

dl.news {
	display: block;
	margin: 0;
	padding: 5px 0 5px;
	clear: both;
	background: url(../images/bg_border01.png) repeat-x bottom;
	font-size: 12px; }

dl.news dt {
  clear:both;
  float:left;
  width:5em;
  padding:0.2em 0;
  /*border-top:1px solid #DDD;*/ }

dl.news dt.month {
  clear:both;
  float:none;
  margin: 15px 0 3px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border-top: none;
  background: url(../images/bg_border01.png) repeat-x top;
  border-bottom: none;
  position: relative; }

dl.news dd {
  margin-left:5em;
  padding:0.2em 0;
  /*border-top:1px solid #DDD;*/ }

dl.news dd span {
	display: block;
	margin: 0.3em 0;
	font-size: 11px; }

/* clearfix */

dl.news dd:after,
nav ul:after {
  content:'';
  display: block;
  clear: both; }

/* Side Bar
---------------------------------------------------------- */

#sideBar {
	display: block;
	float: none;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	/*background-color: #F4F4F4;is not necessary*/}

#sideBar p {
	display: block;
	margin: 0 10px 15px; }

#sideBar p.bnr { display: block; }

#sideBar p.bnr img {
	width: 100%;
	height: auto; }

#sideBar p:first-child {
	display: block;
	margin-top: 15px; }


#sideBar a { color: #2D88B3; }
#sideBar h3	{
	font-size: 12px;
	margin: 5px 5px 0;
	color:#FFF; }

#sideBar .boxgrid {
	width: auto;
	height: auto;
	background: #161613;
	display: block;
	margin: 0 10px 20px;
	padding: 0 10px;
	border: none;
	overflow: hidden;
	position: relative;
	clear: both;}

#sideBar .boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: auto; }

#sideBar .boxgrid p {
	margin: 0;
	padding: 0 5px;
	color: #afafaf;
	font-weight:bold;
	font-size: 11px; }

#sideBar .boxgrid p a { color: #FFF;}
#sideBar .boxgrid p a:hover { color: #FF6;}

.boxcaption{ display: none; }

.captionfull .boxcaption { display: none; }

/*.caption .boxcaption {
	top: 120px;
	left: 0;}*/


section {}

/* Footer
---------------------------------------------------------- */

footer {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 10px;
	border-top: solid 3px #E2E2E2;
	background: #FFF;
	position: relative;
	clear: both;
	width: auto;
	bottom: 0;
	background-color:#FFF; }

footer .footerContent {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px; }

footer .bnavi {
	background: url(../common/images/bckg_border.png) repeat-x bottom;
	clear:both;
	padding:3px 3px 6px;
	margin-top:40px; }

footer .footerContent ul {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	text-align: center; }

footer .footerContent ul li {
	display: inline-block;
	float: none;
	text-align: center;
	margin:10px 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.4; }

footer .footerContent ul li {display: none;}
footer .footerContent ul li:nth-child(-n+2),
footer .footerContent ul li:nth-child(10) { display: inline-block; }
footer .footerContent ul li:nth-child(10) { border-right: none;}
footer .footerContent ul li a {
	display: block;
	font-size:11px;
	color:#666;
	text-decoration:none;
	margin: 0 0 0 0;
	padding: 0 5px; }

footer .footerContent ul li a:hover { color: #333; }

footer .footerContent p {
	display: block;
	font-size: 11px;
	color: #555;}

footer .footerContent p.logo { text-align: left; }

footer .footerContent p.nbp {
	display: block;
	clear: both;
	width: 110px;
	margin: 10px auto 0;
	padding-top: 10px;
	height: auto;
	float: none;
	background: url(/ent/common/images/logo.svg) no-repeat 0 5px; }

footer .footerContent p.nbp a {
	clear: both;
	display: block;
	margin: 0;
	height: 0;
	padding-top: 28px;
	overflow: hidden; }

footer .footerContent p.footerNotice {
	clear: both;
	margin: 0 5px;
	text-align: left;
	line-height: 1.3;
	font-size: 10px; }

footer .footerContent p.footerNotice span {
	font-size: 10px;
	display: block;
	margin: 0 0 5px 0;
	display: none; }

footer .footerContent p.footerNotice span a {
	display: block;
	margin: 5 5px 0;
	clear: both; }

footer .footerContent p.copyright {
	margin: 8px 0;
	text-align: center;
	font-size: 11px; }

#wrap:after,
footer .footerContent ul:after {
  content:'';
  display:block;
  clear:both; }

#pageTop {
	position: fixed;
	bottom: 0;
	right: 20px;
	font-size: 14px;
	padding: 5px 0 0 0; }

#pageTop a {
	background: rgba(0,0,0,0.5);
	background: #666\9;
	text-decoration: none;
	color: #FFF;
	padding: 10px 20px;
	text-align: center;
	display: block;
	border-radius: 6px 6px 0 0; }

#pageTop a i { font-size: 24px; }

#pageTop a:hover {
	text-decoration: none;
	background: rgba(0,0,0,0.7);
	background: url(/ent/common/images/btn_bkg_trans.png) repeat\9; }


/* Pagination
---------------------------------------------------------- */

.pagination{ padding: 2px; }

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 14px; }

.pagination li{
	list-style-type: none;
	display: inline-block;
	padding-bottom: 15px;
	line-height: 1.6; }

.pagination a, .pagination a:visited {
	padding: 4px 8px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	color: #2e6ab1; }

.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #FFFF80; }

.pagination a.currentpage{
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default; }

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important; }

.pagination a.prevnext{ font-weight: bold; }

/* CSS3 Button
---------------------------------------------------------- */

.button{
	/*font:15px Calibri, Arial, sans-serif;*/

	/* A semi-transparent text shadow */
	text-shadow:0 -1px 0 rgba(0,0,0,0.4);
	/* Overriding the default underline styling of the links */
	text-decoration:none !important;
	white-space:nowrap;
	display:inline-block;
	vertical-align:baseline;
	position:relative;
	cursor:pointer;
	padding:5px 10px;
	background-repeat:no-repeat;

	/* The following two rules are fallbacks, in case
	   the browser does not support multiple backgrounds. */

	background-position:bottom left;
	background-image:url('button_bg.png');

	/* Multiple backgrounds version. The background images
	   are defined individually in color classes */

	background-position:bottom left, top right, 0 0, 0 0;
	background-clip:border-box;

	/* Applying a default border raidus of 8px */

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;

	/* A 1px highlight inside of the button */

	-moz-box-shadow:0 0 2px #fff inset;
	-webkit-box-shadow:0 0 2px #fff inset;
	box-shadow:0 0 2px #fff inset;

	/* Animating the background positions with CSS3 */
	/* Currently works only in Safari/Chrome */

	-webkit-transition:background-position 1s;
	-moz-transition:background-position 1s;
	transition:background-position 1s;
	behavior: url(/ent/PIE.htc);
	position: relative;}

.loadMore { border: solid 1px #DDD; background: #FAFAFA; text-align: center; color: #666; display: block; font-size: 20px; text-shadow: none;}

.button:hover{

	/* The first rule is a fallback, in case the browser
	   does not support multiple backgrounds
	*/

	background-position:top left;
	background-position:top left, bottom right, 0 0, 0 0;
}

.button:active{
	/* Moving the button 1px to the bottom when clicked */
	bottom:-1px;
}

/* The three buttons sizes */

.button.big		{ font-size:30px;}
.button.medium	{ font-size:16px; font-weight: bold;}
.button.medium i { font-size:20px; margin-right: 8px;}
.button.small	{ font-size:13px; }

/* A more rounded button */

.button.rounded {
	-moz-border-radius:4em;
	-webkit-border-radius:4em;
	border-radius:4em; }


/* Defining four button colors */


/* BlueButton */

.blue.button{
	color:#FFF !important;
	border:1px solid #1d64ab !important;
	background: #1d64ab; }

.blue.button:hover{ background:#1d64ab; }

/* Green Button */

.green.button{
	color:#345903 !important;
	border:1px solid #96a37b !important;
	background-color: #79be1e;
	background-image:url('button_bg.png'), url('button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(162,211,30,1) 0,rgba(162,211,30,0) 100px),-moz-linear-gradient(#82cc27, #74b317);
	background-image:url('button_bg.png'), url('button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(162,211,30,1)), to(rgba(162,211,30,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#82cc27), to(#74b317));}

.green.button:hover{
	background-color:#89d228;
	background-image:url('button_bg.png'), url('button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(183,229,45,1) 0,rgba(183,229,45,0) 100px),-moz-linear-gradient(#90de31, #7fc01e);
	background-image:url('button_bg.png'), url('button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(183,229,45,1)), to(rgba(183,229,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#90de31), to(#7fc01e)); }

/* Orange Button */

.orange.button{
	color:#693e0a !important;
	border:1px solid #bea280 !important;
	background-color: #e38d27;
	background-image:url('button_bg.png'), url('button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(232,189,45,1) 0,rgba(232,189,45,0) 100px),-moz-linear-gradient(#f1982f, #d4821f);
	background-image:url('button_bg.png'), url('button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(232,189,45,1)), to(rgba(232,189,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1982f), to(#d4821f));
}

.orange.button:hover{
	background-color:#ec9732;
	background-image:url('button_bg.png'), url('button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(241,192,52,1) 0,rgba(241,192,52,0) 100px),-moz-linear-gradient(#f9a746, #e18f2b);
	background-image:url('button_bg.png'), url('button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(241,192,52,1)), to(rgba(241,192,52,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9a746), to(#e18f2b));
}

.gray.button{
	color:#525252 !important;
	border:1px solid #a5a5a5 !important;
	background-color: #a9adb1;
	background-image:url('button_bg.png'), url('button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(197,199,202,1) 0,rgba(197,199,202,0) 100px),-moz-linear-gradient(#c5c7ca, #92989c);
	background-image:url('button_bg.png'), url('button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(197,199,202,1)), to(rgba(197,199,202,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5c7ca), to(#92989c));
}

.gray.button:hover{
	background-color:#b6bbc0;

	background-image:url('button_bg.png'), url('button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(202,205,208,1) 0,rgba(202,205,208,0) 100px),-moz-linear-gradient(#d1d3d6, #9fa5a9);
	background-image:url('button_bg.png'), url('button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(202,205,208,1)), to(rgba(202,205,208,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1d3d6), to(#9fa5a9));
}


span.txt1 { font-size: 9px!important; }
span.txt2 { font-size: 11px!important; }
span.txt3 { font-size: 14px!important; }
span.txt4 { font-size: 18px!important; }
span.txtBold { font-weight: bold!important; }
span.alignCenter { text-align: center!important; }
span.inline { display:inline!important; }

p.redirect {
	text-align: center;
	margin: 10px;
	padding: 40px 15px 10px;
	line-height: 1.3;
	height: 300px;
	font-size: 12px; }

p.redirect img {
	display: block;
	margin: 0 auto 20px;
	width: 240px;
	height: auto; }

p.redirect span {
	display: block;
	font-size: 10px; }
}


.monthly_201710index_055_sub_top {
    width:30%;
    margin:0 0 0.8em 0.8em;
    float: right;
    display: block;
}
#extraIssue {
    clear: both;
}
