@charset "UTF-8";

/* ------------------allpage class set------------------  ------------------allpage class set------------------  ------------------allpage class set------------------ */

html{
	font-family:'Arial',
	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	Meiryo, メイリオ, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body{
	background-color:#f4f7fa;
	font-size: 20px;
	height:100%;
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
	color:#5b9031;
}

a:link {
	text-decoration:none;
}
a:visited { 
	text-decoration:none;
}
a:hover { 
	text-decoration: underline;
}
a:active { 
	text-decoration:none;
}

.content_wrapper a{
	color: #63bb7e;
	text-decoration: none;
}

.content_wrapper a:hover {
	color: #f5f5f5;
	text-decoration: none;
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
}


::selection {
	background:#7ecd96; /* Safari */
}

::-moz-selection {
	background:#7ecd96 ; /* Firefox */
}

.mt0{
	margin-top: 0px;
}

.mt20{
	margin-top: 20px;
}

.mt50{
	margin-top: 50px;
}

.mb20{
	margin-bottom: 20px;
}

.mb50{
	margin-bottom: 50px;
}

.mb70{
	margin-bottom: 70px;
}

.ml20{
	margin-left: 20px;
}

.ml50{
	margin-left: 50px;
}

.ml100{
	margin-left: 100px;
}

.ml200{
	margin-left: 200px;
}

.ml300{
	margin-left: 300px;
}

.ml350{
	margin-left: 350px;
}

.mr10{
	margin-right: 10px;
}

.mr15{
	margin-right: 15px;
}

.mr20{
	margin-right: 20px;
}

.mr50{
	margin-right: 50px;
}

.pb20{
	padding-bottom: 20px;
}

.ta_c{
	text-align: center;
}

.ta_r{
	text-align: right;
}


.f_l{
	float: left;
}

.f_r{
	float: right;
}

.wd600{
	width:600px;
}

.wd700{
	width:700px;
}

.wd800{
	width:800px;
}

.wd100per{
	width: 100%;
}

.tx_nor{
	font-size: 0.8em;
}

.bb1{
	border-bottom: #cccccc 1px solid;
}

.bbd1{
	border-bottom: #cccccc 1px dotted;	
}

.ppol li{
	margin-left: 10px;
}

#jPanelMenu-menu {
  background: #3b3b3b; }
  #jPanelMenu-menu ul {
  	list-style: none;
  	padding: 0px;
  	margin: 0px;
    border-bottom: 1px solid #484848; }
  #jPanelMenu-menu li a {
    background: #3b3b3b;
    background: -o-linear-gradient(top, #3e3e3e, #383838);
    background: -ms-linear-gradient(top, #3e3e3e, #383838);
    background: -moz-linear-gradient(top, #3e3e3e, #383838);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e3e3e), color-stop(1, #383838));
    background: -webkit-linear-gradient(#3e3e3e, #383838);
    background: linear-gradient(top, #3e3e3e, #383838);
    font-family: "museo-sans", "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    display: block;
    padding: 0.5em 5%;
    border-top: 1px solid #484848;
    border-bottom: 1px solid #2e2e2e;
    text-decoration: none;
    text-shadow: 0 -1px 2px #222222;
    color: #f7f7f7; }
    #jPanelMenu-menu li a:hover, #menu_left li a:focus {
      background: #404040;
      background: -o-linear-gradient(top, #484848, #383838);
      background: -ms-linear-gradient(top, #484848, #383838);
      background: -moz-linear-gradient(top, #484848, #383838);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #484848), color-stop(1, #383838));
      background: -webkit-linear-gradient(#484848, #383838);
      background: linear-gradient(top, #484848, #383838); }
    #jPanelMenu-menu li a:active {
      background: #363636;
      background: -o-linear-gradient(top, #3e3e3e, #2e2e2e);
      background: -ms-linear-gradient(top, #3e3e3e, #2e2e2e);
      background: -moz-linear-gradient(top, #3e3e3e, #2e2e2e);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e3e3e), color-stop(1, #2e2e2e));
      background: -webkit-linear-gradient(#3e3e3e, #2e2e2e);
      background: linear-gradient(top, #3e3e3e, #2e2e2e);
      -moz-box-shadow: 0 2px 7px #222222 inset;
      -webkit-box-shadow: 0 2px 7px #222222 inset;
      box-shadow: 0 2px 7px #222222 inset;
      border-top-color: #222222;
      padding-top: 0.55em;
      padding-bottom: 0.45em;
  }

 #jPanelMenu-menu ul li.active a{
 	background: #555555;
 }

 .g-recaptcha div{
	margin: auto;
}


/* ------------------pc------------------------------------pc------------------------------------pc------------------ */

@media screen and (min-width: 800px) {

/* ------------------layout class set------------------ */

html{
	width:100%;
	height:100%;
}

body{
	background-color:#f4f7fa;
	font-size: 20px;
	height:100%;
	margin:0px;
	padding:0px;
}

header{
	max-width: 1000px;
	min-width: 950px;
	margin:0px auto 20px auto;
	padding-top: 10px;
}

#devicemain{
	width:900px;
	padding:20px;
	margin:auto auto;
	text-align:left;
	font-size:0.7em;
	color:#424242;
}

#sp_menu{
	display: none;
}

#menu_left{
	display: none;
}

#jPanelMenu-menu{
	display: none;	
}

#navpc{
	display: block;
}

.logo{
	float:left;
	padding-left:10px;
}

.logo img{
	width:180px;
}

.submenu{
	float:right;
	width:auto;
	height:39px;
	margin-right: 10px;
}

.fblikebox{
	float:right;	
	padding:0px;
	margin-top: 4px;
	width:158px;
	height: 30px;
	overflow: hidden;
}

.fblikebox .fb_iframe_widget span{
	vertical-align: top!important;
}


header ul {
	padding:0px;
	text-align: center;
	height:20px;
	margin:0px 0px 10px 0px;
	list-style:none;
}

header ul li {
	float:left;
	padding:0px 5px 0px 5px;
	font-size: 0.6em;
}

header ul li a{
	width:auto;
	padding:5px 10px 5px 10px;
	display: block;
	color:#424242;
}

header ul li a:hover{
	color: #ffffff;
	background-color: #7ecd96;
	text-decoration: none;
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
}

header .current{
	width:auto;
	padding:5px 10px 5px 10px;
	display: block;
	color: #ffffff;
	background-color: #7ecd96;
	text-decoration: none;
}

nav{
	/*width:100%;*/
	width:1000px;
	min-width:950px;
	margin:0px auto 0px auto;
}

nav ul {
	margin: 0px 0px 5px 0px;
	padding:0px;
	text-align: center;
	width: 100%;
	display: table;
	border-left: #dddddd 1px solid;
	border-right: #dddddd 1px solid;
}

nav ul li {
	display: table-cell;
	font-size: 0.7em;
	line-height: 1.2em;
}

nav ul li a{
	width:auto;
	padding:5px 10px 5px 10px;
	display: block;
	color:#424242;
	line-height: 1.4em;
}
nav ul li a.navpc-color {
	color: #5b9031;
}
nav ul li a:hover{
	color: #ffffff;
	background-color: #7ecd96;
	text-decoration: none;
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	line-height: 1.4em;
}

nav ul li.current{
	color: #ffffff;
	padding:5px 10px 5px 10px;
	background-color: #7ecd96;
	text-decoration: none;
	line-height: 1.4em;
}

.locnav{
	background-color: #ffffff;
}

.tabrow {
    text-align: center;
    list-style: none;
    margin: 0px 0 20px;
    padding: 0px;
    padding-top: 10px;
    line-height: 24px;
    height: 40px;
    overflow: hidden;
    font-size: 12px;
    font-family: verdana;
    position: relative;
    margin-top: -5px;
}
.tabrow li {
    border: 1px solid #ddd;
    background: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-shadow: 0 1px #FFF;
    margin: 0 0;
    padding: 10px 40px 10px  40px ;
    cursor: pointer;
}

.tabrow li:hover {
    border: 1px solid #ddd;
    background: #eeeeee;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-shadow: 0 1px #FFF;
    margin: 0 0;
    padding: 10px 40px 10px  40px ;
}

.tabrow a {
	  color: #555;
	  text-decoration: none;
}
.tabrow li.selected {
    background: #e9e9e9;
    color: #333;
    z-index: 2;
    border-bottom-color: #FFF;
}
.tabrow:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ddd;
    z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.tabrow li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}


.contactbox{
	padding: 5px 5px 5px 5px;
	width: 100%;
	height: 32px;
	background: #424242;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

.logo_c2 img{
	width: 180px;
	}

.contactboxfixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}

.contactbox .logo_c2 img{
	width: 180px;
	margin-left: 10px;
	float: left;
}

.head_tel{
	float: right;
}

.head_tel img{
	width: 310px;
	margin-right: 10px;
}

.head_btn{
	float: right;
	font-size: 0.65em;
	margin-top: 7px;
}

.contactbox .head_btn .btn{
	padding: 8px;
}



.footer{
/*	position: absolute;*/
/*	bottom:20px;	   */
/*	left:50%;		   */
	color:#424242;
	font-size: 0.6em;
	width: 600px;
	text-align: center;
	margin: auto auto;
	padding-top: 10px;
	padding-bottom: 30px;
}


.single_column_wrapper{
	max-width: 1000px;
	min-width: 950px;
	margin: auto auto;
	padding: 0;
	margin-top: 40px;
}
.single_column{
	text-align: left;
}


.two_column_wrapper{
	max-width: 1000px;
	min-width: 950px;
	margin: auto auto;
	padding: 0;
	margin-top: 40px;
}

.left_column{
	width: 20%;
	padding: 2%;
	text-align: left;
	float: left;
	background-color: #FFFFFF;
	font-size: 0.8em;
}

.right_column{
	width: 72%;
	padding: 2%;
	padding-top: 0;
	float: left;
}


/* ------------------arrow class set------------------ */

.arrow_down{
	width:79px;
	position: absolute;
	bottom:20px;
	right: 20px;
	text-align: center;
	margin:auto auto;	
}

.arrow_down img{
	width:55px;
	margin-top: 20px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-ms-filter: "alpha(opacity=50)";	
}

.arrow_down a:hover{
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
}

.arrow_down_top{
	margin-top: -100px;
}


.arrow_up{
	width:79px;
	position: absolute;
	bottom:20px;
	right: 20px;
	text-align: center;
	margin:auto auto;	
}

.arrow_up img{
	width:55px;
	margin-top: 20px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-ms-filter: "alpha(opacity=50)";	
}

.arrow_up a:hover{
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
}


.arrow_left{
	width:79px;
	position: absolute;
	top:0px;
	left: 0px;
	height:400px;
	text-align: center;
	margin:auto auto;
	z-index: 9999;

	opacity: 0.05;
	filter: alpha(opacity=5);
	-moz-opacity: 0.05;
	-ms-filter: "alpha(opacity=5)";
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
}

.arrow_left a{
	width:50px;
	height: 50px;
}

.arrow_left img{
	width:55px;
	margin-top: 120px;
}

.arrow_left a:hover{
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
}

.arrow_right{
	width:79px;
	position: absolute;
	top:10px;
	right: 0px;
	height:400px;
	text-align: center;
	margin:auto auto;	
	z-index: 9999;

	opacity: 0.05;
	filter: alpha(opacity=5);
	-moz-opacity: 0.05;
	-ms-filter: "alpha(opacity=5)";
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
}

.arrow_anim{
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-ms-filter: "alpha(opacity=50)";
	
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
}

.arrow_right a{
	width:50px;
	height: 50px;
}

.arrow_right img{
	width:55px;
	margin-top: 120px;
}

.arrow_right a:hover{
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
}

.inner_link{
	width: 800px;
	margin: auto auto;
	margin-top: 30px;
}

.inner_link div{
	width: 380px;
	text-align: center;
	border:#39b7a8 1px solid;
	padding: 5px;
	font-size: 0.8em;
	color: #39b7a8;
	cursor: pointer;
}


.inner_link div:hover{
	background-color: #39b7a8;
	font-size: 0.8em;
	color: #ffffff;
}



/* ------------------cf class set------------------ */


.cf:before,
.cf:after {
    content:"";
    
    display:block;
}
 
.cf:after {
    clear:both;
}
 
.cf {
    zoom:1;
}

.container {
	width: 960px;
	margin: 0 auto;
	position:relative;
}
.container2 {
	width: 100%;
	margin: auto;
	position:relative;
	font-size:.75em;
}

.btn{
	background-color: #30b5a1;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #f5f5f5;
}

.btn:hover{
	background-color: #7ecd96;
	text-decoration: none;
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.hfix{
	height: 650px;
}


}

#jPanelMenu-menu {
  background: #3b3b3b; }
  #jPanelMenu-menu ul {
  	list-style: none;
  	padding: 0px;
  	margin: 0px;
    border-bottom: 1px solid #484848; }
  #jPanelMenu-menu li a {
    background: #3b3b3b;
    background: -o-linear-gradient(top, #3e3e3e, #383838);
    background: -ms-linear-gradient(top, #3e3e3e, #383838);
    background: -moz-linear-gradient(top, #3e3e3e, #383838);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e3e3e), color-stop(1, #383838));
    background: -webkit-linear-gradient(#3e3e3e, #383838);
    background: linear-gradient(top, #3e3e3e, #383838);
    font-family: "museo-sans", "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    display: block;
    padding: 0.5em 5%;
    border-top: 1px solid #484848;
    border-bottom: 1px solid #2e2e2e;
    text-decoration: none;
    text-shadow: 0 -1px 2px #222222;
    color: #f7f7f7; }
    #jPanelMenu-menu li a:hover, #menu_left li a:focus {
      background: #404040;
      background: -o-linear-gradient(top, #484848, #383838);
      background: -ms-linear-gradient(top, #484848, #383838);
      background: -moz-linear-gradient(top, #484848, #383838);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #484848), color-stop(1, #383838));
      background: -webkit-linear-gradient(#484848, #383838);
      background: linear-gradient(top, #484848, #383838); }
    #jPanelMenu-menu li a:active {
      background: #363636;
      background: -o-linear-gradient(top, #3e3e3e, #2e2e2e);
      background: -ms-linear-gradient(top, #3e3e3e, #2e2e2e);
      background: -moz-linear-gradient(top, #3e3e3e, #2e2e2e);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e3e3e), color-stop(1, #2e2e2e));
      background: -webkit-linear-gradient(#3e3e3e, #2e2e2e);
      background: linear-gradient(top, #3e3e3e, #2e2e2e);
      -moz-box-shadow: 0 2px 7px #222222 inset;
      -webkit-box-shadow: 0 2px 7px #222222 inset;
      box-shadow: 0 2px 7px #222222 inset;
      border-top-color: #222222;
      padding-top: 0.55em;
      padding-bottom: 0.45em; }

 #jPanelMenu-menu ul li.active a{
 	background: #555555;
 }

.btn{
	border: none;
}

.main_cta{
	margin-left: 0;
}

.main_contact1{
	margin-top: 20px;
	width:  350px;
	text-align: center;
}

.main_contact2{
	margin-top: 20px;
	margin-right: 20px;
	width:  250px;
	text-align: center;
}


/* ------------------max-width: 800px------------------  ------------------max-width: 800px------------------  ------------------max-width: 800px------------------ */




@media screen and (max-width: 800px) {


html{
	width:100%;
	height:100%;
}

body{
	background-color:#f4f7fa;
	font-size: 20px;
	height:100%;
	margin:0px;
	padding:0px;
	-webkit-overflow-scrolling: touch;
}

header{
	display: none;
}

#devicemain{
	width:100%;
	margin:auto auto;
	text-align:left;
	font-size:0.7em;
	color:#424242;
}

.leftinner_inner{
	padding: 20px;
}

#navpc{
	display: none;
}


#sp_menu{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9998;
}

#sp_menu img{
	width:50px;
}

.logo{
	display: none;
}

.submenu{
	float:right;
	width:auto;
	height:39px;
}

.fblikebox{
	display: block!important;
}

.contactbox{
	display: none;
}

.contactboxfixed {
	display: none;
}

.contactbox .logo_c2{
	display: none;
}

.head_tel{
	display: none;
}

.head_btn{
	display: none;
}

.contactbox .head_btn .btn{
	padding: 8px;
}

.footer{
/*	position: absolute;*/
/*	bottom:20px;	   */
/*	left:50%;		   */
	color:#424242;
	font-size: 0.4em;
	width: 100%;
	text-align: center;
	margin: auto auto;
	padding-top: 10px;
	padding-bottom: 30px;
}

.locnav{
	background-color: #ffffff;
}

.tabrow {
    text-align: center;
    list-style: none;
    margin: 0px 0 20px;
    padding: 0px;
    padding-top: 10px;
    line-height: 24px;
    height: 40px;
    overflow: hidden;
    font-size: 12px;
    font-family: verdana;
    position: relative;
    margin-top: -5px;
}
.tabrow li {
    border: 1px solid #ddd;
    background: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-shadow: 0 1px #FFF;
    margin: 0 0;
    padding: 10px 2px 10px  2px ;
}
.tabrow a {
	  color: #555;
	  text-decoration: none;
}
.tabrow li.selected {
    background: #e9e9e9;
    color: #333;
    z-index: 2;
    border-bottom-color: #FFF;
}
.tabrow:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ddd;
    z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.tabrow li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}

/* ------------------arrow class set------------------ */

.arrow_down{
	display: none;
}

.arrow_up{
	display: none;
}

.arrow_left{
	display: none;
}

.arrow_right{
	display: none;
}


.inner_link{
	width: 800px;
	margin: auto auto;
	margin-top: 30px;
}

.inner_link div{
	width: 380px;
	text-align: center;
	border:#39b7a8 1px solid;
	padding: 5px;
	font-size: 0.8em;
	color: #39b7a8;
	cursor: pointer;
}


.inner_link div:hover{
	background-color: #39b7a8;
	font-size: 0.8em;
	color: #ffffff;
}

.btn{
	background-color: #30b5a1;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #f5f5f5;
}

.btn:hover{
	text-decoration: none;
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
}

.hfix{
	height:inherit;
}

.privacyfoot{
	float: none;
	text-align: right;
}

#menu_left{
	display: block;
}

.ml350{
	margin-left: 0px;
}

/* ------------------cf class set------------------ */


.cf:before,
.cf:after {
    content:"";
    
    display:block;
}
 
.cf:after {
    clear:both;
}
 
.cf {
    zoom:1;
}

.btn{
	border: none;
}

.main_contact1{
	width:  100%;
	text-align: center;
}


.main_contact2{
	width:  100%;
	text-align: center;
	margin-bottom: 0px;
}

.main_cta{
	margin-left: 0px;
}

}




