@charset "euc-jp";

body {
  background-image: url();
  color: #333;
  }

a {
  color: #333;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
 } 

a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	text-decoration:none;
}
.disno {
  display:none;
}  

/*
 * layout
 */
#wrapper {
  max-width: 1000px;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * contents2
 */

#contents2 {
}

#contents2 .topicpath-nav {
  margin-bottom: 5px;
}
  #contents2 .topicpath-nav li {
    padding: 0;
  }
  #contents2 .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}


/* ======================================================================
	kyoutsuu
====================================================================== */

/* 24px black */
.icon-lg-b.icon-home {
  background-position: -264px -24px;
}

.icon-lg-b.icon-mail {
  background-position: -96px -0px;
}
.twbox{
	padding-top:36px;
}

/* ======================================================================
	top-page
====================================================================== */

.conbh2, .itembh2, .upbh2, .catebh2{
	font-size:14px;
	font-weight:normal;
	background-color:#CCC;
	color:#FFF;
	padding: 5px 0 5px 10px;
	/* margin-top: 40px; */
}

.conb01, .conb02, .conb03{
	padding-bottom:18px;
	}	
	
.conbh3{
	font-size:14px;
	font-weight:normal;
	padding-bottom: 0px;	
}
.catebh3{
	font-size:14px;
	font-weight:normal;
	padding-bottom: 0px;	
}
.conbpimg{
	text-align:center;
}
.conbp{
	font-size:12px;	
}

/*.cateb000{
	overflow:hidden;
	padding-top:10px;
} */

.cateb001, .cateb002{
	width: 350px;
	float:left;
}

/* .cateb001{
	padding-right:10px;
} */

.catebp{
	font-size:12px;
	padding-bottom:32px;
}

.tp-alt{
	 font-size:11px;
	 text-align:right;
	 padding:4px 0 0 0;
 }
 
 .icon-b.icon-circled_right {
	background-position: -256px -128px;
	vertical-align:top;
 }
	
	

/* ======================================================================
	topics
====================================================================== */

/* --- 新着情報エリア --- */
div.update {
width: 100%; /* 新着情報エリアの幅 */
font-size: 80%;
padding-top: 24px;
}

/* --- 新着リスト --- */
div.update dl {
width: 100%; /* 新着リストの幅 */
margin: 0;
border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
}

/* --- 日付エリア --- */
div.update dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
margin: 0;
padding: 7px 22px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
.newsdate{
	padding-right:22px;
}

/* ======================================================================
	free-page
====================================================================== */


.fph1{
	padding: 0 0 15px;
    font-size: 20px;	
}

.fph2{
	padding: 0 14px 20px;
    font-size: 16px;
	font-weight:normal;
    border-bottom: 1px solid #a09c9b;
    line-height: 1.2em;
	margin:60px 0;    
}

.sec000, .sec001, .sec002, .sec003{
	padding-bottom:46px;
	overflow:hidden;
}

.secimg001, .secimg003{
	margin-top:36px;
	padding: 36px 0 20px;	
}

.fph3{
	padding: 30px 14px;
    font-size: 14px;
	font-weight:normal;    
    line-height: 1.2em;	
	margin:0 auto;    
}

.fp-p{	 	 
	 font-size:12px;
	 line-height: 24px;
	 padding: 0 14px 15px;	 
 }
 
 .fp-alt{
	 width:220px;
	 font-size:11px;
	 text-align:left;
	 padding:4px 0 0 0;
 }
 .fp-altm{
	 width:100%;
	 font-size:11px;
	 text-align:left;
	 padding:4px 0 0 0;
 }
 .fp-altimg{
	 font-size:11px;
	 padding:4px 0 0 0;
 }
 .fpcate-img{
	 width:89%;
	 margin: 0 auto;
	 padding-top: 40px;
 }
 .linkfp {
	  width:89%;
	  margin: 0 auto 20px auto;
	  border: #d2cccb 1px solid;
	  border-radius: 5px;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  font-size: 14px;
	  background-color: #f2eeed;
	  line-height:28px;
	  padding:0 8px;
}
.icon-b.icon-triangle_right {
  background-position: -320px -128px;
  vertical-align:middle;
}

/* ======================================================================
	item-page
====================================================================== */

 .itm-space{
	  padding:40px 25px;
 }
 .sk-name{
	 padding-bottom:12px;
 }
 .sk-jp{
	 font-size:20px;
	 font-weight:bold;
 }
 .sk-en{
	 font-size:12px;
	 font-weight:bold;
 } 
 .sk-info{
	 font-size:12px;
 }
 .sk-nen{
	 font-weight:normal;
 }
 .sk-reki{
	 padding-bottom:12px;
 }
 
 /* ======================================================================
	footer
====================================================================== */
#footer{
	width: 100%;
	overflow:hidden;
}
.ftr_bnr{	
	background:#d9d7d7;
	padding: 0 0 14px;
	overflow:hidden;
}
.ftr_bnr ul{
	width: 1000px;
	margin: 0 auto;	
	list-style:none;
}
.ftr_bnr ul li{
	 width: 240px;
	float: left;
	margin: 14px 0 0 5px;
	font-size: 12px;
}
.ftr_bnr ul li:first-child{
	margin: 14px 0 0 0;
}
.ftr_bnr ul li .bnr{
	display: block;
	margin: 0 0 0 0;	
}
.ftr_bnr ul li a img{
	filter:alpha(opacity=100);
	opacity: 1;
}
.ftr_bnr ul li a:hover img{
	filter:alpha(opacity=70);
	opacity: 0.7;
	text-decoration: none;
}
.ftr_bnr ul li a:hover{
	text-decoration: none;
}
.ftr_bnr ul li .caption{
	display: block;
	margin: 9px 0 0 0;
}
/* footer contents01
-------------------------------------------------- */
.ftr_contents01{
	width: 100%;
	background: #a8b751;
	color: #ffffff;
}
.ftr_contents01 > div{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 15px;
	overflow:hidden;
}
.ftr_contents01 > div > h2{
	width: 200px;
	float: left;
}
.ftr_link01{
	width: 200px;
	float: right;
	overflow:hidden;
	text-align:left;
	font-size: 12px;	
} 
}
.ftr_link01 > ul{
	display: block;
	width: 200px;
	float: left;
	margin: 0 0 0 80px;
	list-style:none;
}
	
.ftr_link01 > ul > li{
	display: block;
	width: 200px;
	margin: 10px 0 10px;
	list-style:none;
}
.ftr_link01 > ul > li > span{
	display: block;
	padding: 0 0 0;
	border-bottom: 1px solid #eee8aa;
}
.ftr_link01 > ul > li > span > span{
	display: block;
	padding: 0 0 9px;
	border-bottom: 1px solid #726254;
}
.ftr_link01 > ul > li > ul{
	display: block;
	margin: 7px 0 0;
	font-size: 10px;
}
.ftr_link01 > ul > li > ul > li{
	padding: 5px 0 0;
	display: block;
	text-decoration:none;	
}
.ftr_link01 > ul > li > ul > li > a{	
	color: #ffffff;
}
.ftr_link01 ul a{
	color: #ffffff;
	text-decoration:none;	
}
/* footer sns
-------------------------------------------------- */
.ftr_sns{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 200px;
	overflow: hidden;
}
.ftr_sns li{
	display: block;
	width: 33px;
	height: 33px;
	float: left;
	margin: 0 15px 0 0;
	text-indent: -9999px;
}
.ftr_sns li a{
	display: block;
	width: 33px;
	height: 33px;
	filter:alpha(opacity=100);
	opacity: 1;
}
.ftr_sns li.ftr_sns_facebook a{
	background: url(https://file002.shop-pro.jp/PA01347/544/img/ftup001.jpg) 0 0 no-repeat;
}
.ftr_sns li.ftr_sns_twitter a{
	background: url(https://file002.shop-pro.jp/PA01347/544/img/ftup001.jpg) -48px 0 no-repeat;
}
.ftr_sns li.ftr_sns_facebook a:hover,
.ftr_sns li.ftr_sns_twitter a:hover,
.ftr_sns li.ftr_sns_google a:hover,
.ftr_sns li.ftr_sns_hatena a:hover{
	filter:alpha(opacity=70);
	opacity: 0.7;
}
/* footer contents03
-------------------------------------------------- */
.ftr_contents03{
	width: 100%;
	border-top: 1px solid #d9d9d9;
	background: #ffffff;
}
.ftr_contents03 > div{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 15px;
	overflow:hidden;
}
/* copyright
-------------------------------------------------- */
.ftr_contents03 small{
	display:block;
	/* position: relative;
	float: left; */
	font-size: 10px;
}
.ftr_contents03 .ftr_link02{
	float: right;
}
/* ======================================================================
	interview
====================================================================== */
.iv-altm{
	 width:100%;
	 font-size:13px;
	 text-align:left;
	 padding:8px 0 0 0;
}
.iv-altr{
	 width:100%;
	 font-size:13px;
	 text-align:right;
	 padding:8px 0 0 0;
}
.iv-sec000{
	padding-bottom:0px;
	overflow:hidden;
}
.iv-img{
	 width:89%;
	 margin: 0 auto;
}
.iv-secimg003{
	padding: 0 0 20px;	
}
/* ======================================================================
	sns
====================================================================== */
#sns-b{
	margin: 10px 0;
	float: right;
}
.sbox {
	display: inline-block;
	padding: 0 5px 5px 0;
	float: left;
}

/* ======================================================================
	bar-inst
====================================================================== */

@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"),
           url("../font/LigatureSymbols-2.11.woff") format("woff"),
           url("../font/LigatureSymbols-2.11.ttf") format("truetype"),
           url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-font {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga"1, "dlig"1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga"1, "dlig"1;
  -o-font-feature-settings: "liga"1, "dlig"1;
  font-feature-settings: "liga"1, "dlig"1;
}

/*------------------------------------------
// User style start
// change
----------------------------------------- */

.general-button  {
  border-radius: 5px;
  background-color: #4385bf;
}

.general-button:before  {
  border-radius: 5px;
  border-bottom: 0px solid rgba(46,93,135, 0);
  background-color: rgba(46,93,135, 0);
}

.button-content  {
  border-radius: 0px 0px 5px 5px;
  padding: 6px 7.5px;
  box-shadow: 0px 0px 0px 0px rgba(46,93,135, 0);
  color: #f8f8f8;
}

.button-text  {
  padding: 0px 7.5px;
  line-height: 1.5em;
  font-size: 18px;
}

.icon-font  {
  padding: 0px 7.5px;
  font-size: 27px;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  top: -3px;
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
  background-color: #4e8cc2;
}

.general-button:hover:before  {
  border-bottom: 3px solid rgba(46,93,135, 0);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

.general-button:hover .button-content  {
  box-shadow: 0px 3px 0px 0px rgba(46,93,135, 1);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

/*----------------- at active -----------------*/

.general-button:active  {
  background-color: #3b77ad;
  box-shadow: 0px 1.6px 0px 0px rgba(39,80,116, 1) inset;
}

.general-button:active:before  {
  top: -3px;
  padding-bottom: 3px;
  border-bottom: 0px solid rgba(46,93,135, 0);
}

.general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(46,93,135, 0);
}

/*------------------------------------------
// User style end
----------------------------------------- */

/*------------------------------------------
// Core style start
// not change
----------------------------------------- */

.general-button  {
  display: -moz-inline-box;
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;position: relative;
  top: 0px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

.general-button:before  {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-content  {
  display: table;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.button-text  {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.icon-font  {
  display: table-cell;
  vertical-align: middle;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  transition-timing-function: ease-in-out;
}

.general-button:hover:before  {
  transition-timing-function: ease-in-out;
}

.general-button:hover .button-content  {
  transition-timing-function: ease-in-out;
}

/*----------------- at active -----------------*/

.general-button:active  {
  top: 0px;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active:before  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active .button-content  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

/*------------------------------------------
// Core style end
----------------------------------------- */

/*------------------------------------------
// Touch style start
----------------------------------------- */

/*----------------- at hover -----------------*/

.touch .general-button:hover  {
  top: 0px;
  background-color: #4385bf;
}

.touch .general-button:hover:before  {
  border-bottom: 0px solid rgba(46,93,135, 0);
}

.touch .general-button:hover .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(46,93,135, 1);

}

/*----------------- at active -----------------*/

.touch .general-button:active  {
  background-color: #3b77ad;
  box-shadow: 0px 1.6px 0px 0px rgba(39,80,116, 1) inset;
}

.touch .general-button:active:before  {
  top: -3px;
  padding-bottom: 3px;
  border-bottom: 0px solid rgba(46,93,135, 0);
}

.touch .general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(46,93,135, 0);
}

/*------------------------------------------
// Touch style end
----------------------------------------- */
	 
	