@charset "UTF-8";

/** $Id: default.css 5800 2015-12-11 08:10:03Z numata $ */
/**
 * い～らナビ!めちゃウマ！用 CSS
 *
 * @copyright HitBit co.,ltd.
 * @since 2015-12-11
 * @see guideline: Ver. 1.01
 */

/* Common
------------------------------- */
.w700fix {width:760px;}
#wrapper-plus {overflow:hidden;}

#wrapper-plus > h1 {
    background: rgba(0, 0, 0, 0) url("../images/ttl.jpg") no-repeat scroll 0 0;
    height: 200px;
    margin: 0 0 30px;
    text-indent: -9999px;
    width: 760px;
}



/* right
------------------------------- */
#wrapper-plus .wrap-right {
	width:230px;
	float:right;
}
#wrapper-plus h2 {
	color: #b92403;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c0c0c0;
	margin-bottom: 10px;
}
#wrapper-plus .wrap-right p {line-height:1.7; margin-bottom:10px;}


#wrapper-plus .wrap-right .item-detail {
	background: url(../images/bg_dot2.png);
	padding: 3px;
}

#wrapper-plus .wrap-right dl {
	overflow: hidden;
	background: #fff;
}
#wrapper-plus .wrap-right dl dt {
	text-indent: -9999px;
	background: url() no-repeat center left;
	width: 45px;
	height: 9px;
	padding: .3em 0 0;

	clear: both;
	float: left;
	margin: 10px 0 10px 10px;
}
#wrapper-plus .wrap-right dl dt.menu {
	background-image: url(../images/txt_menu.png);
}
#wrapper-plus .wrap-right dl dt.price {
	background-image: url(../images/txt_price.png);
}
#wrapper-plus .wrap-right dl dd {
	float: right;
	width: 150px;
	margin: 10px 10px 10px 0;
}
#wrapper-plus .wrap-right dl dd strong {
	font-weight: bold;
}
#wrapper-plus .wrap-right dl dd span {
	display: block;
	font-size: 10px;
}

/* left
------------------------------- */
#wrapper-plus .item-photo {
	width:512px;
	float:left;
	border-radius:10px;
}
#wrapper-plus .item-photo img {
	border-radius:10px;
}








/* button
------------------------------ */
#ex-btn-menu  {
	clear:both;
	margin:0 auto 30px auto;
	overflow:hidden;
	padding-top:30px;
}
#ex-btn-menu li {
	display: block;
	width: 162px;
	height: 47px;
	float: left;
	text-indent: -99999em;
	overflow: hidden;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
#ex-btn-menu li a {

	display:block;
	width:162px;
	height:47px;
}
#ex-btn-menu .b01 { background:url(../images/btn01.png) no-repeat 0 0; }
#ex-btn-menu .b02 { background:url(../images/btn02.png) no-repeat 0 0; }
