@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：LEMONeD SHOP
作成日：2013.10.17
修正日：2013.10.17
ガイドライン：Ver.01
製作者：株式会社エムアップ
------------------------------*/

/* ------------------------------------
 * 標準スタイルのリセット＋共通CSS読み込み
 * ------------------------------------ */
@import "../../css/html5reset-1.6.1.css";


/* ------------------------------------
 * 共通設定・デフォルト値の再定義
 * ------------------------------------ */

body {
	width: 100%;
	color: #fff;
	background: #000;
	text-align: center;
	font:14px/1.6 Helvetica, ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Droid Sans Japanese, sans-serif;
	overflow-x: hidden;
}

/* Clearfix */
.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-Mac */


/* ------------------------------------
 * TEXT LINK
 * ------------------------------------ */
 
a {
	cursor: pointer;
	outline: none;
}

a img {
	border: 0;
}

a:link,
a:visited {
	color: #f60;
	text-decoration: none;
}
 

/* ------------------------------------
 * LAYOUTS
 * ------------------------------------ */

article {
	clear: both;
}

section p {
	padding: 0 10px 10px;
}

header {
	margin-bottom: 10px;
}

header img{
	display: block;
	width: 100%;
}

.item {
	margin-top:20px;
	background-color:#fff;
	color:#000;
	
}

.item h2 {
	padding-top:10px;
	border-bottom: solid 1px #000;
}

.item h2 img {
	display:block;
	width:100%;
}

.item p {
	margin-top:2px;
	padding:10px 10px 10px 10px;
	text-align:left;
	border-top:solid 1px #000;
	border-bottom: dotted 1px #ccc;
}

.item .detail {
	padding:0 0 10px;
	border-bottom: solid 1px #ccc;
}
.item .detail img {
	display: block;
	margin: 0 auto;
	width: 280px;
}

.item .detailInner {
	margin:0 10px;
	background-color:#333;
	color:#fff;
	text-align:left;
	padding:10px;
}

.item dl {
	font-size:90%;
}

.item dl dd {
	padding:0 0 0 10px;
}

.item a {
	display: block;
	margin: 10px auto 0;
	padding: 10px 0;
    border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	color: #fff;
	text-align: center;
	border: 1px solid #666;
	background: #999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999), color-stop(50%,#999), color-stop(51%,#666), to(#666));
	background-image: -webkit-linear-gradient(top, #999, #999 50%, #666 51%, #666);
	background-image: -moz-linear-gradient(top, #999, #999 50%, #666 51%, #666);
	background-image: -ms-linear-gradient(top, #999, #999 50%, #666 51%, #666);
	background-image: -o-linear-gradient(top, #999, #999 50%, #666 51%, #666);
	background-image: linear-gradient(top, #999, #999 50%, #666 51%, #666);
	text-shadow: 0 1px 1px #999;
}


.notice {
	padding: 10px;
	border-top: 1px dotted #666;
}

.notice li {
	margin-left: 1em;
	text-indent: -1em;
	text-align: left;
}
 

/* ------------------------------------
 * FOOTER
 * ------------------------------------ */

footer #footNav ul {
	padding: 10px 0;
	border-top: 1px dotted #666;
	zoom: 1;
}

footer #footNav ul:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

footer #footNav li {
	display: inline;
	float: left;
	width: 40%;
	text-align: right;
}
footer #footNav li:first-child {
	text-align: left;
	width: 60%;
}

footer #footNav li a {
	padding: 5px 10px;
	text-decoration: underline;
}

footer small {
	clear: both;
	padding: 5px 0;
	display: block;
	line-height: 1.2;
	color: #000;
	background: #fc0;
	text-align:center;
	font-size: small;
}