@charset "utf-8";

/* パンくず
------------------------------------------------------ */
#pnkz {
	width: 980px;
	margin: 0 auto;
	background-color: #f2f2f2
}
#pnkz ul {
	padding: 0 10px
}
#pnkz ul li {
	color: #616161;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	line-height: 1;
	position: relative;
	vertical-align: top;
	background-image: url("../img/icon/icon_pnkz.png");
	background-repeat: no-repeat;
	background-size: 9px 32px;
	background-position: left center
}
#pnkz ul li#home {
	background: 0
}
#pnkz ul li#home a {
	padding-left: 25px;
	background-image: url("../img/icon/icon_home.png");
	background-repeat: no-repeat;
	background-position: left 8px
}
#pnkz ul li a {
	text-decoration: underline;
	color: #616161
}
#pnkz ul li a,
#pnkz ul li span {
	padding: 10px 10px 10px 20px;
	display: block
}

/* コンテンツ・見出し
------------------------------------------------------ */
#mainwrap {
	width: 980px;
	margin: 50px auto 0;
	position: relative;
	/*word-break: break-all;*/
	word-wrap: break-word;
}
#mainwrap #main {
	width: 700px;
	margin-bottom: 50px
}
#mainwrap #main.oneColumn {
	width: 100%
}
#mainwrap #sub {
	width: 230px;
	position: absolute;
	top: 0;
	right: 0
}
.mainTitW {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	background-color: #9fc52c
}
.mainTitW #titIndex {
	max-width: 920px;
	margin: 0 auto;
	padding: 20px 0;
	background: url("../img/tit/bg_h1_2.gif") left center repeat-x
}
.mainTitW #titIndex span {
	display: block;
	color: #fff
}
.mainTitW #titIndex span.wrap {
	padding: 0 80px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url("../img/tit/bg_h1.png") center center;
}
.mainTitW #titIndex span.mainTit {
	font-size: 24px;
	font-weight: bold;
}
body.en .mainTitW #titIndex span.mainTit {
	line-height: 1.2;
}
.titLineL {
	margin: 0 0 25px;
	padding: 0 0 0 7px;
	background: #5c9721;
	background: -moz-linear-gradient(top, #6db327 0, #6db327 50%, #5c9721 51%, #5c9721 100%);
	background: -webkit-linear-gradient(top, #6db327 0, #6db327 50%, #5c9721 51%, #5c9721 100%);
	background: linear-gradient(to bottom, #6db327 0, #6db327 50%, #5c9721 51%, #5c9721 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6db327', endColorstr='#5c9721', GradientType=0)
}
.titLineL .outer {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #454545;
	border: 1px solid #dedede;
	border-left: none;
	background: url("../img/tit/bg_h2.png") center center;
	position: relative
}
.titLineL .inner {
	padding: 13px 15px 10px;
	background: url("../img/tit/bg_h2_2.png") no-repeat right bottom;
	display: block;
	line-height: 1.3
}
.titLineB {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #454545;
	background: url("../img/tit/bg_h3.png") left bottom no-repeat;
	margin: 0 0 15px;
	padding: 0 12px 9px 12px;
}
body.en .titLineB {
	line-height: 1.2;
}
.titGreen {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #499916;
	padding: .5em .8em;
	border: 1px solid #dedede;
	background: url("../img/tit/bg_h2.png") center center;
	margin: 0 0 15px
}
.titDisc {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	padding: .5em 20px;
	background-image: url("../img/tit/bg_h5.png");
	background-position: left 15px;
	background-repeat: no-repeat;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	-o-background-size: 14px 14px;
	-ms-background-size: 14px 14px;
	background-size: 14px 14px;
	margin: 0 0 10px 10px
}
.h6Style {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #333
}

/* パーツ
------------------------------------------------------ */
.grayBox {
    background-color: #f2f2f2;
    border: 1px solid #e3e3e3;
    margin: 5px 0;
    padding: 10px 15px;
}
.txtIndent {
	text-indent: -1em;
	margin-left: 1em
}
.txtIndent ul {
	text-indent: 0;
	margin-left: 0
}
.indent {
	text-indent: 1em
}
#main img.fltR {
	margin: 0 0 1em 1em
}
#main img.fltL {
	margin: 0 1em 1em 0
}
.tbFixed {
	table-layout: fixed
}
.tb {
	width: 100%;
	margin-bottom: 25px;
	font-size: 14px;
}
.tb caption {
	background-color: #a3c835;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 1em
}
.tb td,
.tb th {
	padding: 10px;
	border: 1px solid #e3e3e3;
}
body.en .tb td,
body.en .tb th {
	line-height: 1.1;
}
.tb th {
	font-weight: bold;
	color: #333
}
.tb thead th,
.tb.tbCoat tbody th {
	color: #fff;
	background-color: #c5d700;
	font-size: 15px
}
.tb tbody th {
	background-color: #f8f8f6
}
.tb.tb200 tbody th {
	min-width: 200px;
	font-size: 15px
}
.tbBuy th {
	background-color: #6db327!important;
}
.tbBuy tbody th {
	background-color: #c5d700!important;
	color: #fff;
	width: 30%;
}
.tbBuy ul {
	margin: 5px 0 0!important;
}
.tbBuy ul li {
	position: relative;
	margin: 0 0 5px;
	padding: 0 0 0 15px;
}
.tbBuy ul li:last-child {
	margin: 0;
}
.tbBuy ul li:before {
	position: absolute;
	content: "";
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	top: 0.5em;
	left: 0;
}
.tb.tbPrice td,
.tb.tbPrice th {
	vertical-align: middle;
	padding: 15px
}
.tb.tbPrice thead th {
	font-size: 13px
}
.tb.tbPrice tbody tr {
	cursor: pointer
}
.tb.tbPrice tbody th {
	width: 150px;
	padding: 0
}
.tb.tbPrice tbody th a {
	padding: 15px 10px 15px 15px;
	display: block;
	color: #343434
}
.tb.tbPrice tbody th a .arrow {
	padding-right: 20px;
	background: url("../img/icon/icon_arw_rg2_l.png") no-repeat scroll right center;
	display: block
}
.tb.tbPrice .new {
	display: block
}
.tb.tbPrice tbody td img {
	margin: 2px
}
.tb.tbDetail tbody th {
	width: 100px;
	background-color: #c5d700;
	color: #fff;
	font-weight: bold;
	font-size: 14px
}
.tb .tbMainTit {
	background-color: #c5d700;
	color: #fff;
	font-weight: bold;
	font-size: 14px
}
.tb .tbSubTit {
	width: 120px;
	background-color: #f8f8f6
}
.tb.tbCenter td,
.tb.tbCenter th {
	text-align: center
}
.tb.tbMiddle td,
.tb.tbMiddle th {
	vertical-align: middle
}
.tb.tbTop td,
.tb.tbTop th {
	vertical-align: top
}
.tbKake thead th {
	font-size: 13px
}
.tbKake td,
.tbKake th {
	padding: 8px
}
.bgGray,
.odd {
	background-color: #eeeee7 !important
}
.bgGreen,
.bgGreen th {
	background-color: #6db227 !important
}
.twoColumns .column {
	margin: 0 3% 20px 0;
	float: left;
	width: 48.5%
}
.twoColumns .column a {
	text-decoration: none
}
.twoColumns .tit {
	background: url("../img/tit/bg_h1.png") repeat center center;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 10px 15px;
	line-height: 1.4
}
.twoColumns .column .twoLine {
	padding: 22px 15px 21px !important
}
.twoColumns .columnWrap,
.twoColumns .wrap {
	padding: 15px;
	border: 1px solid #e8e8e8;
	border-top: 0
}
.twoColumns .columnWrap a,
.twoColumns .wrap a {
	text-decoration: underline
}
.twoColumns .column a .columnWrap:hover,
.twoColumns .column a .wrap:hover {
	text-decoration: none
}
.twoColumns .wrap .cont {
	margin: 0 0 15px
}
.twoColumns .wrap .cont .img {
	width: 30%;
	text-align: center;
	float: left
}
.twoColumns .wrap .cont .txt {
	width: 67%;
	float: right
}
.twoColumns .wrap .notice {
	margin: 5px 0 0
}
.twoColumns .wrap .notice li {
	font-size: 11px
}
.twoColumns .wrap .notice li a {
	font-size: 13px
}
.twoColumns.wide .wrap .cont .img {
	width: 36%
}
.twoColumns.wide .wrap .cont .txt {
	width: 60%
}
.twoColumns .wrap .btn {
	width: 100%;
	margin: 0 0 10px
}
.twoColumns .wrap .btn a {
	display: block;
	text-decoration: none
}
.twoColumns .wrap .btn a .arwRg3 {
	padding-left: 0
}
.twoColumns .wrap .btn.lastChild {
	margin: 0
}
.threeColumns {
	margin-bottom: 35px
}
.threeColumns .column {
	width: 32.4%;
	margin: 0 1.4% 1.5em 0;
	float: left
}
.threeColumns .column a {
	text-decoration: none
}
.threeColumns .column .tit {
	background: url("../img/tit/bg_h1.png") center center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 13px 15px;
	position: relative;
	margin-bottom: 0;
	line-height: 1.4
}
.threeColumns .column .twoLine {
	padding: 24px 15px 23px !important
}
.threeColumns .column a .txt,
.twoColumns .column a .txt {
	color: #343434
}
.threeColumns .column a .tit span,
.twoColumns .column a .tit span {
	background: url("../img/icon/icon_arw_rw.png") right center no-repeat;
	display: block;
	padding: 0 20px 0 0
}
.threeColumns .column .wrap {
	padding: 12px;
	border: 1px solid #e3e3e3;
	border-top: 0
}
.threeColumns .column .wrap .img {
	margin: 0 0 10px
}
.threeColumns.small .wrap {
	padding: 8px
}
.threeColumns.small .wrap .cont .img {
	width: 30%;
	margin: 0;
	float: left
}
.threeColumns.small .wrap .cont .txt {
	width: 68%;
	float: right
}
.list,
.listDot,
ol.decimal {
	margin-bottom: 35px
}
ol.decimal {
	margin-left: 1em;
	list-style-type: decimal;
	list-style-position: outside
}
ol.decimal li {
	margin-left: 1em
}
ol.decimal li ul li {
	margin-left: 0
}
.list li {
	background: url("../img/icon/icon_arw_rg2_s.png") no-repeat left .4em;
	padding: 0 0 0 15px
}
.listDot>li {
	margin: 0 0 3px;
	padding-left: 1em;
	background: url("../img/icon/icon_dot.gif") 4px 3px no-repeat
}
.listDot .decimal li,
.listNo li {
	background: 0;
	padding-left: 0
}
#footer .blank,
#main .blank {
	background: url("../img/icon/icon_blank.png") no-repeat right center;
	padding: 0 18px 0 0
}
#main .pdf {
	background: url("../img/icon/icon_pdf.png") no-repeat right center;
	padding: 0 18px 0 0
}
#main .etc {
	background: url("../img/icon/icon_etc.png") no-repeat right center;
	padding: 0 18px 0 0
}
#main ul li .look {
	width: 45px
}
.icoDotB li {
	position: relative;
	padding: 0 0 0 15px;
}
.icoDotB li:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 5px;
	left: 0;
	background-color: #454545;
	border-radius: 5px;
}
.listDotG li {
	position: relative;
	padding: 0 0 0 15px;
}
.listDotG li:last-child {
	margin: 0;
}
.listDotG li:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0.45em;
	background-color: #c5d700;
	border-radius: 5px;
}
.btn {
	display: block;
	*display: inline;
	*zoom: 1;
	font-weight: bold;
	color: #454545
}
.btn.block a {
	display: block
}
.btn a {
	display: inline-block;
	text-decoration: none;
	color: #343434
}
.btn a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7
}
.btn a .color {
	color: #55ad34
}
.btn a.lineTwo {
	padding: 21px 11px
}
.btn a .icon {
	background-position: left 50%;
	background-repeat: no-repeat;
	display: block
}
.btn a .circleR {
	padding: 0 55px;
	background-image: url("../img/icon/icon_circle_r.png");
	background-position: right 50%;
	background-size: 20px 20px
}
.btn a .arwRg1s {
	padding: 0 30px 0 20px;
	background-image: url("../img/icon/icon_arw_rg1_s.png");
	background-position: right 50%
}
.btn a .arwRg3 {
	padding: 0 20px 0 13px;
	background-image: url("../img/icon/icon_arw_rg3.png");
	background-position: right 50%
}
.btn a .arwRg3s {
	padding: 0 30px 0 20px;
	background-image: url("../img/icon/icon_arw_rg3_s.png");
	background-position: right 50%
}
.btn a .arwLg3 {
	padding: 0 20px 0 30px;
	background-image: url("../img/icon/icon_arw_lg3.png")
}
.btn a .arwLg4s {
	padding: 0 10px 0 20px;
	background-image: url("../img/icon/icon_arw_lg4.png")
}
.btn a .arwRw {
	padding: 0 30px 0 20px;
	background-image: url("../img/icon/icon_arw_rw.png");
	background-position: right 50%
}
.btn a .arwRws {
	padding: 0 15px 0 10px;
	background-image: url("../img/icon/icon_arw_rw_s.png")
}
.btn a .arwBws {
	padding: 0 20px;
	background-image: url("../img/icon/icon_arw_bw_s.png")
}
.btn a .arwTws {
	padding: 0 20px;
	background-image: url("../img/icon/icon_arw_tw_s.png")
}
.graSilver {
	padding: 9px 25px;
	border: solid 1px #e3e3e3;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #fff 0, #f0f0f0 100%);
	background: -webkit-linear-gradient(top, #fff 0, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0, #f0f0f0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)
}
.graSilverW {
	padding: 10px 11px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #fff 0, #fff 50%, #f4f4f4 51%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top, #fff 0, #fff 50%, #f4f4f4 51%, #f4f4f4 100%);
	background: linear-gradient(to bottom, #fff 0, #fff 50%, #f4f4f4 51%, #f4f4f4 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0)
}
.graGreen {
	padding: 10px 17px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #55a51c;
	background: -moz-linear-gradient(-30deg, #55a51c 0, #55a51c 50%, #479e0a 50%, #479e0a 100%);
	background: -webkit-linear-gradient(-30deg, #55a51c 0, #55a51c 50%, #479e0a 50%, #479e0a 100%);
	background: linear-gradient(150deg, #55a51c 0, #55a51c 50%, #479e0a 50%, #479e0a 100%);
	overflow: hidden
}
.graGreen,
.graGreenW,
.graOrangeW {
	color: #fff !important
}
.graGreenW {
	padding: 10px 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #318300;
	background: -moz-linear-gradient(top, #579a00 0, #579a00 50%, #318300 51%, #318300 100%);
	background: -webkit-linear-gradient(top, #579a00 0, #579a00 50%, #318300 51%, #318300 100%);
	background: linear-gradient(to bottom, #579a00 0, #579a00 50%, #318300 51%, #318300 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#579a00', endColorstr='#318300', GradientType=0)
}
.graOrangeW {
	padding: 10px 17px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ff8600;
	background: -moz-linear-gradient(top, #ff9500 0, #ff9500 50%, #ff8600 51%, #ff8600 100%);
	background: -webkit-linear-gradient(top, #ff9500 0, #ff9500 50%, #ff8600 51%, #ff8600 100%);
	background: linear-gradient(to bottom, #ff9500 0, #ff9500 50%, #ff8600 51%, #ff8600 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9500', endColorstr='#ff8600', GradientType=0)
}
.bgGray {
	padding: 8px 10px;
	background-color: #f8f8f6;
	border: solid 1px #e6e6e6;
	font-weight: normal;
	font-size: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.btnWrap {
	margin-bottom: 35px;
	padding: 2% 1.5% 0;
	background-color: #ededed
}
.btnWrap li {
	width: 48%;
	margin: 0 1% 2%;
	float: left
}
.btnWrap li a {
	display: block
}
.mail {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 25px
}
.infoWrap {
	background-color: #f3f3f3;
	margin: 0 0 50px;
	padding: 8px 20px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.infoWrap .titDisc {
	margin-bottom: 0;
	color: #54a503;
	border-bottom: 1px solid #dcdcdc;
	background-position: left center
}
.infoWrap .infoIn {
	max-width: 1020px;
	margin: 0 auto
}
.infoWrap .infoIn ul {
	padding: 10px 0 0
}
.infoWrap .infoIn ul li {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.infoWrap .infoIn ul li.lastChild,
.infoWrap .infoIn ul li:last-child {
	margin-right: 0;
}
.infoWrap .infoIn ul li.btn a {
	display: block;
	color: #343434
}
.infoWrap .infoIn ul li.btn a > div {
	width: 276px;
	padding-left: 0;
	display: table-cell;
	vertical-align: middle
}
.infoWrap .infoIn ul li a .img {
	float: left;
	width: 20%
}
.infoWrap .infoIn ul li a .txt {
	float: right;
	width: 78%
}
.infoWrap .infoIn ul li a .txt .tit {
	font-weight: bold;
	margin: 0 0 5px
}
.infoWrap .infoIn ul li a p {
	font-size: 12px;
	font-weight: normal;
}
.infoWrap .btn .tit span {
	font-weight: normal;
}
body.en .infoWrap .infoIn ul li a p {
	line-height: 1.2;
}
.flexBox {
	margin-bottom: 35px;
	display: block;
	min-height: 1%
}
.flexBox:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
* html .flexBox {
	height: 1%
}
.flexBox .btn a {
	color: #343434;
	width: 100%
}
.flexBox .imgC,
.flexBox .imgL,
.flexBox .imgR {
	text-align: center;
}
.flexBox .imgC,
.flexBox .imgL,
.flexBox .txtC,
.flexBox .txtL {
	float: left
}
.flexBox .imgC,
.flexBox .txtC {
	margin-right: 2%;
	margin-left: 2%
}
.flexBox .imgR,
.flexBox .txtR {
	float: right
}
.flexBox .btn a .arwRg3 {
	padding-left: 0
}

/* サイドメニュー
------------------------------------------------------ */
#sub .subTit .nolink,
#sub .subTit a {
	padding: 20px 13px 15px 15px;
	color: #fff;
	background-image: url("../img/sub/bg_subtit.png");
	background-repeat: repeat;
	background-position: top left;
	border-bottom: solid 4px #55a503;
	font-size: 15px;
	font-weight: bold;
	display: block;
	text-decoration: none
}
#sub .subTit a:hover {
	text-decoration: underline
}
#sub .subTit .nolink span,
#sub .subTit a span {
	padding-right: 10px;
	background-image: url("../img/sub/icon_subtit.png");
	background-repeat: no-repeat;
	background-position: center right;
	display: block
}
#sub .subTit .nolink span {
	background-image: none
}
#sub .subNav {
	margin-bottom: 20px;
	border-right: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	border-left: solid 1px #d2d2d2
}
#sub .subNav li {
	border-top: solid 1px #d2d2d2
}
#sub .subNav li a {
	padding: 15px 8px 15px 15px;
	background-color: #fff;
	display: block;
	text-decoration: none;
	color: #343434
}
#sub .subNav li a:hover {
	text-decoration: underline
}
#sub .subNav li a.active {
	background-color: #f4faab
}
#sub .subNav li a span {
	padding-right: 20px;
	background-image: url("../img/sub/icon_subnav.png");
	background-repeat: no-repeat;
	background-position: center right;
	display: block;
	line-height: 1.3;
}
#sub .subNav ul li a {
	padding-right: 12px;
	background-color: #f8f6f6;
	color: #499916
}
#sub .subNav ul li a span {
	background-image: url("../img/sub/icon_subnav_child.png")
}
#sub .subBnr {
	margin-bottom: 20px
}
#sub .subBnr li {
	margin-bottom: 10px
}
#sub .subBnr li a {
	border: solid 4px #eee;
	display: block
}
#sub .subBnr li a:hover {
	border-color: #ddd
}

/* 個別ページ
------------------------------------------------------ */
.mb {
	margin-bottom: 35px;
}
.contact.index .numArea {
	border: 1px solid #d2d2d2;
	margin: 0 0 10px;
	padding: 15px;
	text-align: center;
}
.contact.index .numArea .subArea,
.contact.index .txtR p {
	line-height: 1.3;
}
.contact.index .area01 {
	margin: 0 0 20px;
}
.contact.index .area01 .mainArea {
	margin: 0 0 5px;
}
.contact.index .area01 .mainArea .tel-link {
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	background-image: url(../img/icon/icon_navidial.png);
	background-size: 45px auto;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 50px;
}
.contact.index .area01 .mainArea .subTxt {
	font-size: 16px;
	margin-left: 10px;
}
body.en .contact.index .area01 .mainArea span {
	line-height: 1;
}
.contact.index .area01 .subArea span {
	font-weight: bold;
}
.contact.index .area02 .mainArea div:first-child span {
	background-image: url(../img/icon/icon_freedial.png);
	background-size: 41px auto;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 52px;
}
.contact.index .area02 .mainArea div .icoFax {
	font-weight: bold;
	font-size: 18px;
	margin: 0 16px 0 0;
}
.contact.index .area02 .mainArea div .tel-link {
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}
body.en .contact.index .area02 .mainArea div .tel-link {
	line-height: 1;
}
.service.checkin.qsu .merritt {
    text-align: center
}
.service.checkin.qsu .merritt li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30%;
    border: 1px solid #e4e3df;
    position: relative;
    margin: 0 3% 4% 0;
    padding: 10px 5px;
    text-align: center;
    vertical-align: top;
    min-height: 200px;
}
.service.checkin.qsu .merritt li:before {
    content: '';
    background-repeat: no-repeat;
    background-size: 78px 78px;
    background-position: left top;
    width: 78px;
    height: 78px;
    position: absolute;
    top: 0;
    left: 0
}
/* .en.service.checkin.qsu .merritt li.merritt01:before {
    background-image: url("../../en/service/checkin/img/img_tag_01.png")
}
.en.service.checkin.qsu .merritt li.merritt02:before {
    background-image: url("../../en/service/checkin/img/img_tag_02.png")
}
.en.service.checkin.qsu .merritt li.merritt03:before {
    background-image: url("../../en/service/checkin/img/img_tag_03.png")
}
.en.service.checkin.qsu .merritt li.merritt04:before {
    background-image: url("../../en/service/checkin/img/img_tag_04.png")
}
.en.service.checkin.qsu .merritt li.merritt05:before {
    background-image: url("../../en/service/checkin/img/img_tag_05.png")
}
.en.service.checkin.qsu .merritt li.merritt06:before {
    background-image: url("../../en/service/checkin/img/img_tag_06.png")
}
.cn.service.checkin.qsu .merritt li.merritt01:before {
    background-image: url("../../cn/service/checkin/img/img_tag_01.png")
}
.cn.service.checkin.qsu .merritt li.merritt02:before {
    background-image: url("../../cn/service/checkin/img/img_tag_02.png")
}
.cn.service.checkin.qsu .merritt li.merritt03:before {
    background-image: url("../../cn/service/checkin/img/img_tag_03.png")
}
.cn.service.checkin.qsu .merritt li.merritt04:before {
    background-image: url("../../cn/service/checkin/img/img_tag_04.png")
}
.cn.service.checkin.qsu .merritt li.merritt05:before {
    background-image: url("../../cn/service/checkin/img/img_tag_05.png")
}
.cn.service.checkin.qsu .merritt li.merritt06:before {
    background-image: url("../../cn/service/checkin/img/img_tag_06.png")
}
.kr.service.checkin.qsu .merritt li.merritt01:before {
    background-image: url("../../kr/service/checkin/img/img_tag_01.png")
}
.kr.service.checkin.qsu .merritt li.merritt02:before {
    background-image: url("../../kr/service/checkin/img/img_tag_02.png")
}
.kr.service.checkin.qsu .merritt li.merritt03:before {
    background-image: url("../../kr/service/checkin/img/img_tag_03.png")
}
.kr.service.checkin.qsu .merritt li.merritt04:before {
    background-image: url("../../kr/service/checkin/img/img_tag_04.png")
}
.kr.service.checkin.qsu .merritt li.merritt05:before {
    background-image: url("../../kr/service/checkin/img/img_tag_05.png")
}
.kr.service.checkin.qsu .merritt li.merritt06:before {
    background-image: url("../../kr/service/checkin/img/img_tag_06.png")
}
.tw.service.checkin.qsu .merritt li.merritt01:before {
    background-image: url("../../tw/service/checkin/img/img_tag_01.png")
}
.tw.service.checkin.qsu .merritt li.merritt02:before {
    background-image: url("../../tw/service/checkin/img/img_tag_02.png")
}
.tw.service.checkin.qsu .merritt li.merritt03:before {
    background-image: url("../../tw/service/checkin/img/img_tag_03.png")
}
.tw.service.checkin.qsu .merritt li.merritt04:before {
    background-image: url("../../tw/service/checkin/img/img_tag_04.png")
}
.tw.service.checkin.qsu .merritt li.merritt05:before {
    background-image: url("../../tw/service/checkin/img/img_tag_05.png")
}
.tw.service.checkin.qsu .merritt li.merritt06:before {
    background-image: url("../../tw/service/checkin/img/img_tag_06.png")
} */
.service.checkin.qsu .merritt li.merritt06 .service.checkin.qsu .merrittTit span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px
}
.service.checkin.qsu .merritt .wrapIn span {
	display: block;
}
.service.checkin.qsu .merritt li .service.checkin.qsu .merrittNum {
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 78px;
    background-position: bottom left, bottom right, top right, top left;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff
}
.service.checkin.qsu .merritt li .service.checkin.qsu .merrittNum .txt {
    font-size: 10px;
    position: absolute;
    top: 4px;
    left: 6px
}
.service.checkin.qsu .merritt li .service.checkin.qsu .merrittNum .num {
    font-size: 24px;
    position: absolute;
    top: 14px;
    left: 19px
}
.service.checkin.qsu .merritt li .service.checkin.qsu .merrittImg {
    margin: 0 0 10px;
    display: block;
    text-align: center
}
.service.checkin.qsu .merritt li .service.checkin.qsu .merrittTit {
    display: block;
    font-size: 16px
}
.service.checkin.qsu .merritt li .service.checkin.qsu .merrittTxt {
    display: block
}
.service.checkin.qsu .merritt li .service.checkin.qsu .merrittNotice {
    display: block;
    font-size: 10px
}

@media screen and (min-width: 601px) {
	p {
		font-size: 14px;
	}
	table p {
		font-size: 14px;
	}
	#contentsIn {
		padding-top: 60px
	}
	.spOnly {
		display: none !important
	}
	.pcBlock {
		display: block
	}
	.linkBlock .list {
		display: block !important
	}
	.contact.index .numFax {
		font-size: 24px;
		font-weight: bold;
	}
	.en .tbBuy ul li:before {
		top: 2px;
	}
}
@media screen and (max-width: 600px) {
	p {
		font-size: 13px!important;
	}
	.pcOnly {
		display: none !important
	}
	.listDot>li {
		margin: 0 0 3px;
		padding-left: 1em;
		background: url("../img/icon/icon_dot.gif") 4px 1px no-repeat
	}

	/* ヘッダー
	------------------------------------------------------ */
	#header .btnLog {
		position: absolute;
		top: 12px;
		right: 74px
	}
	#header .btnLog a {
		display: inline-block;
		padding: 5px 10px;
		-moz-box-shadow: 0 4px 4px #d1d1d1;
		-webkit-box-shadow: 0 4px 4px #d1d1d1;
		box-shadow: 0 4px 4px #d1d1d1
	}
	#header .btnLog a:hover {
		text-decoration: none
	}
	#header .btnLog a span {
		font-size: 11px;
		color: #397900;
		font-weight: bold;
		padding: 0 0 0 20px
	}

	/* パンくず
	------------------------------------------------------ */
	#pnkz {
		width: auto;
		overflow: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch
	}
	#pnkz::-webkit-scrollbar {
		display: none
	}
	#pnkz ul li {
		background-image: url("../img/icon/icon_pnkz@2x.png");
		background-size: 5px 6px
	}
	#pnkz ul li#home a {
		padding-left: 20px;
		background-image: url("../img/icon/icon_home@2x.png");
		background-size: 13px 11px;
		background-position: left 10px
	}
	#pnkz ul li a,
	#pnkz ul li span {
		padding-left: 15px
	}
	.mobile_ntt_multi #pnkz ul li:nth-child(4) span,
	.mobile_sb_mimamori #pnkz ul li:nth-child(4) span {
		width: auto
	}

	/* コンテンツ・見出し
	------------------------------------------------------ */
	#mainwrap {
		width: auto;
		margin-top: 10px;
		padding: 0 !important
	}
	#contents #contentsIn {
		padding: 0
	}
	#mainwrap #main,
	#mainwrap #sub {
		width: 100%;
		float: none
	}
	#mainwrap #sub {
		position: static
	}
	#mainwrap .cx {
		margin-right: 10px;
		margin-left: 10px
	}
	.mainTitW {
		width: auto;
		text-align: left;
		background: #8eb51a;
		background: -moz-linear-gradient(top, #93bb1b 0, #93bb1b 50%, #8eb51a 51%, #8eb51a 100%);
		background: -webkit-linear-gradient(top, #93bb1b 0, #93bb1b 50%, #8eb51a 51%, #8eb51a 100%);
		background: linear-gradient(to bottom, #93bb1b 0, #93bb1b 50%, #8eb51a 51%, #8eb51a 100%);
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#93bb1b', endColorstr='#8eb51a', GradientType=0)
	}
	.mainTitW #titIndex {
		padding: 15px 10px;
		background-image: url("../img/tit/bg_h1@2x.png");
		background-repeat: repeat;
		background-size: 5px 5px
	}
	.mainTitW #titIndex span.wrap {
		padding: 0;
		background: 0
	}
	.mainTitW #titIndex span.mainTit {
		font-size: 15px
	}
	.mainTitW #titIndex span.subTit {
		display: none
	}
	.titLineL .outer {
		font-size: 15px;
		background-size: 5px 5px
	}
	.titLineL .inner {
		padding: 12px;
		background: 0
	}
	.titLineB {
		padding: 0 10px 10px;
		font-size: 14px
	}
	.titGreen {
		font-size: 14px;
		padding: 10px;
		background-size: 8px 8px
	}
	.titDisc {
		font-size: 14px;
		margin: 0 0 10px 10px;
		background-image: url("../img/tit/bg_h5@2x.png");
		background-position: left center;
		background-size: 15px auto
	}

	/* パーツ
	------------------------------------------------------ */
	.mb {
		margin-bottom: 25px
	}
	.tb.listItem {
		border-top: 1px solid #e3e3e3
	}
	.tb.listItem tr {
		display: block
	}
	.tb.tb200 tbody th {
		min-width: auto
	}
	.listItem td,
	.listItem th {
		display: list-item;
		width: 100% !important;
		list-style-type: none;
		border-width: 0 1px 1px;
		padding: 10px;
	}
	.tb.listItem td.lastChild {
		border-bottom: 1px solid #e3e3e3
	}
	table.tb.tbPrice thead {
		display: none
	}
	table.tb.tbPrice td,
	table.tb.tbPrice th {
		width: 100% !important
	}
	table.tb.tbPrice tr {
		margin: 0 0 20px
	}
	table.tb.tbPrice tbody th a .arrow {
		padding-right: 20px;
		background: url("../img/icon/icon_arw_rw@2x.png") no-repeat scroll right center;
		background-size: 12px 19px;
		display: block;
		color: #fff !important
	}
	table.tb.tbPrice tbody th a {
		text-decoration: none
	}
	table.tb.tbPrice th {
		background: url("../img/tit/bg_h1.png");
		border: 0
	}
	table.tb.tbPrice tbody td {
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #e3e3e3
	}
	table.tb.tbPrice tbody td.txt {
		border-width: 0 1px;
		border-style: solid;
		border-color: #e3e3e3;
		padding: 15px 15px 0
	}
	table.tb.tbPrice .new {
		display: inline-block;
		margin-right: 5px
	}
	.tb .tbSubTit {
		background-color: #eeeee7
	}
	.scroll {
		margin-bottom: 35px;
		overflow: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch
	}
	.scroll:before {
		content: "横にスライドしてご確認ください";
		margin-bottom: 5px;
		padding: 5px 8px;
		background-color: #ddd;
		color: #333;
		display: inline-block;
		text-align: center;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px
	}
	.scroll::-webkit-scrollbar {
		height: 5px
	}
	.scroll::-webkit-scrollbar-track {
		background: #f1f1f1
	}
	.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc
	}
	.scroll .tb {
		margin-bottom: 0
	}
	.twoColumns .column {
		float: none;
		width: 100%
	}
	.twoColumns .wrap {
		padding: 10px
	}
	.threeColumns .column {
		float: none !important;
		width: 100% !important;
		margin: 0 0 10px !important;
		display: block
	}
	.threeColumns .column a .tit {
		background-image: url("../img/tit/bg_h1.png");
		background-size: 5px 5px
	}
	.threeColumns .column a .tit span,
	.twoColumns .column a .tit span {
		background-image: url("../img/icon/icon_arw_rw@2x.png");
		background-size: 12px 19px
	}
	.threeColumns .column .wrap {
		text-align: center
	}
	.threeColumns .column .wrap .txt {
		text-align: left
	}
	#main .blank {
		background-image: url("../img/icon/icon_blank@2x.png");
		background-size: 11px 9px;
		background-position: right center
	}
	#main .pdf {
		background-image: url("../img/icon/icon_pdf@2x.png");
		background-size: 11px 13px;
		background-position: right center
	}
	#main .etc {
		background-image: url("../img/icon/icon_etc@2x.png");
		background-size: 11px 13px;
		background-position: right center
	}
	.list,
	.listDot,
	ol.decimal {
		margin-bottom: 20px
	}
	.list li {
		background-image: url("../img/icon/icon_arw_rg2@2x.png");
		background-size: 6px 10px
	}
	.listGuide,
	.listWrap {
		padding: 10px
	}
	.listGuide .list li,
	.listWrap .list li {
		width: 100%;
		background: 0;
		float: none
	}
	.listWrap .list li a {
		background-image: url("../img/icon/icon_arw_rg3@2x.png");
		background-size: 8px 12px
	}
	.listGuide .list li a {
		background-image: url("../img/icon/icon_arw_rg2@2x.png");
		background-size: 7px auto;
		display: block
	}
	.listGuide .list li a span {
		background-image: url("../img/icon/icon_guide@2x.png");
		background-size: 18px 15px
	}
	.listNews li a .tit {
		margin-top: 5px
	}
	#mainwrap #main a.listImgR .fltR img {
		padding: 0 !important
	}
	.listImgL .column .tit,
	.listImgNo li a,
	.listImgR a {
		background-image: url("../img/icon/icon_arw_rg1@2x.png");
		background-size: 12px 19px
	}
	.listNews li a .outer {
		background-image: url("../img/icon/icon_arw_rg2@2x.png");
		background-size: 8px 13px
	}
	.listImgR a {
		padding-right: 15px
	}
	.listImgR .fltL {
		width: 80%
	}
	.listImgR .fltR {
		width: 18%
	}
	#main ul li .look {
		width: 38px
	}
	.listDotG li:before {
		margin-top: 0.25em;
	}
	.btn a .circleR {
		padding: 2px 30px
	}
	.btn a .arwRg1s {
		background-image: url("../img/icon/icon_arw_rg1@2x.png");
		background-size: 10px 16px
	}
	.btn a .arwRg3 {
		background-image: url("../img/icon/icon_arw_rg3@2x.png");
		background-size: 8px 13px
	}
	.btn a .arwRw {
		background-image: url("../img/icon/icon_arw_rw@2x.png");
		background-size: 9px 14px
	}
	.btn a .arwRws {
		background-image: url("../img/icon/icon_arw_rw@2x.png");
		background-size: 6px 10px
	}
	.btn a .arwBws {
		background-image: url("../img/icon/icon_arw_bw@2x.png");
		background-size: 10px 6px
	}
	.btn a.lineTwo {
		padding-top: 10px;
		padding-bottom: 10px
	}
	.graSilver {
		padding: 10px;
		font-size: 14px
	}
	.btnWrap li {
		width: 100% !important;
		margin: 0 0 2%;
		float: none
	}
	.infoWrap {
		margin: 0;
		padding: 15px 10px 10px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.infoWrap li {
		float: none!important;
		width: 100%!important;
	}
	.infoWrap .titDisc {
		margin: 0
	}
	.infoWrap .infoIn ul {
		padding: 0;
	}
	.infoWrap .infoIn ul li {
		width: 100%;
		margin: 0 0 2%;
		float: none
	}
	.infoWrap .infoIn ul li.btn a > div {
		width: auto;
		display: block
	}
	.icoDotB li:before {
		top: 4px;
	}
	.flexBox {
		width: 100% !important;
		margin-bottom: 20px
	}
	.flexBox .imgC,
	.flexBox .imgL,
	.flexBox .imgR {
		margin-bottom: 15px;
		text-align: center
	}
	.flexBox .imgC,
	.flexBox .imgL,
	.flexBox .imgR,
	.flexBox .txtC,
	.flexBox .txtL,
	.flexBox .txtR {
		width: 100% !important;
		float: none
	}
	.flexBox .imgC,
	.flexBox .txtC {
		margin-right: 0;
		margin-left: 0
	}

	/* サイドメニュー
	------------------------------------------------------ */
	#sub .subTit a span {
		background-image: url("../img/sub/icon_subtit@2x.png");
		background-size: 9px 16px
	}
	#sub .subNav {
		margin-bottom: 0;
		border: 0
	}
	#sub .subNav li a span {
		background-image: url("../img/sub/icon_subnav@2x.png");
		background-size: 14px 14px
	}
	#sub .subNav ul li a span {
		background-image: url("../img/sub/icon_subnav_child@2x.png");
		background-size: 7px 12px
	}

	/* 個別ページ
	------------------------------------------------------ */
	#errMes {
		text-align: left;
		margin: 20px 0 30px
	}
	.contact.index .numArea {
		border: none;
		padding: 0;
	}
	.contact.index .area01 .mainArea {
		margin-bottom: 20px;
	}
	.contact.index .area01 .mainArea .tel-link,
	.contact.index .area01 .subArea .tel-link,
	.contact.index .area02 .mainArea .tel-link,
	.contact.index .area02 .subArea .tel-link,
	.contact.index .area02 .mainArea div:first-child span {
		margin: 0 0 20px;
		padding: 10px 11px;
		border: 1px solid #d9d9d9;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #f4f4f4;
		background: -moz-linear-gradient(top, #fff 0, #fff 50%, #f4f4f4 51%, #f4f4f4 100%);
		background: -webkit-linear-gradient(top, #fff 0, #fff 50%, #f4f4f4 51%, #f4f4f4 100%);
		background: linear-gradient(to bottom, #fff 0, #fff 50%, #f4f4f4 51%, #f4f4f4 100%);
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
		display: block;
		*display: inline;
		*zoom: 1;
		color: #454545;
	}
	.contact.index .area01 .mainArea .tel-link {
		margin: 0;
		font-size: 20px!important;
	}
	.contact.index .area02 .mainArea .tel-link {
		margin: 0 0 10px!important;
	}
	.contact.index .subTxt {
		font-size: 16px!important;
		display: block;
		text-align: center;
		margin: 5px 0 0!important;
	}
	.contact.index .area01 .subArea {
		text-align: left;
	}
	.contact.index .area01 .subArea .tel-link,
	.contact.index .area02 .mainArea div span,
	.contact.index .area02 .subArea .tel-link {
		font-size: 20px!important;
		margin: 0;
		font-weight: bold;
		text-align: center;
	}
	body.en .contact.index .area01 .subArea .tel-link,
	body.en .contact.index .area02 .mainArea div span,
	body.en .contact.index .area02 .subArea .tel-link {
		line-height: 1!important;
	}
	.contact.index .area02 .subArea {
		text-align: left;
	}
	body.en .contact.index .area02 .subArea {
		line-height: 1.2;
	}
	.contact.index .area02 .mainArea div:last-child {
		margin: 0 0 20px;
	}
	.contact.index .area02 .mainArea div:last-child span {
		font-size: 14px!important;
	}
	.contact.index .subArea .tel-link {
		margin-top: 5px!important;
	}
	.contact.index .mainArea a,
	.contact.index .subArea a {
		text-decoration: none;
	}

	.service.checkin.qsu .merritt li {
        float: none !important;
        width: 100% !important;
        margin: 0 0 10px !important
    }
    .service.checkin.qsu .merritt li:before {
        width: 77px;
        height: 77px;
        background-size: 77px 77px
    }
    .service.airport.page .imgMain {
    	padding: 0 10px;
    }
}
@media print {
	.spOnly {
		display: none
	}
}

/* ------------------------------------------------------
	空席照会モジュール
------------------------------------------------------ */
#mainwrap .p-search {
	margin-bottom: 50px;
	padding: 20px 80px 100px;
	position: relative;
}
#mainwrap .p-search-inner {
	max-width: 820px;
	min-width: 800px;
}
#mainwrap .p-search-airport {
	width: 294px;
}
#mainwrap .p-search-btn-wrapper {
	width: 320px;
	height: 60px;
	margin-left: -160px;
	position: absolute;
	bottom: 20px;
	left: 50%;
}
@media screen and (max-width: 600px) {
	#mainwrap .p-search {
	    margin: 0 0 30px;
	    padding: 30px 20px;
	}
}
/* ------------------------------------------------------
	空港案内
------------------------------------------------------ */
@media screen and (max-width: 600px) {
	.service.airport .infoWrap .infoIn ul {
	    padding: 10px 0 0;
	}
}