/*
 Theme Name:   Beer
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Seventeen Child Theme
 Template:     twentyseventeen
 Version:      1.0.0
 Text Domain:  twenty-seventeen-child
*/

.beer-details tr:nth-child(2n+1) {
	background: #eee;
}

.beer-details tr td {
	padding: 8px 15px;
}

.beer-details tr td:first-child {
	width: 40%;
	color: #888;
}

.post-thumbnail {
	text-align: center;
}

/*-- ページトップへ戻るボタン --*/
.page_top {
	position:fixed;
	bottom:10px;
	right:10px;
	padding: 5px 15px;
	color:#fff;
	font-size:20px;
	text-decoration:none;
	background:#ccc;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	z-index: 100;
}

.page_top:hover {
	background:#26ADD6;
	opacity: 0.7;
}

/*  */
div.entry-content {
	width: 100%;
}

table {
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}