@charset "utf-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
html>/＊＊/body .hogehoge{
	プロパティ/＊\＊＊/ : 値\9;
}
（＊は小文字に直してから使用してください。）

***********************************/

@import "base.css?t2301";

h2{
	margin-bottom: 5px;
}

h3.title{
	font-size: clamp(100%, 2vw, 160%) !important;
}

h4{
	margin-bottom: 10px;
}

#contents div.box{
	padding: 0 60px;
	margin-bottom: 20px;
}

#contents .inbox .imgBox{
	text-align: center;
	margin-bottom: 30px;
}
#contents .inbox .imgBox img{
	width: 80%;
}

/* ブラウザ互換


/* レスポンシブ
*********************************************************************/
@media screen and (max-width: 949px) {
	#contents .spW90{
		width: 90%;
	}
	#contents .inbox {
	  padding: 0.8rem 0.5rem !important;
	}

	#contents .inbox .imgBox img{
		width: 100%;
	}
}
