@charset "UTF-8";

/* CSS Information =======================
Table of Contents:
 +lv
 +汎用モジュール
  ++block module
  ++heading module
  ++paragraph module
  ++list module
  ++link module
  ++form module
  ++button module
  ++general module
 +block
  ++unit-key-block
  ++unit-utility-nav
  ++unit-screen
  ++unit-overlay
  ++unit-banner
 +toggle
========================================*/

/*========================================
 +lv
========================================*/
.lv1 {}
.lv2 {}
.lv3 {}
.lv4 {}
.lv5 {}
.lv6 {}

#assist {
	position: absolute;
	z-index: 100;
	width: 100%;
	background: #fff9df;
	-webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.7);
	box-shadow: 0 -1px 10px rgba(0,0,0,.7);
}
#assist-btn {
	position: relative;
	padding: 8px 10px;
	border-top: 1px solid #d68e5b;
	border-bottom: 1px solid #c95b1a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f47d29), color-stop(100%,#f26e1f));
	background: linear-gradient(#f47d29 0%, #f26e1f 100%);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	color: #fff;
	font-size: 14px;
	text-shadow: 0 -1px 1px rgba(0,0,0,.3);
}
#assist-btn:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,.4);
	content: "";
}
#assist-btn:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 35px;
	height: 100%;
	border-left: 1px solid #be5c19;
	background: #df6101 url(/g/b/shared/img/module/icon_arrow_w_b_01.png) center center no-repeat;
	-webkit-background-size: 9px 14px;
	background-size: 9px 14px;
	content: "";
}
#assist-btn.open:after {
	background: #df6101 url(/g/b/shared/img/module/icon_arrow_w_t_01.png) center center no-repeat;
}
#assist-pane {
	padding: 8px 15px;
}

/*========================================
 +汎用モジュール
========================================*/
/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.fss{
	font-size: 20px;
}
}
/*
  ++block module
========================================*/
.mod-round-box {
	padding: 8px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(0,0,0,.2);
}
.mod-round-box.dense-pad {
	padding: 0;
}
.mod-round-box .inner {
	padding: 8px;
}
.mod-round-box-footer {
	margin: 8px -8px -8px;
	background: url(/g/b/shared/img/module/icon_stripe_01.gif) left top repeat-x;
}
.mod-round-box-footer #toggle-list-btn a,
.mod-round-box-footer #toggle-list-btn-02 a {
	display: block;
	padding: 8px;
	text-align: right;
}

.mod-round-box-02 {
	padding: 10px 12px;
	border: 3px solid #989797;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.1)));
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.8), inset 0 -2px 1px rgba(255,255,255,.5);
	box-shadow: inset 0 0 1px rgba(0,0,0,.8), inset 0 -2px 1px rgba(255,255,255,.5);
}

.mod-sort-box {
	padding: 10px 8px;
	border-bottom: 1px solid #bdbdbd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #e6e6e6;
	-webkit-box-shadow: 0 1px 1px #e6e6e6;
	box-shadow: 0 1px 1px #e6e6e6;
}
.mod-sort-box .text {
	padding: 0;
	font-weight: bold;
}
.mod-sort-box .select {
	padding: 3px 0 0 0;
}
/* iPhone のみ適用 */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.mod-sort-box .text {
	padding: 6px 0 0;
	font-weight: bold;
}
.mod-sort-box .select {
	padding: 0;
	margin-top: -2.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8em;
}
}
/* iPhone 縦向き時 */
@media only screen and (max-device-width: 480px) and (orientation:portrait) {
.mod-sort-box .select {
	margin-top: -2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4.8em;
}
}
.mod-box {
	padding: 10px 10px 10px 60px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 15px;
}
.mod-box.yellow {
	border: 1px solid #f4e9bb;
	background-color: #fffbe9;
}
.mod-box.blue {
	border: 1px solid #dbe9f8;
	background-color: #f8fbfe;
}
.mod-box.light {
	background-image: url(/g/b/shared/img/module/icon_light_sp_01.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	-webkit-background-size: 41px 39px;
	background-size: 41px 39px;
}
.mod-box.note {
	background-image: url(/g/b/shared/img/module/icon_note_sp_01.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	-webkit-background-size: 41px 37px;
	background-size: 41px 37px;
}
.mod-boxMgl{
	padding-left: 15px;
}
/*abs add*/
.mod-box-yellow {
	padding: 10px 10px 10px 60px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #f4e9bb;
	background-color: #fffbe9;
}
.mod-box-blue {
	padding: 10px 10px 10px 60px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dbe9f8;
	background-color: #f8fbfe;
}
.mod-box-red {
	padding: 10px 10px 10px 60px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dbe9f8;
	background-color: #f8fbfe;
}

.mod-box-note,
.mod-box-exclamation,
.mod-box-exclamation02,
.mod-box-light {
	margin-top: 15px;
}

.mod-box-light {
	background-image: url(/g/b/shared/img/module/icon_light_sp_01.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	-webkit-background-size: 41px 39px;
	background-size: 41px 39px;
}
.mod-box-note {
	background-image: url(/g/b/shared/img/module/icon_note_sp_01.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	-webkit-background-size: 41px 37px;
	background-size: 41px 37px;
}
.mod-box-exclamation02 {
	background-image: url(/g/b/shared/img/module/icon_exclamation_02.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	-webkit-background-size: 52px 37px;
	background-size: 52px 37px;
}

.mod-search-box {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.mod-search-box form {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.mod-search-box .input,
.mod-search-box .button {
	display: table-cell;
}
.mod-search-box .input {
	width: 70%;
}
.mod-search-box .input input {
	width: 95%;
}

.mod-toggle {
	padding: 5px 10px;
	background: url(/g/b/shared/img/module/bg_mosaic_sp_01.png) left top repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.mod-toggle .ttl {
	text-align: right;
}
.mod-toggle .ttl a {
	display: inline-block;
	padding: 6px 9px 7px;
	border: 1px solid #4d4d4d;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(255,255,255,0)));
	background: linear-gradient(rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
	background-color: #333;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.4), inset 0 -1px 1px rgba(255,255,255,.2), 0 2px 2px rgba(0,0,0,.3);
	box-shadow: inset 0 1px 1px rgba(255,255,255,.4), inset 0 -1px 1px rgba(255,255,255,.2), 0 2px 2px rgba(0,0,0,.3);
	color: #fff;
	font-weight: bold;
}
.mod-toggle .toggle-pane {
	padding: 10px 0 0;
}
.mod-toggle ul {
	background: #fff;
}
.mod-toggle .btn {
	margin: 10px 0 5px;
	text-align: center;
}

.mod-toggle-section:first-of-type .mod-h2-normal-05 {
	border-top: 1px solid #d0cece;
}
.mod-toggle-section:first-of-type .mod-toggle-section-button {
	border-top: 1px solid #d0cece;
}
.mod-toggle-section .mod-toggle-section-button {
	display: block;
	position: relative;
	padding: 10px 20px 10px 10px;
	border-bottom: 1px solid #d0cece;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.1)));
	background: linear-gradient(rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 100%);
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,1);
	box-shadow: inset 0 -1px 1px rgba(255,255,255,1);
	font-size: 14px;
	height: 21px;
}
.mod-toggle-section:first-of-type .mod-toggle-section-button-manual,
.mod-toggle-section:first-of-type .mod-toggle-section-button-faq {
	border-top: none;
}
.mod-toggle-section .mod-toggle-section-button-manual {
	display: block;
	position: relative;
	padding: 0px 26px 10px 0px;
	border-bottom: none;
	background: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mod-toggle-section .mod-toggle-section-button-faq {
	display: block;
	position: relative;
	padding: 0px;
	border-bottom: none;
	background: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 100%;
	height: auto;
}

.mod-toggle-section .mod-toggle-section-button.open {
	color: #000;
}

.mod-toggle-section .mod-toggle-section-pane {
	display: none;
	padding: 15px 10px;
	border-bottom: 1px solid #d0cece;
}
.mod-toggle-section .mod-toggle-section-pane-manual,
.mod-toggle-section .mod-toggle-section-pane-faq {
	border-bottom: none;
}
.mod-toggle-section .mod-toggle-section-pane.dense-pad {
	padding: 0;
}
.mod-toggle-section .mod-toggle-section-pane.open {
	display: block;
}
.mod-toggle-section .mod-toggle-section-pane.dense-pad {
	padding: 0;
}
.mod-toggle-section .mod-toggle-section-pane .lv3 {
	margin: 0 0 10px;
}
.mod-toggle-section .mod-toggle-section-pane .lv3:last-of-type {
	margin: 0;
}
.mod-toggle-section-pane .date {
	padding: 6px 15px;
	color: #666;
}
.mod-toggle-section-pane .ranking a {
	display: block;
	position: relative;
	padding: 6px 15px 6px 22px;
	border-top: 1px solid #dedede;
}
.mod-toggle-section-pane .ranking .no {
	position: absolute;
	top: 6px;
	left: 0px;
	color: #000;
}
/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.mod-toggle-section-pane .ranking a {
	display: block;
	position: relative;
	border-top: 1px solid #dedede;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 45px;
}
.mod-toggle-section-pane .ranking .no {
	position: absolute;
	top: 8px;
	left: 13px;
	color: #000;
	font-size: 16px;
}
}
.mod-toggle-section-pane .viewall a {
	display: block;
	padding: 8px 15px 8px 24px;
	border-top: 1px solid #dedede;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_sp_01.gif) 15px center no-repeat;
	-webkit-background-size: 4px 7px;
	background-size: 4px 7px;
}
.mod-toggle-section-pane .faq a {
	display: block;
	position: relative;
	padding: 6px 0px;
	border-top: 1px solid #dedede;
}
.mod-toggle-section-pane .faq .update {
	margin-bottom: 3px;
	/*padding-left: 17px;
	background: url(/g/b/shared/img/module/icon_update_sp_01.png) left center no-repeat;*/
	-webkit-background-size: 13px 13px;
	background-size: 13px 13px;
	color: #666;
}

.mod-toggle-section-pane .frequently a {
	display: block;
	position: relative;
	padding: 6px 15px;
	border-top: 1px solid #dedede;
}

.mod-fig-box .wrap {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.mod-fig-box .wrap figure,
.mod-fig-box .wrap .body {
	display: table-cell;
	vertical-align: middle;
}
.mod-fig-box.vertical-top .wrap figure,
.mod-fig-box.vertical-top .wrap .body {
	vertical-align: top;
}
.mod-fig-box .wrap figure {
	width: 56px;
}
.mod-fig-box .wrap .width27 { width: 27px; }
.mod-fig-box .wrap .width37 { width: 37px; }

.mod-lv2 {
	margin: 0 10px 20px;
}
.mod-lv2-2 {
	margin: 0 10px 0px;
}
.mod-line {
    border: 0;
    border-bottom: 1px solid #d0cece;
    margin: 5px 0px;
}
.mod-error-box {
    background-color: #ffcccc;
}

/*
  ++heading module
========================================*/
.mod-heading {
	padding: 15px 10px 0px 10px;
}
.mod-heading .sub-title {
	color: #7fa308;
}
.mod-heading .date {
	margin: 0 0 5px;
	color: #666;
}
.mod-heading figure {
	text-align: center;
}
.mod-heading .link {
	margin: 5px 5px 0;
}
.mod-heading .purpose-img 
{
    width : 33px;
}
.mod-h1 {
	margin: 0 0 0px;
	font-size: 22px;
}

.mod-h2-normal {
	margin: 0 0 5px;
	font-size: 14px;
}
.mod-h2-normal-02 {
	margin: 0 0 5px;
	font-size: 16px;
}
.mod-h2-normal-03 {
	padding: 8px 10px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.1)));
	background: linear-gradient(rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 100%);
	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,1), 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 0 1px rgba(255,255,255,1), 0 1px 2px rgba(0,0,0,.2);
}
.mod-h2-normal-03 figure,
.mod-h2-normal-03 .text-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.mod-h2-normal-03 figure {
	padding: 0 5px 0 0;
}
.mod-h2-normal-04 {
	padding: 8px 10px;
	border-bottom: 1px solid #e6e6e6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.1)));
	background: linear-gradient(rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 100%);
	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,1), 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 0 1px rgba(255,255,255,1), 0 1px 2px rgba(0,0,0,.2);
	font-size: 16px;
}
.mod-h2-normal-05 
{
	padding: 10px;
	border-bottom: 1px solid #d0cece;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.1)));
	background: linear-gradient(rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 100%);
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,1);
	box-shadow: inset 0 -1px 1px rgba(255,255,255,1);
}
.mod-round-box section:first-child .mod-h2-normal-03,
.mod-round-box .mod-h2-normal-04 {
	border-top: none;
}

.mod-h2-line {
	position: relative;
	margin: 0 0 5px;
	padding: 2px 0 2px 14px;
}
.mod-h2-line-Large {
    font-size: 15px;
}
.mod-h2-line:before {
	position: absolute;
	top: 0;
	left: 2px;
	width: 4px;
	height: 100%;
	margin: 0 0 5px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #a6c814;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 0 2px rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.2);
	content: "";
}

.mod-h2-line-02 {
	padding: 8px 10px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.1)));
	background: linear-gradient(rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 100%);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.mod-lv2 .mod-h2-line-02 {
	margin-right: -10px;
	margin-left: -10px;
}
.mod-h2-line-02 span {
	position: relative;
	padding: 2px 0 2px 14px;
}
.mod-h2-line-02 span:before {
	position: absolute;
	top: 0;
	left: 2px;
	width: 4px;
	height: 100%;
	margin: 0 0 5px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #a6c814;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 0 2px rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.2);
	content: "";
}

.mod-h3-line {
	position: relative;
	margin: 0 0 12px;
	padding: 0 0 7px;
	font-size: 14px;
}
.mod-h3-line:before,
.mod-h3-line:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	content: "";
}
.mod-h3-line:before {
	z-index: 20;
	width: 20px;
	border-top: 1px solid #6d8a07;
	background: #93bc0a;
}
.mod-h3-line:after {
	z-index: 10;
	width: 100%;
	border-top: 1px solid #aaa9a9;
	background: #e6e6e6;
}
.mod-h3-img {
	position: relative;
	padding: 6px 6px 7px 40px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.4), inset 0 -1px 1px rgba(0,0,0,.3);
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
.mod-h3-img:before {
	display: block;
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	width: 3px;
	height: 100%;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	background: #5a5c74;
	content: "";
}

.mod-h4-line {
	position: relative;
	margin: 0 0 7px;
	padding: 0 3px 5px;
	border-bottom: 1px dotted #b2b2b2;
}
.mod-h4-line span {
	display: block;
	padding-left: 4px;
	border-left: 2px solid #93bc0a;
}
.mod-h4-line-02 {
	padding: 4px 9px;
	border: 1px solid #e6e6e6;
	border-bottom: 2px solid #93bc0a;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(100%, #f4f4f4));
	background: linear-gradient(left, #fff 0%, #f4f4f4 100%);;
	font-size: 14px;
}

.mod-h5-dot {
	position: relative;
	margin-bottom: 8px;
	padding-left: 8px;
}
.mod-h5-dot:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #979797;
	content: "";
}
.mod-pl12 .mod-h5-dot {
	margin-left: -8px;
}
.mod-h5-line {
	margin: 0 0 7px;
	padding: 0 3px 5px;
	border-bottom: 1px dotted #b2b2b2;
}
#headerRightIn .notcountry {
    position: absolute;
    top: 20px;
    right: 14px;
    margin: 0;
}
#headerRightIn .notcountry a{
    color: #fff;
    text-decoration: underline;
}
#headerRightIn .notcountry img {
    vertical-align: middle;
}
/*
  ++paragraph module
========================================*/
.mod-more {
	text-align: right;
}

/*
  ++list module
========================================*/
.mod-list.decimal {
	list-style: outside decimal;
	margin-left: 1.5em;
}
.mod-list.lower-alpha {
	list-style: outside lower-alpha;
	margin-left: 1.5em;
}
.mod-list.lower-roman {
	list-style: outside lower-roman;
	margin-left: 1.5em;
}
.mod-list.upper-roman {
	list-style: outside upper-roman;
	margin-left: 1.5em;
}
.mod-list.disc {
	list-style: outside disc;
	margin-left: 1.5em;
}
.mod-list.disc ul {
	margin-left: 1.5em;
}
.mod-list.disc ul li {
	position: relative;
}
.mod-list.disc ul li:before {
	position: absolute;
	left: -1em;
	content: "- ";
}

.mod-index-list {
	margin: 0 0 15px;
	border-top: 1px solid #acacac;
}
.mod-index-list a {
	display: block;
	position: relative;
	padding: 10px 20px 10px 10px;
	border-bottom: 1px solid #d0cece;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.1)));
	background: linear-gradient(rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 100%);
	color: #000;
}
.mod-index-list a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -8px 0 0;
	content: url(/g/b/shared/img/module/icon_arrow_gw_r_sp_01.png);
	zoom: .5;
}
.mod-index-list figure,
.mod-index-list .text-wrapper {
	display: table-cell;
}
.mod-index-list figure {
	padding: 0 5px 0 0;
}
.mod-index-list .ttl {
	font-size: 14px;
}

.mod-index-list .ttl-02 {
	font-size: 14px;
	vertical-align: middle;
	display: table-cell;
	height: 100%;
}

.mod-index-list .outline {
	padding: 1px 0 0;
	color: #666;
}

.mod-index-list-02 .mod-other-link-comment-01 {
    border-bottom:1px solid #D0CECE;
}
.mod-index-list-02 .mod-other-link-comment-02 {
	margin:10px;
	color:Red;
}

.mod-index-list-02 a {
	display: block;
	position: relative;
	padding: 10px 20px 10px 10px;
	border-bottom: 1px solid #d0cece;
}
.mod-index-list-02.add-grad a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.1)));
	background: linear-gradient(rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 100%);
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,1);
	box-shadow: inset 0 -1px 1px rgba(255,255,255,1);
}
.mod-index-list-02 a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -14px;
	content: url(/g/b/shared/img/module/icon_arrow_g_r_sp_02.png);
	zoom: .5;
}
.mod-index-list-02.dense-arrow a {
	padding: 10px;
}
.mod-index-list-02.dense-arrow a:after {
	display: none;
}
.mod-index-list-02 figure,
.mod-index-list-02 .text-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.mod-index-list-02 figure {
	padding: 0 5px 0 0;
}
.mod-index-list-02 .ttl {
	width: 240px;
	font-size: 14px;
	font-weight: bold;
	word-wrap: break-word;
}
.mod-index-list-02 .ttl_p{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
.mod-index-list-02 .ttl_top {
	font-weight: bold;
	word-wrap: break-word;
	font-size: 14px;
}
/* iPhone 縦向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.mod-index-list-02 .ttl_top {
	font-weight: bold;
	word-wrap: break-word;
}
}
.mod-index-list-02 .outline {
	color: #000;
}

.mod-index-list-normal a {
	display: block;
	position: relative;
	padding: 12px 20px 12px 14px;
	font-size: 14px;
	font-weight: bold;
}
.mod-index-list-normal a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	margin: -8px 0 0;
	content: url(/g/b/shared/img/module/icon_arrow_g_r_sp_01.gif);
	zoom: .5
}
.mod-index-list-normal.banner a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	margin: -8px 0 0;
	content: none;
}
.mod-index-list-normal li:not(:first-child) a {
	border-top: 1px solid #e6e6e6;
}

.mod-index-list-normal .selected-content a {
    border-left: 5px solid #33ffff;
    padding-left: 9px;
}

.mod-link-list-normal {
	padding: 0 4px;
}
.mod-link-list-normal li {
	padding: 3px 0 0;
}
.mod-link-list-normal a {
	display: block;
	padding-left: 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_sp_01.gif) left .5em no-repeat;
	-webkit-background-size: 4px 7px;
	background-size: 4px 7px;
}
.mod-link-list-normal.colomn2 li { width: 50%;}
.mod-link-list-normal.colomn2 li:nth-child(odd) { float: left; }
.mod-link-list-normal.colomn2 li:nth-child(even) { float: right; }

.mod-link-list-normal-02 a {
	display: block;
	padding: 8px 15px;
	border-bottom: 1px solid #dedede;
}
.mod-link-list-normal-02 :first-child a {
	border-top: 1px solid #dedede;
}
.mod-link-list-normal-02 .ttl {
	padding-left: 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_sp_01.gif) left center no-repeat;
	-webkit-background-size: 4px 7px;
	background-size: 4px 7px;
	font-weight: normal;
}
.mod-link-list-normal-02 .text {
	padding: 3px 0 0 9px;
	color: #000;
}

.mod-link-list {
	list-style: disc outside;
	margin-left: 1.5em;
}

.mod-note-list {
	color: #666;
	font-size: 10px;
	letter-spacing: -0.001em;
}
.mod-note-list li {
	padding-left: 1em;
	text-indent: -1em;
}

/*
  ++link module
========================================*/
.mod-link.arrow {
	display: block;
	padding-left: 9px;
	-webkit-background-size: 4px 7px;
	background-size: 4px 7px;
	background-image: url(/g/b/shared/img/module/icon_arrow_g_r_sp_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
}
/* iPhone 縦向き時 */
@media only screen and (max-device-width: 480px) and (orientation:portrait) {
.mod-link.arrow {
	display: block;
	padding-left: 9px;
	-webkit-background-size: 4px 7px;
	background-size: 4px 7px;
	background-image: url(/g/b/shared/img/module/icon_arrow_g_r_sp_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
}
}
/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.mod-link.arrow {
	display: block;
	padding-left: 9px;
	-webkit-background-size: 6px 9px;
	background-size: 6px 9px;
	background-image: url(/g/b/shared/img/module/icon_arrow_g_r_sp_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.9em;
}
}
.mod-more .mod-link.arrow {
	display: inline-block;
	background-position: left center;
}
/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.mod-more .mod-link.arrow {
	display: inline-block;
	font-size: 16px;
	background-position: left center;
}
}
.mod-link.help {
	display: inline-block;
	padding-left: 22px;
	line-height: 19px;
}
.mod-link.email {
	display: block;
	padding-left: 18px;
	background: url(/g/b/shared/img/module/icon_email_sp_01.gif) left center no-repeat;
	-webkit-background-size: 13px 9px;
	background-size: 13px 9px;
}
/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.mod-link.email {
	font-size: 10px;
}
}
.mod-link.print {
	display: block;
	padding-left: 19px;
	background: url(/g/b/shared/img/module/icon_print_sp_01.png) left center no-repeat;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
}
.mod-link.external {
	display: block;
	padding-left: 16px;
	background: url(/g/b/shared/img/module/icon_external_sp_01.gif) left center no-repeat;
	-webkit-background-size: 11px 10px;
	background-size: 11px 10px;
}
.mod-link.page {
	display: block;
	padding-left: 16px;
	background: url(/g/b/shared/img/module/icon_arrow_gw_b_sp_01.png) left 4px no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
.mod-link.pagetop {
	display: block;
	padding-left: 16px;
	background: url(/g/b/shared/img/module/icon_arrow_gw_t_sp_01.png) left 4px no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
.mod-link.next {
	display: block;
	padding-left: 16px;
	background: url(/g/b/shared/img/module/icon_arrow_gw_r_01.png) left 9px no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}

/*
  ++form module
========================================*/
input[type="text"] {
	padding: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
select {
	width: 100%;
	font-size: 14px;
}

/*
  ++button module
========================================*/
.mod-button {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #1a72b6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46a9f5), color-stop(100%,#1a74ba));
	background: linear-gradient(#46a9f5 0%, #1a74ba 100%);
	background-color: #1a74ba;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.4), 0 2px 2px rgba(0,0,0,.3);
	box-shadow: inset 0 1px 1px rgba(255,255,255,.4), 0 2px 2px rgba(0,0,0,.3);
	color: #fff;
	font-weight: bold;
}
.mod-button.block {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mod-button.size-l {
	padding: 7px 50px;
	font-size: 14px;
}

/*
  ++button module
========================================*/
.mod-buttonG {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCC), color-stop(100%,#CCC));
	background-color: #CCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.4), 0 2px 2px rgba(0,0,0,.3);
	box-shadow: inset 0 1px 1px rgba(255,255,255,.4), 0 2px 2px rgba(0,0,0,.3);
	color: #fff;
	font-weight: bold;
	background-position: 0%;
}
.mod-buttonG.block {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mod-buttonG.size-l {
	padding: 7px 50px;
	font-size: 14px;
}
/*
  ++general module
========================================*/
.mod-backto a {
	display: block;
	margin: 0 0 20px;
	padding: 14px 15px 14px 31px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	background: url(/g/b/shared/img/module/icon_arrow_gw_l_sp_01.png) 15px center no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
.mod-backto .mod-backto-first {
	display: block;
	margin: 0px;
	padding: 14px 15px 14px 31px;
	border-top: 1px solid #dedede;
	border-bottom: none;
	background: url(/g/b/shared/img/module/icon_arrow_gw_l_sp_01.png) 15px center no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
.mod-backto .mod-backto-middle {
	display: block;
	margin: 0px;
	padding: 14px 15px 14px 31px;
	border-top: none;
	border-bottom: none;
	background: url(/g/b/shared/img/module/icon_arrow_gw_l_sp_01.png) 15px center no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
.mod-backto .mod-backto-last {
	display: block;
	margin: 0px;
	padding: 14px 15px 14px 31px;
	border-top: none;
	border-bottom: 1px solid #dedede;
	background: url(/g/b/shared/img/module/icon_arrow_gw_l_sp_01.png) 15px center no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}

.mod-note { color: #666; }
.mod-attention { color: #f00; }

.mod-font-s { font-size: 10px; letter-spacing: -0.001em; }
.mod-font-l { font-size: 14px; }

em {
	font-style: normal;
	font-weight: bold;
}

.mod-pl12 { padding-left: 12px; }
.mod-m5 { margin: 5px; }
.mod-ml5 { margin-left: 5px; }
.mod-mb5 { margin-bottom: 5px; }
.mod-mr5 { margin-right: 5px; }
.mod-mr6 { margin-right: 6px; }
.mod-m10 { margin: 10px; }
.mod-ml10 { margin-left: 10px; }
.mod-mlrb10 { margin-left: 10px; margin-right: 10px; margin-bottom: 10px; }
.mod-mb10 { margin-bottom: 10px; }
.mod-mb15 { margin-bottom: 15px; }
.mod-mb85 { margin-bottom: 85px; }
.mod-m20 { margin: 20px; }
.mod-ml20 { margin-left: 20px; }
.mod-mb20 { margin-bottom: 20px; }
.mod-mb25 { margin-bottom: 25px; }
.mod-ml30 { margin-left: 30px; }
.mod-mb30 { margin-bottom: 30px; }
.mod-pt5 { padding-top: 5px; }
.mod-pt10 { padding-top: 10px; }
.mod-pt15 { padding-top: 15px; }
.mod-pt20 { padding-top: 20px; }
.mod-pt25 { padding-top: 25px; }
.mod-pt30 { padding-top: 30px; }
.mod-pb10 { padding-bottom: 10px; }
.mod-pl45 { padding-left: 45px; }
.mod-font-b { font-weight: bold; }
.mod-font-14 { font-size: 14px; }
.mod-font-16 { font-size: 16px; }
.mod-text-center {
	text-align: center;
}
.zoom1 {
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1);
	zoom: 1;
}
.zoom-point9 {
	-moz-transform-origin: 0 0;
	-moz-transform: scale(0.9);
	zoom: 0.9;
}
.zoom3Quarters {
	-moz-transform-origin: 0 0;
	-moz-transform: scale(0.75);
	zoom: 0.75;
}
.mod-flash {
	background: url(/g/b/shared/img/module/icon_stripe_01.gif) left top repeat-x;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(0,0,0,.2);
}
/*========================================
 +block
========================================*/

/*
  ++unit-key-block
========================================*/
.unit-key-block {
	position: relative;
	padding: 5px;
	background: url(/g/b/shared/img/module/bg_mosaic_sp_01.png) left top repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.unit-key-block:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.3)), color-stop(100%,rgba(0,0,0,0)));
	background: linear-gradient(rgba(0,0,0,.3) 0%, rgba(0,0,0,0) 100%);
	content: "";
}
.unit-key-block .inner {
	padding: 9px 13px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}
.unit-key-block figure,
.unit-key-block .text-wrapper {
	display: table-cell;
	vertical-align: top;
}
.unit-key-block figure {
	padding: 0 15px 0 0;
}
.unit-key-block .leadtext {
	color: #7fa308;
	font-size: 13px;
}
.unit-key-block .ttl {
	font-size: 22px;
}
.unit-key-block .link a {
	display: block;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_sp_01.gif) left 6px no-repeat;
	-webkit-background-size: 4px 7px;
	background-size: 4px 7px;
}

/*
  ++unit-utility-nav
========================================*/
.unit-utility-nav {
	padding: 10px 15px 12px;
	background: url(/g/b/shared/img/module/icon_stripe_01.gif) left top repeat-x;
}
.unit-utility-nav a {
	display: block;
	margin-top: 2px;
	padding-left: 9px;
	-webkit-background-size: 4px 7px;
	background-size: 4px 7px;
	background-image: url(/g/b/shared/img/module/icon_arrow_g_r_sp_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/*
  ++unit-screen
========================================*/
.unit-screen {
	margin: 0 0 18px;
	text-align: center;
	line-height: 1.2;
}
.unit-screen .ttl,
.unit-screen ul,
.unit-screen li,
.unit-screen a {
	display: inline-block;
}

/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.unit-screen .ttl,
.unit-screen ul,
.unit-screen li,
.unit-screen a {
	font-size: 18px;
}
}
.unit-screen .ttl {
	font-weight: normal;
}
.unit-screen .ttl:after {
	content: " : ";
}
.unit-screen li+li {
	margin-left: 2px;
	padding-left: 5px;
	border-left: 1px solid #b8b8b8;
}

/*
  ++unit-overlay
========================================*/
#blackLayer {
	background: url(/g/b/shared/img/module/bg_overlay_01.png) left top repeat;
}
.unit-overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	font-weight: bold;
}
.unit-overlay .inner {
	position: relative;
	width: 300px;
	max-height: 80%;
	margin: 5% auto 0;
	border: 5px solid #afafaf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
	overflow: auto;
}
.unit-overlay .inner02 {
	padding: 15px 25px 10px;
}
.unit-overlay .inner03 {
	padding: 25px 0px;
}
.unit-overlay a:hover img,
.unit-overlay a:focus img,
.unit-overlay a:active img {
	opacity: .6;
	filter: opacity=60;
}
.unit-overlay .close01 {
	position: absolute;
	top: 5px;
	right: 5px;
}
.unit-overlay .close02 {
	text-align: center;
}
.unit-overlay-header .title {
	margin: 0 0 6px;
	font-size: 225%;
}
.unit-overlay-header .text {
	margin: 0 0 20px;
	color: #666;
	font-size: 116.7%;
}
.unit-overlay .list {
	margin: 12px 0 0;
	padding: 16px 0 0;
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left top repeat-x;
}
.unit-overlay .first-child {
	margin: 0;
	padding: 0;
	background: none;
}
.unit-overlay .list li {
	float: left;
	width: 177px;
}
.unit-overlay .list a {
	display: block;
	padding: 0 8px 0 0;
}
.unit-overlay .list a img {
	float: left;
}
.unit-overlay .list a span {
	display: block;
	float: right;
	width: 112px;
	word-wrap: break-word;
}
.unit-overlay .list a span.txt {
	float: none;
	padding-left: 66px;
}
.unit-overlay .help a {
	display: inline-block;
	margin: 14px 0 6px;
	padding: 2px 0 2px 22px;
	background: url(/g/b/shared/img/module/icon_question_18.png) left center no-repeat;
	*zoom: 1;
}

.unit-overlay .select-country {
	margin: 0 0 20px;
}
.unit-overlay .select-country .column2 ul {
	float: left;
	width: 50%;
}
.unit-overlay .select-country .column3 ul {
	float: left;
	width: 33%;
}
.unit-overlay .select-country a {
	display: block;
	margin: 0 0 10px;
	*zoom: 1;
}
.unit-overlay .select-country a img {
	margin: 0 10px 0 0;
	vertical-align: text-bottom;
}
#imgprev {
	position: absolute;
	z-index: 1000;
}
/*
  ++unit-banner
========================================*/
.unit-banner li {
	display: inline-block;
	margin-left: 7px;
	margin-bottom: 10px;
	vertical-align: top;
	*display: inline;
}
/*
========================================*/

.step-Arrow-Box{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.step-Arrow-mainBox div{

}


/*
  ++FAQ
========================================*/
.faq-box {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(0,0,0,.2);
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
.faq-box div{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.faq-box .el{
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.faq-box .stepTitle{
	background-color: #f3f8ff;
}
.faq-box .stepTitle strong{
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.faq-box .stepTitle span{
	display: block;
	color: #333;
	font-weight: normal;
	float: none;
}
.faq-box input{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.faq-box .fb .tbox{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.faq-box .btnBox{
	background-repeat: repeat;
	background-position: left top;
	background-image: url(/g/b/shared/img/module/icon_stripe_01.gif);
	border-bottom-style: none;
	text-align: center;
}
.faq-box .fb{
}
.faq-box .form-list{
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 100%;
}
.faq-box .fitem,
.faq-box .form-wrapper{
}
.faq-box .fitem{
	float: left;
	display: block;
	padding-top: 1.6%;
}

/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.faq-box .fitem{
	padding-top: 11px;
}
}
.faq-box .stl{
	-webkit-text-size-adjust:inherit;
	color: #1a74ba;
	font-weight: bold;
	display: block;
	padding-left: 28px;
	line-height: 25px;
}

/*
  ++ConsumablesOptionsList
========================================*/
.consumables-optionsList-box{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.consumables-optionsList-box span{
	color: #F00;
	font-weight: bold;
}
.consumables-optionsList-box .co-inbox{
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(0,0,0,.2);
	margin-bottom: 15px;
}
.consumables-optionsList-box .co-inbox .istBox{
	display: table;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.consumables-optionsList-box .co-inbox .imgBox{
	display: table-cell;
	/*width: 35%;*/
	margin-top: 10px;
}
.consumables-optionsList-box .co-inbox .imgBox img{
	display: table-cell;
	/*width: 100%;*/
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.consumables-optionsList-box .co-inbox .stBox{
	display: table-cell;
	font-size: 20px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0.5em;
	margin: 0px;
	vertical-align: middle;
}
/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.consumables-optionsList-box .co-inbox .stBox{
	font-size: 25px;
}
}
.consumables-optionsList-box .co-inbox ul{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: 2.3em;
}
.consumables-optionsList-box .co-inbox li{
	list-style-type: disc;
}
.consumables-optionsList-box-footer{
	background: url(/g/b/shared/img/module/icon_stripe_01.gif) left top repeat-x;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 14px;
}

/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.consumables-optionsList-box-footer{
	background: url(/g/b/shared/img/module/icon_stripe_01.gif) left top repeat-x;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
}
}

.consumables-optionsList-box-footer .LinkArrow {
	display: block;
	padding-left: 9px;
	-webkit-background-size: 4px 7px;
	background-size: 4px 7px;
	background-image: url(/g/b/shared/img/module/icon_arrow_g_r_sp_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
}
/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.consumables-optionsList-box-footer .LinkArrow{
	display: block;
	padding-left: 13px;
	-webkit-background-size: 4px 7px;
	background-size: 4px 7px;
	background-image: url(/g/b/shared/img/module/icon_arrow_g_r_sp_01.gif);
	background-repeat: no-repeat;
	background-position: left 1em;
}
}
/*
  ++FAQ-Image-List
========================================*/
.faq-imageListt-box{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(0,0,0,.2);
	margin-bottom: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
.faq-imageListt-box table{
	width: 100%;
	font-weight: bold;
}
.faq-imageListt-box td{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.faq-imageListt-box span{
	display: block;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.faq-imageListt-box p{
	display: block;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.faq-imageListt-box .LinkArrow {
	display: block;
	padding-left: 9px;
	-webkit-background-size: 4px 7px;
	background-size: 4px 7px;
	background-image: url(/g/b/shared/img/module/icon_arrow_g_r_sp_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
}
/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.faq-imageListt-box .LinkArrow{
	display: block;
	padding-left: 13px;
	-webkit-background-size: 4px 7px;
	background-size: 4px 7px;
	background-image: url(/g/b/shared/img/module/icon_arrow_g_r_sp_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	font-size: 20px;
}
}

/*
  ++Contacu-submit-err
========================================*/
.contacu-submit-err-box{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(0,0,0,.2);
	margin-bottom: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #e6e6e6;
	border-left-color: #e6e6e6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
}
.contacu-submit-err-box div{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	padding: 10px;
}
.contacu-submit-err-box .mf{
	font-weight: bold;
	color: #F00;
	padding-left: 2px;
}
.contacu-submit-err-box .errBox{
	background-color: #fff0f0;
}
.contacu-submit-err-box .st{
	display: block;
	font-weight: bold;
	font-size: 16px;
}
.contacu-submit-err-box .err{
	color: #F00;
	display: block;
	font-size: 80%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.contacu-submit-box input,
.contacu-submit-box textarea,
.contacu-submit-err-box input{
	width: 100%;
}
.contacu-table {
    width:100%;
    margin-bottom: 10px;
}
.contacu-table .text {
    vertical-align: bottom;
}
.contacu-table .img {
    vertical-align: top;
    text-align: right;
    width: 80px;
}
.contacu-radio-box {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 0px;
	padding: 0px;
}
.contacu-radio-box div{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contacu-radio-box input{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.contacu-radio-box .form-list{
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 100%;
}
.contacu-radio-box .fitem{
	float: left;
	display: block;
	padding-top: 1.6%;
}

/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.contacu-radio-box .fitem{
	padding-top: 11px;
}
}
.contacu-radio-box .stl{
	-webkit-text-size-adjust:inherit;
	font-weight: bold;
	display: block;
	padding-left: 28px;
	line-height: 25px;
}
/*
  ++Consumables-&-Options-List(ES-Roll)
========================================*/
.consumables-options-list-es-roll-box{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(0,0,0,.2);
	margin-bottom: 5px;
}

.consumables-options-list-es-roll-box .itemBox{
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
}
.consumables-options-list-es-roll-box .itemBox th{

}
.consumables-options-list-es-roll-box .itemBox td{
	vertical-align: top;
}
.consumables-options-list-es-roll-box .itemBox .b01{
	width: 108px;
}
.consumables-options-list-es-roll-box .itemBox .b01 .numBox{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
.consumables-options-list-es-roll-box .itemBox .b01 .numBox .numInBox{
	position: absolute;
	width: 100%;
	font-size: 16px;
	top: 28px;
}
/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.consumables-options-list-es-roll-box .itemBox .b01{
	width: 165px;
}
.consumables-options-list-es-roll-box .itemBox .b01 .numBox .numInBox{
	font-size: 21px;
	top: 46px;
}
}

.consumables-options-list-es-roll-box .itemBox .b01 .imgBox {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

.consumables-options-list-es-roll-box .itemBox .b01 .imgBox .type01 {
	background-size: contain;
	background-position: center center;
}
.consumables-options-list-es-roll-box .itemBox .b01 .imgBox .type02 {
	background-size: cover;
	background-position: center center;
}
.consumables-options-list-es-roll-box .itemBox .b02{
}
.consumables-options-list-es-roll-box .itemBox .b02 .fred{
	color: #F00;
	font-weight: bold;
}
.consumables-options-list-es-roll-box .itemBox .b02 .txtB{
	font-size: 14px;
	font-weight: bold;
}
.consumables-options-list-es-roll-box .itemBox .b02 .txtS{
	font-size: 12px;
}
/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.consumables-options-list-es-roll-box .itemBox .b02 .txtB{
	font-size: 16px;
}
.consumables-options-list-es-roll-box .itemBox .b02 .txtS{
	font-size: 14px;
}
}
.consumables-options-list-es-roll-box .itemBox .b02 p{
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.consumables-options-list-es-roll-box .itemBox .b03{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.consumables-options-list-es-roll-box .itemBox .b03{
	font-weight: bold;
	font-size: 16px;
}
}
.consumables-options-list-es-roll-box-footer{
	background: url(/g/b/shared/img/module/icon_stripe_01.gif) left top repeat-x;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 14px;
}

/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.consumables-options-list-es-roll-box-footer{
	background: url(/g/b/shared/img/module/icon_stripe_01.gif) left top repeat-x;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
}
}

.consumables-options-list-es-roll-box .LinkArrow {
	display: block;
	padding-left: 9px;
	-webkit-background-size: 4px 7px;
	background-size: 4px 7px;
	background-image: url(/g/b/shared/img/module/icon_arrow_g_r_sp_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
}
/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.consumables-options-list-es-roll-box .LinkArrow{
	display: block;
	padding-left: 13px;
	-webkit-background-size: 4px 7px;
	background-size: 4px 7px;
	background-image: url(/g/b/shared/img/module/icon_arrow_g_r_sp_01.gif);
	background-repeat: no-repeat;
	background-position: left 1em;
}
}

/*
  ++ConsumablesOptionsList(ES-Tape)
========================================*/
.mod-toggle-section.tLine{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0cece;
}
.consumables-options-list-es-tape-box{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0cece;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.consumables-options-list-es-roll-box .consumables-options-list-es-tape-box{
	border-bottom: none;
}
.consumables-options-list-es-tape-box .eBox{
	border-bottom-style: none;
}
.consumables-options-list-es-tape-box .linkBox{
	padding-right: 10px;
	padding-left: 10px;
}
.consumables-options-list-es-tape-box .co-es-tape-inBox{
	display: table;
	table-layout: fixed;
	padding-right: 10px;
	padding-left: 10px;
}
.consumables-options-list-es-tape-box .co-es-tape-inBox .fred{
	color: #F00;
	font-weight: bold;
}
.consumables-options-list-es-tape-box .co-es-tape-inBox .lBox{
	display: table-cell;
	width: 100px;
}
.consumables-options-list-es-tape-box .co-es-tape-inBox .lBox .imgBox{
	display: table;
	text-align: center;
	vertical-align: middle;
	/*border: 1px solid #d0cece;*/
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 16px;
	overflow: hidden;
	word-wrap: break-word;
}
.consumables-options-list-es-tape-box .co-es-tape-inBox .lBox .imgBox.type01,
.consumables-options-list-es-tape-box .co-es-tape-inBox .lBox .type02 {
    background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.consumables-options-list-es-roll-box .consumables-options-list-es-tape-box .co-es-tape-inBox .lBox .imgBox.type01,
.consumables-options-list-es-roll-box .consumables-options-list-es-tape-box .co-es-tape-inBox .lBox .type02 {
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.consumables-options-list-es-tape-box .co-es-tape-inBox .lBox .imgBox.type02{
	color: #F00;
}
.consumables-options-list-es-tape-box .co-es-tape-inBox .lBox .imgBox.type03{
	background-color: #E9E60B;
}
.consumables-options-list-es-tape-box .co-es-tape-inBox .lBox .imgBox.type04{
}
.consumables-options-list-es-tape-box .co-es-tape-inBox .lBox .sizeBox,
.consumables-options-list-es-tape-box .co-es-tape-inBox .lBox .sizeBoxRoll {
	display: block;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.consumables-options-list-es-tape-box .co-es-tape-inBox .lBox .sizeBox{
	font-size: 15px;
}
.consumables-options-list-es-tape-box .co-es-tape-inBox .lBox .sizeBoxRoll{
	font-size: 12px;
}
/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.consumables-options-list-es-tape-box .co-es-tape-inBox .lBox .imgBox{
	font-size: 15px;
}
.consumables-options-list-es-tape-box .co-es-tape-inBox .lBox .sizeBox{
	font-size: 12px;
}
}
.consumables-options-list-es-tape-box .co-es-tape-inBox .rBox{
	display: table-cell;
	padding-left: 25px;
	vertical-align: top;
}
.consumables-options-list-es-tape-box .co-es-tape-inBox .rBox .txtB{
	font-size: 14px;
	font-weight: bold;
}
.consumables-options-list-es-tape-box .co-es-tape-inBox .rBox .txtS{
	font-size: 12px;
}
/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.consumables-options-list-es-tape-box .co-es-tape-inBox .rBox .txtB{
	font-size: 16px;
}
.consumables-options-list-es-tape-box .co-es-tape-inBox .rBox .txtS{
	font-size: 14px;
}
}


/*========================================
 +table
========================================*/
.mod-table {
	width: 730px;
	margin-left: 10px;
}
.mod-table th,
.mod-table td {
	padding: 8px;
	border: 1px solid #dedede;
}
.mod-table thead .th {
	background: #8f8f8f;
	color: #fff;
	text-align: center;
}
.mod-table thead .th02 {
	background: #eee;
	font-weight: bold;
	text-align: center;
}
.mod-table thead .th03 {
	background: #eee;
	text-align: center;
}
.mod-table tbody .th {
	background: #e3e3e3;
	font-weight: bold;
}
.mod-table tbody .th02 {
	background: #f6f6f6;
}
.mod-table .inline-block {
	display: inline-block;
	text-align: left;
	*display: inline;
	*zoom: 1;
}
.mod-table .icon {
	margin-right: 4px;
	vertical-align: middle;
}
/* end Desgin Dept */
.mod-simple-table{
	width: 730px;
	margin-left: 10px;
}
.mod-simple-table th,
.mod-simple-table td {
	padding: 6px 8px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
}
.mod-simple-table th {
	font-weight: bold;
	font-size: 16px;
}
/* iPhone 横向き時 */
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
.mod-simple-table th {
	font-weight: bold;
	font-size: 16px;
}
}
.mod-simple-table .border {
	padding-bottom: 7px;
	border-bottom: none;
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left bottom repeat-x;
}
.mod-simple-table .border02 {
	padding-bottom: 7px;
	border: none;
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left bottom repeat-x;
}
.mod-simple-table .border03 {
	border-top: none;
}
.mod-other-models {
	width: 56px;
	height: 57px;
	text-align: center;
}

/*abs add for faq end*/
.inner.pgh table { margin-top:1em;}
/*.inner.pgh tbody th{ padding:5px; text-align:center; font-weight:bold; border:1px #999 solid}*/
.inner.pgh tbody th{ padding:5px; text-align:center; font-weight:bold;}
.inner.pgh tbody td{ padding:5px; }

.inner.pgh a[name] {
	color: #000;
	text-decoration: none;
}

.inner.pgh p strong { vertical-align:bottom;}

.inner.pgh blockquote {padding-left:5em; padding-bottom:1em;}

.comp1{
	border-left: 1px solid #666666;
}

.comp1_none{
	border-left: 1px solid #ffffff;
}

.comp1 td.function{
	vertical-align:middle;
	text-align:center;
}
.comp1 th,
.comp1 td{
	padding: 5px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

.comp1_none td{
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.comp1 th{
	background-color: #C6D9EB;
	font-weight:normal;
	vertical-align:middle;
}
.comp1 td.bg-glay{
	background-color: #FAFAFA;
}
.comp1 .bdr-tb-none{
	border-top: none;
	border-bottom: none;
}
.comp1 .bdr-r-none{
	border-right: none;
}
.comp1 .w5{
	width:5px;
	padding:0px;
}
.comp1-cap td{
	padding:5px;
	vertical-align:middle;
}
.bdr-t{
	border-top: 1px solid #666666;
}
.bdr-r{
	border-right: 1px solid #666666;
}
.bdr-tr{
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}

.box_line{
	padding:5px;
	border: 1px #999999 solid;
	position: relative;
	min-height:85px;
}

.color-red{
	color:#ff0000;
}

.img-textGet{
	font-size:80%;
	width: 80%;
	display: block;
	float: right;
	margin-bottom: 10px;
}

.other-mdl{
    height: 42px;
    vertical-align: middle;
}

.type3subcomment {
	margin-top:15px;
}

/*========================================
 +Loading 201709
========================================*/
.select-item
{
    text-align: center;
	padding-top: 20px;	
    min-height:50px;
}

.mod-product-recently .text-wrapper, .mod-product-recently figure
{
    display:table-cell;
    vertical-align:middle;
    padding:0 0 0 5px;
}
/*END====================================*/