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

/*****************************************
共通設定
******************************************/
/* 
 ページ全体のフォント設定 
*/
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 13px;
	line-height: 160%;
	color: #333;
}
/*
 すべてのブラウザ用に、デフォルトのマージンを取り除く。
*/
body {
	margin: 0;
}

/*
 IE9+用に、displayプロパティを定義。
 1. Edge, IE, Firefox用、details要素とsummary要素に「display: block;」を定義。
 2. IE, Firefox用、main要素に「display: block;」を定義。
*/

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/*
 IE9+用、displayプロパティを定義。
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/* Clearfix */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* 追加マージン */
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}

strong {
	color: #000000;
}

em {
	font-weight: bold;
	text-decoration: underline;
}

/*****************************************
レイアウト関連
******************************************/

/* wrapper関連
**********************/
.wrapper {/* 全エリア共通設定 */
	width: 100%;
	margin: 0;
}
.row1 {/* ヘッダーエリア用 */
    text-align: center;
	margin: 0;
	background: url("../images/JFFSBT-img-7.jpg") no-repeat;
	background-position: center 30px;
}
.row2 {/* グローバルナビゲーションエリア用 */
 	background: #FB0202;
}
.row3 {/* メインビジュアルエリア用 */
	margin-bottom: 0px;
	padding: 15px 0px 0px 0px;
	margin-top: 0px;
}
.row4 {/* mainエリア用 */
    margin-top: 30px;
    margin-bottom: 30px;
}
.row5 {/* フッターエリア用 */
    background: #FB0202;
    margin-bottom: 0px;
    margin-top: 0px;
}

/* ヘッダー
**********************/
#main_header {
    position: relative;
	width: 100%;
	margin: 0 auto;
}
#main_header address {
    position: absolute;
    top: 0px;
    right: 30px;
    background: #FFF;
    font-weight: normal;
    font-style: normal;
    color: #263238;
    border: 1px solid #CCC;
    padding: 8px 10px 8px 10px;
    border-radius: 3px;
    float:center;
}
#main_header address p {
	display: inline-block;
	margin: 0;
}
#main_header address span {
    font-size: 15px;
    margin-right: 5px;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 10px;
}
#main_header address a {
    display: block;
    width: 140px;
    height: 30px;
    background: #FB0202;
    text-align: center;
    line-height: 12px;
    text-decoration: none;
    border-radius: 5px;
    color: #FFF;
    padding: 5px 0px 0px 0px;
    vertical-align: middle;
}
#main_header address a:hover {
    background: #F8797B;
    font-weight: bold;
	float:center;
}
#main_header h1{
	font-size: 15px;
	font-weight: normal;
 	margin-top: 0px;
 	margin-bottom: 10px;
}
#main_header h4{
 	margin-top: 40px;
 	margin-bottom: 0px;
 	margin-right:30px;
 	text-align: right;
}
#logo{
 	background-image:url(../images/JFFSBT-img-7.jpg); 
 	background-position: center 0px top 0px;
    background-repeat: no-repeat; 
}
#main_header .contact1{
	font-size: 12px;
	font-weight: normal;
 	margin-top: 0px;
 	margin-bottom: 0px;
}
#main_header .contact2{
	font-size: 8px;
	font-weight: normal;
 	margin-top: 0px;
 	margin-bottom: 0px;
}
#main_header i{
	font-size: 25px;
	margin: 2px 6px 2px 4px;
	color: #B0BEC5;
	vertical-align: text-bottom;
}
/* グローバルナビゲーション
**********************/
#g_navi {
	width:100%;
	margin: 0 auto;
	float:center;
	margin-bottom: 0px;
	margin-top: 10px;
	box-shadow:2px 2px 4px #B0BEC5;
}
#g_navi ul {
	display: table;
	list-style: none;
	margin: 0;
	padding: 3px 0;
	float:center;
}
#g_navi ul li {
	display: table-cell;
	float:center;
}
#g_navi ul li a {
	display: table-cell;
	vertical-align: middle;
	width: 400px;
	height: 45px;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	float:center;
}
#g_navi ul li a span {
	font-size: 10px;
	float:center;
}
#g_navi ul li a:hover {
	background: #F8797B;
	font-weight: bold;
	float:center;
}

/* メインコンテンツ
**********************/
#main {
    width: 100%;
    margin: 0 auto;
}
#main_contents {
    width: 100%;
	float:center;
}
#main_contents p {
	font-size: 14px;
	line-height: 180%;
}
#main_contents h1 {
	width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
	float:left;	
	margin-left: 50px;
}
#main_contents a {
	color: #000000;
	text-decoration: none;
}
#main_contents a:hover {
	color: #B0BEC5; 
}
#main_contents .btn_more {
	text-align: right;
}
#main_contents .btn_more a {
	background: #FB0202;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 12px;
	border-radius: 5px;
}
#main_contents .btn_more a:hover {
	background: #FB0202;
}
#main_contents h2 {
	width: 20%;
    margin-top: 50px;
    margin-bottom: 00px;
	float:center;	
}
#main_contents h3 {
	width: 20%;
    margin-top: 10px;
    margin-bottom: 00px;
	float:center
}
/* サイドメニュー
**********************/
#side_contents{
	float:right;    
	width: 240px;
	margin-right: 50px;
}

#side_contents h1{
	margin: 0;
	padding: 10px;
	background-color: #FB0202;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	border: 1px solid #B0BEC5;
	border-top: 2px solid #455A64;
}
#side_contents h1{
	list-style: none;
	margin: 0;
	padding: 0;
}
#side_contents h1 ul li a {
	display: block;
	padding: 8px 12px;
	border-left: 1px solid #B0BEC5;
	border-right: 1px solid #B0BEC5;
	border-bottom: 1px solid #B0BEC5;
	text-decoration: none;
}
#side_contents h1 ul li a:hover {
	background: #ECEFF1;
}
#side_contents h1 {
	margin-bottom: 40px;
	padding: 13px;
	border: 1px solid #B0BEC5;
	border-radius: 5px;
}
#side_contents h1 {
	margin: 0 0 12px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #B0BEC5;
	text-align: center;
	font-size: 16px;
}
#side_contents h1 address {
	font-style: normal;
}
#side_contents h1 address p {
	margin: 0;
}
#side_contents h1 address span {
	font-size: 18px;
	font-weight: bold;
}
#side_contents h1 address a {
	display: block;
    width: 210px;
    height: 40px;
    background: #FB0202;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    border-radius: 3px;
    color: #FFF;
	font-weight: bold;
}
#side_contents h1 address a:hover {
    background: #FF8A65;
}

/* フッター
**********************/
#main_footer {
    width: 100%;
    margin: 0 auto;
	padding: 10px 0;
    color: #FFF;
    margin-bottom: 0px; 
    text-align: center;
}
#main_footer a{
	text-decoration: none;
	color:white;
	line-height: 3.0;
}
#main_footer #copy {
	text-align: center;
	font-size:1.2rem;
	font-weight:lighter;
}
.english{
	font-size: 0.8rem;
}
.japanese{
	font-weight: bold;
}