﻿@charset "utf-8";

/*=== Universal selector ===*/
* { margin: 0; padding: 0; }

/*=== Body ===*/
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font: normal 100%/140% "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color: #FFF;
}

/*=== Text ===*/
h1,h2,h3,h4,h5,h6,p,address { font-size: 100%; }

/*=== Image ===*/
a img { border-style: none; }

/*=== PageAll ===*/
#pageAll {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 10px;
}

/*=== Header ===*/
#header {
	width: 794px;
	background-image: url(../select/images/popup_title.gif);
	background-repeat: no-repeat;
	height: 32px;
	padding-bottom: 2px;
	text-align: right;
	background-position: 6px 2px;
	padding-right: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/*=== Header ===*/
#headerHowTo {
	width: 794px;
	background-image: url(../select/images/popup_title_howto.gif);
	background-repeat: no-repeat;
	height: 32px;
	padding-bottom: 2px;
	text-align: right;
	background-position: 6px 2px;
	padding-right: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/*=== Header ===*/
#headerMovie {
	width: 794px;
	background-image: url(../select/images/popup_title_movie.gif);
	background-repeat: no-repeat;
	height: 32px;
	padding-bottom: 2px;
	text-align: right;
	background-position: 6px 2px;
	padding-right: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


/*=== Contents ===*/
.contents {
	width: 760px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}

.singleImage {
	width: 700px;
	text-align: center;
	padding-top: 16px; /*=== 30px ===*/
	padding-bottom: 16px; /*=== 30px ===*/
	margin-right: auto;
	margin-left: auto;
	background-color: #E6E6E6;
}

.singleImageHowTo {
	width: 700px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.closeBtn {
	padding-top: 8px;
}

.left {
	float: left;
	width: 357px;
	padding-right: 20px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCC;
	text-align: center;
	margin-right: 20px;
}

.leftImg {
	height: 350px;
}

.right {
	float: left;
	text-align: center;
	width: 357px;
}

.rightImg {
	height: 350px;
}

.spec {
	font-size: 90%;
	line-height: 120%;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 20px;
}

.singleSpec {
	font-size: 90%;
	line-height: 120%;
	padding-top: 12px;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 20px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.explanationArea {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	padding-bottom: 16px;
}

.explanationArea .productTitle {
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 20px;
}

.explanationArea .explanation {
	font-size: 90%;
	line-height: 150%;
}

.clear {
	clear: both;
	width: 100%;
	float: none;
}

/*=== Footer ===*/
#footer {
	width: 792px;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-right: 8px;
}

