/* COMMON ================================================================================*/
body {
   font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif!important;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow:visible!important;
	position: relative;
   background-color: #FFF;
    -webkit-text-size-adjust: 100%;
   animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	min-width: 1300px;
	 
	}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
   }

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
   }

html{height: 100%;}

p{
	font-size:18px;
	color:#333;
	line-height: 1.6rem;
	margin:0;
	padding:0;	
	}

a{
	color:#24292c;
	overflow:hidden!important;
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
	text-decoration:none;
	}
a:hover{
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important
	}
a:focus{
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important
	}	

ul li{
	list-style-position: inside;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.8rem;
	color: #333;
	}

dl{
   font-size: 16px;
	line-height: 1.8rem;
	color: #333;
   }

h1.ttl1{}

h2.ttl2{
	width: 1200px;
	margin: 0 auto 50px;
	text-align: center;
   }
h2.ttl2 p{
	display: inline;
	font-size:30px;
	font-weight: bold;
	color:#FFFFFF;
	padding: 0 100px;
	line-height: 1rem;
	}
h2.ttl2 p::before{
	content: '';
	display: inline-block;
	width: 80px;
	height: 30px;
	background-image: url("../img/icon_window.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	}
h2.ttl2 p::before,
h2.ttl2 p::after{
	content: '';
	display: inline-block;
	width: 80px;
	height: 30px;
	background-image: url("../img/icon_window.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	}
h2.ttl2 p::after{background-position: 100% center;}

h3.ttl3{
	font-size: 28px;
	border: #004DA0 1px solid;
	border-left: #004DA0 30px solid;
	padding: 15px 5px 15px 20px;
	
	}

h4.ttl4{
	font-size: 20px;
	color: #004DA0;
	font-weight: bold;
	margin: 0 0 10px 0;
	}

#main{
	width: 100%;
	padding: 50px 0 0 0;
	}


section{
   width: 100%;
   padding: 50px 0;
	position: relative;
	}
.bgText{
	position: absolute;
	z-index: 999;
	top: 10px;
	}
.tx_business{
	left: 10px;
	width: 90px
	}
.tx_portfolio{
	right: 10px;
	}

.wrap{
   width: 1200px;
   padding: 50px 60px;
   margin: 0 auto;
   box-sizing: border-box;
	}

.wrapOuter01{
	background: linear-gradient(90deg, #1D3B56 0%, #1D3B56 50%, #FFF 50%, #FFF 100%);
	position: relative;
	}

.wrapOuter02{
	background: linear-gradient(90deg, #FFF 0%, #FFF 50%, #1D3B56 50%, #1D3B56 100%);
	position: relative;
	}


.inner{padding: 20px;}

hr{margin: 50px 0;}

/*style*/
.min{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}


/* UL */
ul.ulDesign{}
ul.ulDesign li{list-style-type:none;}

/*■*/
ul.ulDesign.square li:before{
	content:"■";
	margin-right:5px;
	}


/*●*/
ul.disc{margin-bottom:15px;}
ul.disc li{
	line-height:1.5em;
	margin:0 0 10px 10px;
	list-style-type:disc;
	list-style-position: inside;
	}
ul.disc li.noMark{list-style-type:none!important}


/*num*/
ul.num{margin-left:15px;}
ul.num li{list-style-type:decimal;}

/*checkList*/
ul.checkList{}
ul.checkList li{
	padding: 0px 10px 0px 30px;
	background-image: url("../img/icon_check.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 15px;
	}

/*note*/
ul.note{}
ul.note li{
	border-bottom: #ebebeb 1px solid;
	padding: 10px 20px;
	}


/* table */
table.time{
	width: 100%;
	font-size: 16px;
	text-align: center;
	}
table.time th,
table.time td{
	padding: 20px 0;
	vertical-align: middle;
   font-weight: bold;
	}

table.time th{
	color: #FFF;
   background-color: #42210F;
	}
table.time th:first-child{
	width: 100px;
	border-top-left-radius : 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-bottom-left-radius : 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	/*ios対策*/
	border-top-right-radius : 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-right-radius : 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	}
table.time th:last-child{
	border-top-right-radius : 8px!important;
	-webkit-border-top-right-radius: 8px!important;
	-moz-border-radius-topright: 8px!important;
	border-bottom-right-radius : 8px!important;
	-webkit-border-bottom-right-radius: 8px!important;
	-moz-border-radius-bottomright: 8px!important;
	/*ios対策*/
	border-top-right-radius : 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-right-radius : 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	}

table.time td{border-bottom: #42210F 1px solid;}
table.time td:not(:first-child){ }

table.table01{
	width:100%;
	margin:0 auto 10px;
	border-collapse: separate!important;
   border-spacing: 0;
	table-layout: fixed;
	font-size: 17px;
   line-height: 1.5rem;
	}
table.table01 th,
table.table01 td{
	border-bottom: #EDEDED 1px solid;
	
	padding: 20px 5px;
	vertical-align: middle;
	}
table.table01 td{}

/*dl*/
.dl01{margin-bottom: 30px;}
.dl01 dt{
   font-weight: bold;
   padding:5px 30px;
   margin: 0 0 10px 0;
   background-color: #f7f7f7;
   }
.dl01 dd{padding: 0 0 20px 20px;}


/* HEADER --------------------------------------------------- */
header{}

/* PC HEADER*/
.pcHeader{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 30px auto;
	position: relative;
   }

.logoArea{}

.logoArea .pcLogo{
   display: block;
   }

.logoArea .pcLogo > img{
   display: block;
   width: 300px;
   height: auto;
   }

.pcMenu{
	width: 800px;
	}

.pcMenu > img{
	display: block;
	height: 30px;
	margin: 0 0 20px auto;
	}
.pcMenu nav{}
.pcMenu nav ul{
	display: flex;
	justify-content: flex-end;
	}
.pcMenu nav ul li a{
   padding: 5px 10px;
	color:#333333;
	font-size: 18px;
	transition-duration: .2s;
	}
.pcMenu nav ul li a:hover{
	color: #A7C3C4;
   transition-duration: .2s;
   }

.pcMenu nav ul li:first-child a{padding-left: 0!important;}


/* SMP HEADER */
.smpMenu {padding: 15px;}
.smpHeader {
	width: auto;
	max-width: 750px;
	margin: 0 auto;
	padding: 10px 0;
	background-color:#ccc;
	}


/* ハンバーガーメニュー */
#nav-drawer{float:left;}
.nav-unshown{display:none;}/*チェックボックス非表示*/

#nav-open {
	margin-top: 27px;
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
	}


/*ハンバーガーの形をCSSで表現*/
#nav-open span, 
#nav-open span:before,
#nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 25px;/*長さ*/
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
	}

#nav-open span:before{bottom: -8px;}
#nav-open span:after{bottom: -16px;}

/*閉じる用の薄黒箇所*/
#nav-close {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
	}

/*メニューの中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 70%;
	max-width: 330px;/*最大幅*/
	height: 100%;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	}

#nav-content ul{margin:0 0 0 0;}
#nav-content ul li{
	padding:0px 10px;
	list-style-type:none!important;
	line-height: 20px;
	}
#nav-content ul li:last-child{
	border-bottom: none;
	background-image: none;
	padding: 20px!important;
	}

#nav-content ul li a{
	font-family: 'Kosugi Maru', sans-serif;
	color:#57AC7D;
	font-size: 22px;
	text-align: center;
   display: block;
   padding: 10px 0;
   border-bottom: #cccccc 1px dotted;
   line-height: 1.8rem;
	}
#nav-content ul li img{
	display: block;
	margin: 0 auto;
	}
#nav-content ul li:first-child a{border-bottom: none;}

.closeBtn{
	display: block;
   background-color: #3C7555;
	border-radius: 3px;
	padding: 20px 5px;
	text-align: center;
   font-weight: bold;
	color: #FFF;
	}
.closeBtn:hover{cursor: pointer;}

/*チェックがついたら表示*/
#nav-input:checked ~ #nav-close {
	display: block;
	opacity: .5;
	}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}

.header-logo-menu{
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	}

/*ロゴやサイトタイトルをセンタリング*/
.logo-erea{
	width: 100%;
	text-align:left;
	margin:auto;
	}


/* FOOTER --------------------------------------------------- */
ul.footerlink{
	padding: 50px 0 100px ;
	}
ul.footerlink::after{
	display: table;
	content: "";
	clear: both;
	}
ul.footerlink li{
	float: left;
	width: 550px;
	}
ul.footerlink li:first-child{margin-right: 100px;}
ul.footerlink li a{
	display: block;
	padding: 30px 0;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 25px;
	border: #617689 2px solid;
	background-image: url("../img/icon_mail_w.png");
	background-color: #617689;
	background-repeat: no-repeat;
	background-position: 80px center;
	background-size: 40px;
	transition-duration: .3s;
	}
ul.footerlink li a:hover{
	background-color: #1D3B56;
	transition-duration: .3s;
	}
.mitsumori{
	background-image: url("../img/icon_file.png");
	background-size: 50px;
	}
.customer{
	background-image: url("../img/icon_hand.png");
	background-size: 70px;
	}


.footerInfo{
	background-color: #FFF;
	padding: 50px 0;
	}
.footerInfo .msg{
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	color: #333;
	}
.ctArea01{
	width: 1100px;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 20px 0 30px;
	border-bottom: #1D3B56 1px solid;
	}

.ctArea01 > img{
	display:block;
	margin: 0 auto;
	}

.ctArea02{
	display: flex;
	justify-content: center;
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 0 10px;
	}
.ctArea02 > img{
	display:block;
	width: 260px;
	height: 100%;
	margin-right: 50px;
	}
.ctArea02 > address{
	color: #004DA0;
	font-style:normal;
	font-weight:bold;
	font-size: 20px;
	line-height: 1.6rem;
	}
.iten{
	color: #E50112;
	font-size: 15px;
	text-align: center;
	margin-bottom: 20px;
	}

.license{
	color: #6B9BCA;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
	}


.ctArea01::after,
.ctArea02::after{
	display: table;
	content: "";
	clear: both;
	}

.mailBtn{
	display: block;
	width: 280px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 30px 0 30px 35px;;
	background-color: #38536A;
	background-image: url("../img/icon_mail_w.png");
	background-repeat: no-repeat;
	background-size: 38px;
	background-position: 50px center;
	transition-duration: .3s;
	}
.mailBtn:hover{
	background-color: #617689;
	transition-duration: .3s;
	}

ul.footerMenu{
	width:721px;
	margin: 0 auto;
	}
ul.footerMenu:after{
	display: table;
	content: "";
	clear: both;
	}

ul.footerMenu li{
	padding: 0 10px;
	float: left;
	}
ul.footerMenu li a{
	color: #1D3B56;
	text-align: center;
	}
ul.footerMenu li a:hover{text-decoration: underline;}

.copy{background-color:#1D3B56; }
.copy p{
	color: #FFF;
	font-size:15px;
	text-align:center;
   line-height: 1.3rem;
   padding: 15px 0;
	}



/* HELPER --------------------------------------------------- */
.m0{margin:0!important;}
.mb0{margin-bottom:0px!important;}
.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.mb40{margin-bottom:40px!important;}
.mb50{margin-bottom:50px!important;}
.mb100{margin-bottom:100px!important;}
.mb300{margin-bottom:300px!important;}

.mt0{margin-top:0px!important;}
.mt5{margin-top:5px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mt20{margin-top:20px!important;}
.mt30{margin-top:30px!important;}
.mt50{margin-top:50px!important;}
.mt100{margin-top:100px!important;}

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

.p0{padding: 0;}

.pb0{padding-bottom:0!important;}
.pb30{padding-bottom:30px!important;}
.pb50{padding-bottom:50px!important;}
.pb300{padding-bottom:300px!important;}

.pt10{padding-top:10px!important;}
.pt50{padding-top:50px!important;}
.pt100{padding-top:100px!important;}

.ptb0{padding:0!important;}
.ptb15{padding:15px 0!important;}
.ptb23{padding:23px 0!important;}
.ptb30{padding:30px 0!important;}
.ptb50{padding:50px 0!important;}
.ptb60{padding:60px 0!important;}
.ptb80{padding:80px 0!important;}

.w10{width: 10%!important;}
.w20{width: 20%!important;}
.w30{width: 30%!important;}
.w40{width: 40%!important;}
.w50{width: 50%!important;}
.w60{width: 60%!important;}
.w80{width: 80%!important;}

.alignLeft{text-align:left!important;}
.alignRight{text-align:right!important;}
.alignCenter{text-align:center!important;}

.floatRight{float: right;}
.floatLeft{float: left;}
.floatNone{float: inherit!important;}
.clearfix{
   display: table;
   clear: both;
   content: "";
   }

.imgCenter{
	display:block;
	margin:0 auto;
	}

.rpImg{
	max-width: 100%!important;
	height: auto;
	}

.hide{visibility: hidden;}
.block{display: none;}

.white{color: #FFFFFF!important;}
.red{color: #FF0000!important;}
.gray{color: #636363!important;}

.bgWhite{background-color: #FFF;}
.bgNavy{background-color: #1D3B56;}
.borderTop{border-top:#FAE7E6 3px solid!important;}

.uline{text-decoration: underline;}

.textLink{text-decoration: underline!important;}
.textLink:hover{text-decoration: none!important;}


.more{text-align: center;}
.more a{
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 20px 0;
	border: #333 1px solid;
	font-size: 18px;
	font-weight: bold;
	transition-duration: .2s;
	}
.more a:hover{
	background-color: #333;
	transition-duration: .2s;
	color: #FFF;
	}

.linkBox{
	background-color: #333;
	border: #333 1px solid;
	display: block;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 20px 20px;
	transition-duration: .3s;
	max-width: 250px;
	}
.linkBox:hover{
	background-color: #FFF;
	color: #333;
	}

/* image opacity */
a.op:hover img {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
	}
a.op img {
	display:block;
	margin:0 auto;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
	}


ul.images{text-align: center;}
ul.images li{
   list-style-type: none;
   display: inline-block;
   }

ul.images li img{
   display: block;
   margin: 0 auto 20px;
   }

/* PAGE ================================================================================*/
/* slick */
.PCslider{margin-bottom: 50px;}
.PCslider img{
	width:1200px;
   max-width: 100%;
	height: auto;
	margin: 0 auto 0;
   display: block;
	}

.sliderInfo{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50px;
	z-index: 9999;
	}

.SMPslider{margin-bottom: 30px;}
.SMPslider img{
	max-width:100%;
	height: auto;
	margin: 0 auto;
	}
.main-slider figure{margin:0!important;}
.main-slider .ytPlayer{pointer-events: none!important;}
.ytp-pause-overlay{display:none!important;}

.slick-dots{bottom:25px!important;}
.slick-dots li {
	width: 20px!important;
	height: 30px!important;
	}
.slick-dots li button::before{
	font-size:45px!important;
	color:#FFF!important;
	}
.slick-dotted.slick-slider {margin-bottom:0!important;}


/* index.html --------------------------------------------------- */
.eyecatch {
   display: block;
   margin: 0 auto 50px;
   }

.business ul{
	text-align: center;
	}
.business ul li{
	display: inline-block;
	margin-bottom: 10px;
	width: 300px;
	}
.business ul li a{
	display: block;
	font-size: 25px;
	text-align: center;
	background-color: #617689;
	padding: 20px 0 30px;
	border: #617689 2px solid;
	color: #FFF;
	border-radius: 3px;
	transition-duration: .3s;
	background-image: url("../img/arrow01.png");
	background-position: center 85%;
	background-repeat: no-repeat;
	background-size: 20px;
	}
.business ul li a:hover{
	background-color: transparent!important;
	transition-duration: .3s;
	color: #1D3B56;
	background-image: url("../img/arrow02.png");
	}

ul.topgallery{margin-bottom: 50px;}
ul.topgallery::after{
	display: table;
	clear: both;
	content: "";
	}
ul.topgallery li{
	width: 330px;
	float: left;
	margin: 0 20px 0 0;
	transition-duration: .3s;
	}
ul.topgallery li:last-child{margin: 0;}
ul.topgallery li:hover{
	background-color: #F5F8FA;
	transition-duration: .3s;
	}
ul.topgallery li img{
	width: 330px;
	display: block;
	}
.galTtl{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: #ccc 2px solid;
	padding: 10px 30px;
	line-height: 1.6rem;
	}

.galDetail{
	font-size: 16px;
	padding: 15px;
	color: #333;
	}

/* greeting.html --------------------------------------------------- */
.greeting{
	background-image: url("../img/ceo.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	padding: 100px 0px 50px 430px;
	background-size: 730px;
	}
.greeting p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 19px;
	line-height: 2rem;
	margin-bottom: 30px;
	}
.name{
	text-align: right;
	}


/* business.html --------------------------------------------------- */
.handling{
	font-weight: bold;
	margin-bottom: 10px;
	}

.effectArea{margin-bottom: 30px;}
.effectArea::after,
.effectArea .detail::after{
	display: table;
	content: "";
	clear: both;
	}
.effectArea .detail{
	float: left;
	width: 510px;
	height: 130px;
	padding: 20px;
	margin: 0 20px 20px 0;
	box-sizing: border-box;
	background-color: #f5f5f5;
	}
.effectArea .detail:nth-child(5),
.effectArea .detail:nth-child(6){height: 170px;}

.effectArea .detail:nth-child(5) img,
.effectArea .detail:nth-child(6) img{margin: 20px 0;}


.effectArea .detail:nth-child(2n){margin-right: 0;}
.effectArea .detail > img{
	display: block;
	width: 90px;
	float: left;
	}
.effectArea .detail > div{
	float: right;
	width: 350px;
	}
.effectArea .detail > div p:first-child{
	font-size: 18px;
	font-weight: bold;
	}
.effectArea .detail > div p:last-child{
	font-size: 15px;
	line-height: 1.5rem;
	}


.iconWrap{
	margin-bottom: 50px;
	}
.iconWrap::after{
	display: table;
	content: "";
	clear: both;
	}
.iconWrap > img{
	display: block;
	float: left;
	width: 180px;
	}
.iconWrap > div{
	float: right;
	width: 820px;
	}

/* portfolio.html --------------------------------------------------- */
ul.thumbList{
	text-align:center;
	}

ul.thumbList li{
	display: inline-block;
	list-style-type: none;
	}

ul.thumbList li img{
	display: block;
	transition-duration: .2s;
	}
ul.thumbList li img:hover{
	opacity: .7;
	transition-duration: .2s;
	}

/* index.html --------------------------------------------------- */
dl.mail{}
dl.mail dt{
   font-size: 20px;
   margin-bottom: 10px;
   color: #6B9FCE;
   }
dl.mail dt i{margin-right: 10px;}
dl.mail dd{margin-bottom: 20px;}
dl.mail dd input[type="text"]{
   width: 350px;
   padding: 10px;
   border: #F4F4F4 1px solid;
   background-color: #F4F4F4;
   }

textarea.memoBox {
   width: 500px;
   height: 100px;
   padding: 10px;
   background-color: #F4F4F4;
   border: #F4F4F4 1px solid;
   border-radius: 5px;
   resize: none;
   }

.submitBtn{
   width: 150px;
   background-color: #ebebeb;
   border: #ebebeb 1px solid;
   font-size: 18px;
   padding: 10px 0;
   transition-duration: .3s;
   }

.submitBtn:hover{
   background-color: #444;
   color: #FFF;
   transition-duration: .3s;
   }




/* Media Query ================================================================================*/
/*
@media only screen and (max-width: 479px){
	.hide_largeOnly{display: block!important;}
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
	.hide_largeOnly{display: block!important;}
	.hide_smallOnly{display: none!important;}
}

@media only screen and (max-width : 600px) {
	.hide_largeOnly{display: block!important;}
	.hide_smallOnly{display: none!important;}
}

@media only screen and (max-width : 992px){
	.hide_largeOnly{display: block!important;}
	.hide_smallOnly{display: none!important;}
}


@media print, only screen and (max-width : 1350px){
	.hide_largeOnly{display: none;}	
	.hide_smallOnly{display: block;}	
}

@media print, only screen and (min-width:1351px){
	.hide_largeOnly{display: none;}
	.hide_smallOnly{display: block;}
}
*/