@charset "utf-8";

/* --------------------------------------------------------
 * Reset
 * Copyright (c) 2010, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.com/yui/license.html
 * version: 2.8.2r1
 * --------------------------------------------------------*/
html {color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{*font-size:100%}

/* --------------------------------------------------------
 * basic
 * --------------------------------------------------------*/

a {text-decoration:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}a:link{color:#33c}a:visited{color:#802080}a:hover{text-decoration:underline;color:#eb6100}a:active{color:#ebc300}a:focus{outline:0}a img{vertical-align:top}

.sprite {position:relative;display:block;overflow:hidden}.sprite:hover{/zoom:1}.sprite img{position:absolute}.normal{font-weight:normal!important}.bold{font-weight:bold}.fltL{float:left!important}.fltR{float:right!important}.clrml{margin-left:0!important}.clrmr{margin-right:0!important}.clrmb{margin-bottom:0!important}.clrmt{margin-top:0!important}.clrbt{clear:both!important}.clrL{clear:left!important}.clrR{clear:right!important}.clrbd{border:none!important}.alnR{text-align:right}.block{display:block}.whitespace{white-space:pre;white-space:pre-wrap;white-space:pre-line;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:-moz-pre-wrap;white-space:-hp-pre-wrap;word-wrap:break-word}.clrfx:before,.clrfx:after{content:"";display:table}.clrfx:after{clear:both}.clrfx{zoom:1}
img {vertical-align:top;}

* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}


.pb30 {padding-bottom:30px;}
.pb50 {padding-bottom:50px;}

.fl {float:left;}
.fr {float:right;}

.posl {position: relative;}
.poa {position: absolute;}

.taL {text-align:left;}
.taC {text-align:center;}
.taR {text-align:right;}

.mr_01 {margin-right: -0.1em;}
.ml_05 {margin-left: -0.5em;}
.ml1 {margin-left: 1em;}
label {position: relative;bottom: -2px;}

/* --------------------------------------------------------
 * Clearfix (basicにclrfxある)
 * --------------------------------------------------------*/
.clrFix:after{
  content: ""; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clrFix{display: inline-block;} 

/* Hides from IE Mac \*/
* html .clrFix {height: 1%;}
.clrFix{display:block;}
/* End Hack */ 

/* --------------------------------------------------------
 * Common
 * --------------------------------------------------------*/
html {
}

body {
	width: 100%;
	letter-spacing : 0.2em;
	line-height : 220%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 14px;
	background: url(../images/bg.gif);
	background-color: #F6F3E5;
	-webkit-text-size-adjust: 100%;
	
}

#wrapper, #header, #contents, #footer {
	width: 100%;
}

#header .inner, #contents .inner, #footer .inner {
    width: 980px;
    margin: 0 auto;
	text-align:center;
}

/* --------------------------------------------------------
 * wrapper
 * --------------------------------------------------------*/
#wrapper {
  	width: 1020px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 10px 0 #666;
}


/* --------------------------------------------------------
 * header
 * --------------------------------------------------------*/
#header {
	position: relative;
	text-align: center;
}

#header .mainHeadImg {
	margin-top: 15px;
}

#header .about {
	position: absolute;
	right: 52px;
	bottom: 15px;
}

/* --------------------------------------------------------
 * contents
 * --------------------------------------------------------*/
#contents {
	height: 100%;  
    /*overflow: auto;*/
}

#contents .inner {
    /*overflow: auto;*/
}

#outLineArea,
/*#setItemArea,*/
#otherItemArea {
	margin: 20px 0;
}

/* formArea --------------- */

.formArea {
	/*width: 155px; br*/
	font-size: 13px;
	letter-spacing: 0.1em;
}
.formArea {
	/*width: 155px; br*/
	font-size: 13px;
	letter-spacing: 0.1em;
	font-family: sans-serif;
}

.formArea span {
	display: block;
	margin-top: -5px;
}

.formArea label {
	font-family: sans-serif;
}

.stockTxt {
	color: #f00;
	font-size: 10px;
}

/* formSelect --------------- */
.formArea .formSelect {
	width: 80px;
	text-align: center;
	
}

/* outLineArea --------------- */
#outLineArea {
	width: 900px;
	display: block;
	margin: auto;
	letter-spacing : 0.1em;
	font-weight: bold;
}

#outLineArea .outLine1,
#outLineArea .outLine2 {
	width: 420px;
	text-align: left;
	margin: 30px 0;
}

#outLineArea .outLine1 {
	float: left;
	margin-left: 50px;
}

#outLineArea .outLine2 {
	float: right;
}

#outLineArea .outLine2 .notice {
	color: #f00;
}

#outLineArea .outLine2.notice span {
	display: block;
	text-align: left;
}

#outLineArea .outLineTxt {

}

#outLineArea .beforeBuy img {
	padding: 10px 0;
}

#outLineArea a{
	color: #0064ff;	
}

#outLineArea a:hover{
	color: #ff6400;	
	text-decoration: none;
}

.coffee {
	display: block;
}

.coffee .coffeeLabel {
	display: inline-table;
}

/* setItemArea --------------- */
#setItemArea {}

#setItemArea img {
	padding: 15px;
}

#setItemArea .setItem {
	width: 900px;
	margin: 20px 0;
	padding-bottom: 20px;
}

#setItemArea .setItem .setPhoto {}

#setItemArea .setItem .setTxt {
	padding: 20px 10px ;
}

#setItemArea .setItem .setItemL {
	float: left;
	margin-left: 70px;
}

#setItemArea .setItem .setItemR {
	float: right;
}

#setItemArea .setItem .setItemR .setDetail {
	margin-left: -20px;
}

#setItemArea .setItem .setItemR .setDetail img {
	padding: 0 0 10px 0;
}

/* otherItemArea --------------- */
#otherItemArea {}

#otherItemArea img {
	padding: 5px 0;
}

#otherItemArea div#itemList {
	width: 896px;
	margin: 0 auto;
}

#otherItemArea div#itemList li {
	margin: 10px;
	float: left;
	list-style: none;
}

#otherItemArea .topping{
	width: 200px;
}

#otherItemArea .topping select {
	outline: none;
}


/* order --------------- */
#order {
	position: relative;
	display: block;
	height: 80px;
	width: 800px;
	background-color: #f2c928;
	margin: 0 auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#order input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	outline: none;
}

/* archiveList --------------- */
#archiveList {
	margin: 40px auto 0;
	text-align: center;
}

#archiveList li {
	line-height: 75px;
}

#archiveList .archiveTtl {
	margin: 40px 0 0 -10px;
}

#archiveList .archiveEnd {
	margin: 0px 0 30px 0;
}

#archiveList .update {
	font-size: 10px;
	margin: 80px 0 20px 0;
}

#archiveList .archive {
	font-size: 10px;
	margin: 20px 0 20px 0;
}

/* Cart ---------------------- */


/* --------------------------------------------------------
 * footer
 * --------------------------------------------------------*/
#footer {}

#footer div.inner {}

#footer div.inner ul.navLinkBar {
    float: left;
    margin: 50px 0 0;
    padding: 0;
    position: relative;
    width: 1000px;
}

#footer div.inner ul.navLinkBar li.navLink {
	list-style: none outside none;
    float: left;
    margin: 0 20px;
    position: relative;
}

#footer div.inner ul.navLinkBar li.navLink:first-child {
	margin-left: 55px;
	
}

#footer div.inner ul.navLinkBar li.navLink a {
	color: #fff;
    text-decoration: none;
}

#footer div.inner ul.navLinkBar li.credit {
    text-align: left;
    bottom: 15px;
    margin-left: 130px;
    font-size: 10px;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing: .05em;
}

#footer div.inner p.copyright {
	padding: 120px 0 10px 0;
	color: #fff;
	text-align: center;
}
