@charset "UTF-8";


/** $Id: default.css 5800 2012-06-21 08:10:03Z numata $ */
/**
 * さんラボ!巡り隊用 CSS
 *
 * @author yoshizawa@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 */

/* Common
------------------------------- */
.w700fix {width:760px;}
#wrapper-plus {
	padding: 0 0 40px;
	color: #555;
	line-height: 1.6;
}
#wrapper-plus a:link,
#wrapper-plus a:visited {
	color: #555;
	text-decoration: underline;
}
#wrapper-plus a:hover,
#wrapper-plus a:focus,
#wrapper-plus a:active {
	color: #555;
	text-decoration: none;
}


#wrapper-plus > h1 {
	width: 760px;
}
#wrapper-plus > h1 a {
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	width: 760px;
	height: 120px;
	background: url(../images/ttl.png) no-repeat;
	margin: 0 0 30px;
}


#wrapper-plus .contents-ttl{
	width:640px;
	color: #f29a76;/*色変更*/
	font-weight:bold;
	text-align: left;
	font-size: 20px;
	margin: 0 auto 18px;
}


/* block
--------------------------- */
#wrapper-plus .page-info .block {
	width:640px;
	margin: 0 auto 30px;
	overflow: hidden;
}
#wrapper-plus .page-info .block .img {
	width: 640px;
	margin:0 0 10px;

}
#wrapper-plus .page-info .block .img img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#wrapper-plus .page-info .block .txt-block { width:640px;}

#wrapper-plus .page-info .block .txt-block h3 {
	font-size: 18px;
	margin: 0 0 10px;
	color: #e85514;/*色変更*/
	line-height:1.0;
}

#wrapper-plus .page-info .block .txt-block p.price {
	font-size:16px;
	color: #928175;
	margin-bottom:30px;
	line-height:1.0;
}

#wrapper-plus .page-info .block .txt-block p.txt {
	font-size:16px;
	color: #727171;
	line-height:30px;
	margin:0;padding:0;
}


/* item */

#item-wrap{ width:640px; margin:0 auto 40px; overflow:hidden;}

#item-wrap div{ width:300px;}
#item-wrap .item-L{float: left;}
#item-wrap .item-R{float: right;}

#item-wrap div .item-photo{ margin:0 0 10px;}

#item-wrap div img{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}


#item-wrap .item p.txt {
	color: #727171;
	font-size: 16px;
	line-height:20px;
}


/* btn
--------------------------- */
#wrapper-plus ul.list-btn{
	width:640px;
	margin:0 auto;
	overflow:hidden;
}
#wrapper-plus ul.list-btn li{
	width: 300px;
	padding: 0;
	text-align: center;
}

#wrapper-plus ul.list-btn .btn-l{ float:left;}
#wrapper-plus ul.list-btn .btn-r{ float:right;}

#wrapper-plus ul.list-btn li.btm-link{
	text-align: center;
}

#wrapper-plus ul.list-btn li.btm-link a{
	background: #727171;
	display: block;
	font-size: 20px;
	color: #FFF!important;
	height:60px;
	line-height:60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-decoration:none;
}
