@charset "utf-8";
/*
Theme Name: sic
Description:
Version: 1.0
Author: ishiwa@Will3in
*/

@import "css/reset.css";

/* Base Style
================================================== */
body {
	background: #fff url(images/img_back_tile.gif);
	color: #333;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 93.75%;
	line-height: 1.5;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
body.ja,
#languages li.ja {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
}
body.zh,
#languages li.zh {
	font-family: 'Lucida Grande', Hei, 'Microsoft YaHei', SimHei, 'MS UI Gothic', sans-serif;
}
body.vi,
#languages li.vi {
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
a:link {
	color: #33c;
}
a:visited {
	color: #069;
}
a:hover, a:focus {
	color: #c30;
}
a:focus img {
	background-color: transparent;
}
sup {
	font-size: 80%;
	vertical-align: text-top;
}
sub {
	font-size: 80%;
	vertical-align: text-bottom;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;	/* IE 8 */
	vertical-align: bottom;
}
img.external {
	margin: 0 5px;
	vertical-align: middle;
}
#mapCanvas img {
	max-width: none;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
}
abbr[title], dfn[title] {
	border-bottom-color: #999;
	cursor: help;
}
input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
.new {
	display: inline-block;
	padding: 0 10px;
	border-radius: 4px;
	background: linear-gradient(#e86f83, #d60023);
	background-color: #d60023;
	color: #fff;
	font-size: 86.67%;
	font-weight: normal;
	text-transform: uppercase;
}
.screenReaderText,
.hide {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

ruby {
	display: inline-table;
	white-space: nowrap;
	vertical-align: bottom;
}
rt {
	display: table-header-group;
	font-size: 60%;
	line-height: 1;
	text-align: center;
}
rp {
	display: none;
}


/* Layout
================================================== */
.skip,
.inner {
	max-width: 980px;
	margin: 0 auto;
}
#wrap {
	padding: 15px 0 80px;
	background: url(images/img_mount.png) no-repeat 50% 100%;
}
.wrapInner {
	padding-top: 15px;
}
#main,
#topicPath {
	float: left;
	width: 100%;
	margin-right: -250px;
}
body.singleCol #main {
	margin-right: 0;
}
#mainInner,
#topicPath p {
	margin-right: 250px;
}
#sidebar,
#siteSearch {
	float: right;
	width: 230px;
}

@media screen and (max-width: 1020px) {
	.skip,	
	.inner {
		margin: 0 20px;
	}
}
@media screen and (max-width: 768px) {
	#main {
		float: none;
		margin-right: 0;
	}
	#mainInner {
		margin-right: 0;
	}
	#sidebar {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.skip,	
	.inner {
		margin: 0 10px;
	}
}


/* Block Skip
================================================== */
#top {
	background: #fff;
}
.skip {
	position: absolute;
	height: 0;
	overflow: hidden;
}
.skip.show {
	position: static;
	height: auto;
}
.skip a {
	display: block;
	padding: 3px;
	color: #003f98;
	text-align: center;
}


/* Header
================================================== */
#commonHeader {
	background: linear-gradient(#0059aa, #003f98);
	background-color: #003f98;
	color: #fff;
}
#commonHeader .inner {
	background: url(images/img_back_logo.gif) repeat-y;
	background-size: 11.67%;
}
#siteId {
	float: left;
	width: 49%;
	padding-top: 15px;
}
#languages,
#commonHeader p.description {
	float: right;
	width: 49%;
}
#commonHeader p.description {
	clear: right;
}
#languages {
	padding-top: 5px;
}
#languages dt {
	font-size: 80%;
}
#languages dd {
	margin-left: 4em;
	margin-top: -0.5em;
	padding-top: .3em;
	border-top: 1px solid #8ba8d0;
}
#languages ul {
	margin-top: .5em;
	margin-left: -4em;
	padding-bottom: .8em;
	border-bottom: 1px solid #8ba8d0;
}
#languages ul li {
	float: left;
	width: 15.5%;
	margin-right: .75%;
}
#languages ul li.ja {
	width: 14.5%;
}
#languages ul li.zh {
	width: 12.75%;
}
#languages ul li.pt,
#languages ul li.vi {
	width: 19%;
}
#languages ul li:last-child {
	margin-right: 0;
}
#languages a,
#languages .ruby a.on:hover,
#languages .ruby a.on:focus {
	border-radius: 4px;
	background: linear-gradient(#f9fbfd, #d8e2ef);
	background-color: #f9fbfd;
	color: #333;
	text-decoration: none;
	text-align: center;
}
body.ja #languages ul li.ja a,
body.en #languages ul li.en a,
body.zh #languages ul li.zh a,
body.tl #languages ul li.tl a,
body.pt #languages ul li.pt a,
body.vi #languages ul li.vi a,
#languages a:hover,
#languages a:focus,
#languages .ruby a.on {
	background: linear-gradient(#fdf59f, #eed38d);
	background-color: #fdf59f;
}
#languages ul li a {
	display: block;
	padding: 4px 0;
	font-size: 80%;
}
#languages ul li a .lang {
	display: block;
	padding: 0 10px;
	background: url(images/btn_parts_01.png) no-repeat 5px 50%;
	vertical-align: middle;
	text-align: center;
}
#languages .ruby {
	float: left;
	min-width: 23.75%;
	margin: -0.7em 0 -10px;
}
#languages .ruby a {
	display: block;
	padding: 2px 5px 1px;
	font-size: 80%;
	white-space: nowrap;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}
body.rubyOn #languages ul li.ja a {
	padding: 1px 0 0;
}
body.rubyOn #languages .ruby {
	margin-top: -0.75em;
}

#commonHeader p.description {
	padding: 15px 0;
	font-size: 93.33%;
	line-height: 1.375;
}

@media screen and (max-width: 920px) {
	#languages ul li a .lang {
		padding: 0;
		background: none;
	}
}
@media screen and (max-width: 768px) {
	#commonHeader .inner {
		background: none;
	}
	#languages,
	#siteId,
	#commonHeader p.description {
		float: none;
		width: auto;
	}
	#languages ul li a .lang {
		padding: 0 10px;
		background: url(images/btn_parts_01.png) no-repeat 5px 50%;
	}
	#siteId {
		text-align: center;
	}
	#commonHeader p.description {
		margin: 0 auto;
		text-align: center;
	}
	#commonHeader p.description span {
		display: inline-block;
		text-align: left;
	}
	#commonHeader p.description br {
		display: none;
	}
}
@media screen and (max-width: 568px) {
	#languages dt {
		display: none;
	}
	#languages dd {
		border-top: 0;
	}
	#languages ul li a {
		padding: 2px 0;
		font-size: 73.3%;
	}
	#languages ul li a .lang {
		padding: 0;
		background: none;
	}
	#languages .ruby a {
		font-size: 73.3%;
	}
	body:not(#home) #siteId {
		padding-bottom: 15px;
	}
	body:not(#home) #commonHeader p.description {
		display: none;
	}
}


/* Global Nav
================================================== */
#globalNav {
	padding-top: 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	background: url(images/img_header_bar_01.gif) repeat-x;
	line-height: 1.25;
	position: relative;
	z-index: 100;
}
#globalNav .navInner {
	border-top: 1px solid #fff;
	background: linear-gradient(#fff, #eaeaea);
	background-color: #eaeaea;
}
#globalNav ul {
	position: relative;
}
#globalNav ul li {
	float: left;
	width: 20%;
	padding: 10px 0;
}
body.zh #globalNav ul li,
body.vi #globalNav ul li {
	width: 25%;
}
body.en #globalNav ul li,
body.pt #globalNav ul li {
	width: 23%;
}
body.en #globalNav ul li.support,
body.pt #globalNav ul li.support {
	width: 31%;
}
body.tl #globalNav ul li {
	width: 22%;
}
body.tl #globalNav ul li.support {
	width: 33%;
}
body.tl #globalNav ul li.volunteer {
	width: 23%;
}
#globalNav ul li:hover,
#globalNav ul li.hover {
	background: linear-gradient(#eaeaea, #fff);
	background-color: #eaeaea;
}
#globalNav ul li.current {
	background: #fff;
}
#globalNav ul li .parent {
	padding-top: 30px;
	border-left: 1px solid #d7d7d7;
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align: center;
}
#globalNav ul li.support .parent {
	background-image: url(images/btn_nav_icon_01.png);
}
#globalNav ul li.exchange .parent {
	background-image: url(images/btn_nav_icon_02.png);
}
#globalNav ul li.volunteer .parent {
	background-image: url(images/btn_nav_icon_03.png);
}
#globalNav ul li.services .parent {
	background-image: url(images/btn_nav_icon_04.png);
}
#globalNav ul li.about .parent {
	border-right: 1px solid #d7d7d7;
	background-image: url(images/btn_nav_icon_05.png);
}
#globalNav ul li .parent span {
	display: table-cell;
	width: 330px;
	vertical-align: top;
}
#globalNav li ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: #fff;
	transition: .2s;
}
#globalNav li:hover ul,
#globalNav li.hover ul {
	height: auto;
	overflow: visible;
	padding: 15px 0 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-top-color: #ccc;
	border-left: 0;
	border-radius: 0 0 10px 10px;
}
#globalNav li ul li {
	width: auto !important;
	margin: 0 0 15px 10px;
	padding: 0;
	position: relative;
}
#globalNav li ul li ul li {
	margin-bottom: 10px;
}
#globalNav li:hover ul li ul,
#globalNav li.hover ul li ul {
	position: absolute;
	top: calc(100% + 15px);
	left: 0;
	z-index: 98;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 0;
	box-shadow: none;
	border: 0;
	transition: .2s;
}
#globalNav li ul li:hover ul,
#globalNav li ul li.hover ul {
	height: auto;
	overflow: visible;
	padding: 10px 0 0;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-left: 0;
	border-radius: 10px;
}
#globalNav li ul li:hover,
#globalNav li ul li.hover,
#globalNav li ul li ul li:hover,
#globalNav li ul li ul li.hover {
	background: #f2f2f2;
}
#globalNav li ul li.hasChild:hover:after,
#globalNav li ul li.hasChild.hover:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	border-width: 15px 20px 0;
	border-style: solid;
	border-color: #f2f2f2 transparent transparent;
}
#globalNav li ul li.hasChild > a {
	background-image: url(images/icon_triangle_down.png);
	background-repeat: no-repeat;
	background-position: 50% 95%;
}

#globalNav li ul li a {
	display: block;
	padding: 10px 15px;
	color: #004198;
	text-decoration: none;
}
#globalNav li ul li.current_page_item,
#globalNav li ul li.current_page_parent,
#globalNav li ul li.current_page_item ul li.current_page_item,
#globalNav li ul li.current_page_parent ul li.current_page_item {
	background-color: #deedf2;
}
#globalNav li ul li.current_page_item ul li,
#globalNav li ul li.current_page_parent ul li {
	background-color: #fff;
}
#globalNav li ul li.current_page_item ul li:hover,
#globalNav li ul li.current_page_item ul li:focus,
#globalNav li ul li.current_page_parent ul li:hover,
#globalNav li ul li.current_page_parent ul li:focus {
	background-color: #f2f2f2;
}
#globalNav li ul li a:hover,
#globalNav li ul li a:focus {
	background: #f2f2f2;
	text-decoration: underline;
}
#globalNav li ul li.hasChild > a:hover,
#globalNav li ul li.hasChild > a:focus {
	background: url(images/icon_triangle_down.png) no-repeat 50% 95%;
	background-color: #f2f2f2;
}
#globalNav li ul li.current_page_item > a:hover,
#globalNav li ul li.current_page_item > a:focus {
	background-color: #deedf2;
}

#keyVisual,
#wrap {
	border-top: 1px solid #fff;
}

@media screen and (max-width: 768px) {
	#globalNav li.services ul,
	#globalNav li.about ul {
		left: auto;
		right: 0;
	}
	#globalNav li.services ul li ul {
		left: -100%;
		border-radius: 10px 0 10px 10px;
	}
}
@media screen and (max-width: 568px) {
	body:not(#home) #globalNav .navInner {
		display: none;
	}
	#globalNav .navInner,
	#globalNav ul li:hover,
	#globalNav ul li.hover {
		background: #fbfbfb;
	}
	#globalNav ul li {
		float: none;
		width: auto !important;
		padding: 0;
	}
	body.en #globalNav ul li,
	body.zh #globalNav ul li,
	body.tl #globalNav ul li,
	body.pt #globalNav ul li {
		width: auto;
	}
	#globalNav ul li.current {
		background: transparent;
	}
	#globalNav ul li .parent {
		padding: 10px 0 10px 35px;
		border-left: 0;
		border-top: 1px solid #ccc;
		background-position: 0 50%;
		text-align: left;
	}
	#globalNav ul li:first-child .parent {
		border-top: 0;
	}
	#globalNav ul li:last-child .parent {
		border-right: 0;
	}
	#globalNav ul li .parent span {
		width: 500px;
	}
	#globalNav li ul {
		position: relative;
		width: 100%;
		display: none;
		transition: .5s;
	}
	#globalNav li:hover ul,
	#globalNav li.hover ul {
		padding: 0;
		max-height: auto;
		box-shadow: none;
		border: 0;
		border-radius: 0;
	}
	#globalNav li ul li {
		margin-left: 0;
		margin-bottom: 0;
		border-top: 1px dotted #ccc;
	}
	#globalNav li ul li.hasChild {
		background-image: none;
	}
	#globalNav li ul li a,
	#globalNav li ul li a:hover,
	#globalNav li ul li a:focus,
	#globalNav li ul li.hasChild > a,
	#globalNav li ul li.hasChild > a:hover,
	#globalNav li ul li.hasChild > a:focus {
		padding: 10px 0 10px 35px;
		background: none;
	}
	#globalNav li ul li ul {
		display: none;
	}
}

/* is_mobile */
#globalNav.mobile li .parent span {
	padding-top: 1px;
	padding-right: 20px;
	background: url(images/icon_mobile_arrow_down.png) no-repeat 100% 50%;
}
#globalNav.mobile li .parent:hover span {
	background-image: url(images/icon_mobile_arrow_up.png);
}
#globalNav.mobile li.close .parent span {
	background-image: url(images/icon_mobile_arrow_down.png);
}
#globalNav.mobile li ul li {
	background: none;
}
#globalNav.mobile li ul li a {
	padding-right: 20px;
	background-image: url(images/icon_mobile_arrow2.png);
	background-repeat: no-repeat;
	background-position: 99% 50%;
}


/* SlideShow
================================================== */
#keyVisual {
	padding-bottom: 5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	background-color: #fff;
}
#slidePhoto {
	position: relative;
	width: 100%;
	height: 335px;
}
#slidePhoto .photo {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
}
#slidePhoto a {
	text-decoration: none;
}
#slidePhoto figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 93.33%;
}
#slidePhoto figcaption span {
	display: block;
	padding: 5px 10px;
}
#slideControll {
	margin-top: 5px;
	padding: 5px 10px;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
}
#slideControll img {
	vertical-align: middle;
}
#slideList {
	width: 150px;
	margin: 0 auto;
}
#slideList li {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
#pauseAndPlay {
	float: right;
}
#pauseAndPlay a {
	float: left;
	margin-right: 10px;
}
#slideShow a:hover img,
#slideShow a:focus img {
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

@media screen and (max-width: 768px) {
	#slideList li {
		margin-top: 0;
	}
	#pauseAndPlay img {
		width: 28px;
		height: 28px;
	}
}
@media screen and (max-width: 568px) {
	#keyVisual {
		padding-top: 15px;
	}
	#slidePhoto figcaption span {
		padding: 0 10px;
	}
	#slideControll {
		padding: 0;
	}
	#pauseAndPlay img {
		width: 20px;
		height: 20px;
	}
}
@media screen and (max-width: 480px) {
	#slidePhoto figcaption span {
		font-size: 80%;
	}
}


/* Topic Path and Search Form
================================================== */
#topicPath {
	color: #666;
	font-size: 93.33%;
}
#topicPath p {
	display: table-cell;
	width: 980px;
	height: 35px;
	padding-right: 250px;
	vertical-align: middle;
}
#home #topicPath p,
#topicPath .home {
	padding-left: 23px;
	background: url(images/icon_home.png) no-repeat 0 50%;
}
#topicPath a,
#topicPath .noLink {
	color: #003f98;
}
#topicPath a:hover,
#topicPath a:focus {
	color: #c30;
}
#home #topicPath p,
#topicPath em {
	color: #333;
	font-style: normal;
}

#siteSearch form {
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
	position: relative;
	z-index: 10;
}
#siteSearch form #s {
	margin: 5px 0 5px 5px;
	padding: 1px;
	width: 183px;
	border: 1px solid #ccc;
}
#siteSearch form #searchsubmit {
	padding: 6px 7px;
}

@media screen and (max-width: 768px) {
	#topicPath p {
		padding-right: 55px;
	}
	#siteSearch {
		float: none;
		position: absolute;
		right: 20px;
		width: auto;
	}
	#siteSearch form {
		padding: 18px;
		background: #fff url(images/icon_search.gif) no-repeat 50% 50%;
	}
	#siteSearch form.focus {
		padding: 0;
		background-image: none;
	}
	#siteSearch form input {
		display: none;
	}
	#siteSearch form.focus input {
		display: inline;
	}
}
@media screen and (max-width: 480px) {
	#siteSearch {
		right: 10px;
	}
}


/* Main Column and Sidebar Widget Column
================================================== */
#main .content,
#sidebar .widget {
	margin-bottom: 40px;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}
#sidebar .widget {
	margin-bottom: 20px;
	line-height: 1.25;
}
#main .contentHeader,
#sidebar .widgetHeader {
	padding: 10px 0;
	border-radius: 10px 10px 0 0;
	border-bottom: 7px solid #a5bcda;
	background: linear-gradient(#0059aa, #003f98);
	background-color: #003f98;
	color: #fff;
}
#sidebar .widgetHeader {
	display: table-cell;
	width: 230px;
	max-width: 230px;
	height: 3.75em;
	padding: 0;
	vertical-align: middle;
}
body.event #main .contentHeader,
#sidebar .event .widgetHeader {
	border-bottom-color: #afd3c0;
	background: linear-gradient(#349b6b, #1b824c);
	background-color: #1b824c;
}
#main .disaster .contentHeader {
	border-bottom-color: #ffbcb5;
	background: linear-gradient(#ff9286, #ff796b);
	background-color: #ff796b;
	color: #333;
}
#main .warning .contentHeader,
#disaster #main .contentHeader,
#sidebar .disaster .widgetHeader {
	border-bottom-color: #ffbcb5;
	background: linear-gradient(#e52434, #d70012);
	background-color: #d70012;
	color: #fff;
}
#home .contentHeader h2,
.contentHeader h1 {
	float: left;
	padding: 5px 5px 5px 54px;
	background: url(images/icon_headericon_00.png) no-repeat 10px 50%;
	font-size: 140%;
	line-height: 1.25;
}
#sidebar .widgetHeader h2 {
	padding: 4px 15px 4px 42px;
	background-repeat: no-repeat;
	background-position: 6px 50%;
	font-size: 120%;
}
#localNav .widgetHeader h2 {
	padding-left: 18px;
}
#home .information .contentHeader h2,
#information .contentHeader h1 {
	background-image: url(images/icon_info.png);
}
#home .report .contentHeader h2,
#report .contentHeader h1 {
	background-image: url(images/icon_report.png);
}
#home .column .contentHeader h2,
#column .contentHeader h1 {
	background-image: url(images/icon_column.png);
}
#home .disaster .contentHeader h2,
#disaster .contentHeader h1 {
	background-image: url(images/icon_disaster.png);
}
#information.event .contentHeader h1,
#sidebar .calendar .widgetHeader h2 {
	background-image: url(images/icon_calendar.png);
}
#sidebar .recentPosts .widgetHeader h2 {
	background-image: url(images/icon_info_01.png);
}
#sidebar .upcomming .widgetHeader h2 {
	background-image: url(images/icon_proximate_01.png);
}
#sidebar .archives .widgetHeader h2,
#sidebar .category .widgetHeader h2,
#sidebar .themes .widgetHeader h2 {
	background-image: url(images/icon_category_01.png);
}
#support .contentHeader h1 {
	background-image: url(images/icon_headericon_01.png);
}
#exchange .contentHeader h1 {
	background-image: url(images/icon_headericon_02.png);
}
#volunteer .contentHeader h1 {
	background-image: url(images/icon_headericon_03.png);
}
#services .contentHeader h1 {
	background-image: url(images/icon_headericon_04.png);
}
#about .contentHeader h1 {
	background-image: url(images/icon_headericon_05.png);
}
#home .contentHeader .more,
.contentHeader .feed {
	float: right;
	padding: 5px 12px 5px 0;
}
#home .contentHeader .more p {
	float: left;
	padding: 0;
}
#home .contentHeader p.seeAll {
	border-radius: 4px;
	background: linear-gradient(#fff, #eaeaea);
	background-color: #eaeaea;
	margin-right: 12px;
}
#home .contentHeader p.seeAll a {
	display: block;
	padding: 2px 8px 1px 18px;
	border-radius: 4px;
	background: url(images/icon_triangle.png) no-repeat 8px 50%;
	color: #333;
	font-size: 93.33%;
	text-decoration: none;
}
#home .contentHeader p.seeAll a:hover,
#home .contentHeader p.seeAll a:focus {
	background-color: #fff;
}

#main .content .postMeta {
	padding: 0 15px 7px;
	background-color: #a5bcda;
	text-align: right;
}
body.event #main .content .postMeta {
	background-color: #afd3c0;
}
#disaster #main .content .postMeta {
	background-color: #ffbcb5;
}

@media screen and (max-width: 768px) {
	#sidebar .widgetHeader {
		display: block;
		width: auto;
		max-width: none;
		height: auto;
		padding: 10px 0;
	}
}
@media screen and (max-width: 568px) {
	#main .content {
		margin-bottom: 20px;
	}
	#main .contentHeader {
		padding: 5px 0;
	}
	#sidebar .widgetHeader {
		padding: 7px 0;
	}
	#home .contentHeader h2,
	.contentHeader h1 {
		padding-top: 7px;
		padding-bottom: 7px;
		font-size: 120%;
	}
}


/* Content
================================================== */
.content {
	min-height: 500px;
	position: relative;
}
#home .content {
	min-height: 0;
}

.contentBody {
	padding: 0 29px 15px;
	border-radius: 0 0 10px 10px;
}
.contentBody h2 {
	clear: both;
	margin: 2em -15px 1em -3px;
	padding: 2px 0 2px 3px;
	border-bottom: 1px solid #ccc;
	color: #003f98;
	font-size: 120%;
	line-height: 1.375;
	position: relative;
}
.contentBody h2:before {
	content: "";
	position: absolute;
	left: -12px;
	bottom: -1px;
	width: 8px;
	height: 100%;
	background: url(images/img_h2_bar.gif) repeat-y;
}
.contentBody h2:first-child {
	margin-top: 1em;
}
.contentBody h3 {
	clear: both;
	margin: 1.75em 0 1em;
	padding-bottom: 2px;
	border-bottom: 2px solid #7f9fcb;
	font-size: 106.67%;
	line-height: 1.375;
}
.contentBody h4 {
	margin: 1.25em 0;
	color: #003f98;
}
.contentBody p,
.contentBody ol,
.contentBody ul,
.contentBody dl,
.contentBody address {
	margin: 1.25em 0;
}
.contentBody ol {
	padding-left: 2em;
	list-style: decimal;
}
.contentBody ul {
	padding-left: 1.5em;
	list-style: disc;
}
.contentBody li ul {
	list-style: circle;
	margin-top: .5em;
}
.contentBody li li ul {
	list-style: square;
}
.contentBody li {
	margin-bottom: .5em;
}

.contentBody dt {
	font-weight: bold;
}
.contentBody dd {
	margin-bottom: 1.25em;
	padding-left: 1em;
}
body.ja .contentBody em {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
}

.contentBody p.note {
	margin-left: .7em;
	text-indent: -0.7em;
}

.contentBody img {
	max-width: 99.8%;
	padding: 4px;
	border: 1px solid #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.contentBody a:link img {
	border-color: #36c;
}
.contentBody a:visited img {
	border-color: #069;
}
.contentBody a:hover img,
.contentBody a:focus img {
	border-color: #c30;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.contentBody img.noBorder,
.contentBody .map img {
	max-width: 100%;
	padding: 0;
	border: 0;
	box-shadow: none;
}
#mapCanvas img {
	box-shadow: none;
}
.contentBody a img.external,
.contentBody .simplemap a img {
	max-width: none;
	padding: 0;
	border: 0;
	box-shadow: none;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.contentBody .wp-caption {
	margin: 5px 0 10px;
	padding-top: 4px;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	text-align: center;
}
.contentBody .wp-caption img {
	box-shadow: none;
	padding: 0;
}
.contentBody p.wp-caption-text {
	margin: 4px;
	font-size: 86.67%;
	line-height: 1.25;
	text-align: left;
}
.contentBody .alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.contentBody .alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.contentBody .aligncenter {
	display: block;
	margin: 0 auto;
}
.contentBody .clear {
	clear: both;
}

.contentBody hr {
	margin: 1.5em 0 1em;
}

.contentBody table {
	margin: 1.5em 0;
	width: 100%;
	border: 1px solid #ccc;
}
.contentBody caption {
	margin-bottom: 5px;
	text-align: left;
}
.contentBody th,
.contentBody td {
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.contentBody th {
	background-color: #d0dff2;
	font-weight: normal;
}
.contentBody tbody th {
	text-align: left;
}
.contentBody table:not([border]) {
	margin: 1em 0;
	width: auto;
}
.contentBody table:not([border]),
.contentBody table:not([border]) th,
.contentBody table:not([border]) td {
	padding: 0;
	border: 0;
	background-color: transparent;
}
.contentBody table p:first-child,
.contentBody table ol:first-child,
.contentBody table ul:first-child,
.contentBody table dl:first-child,
.contentBody table address:first-child {
	margin-top: 0;
}
.contentBody table p:last-child,
.contentBody table ol:last-child,
.contentBody table ul:last-child,
.contentBody table dl:last-child,
.contentBody table address:last-child,
.contentBody table ol li:last-child {
	margin-bottom: 0;
}

.contentBody blockquote {
	margin: 0 30px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.contentBody p.linkPage {
	margin: 1.5em -15px;
}
.contentBody p.linkPage a {
	display: block;
	padding: 12px 44px 12px 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #faf7ef url(images/icon_arrow_2.png) no-repeat 97% 50%;
}
.contentBody p.linkPage a:after {
	content: " »";
}

.contentBody a[href$='.pdf'],
.contentBody a[href$='.doc'],
.contentBody a[href$='.docx'],
.contentBody a[href$='.xls'],
.contentBody a[href$='.xlsx']{
	display: inline-block;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: top;
}
.contentBody a[href$='.pdf'] {
	background-image: url(images/pdf_icon.gif);
}
.contentBody a[href$='.doc'],
.contentBody a[href$='.docx'] {
	background-image: url(images/doc_icon.gif);
}
.contentBody a[href$='.xls'],
.contentBody a[href$='.xlsx'] {
	background-image: url(images/xls_icon.gif);
}

.contentBody p.pdf-thumbnail {
	display: inline-block;
	margin: .5em 10px .5em 0;
}
.contentBody p.pdf-thumbnail a {
	display: block;
	text-decoration: none;
	text-align: center;
}
.contentBody p.pdf-thumbnail a[href$='.pdf'] {
	padding-left: 0;
	background: none;
}
.contentBody p.pdf-thumbnail img {
	margin-bottom: 5px;
	padding: 0;
}
.contentBody p.pdf-thumbnail .caption,
.contentBody p.pdf-thumbnail .fileSize {
	display: block;
	line-height: 1.25;
}
.contentBody p.pdf-thumbnail .caption {
	font-size: 93.33%;
}
.contentBody .fileSize {
	font-size: 86.67%;
}
.contentBody p.getAdobe {
	margin: 2em 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 86.67%;
}
.contentBody p.getAdobe img {
	float: left;
	margin-top: .25em;
	margin-right: 10px;
	padding: 0;
	border: 0;
	box-shadow: none;
}
.contentBody p.getAdobe span {
	display: block;
	margin-left: 122px;
}

.contentBody p.goGmap {
	margin: -10px 0 15px;
	font-size: 86.67%;
	text-align: right;
}

.wp-embedded-content {
	max-width: 100%;
}

.video {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.content {
		min-height: 0;
	}
}
@media screen and (max-width: 480px) {
	.contentBody {
		padding-right: 15px;
		padding-left: 15px;
	}
	.contentBody h2 {
		margin-right: 0;
		margin-left: 10px;
	}
	.contentBody .alignleft {
		float: none;
		margin-right: 0;
	}
	.contentBody .alignright {
		float: none;
		margin-left: 0;
	}
	.contentBody table[border="1"] th,
	.contentBody table[border="1"] td {
		display: block;
		border: 0;
	}
	.contentBody table[border="1"] tr {
		border-bottom: 1px solid #ccc;
	}
	.contentBody table[border="1"] th {
		text-align: left;
	}
  .contentBody p.linkPage {
	  margin: 1.5em 0;
  }
}


/* Q&A
================================================== */
.contentBody dl.qaList dt {
	margin-bottom: 1.5em;
	font-weight: normal;
}
.contentBody dl.qaList dd {
	padding-left: 0;
	border-bottom: 1px dotted #a5bcda;
}
.contentBody dl.qaList dd:last-child {
	border-bottom: 0;
}
.contentBody dl.qaList dd p {
	margin-top: 0;
}
.contentBody dl.qaList dt span.q,
.contentBody dl.qaList dd span.a {
	float: left;
	width: 1.375em;
	margin-top: -0.075em;
	font-size: 160%;
	font-weight: bold;
	line-height: 1;
}
.contentBody dl.qaList dt span.q {
	color: #009944;
}
.contentBody dl.qaList dd span.a {
	color: #e60012;
}


/* Japanese Class
================================================== */
.contentBody h2.className {
	margin: 2em -15px 0;
	padding-left: 0;
	border-bottom: 0;
}
.contentBody h2.className:first-child {
	margin-top: 1.25em;
}
.contentBody h2.className:before {
	display: none;
}
.contentBody .classInfo {
	margin: .5em -15px;
	padding: 0 15px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: #faf7ef;
}
.contentBody .classInfo table {
	width: 100%;
	margin: 0;
}
.contentBody .classInfo table th,
.contentBody .classInfo table td {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.contentBody .classInfo table tr:last-child th,
.contentBody .classInfo table tr:last-child td {
	border-bottom: 0;
}
.contentBody .classInfo table th {
	width: 25%;
	padding-right: 15px;
	background: transparent;
	color: #003f98;
	text-align: left;
}
body.en .contentBody .classInfo table th,
body.tl .contentBody .classInfo table th,
body.pt .contentBody .classInfo table th {
	width: 35%;
}


@media screen and (max-width: 480px) {
	.contentBody h2.className,
	.contentBody .classInfo {
		margin-right: 0;
		margin-left: 0;
	}
	.contentBody .classInfo table th {
		display: block;
		width: auto;
		padding-bottom: .25em;
		border-bottom: 0;
	}
	.contentBody .classInfo table td {
		display: block;
		padding-top: 0;
	}
}


/* Guidebook
================================================== */

body.guidebook .contentBody td:nth-child(n+2) {
	width: 20%;
}
body.guidebook .contentBody td .fileSize {
	display: block;
}

@media screen and (max-width: 568px) {
	body.guidebook .contentBody th,
	body.guidebook .contentBody td {
		display: block;
		border: 0;
	}
	body.guidebook .contentBody td:nth-child(n+2) {
		width: auto;
	}
	body.guidebook .contentBody tr {
		border-bottom: 1px solid #ccc;
	}
	body.guidebook .contentBody th {
		text-align: left;
	}
	body.guidebook .contentBody td .fileSize {
		display: inline;
		margin-left: 0;
	}
}


/* Organizations
================================================== */

.contentBody table.orgList {
	width: auto;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0;
	border: 1px solid #ccc;
}
.contentBody table.orgList th,
.contentBody table.orgList td {
	padding: 5px 8px;
}
.contentBody table.orgList col.name {
	width: 23%;
}
.contentBody table.orgList col.address {
	width: 23%;
}
.contentBody table.orgList col.represent {
	width: 23%;
}
.contentBody table.orgList col.contact {
	width: 25%;
}
.contentBody table.orgList tbody th {
	background-color: transparent;
}
.contentBody table.orgList tbody td {
	word-break: break-all;
}
.contentBody table.orgList tbody tr:nth-child(even) th,
.contentBody table.orgList tbody tr:nth-child(even) td {
	background-color: #faf8f4;
}

@media screen and (max-width: 480px) {
	.contentBody table.orgList {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.contentBody table.orgList col {
		width: auto !important;
	}
	.contentBody table.orgList thead th {
		display: none;
	}
	.contentBody table.orgList tbody th,
	.contentBody table.orgList tbody td {
		padding-top: 0;
		border: 0;
	}
	.contentBody table.orgList tbody th {
		padding-top: 5px;
		border-top: 1px solid #ccc;
		font-weight: bold;
	}
}


/* Flags
================================================== */

body.national-flags .contentBody ul,
body.desk-flags .contentBody ul {
	padding-left: 0;
	list-style: none;
	*zoom: 1;
}
body.national-flags .contentBody ul:after,
body.desk-flags .contentBody ul:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
body.national-flags .contentBody li,
body.desk-flags .contentBody li {
	float: left;
	min-width: 215px;
	margin-right: 5px;
}
body.national-flags .contentBody li img,
body.desk-flags .contentBody li img {
	padding: 0;
	vertical-align: middle;
}


/* Mail Magezine
================================================== */

.contentBody .mag2Form {
	margin: 2em -15px 0;
	padding: 0 14px;
	border: 1px solid #059fe7;
	background-color: #d5f0fb;
}
.contentBody .mag2Form h3 {
	margin-top: 1em;
}
.contentBody .mag2Form .regist,
.contentBody .mag2Form .cancel {
	margin-top: 20px;
	padding: 1em 14px;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: #fff;
}
.contentBody .mag2Form h4 {
	margin: 0 0 .5em;
}
.contentBody .mag2Form form label,
.contentBody .mag2Form form input {
	vertical-align: middle;
}
.contentBody .mag2Form form input[type='text'] {
	width: 15em;
	max-width: 80%;
	padding: 2px;
	border: 1px solid #059fe7; 
	font-size: 120%;
}
.contentBody .mag2Form form input[type='submit'] {
	padding: 3px 5px 2px;
	border: 1px solid #999;
	background: linear-gradient(#fff, #eaeaea);
	background-color: #eaeaea;
}
.contentBody .mag2Form p.powerdBy {
	margin-top: 2em;
	font-size: 80%;
	text-align: center;
}
.contentBody .mag2Form p.powerdBy img {
	vertical-align: middle;
}
.contentBody .mag2Form p.powerdBy .useMag2 {
	display: inline-block;
	text-align: left;
}

@media screen and (max-width: 480px) {
	.contentBody .mag2Form {
		margin-left: 0;
		margin-right: 0;
	}
}


/* Access
================================================== */

.contentBody .gmap {
	margin: 1.5em 0 15px;
	padding: 4px;
	border: 2px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
}
body.main-office .gm-style-iw {
  min-height: 185px;
}
body.branch-office .gm-style-iw {
  min-height: 205px;
}
.gm-style-iw img {
	margin-bottom: .5em;
	border: 0;
	box-shadow: none;
}
.gm-style-iw strong {
	font-weight: bold;
}
.contentBody .gmap img {
	padding: 0;
}


/* Child Page List
================================================== */

.content ul.childPages {
	padding: 0 15px 15px;
}
.content ul.childPages a {
	display: block;
	padding: 12px 44px 12px 14px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #faf7ef url(images/icon_arrow_2.png) no-repeat 97% 50%;
}
.content ul.childPages li:first-child a {
	border-radius: 5px 5px 0 0;	
}
.content ul.childPages li:last-child a {
	border-bottom: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.content ul.childPages a:hover,
.content ul.childPages a:focus {
	background-color: #fff;
}


/* Event Info
================================================== */
.contentHeader .eventDate {
	clear: both;
	margin-left: 54px;
	font-weight: bold;
	line-height: 1.25;
}
.contentBody .eventInfo {
	margin: 2em -15px 0;
	padding: 0 15px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: #faf7ef;
}
.contentBody .eventInfo table {
	margin: 0;
	width: 100%;
}
.contentBody .eventInfo table th,
.contentBody .eventInfo table td {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.contentBody .eventInfo table tr:last-child th,
.contentBody .eventInfo table tr:last-child td {
	border-bottom: 0;
}
.contentBody .eventInfo table td{
	word-break: break-all;
}
.contentBody .eventInfo table th {
	width: 22%;
	padding-right: 15px;
	color: #003f98;
	text-align: left;
}
.contentBody .eventInfo td span {
	display: inline-block;
	margin-right: .5em;
}
.contentBody .eventInfo .map {
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
.contentBody .eventInfo .simplemap {
	margin-bottom: 15px;
	padding: 4px;
	border: 2px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
}

@media screen and (max-width: 480px) {
	.contentBody .eventInfo {
		margin-right: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.contentBody .eventInfo table th {
		display: block;
		width: auto;
		padding-bottom: .25em;
		border-bottom: 0;
	}
	.contentBody .eventInfo table td {
		display: block;
		padding-top: 0;
	}
}

/* Report Info
================================================== */
.contentBody dl.reportInfo {
	padding-bottom: .5em;
	border-bottom: 2px solid #a5bcda;
}
.contentBody dl.reportInfo dt {
	position: absolute;
	width: 5em;
	font-weight: normal;
}
.contentBody dl.reportInfo dd {
	padding-left: 5em;
	margin-bottom: .5em;
}
#report .content p.charge {
	padding: 0 29px 1.5em; 
	text-align: right;
}


/* Post List
================================================== */
.contentBody ul.postList {
	margin: 0 -15px -15px;
	padding: 0;
	list-style: none;
	line-height: 1.25;
}
.contentBody ul.postList li {
	padding: 15px 0;
	border-bottom: 1px solid #d7d7d7;
}
.contentBody ul.postList li:last-child {
	border-bottom: 0;
}
.disaster.warning .contentBody ul.postList li:last-child {
	margin-bottom: 30px;
	border-bottom: 1px solid #d7d7d7;
}
.contentBody ul.postList .title {
	margin-bottom: .5em;
	font-size: 106.67%;
	font-weight: bold;
	line-height: 1.5;
}
.contentBody ul.postList dl.eventDate,
.contentBody ul.postList dl.reportInfo {
	margin: .75em 0;
	padding: 4px;
	border-radius: 5px;
	border: 1px solid #faf7ef;
	background-color: #faf7ef;
	line-height: 1.5;
}
.contentBody ul.postList dl.eventDate dt {
	position: absolute;
	font-weight: normal;
}
.contentBody ul.postList dl.eventDate dd,
.contentBody ul.postList dl.reportInfo dd {
	margin-bottom: 0;
}
body.ja .contentBody ul.postList dl.eventDate dd,
body.zh .contentBody ul.postList dl.eventDate dd {
	padding-left: 3em;
}
body.en .contentBody ul.postList dl.eventDate dd,
body.tl .contentBody ul.postList dl.eventDate dd {
	padding-left: 5em;
}
body.pt .contentBody ul.postList dl.eventDate dd {
	padding-left: 7em;
}
body.vi .contentBody ul.postList dl.eventDate dd {
	padding-left: 5.5em;
}
.contentBody ul.postList dl.eventDate dd span {
	display: inline-block;
	margin-right: .5em;
}
.contentBody ul.postList .theme {
	margin-bottom: .5em;
}
.contentBody ul.postList .category {
	display: inline-block;
	margin-right: .5em;
}
.contentBody ul.postList .date {
	display: inline-block;
	color: #666;
}

.contentBody ul.postList .thumbnail {
	float: left;
	width: 106px;
	margin-right: 14px;
}
.contentBody ul.postList .thumbnail img {
	padding: 2px;
	max-width: 100%;
}
.contentBody ul.postList li.hasThumb .title,
.contentBody ul.postList li.hasThumb .eventDate,
.contentBody ul.postList li.hasThumb .reportInfo,
.contentBody ul.postList li.hasThumb .theme {
	margin-left: 120px;
}
.disaster .contentBody p {
	margin: 15px -15px 0;
	font-size: 106.67%;
	font-weight: bold;
}

@media screen and (max-width: 480px) {
	.contentBody ul.postList,
	.disaster .contentBody p {
		margin-left: 0;
		margin-right: 0;
	}
	.contentBody ul.postList .thumbnail {
		width: 76px;
	}
	.contentBody ul.postList li.hasThumb .title {
		margin-left: 90px;
	}
	.contentBody ul.postList li.hasThumb .eventDate,
	.contentBody ul.postList li.hasThumb .reportInfo,
	.contentBody ul.postList li.hasThumb .theme {
		clear: left;
		margin-left: 0;
	}
	.contentBody ul.postList dl.reportInfo dt {
		display: none;
	}
	.contentBody ul.postList dl.reportInfo dd {
		padding-left: 0;
	}
	.contentBody ul.postList div:not(.title),
	.contentBody ul.postList dl {
		font-size: 93.33%;
	}
}

/* is_mobile */
.contentBody ul.postList a.mobile {
	display: block;
	padding-right: 23px;
	background: url(images/icon_mobile_arrow1.png) no-repeat 100% 50%;
	text-decoration: none;
}
.contentBody ul.postList a.mobile div:not(.title),
.contentBody ul.postList a.mobile dl {
	color: #333;
}
.contentBody ul.postList a.mobile img {
	border-color: #fff;
}


/* SNS Button
================================================== */
.sns-button {
	margin: 15px 14px;
}
.sns-button + .contentBody {
	margin: 1.5em 0 48px;
}
.contentBody + .sns-button {
	position: absolute;
	bottom: 0;
	left: 0;
}
.sns-button .fb-like,
.sns-button .twitter-share-button,
.sns-button .line-it-button,
.sns-button .bdsharebuttonbox,
.sns-button .wechat {
	display: inline-block;
	vertical-align: bottom;
}
.sns-button .bdsharebuttonbox a {
	margin: 2px 4px 2px 0;
	color: #333;
	text-decoration: none;
}
.sns-button .wechat a {
  background: url(images/icon_wechat.png) no-repeat 0 50%;
  padding: 2px 0 2px 18px;
	color: #333;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}



/* Pagination
================================================== */
.pagination,
.navigation {
	margin: -10px 0 40px;
}
.pagination {
	text-align: center;
}
.navigation li.prev {
	float: left;
	margin-bottom: 5px;
}
.navigation li.next {
	float: right;
	margin-bottom: 5px;
	text-align: right;
}
.pagination span,
.pagination a,
.navigation a {
	display: inline-block;
	padding: 2px 8px;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	border-radius: 4px;
}
.pagination a,
.navigation a {
	background: linear-gradient(#3b6bb0, #05439a);
	background-color: #05439a;
	color: #fff;
	text-decoration: none;
}
.pagination a:hover,
.pagination a:focus,
.navigation a:hover,
.navigation a:focus {
	background: linear-gradient(#4d76b0, #235499);
	background-color: #05439a;
}
.pagination span.current {
	background-color: #fff;
	color: #003f98;
}
.pagination span.dots {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
}
.pagination a span {
	padding: 0;
	box-shadow: none;
	background-color: transparent;
	color: #fff;
}

@media screen and (max-width: 568px) {
	.pagination,
	.navigation {
		margin: 0 0 25px;
	}
}


/* Site map
================================================== */
#sitemap .contentBody h3 {
	margin-bottom: 5px;
}
#sitemap .contentBody ul {
	list-style: none;
	padding-left: 0;
	padding-top: .25em;
	margin-top: 0;
	margin-left: 30px;
	background: url(images/sitemap_list.gif) repeat-y;
}
#sitemap .contentBody ul li ul {
	padding-top: 1px;
}
#sitemap .contentBody ul li {
	margin-bottom: 0;
	margin-top: .5em;
	padding-left: 20px;
	background: url(images/sitemap_list_item.gif) no-repeat 0 .675em;
}
#sitemap .contentBody ul li:last-child {
	background-image: url(images/sitemap_list_end.gif);
}

@media screen and (max-width: 568px) {
	#sitemap .contentBody {
		padding-left: 15px;
		padding-right: 15px;
	}
	#sitemap .contentBody h2 {
		margin-right: 0;
		margin-left: 10px;
	}
	#sitemap .contentBody h3 {
		margin-bottom: -1px;
	}
	#sitemap .contentBody ul {
		padding: 0;
		margin: 0;
		background: none;
	}
	#sitemap .contentBody ul li ul {
		padding-top: 0;
		padding-left: 15px;
		margin-bottom: -1px;
		border-bottom: 1px solid #7f9fcb;
	}
	#sitemap .contentBody ul li ul li ul {
		margin-bottom: 0;
		border-bottom: 0;
	}
	#sitemap .contentBody ul li {
		margin-top: 0;
		padding-left: 0;
		background: none;
		border-top: 1px solid #7f9fcb;
	}
	#sitemap .contentBody ul li:last-child {
		background-image: none;
	}
	#sitemap .contentBody ul li ul li {
		border-top-style: dotted;
	}
	#sitemap .contentBody a,
	#sitemap .contentBody .notLink {
		display: block;
		padding: 5px 20px 5px 0;
		text-decoration: none;
	}
	#sitemap .contentBody h3 a {
		background: url(images/icon_mobile_arrow1.png) no-repeat 100% 50%;
	}
	#sitemap .contentBody ul li a {
		background: url(images/icon_mobile_arrow2.png) no-repeat 98% 50%;
	}
	#sitemap .contentBody ul li ul li a {
		background-position: 97% 50%;
		background-size: 6px auto;
	}

}


/* Form
================================================== */
#support.request .contentBody h2 {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	border-bottom: 0;
}
#support.request .contentBody h2:before {
	content: none;
}
.wpcf7-form table {
	margin-top: .5em;
}
.wpcf7-form table th {
	width: 25%;
	padding: 5px 10px;
	background-color: #eaeaea;
	vertical-align: middle;
}
.wpcf7-form table td {
	width: 75%;
	padding: 10px 10px 7px;
	vertical-align: middle;
}
.wpcf7-form table td label {
	display: inline-block;
}
.wpcf7-form td dt span {
	font-weight: normal;
}
.wpcf7-form td p,
.wpcf7-form td dd {
	margin: 0;
}
.wpcf7-form td div p {
	margin-top: 1em !important;
}
.wpcf7-form td .comment {
	margin-bottom: .5em;
	color: #003f98;
}
.wpcf7-form td div .comment {
	margin-bottom: 0;
}
.wpcf7-form td span:not(.wpcf7-form-control-wrap) {
	display: inline-block;
}
.wpcf7-form .required {
	color: #e60012;
	font-family: Verdana, Arial, sans-serif !important;
	font-style: normal;
	vertical-align: middle;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
	margin-bottom: 3px;
	padding: 8px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 3px;
	background-color: #f8f8f8;
}
.wpcf7-form select {
	padding: 7px 5px;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="date"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
	background-color: #fff;
}
.wpcf7-form input[type="text"] {
	width: 50%;
}
.wpcf7-form input#your-zip,
.wpcf7-form input#tyk-sex,
.wpcf7-form input#your-firstname,
.wpcf7-form input#your-lastname,
.wpcf7-form input#your-firstkana,
.wpcf7-form input#your-lastkana {
	width: 10em;
}
.wpcf7-form input#your-address,
.wpcf7-form input#your-email,
.wpcf7-form input#tyk-location-add {
	width: 75%;
}
.wpcf7-form input#your-zip1,
.wpcf7-form input#your-zip2,
.wpcf7-form input#tyk-number2 {
	width: 5em;
}
.wpcf7-form input#tyk-birth-year {
	width: 5em;
	margin-right: .25em;
}
.wpcf7-form select[id^="tyk-birth"] {
	margin-right: .25em;
}
.wpcf7-form textarea {
	width: 100%;
	height: 10em;
}
.wpcf7-form textarea#tyk-detail {
	height: 4em;
}
.wpcf7-form input[name="zip2addr"] {
	margin-left: 10px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background: linear-gradient(#fff, #eaeaea);
	background-color: #f8f8f8;
}
.wpcf7-form input[name="zip2addr"]:hover,
.wpcf7-form input[name="zip2addr"]:focus {
	background: linear-gradient(#eaeaea, #fff);
	background-color: #eaeaea;
}
.wpcf7-form td .fixed {
	display: inline-block;
	padding: 6px;
}
.wpcf7-form span.wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-form span.wpcf7-not-valid-tip {
	margin-left: .5em;
	color: #e60012;
}
.wpcf7-form .wpcf7-not-valid {
	border-color: #e60012 !important;
	background-color: #fffcfc !important;
}
.wpcf7-form #request-mailmag .wpcf7-list-item-label {
	position: absolute;
	width: 0;
	overflow: hidden;
}
.wpcf7-form #enquete1 .wpcf7-list-item,
.wpcf7-form #enquete2 .wpcf7-list-item {
	display: block;
	margin-top: .75em;
}
.wpcf7-form #enquete1-other,
.wpcf7-form #enquete2-other {
	margin-top: .75em;
}

.wpcf7-form .agreement {
	margin-top: .5em;
	padding: 10px 15px;
	border: 2px solid #ccc;
}
.wpcf7-form .tyk-accept  {
	display: block;
	font-size: 120%;
	text-align: center;
}
.wpcf7-form .submit {
	margin: 2em 0;
	text-align: center;
}
.wpcf7-form .submit p {
	margin-bottom: 0;
}
.wpcf7-form .submit input {
	padding: 5px 1em;
	border: 1px solid #ccc;
	background: linear-gradient(#fff, #eaeaea);
	background-color: #f8f8f8;
	font-size: 120%;
}
.wpcf7-form .submit input:hover,
.wpcf7-form .submit input:focus {
	background: linear-gradient(#eaeaea, #fff);
	background-color: #eaeaea;
}
.wpcf7-form .submit input[disabled] {
	background: #f8f8f8 !important;
	color: #999;
}
.wpcf7-form .submit .sentComment {
	display: inline-block;
	text-align: left;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0 1em !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border: 2px solid #e60012 !important;
}
.wpcf7 form .wpcf7-mail-sent-ok {
	display: none !important;
}

#tyk-star {
	position: relative;
	width: 13em;
	height: 1.5em;
}
#tyk-star .wpcf7-list-item {
	position: absolute;
	top: 0;
	left: 0;
}
#tyk-star input[type='radio'] {
  position: absolute;
  opacity: 0;
}
#tyk-star .wpcf7-list-item-label {
  color: #ccc;
  cursor: pointer;
  font-size: 180%;
  line-height: 1;
  letter-spacing: .5em;
}
#tyk-star .wpcf7-list-item:hover .wpcf7-list-item-label,
#tyk-star .wpcf7-list-item:hover ~ .wpcf7-list-item .wpcf7-list-item-label,
#tyk-star .wpcf7-list-item.checked .wpcf7-list-item-label,
#tyk-star .wpcf7-list-item.checked ~ .wpcf7-list-item .wpcf7-list-item-label {
  color: #fc0;
}
.wpcf7-form .starLank {
	width: 15em;
	font-size: 86.7%;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input#your-address,
	.wpcf7-form input#your-email,
	.wpcf7-form input#tyk-place-add {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.wpcf7-form table th,
	.wpcf7-form table td {
		width: auto;
	}
}



/* 404
================================================== */
#error .contentBody ul {
	margin: 30px -15px;
	padding: 25px 15px 10px 40px;
	border-radius: 10px;
	background-color: #faf7ef;
}
#error .contentBody li {
	margin-bottom: 1em;
}


/* AdSense
================================================== */
.ad {
	margin-bottom: 40px;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	border: 1px solid #ccc;
	background-color: #fff;
}
ins.adsbygoogle {
	background-color: transparent;
}


/* Sidebar
================================================== */
#localNav ul li {
	border-top: 1px solid #a5bcda;
	background: linear-gradient(#fff, #eaeaea);
	background-color: #f8f8f8;
}
#localNav ul li:first-child,
#localNav ul li ul li {
	border-top: 0;
}
#localNav ul li ul,
#localNav ul li.current_page_item ul li ul,
#localNav ul li.current_page_parent ul li ul {
	display: none;
}
#localNav ul li.current_page_item ul,
#localNav ul li.current_page_parent ul {
	display: block;
	border-top: 1px solid #a5bcda;
}
#localNav ul li ul li.current_page_item ul,
#localNav ul li ul li.current_page_parent ul {
	display: block;
	margin-left: 18px;
	border-top: 1px dotted #dedede;
}
#localNav ul li ul li {
	border-bottom: 1px dotted #a5bcda;
}
#localNav ul li ul li:last-child {
	border-bottom: 0;
}
#localNav ul li ul li ul li {
	border-bottom-color: #dedede;
}
#localNav ul li:last-child,
#localNav ul li:last-child a,
#localNav > ul > li:last-child ul li:last-child,
#localNav > ul > li:last-child ul li:last-child a,
#localNav > ul > li:last-child.current_page_item ul li:last-child,
#localNav > ul > li:last-child.current_page_item ul li:last-child a,
#localNav > ul > li:last-child.current_page_parent ul li:last-child,
#localNav > ul > li:last-child.current_page_parent ul li:last-child a {
	border-radius: 0 0 10px 10px;
}
#localNav ul li ul li:last-child,
#localNav ul li ul li:last-child a,
#localNav ul li ul li ul li:last-child,
#localNav ul li ul li ul li:last-child a,
#localNav > ul > li:last-child.hasChild.current_page_item a,
#localNav > ul > li:last-child.hasChild.current_page_parent a,
#localNav > ul > li:last-child.hasChild.current_page_parent ul li ul li a {
	border-radius: 0;
}
#localNav ul li:hover,
#localNav ul li.hover {
	background: linear-gradient(#eaeaea, #fff);
	background-color: #eaeaea;
}
#localNav ul li.current_page_item,
#localNav ul li.current_page_parent,
#localNav ul li ul li {
	background: #fff;
}
#localNav ul li a {
	display: table-cell;
	width: 230px;
	height: 50px;
	vertical-align: middle;
	padding: 3px 36px 3px 18px;
	background: url(images/icon_midashi_off.png) no-repeat 7px 50%, url(images/icon_arrow_off.png) no-repeat 96% 50%;
	color: #003f98;
	text-decoration: none;
}
#localNav ul li a:hover,
#localNav ul li a:focus {
	background-image: url(images/icon_midashi_on.png), url(images/icon_arrow_on1.png);
}
#localNav ul li.current_page_item a,
#localNav ul li.current_page_parent a {
	background-image: url(images/icon_midashi_on.png), url(images/icon_arrow_on2.png);
}
#localNav ul li.current_page_item ul li a,
#localNav ul li.current_page_parent ul li a {
	height: 32px;
	padding: 5px 10px 5px 18px;
	background: none;
}
#localNav ul li ul li.current_page_item ul li a,
#localNav ul li ul li.current_page_parent ul li a {
	height: 28px;
	background-image: url(images/icon_sub_list.gif);
	background-repeat: no-repeat;
	background-position: 5px 1.2em;
	font-size: 93.33%;
}
#localNav ul li ul li a:hover,
#localNav ul li ul li a:focus {
	text-decoration: underline;
}
#localNav ul li.current_page_item a,
#localNav ul li.current_page_item a:hover,
#localNav ul li.current_page_item a:focus,
#localNav ul li ul li.current_page_item a,
#localNav ul li ul li.current_page_item a:hover,
#localNav ul li ul li.current_page_item a:focus {
	background-color: #deedf2;
}
#localNav ul li.current_page_parent a:hover,
#localNav ul li.current_page_parent a:focus,
#localNav ul li.current_page_item ul li a:hover,
#localNav ul li.current_page_item ul li a:focus,
#localNav ul li ul li.current_page_item ul li a:hover,
#localNav ul li ul li.current_page_item ul li a:focus {
	background-color: #f2f2f2;
}
#localNav ul li ul li.current_page_item ul li a {
	background-color: #fff;
}

#sidebar ul.listItem li {
	margin: 0 15px;
	padding: 10px 0;
	border-top: 1px solid #d7d7d7;
}
#sidebar ul.listItem li:first-child {
	border-top: 0;
}
#sidebar ul.listItem li ul {
	margin-top: 10px;
	border-top: 1px dotted #d7d7d7;
}
#sidebar ul.listItem li ul li {
	margin: 0;
	border-top-style: dotted;
}
#sidebar ul.listItem li ul li:last-child {
	padding-bottom: 0;
}
#sidebar ul.listItem li a {
	display: block;
	margin: -10px -15px;
	padding: 10px 15px;
	text-decoration: none;
}
#sidebar ul.listItem li ul li a {
	padding-left: 30px;
}
#sidebar ul.listItem li:last-child a,
#sidebar ul.listItem li:last-child ul li:last-child a {
	border-radius: 0 0 10px 10px;
}
#sidebar ul.listItem li.hasChild a,
#sidebar ul.listItem li ul li:last-child a {
	border-radius: 0;
}
#sidebar ul.listItem li a .date {
	display: block;
	margin-bottom: .5em;
	color: #333;
}
#sidebar ul.listItem li a:hover,
#sidebar ul.listItem li a:focus {
	background-color: #f2f2f2;
}

#sidebar #wp-calendar,
#sidebar .calendar .eventlist {
	margin: 5px 10px 10px;
	position: relative;
}
#sidebar #wp-calendar table {
	width: 100%;
	border: 1px solid #c5c5c5;
	table-layout: fixed;
}
#sidebar #wp-calendar th,
#sidebar #wp-calendar td {
	border: 1px solid #c5c5c5;
	font-size: 80%;
	text-align: center;
}
#sidebar #wp-calendar caption {
	margin-bottom: 5px;
	font-size: 133.33%;
	font-weight: bold;
}
#sidebar #wp-calendar caption a {
	color: #1b824c;
}
#sidebar #wp-calendar th {
	padding: 1px 0;
	font-weight: normal;
}
body.en #sidebar #wp-calendar th,
body.tl #sidebar #wp-calendar th,
body.pt #sidebar #wp-calendar th {
	padding: 3px 0;
	font-size: 66.67%;
}
#sidebar #wp-calendar td {
	padding: 5px 0;
}
#sidebar #wp-calendar td a {
	display: block;
	margin: -5px 0;
	padding: 5px 0;
	background-color: #deedf2;
}
#sidebar #wp-calendar th:first-child,
#sidebar #wp-calendar td:first-child,
#sidebar #wp-calendar td:first-child a {
	color: #b53232;
}
#sidebar #wp-calendar th:last-child,
#sidebar #wp-calendar td:last-child,
#sidebar #wp-calendar td:last-child a {
	color: #2146a3;
}
#sidebar #wp-calendar td#today,
#sidebar #wp-calendar td#today a {
	background-color: #ffc;
	font-weight: bold;
}
#sidebar #wp-calendar td.pad {
	background-color: #f5f5f5;
}
#sidebar #wp-calendar .nav {
	margin-top: 8px;
	font-size: 80%;
}
#sidebar #wp-calendar .nav #prev {
	float: left;
}
#sidebar #wp-calendar .nav #next {
	float: right;
}
#sidebar #wp-calendar .nav a {
	color: #333;
	text-decoration: underline;
}
#sidebar #wp-calendar .popup {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: 8px;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	border-radius: 5px;
	background: #ffffcc;
	z-index: 99;
	font-size: 80%;
}
#sidebar #wp-calendar .popup span {
	display: block;
	margin: .5em 8px;
}

#sidebar .calendar .eventlist a {
	display: block;
	padding: 3px 5px;
	border-radius: 4px;
	background-color: #1b824c;
	color: #fff;
	font-size: 93.33%;
	text-decoration: none;
	text-align: center;
}
#sidebar .calendar .eventlist a:hover,
#sidebar .calendar .eventlist a:focus {
	background-color: #349b6b;
}

#sidebar .highlight {
	margin-bottom: 20px;
	padding-bottom: 35px;
	background: url(images/img_pause.png) repeat-x 50% 100%;
	line-height: 1.25;
}
#sidebar .highlight li a {
	display: block;
	margin-bottom: 10px;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	border: 3px solid #003f98;
	border-radius: 4px;
	background-color: #efefef;
	color: #333;
	text-decoration: none;
	position: relative;
}
#sidebar .highlight li a:hover,
#sidebar .highlight li a:focus {
	background-color: #f9f9f9;
}
#sidebar .highlight li img {
	float: left;
	width: 80px;
}
#sidebar .highlight li .highlightText {
	display: table-cell;
	max-width: 134px;
	height: 74px;
	padding: 3px 5px;
	vertical-align: bottom;
	word-wrap: break-word;
}
#sidebar .highlight li .highlightText .title {
	display: block;
	font-size: 106.67%;
	font-weight: bold;
}
#sidebar .highlight li .highlightText .content {
	display: block;
	margin-top: .25em;
	color: #e60012;
	font-size: 86.67%;
}
#sidebar .wp_bannerize div {
	margin-bottom: 10px;
}
#sidebar .links a {
	display: inline-block;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	#localNav ul li a {
		width: 728px;
		background-position: 7px 50%, 98% 50%;
		background-size: auto 20px, 26px 26px;
	}
	#sidebar .highlight li:nth-child(odd) {
		float: left;
		width: 49%;
	}
	#sidebar .highlight li:nth-child(even) {
		float: right;
		width: 49%;
	}
	#sidebar .wp_bannerize div,
	#sidebar .links a {
		float: left;
		margin-right: 10px;
	}
	#sidebar .archives li br {
		display: none;
	}
}
@media screen and (max-width: 568px) {
	#localNav ul li a {
		background-position: 7px 50%, 97% 50%;
		background-size: auto 20px, 26px 26px;
	}
}
@media screen and (max-width: 480px) {
	#localNav ul li a {
		background-position: 7px 50%, 95.5% 50%;
	}
	#sidebar .highlight li:nth-child(odd),
	#sidebar .highlight li:nth-child(even) {
		float: none;
		width: auto;
	}
}

/* is_mobile */
#localNav ul li a {
	background-position: 7px 50%, 97.5% 50%;
}
#sidebar.mobile #localNav ul li ul li a,
#sidebar.mobile ul.listItem li a {
	padding-right: 30px;
	background-image: url(images/icon_mobile_arrow2.png);
	background-repeat: no-repeat;
	background-position: 96% 50%;
}
#sidebar.mobile #localNav ul li ul li.current_page_item ul li a,
#sidebar.mobile #localNav ul li ul li.current_page_parent ul li a {
	background-image: url(images/icon_sub_list.gif), url(images/icon_mobile_arrow2.png);
	background-position: 5px 1.2em, 95% 50%;
	background-size: auto, 6px auto;
}


/* Footer
================================================== */
#footNav {
	border-top: 1px solid #003f98;
	border-bottom: 1px solid #003f98;
	background: linear-gradient(#003f98, #0059aa);
	background-color: #003f98;
}
#footNav ul {
	padding: 15px 0 10px;
	font-size: 93.33%;
	line-height: 1.25;
	text-align: center;
}
#footNav li {
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 5px;
	margin-left: -0.25em;
	border-right: 1px solid #8ba8d0;
}
#footNav li:last-child {
	border-right: 0;
}
#footNav a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
#footNav a:hover,
#footNav a:focus {
	text-decoration: underline;
}
#commonFooter address {
	margin: 30px 20px 40px;
	color: #003f98;
	font-style: normal;
}
#commonFooter address a {
	color: #003f98;
}
#commonFooter address em {
	display: block;
	margin-bottom: 5px;
	font-size: 133.33%;
	font-weight: bold;
	font-style: normal;
}
#commonFooter address dl {
	width: 48%;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.5);
	position: relative;
}
#commonFooter address dl.mainOffice {
	float: left;
}
#commonFooter address dl.westernOffice {
	float: right;
}
#commonFooter address dt {
	margin: 5px 15px 10px;
	padding: 10px 4em 0 30px;
	background: url(images/icon_bill.png) no-repeat 0 100%;
	border-bottom: 2px solid #003f98;
	font-weight: bold;
}
body.ja #commonFooter address dt,
body.zh #commonFooter address dt {
	margin-top: 0;
	font-size: 120%;
}
#commonFooter address dd {
	margin: 3px 15px;
	line-height: 1.25;
}
#commonFooter address dd:last-child {
	margin-bottom: 10px;
}
#commonFooter address dd span.term {
	position: absolute;
	display: block;
	width: 2.5em;
	margin-right: 10px;
	padding: 2px 5px 2px 15px;
	border-radius: 5px;
	background: #003f98 url(images/icon_footer_contact.gif) no-repeat 5px 50%;
	color: #fff;
	text-transform: uppercase;
}
#commonFooter address dd span.dsc {
	display: block;
	margin-left: 2.5em;
	padding: 2px 0 5px 30px;
}
body.en #commonFooter address dd span.term,
body.tl #commonFooter address dd span.term {
	width: 4.5em;
}
body.en #commonFooter address dd span.dsc,
body.tl #commonFooter address dd span.dsc {
	margin-left: 4.5em;
}
body.pt #commonFooter address dd span.term {
	width: 5.25em;
}
body.pt #commonFooter address dd span.dsc {
	margin-left: 5.25em;
}
body.vi #commonFooter address dd span.term {
	width: 4em;
}
body.vi #commonFooter address dd span.dsc {
	margin-left: 4em;
}
#commonFooter .access {
	position: absolute;
	top: 15px;
	right: 15px;
}
#commonFooter .grant {
	padding: 5px 0;
	background-color: rgba(0,0,0,0.075);
	font-size: 86.67%;
	line-height: 1.25;
}
#copyright {
	padding: 20px 0;
	background-color: rgba(0,0,0,0.15);
	font-size: 80%;
	line-height: 1.25;
	text-align: right;
}
#scrollTop {
	position: fixed;
	right: -1px;
	bottom: 15em;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	display: none;
	z-index: 99;
}
body.pt #scrollTop {
	bottom: 20em;
}
#scrollTop a {
	display: block;
	padding: 7px 15px;
	border-radius: 10px 10px 0 0;
	background-color: rgba(0,63,152,0.7);
	color: #fff;
	text-decoration: none;
}
#scrollTop a:hover,
#scrollTop a:focus {
	background-color: rgba(0,63,152,0.8);
}

@media screen and (max-width: 568px) {
	#commonFooter address {
		margin: 15px 0;
	}
	#commonFooter address dl {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 568px) {
	#footNav li {
		padding: 0 5px;
		margin-left: 0;
		border-right: 0;
	}
	#footNav a {
		text-decoration: underline;
	}

	#scrollTop {
		bottom: 0 !important;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
	#scrollTop a {
		padding: 5px 10px;
		border-radius: 10px 0 0 0;
	}
}

/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
section:after,
article:after,
aside:after,
.postList li:after,
.postList a.mobile:after,
.contentHeader:after,
.contentBody:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.inner,
header,
footer,
section,
article,
aside,
.postList li,
.postList a.mobile,
.contentHeader,
.contentBody,
.clearfix {
	*zoom: 1;
}
