@charset "UTF-8";
/* CSS Document */


/*
html,body { height: 100%;}
*/

/*========================================================================

	parts

========================================================================*/

/* ========== Defaults Line ========== */
.defLine01 {
	border-top: 1px dotted rgba(0,0,0,.2);
	height: 1px;
	margin: 20px 0;
}
.defLine02 {
    border-top: 1px solid #ECECEC;
    height: 1px;
    margin: 15px 0;
}

/* ========== Defaults Table ========== */
.defTbl01 {
	font-size: 124%;
	width: 300px;
}
.defTbl01 dt {
	color: #003D79;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 100px;
}
.defTbl01 dd {
	float: left;
	width: 200px;
}
/*-----------------------------------*/
@media screen and (max-width: 749px) {
.defTbl01 {
	width: auto;
}
.defTbl01 dt {
	float: none;
	width: auto;
	margin: 10px 0 0;
}
.defTbl01 dd {
	float: none;
	width: auto;
}
}
@media screen and (max-width: 479px) {
}
/*-----------------------------------*/


/* ========== Defaults button ========== */
.defBtn_blank {}
.defBtn_blank a {
	display: block;
	border: 2px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	font-size: 108%;
	text-align: center;
	position: relative;
	text-align: center;
}
.defBtn_blank a:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/shopcom_icon02@2x.png);
	background-size: 12px 12px;
	position: absolute;
	top: 15px;
	right: 20px;
}
/*if Lt ie9*/
.ie9 .defBtn_blank a:after { background: url(../img/shopcom_icon02.png);}
.defBtn_blank a:hover {
	background: #ddd;
	color: #fff;
}


/* ========== Defaults arrow ========== */
.defArrow01 {
	background: url(../img/shopcom_icon03@2x.png) no-repeat left .3em;
	background-size: 12px 12px;
	padding-left: 1em;
	text-indent: -1em;
}
/*if Lt ie9*/
.ie9 .defArrow01 { background: url(../img/shopcom_icon03.png) no-repeat left center;}
.defArrow01 a {	padding-left: 18px;}
/*-----------------------------------*/
@media screen and (max-width: 749px) {
.defArrow01 { display: inline-block;}
}
@media screen and (max-width: 479px) {
}
/*-----------------------------------*/


/* ========== Defaults link ========== */
.defLink_blank {
	background: url(../img/shopcom_icon02@2x.png) no-repeat right .18em;
	background-size: 12px 12px;
	padding-right: 15px;
}
/*if Lt ie9*/
.ie9 .defLink_blank { background: url(../img/shopcom_icon02.png) no-repeat right center;}


img.w100 {
	width: 100%;
	height: auto;
}


/*========================================================================

	Layout

========================================================================*/

#wrapper {
	width: 100%;
	background: url(../img/shopcom_bg01.jpg) repeat;
	margin: 0;
}

#container {
	width: 800px;
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
}

/*-----------------------------------*/
@media screen and (max-width: 879px) {
#wrapper {
}

#container {
	width: auto;
	margin: 0 20px;
}
}
@media screen and (max-width: 479px) {
#container { margin: 0;}
}
/*-----------------------------------*/


/*	header
============================================================*/

header {
	background: #fff;
	padding: 15px 0;
	border-top: 5px solid #1F3D82;
	text-align: left;
}
header .hd_top h1, h2 {
	display: inline-block;
	vertical-align: middle;
	color: #1F3D82;
}
header .hd_top { margin: 0 50px;}
header .hd_top img { width: 100%; height: auto;}
header .hd_top h1 {
	margin: 0;
	width: 68px;
}
header .hd_top h2 {
	/*font-size: 220%;*/
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 900;
	margin: 0 0 0 15px;
	}
header nav #gloNav {
	width: 100%;
	display: table;
}
header nav #gloNav li {
	display: table-cell;
	vertical-align: middle;
	min-width: 80px;
	max-width: 80px;
}
header nav #gloNav li a{ 
	display: block;
	width: 100%;
	border-left: 1px dotted rgba(0,0,0,.2);
	}
header nav #gloNav li:first-child a { 
	display: block;
	width: 100%;
	border-left: none;
	}
header nav #gloNav li a span {
	display: block;
	text-align: center;
}
header nav #gloNav li a span:first-child {
	font-weight: bold;
	font-size: 124%;
	color: #1F3D81;
}
header nav #gloNav li a span:last-child { font-size: 85%; 	color: #1F3D81;}
header nav #gloNav li a:hover {	background: rgba(0,0,0,.05);}

/*-----------------------------------*/
@media screen and (max-width: 879px) {
header .hd_top {
	text-align: center;
}
header .hd_top img { vertical-align: middle;}
header .hd_top h1 { 
	width: 40px;
	margin: auto;
	}
header .hd_bottom {
	width: auto;
	margin: 15px 0 0;
}
header nav #gloNav { width: 100%;}
header nav #gloNav:before, header nav #gloNav:after { display: none;}
header nav #gloNav li { padding: 0;}
}
@media screen and (max-width: 479px) {
header {
	padding: 15px 0;
}
header .hd_top h1 { width: 37px;}
header .hd_top h2 { 
	font-size: 210%!important;
	margin-top: 1px;
	}
header .hd_bottom {
	width: auto;
}
header nav #gloNav li a span:last-child { font-size: 77%;}
header nav #gloNav li a span:first-child {
	font-weight: bold;
	font-size: 100%;
	color: #444444;
}
}
@media screen and (max-width: 379px) {
header nav #gloNav { width: 100%;}
header nav #gloNav li a { height: 100%;}
header nav #gloNav li a span { line-height: 1.25em; font-weight: bold;}
header nav #gloNav li a span:first-child { display: none;}
header nav #gloNav li a span:last-child { font-size: 90%;}
}
/*-----------------------------------*/


/*	main slider
============================================================*/

#mainSlider {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: url(../img/shopcom_mainbg.jpg) no-repeat left top;
	background-size: cover;
	padding-bottom: 20px;
}
#mainSlider h3 {
	font-size: 154%;
	font-weight: bold;
	padding: 20px 0;
	line-height: 1.4em;
}
#mainSlider .owl-carousel .owl-controls {
	margin: 20px 0 0;
}
#mainSlider .owl-carousel .owl-controls .owl-dot {
	display: inline-block;
	zoom: 1;
}
#mainSlider .owl-carousel .owl-controls .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0 15px;
	background: #aaa;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#mainSlider .owl-carousel .owl-controls .owl-dot.active span {
	background: #1D3B80;
}

/*-----------------------------------*/
@media screen and (max-width: 879px) {
#mainSlider h3 { padding: 25px 20px;}
}
@media screen and (max-width: 479px) {
}
/*-----------------------------------*/


/*	main slider
============================================================*/

#mainImage {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: url(../img/shopcom_mainbg.jpg) no-repeat left top;
	background-size: cover;
	padding: 5% 0;
}
#mainImage h3 {
	font-size: 154%;
	font-weight: bold;
	padding: 20px 0;
	line-height: 1.4em;
}


/*-----------------------------------*/
@media screen and (max-width: 879px) {
#mainImage img {
	width: 90%;
}
}
@media screen and (max-width: 479px) {
}
/*-----------------------------------*/






/*	contents
============================================================*/

#contents {
	padding: 40px 50px 0;
	text-align: left;
}

#contents .contBox { margin: 50px 0 0;}
#contents .contBox:first-child { margin: 0;}

#contents h3.bar {
	color: #fff;
	position: relative;
	background: url(../img/shopcom_titbg01.png) no-repeat right 50% #37528F;
	background-size: contain;
	border-radius: 5px;
	padding: 12px 15px 12px 45px;
	line-height: 1em;
}
#contents h3.bar:before {
	content: "";
	display: block;
	width: 17px;
	height: 24px;
	background: url(../img/shopcom_icon01.png);
	background-size: cover;
	position: absolute;
	top: 6px;
	left: 15px;
}
#contents h3.bar span:first-child {
	font-size: 124%;
	padding: 0 12px 0 0;
	margin: 0 12px 0 0;
	border-right: 1px solid #fff;
}
#contents h3.bar span:last-child { font-size: 108%;}

#contents h4 {
	font-size: 154%;
	font-weight: bold;
	color: #DA5251;
	margin: 25px 0 0;
}

#contents h5 {
	margin: 20px 0 0;
	font-size: 108%;
	color: #1F3D80;
	font-weight: bold;
}

#contents p { margin: 20px 0 0;}
#contents p:first-child { margin: 0;}

/*-----------------------------------*/
@media screen and (max-width: 879px) {
}
@media screen and (max-width: 749px) {
#contents {	padding: 30px 30px 0;}
}
@media screen and (max-width: 479px) {
#contents {	padding: 20px 20px 0;}

#contents .contBox { margin: 40px 0 0;}
#contents .contBox:first-child { margin: 0;}
/*#contents h3.bar { margin: 40px 0 0;}*/
#contents h4 { margin: 20px 0 0;}
}
/*-----------------------------------*/



/* cont_news */


/* cont_menu */
#cont_menu .itemList_3clm {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 30px 0 0;
}
#cont_menu .itemList_3clm li {
	display: table-cell;
	vertical-align: top;
	width: 210px;
	padding: 0 35px 0 0;
}
#cont_menu .itemList_3clm li:last-child { padding: 0;}
#cont_menu .itemList_3clm li img { border-radius: 10px;}

#cont_menu .itemList_2clm_Wrap {
	background: #FAFAF7;
	margin: 30px 0 0;
	padding: 30px;
	border-radius: 5px;
}
#cont_menu .itemList_2clm { margin: 20px 0 0;}
#cont_menu .itemList_2clm li {
	float: left;
	width: 305px;
	margin: 0 30px 0 0;
}
/*Lt ie9*/.ie9 #cont_menu .itemList_2clm li { width: 290px;}
#cont_menu .itemList_2clm li:last-child { margin: 0;}

#cont_menu .itemList_2clm li .img, .txt {
	display: inline-block;
	vertical-align: top;
}
#cont_menu .itemList_2clm li .img {
	margin: 0 7px 0 0;
	width: 145px;
}
#cont_menu .itemList_2clm li .txt {
	width: 145px;
}
/*Lt ie9*/.ie9 #cont_menu .itemList_2clm li .txt { width: 157px;}

#cont_menu .itemList_2clm_Wrap h4 { margin: 0;}
#cont_menu .itemList_2clm_Wrap h5 { margin: 0;}
#cont_menu .itemList_2clm_Wrap p { margin: 5px 0 0;}
/*-----------------------------------*/
@media screen and (max-width: 879px) {
#cont_menu .itemList_3clm li {
	width: 180px;
	padding: 0 20px 0 0;
}

#cont_menu .itemList_2clm li {
	display: table;
	width: 47%;
	margin: 0 20px 0 0;	
}
#cont_menu .itemList_2clm li .img, .txt {
	display: table-cell;
	vertical-align: top;
}
#cont_menu .itemList_2clm li .img {
	width: 45%;
	margin: 0;
	padding: 0 10px 0 0;
}
#cont_menu .itemList_2clm li .txt { width: 45%;}
}
@media screen and (max-width: 749px) {
#cont_menu .itemList_3clm li {
	width: 110px;
	padding: 0 15px 0 0;
}

#cont_menu .itemList_2clm li { width: 46%;}
#cont_menu .itemList_2clm li .img, .img { padding: 0;}
#cont_menu .itemList_2clm li .img, .txt {
	display: block;
	width: auto;
}
#cont_menu .itemList_2clm li .txt {
	margin: 15px 0 0;
	width: auto;
}
}
@media screen and (max-width: 479px) {
#cont_menu .itemList_3clm { margin: 20px 0 0;}
#cont_menu .itemList_3clm li {
	display: block;
	width: auto;
	margin: 25px 0 0;
	padding: 0;
}
#cont_menu .itemList_3clm li:first-child { margin: 0;}
#cont_menu .itemList_3clm li h5 { margin: 15px 0 0;}
#cont_menu .itemList_3clm li p { margin: 10px 0 0;}
}
@media screen and (max-width: 419px) {
#cont_menu .itemList_2clm_Wrap { padding: 20px;}
#cont_menu .itemList_2clm li { margin: 0 15px 0 0;}
}
@media screen and (max-width: 359px) {
#cont_menu .itemList_2clm_Wrap h4 { text-align: center;}
#cont_menu .itemList_2clm:before, #cont_menu .itemList_2clm:after { display: none;}
#cont_menu .itemList_2clm li {
	display: block;
	width: auto;
	margin: 0;
	float: none;
}
#cont_menu .itemList_2clm li:last-child { margin: 25px 0 0;}
}
/*-----------------------------------*/


/* cont_column */
#cont_column {}
#cont_column h4 { margin: 0;}
#cont_column .cf { margin: 30px 0 0;}
#cont_column .txt { 
	float: left;
	width: 440px;
}
#cont_column .img { 
	float: right;
	width: 180px;
	text-align: center;
}
#cont_column .img img { width: 150px;} 
/*-----------------------------------*/
@media screen and (max-width: 779px) {
#cont_column .txt { width: 63%;}
#cont_column .img { width: 37%;}
}
@media screen and (max-width: 479px) {
#cont_column .txt { 
	float: none;
	width: auto;
}
#cont_column .img { 
	float: none;
	width: auto;
	margin: 20px 0 0;
}
#cont_column .img img {
	width: 100%;
	height: auto;
} 
}
/*-----------------------------------*/

/* cont_service */
#cont_service {}
#cont_service .left {
	float: left;
	width: 300px;
	margin: 30px 0 0;
}
#cont_service .left .img { margin: 30px 0 0;}
#cont_service .right {
	float: right;
	margin: 30px 0 0;
}
/*-----------------------------------*/
@media screen and (max-width: 779px) {
#cont_service .left { width: 47%;}
#cont_service .right { width: 47%;}
#cont_service .img img {
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 479px) {
#cont_service .left { 
	float: none;
	width: auto;
}
#cont_service .right {
	float: none;
	width: auto;
}
}
/*-----------------------------------*/

/* cont_access */
#cont_access {}
#cont_access .left {
	float: left;
	width: 300px;
	margin: 30px 0 0;
}
#cont_access .left .img { margin: 30px 0 0;}
#cont_access .right {
	float: right;
	margin: 30px 0 0;
}
#cont_access .right .defBtn_blank { margin: 15px 0 0;}
/*-----------------------------------*/
@media screen and (max-width: 779px) {
#cont_access .left { width: 47%;}
#cont_access .right { width: 47%;}
#cont_access .img img {
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 479px) {
#cont_access .left { 
	float: none;
	width: auto;
}
#cont_access .right {
	float: none;
	width: auto;
}
}
/*-----------------------------------*/




/*	footer
============================================================*/

#snsList_ft { margin: 40px 0 20px;}
#snsList_ft li {
	display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}
/*
#snsList_ft li.fb { width: 100px;}
#snsList_ft li.twt { width: 80px;}
#snsList_ft li.gplus { width: 65px;}
*/
#snsList_ft li:last-child {
	margin: 0;
}


footer {
	background: #fff;
	border-top: 1px solid #ddd;
	margin: 40px 50px 0;
	padding: 30px 0;
}
footer .left {
	float: left;
}
footer .left .img {
	float: left;
	margin: 0 10px 0 0;
	width: 40px;
}
footer .left .img img {
	width: 100%;
	height: auto;
}
footer .left .txt {
	float: left;
	text-align: left;
}
footer .left .txt p:first-child { font-size: 93%; margin: 6px 0 0;}
footer .left .txt p:last-child { font-size: 77%;}

footer .right {
	float: right;
}
/*-----------------------------------*/
@media screen and (max-width: 779px) {
footer {
	margin: 40px 20px 0;
	padding: 30px 0;
}
footer .left {
	float: none;
	display: block;
	margin: 15px 0 0;
}
footer .left .img {
	float: none;
	margin: 0 auto;
}
footer .left .txt {
	float: none;
	text-align: center;
}
footer .left .txt p:first-child { margin: 8px 0 0;}
footer .right {
	float: none;
	display: block;
}
}
@media screen and (max-width: 479px) {
#snsList_ft li { margin: 0 2px 0 0;}
}
/*-----------------------------------*/







#cont_news .itemList_2clm_Wrap {
	background: #FAFAF7;
	margin: 30px 0 0;
	padding: 30px;
	border-radius: 5px;
}
#cont_news .itemList_2clm { margin: 20px 0 0;}
#cont_news .itemList_2clm li {
	float: left;
	width: 305px;
	margin: 0 30px 0 0;
}
/*Lt ie9*/.ie9 #cont_news .itemList_2clm li { width: 290px;}
#cont_news .itemList_2clm li:last-child { margin: 0;}

#cont_news .itemList_2clm li .img, .txt {
	display: inline-block;
	vertical-align: top;
}
#cont_news .itemList_2clm li .img {
	margin: 0 7px 0 0;
	width: 145px;
}
#cont_news .itemList_2clm li .txt {
	width: 145px;
}
/*Lt ie9*/.ie9 #cont_menu .itemList_2clm li .txt { width: 157px;}

#cont_news .itemList_2clm_Wrap h4 { margin: 0;}
#cont_news .itemList_2clm_Wrap h5 { margin: 0;}
#cont_news .itemList_2clm_Wrap p { margin: 5px 0 0;}

@media screen and (max-width: 419px) {
#cont_news .itemList_2clm_Wrap { padding: 20px;}
#cont_news .itemList_2clm li { margin: 0 15px 0 0;}
}
@media screen and (max-width: 359px) {
#cont_news .itemList_2clm_Wrap h4 { text-align: center;}
#cont_news .itemList_2clm:before, #cont_menu .itemList_2clm:after { display: none;}
#cont_news .itemList_2clm li {
	display: block;
	width: auto;
	margin: 0;
	float: none;
}
#cont_news .itemList_2clm li:last-child { margin: 25px 0 0;}
}


/*画像がボケるのはブラウザの影響らしい170926*/
img {
	image-rendering: -webkit-crisp-edges;     /* Safari */
	image-rendering: -moz-crisp-edges;        /* Firefox */
	image-rendering: pixelated;               /* CSS4 (Chrome) */
	-ms-interpolation-mode: nearest-neighbor; /* IE */
}


<!--ｐｃとスマホで使い分け　171201-->
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}



/*===========================================================*/
/*-----------------------------------*/
/*---------190520追加----------------*/
/*-----------------------------------*/
/*===========================================================*/

/* cont_eating */
#cont_eating {}
#cont_eating .left {
	float: left;
	width: 300px;
	margin: 30px 0 0;
}
#cont_eating .left .img { margin: 30px 0 0;}
#cont_eating .right {
	float: right;
	margin: 30px 0 0;
}
/*-----------------------------------*/
@media screen and (max-width: 779px) {
#cont_eating .left { width: 47%;}
#cont_eating .right { width: 47%;}
#cont_eating .img img {
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 479px) {
#cont_eating .left { 
	float: none;
	width: auto;
}
#cont_eating .right {
	float: none;
	width: auto;
}
}
/*-----------------------------------*/

/* cont_restaurant */
#cont_restaurant {}
#cont_restaurant .left {
	float: left;
	width: 300px;
	margin: 30px 0 0;
}
#cont_restaurant .left .img { margin: 30px 0 0;}
#cont_restaurant .right {
	float: right;
	margin: 30px 0 0;
}
/*-----------------------------------*/
@media screen and (max-width: 779px) {
#cont_restaurant .left { width: 47%;}
#cont_restaurant .right { width: 47%;}
#cont_restaurant .img img {
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 479px) {
#cont_restaurant .left { 
	float: none;
	width: auto;
}
#cont_restaurant .right {
	float: none;
	width: auto;
}
}
/*-----------------------------------*/


/* cont_res_menu */
#cont_res_menu .itemList_3clm {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 30px 0 0;
}
#cont_res_menu .itemList_3clm li {
	display: table-cell;
	vertical-align: top;
	width: 210px;
	padding: 0 35px 0 0;
}
#cont_res_menu .itemList_3clm li:last-child { padding: 0;}

#cont_res_menu .itemList_2clm_Wrap {
	background: #FAFAF7;
	margin: 30px 0 0;
	padding: 30px;
	border-radius: 5px;
}
#cont_res_menu .itemList_2clm { margin: 20px 0 0;}
#cont_res_menu .itemList_2clm li {
	float: left;
	width: 305px;
	margin: 0 30px 0 0;
}
/*Lt ie9*/.ie9 #cont_res_menu .itemList_2clm li { width: 290px;}
#cont_res_menu .itemList_2clm li:last-child { margin: 0;}

#cont_res_menu .itemList_2clm li .img, .txt {
	display: inline-block;
	vertical-align: top;
}
#cont_res_menu .itemList_2clm li .img {
	margin: 0 7px 0 0;
	width: 145px;
}
#cont_res_menu .itemList_2clm li .txt {
	width: 145px;
}
/*Lt ie9*/.ie9 #cont_res_menu .itemList_2clm li .txt { width: 157px;}

#cont_res_menu .itemList_2clm_Wrap h4 { margin: 0;}
#cont_res_menu .itemList_2clm_Wrap h5 { margin: 0;}
#cont_res_menu .itemList_2clm_Wrap p { margin: 5px 0 0;}
/*-----------------------------------*/
@media screen and (max-width: 879px) {
#cont_res_menu .itemList_3clm li {
	width: 180px;
	padding: 0 20px 0 0;
}

#cont_res_menu .itemList_2clm li {
	display: table;
	width: 47%;
	margin: 0 20px 0 0;	
}
#cont_res_menu .itemList_2clm li .img, .txt {
	display: table-cell;
	vertical-align: top;
}
#cont_res_menu .itemList_2clm li .img {
	width: 45%;
	margin: 0;
	padding: 0 10px 0 0;
}
#cont_res_menu .itemList_2clm li .txt { width: 45%;}
}
@media screen and (max-width: 749px) {
#cont_res_menu .itemList_3clm li {
	width: 110px;
	padding: 0 15px 0 0;
}

#cont_res_menu .itemList_2clm li { width: 46%;}
#cont_res_menu .itemList_2clm li .img, .img { padding: 0;}
#cont_res_menu .itemList_2clm li .img, .txt {
	display: block;
	width: auto;
}
#cont_res_menu .itemList_2clm li .txt {
	margin: 15px 0 0;
	width: auto;
}
}
@media screen and (max-width: 479px) {
#cont_res_menu .itemList_3clm { margin: 20px 0 0;}
#cont_res_menu .itemList_3clm li {
	display: block;
	width: auto;
	margin: 25px 0 0;
	padding: 0;
}
#cont_res_menu .itemList_3clm li:first-child { margin: 0;}
#cont_res_menu .itemList_3clm li h5 { margin: 15px 0 0;}
#cont_res_menu .itemList_3clm li p { margin: 10px 0 0;}
}
@media screen and (max-width: 419px) {
#cont_res_menu .itemList_2clm_Wrap { padding: 20px;}
#cont_res_menu .itemList_2clm li { margin: 0 15px 0 0;}
}
@media screen and (max-width: 359px) {
#cont_res_menu .itemList_2clm_Wrap h4 { text-align: center;}
#cont_res_menu .itemList_2clm:before, #cont_res_menu .itemList_2clm:after { display: none;}
#cont_res_menu .itemList_2clm li {
	display: block;
	width: auto;
	margin: 0;
	float: none;
}
#cont_res_menu .itemList_2clm li:last-child { margin: 25px 0 0;}
}
/*-----------------------------------*/




