@charset "utf-8";

/* ------------------------------------
 * 標準スタイルのリセット
 * ------------------------------------ */
@import "html5reset-1.6.1.css";


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

/* 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;
	text-decoration: underline;
}

a img {
	border: 0;
}

a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}


/* ------------------------------------
 * HEADER
 * ------------------------------------ */

header h1 {
	margin:0;
	padding: 0;
}

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


/* ------------------------------------
 * CONTENTS
 * ------------------------------------ */

article {
	text-align: left;
}

article section {
	margin:0;
	padding:0;
}

.mainImg img {
	width:100%;
}

div.detail {
	text-align:center;
}

.detail h2 img {
	width:100%;
}

.detail dl {
	margin:3%;
	text-align:left;
}

.detail dt {
	padding:2% 2% 2% 35px;
	background: #000 url(../img/mark.png) no-repeat left center;
	background-size:25px 17px;
	-webkit-background-size:25px 17px;
	-moz-background-size:25px 17px;
	color:#fff;
}
.detail dd {
	padding:2%;
}

.detail dd .btn_repo {
	display:block;
	width:80%;
	margin:0 auto 2%;
	text-align:center;
}

.detail dd .btn_repo img {
	max-width:100%;
	width:auto !important;
	width:100%;
}

.detail dd.goods {
	border-top: dotted 1px #999;
}

.detail dd.inquiry {
	border-top: dotted 1px #999;
	font-size:83%;
}

.notice {
	margin:3%;
	padding:3%;
	text-align:left;
	background-color:#f0f0f0;
	font-size:83%;
}

.toTop {
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	padding:10px;
	text-align:right;
}

a.btn {
	display:block;
	padding:10px;
}

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

footer {
	padding:10px;
	background-color:#000;
	font-size: 73%;
	color:#fff;
}
