/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
	display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
	display: none;
}
/*********************************************************
					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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],
input[type="password"],
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.input-error {
  color: #b94a48;
}
body {
  color: #555555;
  font-size: 12px;
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5em;
  width: 100%;
  position: relative;
  /*background-color: #e9e9e9;*/
  /**
  background-image: url(images/icon.png);
  background-repeat: no-repeat;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
  padding-top: 80px;
  background-position: 20px 22px;
  **/
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	-webkit-text-size-adjust: 100%;
}
/* リンク */
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #a41a1a;/* */
}
a:active {
	text-decoration: none;
	color: #333333;/* */
}
#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }
/**********************************************
				clearfix
**********************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 
.clear {
	clear: both;
}

/**********************************************
				ログインcss
**********************************************/
/*	font	*/
.red {
	color:red;
}
#main {
  background-color: #fafafa;
  margin: 0em auto 70px auto;
  max-width: 96%;
  padding: 20px;
  min-width: 320px;
}
#contents_box {
  position: relative;
}
.login #contents_title {
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  background-image: url(images/icon.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
  padding-top: 30px;
}
input[type="text"],
input[type="password"] {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  border: 1px #bbbbbb solid;
  border-radius: 4px;
  padding: 5px;
  font-size: 16px;
}
#mail {
  width: 100%;
}
#password {
  width: 100%;
}
.login .form_login {
 text-align: center;
}

.form_button {
  background: #3498db;
  /* background-image: -webkit-linear-gradient(top, #557d2d, #0a1e00);
  background-image: -moz-linear-gradient(top, #557d2d, #0a1e00);
  background-image: -ms-linear-gradient(top, #557d2d, #0a1e00);
  background-image: -o-linear-gradient(top, #557d2d, #0a1e00);
  background-image: linear-gradient(to bottom, #557d2d, #0a1e00); */
  background-image: -webkit-linear-gradient(top, #3498db, #1f212d);
  background-image: -moz-linear-gradient(top, #3498db, #1f212d);
  background-image: -ms-linear-gradient(top, #3498db, #1f212d);
  background-image: -o-linear-gradient(top, #3498db, #1f212d);
  background-image: linear-gradient(to bottom, #3498db, #1f212d);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 6px;
  font-family: Arial !important;
  color: #ffffff;
  font-size: 20px !important;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: 0;
  width: 100%;
  cursor: pointer;
}
.form_button:hover {
	opacity: 0.8;
}
.info_box {
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 0px;
}
.info_box a {
  font-weight: 500;
  color: #0c76b9;
}
.info_box a:hover {
  text-decoration: underline;
}
.ms_box1 {
  letter-spacing: 0px;
  margin-top: 10px;
  color: #d30303;
  text-align: center;
}
/**********************************************
				管理画面css
**********************************************/
.pure-container {
  background-image: url(images/icon.png);
  background-repeat: no-repeat;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
  padding-top: 80px;
  background-position: 20px 22px;
}
#main_top {
  background-color: #eee;
  display: table;
  width: 100%;
  min-width: 320px;
  position: fixed;
  bottom: 0px;z-index: 99;
}
#top_home {
  
}
.hdnav {
  background-color: #333;
  text-align: center;
  transition: 0.5s;
  border-right: 1px #e9e9e9 solid;
  display: table-cell;
}
.hdnav a {
  font-size: 12px;
  padding: 16px 0px;
  letter-spacing: 0px;
  line-height: 1.2em;
  display: block;
  color: #ffffff;
}
.hdnav:hover {
  opacity: 0.7;
}
/** 作業一覧 **/
#job {
  margin-top: 15px;
}
#del_com {
  margin-bottom: 15px;
  margin-left: 20px;
}
#del_com input[type="submit"] {
  font-family: "Noto Sans Japanese";
  cursor: pointer;
}
#job_box {
  border: 1px #ccc solid;
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px;
  transition: 0.5s;
  position: relative;
  margin-left: 28px;
}
#job_box:hover {
  background-color: #daedff;
}
#job_box_del {
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
#job_box_del input[type="checkbox"] {
  margin: 0px;
  cursor: pointer;
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
#job_st {
  line-height: 0em;
}
#job_st.left {
  float: left;
}
#job_title.right {
  /*float: left;*/
}
#job_st img {
  height: 20px;
  margin-right: 5px;
}
#job_time {
  font-size: 13px;
  line-height: 1em;
  padding-top: 5px;
  /*border-bottom: 1px #ccc dotted;*/
  padding-bottom: 3px;
  color: #666;
  clear: both;
}
#job_title {
  font-size: 14px;
  line-height: 1.5em;
}
#linknavi {
  margin-top: 15px;
}
#plink {
  text-align: right;
}
#plink a {
  font-size: 18px;
  background-color: #fdfdfd;
  color: #333;
  padding: 3px 5px 5px;
  line-height: 1em;
  display: inline-block;
  min-width: 26px;
  text-align: center;
  margin-left: 3px;
  border: 1px #ccc solid;
}
#plink a.act {
  background-color: #333333;
  color: #fff;
}
.job_cd {
  font-size: 14px;
  font-weight: 500;
  background-color: #e0e0e0;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 30px;
}
.mail_html {
  margin-top: 10px !important;
}
#text {
  font-size: 14px;
  margin-top: 5px;
}
#text select {
  margin-bottom: 5px;
}
#text input[type="checkbox"] {
  cursor: pointer;
  position: relative;
  top: 1px;
}
#text label {
  font-size: 16px;
}
#text input[type="submit"] {
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
  padding: 5px;
}
#SelBox3 {
  margin-top: 20px;
}
#SelBox3 input[type="submit"] {
  font-family: "Noto Sans Japanese";
  font-size: 16px;
  padding: 10px 30px;
}
.hozon {
  cursor: pointer;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  padding: 10px 0px;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  transition: 0.5s;
  border: 0;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
  border-radius: 4px;
  display: block;
  margin: 0 auto 8px auto;
  width: 100%;
}
.hozon:hover {
  opacity: 0.7;
}
#text label {
  cursor: pointer;
  padding: 5px 5px;
  margin-right: 8px;
  display: inline-block
}
textarea#text1,
textarea#text2 {
  font-family: "Noto Sans Japanese", "sans-serif";
  font-size: 16px;
  color: #666666;
  width: 100%;
  line-height: 1.2em;
  border: 1px #ccc solid;
  padding: 6px;
}
#photo_top {
  line-height: 0em;
  overflow: hidden;
}
#photo_top a {
  display: block;
}
#photo_top img {
  width: 100%;
  height: auto;
}
#photo_bottom {
  font-size: 14px;
  margin-top: 5px;
}
#photo {
  /*padding: 10px;
  border: 1px #cccccc solid;
  border-radius: 4px;
  background-color: #ffffff;
  margin: 0;*/
}
#photos_all {
  
}
#tel1 {
  width: 100%;
}
#fax {
  width: 100%;
}
.form_group {
  border-bottom: 1px #ccc dashed;
  padding: 10px 0 0;
}
/**  **/
#top_logout {
  display: block;
  position: absolute;
  top: 3px;
  right: 10px;
  background-image: url(images/logout.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: auto 30px;
  background-size: auto 30px;
  background-color: #eee;
}
#top_mypage {
  display: block;
  position: absolute;
  top: 3px;
  right: 80px;
  border-right: 1px #333 solid;
  background-image: url(images/mypage.png);
  background-repeat: no-repeat;
  background-position: 7px top;
  -webkit-background-size: auto 30px;
  background-size: auto 30px;
  background-color: #eee;
  padding-right: 20px;
}
#top_mypage a,
#top_logout a {
  padding-bottom: 0px;
  padding-top: 30px;
  color: #333;
  font-size: 10px;
  letter-spacing: 1px;
}
#contents_title {
  font-size: 20px;
  line-height: 1em;
  font-weight: 500;
  border-bottom: 1px #ccc solid;
  padding-bottom: 8px;
  padding-left: 10px;
  margin-bottom: 10px;
}
#small_menu_s {
  cursor: pointer;
  display: table-cell;
  border-left: 1px #cccccc solid;
}
#small_menu_s [type="submit"] {
  cursor: pointer;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  white-space: inherit;
  line-height: 1.2em;
  border: 0px;
  font-size: 12px;
  letter-spacing: 0px;
  padding: 55px 5px 5px 5px;
  display: block;
  text-align: center;
  color: #666666;
  width: 100%;
}
#small_menu_s [type="submit"]:hover {
  background-color: #999;
}
.btn_print {
  background-image: url(images/printer.png);
  background-repeat: no-repeat;
  background-position: 120px top;
  background-size: auto 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
.btn_print:hover {
  background-image: url(images/printer_on.png);
}
.btn_print a {
  padding: 0 30px 0 10px;
}
.job_li {
  -webkit-background-size: 35px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center 10px;
}
.job01 {
  background-image: url(images/list.png);
}
.job02 {
  background-image: url(images/kensaku.png);
}
.job03 {
  background-image: url(images/add.png);
}
.job04 {
  background-image: url(images/mail.png);
}
.job05 {
  background-image: url(images/back.png);
}
#photos_all {
  width: 90%;
  margin: 50px auto;
}
.item {
    background: #FEFEFE;
    border: 2px solid #FAFAFA;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    padding: 35px 15px 15px 15px;
    padding-bottom: 5px;
    transition: all .2s ease;
  width: 40%;
  float: left;
  margin: 10px 5%;
  position: relative;
}
.item img {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
/** 奇数番目 **/
.item:nth-child(odd) {
  clear: left;
  background-image: url(images/before.png);
  background-repeat: no-repeat;
  background-position: center 8px;
  -webkit-background-size: 80px auto;
  background-size: 80px auto;
}
.item:nth-child(odd):before {
  content: url(images/arrow.png);
  display: block;
  position: absolute;
  right: -14%;
  top: 42%;
}
/** 偶数番目 **/
.item:nth-child(even) {
  background-image: url(images/after.png);
  background-repeat: no-repeat;
  -webkit-background-size: 80px auto;
  background-size: 80px auto;
  background-position: center 8px;
}
.pure-toggle-label {
  width: 50px !important;
  height: 50px !important;
  border-radius: 0px !important;
  background-color: #fff;
}
.pure-drawer li {
  border-bottom: 1px #ccc dashed;
  position: relative;
}
.pure-drawer li:before {
  content: "▶";
  color: #eee;
  position: absolute;
  top: 14px;
  left: 5px;
}
.pure-drawer li a {
  display: block;
  font-size: 16px;
  color: #eee;
  line-height: 1.5em;
  padding: 10px 0px 10px 23px;
}
#mn2 {
  width: 300px;
  margin-right: 10px;
}
.tit20 {
  display: block;
}
#mn3 {
  margin-right: 10px;
}
#mn4 {
  padding: 0 10px;
}
#mn5 {
  width: auto;
}
#mn5.mn5 {
  margin-top: 16px;
}
#mn5.mn5 input[type="submit"] {
  padding: 8px 20px;
}
#mn5 input[type="submit"],
.st06 input[type="submit"] {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 13px;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px #ccc solid;
}

#mn5.hozon {
	float: none;
	width: 200px;
}
#mn5.hozon input[type="submit"] {
	width: 200px;
}
#mn7 {
  float: left;
  width: calc(100% - 78px);
}
#mn7 input[type="text"] {
  width: 100%;
}
#mn_list {
  margin-top: 15px;
}
#mn10 {
  border-bottom: 1px #ccc dashed;
  padding: 12px 0;
  display: table;
}
#mn10 div {
  float: none;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
#mn20 div {
  float: none;
  display: inline-block;
}
#small_menu {
  display: table;
  background-color: #eee;
  width: 100%;
}
select {
  font-size: 16px;
  max-width: 100%;
  width: 100%;
}
#job_sh {
  margin-top: 20px;
}
input[type="submit"] {
  font-size: 16px;
	font-family: "Noto Sans Japanese";
	cursor: pointer;
}
.btn01 {
  
}
#job_sh_s_0 {
  display: inline-block;
  max-width: 100%;
}
.search01 {
  display: inline-block;
  width: calc(100% - 80px);
  margin-right: 8px;
}
.form_control {
  width: 100%;
}
.search02 {
  display: inline-block;
  width: 55px;
}
#job_sh_s {
  border-bottom: 1px #ccc dashed;
  padding: 15px 0;
}
.tit01 {
  border-left: 4px #888 solid;
  line-height: 1em;
  padding-left: 3px;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.staff_wrap {
  margin-top: 20px;
  width: 100%;
  overflow-x: scroll;
}
.stafftb {
  width: 100%;
}
.stafftb tr {
  
}
.stafftb td {
  font-size: 15px;
  white-space: nowrap;
  padding: 5px;
  border: 1px #ddd solid;
}
.stafftb .sttr td {
  text-align: center;
  background-color: #eee;
}
.st06 {
  text-align: center;
}
.kasi_tb {
	
}
.kasi_tb th{
	text-align: left;
	font-size: 15px;
	padding: 5px;
}
.kasi_tb td {
	padding: 5px;
}
.kasi_tb select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.teikitb {
  width: 100%;
}
.teikitb th {
  font-size: 15px;
  border: 1px #ddd solid;
  padding: 5px;
}
.teikitb td {
  font-size: 15px;
  padding: 5px;
  border: 1px #ddd solid;
  white-space: nowrap;
}
.teikitb .th01 {
  background-color: #eee;
  white-space: nowrap;
}
/** ログイン用トップページ **/

.mov012 {

  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 100%; 
  height: 100%;

 /*padding-top: 80px;*/
}
.imageloginfcloud {
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Preserve aspect ratio */
  /* min-width: 100%;
  min-height: 100%; */
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}
.mov01 {
  line-height: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  background-color: #000;
 /*padding-top: 80px;*/
}
.mov01 #video {
  width: 100%;
}
.mov02 {
 display: none;
}
#main.login {
  border: none;
  padding: 15px;
  background-color: transparent;
  margin: 0px auto 0px auto;
  position: relative;
  max-width: 400px;
  min-width: 320px;
  border-radius: 10px;
  padding-top: 35.5%;
  /*top: 20%;*/
}
.login .form_group {
    border-bottom: none;
 text-align: center;
}
#mail, #password {
    background-color: rgba(144,144,144,0.75);
    color: #fff;
   width: 80%;
   padding: 5px 10px;
}
.form_login {
 width: 200px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 20px;
}
.login .info_box {
 color: #ddd;
 text-align: center;
}
.login #contents_title {
    background-image: none;
    display: none;
}
#bgsp,.bnspp,.bnspp2 {
  display: none;
}
.pure-container {
  min-width: 1024px;
  background-image: url(images/fcloud_new.jpg);
}
.owners {
 display: none;
}
@media only screen and (max-width: 1340px) {
.staff_wrap {
    background-image: url(images/arrow03.png);
    background-repeat: repeat-y;
    background-position: right center;
    background-size: 30px;
}
}
@media only screen and (max-width: 667px) {
  #contents_box {
   padding-top: 20px;
  }
  .owners {
   display: block;
   color: #507136;
   text-align: center;
   font-size: 24px;
   line-height: 1;
   margin-bottom: 10px;
  }
  .pure-container {
    min-width: 320px;
  }
  .mov01 {
    line-height: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
  }
  .mov01 #video {
    display: none;
  }
  .mov02 {
   display: block;
   position: absolute;
   top: 0;
   width: 100%;
   overflow: hidden;
  }
  .mov02 img {
    width: 100%;
  }
  #bgsp {
    display: block;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
  }
  #bgsp img {
    width: 100%;
  }
  .bnspp {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0;
  }
  .bnspp2 {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  #main.login {
   width: 96%;
   margin-top: 0px;
   top: 10%;
   background-color: rgba(255, 255, 255, 0.1);
   padding-top: 0;
  }
 .info_box a {
  letter-spacing: 0;
 }
  #job {
    width: 100%;
    overflow: hidden;
  }
  .staffli {
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px #ccc solid;
  }
  #mn10 {
    width: 100%;
    overflow-x: scroll;
  }
  #mn10 div {
    
  }
  #photos_all {
    width: 100%;
  }
  .item {
    width: 46%;
    margin: 10px 2%;
  }
  .item:nth-child(odd):before {
    content: url(images/arrow-s.png);
    right: -8%;
  }
  #contents_title {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 300;
    padding-bottom: 10px;
  }
  .pure-toggle-label[data-toggle-label="right"] {
    right: 10px !important;
    top: 10px !important;
  }
  #main {
    padding: 10px;
    padding-bottom: 80px;
  }
  #mn20 div {
    float: none;
  }
  #job_sh_s_0.btn01 {
    display: block;
    text-align: center;
    margin-top: 3px;
  }
  #mn2,#mn3 {
    margin-right: 0;
  }
  #mn4 {
    padding: 0;
    width: 220px;
  }
  .tit20 {
    border-left: 4px #888 solid;
    line-height: 1em;
    padding-left: 3px;
    margin-bottom: 5px;
    padding-bottom: 2px;
    margin-top: 15px;
  }
  input[type="submit"] {
    background-color: #F0F0F0;
  }
  #mn5.mn5 {
    margin-top: 32px;
    width: 67px;
  }
  .form_pass {
    width: 100%;
  }
  #mn5 input[type="submit"] {
    background-color: #F0F0F0;
  }
  .staff_wrap {
    background-image: url(images/arrow03.png);
    background-repeat: repeat-y;
    background-position: right center;
    background-size: 30px;
  }
	.btn_print {
		display: none;
	}
}
.title {
  position: absolute;
  top: 50px;
  left: 20px;
  font-size: 14px;
  line-height: 1em;
}
@media print {
  .noprint {
  display: none;
  }
}
@media only screen and (max-width: 320px) {
  body {
    background-position: 10px 22px;
  }
}
@media screen and (orientation: portrait) {
 #bgsp {
  left: -91%;
 }
}

