@charset "UTF-8";


/*------------------------------------------------------------------------------ reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font: inherit;
 font-size: 100%;
 vertical-align: baseline;
}

html {
 line-height: 1;
}

ol, ul {
 list-style: none;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

caption, th, td {
 text-align: left;
 font-weight: normal;
 vertical-align: middle;
}

q, blockquote {
 quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
 content: "";
 content: none;
}

a img {
 border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
 display: block;
}

h1, h2, h3, h4, h5, h6 {
 font-weight: normal;
}

a:link, a:visited, a:hover, a:active {
 color: #5a3d1c;
}

a:hover {
 text-decoration: none;
}

.clearfix {
 overflow: hidden;
}

input, button, textarea, select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 font-size:inherit;
 font-family: inherit;
}



/*-------------------------------------------------------------------------------------- */
body {
 text-align: left;
 background: #fff;
 font-size: 14px;
 font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #333;
 background: #fbeded;
}

body#lfbinfo {
 background: #f8f3ea;
}

#wrapper {
 width: 1040px;
 background: #fff;
 margin: 0 auto;
}

/*------------------------------------------------------------------------------ [cmn]gheader */

#sp-gheader {
 display: none;
}
#pc-gheader {
 position: relative;
 background: url(/images/common/bg-header.png) 291px 0 no-repeat;
 height: 200px;
 display: block;
}


#lfbinfo .top #pc-gheader {
 height: auto;
}


#lfbinfo .pc-gheader-inner {
 height:60px;
}

#pc-gheader #pc-logo {
 position: absolute;
 top: 0;
 left: 0;
}
#pc-gheader #group-slogan {
 position: absolute;
 top: 33px;
 left: 330px;
}
#pc-gheader #group-slogan img {
 display: block;
}

#pc-gheader .ico-onlystaff {
 position:absolute;
 top:24px;
 right:20px;
}
#pc-gheader .ico-onlystaff img {
 display: block;
 width:95px;
}



/*------------------------------------------------------------------------------ [cmn]gfooter */

#gfooter {
 margin-top:50px;
}


/*-----------------
#footer-btm
-----------------*/

#sp-copyright,
#sp-groupname {
 display:none;
}

#footer-btm {
 background: none repeat scroll 0 0 #CC0000;
 margin-top:7px;
 overflow: hidden;
}
#footer-btm #pc-groupname {
 float: left;
 margin: 0 0 0 33px;
 width: 113px;
 height:11px;
 padding:7px 0 7px;
}
#footer-btm #pc-copyright {
 float: right;
 padding:8px 20px 8px 0;
 text-align: right;
}
#footer-btm #pc-groupname img,
#footer-btm #pc-copyright img {
 display: block;
}


/*------------------------------------------------------------------------------ [cmn]main */

#main {
 padding: 0 20px;
 overflow: hidden;
}

.box-section01 {
 margin:50px;
}
.box-section02 {
 border: 1px solid #ccc;
 padding: 20px;
}

.tit01 {
 font-size:200%;
 line-height: 1.6;
 color:#5a3d1c;
}
.tit02 {
 font-size:108%;
 line-height: 1.6;
 font-weight: bold;
}


.txt01 {
 line-height:1.8;
 font-size:116%;
}
.txt02 {
 font-size:130%;
 line-height: 1.6;
 color: #cc0000;
 font-weight: bold;
}
.txt03 {
 line-height:1.8;
}
.txt04 {
 line-height:1.8;
 font-size: 93%;
 color: #cc0000;
}

.list01 {
 border-left: 2px solid #ccc;
 padding-left: 20px;
}

.list01 li {
 line-height: 1.8;
}



/* ********************

media.css

*********************** */

@media screen and (max-width: 800px) {

/*------------------------------------------------------------------------------------------------ max-width: 800px */


html body {
 -webkit-text-size-adjust: none;
}

body {
 font: 14px/1.231;
 background: #fff;
 font-family: Helvetica, Arial,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}

img {
 max-width: 100%;
 height: auto;
}

#wrapper {
 width: 100%;
 min-width: 320px;
}

.sp-br {
 display:block;
}


/*--------------------------------------- gheader */

#pc-gheader {
 display: none;
}

#sp-gheader {
 display: block;
 position: relative;
 height:180px;
}
.top #sp-gheader {
 height:350px;
}

#lfbinfo #sp-gheader {
 position:static;
 height:auto;
}


#sp-gheader-inner {
 position: fixed;
 z-index: 9999;
 -webkit-transition: 0.2s;
 -moz-transition: 0.2s;
 -o-transition: 0.2s;
 transition: 0.2s;
 width: 100%;
}

#sp-gheader .logo {
 background-color: #cc0000;
}

#sp-gheader .logo img {
 width: 200px;
 display: block;
 margin: 0 auto;
}

#sp-gheader .ico-onlystaff {
 margin: 15px auto;
 width: 95px;
}
#sp-gheader .ico-onlystaff img {
 width:95px;
 display:block;
}




/*--------------------------------------- gfooter */


/*-----------------
#footer-btm
-----------------*/

#pc-groupname,
#pc-copyright {
 display:none;
}

#sp-copyright,
#sp-groupname {
  display:block;
}

#footer-btm {
 padding:13px 0;
}
#sp-groupname {
 width:122px;
 height:19px;
 margin:0 auto;
}
#sp-groupname img {
 width:122px;
 display:block;
}
#sp-copyright {
 text-align:center;
 margin-bottom:10px;
}



/*------------------------------------------------ main */

#main {
 padding:0;
}

.box-section {
 margin:30px 10px;
}


.box-section01 {
 margin: 20px;
}


}


