@charset "utf-8";

/* tenki
-------------------------------------------------*/

#tenki.inner{
	width:min(96%,660px);
	margin:0 auto;
}
#tenki h1{
	color:rgb(42,156,128);
	font-size:min(5vw, 1.5rem);
	font-weight:bold;
	line-height:1.2;
    padding: 0 0 15px;
    background: url(/news/img/bd_dot_blue.gif) repeat-x left bottom;
    margin: 0 0 2rem;
}
#tenki p{
	font-size:min(1.3rem,17px);
	margin:0 0 2rem;
}
#tenki h2{
	text-align: center;
	color:#FF0004;
	font-size:min(5vw, 1.5rem);
	line-height: 1.2;
	margin:0 0 1.5rem;
}

.img_tenkijp{
	display:block;
	width:min(100%,380px);
	height:auto;
	filter: url(#sharpen);
	margin:0 auto 2rem;
}

.link_cite{
	display:inline-block;
	padding:8px 20px 6px !important;
	color:#444 !important;
	background:lavender;
	border-radius: .4rem;
	box-shadow:3px 3px 3px rgba(0,0,0,.2);
	transition: .5s;
	cursor:pointer;
}
	.link_cite:hover{
		box-shadow:3px 3px 6px rgba(0,0,0,.6);
	}


.ttl_tenki{
	width:min(96%,800px);
	height:auto;
	margin:0 auto 4vw;
}


.btn_bd-lightblue:link,
.btn_bd-lightblue:visited{
	position:relative;
	display:inline-block;
	padding:1.2rem 1rem 1rem;
	text-align: center;
	color:#444;
	font-size:min(4.5vw,1.15rem);
	line-height: 1.4;
	font-weight:bold;
	background:#e2f7ff;
	border:3px solid #3f9dff;
	border-radius:10px;
	box-shadow:3px 3px 3px rgba(0,0,0,.2);
	transition: .5s;
	cursor:pointer;
}
	.btn_bd-lightblue:hover{
		background:#fff;
		box-shadow:3px 3px 6px rgba(0,0,0,.6);
	}


@media(max-width: 600px){
	.fr_yohou{
		text-align:left;
		padding-top:8vh;
	}
}

