@charset "utf-8";
/******************************************************************************/
/*-- Aboc CSS ----------------------------------------------------------------*/
/******************************************************************************/
/******************************************************************************/
/*-- reset -------------------------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  line-height: 1.7 !important;
  color: #111;
  background-color: #FFF;
  font-size: 15px;
}
body, div, span, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, input, textarea, select, p, address {
  margin: 0px;
  padding: 0px;
  color: #000000;
  font-weight: normal;
}
#mainContents a {
  color: #048ECC;
}
#mainContents a:hover {
  text-decoration: none;
}
form {
  margin: 0px;
  padding: 0px;
}
hr {
  border-bottom: 1px dashed #cccccc;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}
#mainContents ol, .portBox ol {}
#mainContents ol li, .portBox ol li {
  list-style-position: outside;
  margin-left: 25px;
  margin-bottom: 5px;
}
#wrapper {
  width: 1090px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  background-image: url(../images/corner2.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #C00;
  height: 53px;
  margin: 0px !important;
  padding: 0px !important;
}
#logo {
  background-color: #C00;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
  float: left;
  width: 220px;
  background-image: url(../images/under.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
#headerR {
  float: left;
  text-align: right;
}
#headerR h1 {
  background-image: url(../images/ttl.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  width: 870px;
  height: 0px;
  padding-top: 43px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}
#corner {
  padding: 0px !important;
  height: 10px !important;
  text-align: left;
  background-color: #FFF;
  background-image: url(../images/corner1.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0px !important;
  clear: right;
}
#updates {
  background-color: #048ECC;
  height: 5px;
  color: #FFF;
  text-align: right;
  font-size: 12px;
  padding-right: 20px;
}
#sidebar {
  width: 220px;
  float: left;
}
#sidebar ul {
  margin-bottom: 60px;
  background-color: #FBEBEB;
}
#sidebar ul li {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #F66;
  padding-top: 10px;
  padding-bottom: 8px;
  list-style-type: none;
  padding-right: 0px;
  padding-left: 10px;
}
#sidebar ul li a {
  font-weight: bold;
  color: #C00;
  text-decoration: none;
  list-style-type: none;
  background-image: url(../images/li_arrow.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 14px;
}
#sidebar ul li a span {
	color: #C00;
}
#sidebar ul li a:hover {
  color: #FF2626;
}
#secom {
  text-align: center;
  margin-bottom: 60px;
}
#mainContents {
  width: 800px;
  float: right;
  padding-bottom: 50px;
}
h2 {
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: #C00;
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  margin-bottom: 10px;
}
h3 {
  line-height: 1.4;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  height: 22px;
  padding-left: 25px;
  padding-top: 2px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 0px;
}
h4 {
  background-image: url(../images/h4.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  font-size: 18px;
  margin-top: 10px;
  color: #000;
  font-weight: bold;
  padding-top: 2px;
}
#mainContents p, .portBox p {
  line-height: 1.7;
  font-size: 15px;
}
#mainContents ol, .portBox ol {
  padding: 0px;
  margin: 0px;
}
#mainContents ul, .portBox ul {
  margin: 0px;
  padding: 0px;
}
#mainContents ul li, .portBox ul li {
  list-style-position: inside;
  list-style-type: circle;
  margin-left: 10px;
}
.attn {
  background-image: url(../images/attn.png);
  background-repeat: no-repeat;
  background-position: left 7px;
  list-style-type: none !important;
  padding-left: 15px;
  list-style-position: outside;
  margin-bottom: 0.35rem;
  line-height: 1.6;	
}
#footer {
  clear: both;
  background-color: rgba(204, 0, 0, 1);
  height: 30px;
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 0 5px;
}
#footer p, #footer p span {
  color: #FFF;
  line-height: 30px;
  font-size: 12px;
}
/******************************************************************************/
/*-- option ------------------------------------------------------------------*/
.spacer, .clear {
  clear: both;
  width: 0px;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}
.clearboth {
  clear: both;
}
/* clearfix */
.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /* for mac ie5 */
  /*\*/ /*/
	height:auto;
	overflow:hidden;
/* */
}
/* clearfix_ex(macie5除外) */
/*\*/
.clearfix_ex:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
}
.clearfix_ex {
  min-height: 1px;
}
* html .clearfix_ex {
  height: 1px;
}
/* */
/* clearboth */
.clearboth {
  clear: both !important;
}
/* imgに枠をつける */
img.img_border, .img_border * img {
  border: 1px solid #cccccc;
}
.fit {
  width: 100%;
}
.no_margin, .no_margin * {
  margin: 0px !important;
}
/* borderなし */
.nobdr {
  border: none !important;
}
/******************************************************************************/
/*-- 画像バナー --------------------------------------------------------------*/
a.banner img {}
a.banner:hover img {
  opacity: 0.85;
  filter: alpha(style=0, opacity=85);
  /*	background-position:0px -99px;*/
}
/******************************************************************************/
/*-- イメージボタン ----------------------------------------------------------*/
input.btn_div3 {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo";
  margin: 0px;
  width: 216px;
  height: 40px;
  text-indent: 23px;
  border: none;
  font-size: 14px;
  color: #111111;
  background: url(../images/btn_div3_plane.gif) no-repeat;
  cursor: pointer;
}
/******************************************************************************/
/*-- moreボタン ----------------------------------------------------------*/
a.btn_more {
  display: block;
  width: 158px;
  height: 41px;
  background: url(../images/btn_more.png) no-repeat 0px -41px;
}
div.label a.btn_more {
  background-position: 0px -82px;
}
div.label a.btn_more:hover {
  background-position: 0px 0px;
}
a.btn_more span {
  display: none;
}
/******************************************************************************/
/*-- 画像不使用ボタン --------------------------------------------------------*/
a.btn_plain {
  display: block;
  padding: 7px 10px 6px 30px;
  background-image: url(../images/li_link_large_whiteline.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-color: #f8eebe;
  border: 1px solid #f3e39d;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #111111 !important;
}
a.btn_plain:hover {
  background-color: #f9f2cc;
}
/* ==========================================================

	定義

========================================================== */
/* フォントサイズ
===========================================================*/
.fs6 {
  font-size: 6pt !important;
}
.fs7 {
  font-size: 7pt !important;
}
.fs09 {
  font-size: 9pt !important;
}
.fs10 {
  font-size: 10pt !important;
}
.fs11 {
  font-size: 11pt !important;
}
.fs12 {
  font-size: 12pt !important;
}
.fs13 {
  font-size: 13pt !important;
}
.fs14 {
  font-size: 14pt !important;
}
.fs15 {
  font-size: 15pt !important;
}
.fs16 {
  font-size: 16pt !important;
}
.fs17 {
  font-size: 17pt !important;
}
.fs18 {
  font-size: 18pt !important;
}
.fs19 {
  font-size: 19pt !important;
}
.fs20 {
  font-size: 20pt !important;
}
.fs21 {
  font-size: 21pt !important;
}
.fs22 {
  font-size: 22pt !important;
}
.fs23 {
  font-size: 23pt !important;
}
.fs24 {
  font-size: 24pt !important;
}
.fs25 {
  font-size: 25pt !important;
}
.fs26 {
  font-size: 26pt !important;
}
/* フォントカラー
===========================================================*/
.fc_red {
  color: #F00 !important;
}
.fc_wht {
  color: #FFF !important;
}
.fc_ylw {
  color: #FC0 !important;
}
.fc_blue {
  color: #0033ff !important;
}
.fc_lblue {
  color: #048ECC !important;
}
.fc_1f {
  color: #1f1f1f !important;
}
.fc_lgreen {
  color: #188F03 !important;
}
/* フォントウェイト
===========================================================*/
.fwn {
  font-weight: normal !important;
}
.fwb {
  font-weight: bold !important;
}
/* レイアウト関係
===========================================================*/
.m00 {
  margin: 0px !important;
}
.m-auto {
  margin: 0 auto !important;
}
.mt-01 {
  margin-top: -1px !important;
}
.mt-02 {
  margin-top: -2px !important;
}
.mt-03 {
  margin-top: -3px !important;
}
.mt-04 {
  margin-top: -4px !important;
}
.mt-05 {
  margin-top: -5px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mt-11 {
  margin-top: -11px !important;
}
.mt-15 {
  margin-top: -15px !important;
}
.mt-20 {
  margin-top: -20px !important;
}
.mt-30 {
  margin-top: -30px !important;
}
.mt-40 {
  margin-top: -40px !important;
}
.mt-50 {
  margin-top: -50px !important;
}
.mt00 {
  margin-top: 0px !important;
}
.mt02 {
  margin-top: 2px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt06 {
  margin-top: 6px !important;
}
.mt07 {
  margin-top: 7px !important;
}
.mt08 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt150 {
  margin-top: 150px !important;
}
.mt160 {
  margin-top: 160px !important;
}
.mb-01 {
  margin-bottom: -1px !important;
}
.mb-02 {
  margin-bottom: -2px !important;
}
.mb-05 {
  margin-bottom: -5px !important;
}
.mb-08 {
  margin-bottom: -8px !important;
}
.mb00 {
  margin-bottom: 0px !important;
}
.mb02 {
  margin-bottom: 2px !important;
}
.mb03 {
  margin-bottom: 3px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mr00 {
  margin-right: 0px !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr60 {
  margin-right: 70px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.ml-05 {
  margin-left: -5px !important;
}
.ml-10 {
  margin-left: -10px !important;
}
.ml-20 {
  margin-left: -20px !important;
}
.ml00 {
  margin-left: 0px !important;
}
.ml01 {
  margin-left: 1px !important;
}
.ml02 {
  margin-left: 2px !important;
}
.ml03 {
  margin-left: 3px !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml06 {
  margin-left: 6px !important;
}
.ml08 {
  margin-left: 8px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mp4 {
  margin: 0 4%;
}
.mlp1 {
  margin-left: 1% !important;
}
.mlp2 {
  margin-left: 2% !important;
}
.mlp3 {
  margin-left: 3% !important;
}
.mlp4 {
  margin-left: 4% !important;
}
.mlp5 {
  margin-left: 5% !important;
}
.mlp6 {
  margin-left: 6% !important;
}
.mlp7 {
  margin-left: 7% !important;
}
.mlp8 {
  margin-left: 8% !important;
}
.mlp9 {
  margin-left: 9% !important;
}
.mlp10 {
  margin-left: 10% !important;
}
.mtp1 {
  margin-top: 1% !important;
}
.mtp2 {
  margin-top: 2% !important;
}
.mtp3 {
  margin-top: 3% !important;
}
.mtp4 {
  margin-top: 4% !important;
}
.mtp5 {
  margin-top: 5% !important;
}
.mtp6 {
  margin-top: 6% !important;
}
.mtp7 {
  margin-top: 7% !important;
}
.mtp8 {
  margin-top: 8% !important;
}
.mtp9 {
  margin-top: 9% !important;
}
.mtp10 {
  margin-top: 10% !important;
}
.mbp1 {
  margin-bottom: 1% !important;
}
.mbp2 {
  margin-bottom: 2% !important;
}
.mbp3 {
  margin-bottom: 3% !important;
}
.mbp4 {
  margin-bottom: 4% !important;
}
.mbp5 {
  margin-bottom: 5% !important;
}
.mbp6 {
  margin-bottom: 6% !important;
}
.mbp7 {
  margin-bottom: 7% !important;
}
.mbp8 {
  margin-bottom: 8% !important;
}
.pd00 {
  padding: 0 !important;
}
.pt00 {
  padding-top: 0 !important;
}
.pt03 {
  padding-top: 3px !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt06 {
  padding-top: 6px !important;
}
.pt07 {
  padding-top: 7px !important;
}
.pt08 {
  padding-top: 8px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt22 {
  padding-top: 22px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb00 {
  padding-bottom: 0 !important;
}
.pb03 {
  padding-bottom: 3px !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pb200 {
  padding-bottom: 200px !important;
}
.pr00 {
  padding-right: 0 !important;
}
.pr05 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pl00 {
  padding-left: 0 !important;
}
.pl01 {
  padding-left: 1px !important;
}
.pl02 {
  padding-left: 2px !important;
}
.pl03 {
  padding-left: 3px !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.tal {
  text-align: left !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
.flR {
  float: right !important;
}
.flL {
  float: left !important;
}
.bn {
  border: none !important;
}
.btn {
  border-top: 0px !important;
}
.brn {
  border-right: 0px !important;
}
.bbn {
  border-bottom: 0px !important;
}
.bln {
  border-left: 0px !important;
}
.lh-1em {
  line-height: 1em !important;
}
.lh-24 {
  line-height: 24px !important;
}
.lh-1_3em {
  line-height: 1.3em !important;
}
.lh-1_5em {
  line-height: 1.5em !important;
}
/* 長さ調整*/
.w00 {
  width: 0% !important;
}
.w10 {
  width: 10% !important;
}
.w12 {
  width: 12% !important;
}
.w15 {
  width: 15% !important;
}
.w18 {
  width: 18% !important;
}
.w20 {
  width: 20% !important;
}
.w25 {
  width: 25% !important;
}
.w30 {
  width: 30% !important;
}
.w35 {
  width: 35% !important;
}
.w40 {
  width: 40% !important;
}
.w45 {
  width: 45% !important;
}
.w46 {
  width: 46% !important;
}
.w47 {
  width: 47% !important;
}
.w48 {
  width: 48% !important;
}
.w49 {
  width: 49% !important;
}
.w50 {
  width: 50% !important;
}
.w60 {
  width: 60% !important;
}
.w65 {
  width: 65% !important;
}
.w70 {
  width: 70% !important;
}
.w75 {
  width: 75% !important;
}
.w80 {
  width: 80% !important;
}
.w90 {
  width: 90% !important;
}
.w100 {
  width: 100% !important;
}
.w571 {
  width: 571px !important;
}
/* ディスプレイ*/
.disnone {
  display: none;
}
.headerP {
  width: 100%;
  height: 15px;
  text-align: right;
  border: solid 1px #C00;
  padding: 1px 5px;
  font-size: 14px !important;
  display: inline;
  line-height: 15px;
  color: #C00;
}
.squareP {
  height: 30px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  margin: 30px auto !important;
  text-align: center;
  border: dashed 1px #C00;
  font-size: 18px !important;
  border-radius: 20px;
  display: inline;
}
.bdr {
  border: 1px solid #CCC;
}
.bdr_T {
  border-top-width: 1px !important;
  border-top-style: dashed !important;
  border-top-color: #f66 !important;
}
.bdr_R {
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-right-color: #ccc !important;
}
.bdr_L {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-left-color: #ccc !important;
}
.bdr_B {
  border-bottom-width: 1px !important;
  border-bottom-style: dashed !important;
  border-bottom-color: #f66 !important;
}
.bdr_b_99 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999 !important;
}
.bdr_rd_dotted {
  border: 1px dotted #f00;
}
.rd_underline {
  border-bottom: 1px dotted #f00;	
}
.nobg {
  background-color: #FFF !important;
  background-image: none !important;
}
.noborder a {
  border-bottom-style: none !important;
  ;
}
.noli {
  list-style-type: none !important;
}
.nowrap {
  white-space: nowrap !important;
}
.circle {
  list-style-position: inside !important;
  list-style-type: circle !important;
  line-height: 0.8em;
}
.square {
  list-style-position: inside !important;
  list-style-type: square !important;
  line-height: 0.8em;
}
.indent15 {
  text-indent: 15px !important;
}
.indent10 {
  text-indent: 10px !important;
}
.yugu_tbl {
  width: 100%;
  padding: 0px !important;
  border-collapse: collapse;
  margin: 0.35rem 0;	
}
.yugu_tbl tr th {
  color: #FFF;
  background-color: #048ECC;
  text-align: center;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1.2;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.yugu_tbl tr td {
  border: 1px solid #CCC;
  padding: 5px;
  text-align: center;
  background-color: #F2F2F2;
}
.yugu_tbl tr td p {
  line-height: 1.4 !important;
}
.yugu_tbl tr .itemimg {
  background-color: #FFF;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
.yugu_tbl tr .itemimg img {
  vertical-align: middle;
}
.yugu_tbl tr .tac ul {
  padding: 0px;
  margin: 0px;
}
.yugu_tbl tr .tac ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.yugu_tbl2 {
  width: 100%;
  padding: 0px !important;
  border-collapse: collapse;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
.yugu_tbl2 tr th {
  background-color: #FFF;
  text-align: center;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1.2;
  width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.yugu_tbl2 tr td {
  border: 1px solid #CCC;
  background-color: #F2F2F2;
  line-height: 1.5;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.yugu_tbl2 tr .itemimg {
  background-color: #FFF;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
.yugu_tbl2 tr .tac ul {
  padding: 0px;
  margin: 0px;
}
.yugu_tbl2 tr .tac ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.yugu_tbl3 {
  width: 100%;
  padding: 0px !important;
  border-collapse: collapse;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}
.yugu_tbl3 tr th {
  color: #000;
  background-color: #FFF;
  text-align: center;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1.2;
  width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.yugu_tbl3 tr td {
  border: 1px solid #CCC;
  background-color: #F2F2F2;
  line-height: 1.5;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.yugu_tbl4 {
  width: 100%;
  padding: 0px !important;
  border-collapse: collapse;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}
.yugu_tbl4 tr th {
  background-color: #FFF;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
  text-align: left;
}
.yugu_tbl4 tr td {
  border: 1px solid #CCC;
  background-color: #F2F2F2;
  line-height: 1.5;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
/* 注文フォームテーブル*/
.yugu_tbl_order {
  width: 256px;
  padding: 0px !important;
  border-collapse: collapse;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: left;
  caption-side: bottom;
}
.yugu_tbl_order tr th {
  color: #FFF;
  background-color: #048ECC;
  text-align: center;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 2px;
}
.yugu_tbl_order tr .l2 {
  color: #FFF;
  background-color: #048ECC;
  text-align: center;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1.2;
  height: 40px;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.yugu_tbl_order tr .l3 {
  color: #FFF;
  background-color: #048ECC;
  text-align: center;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1.2;
  height: 55px;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.yugu_tbl_order tr td {
  background-color: #FFFFDD;
  border: 1px solid #CCC;
  white-space: nowrap;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.yugu_tbl_order tr .itemimg {
  background-color: #FFF;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  height: 150px;
  vertical-align: middle;
}
.yugu_tbl_order tr .itemimg200 {
  background-color: #FFF;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  height: 200px;
  vertical-align: middle;
}
.yugu_tbl_order tr .itemimg204 {
  background-color: #FFF;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  height: 204px;
  vertical-align: middle;
}
.yugu_tbl_order tr .tac ul {
  padding: 0px;
  margin: 0px;
}
.yugu_tbl_order tr .tac ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.yugu_tbl_order tr td input {
  width: 30px;
  margin-right: 5px;
  margin-left: 5px;
  height: 15px;
  text-align: center;
  padding: 5px;
}
.yugu_tbl_order tr td .submitbtn {
  width: auto;
  height: auto;
  font-size: 13px;
  text-align: center;
  margin: 0px;
}
/* 注文フォームテーブル大center*/
.yugu_tbl_order_c {
  padding: 0px !important;
  border-collapse: collapse;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.yugu_tbl_order_c tr th {
  color: #FFF;
  background-color: #048ECC;
  text-align: center;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 2px;
}
.yugu_tbl_order_c tr td {
  background-color: #FFFFDD;
  border: 1px solid #CCC;
  white-space: nowrap;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  width: 150px;
}
.yugu_tbl_order_c tr .itemimg {
  background-color: #FFF;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  height: 150px;
  vertical-align: middle;
  width: 100px;
}
.yugu_tbl_order_c tr .tac ul {
  padding: 0px;
  margin: 0px;
}
.yugu_tbl_order_c tr .tac ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.yugu_tbl_order_c tr td input {
  width: 30px;
  margin-right: 5px;
  margin-left: 5px;
  height: 15px;
  text-align: center;
  padding: 5px;
}
.yugu_tbl_order_c tr td .submitbtn {
  width: auto;
  height: auto;
  font-size: 13px;
  text-align: center;
  margin: 0px;
}
.yugu_tbl_order_c tr .set {
  font-weight: bold;
  color: #FFF;
  background-color: #F00;
  text-align: center !important;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* 注文フォームテーブル大left*/
.yugu_tbl_order_l {
  padding: 0px !important;
  border-collapse: collapse;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 520px;
}
.yugu_tbl_order_l tr th {
  color: #FFF;
  background-color: #048ECC;
  text-align: center;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 2px;
}
.yugu_tbl_order_l tr td {
  background-color: #FFFFDD;
  border: 1px solid #CCC;
  white-space: nowrap;
  width: 150px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.yugu_tbl_order_l tr .itemimg {
  background-color: #FFF;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  height: 150px;
  vertical-align: middle;
  width: 150px;
}
.yugu_tbl_order_l tr .tac ul {
  padding: 0px;
  margin: 0px;
}
.yugu_tbl_order_l tr .tac ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.yugu_tbl_order_l tr td input {
  width: 30px;
  margin-right: 5px;
  margin-left: 5px;
  height: 15px;
  text-align: center;
  padding: 5px;
}
.yugu_tbl_order_l tr td .submitbtn {
  width: auto;
  height: auto;
  font-size: 13px;
  text-align: center;
  margin: 0px;
}
.yugu_tbl_order_l tr .set {
  font-weight: bold;
  color: #FFF;
  background-color: #F00;
  text-align: center !important;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* 注文フォームテーブルmiddium*/
.yugu_tbl_order_m {
  width: 300px;
  padding: 0px !important;
  border-collapse: collapse;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: left;
}
.yugu_tbl_order_m tr th {
  color: #FFF;
  background-color: #048ECC;
  text-align: center;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 2px;
}
.yugu_tbl_order_m tr .l2 {
  color: #FFF;
  background-color: #048ECC;
  text-align: center;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1.2;
  height: 40px;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.yugu_tbl_order_m tr .l3 {
  color: #FFF;
  background-color: #048ECC;
  text-align: center;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1.2;
  height: 55px;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.yugu_tbl_order_m tr td {
  background-color: #FFFFDD;
  border: 1px solid #CCC;
  white-space: nowrap;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.yugu_tbl_order_m tr .itemimg {
  background-color: #FFF;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  height: 120px;
  vertical-align: middle;
}
.yugu_tbl_order_m tr .tac ul {
  padding: 0px;
  margin: 0px;
}
.yugu_tbl_order_m tr .tac ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.yugu_tbl_order_m tr td input {
  width: 30px;
  margin-right: 5px;
  margin-left: 5px;
  height: 15px;
  text-align: center;
  padding: 5px;
}
.yugu_tbl_order_m tr td .submitbtn {
  width: auto;
  height: auto;
  font-size: 13px;
  text-align: center;
  margin: 0px;
}
/* 仕様テーブル */
.yugu_tbl_siyo {
  width: 100%;
  padding: 0px !important;
  border-collapse: collapse;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
.yugu_tbl_siyo tr th {
  color: #FFF;
  background-color: #048ECC;
  text-align: left;
  font-weight: normal !important;
  line-height: 1.2;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #999;
  border-right-color: #999;
  border-bottom-color: #FFF;
  border-left-color: #999;
  width: 150px;
}
.yugu_tbl_siyo tr td {
  border: 1px solid #CCC;
  background-color: #F2F2F2;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-left: 10px;
}
/* 注文画面テーブル */
.yugu_tbl_confirm {
  width: 100%;
  padding: 0px !important;
  border-collapse: collapse;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
.yugu_tbl_confirm tr th {
  color: #FFF;
  background-color: #048ECC;
  text-align: center;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1.2;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  white-space: nowrap;
}
.yugu_tbl_confirm tr td {
  border: 1px solid #CCC;
  background-color: #F2F2F2;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
/* 注文確認手数料テーブル*/
.yugu_tbl_charge {
  width: 250px;
  padding: 0px !important;
  border-collapse: collapse;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: left;
}
.yugu_tbl_charge tr th {
  color: #FFF;
  background-color: #048ECC;
  text-align: center;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 2px;
  white-space: nowrap;
  padding-right: 10px;
  padding-left: 10px;
}
.yugu_tbl_charge tr td {
  background-color: #FFFFDD;
  border: 1px solid #CCC;
  white-space: nowrap;
  text-align: center;
  padding: 5px;
}
.yugu_tbl_charge tr td input {
  width: 30px;
  margin-right: 5px;
  margin-left: 5px;
  height: 15px;
  text-align: center;
  padding: 5px;
}
.yugu_tbl_charge tr td .submitbtn {
  width: auto;
  height: auto;
  font-size: 13px;
  text-align: center;
  margin: 0px;
}
/* 注文画面テーブルSTEP2 */
.yugu_tbl_confirm2 {
  width: 100%;
  padding: 0px !important;
  border-collapse: collapse;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
.yugu_tbl_confirm2 tr th {
  color: #FFF;
  background-color: #048ECC;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1.2;
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
  text-align: left;
  padding-top: 5px;
}
.yugu_tbl_confirm2 tr td {
  border: 1px solid #CCC;
  background-color: #F2F2F2;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 12px;
}
/* 注文画面テーブルSTEP2_message */
.yugu_tbl_message {
  width: 100%;
  padding: 0px !important;
  border-collapse: collapse;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
.yugu_tbl_message tr th {
  color: #FFF;
  background-color: #048ECC;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1.2;
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
  text-align: left;
  padding-top: 5px;
  width: 50px;
}
.yugu_tbl_message tr td {
  border: 1px solid #CCC;
  background-color: #F2F2F2;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 12px;
}
/* 注文画面テーブルSTEP3 */
.yugu_tbl_confirm3 {
  width: 100%;
  padding: 0px !important;
  border-collapse: collapse;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
.yugu_tbl_confirm3 tr th {
  color: #FFF;
  background-color: #048ECC;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1.2;
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
  text-align: left;
  padding-top: 5px;
  width: 200px;
}
.yugu_tbl_confirm3 tr td {
  border: 1px solid #CCC;
  background-color: #F2F2F2;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
/*　モデルページテーブル */
.model {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
}
.model tr th {
  background-color: #048ECC;
  font-weight: normal;
  border: 1px solid #CCC;
  color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
}
.model tr td {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #FFFFDD;
  border: 1px solid #CCC;
  padding-top: 5px;
  padding-bottom: 5px;
}
.modelseal {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.modelseal tr th {
  background-color: #048ECC;
  font-weight: normal;
  border: 1px solid #CCC;
  width: 200px;
  color: #FFF;
}
.modelseal tr td {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #FFFFDD;
  border: 1px solid #CCC;
  padding-top: 5px;
  padding-bottom: 5px;
}
.bgc_wht {
  background-color: #FFF !important;
}
/*===== page top =================*/
#page-top {
  position: fixed;
  right: 0px;
}
#page-top a {
  text-decoration: none;
  width: 100px;
  text-align: center;
  display: block;
  border-radius: 5px;
  background-image: url(../images/gotop.png);
  background-repeat: no-repeat;
  background-position: center 0px;
  height: 0px;
  padding-top: 58px;
  padding-right: 0;
  padding-bottom: 35px;
  padding-left: 0;
  overflow: hidden;
  font-size: 11px;
  color: #000;
  line-height: 1;
}
#page-top a:hover {
  opacity: 0.8;
}
#page-top span {
  display: none;
}
.arrowBlue {
  background-image: url(../images/yajirusi.gif);
  background-repeat: no-repeat;
  background-position: 100px top;
  padding: 0px;
  height: 13px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
.linkarrow {
  background-image: url(../yugu_images/point2.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  padding-top: 2px;
  width: 200px;
}
.submenu {
  padding: 0px !important;
  margin-top: -10px;
  margin-right: 0px;
  margin-bottom: 5px !important;
  margin-left: 10px;
}
.submenu .child {
  border-bottom-style: none !important;
  background-image: url(../images/list_gray.png);
  background-repeat: no-repeat;
  background-position: 5px 0px;
  line-height: 1em !important;
  margin-top: 6px !important;
  margin-right: 0px;
  margin-bottom: 7px !important;
  margin-left: 0px;
  font-size: 14px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  padding-top: 0px !important;
  padding-right: 0px;
  padding-bottom: 3px !important;
  padding-left: 0px;
}
.submenu .child a {
  font-weight: normal !important;
  padding-left: 10px;
  background-image: none !important;
}
.itemsmenu li {
  padding-top: 9px !important;
  padding-right: 5px;
  padding-bottom: 5px !important;
  padding-left: 5px;
  line-height: 1.5em;
  margin: 0px;
  font-size: 14px;
}
.itemsmenu li a {
  font-weight: normal !important;
}
.itemsmenuB li {
  margin: 0px !important;
  padding-top: 5px !important;
  padding-right: 10px;
  padding-bottom: 2px !important;
  padding-left: 10px;
  line-height: 1.5em;
}
.pointB {
  background-image: url(../images/h4.png);
  background-repeat: no-repeat;
  background-position: 10px 13px;
  padding-left: 30px !important;
  color: #C00;
  font-weight: bold;
  margin-left: 10px;
  font-size: 100% !important;
}
.yugu_tbl_postage {
  width: 100%;
  padding: 0px !important;
  border-collapse: collapse;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
.yugu_tbl_postage tr th {
  color: #FFF;
  background-color: #048ECC;
  text-align: center;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1.2;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.yugu_tbl_postage tr .area {
  color: #000;
  background-color: #ACDEFF;
  text-align: center;
  font-weight: normal !important;
  border: 1px solid #CCC;
  line-height: 1.2;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  width: 80px;
}
.yugu_tbl_postage tr td {
  border: 1px solid #CCC;
  background-color: #EEE;
  white-space: nowrap;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
#mainContents table tr td form table tr td center input {
  font-size: 14px;
  height: 30px;
  width: 120px;
}
#mainContents table tr td form table {}
#mainContents table tr td form table tr td div input {
  text-align: center;
  height: 20px;
  width: 30px;
}
#mainContents table tr td form table {
  margin-top: 5px;
}
#mainContents table tr td form table tr td {
  padding: 5px;
}
#mainContents table tr td center a img {
  padding-top: 10px;
  padding-bottom: 10px;
}
.yugu_tbl_order tr .set {
  font-weight: bold;
  color: #FFF;
  background-color: rgba(204, 0, 0, 0.9);
  text-align: center !important;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.yugu_tbl_order tr .tac .select {
  height: 30px;
  font-size: 14px;
}
.yugu_tbl_confirm tr td input {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.yugu_tbl_confirm tr td .qty {
  width: 50px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
.yugu_tbl_confirm tr .priceR {
  text-align: right;
  padding-right: 10px;
}
#mainContents form div input {
  font-size: 16px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.orderbtn {
  font-size: 18px !important;
  background-color: #FF9;
  border: 2px solid #C00;
  font-weight: bold;
  padding-top: 8px !important;
  padding-right: 10px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
}
.orderbtn2 {
  font-size: 18px !important;
  background-color: #C00;
  border: 2px solid #C00;
  font-weight: bold;
  padding-top: 8px !important;
  padding-right: 10px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  color: #FFF;
}
.yugu_tbl_charge tr td select {
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
.yugu_tbl_message tr td textarea {
  width: 98%;
  height: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
}
.yugu_tbl_confirm2 tr td input {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 240px;
  height: 25px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  font-size: 14px;
}
.yugu_tbl_confirm2 tr td p {
  font-size: 12px !important;
  margin-top: 2px;
}
.yugu_tbl_confirm2 tr td textarea {
  height: 70px;
  width: 240px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
.chkbox {
  height: 25px;
  width: 25px;
  margin-right: 5px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  vertical-align: middle;
}
#footer p a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
#footer p a:hover {
  text-decoration: underline;
}
#footer p a img {
  vertical-align: middle;
  margin: -10px 0 0 5px;
}
a:hover img {
  opacity: 0.8;
}
/* プライバシーポリシー */
.cc-revoke, .cc-window {
  border-radius: 0 !important;
  padding: 0 !important;
  border-top: solid 1px rgba(204, 0, 0, 0.25) !important;
  box-shadow: 2px 4px 5px 0px rgba(204, 0, 0, 0.15);
}
.cc-window.cc-floating {
  max-width: 15em !important;
  left: 0;
  bottom: 0;
}
.cc-message {
  color: #111111 !important;
  font-size: 80% !important;
  margin: 8px 10px 0 !important;
  line-height: 1.6 !important;
}
.cc-link {
  color: #048ECC !important;
  /*
	max-width:13em !important;
	*/
  margin: 5px auto !important;
  font-size: 105% !important;
  padding: 0 !important;
  text-align: center !important;
}
/*pdf*/
.pdf img {
  margin: 10px 0 -8px 5px;
  vertical-align: center !important;
}
/*丸右矢印アイコン オレンジ*/
i.fa.fa-chevron-circle-right.or {
  color: #EB9815;
  margin: 0 0.3rem 0 0;
}
/* ※ */
ul.kome li {
  list-style: none !important;
  margin: 0 0 0.2rem 1.05rem !important;
  line-height: 1.4;
  padding: 0 !important;
  position: relative;
}
ul.kome li br {
  line-height: 1.4 !important;
}
ul.kome li:before {
  content: "※";
  margin: 0 0 0 -5.25em;
  width: 5em;
  text-align: right;
  position: absolute;
  line-height: 1.4;
  padding: 0 !important;
  top: 0;
}
/*inline-block*/
.inline-block {
  display: inline-block !important;
}
/* プライバシーポリシーバナー */
.cc-link:hover {
  color: rgba(204, 0, 0, 1) !important;
}
.cc-btn {
  font-size: 100% !important;
  padding: 2px 8px !important;
  border-radius: 0px !important;
  margin: 5px 10px 10px !important;
  letter-spacing: 1px;
}
.cc-btn:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
/*ラジオボタン*/
input[type="radio"], input[type="checkbox"] {
  vertical-align: middle;
}