﻿@charset "utf-8";

/******************** スマホ ********************/
body {
	/* 背景色 */
	background: #000000;
	/* 本文文字色 */
	color: #000;
}
a {
	/* リンク文字色 */
	color: #07d;
}
a:hover {
	/* リンク文字色 マウスカーソル時 */
	color: #6ae;
}
div#header {
	/* ヘッダーロゴ画像 */
	background: #fff url(../img/header_sp.jpg) no-repeat center;
}
h1 {
	/* 店名背景色 */
	background: #000;
	/* 店名文字色 */
	color: #fff;
}
ul#header_nav li a {
	/* ナビ背景色 */
	background: #fff;
	/* ナビ文字色 */
	color: #000;
}
ul#header_nav li a:hover {
	/* ナビ文字色 マウスカーソル時 */
	color: #999;
}
div#wrap {
	/* コンテンツ部分背景色 */
	background: #fff;
}
div.entry {
	/* 記事区切り線 */
	border-bottom: 1px dotted #999;
}
p.date {
	/* 記事日付文字色 */
	color: #00C867;
}
p.title, p.title a {
	/* 記事タイトル文字色 */
	color: #FF388E;
}
.side_title {
	/* サイドカラムタイトル背景色 */
	background: #000;
	/* サイドカラムタイトル文字色 */
	color: #fff;
}
address {
	/* コピーライト文字色 */
	color: #fff;
}
/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/
