@charset "utf-8";

/*@import url("../../css/reset.css");*/

@import url("../../../../css/common.css");
@import url("common.css");

/*===========================================
    company
	kouken.css
===========================================*/
div#contents .inner { padding: 50px;}
	div#contents h4 {
		margin:0;
		color: #185da0;
		font-size: 22px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#contents .text01 {
		/* background: url(../../images/company/kouken/linedot.gif) bottom repeat-x; */
		width: 380px;
		font-weight: bold;
		font-size: 130%;
		margin:40px 0 20px;
		padding-left: 20px;
	}
		#contents .text01 a{
			background: url(../../images/company/kouken/icon_on.gif) left 8px no-repeat;
			padding-left: 20px;
			font-weight: bold;
            display: inline-block;
            color: inherit;
		}
	#contents .text02 {
		/* background: url(../../images/company/kouken/linedot.gif) bottom repeat-x;	 */
		width: 380px;	
		font-weight: bold;
		font-size: 130%;
		margin:0 0 10px 0;
		padding-left: 20px;
	}
		#contents .text02 a{	
			background: url(../../images/company/kouken/icon_on.gif) left 8px no-repeat;
			padding-left: 20px;
			font-weight: bold;
            display: inline-block;
            color: inherit;
		}


/*-------------------------*/
/* デバイスサイズ 889px*/
/*-------------------------*/
@media screen and (max-device-width: 889px) {
    
div#contents .inner{ padding: 0;}
div#contents h4{ font-size: 18px; margin-bottom: 20px;}
#contents .text01,
#contents .text02{ width: auto; background: none; margin: 0; padding: 0; font-size: 100%;}
    
}