@charset "utf-8";

/* Reset

Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

-------------------------------------------------------------------------------*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{*font-size:100%}

/* Font
-------------------------------------------------------------------------------*/

body{font:14px "Times New Roman",Georgia,serif;line-height:1.75;letter-spacing:.05em}

.ja body{font:14px "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;line-height:1.75;letter-spacing:.05em}

/* Basic
-------------------------------------------------------------------------------*/

a {
    text-decoration:none;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:link {
    color: #7070cb;
    text-decoration:underline;
}

a:visited {
    color: #535398;
    text-decoration:underline;
}

a:hover {
    color: #ff8000;
    text-decoration:none;
}

a:active {
    
}

a:focus {
    outline:0;
}

a img {
    vertical-align:top;
}

a.sold {
    cursor: default;
}

.opc a:link,
.opc a:visited {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

.opc a:hover,
.opc input[type="image"]:hover {
    opacity: .5;
    -moz-opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
}

.opc .current > a:hover,
.opc a.sold:hover {
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

.opcI a:link img,
.opcI a:visited img {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

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

.opcI .current > a:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

.current > a {
    cursor:default;
    pointer-events: none;
}

.sprite {
    position:relative;
    display:block;
    overflow:hidden;
}

.sprite:hover {
    /zoom:1;
}

.sprite img {
    position:absolute;
}

.normal {
    font-weight:normal!important;
}

.bold {
    font-weight:bold;
}

.fltL {
    float:left!important;
}

.fltR {
    float:right!important;
}

.clrml {
    margin-left:0!important;
}

.clrmr {
    margin-right:0!important;
}

.clrmb {
    margin-bottom:0!important;
}

.clrmt {
    margin-top:0!important;
}

.clrbt {
    clear:both!important;
}

.clrL {
    clear:left!important;
}

.clrR {
    clear:right!important;
}

.clrbd {
    border:none!important;
}

.alnR {
    text-align:right;
}

.block {
    display:block;
}

.whitespace {
    white-space:pre;
    white-space:pre-wrap;
    white-space:pre-line;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-hp-pre-wrap;
    word-wrap:break-word;
}

.clrfx:before,
.clrfx:after {
    content:"";display:table;
}

.clrfx:after {
    clear:both;
}

.clrfx {
    zoom:1;
}

/* Layout
-------------------------------------------------------------------------------*/

#wrapper {
    width: 960px;
    margin: 10px auto 48px;
}

/* header
-------------------------------------------------------------------------------*/
#header {
	
    border-bottom: #ccc 1px solid;
}
#header img {
    display: block;
}

.ie8 #header a {
    display: inline-block;
}

#header > a {
    float: left;
    text-decoration: none;
    color: #A1A1B3;
}

#header > a:hover {
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}


/* footer
-------------------------------------------------------------------------------*/

#footer {
    clear: both;
    border-top: #ccc 1px solid;
}


#footer address {
    padding-top: 16px;
    text-align: center;
    font-size: 10px;
    line-height: 2.2;
    font-weight: bold;
}


/* none
-------------------------------------------------------------------------------*/

#detail_cover #secondary > ul li a[href*="/faq/"],
#demerit li:first-child,
#primary .collection,
#footer .collection {
    display: none!important;
}











/* layout
-------------------------------------------------------------------------------*/


#primary {
    margin: 60px 0;
    min-height:400px;
	height:auto !important;
	height:400px;
}

#primary h1 + p {
    width: 560px;
    margin-top: 34px;
}

#primary h1 + p span {
    font-size: 12px;
    display: block;
}

#primary div + p {
    text-align: right;
    margin: -34px 4px 0 0;
}




.form {
	width: 480px;
	margin: 50px 0;
	padding: 30px;
	border: 5px solid #E7E7EC;
}


form {
}
form p {
	margin-top: 20px;
}
form p:first-child {
	margin-top: 0;
}
label {
	display: inline-block;
	width: 80px;
}
button,
input[type='submit'] {
	margin: 0;
	padding: 5px;
	width: 240px;
	
	border:solid 1px #A1A1B3;
	letter-spacing: 0.075em;
	/*text-transform:uppercase;*/
	color:#000;
	cursor:pointer;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E7E7EC), to(#B9B9C6)); 
	background-image: -webkit-linear-gradient(top, #E7E7EC, #B9B9C6); 
	background-image: -moz-linear-gradient(top, #E7E7EC, #B9B9C6); 
	background-image: -ms-linear-gradient(top, #E7E7EC, #B9B9C6); 
	background-image: -o-linear-gradient(top, #E7E7EC, #B9B9C6); 
	background-image: linear-gradient(top, #E7E7EC, #B9B9C6); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E7E7EC', endColorstr='#B9B9C6',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5); 
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5); 
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); 
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2); 
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
}
button:hover,
input[type='submit']:hover {
	background: #E7E7EC;
}
#fieldEmail,#email {
	width: 240px;
}







