@charset "utf-8";

/*見出しの文字サイズ・・・スマホはPCの約4/5にする*/

/* for Common & Smartphone*/

/*company
#########################################*/

.comList{
	margin-bottom:30px;
}
.comList dl{
	margin:0 0 20px 0;
	border-top:1px dotted #ccc;
	}
.comList dt,
.comList dd{
	font-size:108%;
	text-align:left;
	line-height:1.5;
	}
.comList dt{
	padding:10px 0 5px;
	font-weight:bold;
	color:#008957;
	}
.comList dd{
	padding:0 0 10px 10px;
	border-bottom: 1px dotted #ccc;
	}

.comMap{
	}
.comMap iframe{
	width:100%;
	height:400px;
	}



/* for Smartphone 横とか*/
@media screen and (min-width: 480px) {
}
/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}

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

/*company
#########################################*/

.comList{
	width:600px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	}
.comList dl{
	}
.comList dt{
	float:left;
	padding:10px 0 0 20px;
	left: 0;
	width: 100px;
	}
.comList dd{
	padding:10px 0;
	padding-left: 30%;
	}

.comMap iframe{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:600px;
	}





}