﻿@charset "UTF-8";
/*=====================================
   ＰＣ・モバイル共通スタイル [
=======================================*/
/*---------- body要素 */
body {
    margin: 0;
    padding: 0;
    font-size: 1.0rem;	/* フォントサイズ16px　*/
    line-height: 1.3;
}
/*---------- ヘッダータイトル部 */ 
.header {
    margin-left:auto;    /* 左側マージンを自動的に空ける */
    margin-right:auto;   /* 右側マージンを自動的に空ける */
    width: 800px;        /* 幅を決定する */
    height: auto;
}
/*---------- ロゴ表示部 */
.logo {
    width: 360px;
    padding: 0.5em 0.5em;
    float: left;
}
.limage {
    width: auto;
}
.lmessage {
    width: 400px;
    padding: 0em 0.5em;
    float: left;
    font-size: 0.9rem;
    line-height: 1.2;
}
/*---------- 軌跡 */
.tracking-zone {
    overflow: hidden;
    width: 776px;       /* 幅を決定する */
    font-size: 0.9em;
    padding: 0.5em 0.8em;
    margin-left:auto;   /* 左側マージンを自動的に空ける */
    margin-right:auto;  /* 右側マージンを自動的に空ける */
}
/*---------- フッター表示部 */
.footer {
    width: 800px;        /* 幅を決定する */
    margin-left:auto;    /* 左側マージンを自動的に空ける */
    margin-right:auto;   /* 右側マージンを自動的に空ける */
    text-align: center;
    background: #150D0F;
    color: #fff;
}
.footer p {
    font-size: 0.9em;
    line-height: 1.2;
    padding: 1em 5em 1em  5em;
}

/*---------- コンテナ部 */
.wrapper {
    overflow: hidden;
    width: 800px;       /* 幅を決定する */
    margin-left:auto;   /* 左側マージンを自動的に空ける */
    margin-right:auto;  /* 右側マージンを自動的に空ける */
    display: flex;
    flex-direction: row;
}
.wrapper a {
	text-decoration: none;	/* リンクの下線を消す */
}
.wrapper a:hover {
	text-decoration: underline;	/* マウスが来た時のみ下線を表示 */
	color: #CC0066;				/* 色を紫に変える */
}
/*---------- HPメイン部 */
.main {
    width: 530px;
    padding: 0.5em;
    line-height: 1.5em;
    border: 1px solid #ccc;
    float: left;
}
h2 {
    font-size: 1.3em;
    border-left: 6px solid green;
    padding-left: 0.5em;
}
h3 {
    font-size: 1.1em;
    padding-left: 0.3em;
}
h4 {
    font-size: 1.0em;
    color:white;
    line-height: 2em;
    padding-left: 0.3em;
    margin-top: 0.2em;
    background-color: #339966;
}
.hphotoarea {
    width: 100%;
}
/*---------- テーブル（myu06、myu20、myu03、） */
.tablepress-1,
.tablepress-2 {
    width: 100%; /* 横幅 */
	border-collapse: collapse; /* 隣のセルを密着 */
    border: 1px solid #ccc; /* テーブルの外枠 */
}
.tablepress-2 {
    font-size:0.9em;
}
.tablepress-1 thead,
.tablepress-2 thead {
    background-color: #E1E1FF; /* ヘッダ行の背景 */
}
.tablepress-1 thead th,
.tablepress-2 thead th {
   border-bottom: 1px double #ccc; /* ヘッダ行の下線 */
}
.tablepress-1 td,
.tablepress-1 th {
   	border: 1px solid #ccc; /* 内側の線 */
  	padding: 0.25em; 	    /* セル内の余白 */
	text-align: center;		/* 中央寄せ */
}
.tablepress-2 td,
.tablepress-2 th {
   	border: 1px solid #ccc; /* 内側の線 */
  	padding: 0.25em; 	    /* セル内の余白 */
}

.table-heddercol {
	background-color: #E1E1FF; 	/* ヘッダ行の背景 */
	font-weight:bold;			/* 太字 */
}

/*---------- テーブル（myu00、） */
.tablepress-3 {
    width: 250px; /* 横幅 */
	border-collapse: collapse; /* 隣のセルを密着 */
    border: 1px solid #ccc; /* テーブルの外枠 */
}
.tablepress-3 thead {
    background-color: #E1E1FF; /* ヘッダ行の背景 */
}
.tablepress-3 td,
.tablepress-3 th {
   	border: 1px solid #ccc; /* 内側の線 */
  	padding: 0.25em; 	    /* セル内の余白 */
	text-align: center;		/* 中央寄せ */
}

/*---------- テーブル（商品用） */
.tablepress-S {
    width: 100%; /* 横幅 */
	border-collapse: collapse; /* 隣のセルを密着 */
    border: 1px solid #ccc; /* テーブルの外枠 */
    font-size:0.9em;
}
.tablepress-S td {
   	border: 1px solid #ccc; /* 内側の線 */
  	padding: 0.25em; 	    /* セル内の余白 */
}

/*---------- サイドバー部 */
.side {
    width: 240px;
    padding: 0.3em;
    /*border: 1px solid #ccc;*/
    background: #FFFFE6;
    line-height: 1.5em;
    float: right;
}
.content {
    font-size: 0.9em;
    line-height: 1.7em;
    padding:  0.2em;
}
.content a {
    padding:  0.5em;
    color:  #EBAF67;
}
.content-child {
    list-style-type: none;
    padding:  0;
    margin:  0.1em 0em 0.5em 1em;
}
.content-child li:before {
  	content: ">";
    font-size: 0.6em;
  	padding-left: 0.8em;
  	color: gray;
}

/*---------- 文字装飾 */
.under {
  	border-bottom: 2px solid green;		/* 緑で下線を引く */
}
.text-highlight1 {
  	background: linear-gradient(transparent 60%, #ffff66 60%);	/* 蛍光ペン（黄色）*/
}
.text-highlight2 {
  	background: linear-gradient(transparent 60%, #ff99ff 60%);;	/* 蛍光ペン（紫色）*/
}
.text-highlight3 {
    border-top: 2px dotted #66ff66;		/* 上下に緑の点線 */
    border-bottom: 2px dotted #66ff66;
}
.text-highlight4 {
    border-top: 2px dotted #66ff66;		/* 上下に緑の点線 */
    border-bottom: 2px dotted #66ff66;
    color: orange;						/* 文字色：オレンジ */
}
.text-highlight99 {
  	background: linear-gradient(transparent 60%, #ffff66 60%);	/* 蛍光ペン（黄色）*/
    color: red;
}
.text-color-blue {
    color: #0099FF;
}
.text-color-orange {
    color: #FF4A06;
}
.info-center,
.ad-center {
	text-align: center;		/* 中央合わせにする */
}


/*=====================================
   モバイル専用スタイル 
=======================================*/
@media screen and (max-width:450px) {
	/*---------- body要素の変更部 */
    body  { 
        font-size: 0.9rem;
        flex-direction: column;
    }
	/*---------- ヘッダータイトル部 */ 
	.header {
	    width: 100%; /* イメージ幅をスクリーンに合わせる */    
	    height: auto;
	}
	/*---------- ロゴ要素の変更部 */
	.logo {
        width: auto; 
        float: none;
	}
    .limage {
        width: 100%;
    }
	.lmessage {
	    display: none;	/* 非表示 */
	}
	/*---------- 軌跡 */
	.tracking-zone {
	    width: 100%;       /* 幅を決定する */
	    font-size: 0.8em;
	}
	/*---------- フッター表示部 */
	.footer {
	    width: 100%;        /* 幅を決定する */
	}
	.footer p {
	    font-size: 0.8em;
	    padding: 0.5em 1em 0.5em 1em;
	}
	/*---------- コンテナ部 */
	.wrapper {
	    width: 100%;        /* 幅を決定する */
        flex-direction: column;
	}
	/*---------- HPメイン部 */
    .main {
        width: auto;
        padding: 0.5em;
    }
    h2 {
	    font-size: 1.2em;
	}
    h3 {
	    font-size: 1.0em;
	}
	h4 {
	    font-size: 0.9em;
	}
	/*---------- サイドバー部 */
    .side {
        width: auto;
        border: none;
        float: none;
    }
    .ad-center {
	    display: none;	/* 非表示 */
	}
	/*---------- テーブル（myu06、myu20、） */
	.tablepress-2 {
	    font-size:0.8em;
	}

}