@charset "UTF-8";
@import "common.css";

/*index
----------------------------------------------- */
/*#container{
	width: 620px;
	margin-right: 20px;
}*/

table {
	width: 100%;
	border-top :1px solid #CCC;
	border-left :1px solid #CCC;
}
td {
	font-size: 14px;
	font-size: 1.4rem;
	border-bottom :1px solid #CCC;
	border-right :1px solid #CCC;
	padding: 10px;
}

.box {
	font-size: 14px;
	font-size: 1.4rem;
	border:0;
	padding: 10px 5px;
	border:solid 1px #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.textarea{
	width: 580px;
	resize: vertical;
}

.btn {
	font-size: 14px;
	font-size: 1.4rem;
	color: #FFF;
	border: solid 1px #FA8890;
	background-color: #FA8890;
	padding: 15px 30px;
	margin: 0 0 0 0;
	cursor:pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn:first-child {
	margin: 0 20px 0 0;
}
.btn:hover {
	background-color: #f96772;
}

.shop{
	margin-top: 50px;
	text-align: center;
}

.shop h4 {
	margin-bottom: 5px;
}
.shop a {
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCC;
}
.shop a:hover {
	color: #FA8890;
	border-bottom: 1px dotted #FA8890;
}