@charset "utf-8";
/*
Theme Name: P2
Author: wp.theme.builder.01
*/
/* ---------- 
ナビゲーションを上部に固定する場合、ヘッダー上部の余白、ナビゲーションの高さを指定してください。
※標準は両方とも100pxです。
@media (min-width: 769px)	{
	.not-mobile .navbar-fixed.nav-fixed-height	{
		padding-top: 100px;
	}
	.not-mobile .navbar-fixed #site-navigation	{
		height: 100px;
	}
	.not-mobile .navbar-fixed.nav-fixed-height #navigation-logo img {
		max-height: calc( 100px - 20px - 20px );
		width: auto;
	}
}
 ---------- */
/* ---------- 検索以外の「ナビゲーション内アイテム（小）」を配置する場合、有効にしてください。
#header-logo-s {
	padding-right: calc( 10px + 60px );
}
#navigation-widget-s {
	position: absolute;
	top: 0;
	right: 60px;
	padding: 5px;
}
 ---------- */
/* ---------- 「ページ先頭に戻る」ボタンをサイト幅に収める場合はコメントを外してください。
@media only screen and (min-width: 1057px)	{
	#page-top {
		right: calc( 50% - 1000px / 2 );
	}
}
 ---------- */
/* ---------- IE fix ---------- */
@media all and (-ms-high-contrast: none) 	{
	html, button, input, select, textarea	{
		font-family: Verdana, Meiryo, sans-serif;
	}
	.span-mincho	{
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}
}
@media all and (-ms-high-contrast: active)	{
	html, button, input, select, textarea	{
		font-family: Verdana, Meiryo, sans-serif;
	}
	.span-mincho	{
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}
}
/* ---------- 先頭・最後のマージン削除 ---------- */
*:first-child	{
	margin-top: 0;
}
*:last-child	{
	margin-bottom: 0;
}
/* ---------- //CSSファイル末尾 これより下に記述しない ---------- */