/*
Theme Name: PFA
Theme URI: https://wordpress.org/themes/twentyfifteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. PFA's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@charset "utf-8";
/* PFAWebサイト　トップページのCSS Document */
 @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-size: 12px;
}
body img {
	border: none;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
html {
	overflow-y: scroll;
}
a {
	color: #508AE0;
}
h1 {
	margin: 0px;
	font-size: 100%;
}
#base {
	width: 950px;
	margin: 0 auto;
	background: #FFFFFF;
}
#nav_area {
	background: url(image/common/nav/nav_bg.png) repeat-x;
	height: 50px;
}
#nav_area ul {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#nav_area li {
	padding: 0;
	margin: 0;
	float: left;
}
.clear {
	clear: both;
	font-size: 1px;
}
/*上部言語選択by cyber*/
#header {
	width: 950px;
	margin: 0 auto;
}
#mainimg {
	margin: 0 auto;
	background: url(image/index/main_bg.png) repeat-x top center;
	text-align: center;
}
#mainimg img {
	width: 950px;
	margin: 0 auto;
}
img.top-img {
	border: none;
}
.language {
	width: 950px;
	text-align: right;
}
.language h1, .language p.description {
	float: left;
	font-size: 9px;
	font-weight: normal;
	margin: 1px 0 0 15px;
	color: #767676;
	line-height: 1.6;
}
.japanese {
	float: right;
	width: 51px;
	height: 13px;
}
a.japanese {
	background: url(image/bt/language/japanese_off.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
a.japanese:hover {
	background: url(image/bt/language/japanese_on.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
.chinese {
	float: right;
	width: 51px;
	height: 13px;
}
a.chinese {
	background: url(image/bt/language/chinese_off.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
a.chinese:hover {
	background: url(image/bt/language/chinese_on.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
.english {
	float: right;
	width: 51px;
	height: 13px;
}
a.english {
	background: url(image/bt/language/english_off.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
a.english:hover {
	background: url(image/bt/language/english_on.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
/*上部メニューby cyber*/
.top-space {
	width: 940px;
	padding: 0px 5px 0px 5px;
}
.top-nuv {
	float: right;/*margin-top:35px;*/
}
.top-nuv-common {
}
div.top-menu {
	float: left;
	height: 16px;
}
a.top-menu {
	background-color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	/*font-size:9px;*/
	text-decoration: none;
	color: #000000;
	display: block;/*width:100%;
height:100%;*/
}
a.top-menu:hover {
	background-color: #000000;
	/*font-size:9px;*/
	text-decoration: none;
	color: #FFFFFF;/*display:block;
width:100%;
height:100%;*/
}
div.top-menu2 {
	float: left;
	width: 84px;
	height: 16px;
	text-align: center;
	vertical-align: middle;
}
a.top-menu2 {
	background-color: #FFFFFF;
	padding: 3px 0px 0px 9px;
	/*font-size:9px;*/
	text-decoration: none;
	color: #000000;
	display: block;
	width: 100%;
	height: 100%;
}
a.top-menu2:hover {
	background-color: #000000;
	/*font-size:9px;*/
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
}
.top-service {
	float: left;
	width: 72px;
	height: 16px;
}
a.top-service {
	background: url(image/bt/top-nuv/service_off.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
a.top-service:hover {
	background: url(image/bt/top-nuv/service_on.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
.top-company {
	float: left;
	width: 72px;
	height: 16px;
}
a.top-company {
	background: url(image/bt/top-nuv/company_off.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
a.top-company:hover {
	background: url(image/bt/top-nuv/company_on.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
.top-recruit {
	float: left;
	width: 72px;
	height: 16px;
}
a.top-recruit {
	background: url(image/bt/top-nuv/recruit_off.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
a.top-recruit:hover {
	background: url(image/bt/top-nuv/recruit_on.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
.top-contact {
	float: left;
	width: 85px;
	height: 16px;
}
a.top-contact {
	background: url(image/bt/top-nuv/contact_off.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
a.top-contact:hover {
	background: url(image/bt/top-nuv/contact_on.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
.top-siryou {
	float: left;
	width: 72px;
	height: 16px;
}
a.top-siryou {
	background: url(image/bt/top-nuv/data_off.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
a.top-siryou:hover {
	background: url(image/bt/top-nuv/data_on.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
/* ここから上層部 */


/*#top_bg p{
	margin:0px;
	font-size:60%;
}*/


/*#rightside a{
	background-image:url(image/bt/top_marusankaku_bt.jpg);
	background-repeat:no-repeat;
	height:18px;
	margin-left:20px;
	padding:0 0 5px 13px;
}
#rightside a:link {
	color: #000000;
	text-decoration: none;
}
#rightside a:visited {
	color: #000000;
	text-decoration: none;
}
#rightside a:hover {
	color: #990000;
	text-decoration: none;
}
#rightside a:active {
	color: #000000;
	text-decoration: none;
}*/

.space01 {
	padding-top: 0px;
	margin-top: 11px;
	text-align: right;
}
.space02 {
	padding-top: 22px;
	padding-bottom: 1px;
	text-align: right;
}
/*以下ナビ関連by cyber*/

/*ナビ日本語用*/

td.main-nuv1 {
	text-align: center;
	background: url(image/bt/nuv/main-nuv_off.gif) no-repeat;
	padding: 10px 0px 0px 0px;
	width: 121px;
	height: 23px;
	color: #FFFFFF;
}
td.main-nuv1:hover {
	background: url(image/bt/nuv/main-nuv_on.gif) no-repeat;
}
a.main-nuv1 {
	text-decoration: none;
	color: #FFFFFF;
	/*font-size:12px;*/
	display: block;
	height: 100%;
	width: 100%;
}
/*ナビ日本語用大きいサイズ（グローバルネットワーク専用）*/

td.main-nuv2 {
	text-align: center;
	background: url(image/bt/nuv/main-nuv_off2.gif) no-repeat;
	padding: 10px 0px 0px 0px;
	width: 124px;
	height: 23px;
	color: #FFFFFF;
}
td.main-nuv2:hover {
	background: url(image/bt/nuv/main-nuv_on2.gif) no-repeat;
}
a.main-nuv2 {
	text-decoration: none;
	color: #FFFFFF;
	/*font-size:12px;*/
	display: block;
	height: 100%;
	width: 100%;
}
/*中国語用*/
td.main-nuv1-o {
	text-align: center;
	background: url(image/bt/nuv/main-nuv-o_off.gif) no-repeat;
	padding: 10px 0px 0px 0px;
	width: 141px;
	height: 23px;
	color: #FFFFFF;
}
td.main-nuv1-o:hover {
	background: url(image/bt/nuv/main-nuv-o_on.gif) no-repeat;
}
a.main-nuv1-o {
	text-decoration: none;
	color: #FFFFFF;
	/*font-size:12px;*/
	display: block;
	height: 100%;
	width: 100%;
}
/*中国語用大きいサイズ*/

td.main-nuv2-o {
	text-align: center;
	background: url(image/bt/nuv/main-nuv-o_off2.gif) no-repeat;
	padding: 10px 0px 0px 0px;
	width: 143px;
	height: 23px;
	color: #FFFFFF;
}
td.main-nuv2-o:hover {
	background: url(image/bt/nuv/main-nuv-o_on2.gif) no-repeat;
}
a.main-nuv2-o {
	text-decoration: none;
	color: #FFFFFF;
	/*font-size:12px;*/
	display: block;
	height: 100%;
	width: 100%;
}
/*英語1列用小サイズ*/
td.main-nuv-e {
	text-align: center;
	background: url(image/bt/nuv/main-nuv-o_off.gif) no-repeat;
	padding: 0px 0px 0px 0px;
	width: 141px;
	height: 33px;
	color: #FFFFFF;
}
td.main-nuv-e:hover {
	background: url(image/bt/nuv/main-nuv-o_on.gif) no-repeat;
}
a.main-nuv-e {
	text-decoration: none;
	color: #FFFFFF;
	/*font-size:12px;*/
	display: block;
	height: 100%;
	width: 100%;
}
/*英語2列用小サイズ*/
td.main-nuv1-e {
	text-align: center;
	background: url(image/bt/nuv/main-nuv-o_off.gif) no-repeat;
	padding: 0px 0px 0px 0px;
	width: 141px;
	height: 33px;
	color: #FFFFFF;
}
td.main-nuv1-e:hover {
	background: url(image/bt/nuv/main-nuv-o_on.gif) no-repeat;
}
a.main-nuv1-e {
	text-decoration: none;
	color: #FFFFFF;
	/*font-size:11px;*/
	display: block;
	height: 100%;
	width: 100%;
}
/*英語用2列用サイズ大きい*/

td.main-nuv2-e {
	text-align: center;
	background: url(image/bt/nuv/main-nuv-o_off2.gif) no-repeat;
	padding: 0px 0px 0px 0px;
	width: 143px;
	height: 33px;
	color: #FFFFFF;
}
td.main-nuv2-e:hover {
	background: url(image/bt/nuv/main-nuv-o_on2.gif) no-repeat;
}
a.main-nuv2-e {
	text-decoration: none;
	color: #FFFFFF;
	/*font-size:11px;*/
	display: block;
	height: 100%;
	width: 100%;
}
td#compliance-nuv {
	background: url(image/bt/nuv/compliance_off.gif) no-repeat;
	width: 123px;
	height: 33px;
}
td#compliance-nuv:hover {
	background: url(image/bt/nuv/compliance_on.gif) no-repeat;
	width: 123px;
	height: 33px;
}
a#compliance-nuv {
	display: block;
	height: 100%;
	width: 100%;
}
td#fraud-nuv {
	background: url(image/bt/nuv/fraud_off.gif) no-repeat;
	width: 121px;
	height: 33px;
}
td#fraud-nuv:hover {
	background: url(image/bt/nuv/fraud_on.gif) no-repeat;
	width: 121px;
	height: 33px;
}
a#fraud-nuv {
	display: block;
	height: 100%;
	width: 100%;
}
td#risk-nuv {
	background: url(image/bt/nuv/risk_off.gif) no-repeat;
	width: 121px;
	height: 33px;
}
td#risk-nuv:hover {
	background: url(image/bt/nuv/risk_on.gif) no-repeat;
	width: 121px;
	height: 33px;
}
a#risk-nuv {
	display: block;
	height: 100%;
	width: 100%;
}
td#control-nuv {
	background: url(image/bt/nuv/control_off.gif) no-repeat;
	width: 121px;
	height: 33px;
}
td#control-nuv:hover {
	background: url(image/bt/nuv/control_on.gif) no-repeat;
	width: 121px;
	height: 33px;
}
a#control-nuv {
	display: block;
	height: 100%;
	width: 100%;
}
td#inspect-nuv {
	background: url(image/bt/nuv/inspect_off.gif) no-repeat;
	width: 121px;
	height: 33px;
}
td#inspect-nuv:hover {
	background: url(image/bt/nuv/inspect_on.gif) no-repeat;
	width: 121px;
	height: 33px;
}
a#inspect-nuv {
	display: block;
	height: 100%;
	width: 100%;
}
td#financial-nuv {
	background: url(image/bt/nuv/financial_off.gif) no-repeat;
	width: 121px;
	height: 33px;
}
td#financial-nuv:hover {
	background: url(image/bt/nuv/financial_on.gif) no-repeat;
	width: 121px;
	height: 33px;
}
a#financial-nuv {
	display: block;
	height: 100%;
	width: 100%;
}
td#global-nuv {
	background: url(image/bt/nuv/global_off.gif) no-repeat;
	width: 122px;
	height: 33px;
}
td#global-nuv:hover {
	background: url(image/bt/nuv/global_on.gif) no-repeat;
	width: 122px;
	height: 33px;
}
a#global-nuv {
	display: block;
	height: 100%;
	width: 100%;
}
/* ここからメイン */
table#main-table {
	width: 910px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#main_box {
	width: 950px;/*padding:5px;*//*border:1px solid #282828;*/
}
/*#main_bt {
	background-image:url(image/bt/homemenu_bt.jpg);
	background-repeat:no-repeat;
	width:135px;
	height:75px;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック";
}*/

/*#main_bt a{
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	width:135px;
	text-align:center;
	padding-top:27px;
	height:48px;
}*/

/*#main_bt a:hover {
	background-image:url(image/bt/homemenu_bt_hover.jpg);
	background-repeat:no-repeat;
}*/
.margin-c {
	margin-bottom: 20px;
}
.main_title {
	background-image: url(image/common/title_01_bg.gif);
	background-repeat: no-repeat;
	width: 675px;
	height: 24px;
	/*	font-size:12px;*/
/*	letter-spacing:1px;*/
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
}
/*#main_title h2 {
margin: 0px;
padding: 2px 0 0 15px;
font-size: 13px;
color: black;
}*/


.news_title {
	width: 690px;
}
.consul_title {
	width: 690px;
}
.news {
	border: #CCCCCC 1px solid;
	width: 688px;
	height: 100px;
	margin-top: 2px;
	margin-bottom: 25px;
	float: none;
	overflow: auto;
}
.news ul {
	margin: 0px;
	padding: 10px 0 0 0;
}
.news li {
	list-style: none;
	margin: 0 0 0 10px;
	padding-bottom: 10px;
	clear: both;
}
.time {
	background-image: url(image/bt/news_day_black.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 90px;
	height: 18px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	color: #FFFFFF;
}
.news .new {
	float: left;
	background-image: url(image/bt/new.jpg);
	background-repeat: no-repeat;
	width: 40px;
	margin: 3px 0 0 9px;
}
.news .pickup {
	float: left;
	background-image: url(image/bt/pickup.jpg);
	background-repeat: no-repeat;
	width: 40px;
	margin: 3px 0 0 9px;
}
.newstxt {
	/*	font-size:65%;*/
/*	line-height:160%;*/
	width: 500px;
	height: auto;
	float: left;
	padding: 2px 0 0 9px;
	text-decoration: none;/*	font-family: Arial, Helvetica, sans-serif,;*/
}
.newstxt a:link {
	text-decoration: none;
}
.newstxt a:visited {
	text-decoration: none;
	color: #000099;
}
.newstxt a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.newstxt a:active {
	text-decoration: underline;
	color: #FF0000;
}
.massagetext {
	width: 670px;
	padding: 10px;
}
.index-box {
	width: 690px;
	margin-top: 10px;
}
.content_left {
	width: 345px;
	float: left;
}
.content_right {
	width: 345px;
	float: left;
}
/*ここから新ボタン by cyber*/
span.kanji {
	/*font-size:70%;*/
	-webkit-text-size-adjust: none;
}
div.main-area_title {
	width: 317px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #b8b8b8;
	border-left: 5px solid #333333;
	padding: 3px 3px 3px 10px;
}
a.main-area_title {
	color: #000000;
	text-decoration: none;
}
a.main-area_title:hover {
	color: #CCCCCC;
	text-decoration: none;
}
div.main-area_title2 {
	background: url(image/bt/main-area_title.gif) no-repeat;
	width: 270px;
	height: 16px;
	/*	font-size:70%;*/
/*	font-family:Arial, Helvetica, sans-serif;*/
	margin-left: 3px;
	padding: 2px 0px 0px 8px;
}
a.main-area_title2 {
	color: #000000;
	text-decoration: none;
}
a.main-area_title2:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#compliance_title {
	width: 278px;
	height: 18px;
	/*	font-size:10px;*/
/*	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;*/
	margin-left: 3px;
}
a#compliance_title {
	background-image: url(image/bt/compliance_title_off.gif);
	display: block;
	height: 100%;
	width: 100%;
}
a#compliance_title:hover {
	background-image: url(image/bt/compliance_title_on.gif);
	display: block;
	height: 100%;
	width: 100%;
}
#fraud_title {
	width: 278px;
	height: 18px;
	/*	font-size:10px;*/
/*	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;*/
	margin-left: 3px;
}
a#fraud_title {
	background: url(image/bt/fraud_title_off.gif) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
a#fraud_title:hover {
	background: url(image/bt/fraud_title_on.gif) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
#risk_title {
	width: 278px;
	height: 18px;
	/*	font-size:10px;*/
/*	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;*/
	margin-left: 3px;
}
a#risk_title {
	background: url(image/bt/risk_title_off.gif) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
a#risk_title:hover {
	background: url(image/bt/risk_title_on.gif) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
#control_title {
	width: 278px;
	height: 18px;
	/*	font-size:10px;*/
/*	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;*/
	margin-left: 3px;
}
a#control_title {
	background: url(image/bt/control_title_off.gif) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
a#control_title:hover {
	background: url(image/bt/control_title_on.gif) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
#financial_title {
	width: 278px;
	height: 18px;
	/*	font-size:10px;*/
/*	letter-spacing:1px;*/
	margin-left: 3px;
}
a#financial_title {
	background: url(image/bt/financial_title_off.gif) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
a#financial_title:hover {
	background: url(image/bt/financial_title_on.gif) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
#it_title {
	width: 278px;
	height: 18px;
	/*	font-size:10px;*/
/*	letter-spacing:1px;*/
	margin-left: 3px;
}
a#it_title {
	background: url(image/bt/it_title_off.gif) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
a#it_title:hover {
	background: url(image/bt/it_title_on.gif) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
.content_title a {
	display: block;
	padding: 6px 0 0 8px;
	width: 283px;
	height: 18px;
	color: #0066CC;
	text-decoration: none;
}
.content_text {
	/*	font-size:10px;
	line-height:1.5em;*/
	width: 325px;
	padding: 10px;
}
.global_title {
	width: 690px;
}
.content-last {
}
.long_text {
	/*	font-size:10px;
	line-height:130%;*/
	width: 583px;
	padding: 10px 5px 7px 5px;
}
div.main-area_title-l {
	margin-top: 20px;
	width: 672px;
	padding: 3px 3px 3px 10px;
	border-bottom: #b8b8b8 1px solid;
	border-left: #333333 5px solid;
	font-size: 14px;
	font-weight: bold;
}
a.main-area_title-l {
	color: #000000;
	text-decoration: none;
}
a.main-area_title-l:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#csc_title {
	margin-top: 15px;
	width: 583px;
	height: 19px;
	/*	font-size:10px;
	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;*/
	margin-left: 3px;
}
a#csc_title {
	background: url(image/bt/csc_title_off.gif) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
a#csc_title:hover {
	background: url(image/bt/csc_title_on.gif) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
td#banner-box {
	vertical-align: top;
	text-align: left;
}
#banner-box-inner {
	margin-top: 20px;
}
#banner03partner {
	margin: 7px 0px 0px 0px;
}
/* ここからコピーライト */

footer #copyright {
	background-color: #000000;
}
#copyright .leftside {
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px 0;
	width: 950px;
	margin: 0 auto;
}
#copyright .rightside {
	float: right;
	/*	font-size:70%;*/
	color: #FFFFFF;
}
#copyright a:link {
	color: #ffffff;
	text-decoration: none;
}
#copyright a:visited {
	color: #ffffff;
	text-decoration: none;
}
#copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#copyright a:active {
	color: #ffffff;
	text-decoration: none;
}
#copy {
	width: 930px;
	padding: 10px;
	background-color: #1e1e1e;
	color: #FFFFFF;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
/* ここから右側バナー */

/*#banner01 {
	width:180px;
	height:45px;
	font-size:11px;
	font-weight:bold;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:5px 0;
}

#banner01 a{
	color: #000000;
	text-decoration: none;
	display:block;
	width:180px;
	height:35px;
	text-align:center;
	padding-top:10px;
}

#banner01 a:hover {
	color: #920000;
}




#banner03partner a{
	color: #000000;
	text-decoration: none;
	display:block;
}

#banner03partner a:hover {
	color: #920000;
}
*/
 



/* ここからコピーライトの下のバナー */

#banner {
	width: 950px;
	height: 40px;
	padding-top: 6px;
}
#banner .rightside {
	margin-right: 30px;
	float: right;
}
table.contents-waku {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
.contents-waku td.left {
	/*width:185px;*/
	vertical-align: top;
}
.contents-waku td.right {
	width: 575px;
}
.mb3 {
	margin-bottom: 3px;
}
#flash-box {
	width: 948px;
}
#index_all {
	padding: 30px 0 30px 0;
	clear: both;
}
#index_all h2 {
	margin: 0 0 25px 0;
}
#index_all h3 {
	margin: 0 0 20px 0;
}
#index_all h4 {
	margin: 0 0 0 0;
}
#index_all .box {
	float: left;
	width: 162px;
	border-right: 1px solid #D6D6D6;
	padding: 0 17px;
	margin-top: 10px;
}
#index_all .box.first {
	padding-left: 0!important;
}
#index_all .box.last {
	padding-right: 0!important;
	border-right: none!important;
}
#index_all .box ul.btn_sub {
	width: 162px;
	padding: 0;
	margin: 0 0 12px 0;
	list-style: none;
}
#index_all .box ul.btn_sub li {
	width: 162px;
	padding: 0;
	margin: 0 0 6px 0;
	list-style: none;
}
header {

}
footer {
	background: #1E1E1E;
	margin: 60px 0 0;
	clear: both;
}
.home #contents {
	width: 720px;
	float: left;
	padding: 0;
}
.home #side {
	width: 200px;
	float: right;
}
.breadcrumbs {
	width: 950px;
	padding: 5px 0 20px 0;
	clear: both;
}
#contents {
	width: 720px;
	float: right;
	padding: 0;
}
#side {
	width: 200px;
	float: left;
}
.home #contents h2 {
	margin: 0 0 25px 0;
	padding: 0;
}
.pages #contents {
	font-size: 14px;
	line-height:1.8em;
}
.pages #contents h1, .pages #contents h2, .pages #contents h3, .pages #contents h4, .pages #contents h5, .pages #contents h5 {
	font-family: 'Noto Sans Japanese', Arial, Helvetica, sans-serif;
}
.pages #contents h1 {
	background: url(image/common/h1_bg.png) repeat-y #EFEFEF;
	margin: 0 0 25px 0;
	font-size: 24px;
	padding: 5px 0 5px 20px;
}
.pages #contents h2 {
	margin: 0 0 15px 0;
	padding: 5px 0 5px 20px;
	border: #C3C3C3 solid 1px;
	background: url(image/common/h2_bg.png) no-repeat left center;
	font-size: 16px;
}
.pages #contents h3 {
	margin: 0 0 15px 0;
	padding: 5px 0 5px 20px;
	background: url(image/common/h4_bg.png) repeat-y #EFEFEF;
	font-size: 16px;
}
.pages #contents h4 {
	margin: 0 0 15px 0;
	padding: 5px 0 5px 20px;
	color: #98230F;
	background: url(image/common/h3_bg.png) no-repeat left center;
	font-size: 15px;
}
.pages #contents h5 {
	margin: 0 0 15px 0;
	padding: 5px 0 5px 0px;
	background: url(image/common/h5_bg.png) repeat-x bottom;
	font-size: 15px;
}
.pages #contents p {
	margin: 0 0 15px 20px;
}
.pages #contents ul {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 5px 0 5px 20px;
	line-height: 1.8em;
}
.pages #contents ul li {
	background: url(image/common/arrow01.png) no-repeat 0px 10px;
	list-style: none;
	padding: 2px 0 2px 20px;
}
.pages #contents ul.ul2 li {
	background: url(image/common/arrow02.png) no-repeat 0px 12px;
	list-style: none;
	padding: 2px 0 2px 20px;
}
.pages #contents ol {
	counter-reset: number;/* 名前を付けたカウンターをリセット */
	list-style: none;/* olが数字を付けることをキャンセル */
	margin: 0 0 25px 0;
	padding: 0;
}
.pages #contents ol li {
	margin: 0 0 1em 8px;
}
.pages #contents ol li:before {
	/* カウンタ（数字になる部分） */
	counter-increment: number;/* 任意の名前を付けて！ */
	content: counter(number);/* 名前を付けたカウンターを呼び出し */
	float: left;
	background: #d53604;
	margin-right: 5px;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.pages #contents .box {
	background: #F3F3F3;
	padding: 20px 20px 0 20px;
}
.pages #contents blockquote {
	border: #FEE6E4 solid 4px;
	padding: 16px 16px 0 16px;
	margin: 0 0 25px 0;
}
.pages #contents table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
}
.pages #contents table th {
	width: 25%;
	padding: 16px;
	text-align: left;
	vertical-align: top;
	color: #5E5E5E;
	background-color: #E1E1E1;
	border: 1px solid #C3C3C3;
}
.pages #contents table th.t_top {
	border-top: #be1309 4px solid;
}
.pages #contents table td {
	padding: 16px;
	background-color: #fff;
	border: 1px solid #C3C3C3;
}
.pages #contents table td.t_top {
	border-top: #E1E1E1 4px solid;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
#side p {
	padding: 0 0 16px 0;
	margin: 0;
}
#side .sideheader {
	padding: 0;
	margin: 0;
}
#side .sideheader a {
	padding: 10px;
	margin: 0;
	background-color: #BE3926;
	display: block;
	color: #FFF;
}
#side .sideheader a span {
	border-left: #000000 solid 3px;
	padding: 0 0 0 8px;
}
#side .submenu {
	padding: 2px 0 16px 0;
	margin: 0;
}
#side .submenu li {
	list-style: none;
	padding: 0 0 2px 0;
	margin: 0;
}
#side .submenu li a {
	background: #EBEBEB;
	color: #000;
	padding: 10px;
	margin: 0;
	text-decoration: none;
}
#side .submenu li a:hover, #side .submenu li.current_page_item a {
	background: #000;
	color: #FFF;
	padding: 10px;
	margin: 0;
}
#side .submenu li a span {
	border-left: #C1C1C1 solid 3px;
	padding: 0 0 0 8px;
	display: block;
}
#side .submenu li a:hover span, #side .submenu li.current_page_item a span {
	border-left: #BE3926 solid 3px;
	padding: 0 0 0 8px;
	display: block;
}
#side .submenu ul {
	padding: 0;
	margin: 0;
}
#side .submenu ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#side .submenu ul li a {
	background: none;
	color: #000;
	padding: 10px 10px 10px 16px;
	margin: 0;
}
#side .submenu ul li a span {
	border-left: #C1C1C1 solid 3px;
	padding: 0 0 0 8px;
	display: block;
}
#side .submenu ul li a:hover, #side .submenu ul li.current_page_item a {
	background: none;
	color: #BE3926;
	padding: 10px 10px 10px 16px;
	margin: 0;
}
#side .submenu ul li a:hover span, #side .submenu ul li.current_page_item a span {
	border-left: #BE3926 solid 3px;
	padding: 0 0 0 8px;
	display: block;
}
#side a {
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
}
#side a img {
	margin: 0;
	padding: 0;
}
#contents .btn_ggi {
	width: 288px;
	height: 90px;
	font-size: 10px;
	line-height: 1.6em;
	display: block;
	float: right;
	background: url(image/index/btn_ggi.png) no-repeat;
	padding: 56px 16px 0;
	color: #000000;
	text-decoration: none;
	margin-left: 16px;
	word-break: break-all;
}
#contents .btn_ggi {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents .btn_ggi:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#contents .float_right {
	float: right;
	display: block;
}
#contents ul.btn_sub {
	padding: 0 0 60px 0;
	margin: 0;
	height: 200px;
	list-style: none;
}
#contents ul.btn_sub li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
.newslist {
}
.newslist dt {
	color: #848484;
	float: left;
	line-height: 1.4em;
	width: 160px;
	margin: 0 0 15px 0;
	padding: 0 0 0 8px;
	clear: both;
}
.newslist dt img {
	margin-left: 8px;
	float: right;
}
.newslist dd {
	line-height: 1.4em;
	width: 525px;
	margin: 0 0 15px 185px;
	padding: 0;
}
.newslist.page dt {
	color: #848484;
	float: left;
	line-height: 1.4em;
	width: 170px;
	margin: 0 0 15px 0;
	padding: 0 0 0 8px;
	clear: both;
}
.newslist.page dt img {
	margin-left: 8px;
	float: right;
}
.newslist.page dd {
	line-height: 1.4em;
	width: 515px;
	margin: 0 0 15px 195px;
	padding: 0;
}
