/*
Theme Name: lightning_child
Template: lightning
*/
@import url('../lightning/style.css');

.navbar-brand{
	font-size:28px;
}
body, input, textarea{ 
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "游ゴシック", YuGothic, "ＭＳ ゴシック", sans-serif !important;
}

@media screen and (max-width: 480px) {
	.navbar-brand{
		font-size:16px;
	}
	.sp_no_display{
		display: none;
	}
}

h1.mainSection-title {
	text-align: center;
}

/* 20180108 text decoration */
.bg_line_yellow{
	background: linear-gradient(transparent 60%, #ff0 0%);
	font-weight: bold;
}
.bg_line_yellow2{
	background: linear-gradient(transparent 60%, #ff0 0%);
	color: #eb6c65;
	font-weight: bold;
}
.bg_line_you{
	background: linear-gradient(transparent 0%, #ffe0e0 0%);
}
.bg_line_me{
	background: linear-gradient(transparent 0%, #e0ffff 0%);
}
.txt_red{
	color:#ff0000;
}
.txt_red_bold{
	color:#ff0000;
	font-weight: bold;
}
.post p a {
	text-decoration: underline;
}
/* 20180110 footer menu fo sp */
ul.footer_menu {
	margin: 0 auto;
	padding: 8px 0px 7px;
	width: 100%;
	overflow: hidden;
	display: table;
}
ul.footer_menu li {
	padding: 0;
	display: table-cell;
	vertical-align:middle;
	list-style-type: none;
	font-size: 8px;
}
ul.footer_menu li a i{
	font-size: 24px;
}
ul.footer_menu li a {
	border: none;
	display: block;
	color: #666;
	text-align: center;
	text-decoration: none;
	}
.footer_menu {
	position: fixed;
	bottom: 0;
	table-layout: fixed;
	text-align: center;
	left:0;
	background: #F2F2F2;
	z-index: 9999999999;
	-moz-opacity: 0.9;
	opacity: 0.98;
}
/* box */
.box27 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #62c1ce;
}
.box27 .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 17px;
	background: #62c1ce;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.box27 p {
	margin: 0; 
	padding: 0;
}
/*
.row-testimonial h3{
	font-size:18px;
}
.row-testimonial p{
	font-size:14px;
}
*/

.logbox {
	border: solid 1px #808080;
	width: 480px;
	height: 120px;
	padding: 0.5em;
	overflow: auto;
}

/* 20020215 reCAPTCHA */
.recaptcha_policy {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 11px !important;
	color: #444 !important;
}
.recaptcha_policy a {
	text-decoration: underline;
}
.grecaptcha-badge {
	visibility: hidden;
}
