@charset "UTF-8";

/* common.css */ 
/*
========== TABLE of CONTENTS ==========

1:reset
2:clearfix
3:layout

========== TABLE of CONTENTS ==========
*/

/* ---------- 1:reset  ---------- */

html {
  overflow-y: scroll; /* Firefox scroll-on */
  background-color: #ffffff;
  color: #333333;
}

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: tahoma,Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
  margin: 0;
  padding: 0;
}

table,pre,code,select,input,textarea,kbd,var,ins,del,samp {
  font-size: 13px;
  font-family: tahoma,Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 13px;
}

ul li,ol li {
  list-style: none;
}

table,th,td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

th,caption {
  text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
  font-weight: normal;
  font-style: normal;
}

img,fieldset {
  border: 0;
}

/* Default Link Style */

a,a:link,a:active,a:visited {
  color: #0090e2;
  text-decoration: underline;
}

a:hover {
  color: #ee6500;
  text-decoration: underline;
}

a img {
  border: 0;
}

/* ---------- /1:reset  ---------- */

/* ---------  2:clearfix --------- */

.clearfix:after {
  content: url(../images/pixel.gif);
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

/* Mac版IEのみに適用 \*//*/
.clearfix { overflow: hidden; }
/* */

/* --------- /2:clearfix --------- */


/* ---------- 2:layout  ---------- */
#wrapperDetail {
  width:700px;
  margin:0 auto;
}

#contentsDetail {
  width: 680px;
  margin: 0 auto;
  padding: 20px 10px 30px 10px;
}

#contentsDetail #goodsImg{
  text-align:center;
  margin-bottom:20px;
}

#contentsDetail #goodsInfo{
  width:500px;
  margin:0 auto;
}

#contentsDetail #goodsInfo h1{
  margin-bottom:12px;
}

#contentsDetail #goodsInfo p.color{
  padding-bottom:10px;
}

#contentsDetail #goodsInfo p.color img{
  margin-left:6px;
  border:1px solid #a6a6a6;
  vertical-align:-8px;
}

#contentsDetail #goodsInfo p.color img.otherColor{
  margin-left:6px;
  border:none;
}

#contentsDetail #goodsInfo p.size{
  padding-bottom:5px;
}

#contentsDetail #goodsInfo p.price{
}

#contentsDetail #goodsInfo p.notes{
  padding-top:10px;
}

#contentsDetail #goodsInfo p.goodName{
  padding-bottom:10px;
}
