@charset "utf-8";
/*------------------------------------------------------------
デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: underline;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
body {
	min-width: 1140px;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}


#main {
	/* margin-bottom: 153px; */
	overflow: hidden;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 768px) {
	#gNavi {
		display: block !important;
	}
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 27px 0 0;
	position: relative;
}

#gHeader .hBox {
	margin: 0 auto;
	max-width: 1098px;
}

#gHeader .hBox h1 {
	margin-top: 24px;
	float: left;
}

#gHeader .hBox .rightBox {
	width: 760px;
	float: right;
	box-sizing: border-box;
}

#gHeader .hBox .telBox {
	padding-left: 121px;
	width: 669px;
	float: left;
	box-sizing: border-box;
}

#gHeader .hBox .telBox .tel {
	float: left;
}

#gHeader .hBox .telBox p {
	width: 266px;
	font-size: 12px;
	line-height: 1.35;
	letter-spacing: 0.8px;
	float: right;
}

#gHeader .hBox .telBox p span {
	color: #ff0000;
	display: block;
}

#gHeader .hBox .shop {
	margin-top: -4px;
	float: right;
}

#gHeader .hBox .shop a:hover {
	opacity: 0.7;
}

#gHeader .hBox .topBox  {
	margin-bottom: 10px;/*-23px--*/
	padding-right: 14px;
}
/*------------------------------------------------------------
gNavi
------------------------------------------------------------*/
#gNavi .naviUl > li {
	margin-right: 47px;
	float: left;
}

#gNavi .naviUl > li:first-child {
	margin-right: 40px;
}

#gNavi .naviUl > li:nth-child(2) {
	margin-right: 50px;
}

#gNavi .naviUl > li:nth-child(3) {
	margin-right: 42px;
}

#gNavi .naviUl > li:last-child {
	margin-right: 0;
}

#gNavi .naviUl > li > a {
	padding-bottom: 24px;
	font-size: 14px;
	display: block;
	font-weight: bold;
}

#gNavi .naviUl > li a:hover,
#gNavi .naviUl > li a:hover span {
	color: #2A5EB1;
}

#gNavi .naviUl > li .on,
#gNavi .naviUl > li .on span {
	color: #2A5EB1;
}

#gNavi .naviUl > li .on {
	position: relative;
}

#gNavi .naviUl > li .on:before {
	width: 17px;
	height: 9px;
	position: absolute;
	bottom: 0;
	left: 47%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: url(/cpx/img/common/arrow.png) no-repeat left top;
	content: "";
	z-index: 20;
}

#gNavi .naviUl > li a span {
	margin-top: 2px;
	color: #8f8f8f;
	font-size: 11px;
	letter-spacing: 1.5px;
	text-align: center;
	display: block;
	font-weight: normal;
}

#gNavi .naviUl > li:first-child a {
	letter-spacing: 1.5px;
}

#gNavi .innerBox {
	padding: 59px 0 65px;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 20;
	display: none;
	background: rgba(45,45,45,0.95);
}

#gNavi .innerBox h2 {
	float: left;
}

#gNavi .innerBox .rightBox {
	width: 834px;
	float: right;
}

#gNavi .innerBox .rightBox h3 {
	margin-bottom: 18px;
	padding: 0 8px 17px 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	border-bottom: 1px solid #fff;
	letter-spacing: 1.3px;
}

#gNavi .innerBox .subBox {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #4f4f4f;
}

#gNavi .innerBox .innerUl {
	margin: -15px 0 0 -1px;
	max-width: 624px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#gNavi .innerBox .innerUl li {
	margin-top: 15px;
	width: 200px;
	margin-right: 8px !important;
	/* float: left; */
}

#gNavi .innerBox .innerUl li:nth-child(3n) {
	margin-right: 0;
}

#gNavi .innerBox .innerUl li a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: table;
	background: url(/cpx/img/common/icon04.png) no-repeat right 12px center;
}

#gNavi .innerBox .innerUl li a:hover,
#gNavi .innerBox .innerUl li a:hover span {
	opacity: 1;
	color: #fff;
	text-decoration: underline;
}

#gNavi .innerBox .innerUl li span {
	padding-top: 2px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

#gNavi .innerBox .innerUl li .image {
	padding: 0 15px 0 0;
	width: 54px;
}

#gNavi .innerBox .linkUl {
	margin: 35px 0 0 -1px;
}

#gNavi .innerBox .linkUl li {
	margin-right: 20px;
	float: left;
	background-color: #fff;
}

#gNavi .innerBox .linkUl li a:hover {
	opacity: 0.7;
}

#gNavi .innerBox .linkUl li:last-child {
	margin-right: 0;
}
/*------------------------------------------------------------
conts
------------------------------------------------------------*/
#conts {
	width: 776px;
	float: right;
}
/*------------------------------------------------------------
sideBar
------------------------------------------------------------*/
#sideBar {
	width: 264px;
	float: left;
	margin-right: 25px;
}

#sideBar .banner {
	margin-bottom: 40px;
}

#sideBar .banner a:hover {
	opacity: 0.7;
}

#sideBar .shopBox {
	margin-bottom: 54px;
	padding: 40px 42px 50px;
	font-size: 12.5px;
	background-color: #f5f6fb;
}

#sideBar .shopBox .title {
	margin-bottom: 22px;
	text-align: center;
}

#sideBar .shopBox .shopUl {
	margin-bottom: 23px;
}

#sideBar .shopBox .shopUl li {
	padding: 8px 13px 5px 10px;
	margin-bottom: 3px;
	color: #676767;
	font-size: 12.5px;
	line-height: 1;
	background-color: #fff;
}

#sideBar .shopBox .shopUl li:last-child {
	margin-bottom: 0;
}

#sideBar .shopBox .shopUl li span {
	float: left;
}

#sideBar .shopBox .shopUl li .num {
	width: 90px;
	float: right;
	text-align: right;
}

#sideBar .shopBox .shopUl .price .num {
	color: #c60000;
}

#sideBar .shopBox .comLink {
	margin: 0;
	width: auto;
}

#sideBar .shopBox .comLink a {
	padding: 15px 33px 12px 8px;
	letter-spacing: 1px;
	font-size: 12.5px;
	background: url(/cpx/img/common/icon01.png) no-repeat right 17px center;
}

#sideBar .sideTitle {
	padding-bottom: 15px;
	font-size: 18px;
	letter-spacing: 1.5px;
	border-bottom: 1px solid #000;
}

#sideBar .sideTitle02 {
	margin-bottom: 5px;
}

#sideBar .sNavi {
	margin-bottom: 47px;
}

#sideBar .sNavi:last-child {
	margin-bottom: 0;
}

#sideBar .sNavi li  {
	border-bottom: 1px solid #f0f0f0;
}

#sideBar .sNavi li a {
	padding: 8px 18px 6px 0;
	width: 100%;
	font-size: 14px;
	display: table;
	box-sizing: border-box;
	background: url(/cpx/img/common/icon02.png) no-repeat right 11px center;
}

#sideBar .sNavi li a:hover {
	text-decoration: underline;
}

#sideBar .sNavi li a span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 0.8px;
}

#sideBar .sNavi li a .image {
	padding-right: 13px;
	width: 34px;
}

#sideBar .sNavi02 li a {
	padding: 13px 18px 13px 3px;
}


#sideBar .search_box {
	margin-bottom: 24px;
	padding: 6px 15px 4px;
	position: relative;
	background-color: #F1F2F6;
	border-radius: 25px;
}

#sideBar .search_box input[type="text"] {
	padding: 0;
	width: 100%;
	height: 30px;
	color: #8085A2;
	font-size: 15px;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	background: none;
}

#sideBar .search_box input[type="submit"] {
	padding: 0;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 15px;
	top: 8px;
	border: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background: url(../img/common/icon06.png) no-repeat right center;
	background-size: 18px auto;
}



/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#gFooter {
	padding: 35px 0 39px;
	text-align: center;
	background-color: #000000;
}

#gFooter p {
	color: #fff;
	font-size: 11px;
	letter-spacing: 2px;
}
/*------------------------------------------------------------
書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.comBox {
	margin: 0 auto;
	max-width: 1100px;
}

.content {
	margin: 0 auto;
	padding-left: 1px;
	max-width: 1102px;
	box-sizing: border-box;
}

.comLink {
	margin: 49px 0 0 -3px;
	width: 437px;
	box-sizing: border-box;
	border: 1px solid #aeaeae;
}

.comLink a {
	padding: 26px 51px 20px 5px;
	font-size: 16.6px;
	line-height: 1;
	text-align: center;
	letter-spacing: 2px;
	display: block;
	background: url(/cpx/img/common/icon03.png) no-repeat right 39px center;
}

.comLink a:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
トップページ
------------------------------------------------------------*/
#main .mainImg {
	margin-bottom: 32px;
	padding-top: 16px;
	background-color: #f5fbf8;
	padding-bottom: 16px;
}

#main .mainImg .lableTxt {
	width: 595px;
	float: right;
	color: #fff;
}

#main .mainImg .lableTxt .ttl {
	margin-right: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
}

#main .mainImg .lableTxt span {
	margin-right: 14px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

#main .mainImg .lableTxt span:last-child {
	margin-right: 0;
}

#main .mainImg .lableTxt a {
	padding: 6px 21px 5px;
	color: #8f8f8f;
	border-radius: 30px;
	border: 1px solid #aeaeae;
	display: inline-block;
	line-height: 1;
}

#main .mainImg .lableTxt a:hover {
	text-decoration: underline;
}

#main .mainImg .lableTxt span:nth-child(2) a {
	letter-spacing: 1px;
}

#main .mainImg .imageBox {
	margin-top: 15px;
	height: auto;
	/*	background: url(/cpx/img/index/main_img_bg.jpg) no-repeat center center; */
	background-size: cover;
	position: relative;
}

#main .mainImg .imageBox .comBox {
	padding-top: 0;
	max-width: 100%;
	width: 100%;
}

#main .mainImg .comBox{
	max-width: 1120px;
	/* position: relative; */
}

#main .mainImg .imageBox .textImg {
	position: absolute;
	top: 18px;
	left: -32px;
}

#main .mainImg .imageBox .textBox {
	margin-left: 73px;
	width: 520px;
	text-align: center;
}

#main .mainImg .imageBox .textBox p {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 2px;
}

#main .mainImg .imageBox .textBox h2 {
	margin: 0 6px 37px 0;
}

#main .bannerBox {
	margin: 0 auto 40px;
	width: 735px;
}

#main .bannerBox a:hover {
	opacity: 0.7;
}

/* .slick-list {
padding: 0 0 0 15% !important;
} */

#main .slickBox {
	/* margin-bottom: 63px; */
	/* padding: 38px 0; */
	min-height: 347px;
	box-sizing: border-box;
	/* background: url(/cpx/img/index/slick_bg01.gif) no-repeat center top, url(/cpx/img/index/slick_bg01.gif) no-repeat center bottom,url(/cpx/img/index/slick_bg02.gif) repeat-y center top; */
}

#main .slickBox .imageBox {
	/* padding: 35px 0; */
	position: relative;
	background-color: #f5f6fb;
}

#main .slickBox .imageBox .imageUl li {
	margin-right: 18px;
}

#main .slickBox .imageBox .arrowUl {
	width: 1128px;
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#main .slickBox .imageBox .arrowUl .prev {
	float: left;
}

#main .slickBox .imageBox .arrowUl .next {
	float: right;
}

#main .slickBox .imageBox .arrowUl li {
	cursor: pointer;
}

#main .slickBox .imageBox .arrowUl li:hover {
	opacity: 0.7;
}

#main .slickBox button.slick-arrow {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -40px;
	width: 64px;
	height: 64px;
	font-size: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	border: none;
}
#main .slickBox button.slick-prev{
	right: 85px;
}
#main .slickBox button.slick-arrow:after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	content: '';
	border: 0 solid #fff;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
#main .slickBox button.slick-prev:after{
	margin-left: -4px;
	border-width: 1px 1px 0 0;
}
#main .slickBox button.slick-next {
	left: 85px;
}
#main .slickBox button.slick-next:after{
	margin-left: 4px;
	border-width: 0 0 1px 1px;
}

#conts .iframe_wrap {
	text-align: center;
}

#main .newsBox {
	margin-bottom: 65px;
}

#main .newsBox h2 {
	float: left;
}

#main .newsBox .newsDl {
	width: 948px;
	font-size: 13px;
	line-height: 1.1;
	float: right;
}

#main .newsBox .newsDl dt {
	color: #999999;
	letter-spacing: 2.3px;
	float: left;
}

#main .newsBox .newsDl dd {
	margin-bottom: 10px;
	padding-left: 9em;
	letter-spacing: 1.5px;
}

#main .newsBox .newsDl dd:last-child {
	margin-bottom: 0;
}

#main .newsBox .newsDl dd a:hover {
	text-decoration: underline;
}

#main .newsBox .comBox {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

#main .newsBox .comBox h2{
	margin-right: 15px;
}

#main #conts h2 {
	margin: -5px 0 33px;
}

#main h3 {
	/* margin-bottom: 49px; */
	margin-top: 49px;
	margin-bottom: 20px;
}

#main .subText {
	margin: 0 auto;
	width: 660px;
	padding-left: 36px;
	position: relative;
	z-index: 10;
	font-family: 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',sans-serif;
}

#main .subText p {
	margin-bottom: 29px;
	line-height: 2.1;
	letter-spacing: 1px;
}

#main .subText p:last-child {
	margin-bottom: 0;
}

#main .sec01 {
	margin-bottom: 35px;
}

#main .sec02 {
	margin-bottom: 98px;
	padding-bottom: 89px;
	position: relative;
	background-color: #f5f6fb;
}

#main .sec02 .image {
	position: absolute;
	top: -282px;
	right: 7px;
}

#main .sec02 .image02 {
	top: auto;
	bottom: -228px;
	right: auto;
	left: -4px;
	z-index: 5;
}

#main .sec02 h3 {
	margin-bottom: 33px;
}

#main .sec02 .imgBox .photoBox {
	margin: -5px -4px 0 20px;
	float: right;
}

#main .sec03 {
	margin-bottom: 186px;
	position: relative;
}

#main .sec03 .image {
	position: absolute;
	bottom: -253px;
	left: -7px;
	z-index: 5;
}

#main .sec03 h3 {
	margin-bottom: 32px;
}

#main .sec04 {
	margin-bottom: 65px;
	padding-bottom: 98px;
	position: relative;
	background-color: #f5f6fb;
}

#main .sec04 .image {
	position: absolute;
	top: -186px;
	right: -18px;
}

#main .sec04 h3 {
	margin-bottom: 20px;
}

#main .sec04 .comLink {
	margin-top: 60px;
}

#main .sec05 {
	margin-bottom: 232px;
	position: relative;
}

#main .sec05 h3 {
	margin-bottom: 24px;
}

#main .sec05 .image {
	position: absolute;
	bottom: -190px;
	right: 6px;
}

#main .sec05 .comLink {
	margin-top: 52px;
}

#main .sec06 {
	margin-bottom: 87px;
	padding: 25px 0 58px;
	background: url(/cpx/img/index/sec06_bg01.gif) no-repeat center top, url(/cpx/img/index/sec06_bg01.gif) no-repeat center bottom,url(/cpx/img/index/sec06_bg02.gif) repeat-y center top;
}

#main .sec06 h3 {
	margin-bottom: 13px;
}

#main .sec06 .centerTxt {
	margin-bottom: 36px;
	font-size: 14px;
	line-height: 2.1;
	letter-spacing: 1px;
	text-align: center;
}
#main .sec06 .video {
	margin: 0 10px;
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin-bottom: 25px;
}

#main .sec06 .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main .sec07 {
	padding-left: 14px;
	position: relative;
	background: url(/cpx/img/index/sec07_bg.gif) repeat-x left top 24px;
	margin-top: 81px;
	margin-bottom: 81px;
}

#main .sec07 .photoBox {
	margin-top: -28px;
	float: left;
}

#main .sec07 .textBox {
	padding-right: 15px;
	width: 417px;
	float: right;
	box-sizing: border-box;
}

#main .sec07 .textBox h3 {
	margin-bottom: 10px;
}

#main .sec07 .textBox p {
	line-height: 1.9;
	letter-spacing: 1px;
}

#main .sec07 .textBox .comLink {
	margin: 40px 0 0 0;
	width: 278px;
}

#main .sec07 .textBox .comLink a {
	padding-right: 59px;
	background-position: right 50px center;
}

#main ul.comListUl.pd_flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
#main .comListUl {
	margin-right: -2px;
}

#main .comListUl li {
	position: relative;
	margin-right: 19px;
	width: 180px;
	font-size: 14px;
	padding-bottom: 96px;
}

#main .comListUl li:last-child {
	margin-right: 0;
}

#main .comListUl li .title {
	color: #676767;
}

#main .comListUl li .priceTxt {
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
	background-color: #f7f7f7;
	padding: 10px 14px;
}

#main .comListUl li .photo {
	margin-bottom: 13px;
}

#main .comListUl li .comLink {
	position: absolute;
	bottom: 0;
	margin: 14px 0 0;
	width: 180px;
}

#main .comListUl li .comLink a {
	padding: 13px 35px 13px 18px;
	font-size: 12.5px;
	color: #010101;
	background-size: 22px auto;
	background-position: top 15px right 17px;
}

#main .comListUl li:last-child {
	margin-right: 0;
}

#main .sec08 {
	margin: 35px 0 53px;
}

#main .sec08 h3 {
	margin-bottom: 27px;
	text-align: center;
}

#main .sec09 {
	margin-bottom: 62px;
}

#main .sec09 h3 {
	margin-bottom: 27px;
	text-align: center;
}

#main .sec10 h3 {
	margin-bottom: 27px;
	text-align: center;
}
#pcitem_package{
	height: 361px;
	margin-top: 30px;
}
.spitem_package,
.comBox .main_v_sp{
	display: none;
}
.main_v_pc {
	width: 100%;
}

/*------------------------------------------------------------
news
------------------------------------------------------------*/
#main #conts .news_wrap {
	margin-bottom: 80px;
}
#main #conts .comSideBox{
	float: none;
	padding-left: 0;
}
#main #conts .post_ttl {
	font-size: 16px;
	margin-bottom: 10px;
}
#main #conts .news_txt {
	margin-bottom: 20px;
}
#main .news {
	max-width: 1102px;
	margin: 50px auto ;
}
#main .inner {
	margin: 0 auto;
	width: 1008px;
}
#main .news .inner {
	margin-bottom: 55px;
}
#main .news .newsList {
	margin: 0 2px;
}
#main .news .newsList li {
	width: 326px;
	float: left;
}
#main .news .newsList li a {
	display: block;
	text-decoration: none;
	border: 2px solid #A0B4D5;
}
#main .news .newsList li .pho {
	padding: 20px 0;
	text-align: center;
	width: 285px;
	height: 140px;
	margin: 0 auto;
}
#main .news .newsList li .pho img {
	height: 140px;
	width: 100%;
}
#main .news .newsList li .textBox {
	padding: 6px 35px 10px 25px;
	background-color: #6788BE;
}
#main .news .newsList li .textBox .date {
	margin-bottom: 6px;
	color: #FFF;
	font-size: 12px;
}
#main .news .newsList li .textBox .text {
	color: #FFF;
	font-size: 12px;
	line-height: 1.4;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#main .news .inner {
	margin-bottom: 55px;
}
#main .link {
	position: relative;
	text-align: center;
}
#main .link:before {
	width: 100%;
	height: 1px;
	background-color: #8097C6;
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
}
#main .link span {
	display: inline-block;
	position: relative;
	background-color: #FFF;
}
#main .link a {
	padding: 2px 19px 3px;
	position: relative;
	display: inline-block;
	font-size: 15px;
	z-index: 2;
	text-decoration: none;
	border: 1px solid #8097C6;
	background-color: #FFF;
}
#main .news .newsList li:nth-child(3n-1) {
	margin: 0 12px;
}
#wp_news-img_wh{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}

@media all and (-ms-high-contrast:none){
	#main .mainImg .lableTxt a {
		padding: 8px 21px 2px;
	}

	#main .mainImg .lableTxt .ttl {
		margin-top: 5px;
	}

	#sideBar .shopBox .shopUl li {
		padding: 8px 13px 3px 10px;
	}

	#sideBar .sideTitle {
		padding-bottom: 13px;
	}

	#sideBar .sNavi li a span {
		padding-top: 7px;
	}

	#sideBar .sNavi li a .image {
		padding-top: 0;
	}
	#main .comListUl li .comLink a {
		padding: 16px 35px 10px 18px;
	}
}
