@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1.4em;
  margin: 30px auto 5px;
  color: #8C8C8C;
  text-align:center;
}

h2 {
  font-size: 1.2em;
  color: #8C8C8C;
}

h3 {
  font-size: 1.2em;
  color: #8C8C8C;
}

h4 {
  font-size: 1.3em;
  color: #8C8C8C;
}

h5 {
  font-size: 1.2em;
  color: #8C8C8C;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

hr.style-one {
    border: 0;
    height: 1px;
	width: 50%;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0));
}

hr.style-two {
    height: 1px;
    border: none;
    border-top: 1px #f3acbd solid;
	margin: 20px auto;
}

hr.style-three {
	height: 1px;
    border: none;
    border-top: 1px #f3acbd dotted;
	margin: 20px auto 25px;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


td,th {
padding:0;
}

b, strong, optgroup {
  font-weight: 700;
}

pre, textarea {
  overflow: auto;
}

button::-moz-focus-inner, input::-moz-focus-inner, legend {
  border: 0;
  padding: 0;
}

/*
 style
**********************************************************/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
}


.textSplitLoad {
    display: none;
}
.split {
    visibility: hidden;	
	z-index: 2000;
	text-align: left;
	position:absolute;
	left: 2%;
	top: 17%;
	width: 40%;
	color: #000;
	font-size: 90%;
	line-height: 120%;
    color: rgba(0,0,0,1);
    text-shadow: 0px 0px 2px rgba(255,255,255,1),
                 0px 0px 10px rgba(255,255,255,1);
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.news-container {
  background-color:#fad9df;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.contact-container {
  margin: 0 auto 40px;
  position: relative;
}

.footer-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.block {
  display:block;
  margin-bottom: 10px;
}

.text-center {
  text-align: center;
}


/*
 header
**********************************************************/
#top {
  background-size: contain;
  height: 290px;
}

.backstretch img {
  max-width: 100%;
  height: auto !important;
  top: 137px;
}

#about .container{
  height: 290px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: url(http://www.izumi-bf.co.jp/img/sp/bg_about.jpg) no-repeat;
}
#product .container{
  height: 290px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: url(http://www.izumi-bf.co.jp/img/sp/bg_product.jpg) no-repeat;
}
#info .container{
  height: 290px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: url(http://www.izumi-bf.co.jp/img/sp/bg_info.jpg) no-repeat;
}
#location .container{
  height: 290px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: url(http://www.izumi-bf.co.jp/img/sp/bg_location.jpg) no-repeat;
}
#recruit .container{
  height: 290px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: url(http://www.izumi-bf.co.jp/img/sp/bg_recruit.jpg) no-repeat;
}
#contact .container{
  height: 290px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: url(http://www.izumi-bf.co.jp/img/sp/bg_contact.jpg) no-repeat;
}
#policy .container{
  height: 290px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: url(http://www.izumi-bf.co.jp/img/sp/bg_privacy.jpg) no-repeat;
}

header {
  margin: 0 auto;
  z-index: 2;
  position: relative;
  background: none;
  height: auto;
  width: 100%;
}
header nav {
  width: 40%;
  float: right;
  margin: 0 auto;
  padding: 0;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav ul li {
  display: inline; 
  padding: 0; 
  margin: 0; 
}
header nav ul li a {
  display: block; 
  padding: 5px 5px;
  margin: 0px 3px 5px 0px;
  text-decoration: none;
  color: #f3acbd; 
  text-align: right;
  font-size: 14px;
  text-shadow: 1px 1px 1px #333; 
  border-right: 3px solid #f3acbd;
  background-color: rgba( 255, 255, 255, 0.65 );
  font-weight:bolder;
}
header #logo {
  position: absolute;
  left: 0;
  z-index: 10000;
  width: 40%;
}

#bannerBtn, #bannerBtnTop {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 5px auto;
  text-align: center;
  display: table;
}
#bannerBtn li, #bannerBtnTop li {
  float: left;
  padding: 0 10px;
}
#bannerBtn li.active a, #bannerBtnTop li.active a {
  background: url(http://www.izumi-bf.co.jp/common/img/btn_gray.png) no-repeat left 5px;
}
#bannerBtn li.active a img, #bannerBtnTop li.active a img {
  visibility: hidden;
}
#bannerBtn li a, #bannerBtnTop li a {
  display: block;
}
#bannerBtn li a:hover, #bannerBtnTop li a:hover {
  background: url(http://www.izumi-bf.co.jp/common/img/btn_gray.png) no-repeat left 5px;
}
#bannerBtn li a:hover img, #bannerBtnTop li a:hover img {
  visibility: hidden;
}

/* TOP
**********************************************************/
#Menu {
  margin: 0 auto;
  text-align: center;
}
#Menu ul {
  margin: 30px auto 30px;
  list-style: none;
  text-align: center;
  padding-left: 0;
}
#Menu ul li {
  width: 100%;
}
.inline {
  text-align: center;
  line-height:4.0em;
  width: 60%;
}
.inline li {
  display: inline;
}
#newsTop {
  margin: 0 auto;
  text-align: center;
}
#newsTop #topics {
  max-width: 100%;
  text-align: center;
}
#newsTop #topics h2 {
  width: 100%;
  text-align: center;
  margin: 40px auto;
}
#newsTop #topics ul {
  list-style: none;
  padding-left: 0px;
}
#newsTop #topics ul li {
  width: 100%;
  margin: 0 auto;
}
#newsTop #topics ul li img {
  width: 50%;
  margin: 0 auto 5px;
}
#newsTop #topics ul li.first p {
  margin: 0 auto;
}
#newsTop #topics ul li.date p {
  font-size: 0.8em;
  text-align:center;
  line-height: 0em;
}
#newsTop #topics ul li.contents p {
  font-size: 0.9em;
  text-align:center;
}
#newsTop #topics ul li.second p {
  margin: 0 auto;
}

#newsTop #contact {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#newsTop #contact img {
  width: 70%;
  height: auto;
  margin: 50px auto 25px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */
  border-radius: 10px;        /* CSS3草案 */    
}
#newsTop #contact a {
  display: block;
  background-size: contain;
  max-width: 100%;
}

#newsTop #recruit {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#newsTop #recruit img {
  width: 70%;
  height: auto;
  margin: 0 auto 45px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */
  border-radius: 10px;        /* CSS3草案 */    

}
#newsTop #recruit a {
  display: block;
  background-size: contain;
  max-width: 100%;
}

/* about
**********************************************************/

body .container .comment {
	text-align:center;
	font-size:1.0em;
	line-height:1.8em;
	width: 90%;
	margin:20px auto;
}
body .container h2 {
	margin:30px auto 20px;
	text-align:center;
}
body .container h3 {
	margin:30px auto 20px;
	text-align:center;
}
body .container h4 {
	margin:30px auto 20px;
	text-align:center;
}
body .container h5 {
	margin:30px auto 20px;
	text-align:center;
}

.gaiyou_tbl{
	width: 90%;
	margin:0 auto 30px;
    height: auto;
	border-collapse:collapse;	
}
.gaiyou_tbl th{
	width: 30%;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 0.9em;
}
.gaiyou_tbl td{
	width: 70%;
	padding: 5px;
	text-align:left;
	vertical-align: top;
	color:#666;
	font-size: 0.9em;
}

.enkaku_tbl{
	width: 90%;
	margin:0 auto 50px;
    height: auto;
	border-collapse:collapse;	
}
.enkaku_tbl tr{
	font-size: 0.9em;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}	
.enkaku_tbl td .small{
	font-size: 1.0em;
	line-height: 1.8em;
	color: #ed7f9a;
	padding-right: 10px;
	padding-left: 5px;
}
.enkaku_tbl td.when{
	width: 40%;
}
.enkaku_tbl td.enkaku{
	width: 60%;
}

.message_tbl{
	width: 90%;
	margin:0 auto;
    height: auto;
	border-collapse:collapse;	
}
.message_tbl th{
	width: 100%;
	display:block;
	padding: 0px;
}
.message_tbl th p{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-size:0.9em;
	line-height:1.7em;
}
.message_tbl td{
	width: 100%;
	display:block;
	text-align:right;
	vertical-align: middle;
}
.message_tbl td p{
	font-size:0.9em;
	text-align:center;
}

.map_tbl{
	width: 80%;
	margin:0 auto 50px;
    height: auto;
	border-collapse:collapse;	
}
.map_tbl td{
	width: 100%;
	display:block;
	vertical-align: top;
}
.map_tbl td p{
	font-size:0.8em;
	line-height:1.5em;
	text-align:left;
}
.map_tbl td .osaka{
	margin:30px auto;
}
.map_tbl td .tokyo{
	margin:30px auto 10px;
}

/* product
**********************************************************/

body .container .strong {
	text-align:center;
	font-size:1.3em;
	line-height:2.0em;
}
.switch {
	display: block;
	margin:0px auto;
	padding-bottom: 20px;
	width: 90%;
}


/* info
**********************************************************/

.info_tbl{
	width: 90%;
	margin: 40px auto 30px;
    height: auto;
	border-collapse:collapse;	
}
.info_tbl th{
	width: 100%;
	display: block;
	text-align: center;
}
.info_tbl td{
	width: 100%;
	display: block;
	text-align:center;
	color:#666;
	font-size: 0.8em;
}
.info_tbl td .date{
	font-size: 0.9em;
	margin: 10px 0px 0px 0px;
}
.info_tbl td .contents{
	font-size: 1.0em;
	margin: 5px 0px 30px 0px;
}

/* location
**********************************************************/

.location_tbl{
	width: 90%;
	margin:40px auto;
    height: auto;
	border-collapse:collapse;	
}
.location_tbl th{
	width: 100%;
	display:block;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-size: 0.9em;
	line-height:2.0em;
	color:#666;
}
.location_tbl td{
	width: 100%;
	display:block;
	text-align: center;
	vertical-align: middle;
	color:#666;
	font-size: 0.9em;
	line-height:2.0em;
}
.new-division {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #fad9df;
	color: #fad9df;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #f7c9d2;
	text-decoration: none;
	max-width: 25%;
	margin: 15px auto 30px;
	padding: 0px 15px 0px 15px;
}
/*.new-division:hover {
	top: -4px;
	box-shadow: 0 7px 0 #f7c9d2;
	text-decoration: none;
}
.new-division:active {
	top: 3px;
	box-shadow: none;
	text-decoration: none;
}*/

/* recruit
**********************************************************/

.recruit_tbl{
	width: 80%;
	margin:0 auto 50px;
    height: auto;
	border-collapse:collapse;	
}
.recruit_tbl tr{
	font-size: 0.9em;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.recruit_tbl td .designer{
	valign: top;
}
.recruit_tbl td .pink{
	font-size: 1.0em;
	color: #ed7f9a;
	padding-right: 10px;
}
.rec-contact {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	border: 1px #f3acbd solid;
	color: #333;
	font-size: 0.9em;
	line-height: 1.8em;
	-webkit-transition: none;
	transition: none;
	text-decoration: none;
	width: 70%;
	margin: 15px auto 50px;
	padding: 20px;
}


/* contact
**********************************************************/

#form-container {
  margin: 20px auto 30px;
  text-align:center;
  width: 90%;
}

#form-container p {
	margin:20px 0px 20px 0px;
    font-size: 0.8em;
}
#form-container p.privacy {
	padding-bottom: 10px;
    line-height: 1.8em;
    font-size:0.7em;
}
#form-container .tbl-layout {  
    width: 100%;
    margin: 30px auto;
    border-bottom: none;
    background-color: #fff;
}
#form-container .tbl-layout dt,
.tbl-layout dd {
    margin:0px;
}
#form-container .tbl-layout dt {
    font-weight: bold;
    font-size: 0.8em;
	text-align:left;
    clear: both;
    float: left;
    color: #f3acbd;
    padding: 20px;
    width: 30%;
}
#form-container .tbl-layout dd {
    font-size: 0.7em;
    text-align: left;
    border-bottom:1px solid #ccc;
    padding: 20px;
}
#form-container .tbl-layout dd textarea {
    width:100%;
}
#form-container .tbl-layout .w300{
    font-size: 0.9em;
    width:100%;	
    height:24px;
}
#form-container .tbl-layout .w70{
    font-size: 0.9em;
    width:20%;		
    height:24px;
}
#form-container .tbl-layout .bdchange{
    border-bottom:1px solid #ccc;
}
#form-container p.btn {
    text-align: center;
    padding: 10px 0;
}
#form-container p.btn input {
    width: 100px;
	height: 30px;	
	background-color: #f3acbd;
	border-radius: 10px;
	font-size: 1.0em;
	color: #fff;
	border: 0;
}

#form-container p {
	margin:20px 0px 20px 0px;
    font-size: 0.9em;
}
#form-container p.privacy {
	padding-bottom: 10px;
    line-height: 1.8em;
    font-size:0.7em;
}
.formTable{
	width: 90%;
	margin:0 auto;
    height: auto;
	border-collapse:collapse;	
}
.formTable th{
	width: 50%;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.formTable td{
	width: 50%;
	padding: 5px;
	text-align:left;
	vertical-align: top;
	color:#666;
	font-size: 0.9em;
}

/* privacy
**********************************************************/

#policy-container {
  margin: 50px auto 50px;
  width: 90%;
}
#policy-container .setsumei{
    font-size: 0.9em;
	line-height: 1.8em;
    text-aligen: center;
}
#policy-container .koumoku {
	font-size: 1.0em;
	color:#f3acbd;
	line-height: 4em;
	text-align:left;
}
#policy-container .naiyou {
	font-size: 0.8em;
	line-height: 1.8em;
	text-align:left;
}

/*
 footer
**********************************************************/
footer {
  background-color: #f3acbd;
  padding: 5px 0;
  position: relative;
  margin: 0 auto;
}
footer a:hover {
  text-decoration: underline;
}

a#pagetopBtn img {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 0px;
  right: 0px;
  z-index:2000;
}


footer #bottomMenu {
  margin: 0 auto 20px;
  font-size: 0.8em;
}
footer #bottomMenu ul {
  margin: 25px 10px 30px 0px;
  padding: 0;
  text-align: center;
  list-style: none;
}
footer #bottomMenu ul li {
  display: inline;
  line-height:2.5em;
  padding: 0px 10px 0px;
}
footer #bottomMenu ul li a {
  color: #fff;
  text-decoration: none;
}
footer #bottomMenu ul li a:hover {
  text-decoration: underline;
}
footer #bottomMenu p {
  text-align: center;
  color: #000;
  margin: 0px 0px 5px 0px;
  font-size:0.5em;
}