@charset "utf-8";
/*
Theme Name: poc-site on-site
Theme URI: http://www.poc-site.jp/
Version: 1.0
Author: Growniche
Author URI: http://www.growniche.co.jp/
*/


@import url('css/reset.css');

* {
	padding: 0px;
	margin: 0px;
	outline: none;
}

html {
	border: 0px;
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
}

body {
	color: #333333;
	cursor: default;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.6;
	word-wrap: break-word;
}

.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
}
a {overflow:hidden;}
a:link { color: #bb7a00; text-decoration: underline;}
a:visited { color: #bb7a00; text-decoration: underline;}
a:active { color: #bb7a00; text-decoration: underline; outline: none;}
a:hover { color: #885900; text-decoration: none;}
a:focus { -moz-outline-style: none; }

a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
 
a img {
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

img {
	max-width:100%; 
  width:auto; /* IE8用 */
	height:auto;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	font-size: 15px; font-size: 1.5rem;
	position: relative;
	overflow: hidden;
}

#main {
	clear: both;
	padding-bottom: 20px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#content {
	clear: both;
	width: 100%;
	float: left;
	padding-top: 55px;
	padding-bottom: 140px;
	background: url(images/common/footer_bg_01.png) repeat-x bottom center #faf4ed;
}

#contentInner {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 20px;
}

#bannerArea {
	clear: both;
	width: 100%;
	background: url(images/common/footer_bg_02.jpg) repeat 0 0 #faf4ed;
	padding: 40px 0 10px;
	overflow: hidden;
	position: relative;
}
#bannerAreaInner {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ========================================================
header
===================================================== */
.headBar {
	width: 100%;
	background: url(images/common/header_bg.png) repeat-x 0 0;
}
.headBarInner {
	font-size: 14px; font-size: 1.4rem;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	overflow: hidden;
}

.headBarInner .logoGlobal {
	float: left;
	color: #fff;
	font-weight: normal;
	padding: 12px 0 13px 0;
	line-height: 1.2;
}
.headBarInner .blockName {
	float: right;
	padding: 10px;
}

.headBarInner .blockName a {
	color: #fff;
	background: url(images/common/arrow_01.png) no-repeat 0 2px;
	padding-left: 15px;
	text-decoration: none;
}
.headBarInner .blockName a:hover {
	color: #e5f3ff;
}

#headerGlobal {
	margin: 0 auto;
	width: 100%;
	position: relative;
	background: url(images/common/main_bg.png) repeat 0 0;
}

.mainColumn {
	position: relative;
	margin: 0px auto;
	max-width: 940px;
	min-height: 340px;
}

#gNavBar {
	clear: both;
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
	background-color: #ffffff;
}
ul#globalNav {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
}
ul#globalNav li {
	display: inline-block;
}

ul#globalNav li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 25px 20px 0 20px;
	vertical-align: middle;
	display: block;
	text-align: center;
	color: #333333;
}


ul#globalNav li a span {
	border-bottom: 3px solid #ffffff;
	padding-bottom: 23px;
	display: inline-block;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
ul#globalNav li a:hover span,
ul#globalNav li.current-menu-item a span,
ul#globalNav li.current-menu-parent a span {
	border-bottom: 3px solid #0074c6;
}

/* SP Menu */
.js #gNavBar {
    position: relative;
}
.js #gNavBar.closed {
}
.nav-toggle {
	display: none;
	padding: 22px 0 22px 10px;
	font-weight: bold;
	background: url(images/common/iconmenu.png) no-repeat center center #ffffff;
}
.nav-toggle.active {
	background: url(images/common/iconmenu_close.png) no-repeat center center #ffffff;
}
a.nav-toggle {
	text-decoration: none;
	color: #ffffff;
}

/* ========================================================
footer
===================================================== */
ul.bannerList {
	list-style: none;
	position: relative;
	float: left;
	left: 50%;
	margin-bottom: 40px;
}
ul.bannerList li {
	float: left;
	margin:	0 6px 10px;
	position: relative;
	left: -50%;
}

#bannerAreaInner h3 {
	font-size: 18px; font-size: 1.8rem;
	text-align: center;
	color: #5b4115;
	clear: both;
	margin-bottom: 20px;
	line-height: 1.2;
}

.pageTop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;
}
.pageTop a {
	background: url(images/common/btn_pagetop.png) no-repeat 0 0 transparent;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 50px;
	text-indent: 100%;
	white-space: nowrap;
}

#footerGlobal {
	max-width: 980px;
	padding: 30px 20px;
	margin: 0 auto;
	clear: both;
}

.footerNav {
	width: 60%;
	float: left;
	margin-bottom: 20px;
}
.footerNav a {
	color: #333333;
	text-decoration: none;
}
.footerNav a:hover {
	color: #999999;
	text-decoration: none;
}

.footerNav ul#ulFooter {
	list-style: none;
	overflow: hidden;
	margin-bottom: 20px;
}
.footerNav ul#ulFooter li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 1;
}
.footerNav ul#ulFooter_02 {
	list-style: none;
	clear: both;
}
.footerNav ul#ulFooter_02 li {
	font-size: 12px; font-size: 1.2rem;
	float: left;
	margin-right: 20px;
	line-height: 1;
}

.footerQr {
	width: 40%;
	float: left;
	margin-bottom: 20px;
}
.footerQr dl dt {
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}
.footerQr dl dd {
	font-size: 13px; font-size: 1.3rem;
	line-height: 1.3;
}
.footerQr .qr {
	float: right;
	margin-left: 15px;
	width: 70px;
}

p#copyright {
	font-size: 12px; font-size: 1.2rem;
	clear: both;
}

/* ========================================================
content
===================================================== */
/* home */
img.mainImg {
	position: relative;
	display: block;
	margin: 0px auto;
	width: 100%;
	height: auto;
}

.homeLead {
	color: #005998;
	height: auto;
	min-height: 340px;
	position: relative;
}

.headingLv1 {
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.4;
	color: #005998;
	padding: 14px 10px;
	text-align: center;
	background-color: #ffffff;
}
.headingLv1 a,
.headingLv1 a:hover,
.headingLv1 a:visited {
	color: #005998;
	text-decoration: none;
}
.headingLv1 a:hover {
	color: #1b82cb;
}

.logoTopRight {
	position: absolute;
	top: 20px;
	right: 20px;
	padding-left: 20px;
}
.logoTopLeft {
	position: absolute;
	top: 20px;
	left: 20px;
	padding-right: 20px;
}
.logoBottomRight {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding-left: 20px;
}
.logoBottomLeft {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding-right: 20px;
}

.homeLead .logoJv span {
	color: #ffffff;
	text-shadow: 1px 1px 3px #000;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}


/* ========================================================
common
===================================================== */
.column {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
.column p {
	margin-bottom: 1.5em;
}

.item {
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
}
.item p {
	margin-bottom: 15px;
}
.col {
	margin: 0 0 1.5em 4%;
	float: left;
	display: block;
	line-height: 1.6;
}
.col{ /margin-left: 1.5%; } 
.col h3{ margin-bottom: 10px; font-size: 18px; font-size: 1.8rem; }
.col p{ margin-bottom: 10px; }

.col img {
	max-width: 100%;
	height: auto;
	margin: 0 auto 15px auto;
}
.col1 { width: 100%; }
.col2 { width: 48%; }

.item .col:first-child {
	margin-left: 0;
}
.item .col2:nth-child(odd),
.item .col2.liOdd {
	margin-left: 0;
}
#item .column .col2 p {
	margin-bottom: 1em;
}
figure.imgCap figcaption {
	padding: 15px;
	text-align:  center;
}

.lead_03 {
	margin-bottom: 60px;
	line-height: 1.8;
}
.lead_03 p {
margin-bottom: 15px;
}

.lead_04 {
	text-align: center;
}
.lead_04 .lead_04_b {
	font-size: 21px; font-size: 2.1rem;
	color: #ee0000;
	margin-right: 1em;
	margin-left: 0.5em;
	line-height: 1.4;
}

.headLv1 {
	display: table;
	margin: 0 auto 30px auto;
	font-size: 25px; font-size: 2.5rem;
}
.headLv1:before {
	content: " ";
	display: table-cell;
}
.headLv1.iconWats:before {background: url(images/common/icon_whatsnew.png) no-repeat center 6px; width: 50px;}
.about .headLv1:before {background: url(images/common/icon_overview.png) no-repeat center 6px; width: 60px;}
.safety .headLv1::before {background: url(images/common/icon_safety.png) no-repeat center center; width: 50px;}
.category-report .headLv1:before {background: url(images/common/icon_report.png) no-repeat center 6px; width: 55px;}
.category-info .headLv1:before {background: url(images/common/icon_info.png) no-repeat center 8px; width: 50px;}


.headLv2 {
	font-size: 22px; font-size: 2.2rem;
	font-weight: bold;
	border-bottom: 1px solid #ded2bc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.about .headLv2 {
	padding-top: 30px;
}

.headLv2_b {
	font-size: 22px; font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

ul.list_01  {
	border-top: 1px solid #ded2bc;
	list-style: none;
	margin-bottom: 10px;
}
ul.list_01 li {
	border-bottom: 1px solid #ded2bc;
	padding: 15px;
	overflow: hidden;
}
ul.list_01 a {
	text-decoration: none;
}

ul.list_01 a li:hover {
	background-color: #f3ebe2;
}
ul.list_01 li .thum {
	float: left;
	width: 180px;
	height: 100px;
	margin-right: 30px;
}
ul.list_01 li .dlList {

}

ul.list_01 li .dlList dt {
	font-size: 13px; font-size: 1.3rem;
	color: #333333;
}
ul.list_01 a li .dlList dt {
	text-decoration: none;
	margin-bottom: 3px;
}
ul.list_01 li .dlList dt span {
	margin-left: 20px;
	font-weight: bold;
}
ul.list_01 li .dlList dd.link {
	font-size: 18px; font-size: 1.8rem;
	margin-bottom: 5px;
	text-decoration: underline;
}

ul.list_01 li .dlList dd.txt {
	color: #333333;
	text-decoration: none;
}
ul.list_01 li .dlList dd a:hover {
 	color: #c38000;
}


ul.list_02  {
	border-top: 1px solid #ded2bc;
	border-bottom: 1px solid #ded2bc;
	list-style: none;
	padding: 25px 0 15px 0;
	margin-bottom: 0;
}
ul.list_02 li {
	background: url(images/common/arrow_02.png) no-repeat left 3px;
	padding-left: 25px;
	padding-bottom: 10px;
}
ul.list_02 li a {
	display: block;
}

.accordion { list-style: none;}
.accordionInner {display: none;}
.accordion ul { list-style: none;}
.accordion span {
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ded2bc;
	border-radius: 5px;
	text-align: center;
	background-color: #ffffff;
}
.accordion span:hover {
	background-color: #fffbf6;
	cursor: pointer;
}
.accordion span:before {
	content: " ";
	background: url(images/common/arrow_03.png) no-repeat center center;
	width: 20px;
	height: 13px;
	display: inline-block;
	margin-right: 10px;
}
.accordion span.open:before {
	background: url(images/common/arrow_04.png) no-repeat center center;
}


/* table */
.table01,
.entry table {
	border: 1px solid #ded2bc;
	margin-bottom: 25px;
	width: 100%;
}
.table01 th,
.table01 td.thColor,
.entry table th {
	border: 1px solid #ded2bc;
	font-weight: normal;
	padding: 10px 10px 10px 15px;
	text-align: left;
	vertical-align: top;
	background-color: #f4e9db;
}
.table01 td,
.entry table td {
	border: 1px solid #ded2bc;
	padding: 10px 10px 10px 15px;
}

/* form */
input, textarea, select {
	font-size: 16px; font-size: 1.6rem;
}
input, textarea, select {
	padding: 0.5em;
	vertical-align: middle;
}
input.searchField {
	border: 1px solid #ead7c1;
	border-radius: 6px;
	padding: 12px 40px 12px 12px;
	width: 100%;
	background: url(images/common/icon_search.png) no-repeat right center #ffffff;
}

/* list */
.ulList01 {
	margin-left: 1em;
	margin-bottom: 2em;
	list-style: disc;
}
.ulList01 li {
	margin-bottom: 10px;
}

dl.dlInfo01 {
	border-bottom: 1px solid #ded2bc;
	margin-bottom: 10px;
}
dl.dlInfo01 dt {
	float: left;
	padding: 5px 0;
	width: 10em;
}
dl.dlInfo01 dd {
	padding: 5px 10px 5px 0;
}

/* etc */
.marB0 {margin-bottom: 0!important;}
.marB5 {margin-bottom: 5px!important;}
.marB10 {margin-bottom: 10px!important;}
.marB20 {margin-bottom: 20px!important;}
.marB30 {margin-bottom: 30px!important;}
.marB40 {margin-bottom: 40px!important;}
.marB50 {margin-bottom: 50px!important;}
.marB80 {margin-bottom: 80px!important;}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.imgRight {
	float: right;
	margin-left: 40px;
}
.imgLeft {
	float: left;
	margin-right: 40px;
}

.red {
	color: #C00;
}

.txtS {
	font-size: 11px; font-size: 1.1rem;
}
.txtL {
	font-size: 16px; font-size: 1.6rem;
}

.nowrap {
  white-space: nowrap;
}

iframe {
	margin: 0 auto;
  display: block;
}

sup {
	font-size: 11px; font-size: 1.1rem;
	vertical-align: super;
}
sub {
	font-size: 11px; font-size: 1.1rem;
	vertical-align: sub;
}

.wp-video {
	margin: 0 auto;
}

/*===========================================
Blog Entry
===========================================*/
.newsDay {
	font-size: 13px; font-size: 1.3rem;
}
.newsTitle {
	font-size: 22px; font-size: 2.2rem;
	border-bottom: 1px dashed #d2bf9b;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.post {
	border-top: 1px solid #ded2bc;
	border-bottom: 1px solid #ded2bc;
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 720px;
	margin: 0 auto;
}

.tagLine {
	border-top: 1px dotted #d2bf9b;
	padding-top: 10px;
}

/* Begin Images */
p img {
	padding: 0;
}

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul,
html>body .contents ul {
	margin-left: 0px;
	padding: 0;
	list-style: disc;
	padding-left: 5px;
	margin-bottom: 20px;
}

html>body .entry li,
html>body .contents li {
	margin: 5px 0 6px 20px;
	padding-left: 0.5em;
}

*html body  .entry ul,
*html body  .contents ul {
	list-style: disc;
	padding-left: 20px;
}

*html body  .entry li,
*html body  .contents li {
	margin: 5px 0 8px 10px;
	height: 1%;
}

.entry ul li:before, #sidebar ul ul li:before {
}

.entry ol,
.contents ol {
	padding: 0 0 0 10px;
	margin: 0;
	zoom : 1;
}

.entry ol li, 
.contents ol li{
	margin: 0;
	padding: 0;
}

.entry p {
	margin-bottom: 15px;
	padding: 5px;
}

.entry h1,
.contents h1 {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	border-bottom: 1px solid #ded2bc;
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 1.4;
}
.entry h2,
.contents h2 {
	font-size: 19px; font-size: 1.9rem;
	font-weight: bold;
	border-left: 5px solid #007AC9;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 1.4;
}
.entry h3,
.contents h3 {
	font-size: 16px; font-size: 1.6rem;
	margin-bottom: 10px;
	line-height: 1.4;
}
.entry h4,
.contents h4 {
	font-size: 14px; font-size: 1.4rem;
	margin-bottom: 10px;
	line-height: 1.4;
}
.entry h5,
.contents h5 {
	font-size: 14px; font-size: 1.4rem;
	margin-bottom: 10px;
	line-height: 1.4;
}
.entry h6,
.contents h6 {
	font-size: 14px; font-size: 1.4rem;
	margin-bottom: 10px;
	line-height: 1.4;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
ol ul li  {
	list-style: disc;
}
/* End Entry Lists */

.entry {
	margin-bottom: 10px;
	overflow: hidden;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
/*	text-align: justify; */
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 185px;
	padding: 10px;
	background-color: #AE1E22;
	font-size: 11px; font-size: 1.1rem;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	color: #FF0;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar table {
	width: 100%;
	color: #fff;
}
#wp-calendar th {
	text-align: center;
	color: #fff;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
}
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #BFA990;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}


hr.dottedLine {
	visibility: visible;
	border: 1px dotted #ccc;
	height: 1px;
	margin: 10px 0 20px 0;
}

.navigation {
	display: block;
	text-align: center;
	margin: 10px auto 80px auto;
	max-width: 720px;
}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width:100%;
	height:auto;
	border: 1px solid #ded2bc;
	text-align: center;
	background-color: #ffffff;
	padding: 8px;
	margin:10px 0 20px 0;
	border-radius: 3px;
}
 
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
 
.wp-caption p.wp-caption-text {
	font-size: 12px; font-size: 1.2rem;
	line-height: 17px;
	padding: 8px 4px 5px;
	margin: 0;
}

.entry .alignleft {
	margin-right: 20px;
}
.entry .alignright {
	margin-left: 20px;
}

.widgettitle {
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 3px solid #0074c6;
	padding-bottom: 5px;
}
/* End captions */

/* WP_page_numbers */
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	margin-top: -10px;
	margin-bottom: 40px;
	width: 100%;
}
#wp_page_numbers ul {
	width: 100%;
	text-align: center;
}
#wp_page_numbers li {
	margin: 2px;
	display: inline-block;
}

#wp_page_numbers a {
	padding: 10px 12px;
	display: block;
	color: #0074c6;
	font-size: 1.5rem;
	background-color: #ffffff;
	border-radius: 5px;
}

#wp_page_numbers li a:hover {
	color: #ffffff;
	background: #0074c6;
}

#wp_page_numbers li.space {
	font-size: 12px; font-size: 1.2rem;
	font-family: Arial;
	color: #333333;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	color: #ffffff;
	background: #0074c6;

}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 11px; font-size: 1.1rem;
	font-family: Arial;
	color: #333333;
	display: block;
	padding: 3px;
	padding-right: 5px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}



@media only screen and (max-width: 940px) {
/* 1020px以下用（スマートフォン用）の記述 */
.homeLead,
.mainColumn {
  min-height: 320px;
}

}

@media only screen and (max-width: 860px) {
/* 820px以下用（スマートフォン用）の記述 */
.lead_03 {
  text-align: left;
}
.lead_04 {
	text-align: left;
}

ul.list_01 li .dlList dt span {
  margin-left: 0;
  display: block;
}
.homeLead {
	background-size: cover !important;
	min-height: 280px;
}
.mainColumn {
	min-height: 280px;
}

.logoTopRight {
	top: 10px;
	right: 10px;
}
.logoTopLeft {
	top: 10px;
	left: 10px;
}
.logoBottomRight {
	bottom: 10px;
	right: 10px;
}
.logoBottomLeft {
	bottom: 10px;
	left: 10px;
}

}

@media only screen and (max-width: 720px) {
/* 720px以下用（スマートフォン用）の記述 */
.footerNav {
  width: 100%;
  float: none;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 25px;
}
.footerQr {
	display: none;
}

}

@media only screen and (max-width: 620px) {
/* 620px以下用（スマートフォン用）の記述 */
#contentInner {
	padding: 0 10px;
}

.headingLv1 {
	font-size: 20px; font-size: 2.0rem;
	padding: 12px 10px;
	text-align: left;
}

ul.bannerList li {
  margin: 0 1px 10px;
  width: 120px;
}
.headBarInner {
	font-size: 12px; font-size: 1.2rem;
}
.headBarInner .blockName {
	display: none;
}

.homeLead,
.mainColumn {
	min-height: 200px;
}

.homeLead .logoGoyo img {
	width: 100px;
}

ul.list_01 li .thum {
	width: 120px;
	height: 66px;
	margin-right: 20px;
}

/* SP Menu */
.#nav-toggle {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 1em;
}
.js #gNavBar {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
	width: 100%;
}
#gNavBar.opened {
	max-height: 9999px;
}
.nav-toggle {
	display: block;
	position: relative;
	text-align: center;
	font-weight: bold;
}	

ul#globalNav {
	border-top: 1px solid #dedede;
}
ul#globalNav li {
	display: block;
	border-bottom: 1px solid #dedede;
}

ul#globalNav li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 25px 20px 0 20px;
	vertical-align: middle;
	display: block;
	text-align: center;
	color: #333333;
}


ul#globalNav li a span {
	border-bottom: 3px solid #ffffff;
	padding-bottom: 23px;
	display: inline-block;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
ul#globalNav li a:hover span,
.home ul#globalNav li.home a span,
.overview ul#globalNav li.overview a span,
.report ul#globalNav li.report a span,
.safety ul#globalNav li.safety a span,
.news ul#globalNav li.news a span {
	border-bottom: 3px solid #0074c6;
}

.newsTitle {
	font-size: 22px; font-size: 2.2rem;
}

figure.imgCap figcaption {
	padding: 8px 5px;
	text-align: left;
}

iframe {
	width: 100%;
	height: 280px;
}

}

@media only screen and (max-width: 480px) {
/* 480px以下用（スマートフォン用）の記述 */
.col2 { width: 100%; }

.homeLead,
.mainColumn {
	min-height: 180px;
}

}

@media only screen and (max-width: 460px) {
/* 460px以下用（スマートフォン用）の記述 */
.homeLead,
.mainColumn {
	min-height: 160px;
}

}

@media only screen and (max-width: 420px) {
/* 420px以下用（スマートフォン用）の記述 */
ul.bannerList {
    width: 100%;
}
ul.bannerList li {
    width: 49%;
}

}

@media only screen and (max-width: 320px) {
/* 320px以下用（スマートフォン用）の記述 */
.homeLead,
.mainColumn {
	min-height: 125px;
}

}