@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: https://lightning.nagoya
Template: lightning
Description: Lightning is a very simple & 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.
Author: Vektor,Inc.
Tags:
Version: 0.1.2
*/



/************ BTN ************/
.btn-wrapper{
   text-align:center;
}



.btn1 {
			color: #FFF;
			font-size:20px;
			font-weight: bold;
			font-family: 'Impact';
			text-decoration: none!important;
			background: #709917;
			border-bottom: solid 4px #E63978;
    border-radius: 6px;
			border-width: 0px;
			width: 100%;
    height: 60px;
    line-height: 60px;
			text-align: center;
			vertical-align: middle;
    overflow: hidden;
			display: inline-block;
			position: relative;
			margin-top:20px;
			margin-bottom:20px;
			/*padding-top:;
			padding-right:;
			padding-bottom:;
			padding-left:;*/
 }

.btn1:hover {
			color:#ffffff;
			background:#A1B37D;
    border-bottom: none;
			text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}





/************* STYLE *************/
img.qw {
    border: solid 1px #808080; 
    box-shadow: 0px 0px 5px #808080; 
}

.bb {
font-weight:bold;
}

.bl {
font-weight:bold;
font-size:larger;
}

.by {
background-color:#F8E0E0;
font-weight:bold;
}

.byb {
background-color:#E8F2FE;
font-weight:bold;
}


.bp {
color:#FE2E2E;
font-weight:bold;
}


.bpy {
color:#FE2E2E;
background-color:#F8E0E0;
font-weight:bold;
}
