@charset "utf-8";
/* CSS Document */
body{
	background: #fff;
}
#fd{
	padding-top: 60px;
}
#fd .main{
	/*max-width: 848px;
	max-width: 648px;*/
	margin: 0 auto;
}
#fd .date{
	padding: 100px 0 15px;
	font-size: 25px;
}
#fd .desc{
	padding-top:35px;
	padding-bottom: 35px;
	font-size: 16px;
}
#fd img{
	width: 100%;
}
#fd .img{
	margin-bottom: 20px;
}
#fd #list{
	/*font-family: "Sawarabi Mincho", serif;*/
	margin-bottom: 70px;
}
#fd #list .ttl{
	text-align: center;
	background:#E94211;
	padding: 5px 0;
	margin-bottom: 50px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
#fd #list .ttl img{
	width: auto;
}
#fd #list .list-topic{
	width: 88%;
	margin: 0 auto 80px;
	padding-bottom: 40px;
	border-bottom: solid 1px #5d5d5d;
	overflow: hidden;
}
#fd #list .list-topic:last-of-type{
	margin-bottom: 0;
}
#fd #list .list-topic .photo{
	width: 49.1%;
	float: left;
}

#fd #list .list-topic .photo .item-txt {
	text-align:left;
	font-size:15px;
	line-height:150%;
	margin-top:20px;
}

#fd #list .list-topic .photo .item-txt .item-name {
	border-bottom:#666666 1px solid;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
	font-size:120%;
}

#fd #list .list-topic .photo .item-txt .item-price {
	color:#FF3300;
	text-align: center;
	font-weight:bold;
}

#fd #list .list-topic .info{
	width:45.3%;
	float:right;
	text-align: left;
}
#fd #list .list-topic .info .name{
	border:#E94211 1px solid;
	text-align:center;
	font-size: 22px;
	font-weight: bold;
	padding:12px;
	color:#E94211;
}

#fd #list .list-topic .info .leedtxt p{
	font-size:15px;
	border-bottom:#E94211 1px dotted;
	padding:10px 0;
	margin-bottom:10px;
}

#fd #list .list-topic .info .comment {
	border:#FC0 2px solid;
	padding:10px;
	line-height:150%;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

#fd #list .list-topic .info .comment strong {
	font-size:16px;
	font-weight:bold;
	color:#333333;
}

#fd #list .list-topic .info .comment .c-photo {
	width:122px;
	float:right;
	margin-left:10px;
}


#fd #list .list-topic .info .addr{
	font-size: 15px;
	line-height:150%;
	margin-bottom:20px;
}

#fd #list .list-topic .info .addr .a-photo {
	width:54%;
	float:left;
	margin-right:10px;
}

#fd #list .list-topic .info .addr .a-photo img {
	width:100%;
	height:auto;
}


/*-------------------*/

#fd #list .list-topic .photo2{
	width: 49.1%;
	float: right;
}

#fd #list .list-topic .photo2 .item-txt {
	text-align:left;
	font-size:15px;
	line-height:150%;
	margin-top:20px;
}

#fd #list .list-topic .photo2 .item-txt .item-name {
	border-bottom:#666666 1px solid;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
	font-size:120%;
}

#fd #list .list-topic .photo2 .item-txt .item-price {
	color:#FF3300;
	text-align: center;
	font-weight:bold;
}

#fd #list .list-topic .info2{
	width:45.3%;
	float:left;
	text-align: left;
}
#fd #list .list-topic .info2 .name{
	border:#E94211 1px solid;
	text-align:center;
	font-size: 22px;
	font-weight: bold;
	padding:12px;
	color:#E94211;
}

#fd #list .list-topic .info2 .leedtxt p{
	font-size:15px;
	border-bottom:#E94211 1px dotted;
	padding:10px 0;
	margin-bottom:10px;
}

#fd #list .list-topic .info2 .comment {
	border:#FC0 2px solid;
	padding:10px;
	line-height:150%;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

#fd #list .list-topic .info2 .comment strong {
	font-size:16px;
	font-weight:bold;
	color:#333333;
}

#fd #list .list-topic .info2 .comment .c-photo {
	width:122px;
	float:right;
	margin-left:10px;
}


#fd #list .list-topic .info2 .addr{
	font-size: 14px;
	line-height:150%;
	margin-bottom:20px;
}

#fd #list .list-topic .info2 .addr .a-photo {
	width:54%;
	float:left;
	margin-right:10px;
}

#fd #list .list-topic .info2 .addr .a-photo img {
	width:100%;
	height:auto;
}


.hyou table{
	width:100%;
	max-width:1000px;
	border-color:#CCC;
	border-style:solid;
	border-width:1px 1px 0 0;
	box-sizing:border-box;
	margin:0 auto 40px;
}

.hyou td{
	border-color:#CCC;
	border-style:solid;
	border-width:0px 0px 1px 1px;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
}

.hyou .pc {display:block;}
.hyou .sp {display:none;}



/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px){
#fd {
    padding-top: 20px;
}
#fd #list .list-topic .photo{
	margin-bottom: 20px;
}
#fd #list .list-topic .info {
    height: auto;
	margin-bottom: 20px;
}
#fd #list .list-topic .info .pr{
	margin-top: 14px;
}
#fd #list .list-topic .desc a{
	clear: both;
	float: none;
	width: auto;
	margin: 20px 35px 0;
}

	
}

/* スマホ設定  600 以下*/
@media screen and (max-width:667px){
#fd {
    padding-top:0px;
}
#fd .date{
	padding: 50px 20px 10px;
	font-size: 20px;
}
#fd .desc{
	font-size: 14px;
	padding: 0 20px 15px;
}
#fd #list{
	margin-bottom: 40px;
}
#fd #list .ttl{
	padding: 8px 0;
	margin-bottom: 30px;
}
#fd #list .ttl img{
	width: auto;
	max-width:90%;
	height:auto;
}
#fd #list .list-topic .photo,
#fd #list .list-topic .photo2{
	width:100%;
	margin: 0 auto 16px;
	padding: 0;
	float: none;
	text-align: center;
}
#fd #list .list-topic .info,
#fd #list .list-topic .info2{
	width:100%;
	float:none;
	margin: 0 0px;
	text-align: left;
}
#fd #list .list-topic .info .name{
	font-size: 20px;
	text-align: center;
}
#fd #list .list-topic .info .pr{
	margin-bottom:20px;
	line-height: 20px;
	padding-top: 5px;
	text-align: center;
	padding-left: 0;
}
#fd .note{
	width: 88%;
	display: block;
	margin: 0 auto 40px;
	padding: 12px 0;
}
#fd #list .list-topic .info .pr:before{
	position:relative;
	margin-right: 6px;
}
#fd #list .list-topic .info .addr{
	text-align:left;
}

#fd #list .list-topic .info .addr .a-photo,
#fd #list .list-topic .info2 .addr .a-photo {
	width:90%;
	float:none;
	text-align:center;
	margin:0 auto 10px;
}

.hyou .pc {display:none;}
.hyou .sp {display: block;}

}

