@charset "utf-8";

/* === トップページ === */

/*-----------------------------------------------
 body
-----------------------------------------------*/
body {
	text-align: center;
	min-height: 700px;
	font-size: 13px;
}

.checkWrapper {
	margin: 0 auto 0 auto;
	padding: 25px;
	width: 700px;
}

body p {
	height: 55px;
	padding: 25px;
}

h1,h2 {
	padding: 25px;
}

h2 {
	padding-bottom: 10px;
	color: #0099d6;
	font-size: 22px;
}

form .btnYes {
	cursor: pointer;
	border: none;
	width: 146px;
	height: 60px;
	background: url(../img/check/btnYes.png) no-repeat center;
}

form .btnNo {
	cursor: pointer;
	border: none;
	width: 146px;
	height: 60px;
	background: url(../img/check/btnNo.png) no-repeat center;
}

form input {
-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
}

form input:hover {
filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}