@charset "utf-8";
/*投稿ペ－ジ*/
#contents h1, #tdfk h1 {
	font-size: 180%;
	font-weight: normal;
	line-height: 1;
	padding-bottom: 12px;
	margin: 35px auto 20px auto;
	border-bottom:medium dotted;
	clear:both;
}
#contents p {
	font-size:16px;
	line-height:1.7em;
}
.tag h2 {
	font-size:20px;
	padding:20px 10px;
}
.tag h3 {
	font-size: 150%;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	margin: 50px auto 25px auto;
	border-left:5px solid #fec68e;
	border-bottom:none;
	width:95%;
	clear:both;
}
/*投稿共通*/
.stay, .tag_list {
	overflow:hidden;
}
.stay li {
	float:left;
}
.stay li a {
	display:block;
	border:1px solid #999;
	border-radius:5px;
	height:40px;
	width:87px;
	text-align:center;
	margin:0 3px 5px 3px;
	padding-top:2px;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #CFCFCF) );
	background-image: -o-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
	background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
	background-image: -ms-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
	background-image: linear-gradient(to bottom, #F2F2F2 0%, #CFCFCF 100%);
}
.tag_list {
	padding:15px;
}
.tag_list li {
	display:inline-block;
	border:1px solid #cccccc;
	border-radius:5px;
	padding:5px;
	margin:5px;
}
.tag .area {
	margin:20px auto;
	overflow:hidden;
	width:97%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tag .area a {
	text-decoration:underline;
}
.tag .area .box03 {
	width:97%;
	border:#eeeeee solid 3px;
	margin:2.5% 1%;
	background:#ffffff;
}
.tag .area .box03 a {
	color:#ffffff;
}
.tag .area .box03 h4 {
	border:none;
	margin:0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:#68a7fc;
	height:35px;
	padding-top:15px;
}
.tag .area .box03 p {
	padding:5px;
	margin:0;
	font-size:16px;
	line-height:2em;
}
.tag .area .box03 ul {
	margin:0;
	padding:5px;
	overflow:hidden;
}
.tag .area .box03 h5 {
	background:#ddd;
	padding:3px 5px;
	clear:both;
	margin:5px 0;
}
.tag .sort {
	overflow:hidden;
	clear:both;
	width:97%;
	margin:30px auto;
}
.tag .sort .btn {
	border-radius:10px;
	border:1px solid #cccccc;
	width:31%;
	margin:1%;
	display:table;
	float:left;
}
.tag .sort .btn img {
	float:left;
	width:100px;
	margin:1%;
	padding:7px;
}
.tag .sort .btn p {
	display:table-cell;
	vertical-align:middle;
	font-size:20px;
}
.tag .post {
	clear:both;
	width:97%;
	margin:30px auto;
}
.tag .post .spot {
	border:1px solid #cccccc;
	margin:2%;
}
.tag .post .spot img {
	float:left;
	width:300px;
	padding:10px 15px 10px 10px;
}
.tag .post .spot .txt p {
	color:#666666;
	padding:10px;
}
.tag .post .spot .txt h2 a {
	text-decoration:underline;
}
.recommend {
	margin:0 auto 30px auto;
	overflow:hidden;
	width:97%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.recommend .movie_box {
	border:1px solid #cccccc;
	padding:2%;
	width:95%;
	margin:1% auto;
	overflow:hidden;
}
.recommend .movie_box .pict {
	float:left;
	width:34%;
}
.recommend .movie_box .txt {
	float:left;
	width:65%;
	padding-left:1%;
}
.recommend .movie_box .txt p {
	padding :15px 0;
}
.recommend .movie_box .txt h4 {
	font-size:18px;
	padding:8px;
}
.recommend .movie_box .txt .link {
	display:block;
	border:1px solid #999;
	border-radius:5px;
	height:25px;
	width:150px;
	text-align:center;
	margin:0 3px 5px 3px;
	padding:7px;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #CFCFCF) );
	background-image: -o-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
	background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
	background-image: -ms-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
	background-image: linear-gradient(to bottom, #F2F2F2 0%, #CFCFCF 100%);
	color:#333;
	text-decoration:none;
	margin:0 auto;
}
.recommend .movie_box .watch_list {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:10px;
}
.recommend .movie_box .watch_list li {
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #999;
	border-radius:5px;
	height:45px;
	width:100px;
	text-align:center;
	margin:5px;
	background-image:linear-gradient(to bottom, #F2F2F2 0%, #CFCFCF 100%);
	overflow:hidden;
}
.recommend .movie_box .watch_list li a img {
	width:auto;
	padding:0;
	margin:0 auto;
	clear:both;
	text-align:center;
	display:block;
}
.pr {
	padding:0 !important;
}
/*タブレット用*/
@media screen and (min-width:768px) {
/*都道府県*/
.tag .area .box03 {
 float:left;
 width:30.51%;
}
.recommend .movie_box {
 width:45%;
 padding:1%;
 margin:1%;
}
}
/*PC用*/
@media screen and (min-width:1000px) {
.tag .area .box03 {
 width:30.7%;
}
}
