@charset "UTF-8";

/* ===================================
	File Name   : price-menu.css
	Description : Price & Menu Page Layout CSS
	Editors     : Taz Sakurai
	Create Date : 2014/06/02

	Update Description :
		2014/06/02 Append - Value Styles [Taz Sakurai]
		2014/06/02 File Create
====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Price ＆ Menu Introduction
	3. Option Menu
	4. 
	5. 
	*. Clear Release
	
====================================== */





/*===== ■1. Individual Redefinition =====*/
/* Global Navigation */
ul#GlobalNavi li#BtnMenu a,
ul#GlobalNavi li#BtnMenu a:hover {background-position: -595px -270px;}

/* Title Setting */
h1 span {
	background: url(img/img_main-price-menu.jpg) no-repeat center 0px;
}




/*===== ■2. Price ＆ Menu Introduction =====*/
#PriceMenuIntro {
	margin: 0px;
	padding: 100px 0px 0px;
}

#PriceMenuIntro dl {
	float: left;
	display: inline;
	padding: 0px 0px 40px;
	width: 330px;
}

#PriceMenuIntro dl#CutColoring {
	clear: both;
}

#PriceMenuIntro dl dt {
	padding: 0px 0px 20px;
}

#PriceMenuIntro dl dd table th {
	background: url(../common/img/line_dotted-gray.jpg) repeat-x 0px 7px;
	padding: 0px 0px 20px;
	width: 195px;
	line-height: 1.1;
	font-size: 108%;
}

#PriceMenuIntro dl dd table th span {
	background: #FFF;
	padding: 0px 5px 10px 0px;
}

#PriceMenuIntro dl dd table td {
	padding: 0px 0px 17px 10px;
	vertical-align: top;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 123.1%;
}

#PriceMenuIntro p {
	clear: both;
	padding: 0px 0px 30px;
	text-align: center;
}

#PriceMenuIntro p img {
	display: inline;
}






/*===== ■3. Option Menu =====*/
#OptionMenu {
	background: url(img/img_price-menu02.jpg) no-repeat 0px 0px;
}

#OptionMenu dl {
	padding: 0px 0px 40px 330px;
	width: 330px;
}

#OptionMenu dl dt {
	padding: 0px 0px 20px;
}

#OptionMenu dl dd table th {
	background: url(../common/img/line_dotted-gray.jpg) repeat-x 0px 7px;
	padding: 0px 0px 20px;
	width: 195px;
	line-height: 1.1;
	font-size: 108%;
}

#OptionMenu dl dd table th span {
	background: #FFF;
	padding: 0px 5px 10px 0px;
}

#OptionMenu dl dd table td {
	padding: 0px 0px 17px 10px;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 123.1%;
}






/*===== ■4.   =====*/





/*===== ■5.   =====*/





/*===== ■*.Clear Release  =====*/
#*************** {
	/zoom: 1;
}

#***************:after {
	content: '';
	display: block;
	clear: both;
}
