@charset "utf-8";

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');



/*全体の設定
---------------------------------------------------------------------------*/
html {overflow-y:scroll;
}
body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	background: #fff;	/*背景色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	text-decoration: none;
}
a:hover {
	color: #739ae6;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1100px;	/*コンテナーの最大幅*/
	margin: 0 auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	position: relative;
	padding: 20px;	/*ヘッダー内の余白*/
}
/*ヘッダーブロック（トップページへの追加設定）*/
.home header {
	padding: 0px;	/*余白をなしに*/
}
/*ロゴ画像*/
header #logo {
	width: 35%;	/*画像幅*/
	margin: 0 auto;	/*中央配置*/
}
/*ロゴ画像（トップページへの追加設定）*/
.home header #logo {
	display: none;	/*スライドショーの邪魔なので非表示に*/
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	position: relative;z-index: 10;
	text-align: center;	/*文字を中央に*/
	background: #fff;	/*背景色*/
	border-top: 1px solid #ccc;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #ccc;	/*下の線の幅、線種、色*/
	font-family: 'Questrial', sans-serif;	/*冒頭で読み込んだGoogle Fontsを適用する指定*/
	height: 105px;	/*高さ。「#menubar ul li a」や「fixmenu」とも連動するので変更の際は注意。説明はこの下の「#menubar ul li a」で書いています。*/

}
/*メニュー１個あたりの設定*/
#menubar ul li {
	float: left;	/*左に回り込み*/
	width: 20%;		/*幅。今回は５個なので、100÷5=20。*/
	font-size: 20px;	/*文字サイズ*/
}
#menubar ul li a {
	text-decoration: none;display: block;
	height: 85px;		/*メニューブロックの高さ。ここの「85」と、下の行の「20」を合計した「105」の数字と、上の「#menubar」の「height」および下のfixmenu設定に２箇所ある「margin-top」の数字を合わせて下さい。*/
	padding-top: 20px;	/*メニューブロックの高さプラス、上に空ける余白。メニューテキストの上下の配置バランスをここで調整して下さい。※変更の際は、上の行の注意書きもしっかり読んで下さい。*/
	color: #333;		/*文字色*/
}
/*マウスオン時の文字色*/
#menubar ul li a:hover {
    color: #0D088D;		/*文字色*/
}
/*飾り文字*/
#menubar ul li span {
	display: block;
	font-size: 10px;	/*文字サイズ*/
	color: #999;		/*文字色*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定*/
}
/*スマホ用メニューを表示させない*/
#menubar-s, #menubar-s2 {display: none;}

/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*ドロップダウンメニューの親メニュー*/
#menubar a.cursor-default {
	cursor: default;	/*マウスオーバー時に通常のカーソルになるように*/
	color: #333;		/*文字色*/
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding-top: 30px;	/*上に空ける余白*/
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に流し込み*/
	width: 73%;	/*コンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	margin-bottom: 15px;
	color: #FFF;		/*文字色*/
	background: #666 url(../../images/gift/common/mark1.png) no-repeat 10px center;	/*背景色、背景画像の読み込み*/
	padding: 5px 5px 5px 35px;	/*上、右、下、左への余白*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。標準がいいならこの行削除。*/
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	margin-bottom: 15px;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #ebebeb);	/*グラデーション*/
	background: linear-gradient(#FFF, #ebebeb);			/*同上*/
	padding: 4px 15px;		/*上下、左右への余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。標準がいいならこの行削除。*/
}
/*mainコンテンツのh4タグの設定*/
#main h4 {
	clear: both;
	font-size: 19px;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 10px;
	color: #666;		/*文字色*/
	padding: 0px 20px 0px 20px;	/*上、右、下、左への余白*/
}
/*mainコンテンツのh5タグの設定*/
#main h5 {
	clear: both;
	font-size: 15px;
	line-height: 2.5;
	font-weight: normal;
	margin-bottom: 0px;
	color: #666;		/*文字色*/
	padding: 0px 30px 0px 35px;	/*上、右、下、左への余白*/
}

/*mainコンテンツのh6タグ設定*/
#main h6 {
	text-align:center;
	margin-bottom: 10px;
	padding: 0px;	/*上下、左右への余白*/
	font-size: 150%;	/*文字サイズ*/
}


/*メインコンテンツのp(段落)タグ設定*/
#main p {
	padding: 0px 15px 14px;	/*上、左右、下への余白*/
}
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}




/*メインコンテンツ内のbox1
---------------------------------------------------------------------------*/
#main .box1 {
	width: 60%;
	margin: 0 auto;
  background: #fff;/*背景色*/
  padding: 0.5em 1.5em 0.5em 1.5em;/*ボックス内の余白*/
  border: solid 1px  #999;/*線の種類 太さ 色*/
}
.box1 p {
    margin: 0; 
    padding: 0;
}

/*オリジナルのブロック
---------------------------------------------------------------------------*/

.responsive-table {
    width: 100%;          /* 親幅に合わせる */
    max-width: 910px;     /* PC最大幅 */
    margin: 0 auto;       /* 中央寄せ */
    border-collapse: collapse;
}

.responsive-table td {
    vertical-align: top;
    padding: 0 10px;
}

.responsive-table img {
    max-width: 100%;      /* 画像も幅に合わせる */
    height: auto;
}



/*お問い合わせボタン
---------------------------------------------------------------------------*/
    .contact-button {
    display: inline-block;
	width: 200px;  /* 幅を固定 */	
	text-decoration: none;
	background: #fff; /* 背景を白に */
	color: #003f8e; /* 青文字 */
	border: 1.5px solid #003f8e; /* 青い枠線 */
	padding: 0.5rem 3.5rem;
	transition: all 0.3s ease; /* ホバー時のアニメーション */
	text-align: center;        /* ボタン内文字中央 */
	margin: 5px 0 0;             /* 上下に10pxの余白を追加 */	
    }

    .contact-button:hover {
      background-color: #005fa3;
	color: #fff; /* 文字色を白に */	
       }


@media screen and (max-width: 768px) {
    .contact-button {
        width: 100%;   /* スマホでは親幅いっぱいに */
        max-width: 150px; /* 最大幅は200px */
        margin: 0 auto;   /* 中央寄せ */
		text-align: center;        /* ボタンを横方向中央 */
    }
}


/*商品ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main  a:hover img {
opacity: 0.7;
filter: list(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*マウスオン時のボックス*/
#main .list a:hover {
	background: #fff;	/*背景色*/
}

/*listブロック
---------------------------------------------------------------------------*/
/*ブロック１個あたりの設定*/
.list {
	overflow: hidden;
	width: 26.4%;	/*幅*/
	float: left;	/*左に回り込み*/
	margin: 0 0 20px 2%;	/*上、右、下、左へのボックスの外側に空けるスペース*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	padding: 2%;	/*ボックス内の余白*/
}



/*h4（見出し）タグの設定*/
.list h4 {
	color: #0068b7;		/*文字色*/
	font-size: 120%;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
}
/*p（段落）タグの設定*/
.list p {
	padding: 0 !important;
	line-height: 1.5;	/*行間を少し狭くする。デフォルトは最上部のbodyにあります。*/
	font-size: 90%;		/*文字サイズを少し小さく*/
	color: #333;		/*文字色*/
	height: 6em;		/*高さ。1.5emを１行分とカウントして下さい。6emなら４行です。*/
}

/*p（段落）タグの設定*/
.list2 p {
	padding: 0 !important;
	line-height: 1.5;	/*行間を少し狭くする。デフォルトは最上部のbodyにあります。*/
	font-size: 90%;		/*文字サイズを少し小さく*/
	color: #333;		/*文字色*/
	height: 6em;		/*高さ。1.5emを１行分とカウントして下さい。6emなら４行です。*/
}



/*ボトルお問い合わせ
---------------------------------------------------------------------------*/
.box {
    display: flex;
    justify-content: center; /* 横方向中央揃え */
    gap: 20px;               /* ボックス間の間隔はそのまま */
	padding-top: 5px;  /* ← 推奨 */
}

.guide, .faq {
	    flex: 1;
    background-color: #e6e6fa;
    padding: 20px;
    display: flex;
    flex-direction: column; /* ボタンを下に固定するため */
	width: 45%;       /* 画面幅の45％にする */
    max-width: 400px; /* 最大幅を設定 */
    min-width: 250px; /* 最小幅を設定 */
}

/* 白背景のブロック用クラス */
    .white-bg-block {
        background-color: #fff; /* 背景色を白に設定 */
        padding: 15px; /* 内側の余白を追加 */
        margin-bottom: 20px; /* 下の要素と少し間隔を開ける */
    }

p {
    margin-bottom: 15px;
}

.button2 {
	width: 70%;  /* お好みで 50% 〜 80% など */
    max-width: 250px; 
    display: inline-block;
    text-decoration: none;
    font-size: 1.2em;
    color: #474a4d;
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #474a4d;
     transition: background-color 0.3s ease;
    margin-top: auto; /* ボタンを下端に固定 */
	text-align: center; /* 文字を中央揃え */
    display: flex; /* Flexboxで子要素を中央に配置 */
    justify-content: center; /* 横方向の中央揃え */
    align-items: center; /* 縦方向の中央揃え */
	/* ★中央に配置するために必要なのはこれだけ！ */
    margin-left: auto;
    margin-right: auto;

}

.button2:hover {
    background-color: #f0f0f0;
}





/*商品詳細ページの画像切り替え
---------------------------------------------------------------------------*/
/*大きな画像のボックスと説明文を入れるボックス*/
#item-image {
	position: relative;
}
/*大きな画像の１行目*/
#item-image #item_image1 {
	z-index:2;
	position:relative;
	overflow:hidden;
}
/*大きな画像の２行目*/
#item-image #item_image2 {
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}
/*サムネイル画像*/
.thumbnail {
	width: 130px;	/*画像の幅*/
	height: 100px;	/*画像の高さ*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	margin-bottom: 5px;
}
.thumbnail:hover {
	border: 1px solid #000;	/*マウスオン時の枠線の幅、線種、色*/
}

/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 23%;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	padding-bottom: 10px;		/*下への余白*/
}
/*subコンテンツのh2タグの１文字目への設定*/
#sub h2::first-letter {
	border-left: 3px solid #739ae6;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #fff;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	background: #fff;	/*背景色*/
	border-bottom: solid 1px #fff;	/*下の線の線種、幅、色*/
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*メニュー内の余白。上下、左右への設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#sub ul.submenu li a:hover {
	background: #739ae6;	/*背景色*/
	color: #fff;			/*文字色*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	padding: 0px;			/*ボックス内の余白*/
	margin-bottom: 10px;	/*ボックスの下に空けるスペース*/
	background: #fff;	/*背景色*/
	}
/*マウスオン時のボックス*/
#sub .box1 a:hover {
	opacity: 0.7;
filter: list(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	margin: 0px auto;
	clear: both;
	text-align: center;
	background: #666;	/*背景色*/
	color: #fff;			/*文字色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #fff;			/*文字色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	padding-left: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding-left: 8em;
}

/*トップページ内「メデイア掲載」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#media {
	margin-bottom: 15px;
}
#media dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
	padding-left: 15px;
}
/*日付設定*/
#media dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#media dd {
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding-left: 8em;
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-bottom: 20px;
	background: #fff;	/*背景色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.ta2 {
	width: 380px;
	margin-bottom: 20px;
	background: #fff;	/*背景色*/
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.ta3 {
	width: 100%;
	margin-bottom: 20px;
	background: #fff;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: center;
	color: #FFF;	/*文字色*/
	background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#4b4b4b, #666);	/*グラデーション*/
	background: linear-gradient(#4b4b4b, #666);			/*同上*/
}

/*テーブル内の左側*/
.ta1 th{
	width: 140px;
	padding: 5px;
	text-align: center;
	background: #f0f0f0;	/*背景色*/
}
.ta2 th{
	width: 180px;
	padding: 5px;
	text-align: center;
	background: #f0f0f0;	/*背景色*/
}
.ta3 th{
	width: 500px;
	padding: 5px;
	text-align: left;
　background: #f0f0f0;	/*背景色*/
}

/*テーブル内の右側*/
.ta1 td{
	padding: 5px;
}
.ta2 td{
	padding: 5px;
	text-align: center;
}



/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background: #739ae6;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #666;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*一覧ページのボックス右下のオプションマーク
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,10px);
	-ms-transform: rotate(-45deg) translate(37px,10px);
	transform: rotate(-45deg) translate(37px,10px);
}
h2 span.option1 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}
.option2 {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,10px);
	-ms-transform: rotate(-45deg) translate(37px,10px);
	transform: rotate(-45deg) translate(37px,10px);
}
h2 span.option2 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}


/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

/*その他
---------------------------------------------------------------------------*/
.look {color:#fff;background: #666;padding:5px;border-radius: 4px;}
.look2 {color:#fff;background: #ff0000;padding:5px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #739ae6 !important;}
.color2 {color: #1e50a2;font-weight: bold !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;width: 30%;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;width: 30%;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh{display:none;}
.dn{display:none;}
.pt {
  line-height: 1.7;
}


/*画面幅1200px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	margin: 0 3%;
}

}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
#logo img {
	width: 200%;		/*幅*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar-s {
	display: block;	/*小さい端末用(画面幅800px以下)メニューを非表示から表示に切り替える*/
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #ccc;	/*左側の線の幅、線種、色*/
	border-top: 1px solid #ccc;		/*上の線の幅、線種、色*/
	margin-bottom: 30px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個あたりの設定*/
#menubar-s li {
	width: 50%;		/*幅*/
}
#menubar-s li a {
	border-bottom: 1px solid #ccc;	/*下の線の幅、線種、色*/
	padding: 10px 0px;
}
/*大きな端末用(画面幅801px以上)メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	z-index: 20;
	position: absolute;
	top: 25px;	/*上から25pxの場所に配置*/
	right: 3%;	/*右から3%の場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #333;	/*枠線の幅、線種、色*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #333;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;	/*バー同士の余白*/
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center/34px 34px, url(../images/mark1.png) no-repeat 10px center, #739ae6;		/*マイナスアイコンと背景画像など*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center/34px 34px, url(../images/mark1.png) no-repeat 10px center, #739ae6;		/*プラスアイコンと背景画像など*/
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub {display: none;}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	margin-bottom: 10px;
}
/*ロゴ画像*/
#logo img {
	width: 70%;		/*幅*/
	padding: 10px 4% 10px;	/*上、左右、下へのロゴブロック内の余白*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar-s {
	margin-bottom: 10px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個あたりの設定*/
#menubar-s li {
	width: 100%;		/*幅*/
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding-top: 10px;	/*上に空ける余白*/
}



/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}
.ta1 th img {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 95%;}

}
