/*
Theme Name: Lightning Child
Theme URI: https://lightning.nagoya
Template: lightning
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Description: Lightning is a very simple &amp; easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Tags: two-columns,one-column,right-sidebar,custom-colors,custom-menu,editor-style,theme-options
Version: 4.1.2.1517374049
Updated: 2018-01-31 04:47:29

*/

/*@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);*/

form.sent table{
display:none;
}

.snip1445 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-width: 180px;
  max-width: 500px;
  width: 100%;    padding: 5px 1em 5px 1em;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #ffffff;
}
.snip1445 *,
.snip1445 *:before,
.snip1445 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.snip1445 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.snip1445 figcaption {
  position: absolute;
  bottom: 5px;
  right: 10px;
  padding: 5px 10px 5px;
}
.snip1445 figcaption:before,
.snip1445 figcaption:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.snip1445 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.snip1445 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.snip1445 figcaption div:before,
.snip1445 figcaption div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.snip1445 figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.snip1445 figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.snip1445 h2,
.snip1445 h4 {
  margin: 0;
  text-transform: uppercase;
}
.snip1445 h2 {
  font-size:14px;
  font-weight: bold;
  background-color: rgba(0,0,0,0.6);
  border-top:none;
}
.snip1445 h4 {
  font-size:12px;
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 5px;
  color: #000000;
}
.snip1445 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1445:hover img,
.snip1445.hover img {
  zoom: 1;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after,
.snip1445:hover figcaption div:before,
.snip1445.hover figcaption div:before,
.snip1445:hover figcaption div:after,
.snip1445.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}


.nav>li>a {
    position: relative;
    display: block;
}

/*iPad修正ここから*/
@media screen and (max-width:991px ){
    #gMenu_outer{
        display:none !important;
    }
    #pg-16-0{
        margin-bottom: 0px !important;
    }
}
/*ここまで*/


.clear {
	clear: both;
}
a[href="http://aloha-shoji.co.jp/alhw/category/uncategorized/"] {
	display: none!important;
}
#content-panels {
	display: none;
}
.veu_socialSet {
	display: none !important;
}

#menuBtn{
	display:none;
}

.siteHeader {
	width: 100%;
	z-index: 1000;
	top: 0;
	background-color: rgba(255, 255, 255, 0.80) !important;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	margin-bottom: 0;
	min-height: 46px;
}

.navbar-brand{
	margin-right: 20px;
}

ul.gMenu a {
	background-color: transparent !important;
}
footer {
	border-top: 0px none #337ab7;
}
.siteContent {
	padding: 0;
}
.entry-body, .widget .entry-body {
	padding: 2em 0 0;
}
ul.gMenu {
	float: left;
}
ul.gMenu > li.current-menu-ancestor > a::after, ul.gMenu > li.current-menu-item > a::after, ul.gMenu > li.current-menu-parent > a::after, ul.gMenu > li.current-post-ancestor > a::after, ul.gMenu > li.current_page_ancestor > a::after, ul.gMenu > li.current_page_parent > a::after, ul.gMenu > li > a:hover::after {
	content: ".";
	line-height: 0;
	border-bottom: 0px none #619ED3;
	bottom: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	color: #005BA7;
}

ul.gMenu > li a:hover .gMenu_name {
    color: #000000 !important;
}


ul.gMenu > li a .gMenu_description {
	color: #343f4b;
	font-weight: bold;
}
ul.gMenu > li a .gMenu_name {
	color: #005684;
}
ul.gMenu > li a:hover .gMenu_name {
	color: #307bc9;
}
.siteHeadContainer {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.news_info li h4 {
	display: block;
	float: left;
	clear: none !important;
	margin: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
	font-size: 16px;
	color: #000000;
}
.h_left, .h_right, .h_mail {
	display: block;
	float: left;
}
.h_left {
	padding-top: 10px;
}

/*google_translate_element {
	padding-top: 15px;
	float: left;
	padding-right: 20px;
}
*/
.navbar-brand img {
	max-height: 70px !important;
}
.metaslider .caption-wrap {
	position: absolute;
	bottom: 50px !important;
	left: 30% !important;
	background: black;
	color: white;
	opacity: 0.7;
	margin: 0;
	line-height: 1.4em;
	font-size: 50px;
	padding: 20px;
	width: auto !important;
}
footer {
	background-color: #969696;
	color: #fff;
}
footer .nav li a {
	color: #fff;
	text-align: center;
}
footer .nav li a:hover {
	color: #fff;
	background-color: transparent;
}
footer .copySection p {
	font-size: 12px;
	margin: 0 15px 5px;
	color: #000;
}
.subSection-title, h3 {
    border-bottom: 0px none #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    color: #000;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}




ul.news_info {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	height: 300px;
	background-color: rgb(255, 255, 255);
	padding: 20px;
}
ul.news_info li{
	text-indent:inherit !important;
	padding-left:inherit !important;
}
.entry-body ul.news_info li::before {
    content: '' !important;
    padding-right:0px !important;
}


.news_info .info_date {
	display: block;
	background-color: #000000;
	border-radius: 20px;
	width: 150px;
	height: 23px;
	text-align: center;
	color: #FFF;
	float: left;
	font-size: 16px;
	padding: 1px 2px 3px 2px;
	margin-right: 10px;
	background-size: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.sow-carousel-item h3 {
	background-color: #FFF;
	border-left: none 0px;
	padding-left: 10px;
}
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
	font-size: 15px;
	text-align: center;
	font-weight: 500;
	color: #474747;
	margin: 10px 0 0 0;
	border-radius: 40px;
}
.postList_body .modified {
	display: none;
}
.subSection-title::after, h3::after {
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
	width: 30%;
	border-bottom: 0px none #005684;
}
.goog-te-gadget {
	font-family: arial;
	font-size: 11px;
	color: #666;
	white-space: normal !important;
}

.red {
	color: rgba(221,0,3,1.00);
}



h3 {
	background-color: transparent !important;
}

h3 {
	position: relative;
	margin-bottom: 1em;
	text-align: center;
	border-bottom: none !important;
	padding: 0px;
	padding-left: 0px !important;
	text-shadow: 0px 0px 5px #FFF;
}
h3:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 30%;
	height: 3px;
	left: 50%;
	transform: translateX(-50%);
	background-color: transparent;
	border-radius: 2px;
	border-bottom: dotted 2px #900000;
}






h4 {
    padding: 10px 15px 8px;
    background-color: #f95f62;
    border-radius: 4px;
    color: #FFF;
}


h5 {
    padding: 7px 7px 3px;
    border-top: 0px none #ccc;
    border-bottom: 1px solid #840000;
    background-color: #f2f2f2;
    color: #424242;
}



.btn-default:focus, .btn-default:hover {
    background-color: #000000;
    color: #fff;
    border-color: #B73333;
}




body .monochrome-light input.wpcf7-form-control.wpcf7-submit, body .monochrome-light input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background-color: #0078ff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
}


body .monochrome-light input.wpcf7-form-control.wpcf7-date, body .monochrome-light input.wpcf7-form-control.wpcf7-number, body .monochrome-light input.wpcf7-form-control.wpcf7-quiz, body .monochrome-light input.wpcf7-form-control.wpcf7-text, body .monochrome-light select.wpcf7-form-control.wpcf7-select, body .monochrome-light textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: #FFF;
    border: 2px solid #003d78;
    color: #303030;
    font-size: 15px;
    line-height: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 21px 22px 17px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    resize: none;
}


footer .footerMenu {
    border-top: 0px none;
    border-bottom: 0px none;
    background-color: #969696;
}


.copySection{
	padding-top: 10px;
	padding-bottom: 10px;
}


.goog-te-gadget-simple {
    background-color: #fff;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #d5d5d5;
    font-size: 10pt;
    display: block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
    float: left;
	border-radius: 5px;
}




.h1, h1 {
    font-size: 24px;
}




.logged-in div.wpcf7 {

    position: relative;
    margin-top: 0px;

}


.mini-content-3 .slide-text-title {
	display: block;
	background-color: rgba(255,255,255,0.7);
	padding: 10px;
}


body .twenty-fifteen-pattern button, body .twenty-fifteen-pattern input[type="button"], body .twenty-fifteen-pattern input[type="reset"], body .twenty-fifteen-pattern input[type="submit"] {
    font-size: 1.6rem;
    padding: .8125em 1.625em;
    background: #767676;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}


header *{
    transition-duration:500ms;
	transition-property:all;
}

.sow-more-text a{
	display: block;
	background-color: #767676;
	color: #FFF !important;
	padding: 10px;
	border-radius: 10px;
}

ul.gMenu > li > a:hover .gMenu_description {
    color: #fff;
}





.keisan form .form-control {
    display:inline !important;
    width:120px !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}



body .twenty-fifteen-pattern input[type="email"], body .twenty-fifteen-pattern input[type="submit"], body .twenty-fifteen-pattern input[type="text"], body .twenty-fifteen-pattern input[type="url"], body .twenty-fifteen-pattern textarea {
    width: 100%;
    padding: .5278em;
    line-height: normal;
    font-size: 16px !important;
    border: 1px solid rgba(51,51,51,.1);
    color: rgba(51,51,51,.7);
    background: #f7f7f7;
    border-radius: 0;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    font-family: "Noto Serif",serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.entry-body ul {
 	list-style: none;
	list-style-position: inside;
}
.entry-body ul li{
	/*text-indent:-1em;*/
	padding-left:1em;
}

.entry-body .textwidget ul li:before {
	font-family: FontAwesome;
	content: '\f054'; /* アイコンのunicode */
	padding-right: 6px;
	color: #767676;
}


.waku1{
	border: 5px solid #F0EF00;
    padding: 20px;
}

body .twenty-fifteen-pattern p {
    font-weight:100 !important;
}

.banner_bt a{
	display: block;
	background-color: #FFF;
	color: #000000;
	padding: 20px;
	border-radius: 10px;
	border: solid 2px #FF1D1D;
}


.current_page_item{
	/*border-bottom: solid 2px #005684;*/
	background-color: rgba(86, 86, 86, 0.5);
}



.navbar {
    border: 0px solid transparent;
}

.scanline {
	background-image: url(img/scanline-1.png);
}


.sns_icons{
	display: flex;
	/*justify-content: space-around;*/
}

.sns_icons .sns_set{
	padding-top: 3px;
}

.sns_icons #instagram{
	padding-left: 20px;
}

.sns_icons a{
    display: block;
    border-radius: 50px;
    background-color: #005684;
    overflow: hidden;
    width: 30px;
    height: 30px;
    color: #FFF;
    padding-top: 5px;
    padding-left: 8px;
	margin-left: 10px;
	margin-right: 10px;
}

.sns_icons a:hover {
	background-color: #FFF;
	color: #005684;
	text-decoration: none;
}

	.header_right{
		display: block;
		float: right;
		width: 550px;
	}


i.fab{
	font-family: FontAwesome;
	font-style: normal;
}

.s_instagram{
	padding-top: 4px !important;
}


.page-header {
    background-color: #b2b2b2;
    color: #fff;
}


.estatePage .published {
	display: none;
}



ul.c_form , ul.c_form li{
	padding-left: 0px;
}

/*
メニューボタンカラー
*/

header nav .current_page_item {

    border-bottom: solid 2px #fff;
    background-color: rgba(255, 255, 255, 0.5);
    background-color: #e95a92;

}

ul.gMenu > li a .gMenu_name{
	color: #000000;
	
}


ul.gMenu > li.current_page_item a .gMenu_name{
	color: #FFFFFF;
	
}

header ul.gMenu {
    width: 100%;
}


header ul.gMenu > li {
    position: relative;
    float: left;
    width: 11%;
	font-size: 14px;
	color: rgba(0,0,0,1.00);
}

#header_widget p{
	margin-bottom: 0px !important;	
}



ul.c_form,ul.c_form li {
	margin: 0px;
	padding: 0px;
	display:block;
	text-indent: 0em !important;
	width: 100%;
	margin-bottom: 5px;
}

ul.c_form li {
	border-bottom: solid 1px #B5B5B5;
	/*height: 60px;*/
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.c_form li .int .mini{
	width: 25%;
	display: inline;
}



ul.c_form li label{
	display:block;
	float: left;
	width: 30%;
	padding-top: 10px;
}

ul.c_form li .int{
	display:block;
	float: left;
	width: 70%;
}


ul.c_form li p{
	float: left;	
}


.form_mini{
	width: 40% !important;
	display: inline;
}




.pp{
	display: block;
	overflow-y: scroll;
	height: 200px;
}

.link_zure {
    margin-top:-100px;
    padding-top:100px;
}

.breadSection {
    margin-bottom: 0px;
}


.widget_nav_menu .menu-item {
	background-color:#c20000;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 5px;
	border-bottom: solid 1px rgba(119,0,1,1.00);
}
.widget_nav_menu .menu-item a{
	color: #FFF;
	border-bottom: none !important;
}
.widget_nav_menu .menu-item:hover {
	background-color:#830000;
	border-top: solid 1px rgba(50,50,50,1.00);
	border-bottom: none;
}
.widget_nav_menu .menu-item a:hover{
	text-decoration: none;
}







@media screen and ( min-width:992px ) {
	
	.pc_only{
		display: block;
	}
	.sm_only{
		display: none;
	}
	
	.athome2{
		margin-left: auto;
		margin-right: auto;
		width: 687px;
	}
	
	.athome3{
		margin-left: auto;
		margin-right: auto;
		width: 916px;
	}
	
	
	nav li {
		width: 150px;
	}
	.gMenu_outer.itemClose, .gMenu_outer.itemOpen {
    	display: block;
		float: left;
		padding-top: 0px;
	}
	
	
	ul.gMenu a {
		background-color: transparent !important;
		height: 35px;
		padding-top: 10px;
	}
	
	ul.gMenu > li > ul.sub-menu li {
		width: 240px;
		left: -120px;
		margin: 0;
		display: block;
		overflow: visible;
		position: relative;
		list-style: none;
		-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2);
		box-shadow: 1px 1px 3px 
	rgba(98, 98, 98, 0.37);
	background-color:
		#fff;
	}

	
	
	.facepic {
		display: block;
		float: right;
		text-align: center;
		padding-right: 150px;
	}
	
	
	.sliders {
		/*margin-top: 0px !important;*/
	}
	
	/*
	.siteContent_after .widget{
		float: left;
		width: 50%;
	}
	*/
	
	.bt_list01{
		padding: 0px;
		margin: 0px;

		  display: -webkit-box;
	  display: -ms-flexbox;
		display: flex;
	  -webkit-box-pack: justify;
		 -ms-flex-pack: justify;
	   justify-content: space-between;
		margin-bottom: 20px;
	}

	.bt_list01 li{
		padding: 0px;
		margin: 0px;	
	}


	.bt_list01 li a{
		display: block;
		padding: 10px;
		width: 300px;
		background-color: rgb(170, 4, 4);
		color: rgba(255,255,255,1.00);
		font-style: normal;
		font-weight: bold;
		text-align: center;
		border-radius: 30px;
	}
	
	.bt_list01.bt_list02 li a{
		width: 500px;
	}
	
	
	
	
	
	
	
	
	.header_right{
		display: block;
		float: right;
		width: 620px;
	}
	
	
	
	
	
	
	
	
	
	.pics_set1{
		width: 640px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media screen and (min-width:992px){
	header nav{
		width: 970px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and ( min-width:1200px ) {
	.siteHeader {
		/*background-image: url(img/header_back1.png);*/
		background-repeat:no-repeat;
		background-position-x: center;
		background-position-y: bottom;
	}
	
	
	header nav{
		width: 1170px;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	
	
}




@media screen and (min-width:768px){
	footer .footerMenu li a {
	    border-left: 0px none;
    	padding-top: 4px;
    	padding-bottom: 4px;
	}
	footer .footerMenu li:last-child a {
    	border-right: 0px none;
	}
	
	
	#header_widget {
		display: block;
		float: left;
	}
	
	#header_widget {
		padding-top: 0px;
		width: 450px;
		margin-top: 15px;
		
	}
	
	.translated-ltr header{
		top:38px;
	}
	
	
	
	footer nav ul{
		display:flex;
		/*width: 760px;*/
		margin: auto !important;
		margin-left: auto !important;
		margin-right: auto !important;
		
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	   justify-content: center;
		
	}
	
	footer nav ul li{
		width: auto;
	}
	
	
	header .navbar-header{
		width: 100%;
	}
	
	header {
		transition: all 0.5s ease-out;
	}
	
	footer {
		margin-bottom: 0px;
	}
	
	
	.scrolled header{
		margin-top: -80px;
	}
	
	#gMenu_outer{
		width: 100%;
		border-top: solid 1px #000000;
		padding-top: 0px;
		display: flex;
		justify-content: space-between;
		
	}
	
	
	.siteContent {
		margin-top: 0px;
	}
	
	.siteContent_after {
		background-color: #FFF;
		position: fixed;
		bottom: 0px;
		width: 100%;
		height: 60px;
		padding: 10px 20px 10px 20px;
		z-index: 1000;
	}
	
		
	footer .sectionBox{
		width: 650px !important;
	}
	
	footer .sns_icons{
		margin-top: 20px;
		border-right: solid 1px #000;
	}

	
}


@media screen and (max-width:991px ){
	
	
	.sm_only{
		display: block;
	}
	.pc_only{
		display: none;
	}
	
	.siteContent {
    	margin-top: 0px !important;
	}
	
	
	
	.page-header{
		margin-top: 0px !important;
	}
	
	
	#wpadminbar{
		margin-top: -50px;
	}
	
	#top__fullcarousel{
		margin-top: 0px !important;
	}
	#menu-sakura {
		display:none;	
	}
	
	#menuBtn{
		margin-top: 30px;
	}
	
	.siteHeader{
		position: relative !important;
	}
	.sliders{
		margin-top: 0px !important;
	}
	
	.goog-te-gadget {
    	text-align: right;
	}
	
	.goog-te-gadget-simple {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	/*
	#gMenu_outer nav{
		position: absolute !important;
		left: 1px;
	}
	*/
	.clear_mob{
		clear: both;
	}
	
	
	#header_widget .textwidget p{
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
	
	header {
		top:0px !important;
	}
	
	.alignright, img.alignright {
		display: inline;
		float: right;
		margin-left: 20px;
		margin-top: 4px;
		width: 50%;
	}
	
	
	ul.gMenu {
    	float: none;
	}

	
	.gMenu_outer {

		overflow:auto;
		height:auto;

	}
	
	/*
	.sm_half{
		display: block !important;
		width: 100%;
	}
	
	.sm_half:after{
		clear: both !important;
	}
	
	.sm_half .panel-grid-cell{
		width: 50% !important;
		float: left;
	}*/
	
	
	
	.bt_list01{
		padding: 0px;
		margin: 0px;
	}

	.bt_list01 li{
		padding: 0px;
		margin: 0px;
		display: block;
		
		margin-bottom: 20px;
		padding-left: 0px !important;
}


	.bt_list01 li a{
		display: block;
		padding: 10px;
		width: 100%;
		background-color: rgb(170, 4, 4);
		color: rgba(255,255,255,1.00);
		font-style: normal;
		font-weight: bold;
		text-align: center;
		border-radius: 30px;
	}
	
	.bt_list01.bt_list02 li a{
	}
	
	

	

	
}



@media screen and (max-width:640px ){
	
	.tables3 table{
		display: table;
		width: 100%;
		float: none;
	}
	
	
	.entry-body img.alignleft{
		width: 100%;
    	display: inline;
    	float:none;
    	margin-right: 20px;
    	margin-top: 4px;
		
	}
	
	
	header ul.gMenu > li {
		position: relative;
		float: left;
		width: 100%;
		font-size: 16px;
		color: rgba(0,0,0,1.00);
	}
	
	
/*	#google_translate_element {
		padding-top: 15px;
		float: none;
		padding-right: 0px;
		width: 130px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
*/	
	
	.header_right {
		display: block;
		float: right;
		width: 100%;
	}
	
	#h_tel{
		display: inline-block;
		text-align: center;
	}
	
	
	
}




