@charset "utf-8";

@import 'menu.css';


/* Revised Sep 19-30, 2015 */
/* Revised May 17, 2014 - Jun 17, 2014 */
/* Revised Nov.14, 2013 - */
/*-----------------------------------------------
  style clear
-----------------------------------------------*/

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	color: #505050;
	background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}
#header ol,
#header ul,
#header li,
#side-menu ol,
#side-menu ul,
#side-menu li,
#footer ol,
#footer ul,
#footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}
fieldset,
img {
	border: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
caption,
th {
	text-align: left;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}
#main strong {
	font-weight: bold;
}

th,
td {
	vertical-align: top;
}
ul {
	margin-top: 0;
	margin-bottom: 1em;
}
li {
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.3;
}
hr {
	display: none;
}
sup {
	position: static;
	vertical-align: baseline;
	font-size: 75%;
}
sub {
	position: static;
	vertical-align: baseline;
	font-size: 75%;
}

.clear {
	clear: both;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.hide {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
}

/*-----------------------------------------------
 links reset
-----------------------------------------------*/
a {
	outline: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #363480;
	text-decoration: none;
}
a:active {
	color: #363480;
	text-decoration: none;
}
/*-----------------------------------------------
 links variation
-----------------------------------------------*/
a.noline {
	text-decoration: none;
}
a.noline img {
	vertical-align: bottom;
}
#main a:link {
	color: #3860c3;
	text-decoration: underline;
}
#main a:visited {
	color: #233f83;
	text-decoration: underline;
}
#main a:hover,
#main a:active {
	color: #009140;
	text-decoration: none;
}
.bullet a {
	padding-left: 13px;
	background-image: url(/common/img/bullet_green.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.bullet li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.squareList li {
	list-style-type: square;
	font-size:0.9em;
}

#main a.arrow {
	display: inline-block;
	margin-bottom: 4px;
	padding-left: 15px;
	background-image: url(/common/img/footer_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.old-data {
	margin-top:1em;
}
.old-data li {
	margin-bottom: 0.5em;
	list-style: url(/common/img/bullet_green.gif);
}
#main .right-links {
	margin-top: 0.5em;
	margin-bottom: 2em;
	text-align: right;
}
.centerLinks {
	text-align: center;
}
.centerLinks ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.centerLinks li {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 2em;
}
p.go2anchor {
	padding: 1em;
	font-size: 0.9em;
}
p.go2anchor a {
	display: inline-block;
	margin: 0.5em 0;
	padding: 0 0.8em;
	border-left: 1px solid #4f4f4f;
}
p.go2anchor a:last-child {
	border-right: 1px solid #4f4f4f;
}
.indices .right-links {
	margin: 0;
	padding: 0 0.5em;
	list-style: none;
	text-align: right;
}
.indices .right-links li {
	display: inline-block;
	width: 14em;
	line-height: 1.5;
}


/*-----------------------------------------------
 font-size
-----------------------------------------------*/

.small,
.memo {
	font-size: 0.8em;
	line-height: 1.3em;
}
.medium {
	font-size: 0.9em;
	line-height: 1.4em;
}
/*-----------------------------------------------
 font-color
-----------------------------------------------*/

.green {
	color: #009140;
}
.red {
	color: #cc0000;
}
.corpColor {
	color: #363480;
}
.big-blue {
	color: #3366cc;
	font-size: 1.3em;
	font-weight: bold;
}

/*-----------------------------------------------
 page-top
-----------------------------------------------*/
.page-top {
	clear: both;
	margin-top: 4em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 5px;
	width: 747px;
	text-align: right;
	font-size: 85%;
}
/*-----------------------------------------------
 container
-----------------------------------------------*/
#container {
	width: 100%;
	padding-top: 10px;
	background: #fff;
}
/*-----------------------------------------------
 header elements
-----------------------------------------------*/
#header {
	margin: 0 auto;
	padding-top: 7px;
	width: 961px;
	height: 79px;
}
#header #logo {
	float: left;
	margin-top: 10px;
}
#header #logo a {
	line-height: 1;
}
#header #head-link {
	float: right;
	padding-bottom: 5px;
	width: 410px;
	height: 63px;
}
#header ul#sub-link {
	float: left;
	padding-top: 6px;
	width: 275px;
	height: 17px;
}
#header ul#sub-link li {
	float: left;
	margin-bottom: 0em;
	padding-right: 9px;
	padding-left: 9px;
	border-right: 1px solid #333333;
	font-size: 12px;
	line-height: 100%;
}
#header dl#font-size {
	float: right;
	width: 135px;
	height: 21px;
}
#header dl#font-size img {
	vertical-align: middle;
}
#header dl#font-size dt,
#header dl#font-size dd {
	float: left;
	height: 21px;
}
#header dl#font-size dt {
	width: 72px;
	height: 21px;
}
#header dl#font-size dd a {
	float: left;
	width: 21px;
	height: 21px;
}
#header #head-link #search {
	float: right;
	margin-top: 12px;
	margin-right: 3px;
	padding-left: 72px;
	width: 150px;
	height: 21px;
	background-image: url(/common/img/header_search.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: right;
	font-size: 0px;
	line-height: 0px;
}
#header #head-link #search strong {
	display: none;
}
#header #head-link #search input.search-field {
	display: block;
	float: left;
	width: 119px;
	height: 18px;
	border: 1px solid #999999;
	vertical-align: middle;
	font-size: 12px;
	font-family: Meiryo, Sans-Serif;
	line-height: 1.1em;
}
#header #head-link #search a {
	display: block;
	float: right;
	width: 22px;
	height: 21px;
}
/*-----------------------------------------------
 footer elements
-----------------------------------------------*/
#footer {
	clear: both;
	margin-top: 7px;
	width: 100%;
}
#footer #footerLinkSet {
	width: 961px;
	margin: 0 auto;
}
#footer p.topic-path {
	margin: 0px;
	padding: 5px 3px;
	width: 747px;
	border-top: 2px dotted #b7b5f8;
	border-bottom: 2px dotted #b7b5f8;
	font-size: 11px;
}
#footer #related {
	width: 747px;
	padding-bottom: 1em;
}
#footer #related dl {
	clear: both;
	padding: 5px 0px;
}
#footer #related dt {
	float: left;
	width: 100px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#footer #related dd {
	display: table-cell;
	width: 647px;
	height: 22px;
	vertical-align: middle;
}
#footer #related ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer #related li {
	float: left;
	padding-right: 20px;
	padding-left: 15px;
	background-image: url(/common/img/footer_arrow.gif);
	background-position: left top;
	background-repeat: no-repeat;
	list-style: none;
	white-space: nowrap;
	font-size: 11px;
}
#footerLinkArea {
	clear: both;
	width: 100%;
	height: 82px;
	background-color: #666;
}
#footer #footer-link {
	position: relative;
	width: 961px;
	margin: 0 auto;
	padding: 5px 0px;
	font-size: 10px;
	line-height: 2.0;
	color: #fff;
}
#footer #footer-link a {
	color: #fff;
	text-decoration: none;
}
#footer #footer-link #back2TopBttn {
	position: absolute;
	display: table;
	right: 0;
	bottom: -14px;
	width: 44px;
	height: 44px;
	background-color: #393981;
	background-color: rgba(57,57,129,1);
}
#footer #footer-link #back2TopBttn a {
	display: table-cell;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	font-size: 38px;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
}
#footer #copyrightArea {
	width: 100%;
	height: 41px;
	background-color: #333;
}
#footer #copyright {
	width: 961px;
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
	line-height: 41px;
	color: #fff
}

/*-----------------------------------------------
 topic-path + print
-----------------------------------------------*/
#breadcrumbs {
	position: relative;
	clear: both;
	overflow: hidden;
	width: 961px;
	margin: 4px auto;
}
.topic-path {
	margin: 0px;
	padding: 8px 3px;
	font-size: 12px;
}
p.topic-path strong {
	color: #363480;
}
#breadcrumbs p.topic-path {
	float: left;
	width: 850px;
}
p#print {
	float: right;
	padding-top: 8px;
	padding-right: 1px;
	width: 99px;
	text-align: right;
}
p#print a {
	display: inline;
	padding-right: 7px;
	padding-left: 7px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	font-size: 10px;
	line-height: 12px;
}

/*-----------------------------------------------
 contents
-----------------------------------------------*/
#contents {
	clear: both;
	overflow: hidden;
	width: 961px;
	margin: 0 auto;
}




/*-----------------------------------------------
 main elements
-----------------------------------------------*/
#main {
	float: left;
	width: 747px;
	font-size: 1.0em;
	line-height: 1.5;
}
#main .entry {
	clear: both;
	overflow: hidden;
	margin-bottom: 2em;
	padding-top: 14px;
	padding-left: 22px;
	width: 725px;
}
#main .entry2 {
	margin-bottom: 5px;
	padding-top: 7px;
	padding-left: 22px;
}


/*-----------------------------------------------
 main elements: paragraph, titles, list
-----------------------------------------------*/
.entry p { 
	margin-bottom: 1em;
}

#main h1,
#main h2 {
	width: 732px;
	border: 1px solid #c9c9c9;
	background : -moz-linear-gradient(50% 0% -90deg,rgba(255, 255, 255, 1) 0%,rgba(229, 227, 228, 1) 100%);
	background : -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(229, 227, 228, 1) 100%);
	background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(1,rgba(229, 227, 228, 1) ));
	background : -o-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(229, 227, 228, 1) 100%);
	background : -ms-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(229, 227, 228, 1) 100%);
	background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(229, 227, 228, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E5E3E4' ,GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E5E3E4' , GradientType=0);
}
#main h1 {
	padding: 12px 0 0 13px;
	height: 37px;
	color: #4f4f4f;
	letter-spacing: 0.2em;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
}
#main h1 span {
	display: inline-block;
	padding-top: 4px;
	letter-spacing: 0;
	font-weight: normal;
	font-size: 9px;
	font-family: Helvetica, sans-serif;
}
#main h2 {
	margin-top: 7px;
	padding: 1px 0 0 13px;
	height: 32px;
	color: #4f4f4f;
	font-weight: bold;
	font-size: 18px;
	line-height: 33px;
}
#main h2.extra {
	border: 1px solid rgb(104,159,128);
	color: rgb(19,144,68);
}
#main h2 span {
	font-weight: normal;
	font-size: 0.75em;
}
#main h3 {
	margin-top: 7px;
}
#main h4 {
	display: block;
	clear: both;
	margin-top: 15px;
	padding: 4px 5px 2px 15px;
	border-left: 7px solid #363480;
	background-color: #EAEAEA;
	font-weight: bold;
	font-size: 1.2em;
}
#main h4.column3-title {
	margin-top: 5px;
}

#main h5 {
	margin-top: 10px;
	margin-bottom: 8px;
	border-bottom: 1px solid #cccccc;
	color: #4542A4;
	font-weight: bold;
}
#main h5.type1 {
	padding-left: 0px;
	border-bottom-style: none;
	color: #2D285E;
}
#main h5.type2 {
	padding:5px 10px;
	border-bottom-style: none;
	background-color: #94b5db;
	color: #2D285E;
}

#main h6.chartT {
	margin-top: 1em;
	padding-bottom:0.8em;
	border-top: solid 1px #2D285E;
	color: #2D285E;
	text-align: left;
	font-weight: bold;
}
#main h6.chartT span {
	font-weight:normal;
	font-size:0.8em;
}

#main .lower-alpha {
	list-style-type: lower-alpha;
}



/*-----------------------------------------------
 main elements: float, resizable
-----------------------------------------------*/
#main .figureFloatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main .figureFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#main .figureFloatRight .caption,
#main .figureFloatLeft .caption {
	display: block;
	padding-top: 5px;
	font-size: 0.8em;
}
#main .figureFloatLeft+.figureFloatRight {
	margin-left: 0;
}

/*-----------------------------------------------
 main elements: float, fixed
-----------------------------------------------*/
.centering {
	text-align: center;
}
#main .txtR {
	text-align: right;
}
#main .txtL {
	text-align: left;
}
#main .floatCenter {
	margin: 0 auto;
}
#main .floatLeft {
	float: left;
}
#main .floatRight {
	float: right;
}
#main .floatLeft .floatLeft {
	margin-bottom: 0;
}
#main .floatLeft+.floatLeft {
	margin-left: 10px;
}
.captionL,
.captionR,
.captionC {
	display: block;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.3;
}
.captionL {
	text-align: left;
}
.captionR {
	text-align: right;
}
.captionC {
	text-align: center;
}
 
/*-----------------------------------------------
 main elements: float, extra
-----------------------------------------------*/
#main .right-date {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: right;
}
#main .left-img {
	float: left;
	width: 150px;
}
#main .float-left {
	float: left;
	margin-bottom: 10px;
	text-align: left;
}
#main .old-data .float-left+.float-left {
	margin-left: 50px;
}


#main .text-r {
	float: right;
	width: 550px;
}

/*080927_arc*/
.note {
	text-indent: -1em !important;
	padding-left: 1em !important;
}



/*-----------------------------------------------
 main elements: column
-----------------------------------------------*/
#main .halfCol {
	width: 350px;
}
#main .colL {
	float: left;
}
#main .colR {
	float: right;
}
#main .colC {
	margin: 0 auto;
}
.column2wrap {
	width:747px;
	margin-bottom:0.5em;
	clear:both;
	overflow:hidden;
}
.column2wrap .column2:first-child {
	margin-right: 50px;
}
.columns {
	clear: both;
	width: 717px;
	margin: 14px 15px;
	overflow: hidden;
	font-size: 0.9em;
}
.column2{
	width:346px;
	float:left;
}
.columns .column2:first-child {
	margin-right: 25px;
}
.columns .description {
	padding-bottom: 1em;
}

.box-gray-double {
	padding: 15px;
	border: 3px double #cccccc;
	float: left;
}

.borderbottom {
	border-bottom: solid 1px #CCC;
}



/*-----------------------------------------------
 main elements: table
-----------------------------------------------*/
th.noWrap,
td.noWrap {
	white-space: nowrap
}
th.vMiddle ,
td.vMiddle {
	vertical-align: middle
}

#main table.photo-table {
	margin-top: 2em;
}
#main table.photo-table th {
	padding: 0px;
	text-align: center;
}
#main table.photo-table td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}


.flowTableAtt {
	display: none;
}




/*-----------------------------------------------
 main elements: spacer
-----------------------------------------------*/
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left: 20px;
}
.ml50 {
	margin-left: 50px;
}
.w180 {
	width: 180px;
}
.w540 {
	width: 540px;
}
.m10 {
	margin: 10px;
}
.mL10 {
	margin-left: 10px;
}
.mR10 {
	margin-right: 10px;
}
.mT10 {
	margin-top: 10px;
}
.mB10 {
	margin-bottom: 10px;
}
.w230 {
	width: 230px;
}
.mt-05em {
	margin-top: 0.5em;
}
.mt-1em {
	margin-top: 1.5em;
}
.mt-2em {
	margin-top: 2.2em;
}
.mt-4em {
	margin-top: 4em;
}
.mb-1em {
	margin-bottom: 1.5em;
}
.mb-2em {
	margin-bottom: 2.2em;
}
.pt-5px {
	padding-top: 5px;
}
.pb-1em {
	padding-bottom: 1.5em;
}
.pb-2em {
	padding-bottom: 2.2em;
}

/*-----------------------------------------------
 SNS
-----------------------------------------------*/
#social_btn {
	margin-left: 7px;
	width: 747px;
	border-top: dashed 1px #ccc;
}
#social_btn .fb-like,
#social_btn .google {
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
#social_btn .google {
	padding: 2px 15px;
}



/*-----------------------------------------------
 Header elements on LocalMenu 
-----------------------------------------------*/
#sideSearch,
#subLinks,
#menuSwitch {
	display: none;
}



/*-----------------------------------------------
 MOBILE
-----------------------------------------------*/
@media only screen and (max-width:480px) {
	p,
	li,
	dt,
	dd,
	th,
	td,
	h5 {
		background-color: rgba(255,255,255,0.01);
	}
	#container {
		position: relative;
		margin: 0;
		width: 100%;
		overflow: hidden;
	}
	#footer,
	#footer #footerLinkSet {
		width: 100%;
	}
	.entry p:last-child {
		margin-bottom: 0.5em;
	}
	#header,
	#footer p.topic-path,
	#footer #footer-link,
	#footer #copyright,
	#footer #related,
	#footer #related dl,
	#footer #related dd,
	#contents,
	#main,
	#main .entry,
	#main h1,
	#main h2 {
		max-width: 98%;
	}
	.page-top,
	#social_btn {
		width: 100%;
	}
	#main .entry {
		padding-left: 11px;
	}
	.entry p { 
		padding-right: 10px;
	}
	#main h2 {
		height: auto;
	}
	#contents {
		overflow: visible;
	}
	#header #head-link,
	p#print {
		display: none;
	}
	#header {
		height: 73px;
	}
	#header #logo img {
		width: 270px;
	}
	#breadcrumbs {
		position: absolute;
		top: 10px;
		right: 8px;
		overflow: visible;
		margin-bottom: 20px;
		width: 125px;
		height: 45px;
	}
	#breadcrumbs.open {
		right: 0;
		width: 100%;
	}
	#breadcrumbs p.topic-path {
		display: none;
	}
	#footer #related,
	#footer .topic-path {
		padding-bottom: 5px;
		padding-left: 10px;
	}
	#footer #related dt {
		float: none;
		margin-bottom: 0.2em;
		width: 120px;
	}
	#footer #related li a,
	#footer .topic-path a {
		font-size: 120%;
		line-height: 2;
	}
	#footer #related li {
		background-position: left center;
	}
	#footerLinkArea {
		height: 95px;
	}
	#footer #copyright {
		padding-top: 20px;
		padding-bottom: 15px;
		font-size: 10px;
		line-height: 10px;
	}
	#sideSearch {
		display: block;
		overflow: hidden;
		margin: 2%;
		padding: 2%;
		background-color: #ccc;
		font-size: 0px;
		line-height: 0px;
	}
	#sideSearch div {
		margin: 0 auto;
		padding: 10px 0 10px 30px;
		width: auto;
		height: 21px;
		background-color: #fff;
		background-image: url(/common/img/header_search_ico.gif);
		background-position: 6px center;
		background-repeat: no-repeat;
		text-align: center;
	}
	#sideSearch strong {
		display: none;
	}
	#sideSearch input.search-field {
		float: left;
		margin-right: 3px;
		width: 85%;
		height: 19px;
		border: 1px solid #999999;
		font-size: 12px;
		font-family: Sans-Serif;
	}
	#subLinks {
		display: block;
		overflow: hidden;
		padding: 15px 0 17px 8px;
		width: 100%;
	}
	#subLinks ul {
		clear: both;
		margin: 0;
		padding: 0;
	}
	#subLinks li {
		float: left;
		padding-right: 15px;
		padding-left: 15px;
		border-left: 1px solid #fff;
		color: #fff;
		font-size: 14px;
		line-height: 14px;
	}
	#subLinks li:first-child {
		border: none;
	}
	#subLinks li a {
		color: #fff;
	}
	#menuSwitch {
		position: absolute;
		top: 5px;
		right: 0;
		display: table-cell;
		width: 125px;
		height: 50px;
		background-color: #363380;
		color: #fff;
		cursor: pointer;
		z-index: 199;
	}
	#menuSwitch .fa {
		display: inline;
		vertical-align: middle;
		font-size: 30px;
		line-height: 50px;
	}
	#menuSwitch .menuLabel {
		padding: 0 10px 0 14px;
		vertical-align: middle;
		font-weight: bold;
		font-size: 15px;
	}
	#menuSwitch.open {
		position: fixed;
		top: 15px;
		right: 75.431034482759%;
		width: 70px;
		height: 70px;
		box-shadow: -10px 10px 20px rgba(0,0,0,0.3);
		text-align: center;
	}
	#menuSwitch.open .fa {
		font-size: 45px;
		line-height: 70px;
	}
	#menuSwitch.open .menuLabel {
		display: none;
	}
	#footer #footer-link #back2TopBttn {
		position: fixed;
		right: 10px;
		bottom: 63px;
		width: 72px;
		height: 72px;
		background-color: rgba(57,57,129,0.45);
		z-index: 150;
	}
	#footer #footer-link #back2TopBttn a {
		width: 72px;
		height: 72px;
		font-size: 57px;
	}
	#main .figureFloatRight,
	#main .figureFloatLeft {
		max-width: 60%;
	}
	#main .figureFloatRight img,
	#main .figureFloatLeft img {
		width: 100%;
	}
	img.flexImg {
		width: 100%;
	}
	#main .floatLeft,
	#main .floatRight {
		float: none;
		margin: 0;
		text-align: center;
	}
	#main .floatLeft+.floatLeft {
		margin-left: auto;
	}	
	.captionL {
		text-align: center;
	}
	.captionR {
		text-align: center;
	}
	.captionC {
		text-align: center;
	}
	#main .halfCol.colL,
	#main .halfCol.colR {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.flowTableAtt {
		display: block;
		font-weight: bold;
		color: #009140;
	}
	.flowTable {
		width: auto;
		overflow-x: scroll;
	}
	.centerLinks li {
		line-height: 2;
		white-space: nowrap;
	}
	.bullet ul {
		padding: 0;
	}
	.bullet a {
		line-height: 1.5;
	}
	.column2wrap {
		width: 100%;
	}
	.column2wrap .column2:first-child {
		margin: 0 auto;
	}
	.columns {
		width: 100%;
		margin: 14px 2px;
	}
	.column2 {
		float: none;
		width: 100%;
		margin: 0;
	}
	.columns .column2:first-child {
		margin-right: 0;
		margin-bottom: 14px;
	}
	.indices .right-links {
		white-space: nowrap;
	}
	.indices .right-links li {
		display: inline;
		width: inherit;
	}
}

@media only screen and (max-width:480px) and (orientation: landscape) {
	#footerLinkArea {
		height: 82px;
	}
	#footer #copyrightArea {
		height: 41px;
	}	
	#footer #footer-link #back2TopBttn {
		bottom: 41px;
		width: 44px;
		height: 44px;
	}
	#footer #footer-link #back2TopBttn a {
		width: 44px;
		height: 44px;
		font-size: 38px;
	}
}

