@charset "utf-8";
/*　基本幅1366×762　*/

/*******リセット要素*******/

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, header {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    
}

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
    list-style:none;
}
ol, ul {
    list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}

/*画像を縦に並べたときに余白が出てしまわないように*/
img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
}

/*******リセット要素ここまで*******/


/* 基本フォント */
a { color: #333; text-decoration: none; }
a:link { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover { color: #333; text-decoration: underline; }
a:active { color: #333; text-decoration: underline; }
a:hover img{
    opacity:0.7; /* 透明度30％ */
    filter: alpha(opacity=70); /* IE用 */
}
img {
    border: 0;
    vertical-align: top;
}
em { font-style: normal; }
ul { list-style: none; }

/*ブランド名削除*/
.cart__group__item__detail__list--brand,
.register__confirm__item__detail__list--brand,
.member__order--list__order--history--list__order--brand,
.member__order--detail__item--list__item--info__brand--name,
.favorite-item-result__list--brand,
.search-result__item--brand,
.dv_rc_description {
    display: block;
}
/*================================================
 *  CSSリセット
 ================================================*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/

body {
    font-family:'Lucida Grande','メイリオ',Meiryo,'Hiragino Kaku Gothic ProN', sans-serif;
    color: #333;
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-smoothing: subpixel-antialiased;
    width: 100%;
}


a {
    color:#043771;
}
a:hover {
    color:#144d8d;
}
.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 2.4rem;
}

h1 {
    font-size:28px;
}

h2 {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 1% 0 3% 0;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 2.0rem;}

h3 {
    margin-top:0.25em;
    font-size:18px;
}

h4 {
    width: 100%;
    margin-top:1.0em;    
    margin-bottom:1.0em;
    font-size:16px;
}

h5 {
    width: 100%;
    border-bottom: 1px solid #ccc;  
    margin-bottom:0.7em;
    padding: 1% 0 1% 0;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.3rem;}

h6 {
    margin-bottom:0.1em;
    font-size:13px;
    font-weight:bold;
    color: #000;
    font-family: "Ludica Sans Unicode" ;
}

em {
    font-weight:bold;
}

strong {
    font-weight:bold;
    color:#ff0000;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

.clearboth{    
    clear:both;
}
.clearleft{    
    clear:left;
}
.clearright{    
    clear:right;
}
.ma30t{
    margin-top:30px;
}

.ma33t{
    margin-top:33px;
}

.ma54l{
    margin-left: 54px;
}
.ma10l{
    margin-left: 10px;
}    
.h100{
    height: 100px;
}
/*
ul,ol,dl {
    margin:0 0 1em 0;
}
ul li {
    list-style:disc;
}
ol li {
    list-style:decimal;
}
li {
    margin-left:2em;
}
*/

table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
    border:1px solid #ddd;
}
th {
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #ddd;
    background:#f1f1f1;
}
td {
    padding:10px;
    text-align:left;
    border:1px solid #ddd;
}

#contents {
    width:1000px; /* 980 */
    margin:0 auto;
    background:#fff;
}


/*================================================
 *  トップエリア
 ================================================*/
.htop{
    width: 100%;
}
.imgarea{
    width: 70%;
    padding: 3% 15%;
}
.imgarea img{
    width: 100%;
}

/* no4 */
.no4col {
    overflow:hidden;
    margin-bottom:50px;
}
.no4col p{
    text-align: center;
    font-size: large;
}
.no4colInner {
    overflow:hidden;
    margin-right:-3%;
}
.no4colInner .retext {
    width:40%; 
    margin-right: 0;
    float:left;
    margin-right:6%;
    margin-bottom: 5%;
    //background: #d4574d; //redカラー
}
.no4colInner .no3bac{
    width: 100%;  
    padding: 1%;
    //background: #d4574d;
}
.no4colInner .retext:nth-child(2n+1) {
    clear:both;
}
.no4col img {
    width:100%;
    margin-bottom:0.5em;
    border-radius:5px;
}

