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

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

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


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

body {
	width: 100%;
	color: #171717;
	background: #D20011 url(../img/bg_red.gif) repeat left top;
	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: #040426;
	text-decoration: none;
}

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

article {
	clear: both;
}

.catch {
	font-size:85%;
	padding:9px 15px;
}

@media screen and (max-width: 320px) {
	.catch {
		font-size:89%;
	}
}

.catch img{
	display:block;
	width:100%;
	margin:10px 0;
}

.period {
	color: #fff;
	display: block;
	margin: 5px auto 0;
	padding: 6px 0;
	font-size: 100%;
	width: 96%;
	background: #000000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-weight:bold;
}

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

header{
	background: #fff url(../img/bg_white.gif) repeat left top;
	text-align: center;
}


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

h2 {
	border-bottom:5px solid #3d3d3d;
	padding-bottom:3px;
	margin-top:8px;
}

h2 img {
	width:60%;
}

.item_top{
	margin-top:20px;
}

.item .detail {
	padding:0 0 0;
	background:#f4f4f4;
}
.item .detail img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.item .detailInner {
	margin-top:10px;
	padding:10px;
	color:#000;
	background:#bbb;
}


.item .detailInner h3 {
	font-size:130%;
}

.item a {
	display: block;
	margin: 10px;
	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: #000000;
	text-align: center;
	font-size:120%;
}

.item a.btn {
	color: #fff;
	background: rgb(109,109,109);
	background: -moz-linear-gradient(top, rgba(109,109,109,1) 0%, rgba(71,71,71,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%);
	background: -webkit-linear-gradient(top, rgba(109,109,109,1) 0%,rgba(71,71,71,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%);
	background: linear-gradient(to bottom, rgba(109,109,109,1) 0%,rgba(71,71,71,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#0a0809',GradientType=0 );
}

.spec h3 {
	margin:10px 0;
	padding:5px 10px;
	background-color:#FF3;
	color:#000;
}

.spec p {
	text-align:left;
}

.size{
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	padding-bottom:10px;
	background-color:#f4f4f4;
}
.size h3 {
	color: #000;
	margin: 0 auto 10px;
	background: #bbb;
	padding:3px;
	font-weight:bold;
	letter-spacing:0.1em;
}

.size table {
	margin: 0 auto;
	width: 260px;
}
.size th,
.size td {
	padding: 5px;
	border: 1px solid #1f1f3b;
	border-collapse: collapse;
	text-align: center;
	color:#1f1f3b;
}

.text_material img{
	width:90%;
	margin:10px 0;
}


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

footer #footNav ul {
	padding: 10px 0;
	border-top: 1px dotted #fff;
	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;
	color:#fff;
}

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