/* 共通 */
 html {
font-size: 62.5%;
}

 body {
text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@media all and (orientation: landscape) {
   /* 横向きの場合は、縦長用を非表示にする */
   div.forPortrait { display: none; }
}
@media all and (orientation: portrait) {
   /* 縦向きの場合は、横長用を非表示にする */
   div.forLandscape { display: none; }
}

 a {
text-decoration: none;
}





 h1 {
text-align: center;
font-size: 35px;
margin: 5px 0% 20px 0%;
}

 h2 {
text-align: center;
font-size: 1.8rem;
margin: 5px 0% 10px 0%;
}

 h3 {
text-align: left;
font-size: ;
margin: 0;
}

 h4 {
text-align: left;
font-size: 1.6rem;
margin: 0;
}


 h5 {
text-align: left;
font-size: 1.2rem;
margin: 0;
}

 h6 {
text-align: right;
font-size: 1.6rem;
margin: 0 10px 0 0;
color: #0080ff;
}

 h2h {
text-align: center;
font-size: 30px;
margin: 0;
color: white;
}

/* 水平線*/
.bord {
background-color: #0080ff;
width: 100%;
height: 2px;
}

/* p文字インライン化*/
 p {
display: inline;
}

/* imgブロック化*/
 img {
display: block;
}

/* 画像の右に文字*/
 img.img_left {
float:left;
}

/* 画像の左に文字*/
 img.img_right {
float:right;
} 

/* 画像横幅100 */
.img_w100 {
width: 100%;
height: auto;
}

/* 画像横幅100 下余白10 */
.img_w100_b10 {
width: 100%;
height: 80px;
margin: 0 0 10px 0;
}

/* 画像縦幅100 */
.img_h100 {
width: auto;
height: 100%;
}

/* TOP画像 */
.dfo-1 {
width: 25%;
height: auto;
margin: ;
z-index: 1;
}

/* font-family */
 p {
font-family: 'Kiwi Maru', serif;
}

/* flexアイテムメニュー*/
.best-flex {
width: 90%;
display: flex;
flex-wrap:nowrap;
margin: 0 5%;
justify-content: space-around;
align-items: stretch;
}

/* テーマ内複数アイテム */
.flex_imm {
width: 70%;
display: flex;
flex-wrap:nowrap;
justify-content: space-around;
align-items: stretch;
}

/* おすすめ単発アイテム */
.flex_oi {
flex: 0 0 20%;
}

/* おすすめテーマ単発アイテム */
.flex_oti {
flex: 0 0 28.6%;
}

/* 余白 5*/
.yohaku5 {
width: 100%;
height: 5px;
}

/* 余白 10*/
.yohaku10 {
width: 100%;
height: 10px;
}

/* 余白 20*/
.yohaku20 {
width: 100%;
height: 20px;
}

/* 余白 30*/
.yohaku30 {
width: 100%;
height: 30px;
}

/* 余白 40*/
.yohaku40 {
width: 100%;
height: 40px;
}

/* 余白 50*/
.yohaku50 {
width: 100%;
height: 50px;
}

/* 余白 60*/
.yohaku60 {
width: 100%;
height: 60px;
}

/* 余白 70*/
.yohaku70 {
width: 100%;
height: 70px;
}

/* 余白 72*/
.yohaku72 {
width: 100%;
height: 72px;
}

/* 余白 80*/
.yohaku80 {
width: 100%;
height: 80px;
}

/* 余白 90*/
.yohaku90 {
width: 100%;
height: 90px;
}

/* 余白 100*/
.yohaku100 {
width: 100%;
height: 100px;
}

/* 回り込み解除*/
.clear {
clear: both;
}

/* ベーシック トップページ背景画像 */

.bgi_b { 
background-image: url("http://paruharu.com/bgi.png"); 
background-position: 90%;
background-size: 100%;
background-repeat: no-repeat;
width: auto;
height: auto;
padding: ;
}

/* 画像コピー防止 トップページ背景画像 */

.background { 
background-image: url(""); 
background-position: 90%;
background-size: 100%;
background-repeat: no-repeat;
width: auto;
height: 90px;
padding: ;
}

//* 画像コピー防止 オンライン買取説明*/

.background1 { 
background-image: url(""); 
background-position: 90%;
background-size: 100%;
background-repeat: no-repeat;
width: auto;
height: 90px;
padding: ;
}

* ここまで */
