@charset "utf-8";

/* for Common & Smartphone*/

#contents{}

/* comList ////////////////////////////// */
.comList{}
.comList dt,
.comList dd{
	padding-left:1em;
	padding-right:1em;
	font-size:100%;
	text-align:left;
	line-height:1.6;
	letter-spacing:normal;
	}
.comList dt{
	padding-top:0.5em;
	}
.comList dd{
	padding:0.5em 1em;
	border-bottom:1px dotted #b5b5b6;
	}


.btnMap{
	display:inline-block;
	width:60px;
	margin:0 0 0 10px;
	font-size:77%;
	text-align:center;
	}
.btnMap a{
	height:20px;
	line-height:22px;
	background:#8F3E2E;
	padding-left:0.5em;
	color:#fff;
	}
.btnMap a.arrow::before{
	position:absolute;
	left:5px;
	top:50%;
	width:6px;
	height:6px;
	margin-top:-3px;
	border-color:#fff;
	}

/* iPhone5 とか*/
@media screen and (max-width: 320px) {

}
/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}



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

#contents{}

/* comList ////////////////////////////// */
.comList{}
.comList dt,
.comList dd{
	padding:1em;
	font-size:108%;
	}
.comList dt{
	clear:both;
	float:left;
	width:13em;
	}
.comList dd{
	padding-left:13em;
	}


.btnMap{
	font-size:93%;
	}
.btnMap a{}
.btnMap a.arrow::before{}

}

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

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

}



/*for Retina*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

}

