@charset "UTF-8";


.img_l{
	float:left;
	background:#fff;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15;
}

.img_r{
	float:right;
	padding-left:10px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 15px;
	text-align: center;
	font-weight: bold;
}

.img_c{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}

.hidden_pc { display: none; }
.hidden_sp { display: block; }

ul.example li {
display: inline;
margin-right: 20px;
}


#space{
	margin: 0 15px 15px;
	padding:15px 0;
	font-size:10px;
	border-top:1px #ccc solid;
	clear:both;
	text-align: left;
}



.link_r {
	text-align: right;
	margin-right:10px;
}

.inner{
	margin: 10px 5px 5px 5px;
	/*border: 1px solid #FF86D6;*/
	padding: 0;
	line-height: 160%;
}

.inner p{
	margin:0 15px 15px;
	line-height: 160%;
	color:#000;
}

.to-center {text-align:center;}
.to-right {text-align:right;}

ul.check{
	margin-bottom: 15px;
	list-style-position: inside;
	list-style-image: url(../images/check.gif);
	list-style-type: none;
}

ul.check li{
	margin-right: 5px;
	margin-left: 5px;
}

ul.smile{
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/smile.png);
	list-style-type: none;
}

ul.smile li{
	margin-top: 15px;
	/*margin-right: 15px;*/
	margin-bottom: 25px;
	/*margin-left: 5px;*/
	border: 1px solid #FF6699;
	padding: 10px;
}

ul.kusya{
	list-style-position: inside;
	list-style-image: url(../images/kusya.png);
	list-style-type: none;
}
ul.kusya li{
	margin-top: 15px;
	margin-bottom: 25px;
	border: 1px solid #FF6699;
	padding: 10px;
}


.bt_c{
	clear: both;
	text-align:center;
	height: 50px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FF6699;
	color: #FFF;
	border-radius:10px;
	box-shadow:1px 1px 3px #666666;
	font-size:18px;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
	width:500px;
}

.bt_c a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.bt_c a:hover{
	color: #00F;}