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

/* #contentHead
 * --------------------------------------- */
#contentHead {
	background-image: url(/wp-content/themes/sozoku/img/contentHead_column.jpg);
}

#heading p {
	text-align: center;
}


/* #columnList
 * --------------------------------------- */
#columnList {
	overflow: hidden;
	width: 100%;
}
#columnList .box {
	float: left;
	position: relative;
	border: 1px solid #4f312d;
	box-sizing: border-box;
	margin: 0 3% 40px 0;
	padding: 20px;
	width: 48.5%;
}
#columnList .box:nth-child(2n) {
	margin-right: 0;
}
#columnList .box .img {
	margin-bottom: 20px;
}
#columnList .box .img a:hover {
	opacity: 0.75;
}
#columnList .box .img a,
#columnList .box .img a::before,
#columnList .box .img a::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}
#columnList .box .img img {
	width: 100%;
}
#columnList .box h3 {
	border: none;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0;
}
#columnList .box h3 span {
	display: block;
	font-size: 1.7rem;
}
#columnList .box h3 a {
	color: #4f312d;
}
#columnList .box .txt {
	margin-bottom: 15px;
	text-align: left;
	visibility: hidden;
}
#columnList .box .date {
	color: #aaa;
	font-size: 1.6rem;
	margin-bottom: 0;
	text-align: right;
}
#columnList .box .new {
	display: none;
	position: absolute;
	top: 0;
	right: 25px;
	background-color: #9d6861;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
	padding: 7px 10px;
}
#columnList .box:first-child .new {
	display: block;
}

@media screen and (max-width: 768px) {
	#columnList .box {
		margin: 0 3% 30px 0;
		padding: 15px;
	}
	#columnList .box h3 {
		font-size: 2rem;
	}
	#columnList .box h3 span {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	#columnList .box {
		margin: 0 0 20px;
		padding: 15px;
		width: 100%;
	}
	#columnList .box .img {
		margin-bottom: 15px;
	}
	
	#columnList .box h3 {
		font-size: 1.9rem;
		margin: 0 0 10px;
	}
	#columnList .box h3 span {
		font-size: 1.5rem;
	}
	#columnList .box .txt {
		margin-bottom: 10px;
	}
	#columnList .box .date {
		font-size: 1.5rem;
	}
	#columnList .box .new {
		right: 20px;
		font-size: 1.3rem;
		padding: 5px 8px;
	}
}


/* #columnDetail
 * --------------------------------------- */
#columnDetail h2 {
	margin-bottom: 10px;
}
#columnDetail .date {
	font-size: 1.6rem;
	margin: 0 10px 40px;
	text-align: right;
}
#columnDetail .date span {
	display: inline-block;
	margin-left: 10px;
}
#columnDetail .txtBox strong {
	color: #4f312d;
}
#columnDetail .txtBox .small {
	font-size: 80%;
}
#columnDetail a {
	text-decoration: underline;
}
#columnDetail .kome_num, #columnDetail .kome {
	
}

@media screen and (max-width: 480px) {
	#columnDetail h2 span {
		display: block;
		font-size: 1.5rem;
	}
	#columnDetail .date {
		font-size: 1.5rem;
		margin: 0 10px 20px;
	}
	#columnDetail .date span.vol {
		display: block;
	}
}

#columnDetail .table01 dl dt {
	background-color: #f5f5f5;
	color: #4f312d;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 10px;
	text-align: center;
}
#columnDetail .table01 dl dd {
	margin-bottom: 30px;
}
#columnDetail .table01 dl dd ul {
	margin: 0;
	padding: 0;
}
#columnDetail .table01 dl dd ul li {
	display: table;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}
#columnDetail .table01 dl dd ul li:last-child {
	border-bottom: none;
}
#columnDetail .table01 dl dd ul li .txt01{
	display: table-cell;
	color: #4f312d;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 30%;
}
#columnDetail .table01 dl dd ul li .txt02{
	display: table-cell;
	padding-left: 10px;
	text-align: left;
}
@media screen and (max-width: 480px) {
	#columnDetail .table01 dl dt {
		padding: 3px 10px;
	}
	#columnDetail .table01 dl dd {
		margin-bottom: 20px;
	}
	#columnDetail .table01 dl dd ul li {
		padding: 7px 10px;
	}
	#columnDetail .table01 dl dd ul li .txt01{
		width: 20%;
	}
}


/* #columnFooter
 * --------------------------------------- */
#columnFooter {
	overflow: hidden;
	width: 100%;
}
#columnFooter .box {
	float: left;
	position: relative;
	border: 1px solid #4f312d;
	box-sizing: border-box;
	margin: 0 3% 20px 0;
	padding: 20px;
	width: 48.5%;
}
#columnFooter .box:nth-of-type(2n) {
	margin-right: 0;
}
#columnFooter .box .img {
	margin-bottom: 10px;
}
#columnFooter .box .img a:hover {
	opacity: 0.75;
}
#columnFooter .box .img a,
#columnFooter .box .img a::before,
#columnFooter .box .img a::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}
#columnFooter .box .img img {
	width: 100%;
}
#columnFooter .box h3 {
	border: none;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0;
}
#columnFooter .box h3 span {
	display: block;
	font-size: 1.7rem;
}
#columnFooter .box h3 a {
	color: #4f312d;
}
#columnFooter .box .txt {
	font-size: 13px;
	margin-bottom: 10px;
	text-align: left;
	visibility: hidden;
}
#columnFooter .box .date {
	color: #aaa;
	font-size: 12px;
	margin: 10px 0 0;
	text-align: right;
}
#columnFooter .box .new {
	position: absolute;
	top: 0;
	right: 12px;
	background-color: #9d6861;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 5px 8px;
}

@media screen and (max-width: 768px) {
	#columnFooter .box {
		width: 23.5%;
	}
	#columnFooter .box:nth-of-type(5n) {
		margin-right: 2%;
	}
	#columnFooter .box:nth-of-type(4n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	#columnFooter .box {
		float: none;
		margin: 0 0 10px 0;
		overflow: hidden;
		width: 100%;
	}
	#columnFooter .box .img {
		float: left;
		margin-bottom: 0;
		width: 30%;
	}
	#columnFooter .box h3 {
		font-size: 14px;
		padding: 0 0 0 35%;
		height: auto;
	}
	#columnFooter .box h3 span {
		font-size: 12px;
	}
	#columnFooter .box .date {
		font-size: 11px;
		padding: 0 0 0 35%;
	}
	#columnFooter .box .new {
		position: absolute;
		top: 0;
		right: 12px;
		background-color: #9d6861;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		margin: 0;
		padding: 5px 8px;
	}
}
