@charset "utf-8";
/*
Theme Name: Tsutaya
Theme URI: https://www.tsutaya-net.com/results/
Description: Tsutaya
Version: 1.0
Author: Hirano
Author URI: Hirano
*/

.content {
	width: 310px;
	float: left;
}

.content:nth-of-type(2n+1) {
	clear: both;
	margin-left: 50px;
}

@media screen and (max-width: 770px) {
	.content {
		float: none;
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}
	.content:nth-of-type(2n+1) {
		margin-left: 20px;
	}
}

#footer-contact {
	margin: 50px 30px 20px;
	padding: 10px;
	text-align: center;
	border: solid 2px #28ace1;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#footer-contact p {
	margin: 10px 0;
	line-height: 1.8em;
}

#footer-contact .tel {
	height: 55px;
	color: #28ace1;
}

#footer-contact .tel span {
	padding-top: 7px;
	padding-left: 45px;
	font-size: 38px;
	background: url('/img/contact-tel.png') no-repeat 0 50%;
}

#page-navi {
	clear: both;
	margin: 20px;
}

#page-navi-next {
	width: 150px;
	float: right;
	padding-right: 15px;
	text-align: right;
	background: url('/img/allow2.gif') no-repeat 100% 50%;

}

#page-navi-prev {
	width: 150px;
	float: left;
}