/*
Theme Name: stingerplus child
Template: stingerplus
Version: 20160525
*/
@import url('../stingerplus/style.css');


/* -- 追加 -- */

strong {font-weight:normal;
}
.btn {
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-align: center;
	width: 90%;
	margin: 0 auto 10px;
	padding: 10px;
}
.btn a{
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}
.btn:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
.btn:active {
	top: 3px;
	box-shadow: none;
}



/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {





/*-- ここまで --*/
}