/* トップ「バナー」スタイル */

#top-content2 {
	background-image: url(images/top-content2/top-bnr-bg.png);
	background-repeat: repeat;
	background-position: center;
	padding: 50px 0;
}


.top-text-bnr-ul {
	display: table;
	width: 100%;
}
.top-text-bnr-li {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	box-sizing: border-box;
}
.top-text-bnr-li-img {
	width: 100%;
}
.top-text-bnr-li-a {
	display: table !important;
	position: absolute;
	top: 3%;
	left: 3%;
	width: 94%;
	height: 94%;
	border: transparent 3px solid;
	text-align: center;
}
.top-text-bnr-li-a-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	z-index: 500;
	padding: 10px;
	/* 位置調整用 */
	padding-bottom: 20px;
}
.top-text-bnr-li-a:hover {
	border: 3px solid #00bfff;
	text-decoration: none;
}

/* タイトル部分 */
.top-text-bnr-ttl {
	color:#2f80c2;
	font-size:200%;
	text-align:center;
	width:100%;
	margin-bottom:15px;
	text-transform:uppercase;
	background-color: rgba(255,255,255,0.6); 
	width: 90%;
	margin: 0 auto;
	padding: 10px 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.top-text-bnr-ttl img{
 max-height: 30px;
}

/* テキスト部分 */
.top-text-bnr-text {
	text-align: center;
	line-height: 2;
	margin-bottom: 20px;
	color: #333;
	font-size: 117%;
	text-shadow:
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF,
	0 0 5px #FFF;
}

/* リンクボタン */
.top-text-bnr-btn {
	color:#fff;
	font-size:117%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	width:60%;
	margin: 0 auto;
	display:block;
	background-color: #00bfff;
	padding: 5px 0;
}


@media screen and (min-width: 768px) and (max-width: 979px) {
	/* 768px - 979px用（タブレット用）の記述 */
	.top-text-bnr-text {
		font-size: 100%;
		margin-bottom: 10px;
	}




}




@media screen and (max-width: 979px) {
	/* 979px以下用（タブレット用）の記述 */

.top-text-bnr-ttl img{
 max-height: 18px;
}
}
@media screen and (max-width: 767px) {
	/* 767px以下用（タブレット／スマートフォン用）の記述 */

.top-text-bnr-ttl img{
 max-height: 30px;
}
}
@media screen and (max-width: 479px) {
	/* 479px以下用（スマートフォン用）の記述 */

.top-text-bnr-ttl img{
 max-height: 22px;
}
}




	/* デフォルト：479px以下用（スマートフォン用）の記述 */
@media screen and (min-width: 480px) {
	/* 480px以上用（タブレット／スマートフォン用）の記述 */
}
@media screen and (min-width: 768px) {
	/* 768px以上用（タブレット用）の記述 */
}
@media screen and (min-width: 980px) {
	/* 980px以上用（PC用）の記述 */
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	/* 768px - 979px用（タブレット用）の記述 */
}
@media screen and (min-width: 480px) and (max-width: 767px)  {
	/* 480px - 767px用（タブレット／スマートフォン用）の記述 */
}
