html {
	background-color: #F2F2F3;
	font-size: 62.5%; /*フォントの基準サイズを10pxにする*/
}
body {
	background-color: #FFF;
}
.container {
	margin: 0 auto;
	padding: 0;
}
.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img {
	max-width: 100%;
}

@media (max-width: 750px) {
body {
	font-size: 1.4rem; /*全体のフォントサイズは14pxとする*/
	-webkit-text-size-adjust: 100%; /*スマホでPC表示した際に勝手に文字が大きくなるのを防ぐ*/
}
.hidden_sp {
	display: none;
}
}

@media (min-width: 751px) {
body {
	font-size: 1.8rem; /*全体のフォントサイズは16pxとする*/
}
.container {
	width: 1131px;
	min-width: 1131px;
}
.hidden_pc {
	display: none;
}
}
/*************************************
#header
*************************************/
#header {
}

@media (max-width: 750px) {
#header {
	background-color: #FFF;
}
#header h1 {
	background-color: #F2F2F3;
	font-size: 1.2rem;
	padding: 5px;
}
#header .headWrap {
	display: table;
	width: 98%;
	margin: 5px auto;
}
#header .headWrap h2.logo {
	display: table-cell;
	width: 85%;
	vertical-align: middle;
	text-align: left;
}
#header .headWrap h2.logo img {
	width: 80%;
}
#header .headWrap .btnR {
	display: table-cell;
	width: 15%;
	vertical-align: middle;
}
}

@media (min-width: 751px) {
#header {
	background-image: url(../img_n/header_bg_pc.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	min-width: 1131px;
	min-height: 190px;
}
#header .headWrap {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#header .headWrap h1 {
	display: table-cell;
	width: 33.3%;
	font-size: 1.4rem;
	color: #333;
	padding-top: 24px;
}
#header .headWrap h2 {
	display: table-cell;
	width: 33.3%;
	vertical-align: top;
}
#header .headWrap .hedRight {
	display: table-cell;
	width: 33.3%;
	font-size: 1.4rem;
	color: #333;
	text-align: left;
	position: relative;
}
#header .headWrap .hedRight ul {
	position: absolute;
	top: 24px;
	left: 30px;
}
#header .headWrap .hedRight ul li {
	display: inline;
}
#header .headWrap .hedRight ul li a {
	display: inline-block;
	padding: 0 1em;
}
#header .headWrap .hedRight .headContact {
	position: absolute;
	top: 40px;
	left: 40px;
}
}

/*************************************
#gnavi
*************************************/
@media (max-width: 750px) {
.spNavi {
	display: none;
}
.spNavi nav {
	padding: 5px 0;
}
.spNavi ul {
	margin: 5px 0;
}
.spNavi ul li {
	border-bottom: 1px dotted #CCC;
	text-align: left;
	font-size: 1.3rem;
}
.spNavi ul li a {
	display: block;
	padding: 5px 5px;
}
.spNavi ul.col2 li {
	float: left;
	width: 50%;
}
.spNavi .close {
	cursor: pointer;
}
}

@media (min-width: 751px) {
#gnavi {
	min-width: 1131px;
	background-color: #FFF;
}
#gnavi ul {
	display: table;
	width: 100%;
}
#gnavi ul li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px dotted #333;
	text-align: center;
}
#gnavi ul li:last-child {
	border-right: none;
}
#gnavi ul li a {
	display: block;
	line-height: 80px;
	font-weight: bold;
	color: #333;
	font-size: 1.8rem;
	padding: 0 1em;
}
#gnavi ul li.active a {
	background-color: #099;
  color: #FFF;
}
#tabBoxes {
	background-color: #099;
}
#tabBoxes > div {
	display: none;
  color: #FFF;
  padding: 50px 20px;
}
#tabBoxes > div ul li {
	display: inline;
}
#tabBoxes > div ul li:after {
	content: "/";
}
#tabBoxes > div ul li:last-child:after {
	content: none;
}
#tabBoxes > div ul li a {
	padding: 0 1em;
  color: #FFF;
}
#tabBoxes > div ul li a:hover {
  color: #FD0;
}
}
#footer {
	background-color: #F2F2F3;
}
#footer .fCompany .official a {
	border: 1px solid #666;
	border-radius: 3px;
	padding: 5px;
	color: #666;
}

@media (max-width: 750px) {
#footer {
	margin-bottom: 80px;
}
#footer > div {
	padding: 30px 15px 0;
}
#footer .fCompany {
	margin-bottom: 20px;
}
#footer .fCompany h2 {
	margin-bottom: 15px;
}
#footer .fCompany h2 img {
	width: 80%;
	margin: 0 auto;
}
#footer .fCompany .official {
	margin-bottom: 15px;
}
}

@media (min-width: 751px) {
#footer {
	min-width: 1131px;
	text-align: left;
	clear: both;
}
#footer > div {
	padding: 30px 0 0;
}
#footer .fCompany {
	float: left;
	width: 330px;
}
#footer .fCompany h2 {
	margin-bottom: 20px;
}
#footer .fCompany .official {
	margin-bottom: 20px;
}
#footer .fCompany .official a:hover {
	background-color: rgba(102,102,102,.2);
}
#footer .fCompany p {
	font-size: 1.4rem;
	line-height: 1.4;
}
#footer .fLink {
	float: right;
	width: 750px;
}
#footer .fLink > div {
  float: left;
  width: 33.3%;
	font-size: 1.4rem;
	paddong: 0 10px;
}
#footer .fLink ul {
  margin-left: 1em;
}
#footer .fLink ul li a {
	display: block;
}
#footer .fLink ul li a:hover {
	background-color: rgba(102,102,102,.2);
}
#footer .copyright {
	clear: both;
	font-size: 1.4rem;
	line-height: 1.4;
}
}
ul.col3_fix {
	display: table;
	table-layout: fixed;
}
ul.col3_fix li {
	display: table-cell;
	width: 33.3%;
}
ul.col3_fix li > div {
	padding: 5px;
}
ul.col2_fix {
	display: table;
	table-layout: fixed;
}
ul.col2_fix li {
	display: table-cell;
	width: 50%;
}
ul.col2_fix li > div {
	padding: 5px;
}
ul.col3_2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul.col3_2 li > div {
	padding: 5px;
	text-align: center;
}

@media (max-width: 750px) {
ul.col3_2 li {
	float: left;
	width: 50%;
}
}

@media (min-width: 751px) {
ul.col3_1 li {
	float: left;
	width: 33.3%;
}
ul.col3_2 li {
	float: left;
	width: 33.3%;
}
ul.col2 {
	display: table;
	width: 100%;
	table-layout: fixed;
}
ul.col2 li {
	display: table-cell;
	width: 50%;
}
}

@media (max-width: 750px) {
.table_sp, .table_sp tbody, .table_sp thead, .table_sp tfoot, .table_sp tr, .table_sp th, .table_sp td {
	display: block;
}
.table_sp {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
.table_sp th {
	background-color: #F2F2F2;
	border-top: 1px solid #CCC;
	padding: 5px;
}
.table_sp td {
	border-top: 1px solid #CCC;
	padding: 5px;
}
}

@media (min-width: 751px) {
.table_sp {
	margin: 0 auto 80px;
}
.table_sp tr th {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
}
.table_sp tr td {
	padding: 10px;
	border: 1px solid #CCC;
}
}
#tooltip {
	text-align: left;
}
