.center {
	text-align: center;
}
.error {
	color: red;
	font-size: 11px;
}
.horizon li {
	display: inline-block;
}

.margin_left_medium {
	margin-left: 10px;
}

.table_form {
	margin-bottom: 20px;
}
.table_form th,
.table_form th * {
	font-size: 12px;
	font-weight: bold;
}
.table_form th {
	width: 120px;
	border: 1px solid #f4f4f4;
	padding: 6px 10px;
	text-align: left;
}
.table_form td,
.table_form td * {
	font-size: 12px;
}
.table_form td {
	width: 400px;
	border: 1px solid #f4f4f4;
	padding: 6px 10px;
}
.table_form td label {
	cursor: pointer;
	margin-right: 15px;
}
.table_form td .kana {
	font-size: 9.5px;
}
.table_form input[type="text"] {
	padding: 5px;
}

.table_list {
	margin-bottom: 20px;
}
.table_list th,
.table_list th * {
	font-size: 12px;
	font-weight: bold;
}
.table_list th {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 5px 10px;
	background: #f5f5f5;
}
.table_list td,
.table_list td * {
	font-size: 12px;
}
.table_list td {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 5px 10px;
}
.table_list td label {
	cursor: pointer;
	margin-right: 15px;
}
.table_list td .kana {
	font-size: 9.5px;
}

/*
 * レビュー投稿フォーム
 *
 */

.review_form {
	margin-bottom: 20px;
}
.review_form th,
.review_form td {
	border: 1px solid #e1e1e1;
}
.review_form th {
	padding: 10px 20px;
}
.review_form td {
	padding: 10px 20px;
}
.review_form input[type="text"],
.review_form input[type="password"] {
	padding: 5px;
	width: 200px;
}
.review_form textarea {
	padding: 5px;
}
.review_form input[type="radio"] {
	margin: 0 10px;
}
.review_form label {
	cursor: pointer;
}


/*
 *
 *
 */

.image_list li {
	list-style: none;
	border: 1px solid #dcdcdc;
	width: 300px;
	float: left;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
}
.image_list .thumbnail {
	display: inline-block;
	width: 150px;
	float: left;
}
.image_list .thumbnail img {
	width: 150px;
}
.image_list .function {
	display: inline-block;
	width: 130px;
	padding: 10px;
	float: left;
}

/*
 * ボタン
 *
 */

.btn {
	display: inline-block;
	padding: 6px 24px;
	margin-right: 10px;
	border: 1px solid #dcdcdc;
	color: #dcdcdc;
}

a.btn:link {
	color: blue;
}
a.btn:hover {
	background: #e6bfb2;
}

.menu {
	display: inline-block;
	border: 1px solid #dcdcdc;
	margin-bottom: 15px;
}
.menu a,
.menu span {
	display: inline-block;
	padding: 6px 24px;
	border-right: 1px solid #dcdcdc;
}
.menu a.last {
	border-right: none;
}
.menu span {
	font-weight: bold;
}


/*

 table

*/

.tbl {
	width: 100%;
}
.tbl * {
}
.tbl th,
.tbl td {
	padding: 10px 10px;
	vertical-align: middle;
}
.tbl th {
	text-align: center;
	font-size: 85%;
}
.tbl thead th {
}
.tbl-border th,
.tbl-border td {
	border: 1px solid #DDD;
}
.tbl-border-bottom td {
	border-bottom: 1px solid #DDD;
}
.tbl-border-bottom tr:last-child td {
	border-bottom: none;
}
.tbl-auto {
	width: auto;
}
.tbl-xs th,
.tbl-xs td {
	padding: 2px;
	vertical-align: middle;
}
.tbl-col-none {
	background: none !important;
	border: none !important;
}
.tbl-hover tr:hover,
.tbl-highlight tr:hover {
	background: #ffffea;
}

.tbl-form {
	width: 100%;
}
.tbl-form th {
	width: 200px;
	padding: 10px;
	border-bottom: 1px solid #DDD;
	font-size: 85%;
	color: #292F33;
}
.tbl-form th * {
	font-size: inherit;
}
.tbl-form td {
	padding: 10px;
	border-bottom: 1px solid #DDD;
}
.tbl-form tr:last-child th,
.tbl-form tr:last-child td {
	border: none;
}

.tbl-list {
	width: 100%;
}
.tbl-list th {
	text-align: center;
	background: none;
	padding: 10px;
	border-bottom: 1px solid #DDD;
	vertical-align: middle;
	color: #292F33;
	font-size: 90%;
}
.tbl-list td {
	padding: 10px;
	border-bottom: 1px solid #DDD;
	vertical-align: middle;
}
.tbl-list tr:last-child th,
.tbl-list tr:last-child td {
	border: none;
}

.tbl-compact th,
.tbl-compact td {
	padding: 5px 10px;
	vertical-align: middle;
}

.tbl-border-none,
.tbl-border-none td,
.tbl-border-none th {
	border: none !important;
}

.tbl-border-horizon th {
	background: none !important;
}
.tbl-border-horizon td,
.tbl-border-horizon th {
	border-width: 0 0 1px !important;
	border-style: solid !important;
	border-color: #DDD !important;
}
.tbl-border-horizon tr:last-child th,
.tbl-border-horizon tr:last-child td {
	border: none !important;
}
