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

.center {
	text-align:center;
	margin-bottom:35px;
}

table {
	width:100%;
	margin-top:35px;
	margin-bottom:35px;
	border-collapse:collapse;
}

.body-bottom {
	border-top:0px;
}

th, td  {
	padding:15px;
	border-bottom:1px solid #ababab;
	line-height:1.5em
}

table.c-table p.key {
	padding-left:1em; 
	text-indent:-1em;
}

.c-table th {
	width:30%;
	text-align:left;
}

.c-table p {
	margin:15px 0;
}



input[type="submit"] {
	font-size: 1em;
	font-weight: bold;
	padding: 10px 3px;
	color: #FFFFFF;
	border-style: none;
	box-shadow: 1px 1px 1px 1px #666;
	-moz-box-shadow: 1px 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px 1px #666;
	background:#000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	font-family: 'Raleway', sans-serif;	
}



input[type="button"] {
   font-size: 1em;
	font-weight: bold;
	padding: 13px 20px;
	color: #fff;
	border-style: none;
	box-shadow: 1px 1px 1px 1px #666;
	-moz-box-shadow: 1px 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px 1px #666;
	text-shadow: 1px 1px 2px #000;
	background:#CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


input[type="submit"]:hover {
    opacity: 0.6;
}

input[type="button"]:hover {
    opacity: 0.6;
}

p.submit {
	text-align:center;
	margin:30px;
}



/* smartphone  */
@media screen and (max-width:480px){
	.c-table {
	margin: 0 -10px;
	}
	
    .c-table th,
    .c-table td{
	width: 90%;
	padding:10px;
	display: block;
	border-top: none;
	margin-left:5%;
    }
	
	th  {
	background:#F0F0F0;
	color:#333;
	border-bottom:0px;
	}
	
	th, td  {
	padding:10px;
	border-bottom:0px;
	}
}

/* tablet */
@media screen and (min-width:480px) and ( max-width:768px) {
	
}

/* below 769px~1170px */
@media screen and (min-width:769px) and ( max-width:1170px) {
	
}

/* above 1170px */
@media screen and (min-width:1170px) {
	
}