@charset "utf-8";

.htp1 {
	clear: both;
	background-color: #FF0000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	font-size: 100%;
	font-weight:bold;
	color: #fff;		/*文字色*/
	margin: 0 auto 20px;
	padding: 4px 15px;	/*左から、上下、左右への余白*/
	border: 1px solid #d4d4d4;		/*線の幅、線種、色*/
	border-radius: 6px;	/*角丸のサイズ*/
}

.htp2 {
	clear: both;
	background-color: #0099cc;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	font-size: 100%;
	font-weight:bold;
	color: #fff;		/*文字色*/
	margin: 0 auto 20px;
	padding: 4px 15px;	/*左から、上下、左右への余白*/
	border: 1px solid #d4d4d4;		/*線の幅、線種、色*/
	border-radius: 6px;	/*角丸のサイズ*/
}

.taibox {
	text-align: left;
	color:#3366ff;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 90px;
	background-image: url(../about/images/bk-kensa1.gif);
	background-repeat: no-repeat;
}

.kenbox {
	text-align: left;
	color:#009900;
	font-weight:bold;
	margin:20px 0px 50px 0px;
	padding:0px 0px 0px 90px;
	background-image: url(../about/images/bk-kensa2.gif);
	background-repeat: no-repeat;
}

.jkt {
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	color:#39F;
	line-height:80%;
	margin: 0 auto 10px;
	padding: 0px 0px;	/*左から、上下、左右への余白*/
	border-bottom: 5px groove #39F;		/*線の幅、線種、色*/
}



/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){



}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){




}
