@charset "utf-8";
html { overflow-y: scroll; }

h1,h2,h3,h4 {
    margin: 0 0 0 0;
}
p {
    margin: 0 0 0.5em 0;
}
dl,
menu,
ol,
ul,
dd {
    margin: 0 0 1em 0;
}
menu,
ol,
ul {
    padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	outline: none !important;
}
img {
	vertical-align: bottom;
}
li {
	list-style: none;
}
strong {
	font-weight: normal;
}
a:link {
	color: #0088aa;
}
a:visited {
	color: #0088aa;
}
a:hover {
	color: #66b8cc;
	text-decoration: underline;
}

a:active {
	color: #0088aa;
}

a:hover img.hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

#cart:hover {
  opacity: 0.9;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  background-color: #fff;
}

/* =============================================================================
   基本レイアウト
   ========================================================================== */
body {
	
	font: 1em/1.5 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
	color: #676467;
}

/* =============================================================================
   Header
   ========================================================================== */
header {
	background: #ff4f9a url(../images/bgHeader.jpg) repeat-x top left ;
}

.wrap {
	width: 900px;	
	margin: 0 auto;
}

header ul {
	text-align: right;
}

header li {
	min-height: 36px;
	height: auto !important;
	height: 36px;	padding-left: 25px;
	line-height: 36px;
	display: inline-block;
}

/* =============================================================================
   wrap
   ========================================================================== */
#Wrap {
	margin: 0 auto;
	width: 620px;
	text-align: center;
	background: #fff;
	position:relative;
}

#main {
	margin-bottom: 80px;
}

/* =============================================================================
   pdf
   ========================================================================== */
.PDF {
	min-height: 33px;
	height: auto !important;
	height: 33px;
	line-height: 33px;
	margin-bottom: 20px;
	padding-left: 40px;
	text-align: left;
	background: url(../images/iconPDF.png) no-repeat left center;
}

.PDF a {
	display: inline-block;
}

/* =============================================================================
   choice
   ========================================================================== */
#choice {
    text-align: left;
	overflow: hidden;
}

#choice h2 {
	margin-bottom: 20px;
}

#choice p {
	border-bottom: 3px solid #707070;
	font-weight: bold;
}

#choice .cont1 {
	position: relative;
}
	
#choice .cont1 img {
	position: absolute;
	top: 0;
	left: 0;
}

#choice .cont1 div {
	margin: 0 0 30px 320px;
}

#choice table td{
	padding: 5px 0;
	vertical-align: top;
}

#choice table td input{
	margin-left: 10px; 
	padding: 5px 30px;
	text-align: center;
	border: none; 
	background-color: #f5416e;
	color: #fff;
	font-weight: bold;
}
#choice table td input:hover {
	opacity: 0.7;
}


#choice .cont2 p {
	margin: 10px 0;
}

#choice .cont2 .left {
	width: 300px;
	float: left;
}


#choice .cont2 .right {
	width: 300px;
	float: right;
}

/* =============================================================================
   cart
   ========================================================================== */
#cart{
	width: 620px;
	margin: 0;
    background-color: #ff4f9a;
}

#cart input {
	margin: 0 auto; 
	padding: 30px;
    height: 105px;
    display: block;
}

/* =============================================================================
   selection
   ========================================================================== */
.selection {
	position: fixed;
	top: 40%;
	right: 0;
}

.selection a {
	display: block;
}

/* =============================================================================
   depigelly
   ========================================================================== */
.depigelly {
	margin-top:50px;
}

.depigelly p {
	font-size: 18px;
	font-weight: bold;
}


/* =============================================================================
   Footer
   ========================================================================== */
footer h2 {
	margin: 0 0 15px 0;
	padding-top: 50px;
	text-align: center;
}

footer ul {
	margin-bottom: 10px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

footer li {
	padding: 0 8px;
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	border-left: 1px solid #f5416e;	
}

footer li a:link {
	color: #f5416e;
}
footer li a:visited {
	color: #f5416e;
}

footer li a:hover {
	color: #f5416e;
	text-decoration: underline;
}

footer li a:active {
	color: #f5416e;
}

footer li:first-child {
	border: none;
	padding-left: 0;
}

footer p {
	margin: 0;
	padding-bottom: 30px;
	text-align: center;
	color: #f5416e;}


.td-width{width: 66px;}
	