@charset "utf-8";

/* for Common & Smartphone*/

/*greeting 代表者挨拶
#########################################*/
.greTxt{
	margin-bottom:40px;
}
.grePh{
	width:100%;
	margin:0 auto;
}

.greTxt01{
	font-size:153%;
	line-height:2;
	text-align:center;
	margin:10px auto 40px;
}
.greTxt02{
	font-size:108%;
	line-height:2.5;
	text-align:center;
	margin:0 auto 40px;
}
.greTxt03{
	font-size:138%;
	line-height:1.5;
	text-align:right;
}


/*policy 社是
#########################################*/
.polUnit01{
	border:4px solid #f0f0f0;
	padding:30px 10px;
	margin-bottom:30px;
}
.polUnit01:last-child{
	margin-bottom:0;
}
.polTxt01{
	font-size:123%;
	text-align:center;
	margin-bottom:15px;
	font-weight:normal;
}
.polTxt02{
	font-size:153%;
	text-align:center;
	font-weight:bold;
	line-height:1.5;
}
.polTxt03{
}
.polTxt03 li{
	font-size:123%;
	text-align:left;
	font-weight:bold;
	line-height:1.5;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:1.5em;
	margin-bottom:20px;
}
.polTxt03 li:last-child{
	margin-bottom:0;
}


/*profile 会社概要
#########################################*/
.proList01{
	border-bottom:1px dotted #ccc;
	text-align:left;
	font-size:108%;
	line-height:1.5;
	overflow:hidden;
	width:100%;
	margin-bottom:30px;
}
.proList01 dt{
	border-top:1px dotted #ccc;
	padding:12px 0 5px;
	font-weight:bold;
}
.proList01 dd{
	padding:0 0 12px 10px;
}
.proTxt01 .col01{
	display: inline-block;
    width: 11em;
}
.proTxt02 .col01{
	display: inline-block;
    width: 10em;
}
.proTxt01 .col02{
	display: inline-block;
    width: 16em;
}
.proTxt02 .col02{
	display: inline-block;
    width: 7em;
}


/*history 沿革
#########################################*/
.hisList01{
	border-bottom:1px dotted #ccc;
	text-align:left;
	font-size:108%;
	line-height:1.5;
	overflow:hidden;
	width:100%;
	margin-bottom:10px;
}
.hisList01 dt{
	border-top:1px dotted #ccc;
	padding:12px 0 5px;
	font-weight:bold;
}
.hisList01 dd{
	padding:0 0 12px 10px;
	background:#fff;
}




/* for PC*/
@media screen and (min-width:768px) {

/*contents
#########################################*/

/*greeting 代表者挨拶
#########################################*/
.greTxt{
	float:left;
	width:440px;
	margin-bottom:0;
}
.grePh{
	float:right;
	width:350px;
}


/*policy 社是
#########################################*/
.polTxt03{
	width:620px;
	margin:0 auto;
}


/*profile 会社概要
#########################################*/
.proList01{
	line-height:2;
}
.proList01 dt{
	width:20%;
	float:left;
	clear:left;
	padding:10px 0 10px 20px;
}
.proList01 dd{
	border-top:1px dotted #ccc;	
	margin-left: 20%;
	padding:10px 0;
}


/*history 沿革
#########################################*/
.hisList01{
	line-height:2;
}
.hisList01 dt{
	width:25%;
	float:left;
	clear:left;
	padding:10px 0;
	font-weight:normal;
}
.hisList01 dd{
	border-top:1px dotted #ccc;	
	margin-left: 25%;
	padding:10px 0;
}

}
