@charset "utf-8";

.mb20{
	margin-bottom: 20px !important;
}

#applications p.txt{
	font-size: 150%;
	text-align: left;
	margin: 0 auto 15px;
	color: #333;
	line-height: 140%;
}
#applications ul{
	display: block;
	letter-spacing: -0.4em;
	line-height: 0;
}
#applications ul>li{
	display: inline-block;
	letter-spacing: normal;
	width: 223px;
	margin: 0 20px 30px 0;
	line-height: 0;
	vertical-align: top;
}
#applications ul>li:nth-child(3n){
	margin-right: 0;
}
#applications ul>li>p{
	font-size: 80%;
	padding: 10px 10px 0;
}
#applications ul>li>a{
	display: block;
	padding: 10px;
	background: url(../../img/index/arrow.png) right center no-repeat;
	color: #333;
	text-decoration: none;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
#applications ul>li>a>p{
	display: inline-block;
	line-height: 120%;
	font-size: 100%;
	vertical-align: middle;
}
#applications ul>li>a>p.img{
	line-height: 0;
	width: 55px;
	margin-right: 8px;
}



@media screen and (min-width:768px){
	
}

@media screen and (max-width:767px){
	main{
		width: 100%;
		padding: 0 15px 60px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#applications p.txt{
		font-size: 140%;
	}
	#applications ul>li,
	#applications ul>li:nth-child(3n){
		width: 49%;
		margin-right: 2%;
	}
	#applications ul>li:nth-child(2n){
		margin-right: 0;
	}
	#applications ul>li>a>p{
		font-size: 85%;
	}
	#applications ul>li>a>p.img{
		width: 30px;
		margin-right: 3px;
	}
	#applications ul>li:nth-child(3){
		border-top: none;
	}
}