@charset "UTF-8";
/* Clearfix
=================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from Mac IE \*/

.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Hide from Mac IE */

p {
	line-height: 1.5;
}
a {
	color:#DC3A58;
	text-decoration: none;
}
a:hover {
	color:#F84E8D;
	text-decoration:underline;
}
strong{
	font-weight:bold;
	color:#DC3A58;
}
.mt8{ margin-top:8px; }
html {
	-webkit-text-size-adjust: none;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #000;
}
#app h2.app-title{
	background:#DC3A58;
	text-align:center;
	padding-top:5px;
}
#app .inner-app h3{
	margin:10px auto;
	text-align:center;
}
#main{
	position:relative;
}
.attention{
	margin-top: 15px;
}
