@charset "UTF-8";
.boxshadow, #contents #main, #contents #sub #side-nav-01, #contents #sub .link-banner a, #contents #sub .link-banner a:hover, #contents #sub .link-banner a:focus, #contents #sub .link-banner a:active, .lyt-shop-01 .article-area .article-item-area .article-item-01,
.lyt-shop-01 .article-area .article-item-area .article-item-02, .lyt-shop-02 .article-item-area .article-item, .lyt-shop-03 .article-area .article-item-area .article-item, .box-news-01, .box-index-02, .box-sitemap-01, .lyt-no-hdg {
  box-shadow: rgba(204, 204, 204, 0.65) 10px 10px 5px -10px;
  -webkit-box-shadow: rgba(204, 204, 204, 0.65) 10px 10px 5px -10px;
  -moz-box-shadow: rgba(204, 204, 204, 0.65) 10px 10px 5px -10px;
}

.radius, #contents #main, #contents #main .main-inner, #contents #sub #side-nav-01, #contents #sub .link-banner a, #contents #sub .link-banner a:hover, #contents #sub .link-banner a:focus, #contents #sub .link-banner a:active, .lyt-index-01 .main-item, .lyt-shop-01 .article-area .article-item-area .article-item-01,
.lyt-shop-01 .article-area .article-item-area .article-item-02, .lyt-shop-02 .article-item-area .article-item, .lyt-shop-03 .article-area .article-item-area .article-item {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.col-10 {
  width: 10%;
}

.col-20 {
  width: 20%;
}

.col-30 {
  width: 30%;
}

.col-40 {
  width: 40%;
}

.col-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.col-70 {
  width: 70%;
}

.before-blank img, #link-block-01 .link-block-inner .link-box-01 p img {
  padding: 0 6px 0 2px;
  vertical-align: middle;
}

.after-blank, .box-sitemap-01 .item-inner > ul li, .lyt-no-hdg .item-inner > ul li {
  margin-left: 5px;
}
.after-blank img, .box-sitemap-01 .item-inner > ul li img, .lyt-no-hdg .item-inner > ul li img {
  padding-bottom: 2px;
  vertical-align: middle;
}

/* -------------------------------------------------------------------

	Base Style
	
-------------------------------------------------------------------- */
/*  Universal Reset
--------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

/*  HTML5 Display Definitions
--------------------------------------- */
section, nav, article, aside, hgroup, menu, summary,
header, footer, figure, figcaption, details {
  display: block;
}

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

[hidden] {
  display: none;
}

/*  Base
--------------------------------------- */
html {
  height: 100%;
  overflow-y: scroll;
  background-color: #fcf7eb;
}

body {
  height: 100%;
  line-height: 1.8;
  color: #1a1a1a;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 75%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

/*  Links
--------------------------------------- */
a {
  color: #1a1a1a;
  text-decoration: underline;
}
a:link, a:visited {
  color: #1a1a1a;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  color: #15a9dd;
  text-decoration: none;
  outline: none;
}

/*  Typography
--------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-size: 100%;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong, b {
  font-style: normal;
}

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

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
}

hr {
  display: none;
}

/*  Embedded Content
--------------------------------------- */
img {
  border: 0;
  vertical-align: bottom;
}

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

/*  List Content
--------------------------------------- */
ul, ol {
  list-style: none;
}

/*  Tables
--------------------------------------- */
table {
  border: 0 none;
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
  font-weight: normal;
}

/*  Forms
--------------------------------------- */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="image"] {
  vertical-align: middle;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-radius: 0;
  webkit-border-radius: 0;
  -webkit-appearance: none;
}

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

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

textarea {
  vertical-align: top;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100%;
  resize: none;
}

fieldset {
  border: 0 none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

select {
  line-height: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* -------------------------------------------------------------------

	Structure

-------------------------------------------------------------------- */
/* -----------------------------------------------------
	Container
----------------------------------------------------- */
#container {
  width: 100%;
  min-height: 100%;
  position: relative;
}

/* -----------------------------------------------------
	Header
----------------------------------------------------- */
#header {
  width: 100%;
  height: 139px;
  border-bottom: solid 1px #cccccc;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
#header #header-block-01 {
  width: 960px;
  height: 88px;
  margin: 0 auto;
  position: relative;
}
#header #header-block-01 a {
  text-decoration: none;
}
#header #header-block-01 a:active, #header #header-block-01 a:hover, #header #header-block-01 a:focus {
  text-decoration: none;
}
#header #header-block-01 #site-logo {
  position: absolute;
  top: 20px;
  left: 0;
}
#header #header-block-01 #nav-utility {
  position: absolute;
  top: 10px;
  right: 0;
  line-height: 1.3;
}
#header #header-block-01 #nav-utility ul li {
  float: left;
  margin-left: 15px;
  padding-left: 11px;
  background: url("/shared/img/icon_list_01.png") no-repeat 0 0.33em;
}
#header #header-block-01 #fontsize {
  position: absolute;
  top: 44px;
  right: 0;
  font-size: 40%;
}
#header #header-block-01 #fontsize li {
  float: left;
  margin-left: 8px;
}
#header #header-block-01 #fontsize li:hover {
  cursor: pointer;
}
#header #glnav {
  width: 100%;
  height: 46px;
  background-color: #f0fafc;
  border-bottom: 5px solid #15a9dd;
  border-top: 1px solid #cccccc;
}
#header #glnav #glnav-inner {
  width: 961px;
  margin: 0 auto;
}
#header #glnav #glnav-inner li {
  position: relative;
  padding-bottom: 5px;
  float: left;
}
#header #glnav #glnav-inner li a {
  display: block;
}
#header #glnav #glnav-inner li .child-list {
  position: absolute;
  top: 51px;
  left: 0;
  z-index: 1000;
  display: none;
  width: 239px;
}
#header #glnav #glnav-inner li .child-list li {
  position: static;
  padding-bottom: 0;
  border-top: 1px solid #cccccc;
  float: none;
}

/* -----------------------------------------------------
	Topic Path
----------------------------------------------------- */
#topic-path {
  margin-bottom: 20px;
}
#topic-path li {
  float: left;
  margin-right: 9px;
  padding-right: 9px;
  background: url("/shared/img/topic_flow.png") no-repeat 100% 0.67em;
}
#topic-path li.last {
  margin-rigtht: 0;
  padding-right: 0;
  background: none;
}

/* -----------------------------------------------------
	Content
----------------------------------------------------- */
#contents {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 140px;
}
#contents #main {
  width: 638px;
  float: left;
  border: 1px solid #cccccc;
}
#contents #main .lyt-h-01 {
  background: #15a9dd;
  padding: 0 15px;
  height: 46px;
  color: #fff;
  border-radius: 9px 9px 0 0;
  vertical-align: middle;
}
#contents #main .lyt-h-01 img {
  padding: 14px 0;
}
#contents #main .main-inner {
  background: #FFF;
}
#contents #sub {
  width: 282px;
  float: right;
}
#contents #sub #side-nav-01 {
  width: 100%;
  border: 1px solid #cccccc;
  background: #FFF;
  font-weight: bold;
}
#contents #sub #side-nav-01 a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}
#contents #sub #side-nav-01 a:hover, #contents #sub #side-nav-01 a:focus, #contents #sub #side-nav-01 a:active {
  text-decoration: none;
}
#contents #sub #side-nav-01 h3 {
  width: 282px;
  height: 55px;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
}
#contents #sub #side-nav-01 h3.side-nav-03 {
  border-bottom: 6px solid #cccccc;
}
#contents #sub #side-nav-01 h3 a {
  display: block;
  width: 242px;
  height: 25px;
  line-height: 2.0;
  font-size: 117%;
  padding: 15px 0 15px 40px;
  background: url("/shared/img/icon_list_02.gif") no-repeat 20px center;
  border: none;
}
#contents #sub #side-nav-01 h4 {
  width: 272px;
  background: #cccccc;
  font-size: 92%;
  padding-left: 10px;
  line-height: 1.6;
}
#contents #sub #side-nav-01 ul li {
  width: 262px;
  height: 46px;
  margin: 0 auto;
  padding: 0 10px;
  background: url("/shared/img/submenu/submenu_bg_01.png") no-repeat 0 100%;
}
#contents #sub #side-nav-01 ul li p {
  padding: 12px 0 11px 16px;
  line-height: 2.0;
  background: url("/shared/img/icon_list_01.png") no-repeat 0.45em center;
}
#contents #sub #side-nav-01 ul li.menu-bar {
  width: 282px;
  height: 5px;
  margin: 0;
  padding: 0;
  background: #cccccc;
}
#contents #sub #side-nav-01 ul li.menu-bar p {
  width: 280px;
  height: 4px;
  margin-bottom: 1px;
  padding: 0;
  border: 1px solid #cccccc;
}
#contents #sub #side-nav-01 ul li.on-page {
  margin-left: 0 auto;
  background: url("/shared/img/submenu/submenu_bg_02.png") repeat-x 0 100%;
}
#contents #sub #side-nav-01 ul li.on-page p {
  color: #FFF;
  background: url("/shared/img/icon_list_03.png") no-repeat 0.45em center;
}
#contents #sub #side-nav-01 ul li:last-child {
  background-image: none;
}
#contents #sub #side-nav-01 ul li:last-child.on-page {
  background: #15a9dd;
}
.li-sub-02 #contents #sub #side-nav-01 ul li:last-child, .li-sub-03 #contents #sub #side-nav-01 ul li:last-child {
  border-radius: 0 0 10px 10px;
}
#contents #sub #side-nav-01 ul.side-nav-03 li:last-child.on-page {
  border-radius: 0 0 10px 10px;
}
#contents #sub .link-banner {
  margin: 20px auto;
}
#contents #sub .link-banner a {
  width: 280px;
  height: 100px;
  display: block;
}
#contents #sub .link-banner a:hover, #contents #sub .link-banner a:focus, #contents #sub .link-banner a:active {
  opacity: 0.6;
}

.top #container #contents {
  padding-bottom: 305px;
}
.top #container #contents #main {
  border: 0 none !important;
  box-shadow: none !important;
}

/* -----------------------------------------------------
	Footer
----------------------------------------------------- */
/* Top */
#link-block-01 {
  width: 100%;
  height: 165px;
  position: absolute;
  bottom: 81px;
  border-top: 1px solid #cccccc;
  background-color: #FFF;
}
#link-block-01 .link-block-inner {
  width: 960px;
  margin: 0 auto;
}
#link-block-01 .link-block-inner .link-box-01 {
  width: 17.5%;
  margin: 19px auto;
  float: left;
}
#link-block-01 .link-block-inner .link-box-01 p {
  margin: 10px auto;
  text-align: center;
}
#link-block-01 .link-block-inner .link-box-02 {
  width: 82.5% -88px;
  height: 100%;
  float: left;
  background: url("/shared/img/border_dot.gif") repeat-y 0 0;
}
#link-block-01 .link-block-inner .link-box-02 #group-link {
  width: 691px;
  padding: 35px 55px 35px 33px;
}

#footer {
  width: 100%;
  height: 20px;
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #cccccc;
  background-color: #FFF;
}

#footer-block-01 {
  width: 960px;
  margin: 0 auto;
}
#footer-block-01 p {
  float: left;
  font-size: 84%;
}
#footer-block-01 p.copy-p-02 {
  margin-left: 15px;
}
#footer-block-01 p.copy-p-03 {
  float: right;
}

/* -------------------------------------------------------------------

	Modules

-------------------------------------------------------------------- */
/* -----------------------------------------------------
	Heading Modules
----------------------------------------------------- */
/* -----------------------------------------------------
	Document Modules
----------------------------------------------------- */
/* -----------------------------------------------------
	Emphasis Modules
----------------------------------------------------- */
/* -----------------------------------------------------
	List Modules
----------------------------------------------------- */
/*  icon-blank
--------------------------------------- */
.icon-blank, .list-link-01 li {
  padding-left: 15px;
  background: url("/shared/img/icon_blank_01.png") no-repeat 0 0.6em;
}

/*  icon-list
--------------------------------------- */
.icon-list, .box-sitemap-01 .item-inner h2, .box-sitemap-01 .item-inner > ul li, .lyt-no-hdg .item-inner h2, .lyt-no-hdg .item-inner > ul li {
  padding-left: 11px;
  background: url("/shared/img/icon_list_01.png") no-repeat 0 center;
}

/*  list-link-01
--------------------------------------- */
.list-link-01 li {
  margin: 5px 25px 5px 0;
  float: left;
}

/* -----------------------------------------------------
	Layout Modules
----------------------------------------------------- */
/*  lyt-mainvisual-01
--------------------------------------- */
#lyt-mainvisual-01 {
  border-bottom: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 371px;
  background-color: #fff;
}
#lyt-mainvisual-01 #lyt-mainvisual-01-inner {
  margin-left: -800px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1600px;
}
#lyt-mainvisual-01 #lyt-mainvisual-01-inner .thumbnail {
  position: absolute;
  bottom: 12px;
  left: 49%;
  z-index: 100;
}
#lyt-mainvisual-01 #lyt-mainvisual-01-inner .thumbnail a {
  padding: 0 3px;
  float: left;
  display: block;
  overflow: hidden;
  width: 12px;
  height: 13px;
  background: url("/img/img_thumbnail_01.png") no-repeat 0 0;
  text-decoration: none;
  text-indent: -9999px;
  text-align: left;
}
#lyt-mainvisual-01 #lyt-mainvisual-01-inner .thumbnail a.activeSlide {
  background: url("/img/img_thumbnail_01_a.png") no-repeat 0 0;
}

/*  lyt-index-column2-01
--------------------------------------- */
.lyt-index-column2-01 h3 {
  margin-bottom: 10px;
  color: #666;
}
.lyt-index-column2-01 .description {
  margin-bottom: 10px;
  font-size: 92%;
}
.lyt-index-column2-01 .box-border {
  padding-top: 1em;
  border-top: 1px dotted #ccc;
}
.lyt-index-column2-01 .item-inner {
  padding: 20px 10px 10px !important;
}
.lyt-index-column2-01 .list-shop {
  padding-bottom: 1em;
}
.lyt-index-column2-01 .list-shop li {
  padding-bottom: 0.5em;
  float: left;
  width: 143px;
}
.lyt-index-column2-01 .list-shop li a {
  padding-left: 12px;
  display: block;
  background: url("/shared/img/header/icon_list.gif") no-repeat 0 0.45em;
  font-weight: bold;
  text-decoration: none;
}

/*  lyt-index-01
--------------------------------------- */
.lyt-index-01 .main-item {
  width: 100%;
  min-height: 218px;
  border: 1px solid #CCC;
  background: #FFF;
  margin: 20px 0;
}
.lyt-index-01 .main-item:after {
  content: "";
  display: table;
  clear: both;
}
.lyt-index-01 .main-item .header-index {
  width: 100%;
  height: 46px;
  font-size: 136%;
  color: #FFF;
  border-bottom: 1px solid #CCC;
  background-color: #15a9dd;
  border-radius: 10px 10px 0 0;
}
.lyt-index-01 .main-item .header-index h2 {
  height: 27px;
  background: #15a9dd;
  line-height: 2.0em;
  padding: 0 0 0 30px;
}
.lyt-index-01 .box-index-01 .header-index h2 {
  border-radius: 10px 10px 0 0;
  padding: 15px 0 15px 30px;
}
.lyt-index-01 .box-index-02 {
  width: 48.27586206896552%;
}
.lyt-index-01 .index-news-header {
  position: relative;
}
.lyt-index-01 .index-news-header a {
  display: block;
  position: absolute;
  top: 12px;
  right: 9px;
}
.lyt-index-01 .index-news-header a img {
  vertical-align: baseline;
}
.lyt-index-01 #index-shop {
  float: left;
}
.lyt-index-01 #index-corporate {
  float: right;
}

/*  lyt-shop-01
--------------------------------------- */
.lyt-shop-01 .article-area {
  padding: 18px 10px 13px;
}
.lyt-shop-01 .article-area .top-caption {
  margin-bottom: 37px;
  padding-left: 3px;
}
.lyt-shop-01 .article-area .ttl-h2-01 {
  margin-bottom: 20px;
  padding: 0 0 8px 5px;
  border-bottom: dotted 1px #cccccc;
}
.lyt-shop-01 .article-area .ttl-h2-01 h2 {
  padding-left: 13px;
  font-size: 117%;
  background: url(/shared/img/bg_h2_01.png) 0 0 no-repeat;
}
.lyt-shop-01 .article-area .txt-area {
  margin-bottom: 30px;
  padding-left: 2px;
}
.lyt-shop-01 .article-area .article-item-area {
  padding-left: 3px;
}
.lyt-shop-01 .article-area .article-item-area .article-item-01,
.lyt-shop-01 .article-area .article-item-area .article-item-02 {
  float: left;
  margin: 0 15px 15px 0;
  width: 296px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.lyt-shop-01 .article-area .article-item-area .article-item-01 h3,
.lyt-shop-01 .article-area .article-item-area .article-item-02 h3 {
  padding: 7px 14px;
  font-size: 117%;
  font-weight: bold;
  background-color: #f0fafc;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-bottom: solid 1px #cccccc;
}
.lyt-shop-01 .article-area .article-item-area .article-item-inner {
  padding: 14px;
}
.lyt-shop-01 .article-area .article-item-area .article-item-inner .img {
  float: left;
  padding: 0 10px 5px 0;
}
.lyt-shop-01 .article-area .article-item-area .article-item-01 {
  position: relative;
}
.lyt-shop-01 .article-area .article-item-area .article-item-01 .detail-01 {
  line-height: 1.7;
  letter-spacing: 1.0;
}
.lyt-shop-01 .article-area .article-item-area .article-item-01 .detail-02 {
  position: relative;
  height: 70px;
  padding-bottom: 25px;
}
.lyt-shop-01 .article-area .article-item-area .linker {
  position: absolute;
  bottom: 23px;
  right: 15px;
  font-size: 84%;
}
.lyt-shop-01 .article-area .article-item-area .linker a {
  padding: 2px 0;
  font-weight: bold;
}
.lyt-shop-01 .article-area .article-item-area .linker a:hover, .lyt-shop-01 .article-area .article-item-area .linker a:active {
  opacity: 0.6;
}
.lyt-shop-01 .article-area .article-item-area .article-item-02 {
  height: 165px;
}
.lyt-shop-01 .article-area .article-item-area .article-item-02 .detail-01 {
  position: relative;
  float: right;
  width: 154px;
}

/*  lyt-shop-02
--------------------------------------- */
.lyt-shop-02 .about-area {
  margin-bottom: 18px;
  padding: 14px 27px 29px 29px;
  background: #f2f2f2;
}
.lyt-shop-02 .about-area h2 {
  margin-bottom: 18px;
}
.lyt-shop-02 .article-area {
  padding: 0 10px 13px;
}
.lyt-shop-02 .article-area .ttl-h2-01 {
  margin-bottom: 14px;
  padding: 0 0 8px 5px;
  border-bottom: dotted 1px #cccccc;
}
.lyt-shop-02 .article-area .ttl-h2-01 h2 {
  padding-left: 13px;
  font-size: 117%;
  background: url(/shared/img/bg_h2_01.png) 0 0 no-repeat;
}
.lyt-shop-02 .article-item-area {
  padding: 0 3px;
}
.lyt-shop-02 .article-item-area .article-item {
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid #cccccc;
}
.lyt-shop-02 .article-item-area .article-item .img {
  float: left;
}
.lyt-shop-02 .article-item-area .article-item .detail-01 {
  float: right;
  width: 370px;
}
.lyt-shop-02 .article-item-area .article-item .detail-01 h3 {
  margin-bottom: 19px;
  padding-top: 3px;
  font-size: 114%;
  font-weight: bold;
  line-height: 1.0;
}
.lyt-shop-02 .article-item-area .article-item .detail-01 h3 span {
  padding-left: 15px;
}
.lyt-shop-02 .article-item-area .article-item .detail-01 .ttl {
  font-weight: bold;
}
.lyt-shop-02 .article-item-area .article-item .detail-01 .txt {
  margin-bottom: 15px;
}

/*  lyt-shop-03
--------------------------------------- */
.lyt-shop-03 .article-area {
  padding: 18px 10px 13px;
}
.lyt-shop-03 .article-area .top-area {
  margin-bottom: 40px;
  padding-left: 17px;
}
.lyt-shop-03 .article-area .top-area .top-caption {
  margin-bottom: 25px;
}
.lyt-shop-03 .article-area .top-area .ttl-h1-01 {
  margin-bottom: 10px;
  padding-top: 18px;
}
.lyt-shop-03 .article-area .top-area .ttl-h1-01 h1 {
  font-size: 159%;
}
.lyt-shop-03 .article-area .ttl-h2-01 {
  margin-bottom: 14px;
  padding: 0 0 8px 5px;
  border-bottom: dotted 1px #cccccc;
}
.lyt-shop-03 .article-area .ttl-h2-01 h2 {
  padding-left: 13px;
  font-size: 117%;
  background: url(/shared/img/bg_h2_01.png) 0 0 no-repeat;
}
.lyt-shop-03 .article-area .article-item-area {
  padding-left: 3px;
}
.lyt-shop-03 .article-area .article-item-area .article-item {
  float: left;
  margin: 0 15px 15px 0;
  padding: 14px;
  width: 268px;
  border: 1px solid #cccccc;
}
.lyt-shop-03 .article-area .article-item-area .article-item .article-item-inner .detail h3 {
  margin-bottom: 19px;
  padding-top: 3px;
  font-size: 114%;
  font-weight: bold;
  line-height: 1.0;
}
.lyt-shop-03 .article-area .article-item-area .article-item .article-item-inner .detail .ttl {
  font-weight: bold;
}
.lyt-shop-03 .article-area .article-item-area .article-item .article-item-inner .detail .txt {
  margin-bottom: 15px;
}
.lyt-shop-03 .article-area .article-item-area .article-item .article-item-inner .detail .txt-mb1 {
  margin-bottom: 1px;
}

.lyt-corporate-01 .article-area {
  padding: 18px 13px 13px;
}
.lyt-corporate-01 .article-area .top-caption {
  margin-bottom: 37px;
  padding-left: 3px;
}
.lyt-corporate-01 .article-area .ttl-h2-01 {
  margin-bottom: 12px;
  padding: 0 0 8px 5px;
  border-bottom: dotted 1px #cccccc;
}
.lyt-corporate-01 .article-area .ttl-h2-01 h2 {
  font-size: 117%;
}
.lyt-corporate-01 .article-area .ttl-h2-02 {
  margin-bottom: 20px;
  padding: 0 0 8px 5px;
  border-bottom: dotted 1px #cccccc;
}
.lyt-corporate-01 .article-area .ttl-h2-02 h2 {
  padding-left: 13px;
  font-size: 117%;
  background: url(/shared/img/bg_h2_01.png) 0 0 no-repeat;
}
.lyt-corporate-01 .article-area .ttl-sub {
  margin-bottom: 12px;
  padding-left: 10px;
  color: #808080;
  font-size: 117%;
  font-weight: bold;
}
.lyt-corporate-01 .article-area .tbl-data-01 {
  margin-bottom: 40px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  width: 100%;
}
.lyt-corporate-01 .article-area .tbl-data-01 th,
.lyt-corporate-01 .article-area .tbl-data-01 td {
  padding: 15px 25px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.lyt-corporate-01 .article-area .tbl-data-01 th.mr10,
.lyt-corporate-01 .article-area .tbl-data-01 td.mr10 {
  padding-right: 10px !important;
}
.lyt-corporate-01 .article-area .tbl-data-01.ep td:last-child {
  padding: 15px 0;
  text-align: center;
}
.lyt-corporate-01 .article-area .tbl-data-01 th {
  font-weight: bold;
  background: #f0fafc;
}
.lyt-corporate-01 .article-area .tbl-data-02 {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  width: 100%;
}
.lyt-corporate-01 .article-area .tbl-data-02 th {
  padding: 15px 25px 15px 0;
  font-weight: bold;
  background: #f0fafc;
  text-align: right;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.lyt-corporate-01 .article-area .tbl-data-02 td {
  padding: 15px 25px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.lyt-corporate-01 .article-area .tbl-data-02 .head {
  padding: 15px 0;
  border-right: none;
  text-align: center;
}

.lyt-corporate-02 .article-area {
  padding: 18px 13px 13px;
}
.lyt-corporate-02 .article-area .top-caption {
  margin-bottom: 37px;
  padding-left: 3px;
}
.lyt-corporate-02 .article-area .article-item {
  position: relative;
  float: left;
  margin: 0 15px 15px 0;
  width: 296px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: rgba(204, 204, 204, 0.65) 10px 10px 5px -10px;
  -webkit-box-shadow: rgba(204, 204, 204, 0.65) 10px 10px 5px -10px;
  -moz-box-shadow: rgba(204, 204, 204, 0.65) 10px 10px 5px -10px;
}
.lyt-corporate-02 .article-area .article-item h3 {
  padding: 7px 14px;
  font-size: 117%;
  font-weight: bold;
  background-color: #f0fafc;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-bottom: solid 1px #cccccc;
}
.lyt-corporate-02 .article-area .article-item .article-item-inner {
  padding: 14px;
}
.lyt-corporate-02 .article-area .article-item .article-item-inner .img {
  float: left;
}
.lyt-corporate-02 .article-area .article-item .article-item-inner .detail-01 {
  padding-bottom: 25px;
  float: right;
  width: 154px;
  line-height: 1.5;
}
.lyt-corporate-02 .article-area .article-item .article-item-inner .detail-02 {
  position: relative;
  padding-bottom: 25px;
}
.lyt-corporate-02 .article-area .article-item .linker {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 84%;
}
.lyt-corporate-02 .article-area .article-item .linker a {
  padding: 2px 0;
  font-weight: bold;
}
.lyt-corporate-02 .article-area .article-item .linker a:hover, .lyt-corporate-02 .article-area .article-item .linker a:active {
  opacity: 0.6;
}
.lyt-corporate-02 .article-area .article-item .map-area {
  margin-bottom: 5px;
  border: 1px solid #e6e6e6;
  font-size: 0;
  line-height: 0;
}

.lyt-corporate-03 .article-area {
  padding: 0 10px 26px;
}
.lyt-corporate-03 .article-area .ttl-h2-01 {
  margin-bottom: 12px;
  padding: 0 0 8px 5px;
  border-bottom: dotted 1px #cccccc;
}
.lyt-corporate-03 .article-area .ttl-h2-01 h2 {
  font-size: 117%;
}
.lyt-corporate-03 .article-area .ttl-h2-02 {
  margin-bottom: 20px;
  padding: 0 0 8px 5px;
  border-bottom: dotted 1px #cccccc;
}
.lyt-corporate-03 .article-area .ttl-h2-02 h2 {
  padding-left: 13px;
  font-size: 117%;
  background: url(/shared/img/bg_h2_01.png) 0 0 no-repeat;
}
.lyt-corporate-03 .article-area .txt-area {
  margin-bottom: 30px;
  padding-left: 5px;
}
.lyt-corporate-03 .article-area .txt-area .article-list li {
  padding-left: 1em;
  text-indent: -1em;
}

/* -----------------------------------------------------
	Box Modules
----------------------------------------------------- */
/*  box-news-01
--------------------------------------- */
.box-news-01 {
  overflow: hidden;
}
.box-news-01 > h2 {
  font-size: 134%;
  background: url(/shared/img/bg_h1_01.png) #15a9dd no-repeat 15px 13px;
  padding: 0 29px;
  height: 46px;
  color: #fff;
  line-height: 46px;
}
.box-news-01 .item-inner.newsindex {
  padding: 0 0 28px;
}
.box-news-01 .item-inner > h2 {
  background: url(/shared/img/bg_h2_01.png) no-repeat 15px 14px;
  padding: 0 29px;
  height: 46px;
  line-height: 46px;
}
.box-news-01 .item-inner .news-list {
  padding: 0 10px;
}
.box-news-01 .item-inner .news-list li {
  position: relative;
  padding: 14px 0 14px 110px;
  line-height: 1.6em;
  border-top: dotted 1px #aaa;
}
.box-news-01 .item-inner .news-list li:last-child {
  border-bottom: dotted 1px #aaa;
}
.lyt-index-01 .box-news-01 .item-inner .news-list li:first-child {
  border: none;
}
.box-news-01 .item-inner .news-list li time {
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  width: 87px;
  height: 20px;
  text-align: center;
  color: #666;
  padding-right: 18px;
}
.box-news-01 .item-inner .news-list li.no-border {
  border-bottom: none;
}
.box-news-01 .item-inner .news-list .pdf:after {
  content: 'PDF';
  background: #fab700;
  color: #fff;
  height: 14px;
  font-size: 8px;
  line-height: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 2px 3px 0;
  margin: 0 0 0 5px;
  display: inline-block;
}

/*  box-index-02
--------------------------------------- */
.box-index-02 > a, .box-index-02 > a:hover, .box-index-02 > a:active, .box-index-02 > a:focus {
  width: 308px;
  height: 126px;
  display: block;
  text-decoration: none;
}
.box-index-02 .item-inner {
  padding: 10px;
}

/*  box-privacy-01
--------------------------------------- */
#box-privacy-01 {
  overflow: hidden;
}
#box-privacy-01 .item-inner {
  padding: 28px 28px 0;
}
#box-privacy-01 .item-inner p {
  margin: 20px 0;
}
#box-privacy-01 .item-inner > dl > dt {
  font-weight: bold;
  margin: 6px 0;
}
#box-privacy-01 .item-inner > dl > dd {
  margin: 0 0 28px;
}

/*  box-term-01
--------------------------------------- */
#box-term-01 {
  overflow: hidden;
}
#box-term-01 .item-inner {
  padding: 28px 28px 0;
}
#box-term-01 .item-inner p {
  margin: 20px 0;
}
#box-term-01 .item-inner > dl > dt {
  font-weight: bold;
  margin: 6px 0;
}
#box-term-01 .item-inner > dl > dd {
  margin: 0 0 28px;
}

/*  box-sitemap-01
--------------------------------------- */
.box-sitemap-01 .item-inner {
  padding: 20px 15px;
}
.box-sitemap-01 .item-inner h2 {
  width: 594px;
  font-size: 117%;
  border-bottom: 1px dotted #cccccc;
  padding: 1px 0 3px 14px;
}
.box-sitemap-01 .item-inner h3 {
  margin-top: 10px;
  font-size: 92%;
  color: #666;
  font-weight: normal;
}
.box-sitemap-01 .item-inner p {
  margin-bottom: 30px;
}
.box-sitemap-01 .item-inner > ul li {
  float: left;
  margin: 5px 35px 35px 0;
}
.box-sitemap-01 .item-inner > ul.list-sitemap-03 li, .box-sitemap-01 .item-inner > ul.list-sitemap-04 li {
  margin: 8px 20px 40px 0;
}

/*  lyt-no-hdg
--------------------------------------- */
.lyt-no-hdg {
  padding: 35px 30px 90px;
}
.lyt-no-hdg .lyt-h-02 {
  font-size: 159%;
  margin-bottom: 15px;
}
.lyt-no-hdg .item-inner {
  /* 		padding:20px 15px; */
}
.lyt-no-hdg .item-inner h2 {
  width: 594px;
  font-size: 117%;
  border-bottom: 1px dotted #cccccc;
  padding: 1px 0 3px 14px;
}
.lyt-no-hdg .item-inner h3 {
  margin-top: 10px;
  font-size: 92%;
  color: #666;
  font-weight: normal;
}
.lyt-no-hdg .item-inner p {
  margin-bottom: 25px;
}
.lyt-no-hdg .item-inner > ul li {
  float: left;
  margin: 5px 35px 35px 0;
}
.lyt-no-hdg .item-inner > ul.list-sitemap-03 li, .lyt-no-hdg .item-inner > ul.list-sitemap-04 li {
  margin: 8px 20px 40px 0;
}

/* -----------------------------------------------------
	Color Box Modules
----------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}

#cboxOverlay {
  background-color: #444;
}

#cboxContent {
  margin-top: 52px;
  overflow: visible;
}

.cboxIframe {
  overflow: hidden;
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxClose {
  position: absolute;
  top: -50px;
  right: 0;
  width: 39px;
  height: 39px;
  text-indent: -9999px;
  background: url("/shared/img/btn_close_01.png") no-repeat 0 0;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/* -------------------------------------------------------------------

	Support
	
-------------------------------------------------------------------- */
/*  hasLayout Swicth
--------------------------------------- */
div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, header, footer, nav, section {
  zoom: 1;
}

ul li, ol li {
  zoom: 0;
}

/*  Clear Fix
--------------------------------------- */
.clearfix:after, #header #header-block-01 #nav-utility ul:after, #header #glnav #glnav-inner:after, #topic-path:after, #contents:after, #link-block-01 .link-block-inner:after, #footer-block-01:after, .list-link-01:after, #lyt-mainvisual-01 #lyt-mainvisual-01-inner .thumbnail:after, .lyt-index-column2-01:after, .lyt-index-column2-01 .list-shop:after, .lyt-shop-03 .article-area:after, .lyt-shop-03 .article-area .article-item-area .article-item .article-item-inner:after, .box-news-01 .item-inner .news-list:after, .box-news-01 .item-inner .news-list li:after, .box-sitemap-01 .item-inner > ul:after, .lyt-no-hdg .item-inner > ul:after {
  content: "";
  display: table;
  clear: both;
}

/*  Style Adjustment
--------------------------------------- */
.left {
  text-align: left !important;
}

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

.right {
  text-align: right !important;
}

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

.small {
  font-size: 84% !important;
}

.large {
  font-size: 109% !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pct0 {
  width: 0%;
}

.pct1 {
  width: 1%;
}

.pct2 {
  width: 2%;
}

.pct3 {
  width: 3%;
}

.pct4 {
  width: 4%;
}

.pct5 {
  width: 5%;
}

.pct6 {
  width: 6%;
}

.pct7 {
  width: 7%;
}

.pct8 {
  width: 8%;
}

.pct9 {
  width: 9%;
}

.pct10 {
  width: 10%;
}

.pct11 {
  width: 11%;
}

.pct12 {
  width: 12%;
}

.pct13 {
  width: 13%;
}

.pct14 {
  width: 14%;
}

.pct15 {
  width: 15%;
}

.pct16 {
  width: 16%;
}

.pct17 {
  width: 17%;
}

.pct18 {
  width: 18%;
}

.pct19 {
  width: 19%;
}

.pct20 {
  width: 20%;
}

.pct21 {
  width: 21%;
}

.pct22 {
  width: 22%;
}

.pct23 {
  width: 23%;
}

.pct24 {
  width: 24%;
}

.pct25 {
  width: 25%;
}

.pct26 {
  width: 26%;
}

.pct27 {
  width: 27%;
}

.pct28 {
  width: 28%;
}

.pct29 {
  width: 29%;
}

.pct30 {
  width: 30%;
}

.pct31 {
  width: 31%;
}

.pct32 {
  width: 32%;
}

.pct33 {
  width: 33%;
}

.pct34 {
  width: 34%;
}

.pct35 {
  width: 35%;
}

.pct36 {
  width: 36%;
}

.pct37 {
  width: 37%;
}

.pct38 {
  width: 38%;
}

.pct39 {
  width: 39%;
}

.pct40 {
  width: 40%;
}

.pct41 {
  width: 41%;
}

.pct42 {
  width: 42%;
}

.pct43 {
  width: 43%;
}

.pct44 {
  width: 44%;
}

.pct45 {
  width: 45%;
}

.pct46 {
  width: 46%;
}

.pct47 {
  width: 47%;
}

.pct48 {
  width: 48%;
}

.pct49 {
  width: 49%;
}

.pct50 {
  width: 50%;
}

.pct51 {
  width: 51%;
}

.pct52 {
  width: 52%;
}

.pct53 {
  width: 53%;
}

.pct54 {
  width: 54%;
}

.pct55 {
  width: 55%;
}

.pct56 {
  width: 56%;
}

.pct57 {
  width: 57%;
}

.pct58 {
  width: 58%;
}

.pct59 {
  width: 59%;
}

.pct60 {
  width: 60%;
}

.pct61 {
  width: 61%;
}

.pct62 {
  width: 62%;
}

.pct63 {
  width: 63%;
}

.pct64 {
  width: 64%;
}

.pct65 {
  width: 65%;
}

.pct66 {
  width: 66%;
}

.pct67 {
  width: 67%;
}

.pct68 {
  width: 68%;
}

.pct69 {
  width: 69%;
}

.pct70 {
  width: 70%;
}

.pct71 {
  width: 71%;
}

.pct72 {
  width: 72%;
}

.pct73 {
  width: 73%;
}

.pct74 {
  width: 74%;
}

.pct75 {
  width: 75%;
}

.pct76 {
  width: 76%;
}

.pct77 {
  width: 77%;
}

.pct78 {
  width: 78%;
}

.pct79 {
  width: 79%;
}

.pct80 {
  width: 80%;
}

.pct81 {
  width: 81%;
}

.pct82 {
  width: 82%;
}

.pct83 {
  width: 83%;
}

.pct84 {
  width: 84%;
}

.pct85 {
  width: 85%;
}

.pct86 {
  width: 86%;
}

.pct87 {
  width: 87%;
}

.pct88 {
  width: 88%;
}

.pct89 {
  width: 89%;
}

.pct90 {
  width: 90%;
}

.pct91 {
  width: 91%;
}

.pct92 {
  width: 92%;
}

.pct93 {
  width: 93%;
}

.pct94 {
  width: 94%;
}

.pct95 {
  width: 95%;
}

.pct96 {
  width: 96%;
}

.pct97 {
  width: 97%;
}

.pct98 {
  width: 98%;
}

.pct99 {
  width: 99%;
}

.pct100 {
  width: 100%;
}

/* -------------------------------------------------------------------

	Print
	
-------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: .7;
  }
}
