﻿@charset "utf-8";

/* ----------------------------------------------
	Tableレイアウト
---------------------------------------------- */
table {
	width: 100%;
	background: #fff;
}
th {
	padding: 5px;
	background:#f5f5f5;
	border: 1px solid #f5f5f5;
}
td {
	padding: 5px 20px;
	border-bottom: 1px solid #d3d3d3;
}
.table02 th, .table02 td {
	width: 20%;
	text-align: left;
}
 @media only screen and (max-width:640px) {
td {
	padding: 5px;
}

.table01 {
	margin: 0 auto;
}
.table01 th, .table01 td {
	width: auto;
	display: block;
	border: none;
}
.table02 tr {
	display: block;
}
.table02 th {
	display: block;
	width: auto;
}
.table02 td {
	display: block;
	width: auto;
	border: none;
	border-bottom: 1px solid #d3d3d3;
}
.table03 {
	display: block;
	position: relative;
}
.table03 thead {
	display: block;
	float: left;
}
.table03 tbody {
	display: block;
	position: relative;
	width: auto;
	overflow-x: auto;
	white-space: nowrap;
}
.table03 thead th {
	display: block;
}
.table03 tbody tr {
	display: inline-block;
}
.table03 tbody td {
	display: block;
}
}
/* --------------------------------------------
   【注意書き】
-------------------------------------------- */
ul.notes {
	margin-left: 1em;
}
ul.notes > li {
	list-style-type: none;
	text-indent: -1em;
}
ul.notes > li:before {
	display: inline;
	content: "※";
}
/* --------------------------------------------
   【リストデザイン】
-------------------------------------------- */
ul.disc > li {
	list-style: disc;
	margin-left: 2em;
}
ul.decimal > li {
	list-style: decimal;
	margin-left: 2em;
}
/* --------------------------------------------
   共通パーツ
-------------------------------------------- */
/* ぱんくず */
#breadcrumb{
	width:960px;
	margin:20px auto;
	padding: 5px 0;
	text-align: right;
	font-size: 11px;
}
#breadcrumb ul > li {
	display: inline-block;
	padding-right: 4px;
}
#breadcrumb ul > li:after {
	display: inline;
	content: " > ";
}
#breadcrumb ul > li:last-child:after {
	display: inline;
	content: "";
	padding-right: 0px;
}

/* h2 */
h2{
  font-size: 24px;
  padding-bottom: 10px;
  margin: 40px 0 20px;
  border-bottom: #ddd 2px solid;
  position: relative;
}
h2::before{
  width: 100px;
  height: 2px;
  content: '';
  background: #002052;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.pcBlock{
  display: block;
}
.mbInline{
	display: none;
}
/* スマホ用に見せる */
.mb {
	display: none !important;
}
 @media screen and (max-width: 640px) {
/* ぱんくず */
#breadcrumb{
	width:100%;
}
/* スマホ用に見せる */
.pc {
	display: none !important;
}
.mb{
	display:inherit !important;
}
.pcBlock{
  display: inline!important;
}
.mbBlock {
	display: block !important;
}
.mbInline{
	display: inline !important;
}
 }
/* --------------------------------------------
   【TOP】
-------------------------------------------- */
.mainVisual{
  background: url(../images/../images/mainVisual_bg.jpg) no-repeat center;
  background-size: 1920px auto;
  text-align: center;
}
/* top100 */
#top100{
	margin:30px 0 40px;
}
#top100 h2:nth-of-type(1){
  width: 660px;
}
#top100 .top101 > li{
  display: inline-block;
}
#top100 .top101 > li:first-child{
  margin-right: 20px;
}
#top100 .top102 > li{
  width: 320px;
  display: inline-block;
  margin: 0 20px 20px 0;
}
#top100 .top102 > li:nth-child(3n){
  margin-right: 0;
}
#top100 .top102 > li:nth-last-child(1),
#top100 .top102 > li:nth-last-child(2),
#top100 .top102 > li:nth-last-child(3){
  margin-bottom: 0;
}
#top100 .top102 > li > a > img{
  width: 100%;
  height: auto;
}
/* top200 */
#top200{
  background: #f7f7f7;
}
#top200 .inner{
  width: 920px;
  padding: 40px;
}
#top200 ul > li{
  display: inline-block;
}
#top200 ul > li:first-child{
  background: url(../images/top201.jpg) no-repeat;
  background-size: 440px auto;
  margin-right: 40px;
}
#top200 ul > li:nth-child(2){
  background: url(../images/top202.jpg) no-repeat;
  background-size: 440px auto;
}
#top200 ul > li > a{
	width:250px;
	height:82px;
	font-size:11px;
	display:block;
	padding:38px 0 0 190px;
}
/* top300 */
#top300{
  margin: 40px 0;
}
#top300 .top301{
  float: left;
}
#top300 .top301 table{
  width: 480px;
}
#top300 .top301 table.company th{
  width: 160px;
  text-align: left;
  padding-left: 20px;
  border: #ddd 1px solid; 
}
#top300 .top301 table.company th{
  border: #ddd 1px solid; 
}
#top300 .top302{
  float: right;
}
#top300 .top303 table th,
#top300 .top303 table td{
  border: #ddd 1px solid; 
}
/* バナー */
#topBnr ul > li{
	width: 480px;
	display: inline-block;
	vertical-align: top;
}
#topBnr ul > li:first-child{
	margin-right:40px;
}
@media screen and (max-width: 640px) {
.mainVisual img{
	width:100%;
	height:auto;
}
/* top100 */
#top100 h2:nth-of-type(1){
  width: auto;
}
#top100 img{
	width:100%;
	height:auto;
}
#top100 .top101 > li{
	display:block;
}
#top100 .top101 > li:first-child{
	margin:0 0 20px 0;
}
#top100 .top102 > li{
  width: auto;
  display: block;
  margin: 0 0 20px 0;
}
/* top200 */
#top200 .inner{
  width: 96%;
  padding: 20px 0;
  margin:0 auto;
}
#top200 ul > li{
  width:auto;
  display: block;
  margin:0 auto;
  border: #002052 2px solid;
}
#top200 ul > li:first-child{
  background: #fff url(../images/top201.png) no-repeat;
  background-size: 440px auto;
  margin-right: auto;
  margin-bottom:20px;
}
#top200 ul > li:nth-child(2){
  background: #fff url(../images/top202.png) no-repeat;
  background-size: 440px auto;
}
#top200 ul > li > a{
	width: auto;
	height: auto;
	font-size: 14px;
	display:block;
	padding: 80px 10px 20px 10px;
}
/* top300 */
#top300 .top301{
  float: none;
}
#top300 .top301 table{
  width: 100%;
}
#top300 .top301 table.company th{
  width: auto;
  text-align: center;
  padding-left: 0;
  border-bottom: #ddd 1px solid; 
}
#top300 .top302{
  float: none;
}
#top300 .top302 .ggmap iframe{
	width:100%;
}
/* バナー */
#topBnr ul > li{
	width: auto;
}
#topBnr ul > li:first-child{
	margin-right:0;
}
}