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

/*基本指定*/


body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
}


.pink{
	color: #F36;
}
.blueclear{
	color: #63C7BE;
}

.imgr {
	font-weight: bold;
	text-align: center;
}
ul.smile{
	list-style-position: inside;
	list-style-image: url(../img/smile.png);
	list-style-type: none;
}

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

/*ボタン指定*/



.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;
}