@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
*/

/*********************
global
*********************/
body {
	line-height: 1.75;
}


/*********************
header
*********************/
#site__logo .h1 {
	margin: -10px 0 0;
}

#site__logo.fs_l img {
	max-height: 50px;
}

#site__logo img {
	margin: 0;
}

nav#g_nav {
	margin: 5px 0;
}



/*********************
footer
*********************/
.footer-link {
	width: 100%;
	margin: 0 auto 10px;
	text-align: center;
	font: 12px;
}






/*********************
広告類style
*********************/

.ads-wrap {
	text-align: center !important;
}

.ads-wrap h6 {
	font-size: 10px !important;
	text-align: center !important;
	margin: 0 0 10px !important;
}


.ads-wrapper {
	width: 100%;
	overflow: hidden;
	text-align: center !important;
	clear: both;
}

.ads-box {
	width: 336px !important;
	height: 280px;
	margin: 10px;
	display: inline-block;
}

.ads-box-sp {
	width: 300px;
	height: 250px;
}

@media screen and (min-width: 769px) {
	.ads-wrapper-sp {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.ads-wrapper-pc {
		display: none;
	}
} 