@charset "utf-8";

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,p{
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
ol,ul {
    list-style:none;
}
li {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
} 
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
img{
	border:0;
	max-width: 100%;
}
a {
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:hover,a.selected{
    text-decoration:none;
}
a:focus{outline:0}
a,img{vertical-align:top}
ul li a,
ul li img{
	display: block;
}

input {outline:none;}

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

.tac {text-align:center;}
.tar {text-align: right;}

.bold {font-weight: bold;}
.red {color: red;}

.mt40 {margin-top: 40px;}
.mt30 {margin-top: 30px;}
.mt20 {margin-top: 20px;}

.clear {clear: both;}

.cf:before,
.clrfx:after {
	content:"";
	display:table;
	clear:both;
}
.clrfx {*zoom: 1;}

/*sdfd*/
a:link {
	color: #099;
	text-decoration: none;
}
a:visited {
	color: #066;
	text-decoration: none;
}
a:hover {
	color: #84E8E3;
	text-decoration: none;
}

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


.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%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: left;
	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;
}


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

#contents .inner {
}

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

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

.formArea {
	font-size: 13px;
	letter-spacing: 0.1em;
	font-family: sans-serif;
}

.formArea span {
	display: block;
	font-size:11px;
}

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

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

/* formSelect --------------- */
.formArea .formSelect {
	text-align: center;
	text-align: -webkit-center;
	border: 1px solid #999;
	border-radius: 5px;
	color: #333;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	text-indent: 5px;
	vertical-align: middle;
	width: 100px;
}

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

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

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

#outLineArea .outLine2 {
	float: right;
	width: 330px;
	margin-right: 35px;
}

#outLineArea .outLine2 ul.mokuji li {
	display: block;
}

#outLineArea .outLine2 ul.mokuji li:first-child {
	padding: 0 0 20px 0;
	background: url(../images/yugohan/line_y.gif) no-repeat 0 30px;
}

#outLineArea .outLine2 ul.mokuji li:last-child {
	padding: 17px 0 0 0;
	background: none;
}

#outLineArea .outLine2 ul.mokuji li {
	padding: 10px 0 20px 0;
	background: url(../images/yugohan/line_y.gif) no-repeat 0 50px;
}

/* contentArea --------------- */
#contentArea {
	width: 900px;
	display: block;
	margin: 10px auto 0 auto;
	letter-spacing : 0.1em;
}

#contentArea .content1,
#contentArea .content2 {
	text-align: left;
	margin: 30px 0;
}

#contentArea .content1 {
	float: left;
	margin-left: 40px;
	font-size: 14px;
	line-height: 28px;
	color: #ff3c00;
	width: 400px;
}

#contentArea .content2 {
	float: right;
	width: 360px;
	margin-right: 5px;
}

.menu {
	margin-top: 20px;
	color: #000000;
}

.menu  span {
	color: #00a000;
	font-weight: bold;
}

.profile {
	width: 294px;
	font-size: 13px;
	border: solid 3px #00a000;
	padding: 20px;
}

.profile_name {
	margin-top: 10px;
	font-size: 16px;
	color: #00a000;
	font-weight: bold;
}

.nextInfo {
	margin: 5px;
}

.update {
	font-size: 10px;
	margin: 40px 0 20px 0;
}

/* since 2014.12.04
 * ------------------------------------------*/
/* shopHeader --------------- */
#shopHeader {
	position: relative;
	text-align: center;
}

#shopHeader .shopHdImg {
	margin-top: 15px;
}

#shopHeader .about {
	position: absolute;
	left: 30px;
	bottom: 4px;
}

/* storeYodogawa --------------- */
#storeYodogawa {
	width: 900px;
	display: block;
	margin: auto;
}

#storeYodogawa .yodogawa1,
#storeYodogawa .yodogawa2 {
	width: 420px;
	text-align: left;
	margin: 30px 0;
}

#storeYodogawa .yodogawa1 {
	float: left;
	margin-left: 20px;
	margin-top: 40px;
}

#storeYodogawa .yodogawa2 {
	float: right;
}

#storeYodogawa .explain {
	padding-left: 5px;
	padding-bottom: 40px;
}


#storeYodogawa #memoArea {
 background: url(../images/memo.png);
 background-repeat: no-repeat;
 height: 390px;
}

#storeYodogawa .yodogawaTxt {
	padding-top: 70px;
	padding-left: 35px;
	letter-spacing: 0;
}

#storeYodogawa  .yodogawa2 .readme {
	margin-left: 50px;
}

#storeYodogawa a{
	color: #0064ff;	
}

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

/* aboutKichiji --------------- */
#aboutKichiji {
	width: 900px;
	display: block;
	margin: auto;
	line-height: 28px;
	margin-bottom: 20px;
}

#aboutKichiji .aboutK1,
#aboutKichiji .aboutK2 {
	text-align: left;
	margin-top: 30px;
}

#aboutKichiji .aboutK1 {
	float: left;
	margin-left: 40px;
	width: 400px;
}

#aboutKichiji .aboutK2 {
	float: right;
	margin-right: 10px;
	width: 420px;
}

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

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

#setItemArea .setItem .item1_txt {
	text-align: left;
	margin-right: 30px;
}

#setItemArea .setItem .item2_txt {
	text-align: left;
	margin-right: 30px;
}

#setItemArea .item1_txt .setContent1 {
	padding: 20px 0px;
}

#setItemArea .item2_txt .setContent2 {
	padding: 10px 0 20px 0;
}

#setItemArea .setItem .setL {
	float: left;
	margin-left: 100px;
}

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

#setItemArea .setItem .setR .setDetail1 {
	margin-top: 60px;
	margin-left: -70px;
}

#setItemArea .setItem .setR .setDetail1 img {
	margin-bottom: 30px;
}

#setItemArea .setItem .setR .setDetail2 {
	margin-top: 10px;
	margin-left: -70px;
}

#setItemArea .setItem .setR .setDetail2 img {
	margin-bottom: 15px;
}

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

#otherItemArea img {
	padding: 5px 0;
}

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

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

#otherItemArea .topping{
	width: 200px;
	height: 300px;
}

#otherItemArea .topping select {
	outline: none;
}

#otherItemArea .topping a img {
	margin: 0 auto;
}

.topping_nm {
	margin-top: 5px;
}

.topping_price {
	margin-left: 10px;
}

.topping_price span {
	font-size: 10px;
	line-height: 22px;
}

/* noshi --------------- */
#nosiArea {
	margin-top: 50px;
	margin-bottom: 60px;
}

#nosiArea .noshi{
	display: block;
	height: 26px;
	margin-top: 16px;
	padding-top: 10px;
	background-color: #d0cfcf;
	border-radius: 16px;
	text-align: center;
	cursor: pointer;
}

/* order --------------- */
#order {
	position: relative;
	display: block;
	height: 80px;
	width: 800px;
	background-color: #f2c928;
	margin: 0px auto 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;
	margin-bottom: 15px;
}

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

#archiveList .archiveEnd {}

#archiveList .update {
	font-size: 10px;
	margin: 30px 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing: .05em;
}

/* since 2014.12.05 */
#youTubeArea {
	
}

#youTubeArea>img {
	margin-top: -10px;
	margin-bottom: 25px;
}

#youTubeArea .mokuji1205 {
	width: 720px;
	margin: 15px auto 30px auto;
}

#youTubeArea .mokuji1205>img {
	display: block;
	padding: 10px 0 10px 4px;
}

#youTubeArea .mokuji1205 ul {
	width: 730px;
}

#youTubeArea .mokuji1205 li {
	margin-right: 20px;
}

#youTubeArea .mokuji1205 li:first-child {
	margin-left: -8px;
}

#youTubeArea .mokuji1205 li:last-child {
	margin-right: 0px;
}

/* --------------------------------------------------------
 * 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: 70px;
    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;
}
