@charset "utf-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%	 11px = 85%	 12px = 93%	 13px = 100%
 14px = 108%	15px = 116%	16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%	23px = 174%	24px = 182%	25px = 189%
 26px = 197%
=================================================================== */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000;
	background: #fff url(../img/bg.png) center 400px no-repeat;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 767px){
body {
	background: #fff;
	font-size: 14px;
}
}
input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 100%;
}
@font-face {
	font-family: 'あんずもじ';
	src: url(../APJapanesefont.ttf);
}

/******************** a ********************/
a {
	color: #0084ff;
	text-decoration: none;
}
a:hover {
	color: #52acff;
}
/********************/
p {
	margin: 0;
}
.spacer {
	margin-bottom: 10px;
}
.spacer2 {
	margin-bottom: 15px;
}
.spacer3 {
	margin-bottom: 20px;
}
.center {
	text-align: center;
}
.side {
	text-align: center;
	margin-bottom: 10px;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.bold img {
	margin-right: 3px;
}
.large {
	font-size: 160%;
	line-height: 130%;
}
.small {
	font-size: 90%;
	line-height: 130%;
}
.yellow {
	color: #fd7;
}
.red {
	color: #FF0000;
}
.gray {
	color: #aaa;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* clerfix */
.clearfix {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
/******************** ie6 ********************/
*html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
*html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/******************** header ********************/
header {
	width: 100%;
}
h1 {
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	text-align: right;
	margin: 0 auto;
	padding-right: 10px;
	background: url(../img/menu_bg.png) repeat;
}
p#logo {
	background: url(../img/header_bg.jpg) 100%;
	text-align: center;
	padding: 40px 0;
}
@media screen and (min-width: 320px) and (max-width: 767px){
p#logo {
	background-size: contain;
	padding: 8px 0 2px;
}
p#logo img {
	width: 80%;
	height: auto;
}
}
/******************** nav ********************/
nav {
	background: url(../img/menu_bg.png) repeat;
	text-align: center;
	padding: 16px 0 12px;
}
nav ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
nav ul li a {
	display: inline-block;
	background: url(../img/menu.png) no-repeat left top;
	width: 290px;
	height: 60px;
	text-indent: -10000px;
	overflow: hidden;
}
nav ul li a:hover {
	background: url(../img/menu_h.png) no-repeat left top;
}
nav ul li.about a {
	background-position: 0 0;
}
nav ul li.biton a {
	background-position: -290px 0;
	width: 365px;
}
nav ul li.bba a {
	background-position: -655px 0;
	width: 320px;
}
nav ul li.info a {
	background-position: -975px 0;
	width: 220px;
}
@media screen and (min-width: 320px) and (max-width: 767px){
nav {
	background: url(../img/menu_bg.png) repeat;
	padding: 5px 0 2px;
}
nav ul {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	justify-content: center;
}
nav ul li {
	border-bottom: 1px dotted #fff;
}
nav ul li#last {
	border-bottom: none;
}
nav ul li a {
	display: inherit;
	background: none;
	width: 290px;
	height: auto;
	line-height: 36px;
	font-size: 16px;
	text-indent: inherit;
	overflow: inherit;
	color: #fff;
	font-weight: bold;
}
nav ul li a:hover {
	background: none;
}
nav ul li.about a, nav ul li.biton a, nav ul li.bba a, nav ul li.info a {
	background-position: 0 0;
	width: auto;
}
}
/******************** contents ********************/
div#contents {
	margin: 0 auto;
	padding: 60px 0 60px;
	text-align: left;
	width: 1200px;
	min-height: 500px;
}
.text p {
	line-height: 180%;
	color: #444;
	text-align: center;
}
h2 {
	font-family: "あんずもじ", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 48px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
h2.biton, h2.bba {
	background: #e84c68;
	line-height: 60px;
	margin: 70px auto 20px;
}
h2.bba {
	background: #b447a0;
}
@media screen and (min-width: 320px) and (max-width: 767px){
div#contents {
	padding: 20px 0 30px;
	width: 100%;
	min-height: 500px;
}
.text {
	margin: 0 10px;
}
.text p {
	line-height: 160%;
	text-align: left;
}
h2 {
	font-size: 26px;
	margin-bottom: 10px;
}
h2.about, h2.info {
	background: url(../img/h2_about.png) no-repeat center top;
	background-size: contain;
	width: 100%;
	height: 40px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
h2.info {
	background: url(../img/h2_info.png) no-repeat center top;
	background-size: contain;
}
h2.biton, h2.bba {
	line-height: 36px;
	margin: 30px auto 10px;
	letter-spacing: -0.1em;
}
}
/********************/
table.recruit {
	width: 100%;
	margin: 20px auto 30px;
	line-height: 180%;
}
table.recruit tr {
	border-top: 1px solid #444;
}
table.recruit th, table.recruit td {
	vertical-align: middle;
	padding: 20px;
}
table.recruit th {
	width: 300px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
ul.info {
	display: flex;
	justify-content: space-between;
}
iframe#google_map {
	width: 100%;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 10px solid #f4efe7;
	margin: 60px auto 20px;
}
p.address {
	color: #888;
	margin-bottom: 60px;
}
p.address a {
	color: #888;
}
@media screen and (min-width: 320px) and (max-width: 767px){
p.recruit_biton, p.recruit_bba {
	background: url(../img/sp/recruit_biton.jpg) no-repeat center top;
	background-size: contain;
	width: auto;
	height: 300px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
p.recruit_bba {
	background: url(../img/sp/recruit_bba.jpg) no-repeat center top;
	background-size: contain;
}
table.recruit {
	margin-bottom: 10px;
	line-height: 160%;
}
table.recruit th, table.recruit td {
	display: block;
	width: 100%;
	padding: 10px;
}
table.recruit th {
	padding: 10px 10px 0;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
}
ul.info {
	display: block;
	justify-content: center;
	margin: 0 10px;
}
ul.info li.biton_tel a, ul.info li.bba_tel a, ul.info li.biton_hp a, ul.info li.bba_hp a, ul.info li.info_line a, ul.info li.info_mail a {
	background: url(../img/biton_tel.png) no-repeat center top;
	background-size: contain;
	width: 100%;
	height: 100px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	margin-bottom: 5px;
}
ul.info li.bba_tel a {
	background: url(../img/bba_tel.png) no-repeat center top;
	background-size: contain;
}
ul.info li.biton_hp a {
	background: url(../img/biton_hp.png) no-repeat center top;
	background-size: contain;
}
ul.info li.bba_hp a {
	background: url(../img/bba_hp.png) no-repeat center top;
	background-size: contain;
}
ul.info li.info_line a {
	background: url(../img/info_line.png) no-repeat center top;
	background-size: contain;
}
ul.info li.info_mail a {
	background: url(../img/info_mail.png) no-repeat center top;
	background-size: contain;
}
iframe#google_map {
	height: 300px;
	border: 5px solid #f4efe7;
	margin: 20px auto 10px;
}
p.address {
	margin-bottom: 30px;
}
p.address a {
	color: #fff;
	line-height: 32px;
	padding: 0 10px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f6f7f7), color-stop(0.51, #b7b9c5), color-stop(0.00, #f6f7f7));
	background: -webkit-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
	background: -moz-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
	background: -o-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
	background: -ms-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
	background: linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
	border: 1px solid #b7b9c5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
}
/******************** footer ********************/
footer {
	width: 100%;
	background: #e8e6e7;
	padding: 30px 0;
	color: #444;
	text-align: center;
	line-height: 180%;
	margin: 60px auto 0;
}
address {
	font-style: normal;
}
@media screen and (min-width: 320px) and (max-width: 767px){
footer {
	padding: 20px 0;
	line-height: 160%;
	margin: 20px auto 0;
	font-size: 11px;
}
address {
	margin: 0 10px;
}
}



/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
	background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  

/* 横並び */
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/