@charset "UTF-8";
/* CSS Document */

.lede{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 171%;
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.app-list{
	width: 300px;
	float: left;
	margin-right: 18px;
}
.app-list.last{
	margin-right: 0;
}
.app-list dt{
	background: #FFA2A4;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	font-size: 171%;
}
.app-list dd{
	display: block;
	height: 270px;
	margin: 0;
	border: #FFA2A4 1px solid;
	padding: 10px;
}

.app-list__oniate{
	list-style: none;
	margin: 0;
	padding: 0;
}
.app-list__oniate li{
	margin: 0 0 10px;
	text-align: center;
}
.app-list__oniate li.last{
	margin-bottom: 0;
}
.app-list__pc-site{
	list-style:none;
	padding-top: 10px;
}
.app-list__pc-site li{
	width: 50%;
	float: left;
	text-align: center;
}


/* --------------------------------------------------
	80. Utility
-------------------------------------------------- */
.margin-bottom{
	margin-bottom:20px;
}


/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End Hack */
