<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ************
 *	PC共通CSS
 * ************ */
* {margin: 0px;padding: 0px;}

body {
	color: #666666;
	font-size: 17px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	background-color: #f7fff0;
	min-width:320px;
}

/*共通スタイル */
.s30 {font-size:30%;vertical-align:middle;}
.s50 {font-size:50%;vertical-align:middle;}
.s70 {font-size:70%;vertical-align:middle;}
.s80 {font-size:80%;vertical-align:middle;}
.s90 {font-size:90%;vertical-align:middle;}
.s110 {font-size:120%;vertical-align:middle;}
.s120 {font-size:120%;vertical-align:middle;}
.s130 {font-size:130%;vertical-align:middle;}
.s150 {font-size:150%;vertical-align:middle;}
.s200 {font-size:200%;vertical-align:middle;}
.s250 {font-size:250%;vertical-align:middle;}
.s300 {font-size:300%;vertical-align:middle;}
.ctr {text-align:center;}
.tlft {text-align:left;}
.trgt {text-align:right;}
.t-left {text-align:left;}
.t-right{text-align:right;}
.cnt {margin-left:auto;margin-right:auto;text-align:center;}
.ctr {text-align:center;margin-left:auto;margin-right:auto;}

.f-left{float:left;margin:0.5em 1em 0.5em 0;}
.f-right{float:right;margin:0.5em 0 0.5em 1em;}

.bold{font-weight:bold;/*color:#333333;*/}
.strikethrough {text-decoration:line-through;}

.red {color:#F00;}
.red2{color:#F00;text-shadow: 0 1px 2px #FF6600;}
.red3{color:#F00;text-shadow: 0px 2px 3px #FF6600;font-weight:bold;}
.green {color:#003300;}
.green2{color:#003300;text-shadow: 0 1px 2px #0F0;}
.green3{color:#003300;text-shadow: 0 2px 3px #0F0;font-weight:bold;}
.blue {color:#000080;}
.blue2{color:#000080;text-shadow: 0 1px 2px #00FFFF;}
.blue3{color:#000080;text-shadow: 0 2px 3px #00FFFF;font-weight:bold;}
.orange {color:#ff6600;}
.orange2{color:#ff6600;text-shadow: 0 1px 2px #00FFFF;}
.orange3{color:#ff6600;text-shadow: 0 2px 3px #00FFFF;font-weight:bold;}
.wine {color:#970F00;}
.ch-orange{
	color: #FF5500;
	font-size: 130%;
}
.ch_white1 {
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
}
.w18{width:18%;max-width: 200px;}
.w20{width:20%;max-width: 200px;}
.w22{width:22%;max-width: 200px;}
.w23{width:23%;max-width: 230px;}
.w25{width:25%;max-width: 250px;}
.w30{width:30%;max-width: 300px;}
.w33{width:33%;max-width: 320px;}
.w35{width:35%;max-width: 380px;}
.w40{width:40%;max-width: 380px;}
.w40f{width:40%;}
.w50{width:46%;max-width: 475px;}
.w50f{width:50%;}
.w-half{width:50%;display:block;float:left;}
.w60{width:60%;max-width: 570px;}
.w60f{width:60%;}
.w70{width:70%;max-width: 665px;}
.w70f{width:70%;}
.w90{width:90%;max-width: 855px;}
.w97{width:97%;max-width: 621px;}
.w98{width:98%;max-width: 931px;}
.w100{width:100%;max-width: 950px;}

.obg{
	font-weight:bold;
	color:#003300;
	text-shadow: 1px 1px 2px #00ff00, 2px 2px 3px #fff;
	font-weight:bold;
	background-color:#ebffeb;
	padding:0.1em 0.5em;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}
a.obg {
	text-shadow: 1px 1px #00ff00;
	text-decoration:none;
}
a.obg:hover {
	color:#00ff00;
	text-shadow: 1px 1px #003300;
}

a:link {
	color: #009900;
	text-decoration: none;
}

a:visited {
	color: #228b22;
	text-decoration: none;
}

a:active {
	color:  #00ff00; 
	text-decoration: underline;
}
/* 
a:hover {
	color: #006400;
	background: #7cfc00;
	text-decoration: none;
} */

img {
	background: #FFF;
	border: 0;
}

/* **********************************
 *      装飾見出し h1 ～ h4
 * ********************************** */

#side h2 {margin-bottom: 10px;}

.chapter h2 {
    clear: both;
    margin: 1.3em 0 0.8em 0;
    padding: 0.5em 0 0.5em 0.7em;
    width: 95%;
    display: block;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    color: #ff6600;
    font-size: 24px;
    font-weight: bold;
    text-shadow: -1px -1px 1px rgba(255,255,255,0.5),1px 1px 1px rgba(0,0,0,0.5);
    letter-spacing: 0;
    background-color: green;
    border: none;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #b9f73e), color-stop(0.46, #c9f76f), color-stop(0.54, #8eed00), color-stop(1.00, #b9f73e));
    background: -webkit-linear-gradient(top, #b9f73e 0%, #c9f76f 46%, #8eed00 54%, #b9f73e 100%);
    background: linear-gradient(to bottom, #b9f73e 0%, #c9f76f 46%, #8eed00 54%, #b9f73e 100%);
}

h3 {
	clear:both;
	padding: 0.3em 1em;
	margin: 2.0em 1em 0.4em 1em;
	font-size: 140%;
	text-decoration: none;
	line-height: 160%;
	color:#005500;
   text-shadow: -1px -1px 1px rgba(255,255,255,0.5),1px 1px 1px rgba(0,0,0,0.5);
padding: 10px;
background: linear-gradient(to right, #c8ff3d, rgba(255,255,255,0) 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#detail h3 {
	margin: 20px 0px;
	padding: 10px 0px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	font-size: 110%;
	font-weight: bold;
	color:#333; 
	line-height: 170%;
}

h4 {
	margin: 1em 1em 0.5em 1em;
	padding: 10px 0px;
	font-size: 120%;
	line-height: 200%;
background: linear-gradient(transparent 60%, #c8ff3d 60%);
}

hr {
	outline-style: ridge;
	color : #66FF33; 
}



/*商品詳細ページの詳細テキストレイアウト*/
#detail .button {
	margin-top: 10px;
}

.footstamp {
	margin: 10px;
}

/* -------------------------- 
 *	ページレイアウト
 * ---------------------------- */

/*　レイアウト調整　*/
#side {
	margin-top: 0px;
	margin-left : 672px; 
}

/*　画面右側メニューの幅　*/
#wrapper{
	text-align: left;  
	width: 950px;  
	max-width: 950px;  
	margin: 0 auto;
	background:#fff;
}

#container{  
	display:inline-block;
	width: 672px;
	float: left;  
	background:#fff; 
}  

#header{
	width: 672px;
	height:672px;
	background:#f0fff0; 
}

#main{
	padding:0.5em 0;
	width: 672px;
}

#contents{ 
	display:block;
	float:left;
	background:#0f0; 
   width: 672px;
}

#sidemenu{    
	display:block;
	float: left;
	background:#fff;
	width: 278px;
	min-width: 278px;
}
#sidemenu ul li{
	display:inline-block;
	float:left;
	background:#fff;
}
.smenu{
	display:inline-block;
	float:left;
	/* max-width: 278px; */
}
/* フッター */
#footer {  
	clear: both;  
	width: 100%;  
	text-align: center;
	background:#f7fff0; 
	color:#006600;
	margin: 5px auto;
}
/* ******************** 
 *	商品一覧・検索結果一覧の表示
 * ********************* */
.list {

}

.list th {
	padding: 5px 20px 10px 0px;
}

.list td {
	padding: 5px 5px 10px 0px;
}

.list_price {
	padding-bottom:5px;
}

/*商品一覧：サブカテゴリーの表示*/
.subcategory {
	margin: 0px 20px 10px 0px;
	width:120px;
	float:left;
}

/* ******************* 
 *	商品詳細
 * ******************** */

/*  価格表示のためのテーブル  */
.price {
	border: 1px;
	vertical-align: top;
}

.price th {
	font-weight: bolder;
	border: 1px lime ridge;
	padding: 2px;
	text-align: center;
}

.price td {
	border: 1px lime ridge;
	padding: 2px;
	text-align: center;
}

/*  こだわり記述のためのテーブル  */
.note {
	border: 2px #ffcc00 ridge;
}

.note th {
	font-weight: bolder;
	color: #FFF;
	background: #ff9900;
	padding: 3px;
	text-align: center;
}

.note td {
	padding: 8px;
	text-align: left;

}

/*  赤Box用テーブル  */
.rbx {
	border: 0px;
	margin: 0 auto;
}

.rbx th {
	color: #FFF;
	background: #f00;
	padding: 3px 10px;
	text-align: center;
    font-size: 120%;
    line-height: 1.4em;
}

.rbx td {
	color: #FFF;
	background: #f00;
	padding: 3px 10px;
	text-align: left;
    font-size: 100%;
    line-height: 1.2em;
}


/*  見出しBox用テーブル  */
.md1 {
    border: 2px #ffcc00 ridge;
}
.md1 th {
    color: #FFF;
    background: #ff9900;
    padding: 2px 5px;
    text-align: center;
    font-size: 180%;
    line-height: 1.8em;
}

/*  ご利用案内のためのテーブル  */
.guide {
	margin-left: auto;margin-right:auto;
	border: 1px #ffcc00 ridge;
}

.guide th {
	font-weight: bolder;
	color: #FFF;
	background: #ff9900;
	padding: 3px;
	text-align: center;
	line-height: 130%;
	font-size: 120%;
}

.guide td {
	padding: 5px;
	text-align: left;

}

/*  What's New=更新情報表示のためのテーブル  */
.news {
	border: 1px;
	padding: 0px;
}

.news th {
	border: 0px;
	padding: 2px;
	text-align: left;
	width: 50px;
	font-size:10px;
	color: white;
}

.news td {
	border: 0px;
	padding: 2px;
	text-align: left;
	font-size:10px;
	color: white;
}


/*  記載例の羅列表示のためのテーブル  */

div.enumeration table{
	border: 1px;
}

div.enumeration td{
	vertical-align: top;
	text-align: left;

	border: 1px;
	margin: 0;
	padding: 0;
}
div.enumeration ul {list-style-type:disc;}
div.enumeration li {
	margin: 0;
	padding: 0.1em;
	line-height:1.6em;
	font-size: 15px;
	vertical-align: top;
}

ul.ul-disc{list-style-type:disc;margin-left:2.5em;}
.ul-disc li{margin:0.7em 0;padding-left:0.5em;}

/* ------------ 
 *	特定商取引法
 * ------------ */
.table_sk {
	margin-left:auto;margin-right:auto;
	background: #fff;
}

.table_sk th {
	font-weight: bolder;
	background: #f0fff0;
	border: 1px solid #060;
	padding: 8px;
	text-align: left;
	width: 120px;
}

.table_sk td {
	background: #FFF;
	padding: 8px;
	text-align: left;
	border: 1px solid #060;
}

/*配送・支払方法*/
.terms {
	padding-top:10px;
	margin: 0em 10% 0em;
	border-top: 1px dotted #f0fff0;
	text-align: left;
}

.payment_table{
	width:450px;
	margin: 0em 10% 0em;
	text-align: left;
}

.payment_img {
	width:30px;
	height:30px;
	margin:3px;
	float:left;
}

/* 文中への画像配置 */
.img_left img{
	width:40%;
	float:left;
	margin:20px;
	padding: 1px;
}

.img_right img{
	width:40%;
	float:right;
	margin:20px;
	padding: 1px;
}

dl.recent dt {
  clear: left;
  float: left;
  width: 7em;
}

dl.recent dd {
  margin-left: 7em;
}

span#ob03 a:hover img { visibility:hidden;} 
span#ob03 a{
	display:block;
	width:100px;
	height:150px;
	background:url(https://img02.shop-pro.jp/PA01007/667/etc/OrderBtn800_130416MO_03.gif);
}

span#ob06 a:hover img { visibility:hidden;} 
span#ob06 a{
	display:block;
	width:100px;
	height:150px;
	background:url(https://img02.shop-pro.jp/PA01007/667/etc/OrderBtn800_130416MO_06.gif);
}

/* **************** 
 *	 文節設定
 * ************** */
#main p a{
	color:#004400;
	text-decoration: none;
}

#main p a:hover{
	text-decoration: underline;
}

.description {
    clear: both;
    background-color: #ffffff;
    float: left;
    /* width: 603px; */
    margin-bottom: 2em;
}
.description p {
    padding: 0.5em 2% 1em 4%;
    vertical-align: top;
    background-color: #ffffff;
    line-height: 1.8em;
    /* border: 1px blue solid; */
}
ul.none {
    margin: 1em 15px 1em 30px;
    list-style-type: none;
}
/* *********** 
 *	 文字装飾
 * *********** */
div.red-white {
    clear: both;
    color: red;
    background-color: white;
    font-size: 18px;
    text-align: center;
    margin: 3px 15px;
    padding: 3px 10px;
    border: 1px;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
div.white-red {
    clear: both;
    color: white;
    background-color: red;
    font-size: 16px;
    text-align: center;
    margin: 3px 15px;
    padding: 3px 10px;
    border: 1px;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

#f-header h1 {
    padding: 0.7em 0.2em;
    overflow: hidden;
    text-align: center;
	line-height:1.1em;
}
#f-banner{margin:0 auto 20px; width:100%;max-width:950px;}
#f-banner ul {
    overflow: hidden;
}
#f-banner ul li {
   display: inline-block;
	float:left;
}

/* Footer 商品Link */
#ft01, #ft02{width:50%; height:auto;}
#ft01 a,#ft02 a{display:block;width:100%; height:auto;}
#ft01 a img, #ft02 img{width:100%; height:auto;}
#ft01 a{
	background:url(https://img02.shop-pro.jp/PA01007/667/etc/BG-Footer130515MO_01.jpg);
	background-size: cover;
}
#ft02 a{
	background:url(https://img02.shop-pro.jp/PA01007/667/etc/BG-Footer130515MO_02.jpg);
	background-size: cover;
}
#ft01 a:hover img, #ft02 a:hover img{visibility:hidden;} 

#header li strong {color:#ff6600;}
#header p strong {color:#ff6600;}

#pan {
	text-align: left;
	color:#5a5;
}

#pan a{
	text-align:left;
	text-decoration: none;
	color:#005000;
}

li.space {
	font-size: 0.3em;
	line-height: 50%;
	color:#fff;
    height:0.5em;
    width:100%;
}

#contents p {
	clear:both;
	margin:0;
	padding: 2px 0 1.3em 60px;

	font-size:18px;
	line-height:1.9em;
}

.MoreLink a {
    clear: both;
    text-decoration: none;
    display: block;
    width: 200px;
    float: right;
    margin-right: 0.7em;
    font-size: 24px;
    font-family: "Tenderness";
    text-transform: uppercase;
    border: 1px solid #aaa;
    padding: .5em .5em .55em;
    cursor: pointer;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .4);
    background: #ffaa00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff005), color-stop(1.00, #ff4800));
    background: -webkit-linear-gradient(#fff005, #ff4800);
    background: -moz-linear-gradient(#fff005, #ff4800);
    background: -o-linear-gradient(#fff005, #ff4800);
    background: -ms-linear-gradient(#fff005, #ff4800);
    background: linear-gradient(#fff005, #ff4800);

    margin-bottom: 1.5em;
    color: #fff;
}
.MoreLink a:hover {color: #ff0000;}

div.plink{width:630px;margin:3em auto 3em;}

div.pbanner{margin:3em auto 3em;}
div.pbanner a:hover img { visibility:hidden;} 
div.pbanner a img{display:block; /* Flicker */}

span#pbanner-cp a{
  display:inline-block;
    border-style:none;
width:315px;height:500px;background-image:url("https://img02.shop-pro.jp/PA01007/667/etc/bg-cp_mir2OM.jpg");}
span#pbanner-pw a{display:inline-block;width:315px;height:500px;background-image:url("https://img02.shop-pro.jp/PA01007/667/etc/bg-pw_mir2OM.jpg");}

.plink a {
	text-decoration: none;
   display: block; /* Flicker */
	width:315px;
	float: right;
}

/* ■■■ 140115 width:950px SEO ■■■ */

#footer p{  
padding: 0.5em 0;  
}
dev.pnavi {/*パンくずリスト*/
	clear:both;
	display:block;
    text-align: left;
    width: 670px;
    padding-left: 0.5em;
}
.pnavi a { text-decoration: none }
.pnavi a:visited { color: #080 }

.sidemenu {
font-family:
    "HG明朝E",
    "MS P明朝",
    "MS 明朝",
    serif;
}

.LqdMenuL a {
    clear: both;
    display: inline-block;
    float: left;
    text-decoration: none;
    text-align: center;
    width: 278px;
    height: 25px;
    font-size: 20px;
    border: 1px solid #aaa;
    color: #fff;
    cursor: pointer;
    padding: 9px 0;
    font-weight: bold;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
    border: none;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #388235), color-stop(0.00, #c8ff3d));
    background: -webkit-linear-gradient(#c8ff3d, #388235);
    background: -moz-linear-gradient(#c8ff3d, #388235);
    background: -o-linear-gradient(#c8ff3d, #388235);
    background: -ms-linear-gradient(#c8ff3d, #388235);
    background: linear-gradient(#c8ff3d, #388235);
	background:linear-gradient(to bottom, #c8ff3d, #388235); /* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#c8ff3d, endcolorstr=#388235));/*IE6 IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#c8ff3d, endcolorstr=#388235))";/* IE8 IE9 */
	zoom: 1;
	background: linear-gradient(to bottom, #c8ff3d, #388235);/* IE10+, W3C */
}
.LqdMenuS a {
    text-decoration: none;
    text-align: center;
    width: 139px;
    height: 24px;
    float: left;
    font-size: 18px;
    border: 1px solid #aaa;
    color: #fff;
    cursor: pointer;
    padding: 9px 0;
    display: inline-block;
    font-weight: bold;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
    border: none;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #388235), color-stop(0.00, #c8ff3d));
    background: -webkit-linear-gradient(#c8ff3d, #388235);
    background: -moz-linear-gradient(#c8ff3d, #388235);
    background: -o-linear-gradient(#c8ff3d, #388235);
    background: -ms-linear-gradient(#c8ff3d, #388235);
    background: linear-gradient(#c8ff3d, #388235);
	background:linear-gradient(to bottom, #c8ff3d, #388235); /* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#c8ff3d, endcolorstr=#388235));/*IE6 IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#c8ff3d, endcolorstr=#388235))";/* IE8 IE9 */
	zoom: 1;
	background: linear-gradient(to bottom, #c8ff3d, #388235);/* IE10+, W3C */
}
.LqdMenuL a:hover, .LqdMenuS a:hover {
	color: #ff6600;
	text-shadow: 0px 0px 5px rgba(255,255,255,1),
	0px -2px 5px rgba(255,255,255,1),
	0px 2px 5px rgba(255,255,255,1);
	-moz-transition: box-shadow 0.5s, text-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s, text-shadow 0.5s;
	transition: box-shadow 0.5s, text-shadow 0.5s;
}

.LqdMenuTop a {
    text-decoration: none;
    text-align: center;
    line-height: 1.0em;
    padding: 9px 0;
    float: left;
    font-size: 28px;
    border: 2px solid #aaa;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
    border: none;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff005), color-stop(1.00, #ff4800));
    background: -webkit-linear-gradient(#FFF4D1, #ff6600);
    background: -moz-linear-gradient(#fff005, #ff4800);
    background: -o-linear-gradient(#fff005, #ff4800);
    background: -ms-linear-gradient(#fff005, #ff4800);
    background: linear-gradient(#fff005, #ff4800);
	background:linear-gradient(to bottom, #fff005, #ff4800); /* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fff005, endcolorstr=#ff4800));/*IE6 IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fff005, endcolorstr=#ff4800))";/* IE8 IE9 */
	zoom: 1;
	background: linear-gradient(to bottom, #fff005, #ff4800);/* IE10+, W3C */
}

.LqdMenuTop a{width: 278px; height:85px;}
.LqdMenuL{}
.LqdMenuS{}
.LqdOrderL .LqdOrderL a{width:278px; height:100px;}
.LqdOrderM .LqdOrderM a{width:186px; height:100px;}
.LqdOrderS .LqdOrderS a{width: 92px; height:100px;}
.LqdOrderCp6, .LqdOrderCp6 a, .LqdOrderPw3, .LqdOrderPw3 a{width:92px; height:100px;}

.LqdMenuTop, .LqdMenuL, .LqdMenuS, 
.LqdOrderL, .LqdOrderM, .LqdOrderS, 
#cp-link, #pw-link
{
	display:inline-block;
	float:left;
	vertical-align:middle;
}

.LqdOrderS img{border: none;}

.LqdOrderL a:hover img, .LqdOrderM a:hover img, 
.LqdOrderCp6 a:hover img, .LqdOrderPw3 a:hover img, 
#cp-link a:hover img, #pw-link a:hover img{ visibility:hidden;} 

.LqdOrderCp6 a, .LqdOrderPw3 a, #cp-link a, #pw-link a{display:block;}
.LqdOrderCp6 a{
	background:url(https://img02.shop-pro.jp/PA01007/667/etc/OBG-OcoBtn_cp6MO.png) no-repeat;
	background-size: cover;
}

.LqdOrderPw3 a{
	background:url(https://img02.shop-pro.jp/PA01007/667/etc/OBG-OcoBtn_pw3MO.png) no-repeat;
	background-size: cover;
}
#cp-link, #pw-link, #cp-link a, #pw-link a{/* サイド画像ボタン用 */
    width: 278px;/* for Flicker */
    height: auto;
}
#cp-link a{
	background-image: url("https://img02.shop-pro.jp/PA01007/667/etc/OBG-Smenu_cpMO.png");
	background-size: cover;
}
#pw-link a{ /* サイド画像ボタン用 */
	background-image: url("https://img02.shop-pro.jp/PA01007/667/etc/OBG-Smenu_pwMO.png");
	background-size: cover;
}
#cp-link a img, #pw-link a img{max-width:100%;}

#menu5 ul{list-style-type:none;margin-bottom:0.5em;}

#menu5 li.long a,#menu5 li.short a {
	clear:both;
	vertical-align: middle;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
   font-size: 22px;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
   cursor: pointer;
}

#menu5 li.long a {
	width:278px;
	padding:0.5em 0;
}

#menu5 li.short a {
	width:250px;
	margin-left:28px;
	padding:0.5em 0;
}

.bk_green {
    border: none;
&lt;!--[if IE]&gt;
background:linear-gradient(to bottom, #c8ff3d, #388235); /* IE */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#c8ff3d, endcolorstr=#388235));/*IE6 IE7 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#c8ff3d, endcolorstr=#388235))";/* IE8 IE9 */
zoom: 1;
background: linear-gradient(to bottom, #c8ff3d, #388235);/* IE10+, W3C */
&lt;![endif]--&gt;
behavior: url('PIE.htc');/* for IE */
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a2d93f), color-stop(0.50, #a1d54f), color-stop(0.50, #80c218), color-stop(1.00, #aef333));
    background: -webkit-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
    background: -moz-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
    background: -o-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
    background: -ms-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
    background: linear-gradient(to bottom, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
}
#menu5 a.bk_green:hover { 
	color: #ff6600;
	text-shadow: 0px 0px 5px rgba(255,255,255,1),
	0px -2px 5px rgba(255,255,255,1),
	0px 2px 5px rgba(255,255,255,1);
	-moz-transition: box-shadow 0.5s, text-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s, text-shadow 0.5s;
	transition: box-shadow 0.5s, text-shadow 0.5s;
}

.bk_orange {
    border: none;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    text-decoration: none;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff005), color-stop(1.00, #ff4800));
    background: -webkit-linear-gradient(#fff005, #ff4800);
    background: -moz-linear-gradient(#fff005, #ff4800);
    background: -o-linear-gradient(#fff005, #ff4800);
    background: -ms-linear-gradient(#fff005, #ff4800);
    background: linear-gradient(#fff005, #ff4800);
	background:linear-gradient(to bottom, #fff005, #ff4800); /* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fff005, endcolorstr=#ff4800));/*IE6 IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fff005, endcolorstr=#ff4800))";/* IE8 IE9 */
	zoom: 1;
	background: linear-gradient(to bottom, #fff005, #ff4800);/* IE10+, W3C */
}
#menu5 li a.bk_green:after {
    content: "\226B";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    color: #fff;
    text-align: right;
    vertical-align: middle;
    display: inline-block;
    float: right;
}
#menu5 li a.bk_orange:after {
    content: "\226A";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    color: #fff;
    text-align: right;
    vertical-align: middle;
    display: inline-block;
    float: right;
}

#footer a{
	color:#006600;
	text-decoration:none;
 }

#footerLink ul{
	margin-top:2em;
	text-align:center;
	max-width:950px;
	list-style-type:none;
}
#footerLink ul li a{
	display:inline-block;
	float:left;
	color:#006600;
	border:2px ridge #006600;
	text-decoration:none;
	padding:0.1em 0.5em;
	font-size:100%;
}

#whatsnew {
    width: 274px;
    border: 2px ridge #aef333;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    text-decoration: none;
    background: #fff;
}
#whatsnewtitle {
    text-align: center;
    font-size: 22px;
    padding: 0.3em 0;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
    border: none;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 6px 6px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a2d93f), color-stop(0.50, #a1d54f), color-stop(0.50, #80c218), color-stop(1.00, #aef333));
    background: -webkit-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
    background: -moz-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
    background: -o-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
    background: -ms-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
    background: linear-gradient(to bottom, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
}
#whatsnew dl { margin: 0 0.5em }
#whatsnew dt {
    margin: 0.5em 0 0 0;
    font-size: 17px;
    color: #BF9B30;
}
#whatsnew dl {
    margin: 0 0 0.8em 0.5em;
    font-size: 100%;
    color: #A67B00;
}
#whatsnew a { color: #FFBE00 }


/*----------------------------
共通フッター(訣言+利用案内)
-----------------------------*/
.tagline {/* Wrapper */
    width: 100%;
    max-width: 950px;
    text-align: center;
	background:#ffffff;
    margin:0 auto;
}
.tagline2 p{margin-bottom:1.4em;}
.tagline2 {/* Note wine */
	text-align: left;
	font-size: 110%;
	width: 85%;
    margin:0 auto;
	padding: 0.5em 1em;
}
.tagline3 {/* Note Bold */
    width: 90%;
    text-align: center;
	font-weight: bold;
	font-size: 130%;
    line-height: 1.8em;
    margin:1em auto;

}
.tagline4 {/* Links */
	text-align: left;
	width: 98%;
	font-weight: 200;
	font-size: 80%;
    line-height: 1.3em;
    margin:1em 0.5em;
}
.tagline4 ul{
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.tagline4 ul li{
	text-align: center;
	vertical-align: middle;
	list-style-type: none;
	border: 1px solid #93CE37;
	padding: 0.3em 0.5em;
	border-radius: 3px;
}
.tagline4 ul li a:hover{
	background-color: #9DD929;
}
/*----------------
価格表記レイアウト
--------------------*/
table.price_table {
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    font-family: "Trebuchet MS", sans-serif;
    line-height: 1.4em;
    font-style: normal;
    border-collapse: separate;
}
.price_table thead th:empty {
    background: transparent;
    border: none;
}
.price_table thead th, th.coltitle {
    padding: 5px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-shadow: 1px 1px 1px #568F23;
    border: 1px solid #93CE37;
    border-bottom: 3px solid #9ED929;
    background-color: #9DD929;
background:-webkit-gradient(linear, left bottom, left top, color-stop(0.02, #c9f76f), color-stop(0.51, #b9f73e), color-stop(0.87, #8eed00));
background:-webkit-linear-gradient(top, #8eed00 2%, #b9f73e 51%, #c9f76f 87%);
background:linear-gradient(to bottom, #8eed00 2%, #b9f73e 51%, #c9f76f 87%);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.price_table tbody th, th.rowtitle {
    padding: 0.5em 0.1em;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-shadow: 1px 1px 1px #006600;
    border: 1px solid #93CE37;
    border-right: 3px solid #9ED929;
    background-color: #9DD929;
background:-webkit-gradient(linear, left bottom, right top, color-stop(0.02, #c9f76f), color-stop(0.51, #b9f73e), color-stop(0.87, #8eed00));
background:-webkit-linear-gradient(left bottom, #c9f76f 2%, #b9f73e 51%, #8eed00 87%);
background:linear-gradient(to right, #c9f76f 2%, #b9f73e 51%, #8eed00 87%);
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.price_table tbody td {
    padding: 10px 0.5em 10px 0.5em;
    vertical-align: middle;
    font-weight: bold;
    background-color: #f0fff0;
    border: 2px solid #E7EFE0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 1px 1px 1px #fff;
}


.price_table tfoot td{
    color: #9CD009;
    font-size:17px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
	line-height:1.2em;
}

*.clear {clear:both;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.Lqd {  
	display: inline-block;
	float: left;
	*display: inline;/*for IE*/
	*zoom: 1;/*for IE*/
}

/*--------------------
ヘッダー画像レイアウト
-----------------------*/
.left-white, .right-white {display: inline-block;background-color:#fff;color:#f00;text-shadow: 0 8px 6px rgba(0,0,0,0.5),
1px 1px 1px rgba(0, 0, 0, 0.6), -1px -1px 1px rgba(255, 255, 255, 0.5);padding:5px 0.5em 5px 0.5em;}
.left-white{float: left; border-radius:0 6px 6px 0;}
.right-white{float: right; border-radius:6px 0 0 6px;}

.dimg3 p, .dimg3 ol{
    color: #005500;
    text-shadow: -1px -1px 1px rgba(0,255,0,0.9), -2px -2px 2px rgba(255,255,255,0.8),3px 3px 3px rgba(255,255,255,0.8), 2px 2px 2px rgba(0,0,0,0.5);
}
#header ol {
    list-style-type: decimal;
    font-size: 26px;
}
#header p{
    font-size: 28px;
    line-height: 1.6em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(255, 255, 255, 0.8);
}
#header ol li {
    line-height: 1.4em;
    margin: 0 0 25px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(255, 255, 255, 0.8);
}
#header ol li b {
    font-weight: bold;
    color: #ff6600;
}
p#f-topnote{
    padding-top: 12px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(240, 240, 255, 0.6), 1px 1px 2px rgba(255, 255, 255, 0.8);
}
#f-header h1.f-title {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    color: #ffaa00;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5),0 0 5px rgba(255, 255, 255, 1.0);
    letter-spacing: 0;
    padding: 12px 5px;
}
#f-header p.f-msg {
    text-align: center;
    font-size: 24px;
    color: #ff6600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(255, 255, 255, 0.8);
    padding-top: 30px;
}
.sitemap ul{
	font-size:110%;
	padding-left:3em;
	margin-bottom:1em;
}

table#obg th{
    display: table-cell;
    width: 220px;
    text-align: center;
    padding: 0.3em 0;
}
table#obg td{
    text-align: center;
}

th.t-lft, td.t-lft{text-align: left;}
th.t-mid, td.t-mid{vertical-align: middle;}
td.t-top{vertical-align: top;}

/* Layout用線無しTable */
table.noborder {
    width: 100%;
    border: none;
}
th.noborder, td.noborder {
    border: none;
    padding: 0 0;
}

.chap2 h2 {
	vertical-align: middle;
	text-align: left;
	line-height:1em;

	font : 1.6em/1.8em 'ＭＳ Pゴシック', sans-serif ;
	font-weight:bold;
   white-space: nowrap;
    font-size: 24px;
	color: #ff6600;
}

#header h1.detailtitle {
    clear: both;
    text-decoration: none;
    text-align: center;
    font-size: 26px;
    color: #ff6600;
    width: 85%;
    display: block;
    vertical-align: middle;

    border: 1px solid #aaa;

    margin: 2px auto;
    padding: 0.5em 0 0.5em 0.7em;

    font-weight: bold;
    text-shadow: -2px -2px 2px rgba(255,255,255,0.8),2px 2px 2px rgba(0,0,0,0.5);
    letter-spacing: 0;
    border: none;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a2d93f), color-stop(0.50, #a1d54f), color-stop(0.50, #80c218), color-stop(1.00, #aef333));
    background: -webkit-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
    background: -moz-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
    background: -o-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
    background: -ms-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
    background: linear-gradient(to bottom, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
}
#header h2 {
    clear: both;
    text-decoration: none;
    text-align: left;
    font-size: 22px;
font-weight: normal;
	line-height: 150%;
    color: #005500;
    width: 90%;
    display: block;
    vertical-align: middle;

    border: 1px solid #aaa;

    margin: 0 auto;
    padding: 0.5em 0 0.5em 2.0em;

    text-shadow: -2px -2px 2px rgba(255,255,255,0.8),3px 3px 3px rgba(255,255,255,0.8), 2px 2px 2px rgba(0,0,0,0.5);
    letter-spacing: 0;
    border: none;
}

/*---------
   marquee
-------------*/
#marquee{
    overflow:hidden;
    background-color:#ff6600;
    color:#fff;
	font-size:24px;
}
#marquee div{
    width:100%;
    text-align:center;
    display:inline-block;
    white-space:nowrap;
	padding:0em 0;

    -moz-animation-duration: 20s;
    -moz-animation-name: marquee;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -webkit-animation-duration: 20s;
    -webkit-animation-name: marquee;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -ms-animation-duration: 20s;
    -ms-animation-name: marquee;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-duration: 20s;
    -o-animation-name: marquee;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes marquee {
    from {margin-left: 100%; width: 100%; }
    to { margin-left: -100%; width: 100%; }
}
@-moz-keyframes marquee {
    from {margin-left: 100%; width: 100%; }
    to { margin-left: -100%; width: 100%; }
}
@-ms-keyframes marquee {
    from {margin-left: 100%; width: 100%; }
    to { margin-left: -100%; width: 100%; }
}
@-o-keyframes marquee {
    from {margin-left: 100%; width: 100%; }
    to { margin-left: -100%; width: 100%; }
}

/*----------------------
dimg,rimgはサイズ仕様が共通 #f01-f06, #r10-r53, $d01-d18
-----------------------------*/
.dimg1, .dimg2, .dimg3, .dimg4 {width:672px;}
div.dimg1 {height:141px;}
div.dimg2 {height:67px; overflow: hidden;}
div.dimg3 {height:422px;overflow: hidden;}
div.dimg4 {height:42px;color:#f00;text-align:center;}
/*----------------------
background-imageは各個にJavaScriptで記述。
----------------------*/
#f-header{text-align:center;}

/*-------------------------------------------
栄養成分表記
-------------------------------------------*/
table.p-outline {
	float:left;
	display:inline-block;
	padding: 1em 0 1em 1em;
}
table.p-outline th {
    color: #060;
    background-color: #c8ff3d;
    text-align: left;
    padding: 1em  0 1em 0.5em;
    vertical-align: middle;
}
table.p-outline td {
    border: 2px #c8ff3d solid;
    vertical-align: middle;
    padding: 1em  0.3em 1em 0.5em;
}
.snote {
    margin: 1em auto;
    border: 2px ridge #f55c00;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 6px;
}
.snotebody {
    color: #f00;
    text-align: center;
    padding: 0.5em 1em;
}
.guidance {/* guidance */
	margin: 0.5em auto 0.5em;
	border: 2px ridge #f55c00;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 6px;
}
.cnote {
	display:inline-block;
	margin-top: 1em;
    max-width: 475px;
    border: 2px ridge #f55c00;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 6px;
}
.cnotetitle {
    text-align: center;
    font-size: 125%;
    padding: 0.3em 0;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.cnotebody {
    color:#BF9B30;
    text-align:left;
    padding: 0.3em 0 0.3em;
}
.cnotebody a { color: #f00 }
.cnotebody p { margin: 0.3em 1em 0.3em; }
.caution {
    width: 80%;
    max-width: 450px;
    margin: 0.5em auto 0 auto;
    padding: 0.5em 1em;
    line-height: 1.1em;
    color: red;
    background-color: white;
    border: 2px solid red;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/*----------------------
 ≪ Prev  +  Next ≫
-----------------------*/
a.prev, a.next {
	display: inline-block;
	margin-top:0.5em;
	/* margin-bottom:0.5em; */
	padding:0.7em 1em;
	color: #fff;
	font-weight:bold;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
}

a.prev{float:left;margin-left:0.5em}
a.next{float:right;margin-right:0.5em}
    
a.next:after {
    content: " \3000 \226B";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    color: #fff;
    text-align: right;
    vertical-align: middle;
    display: inline-block;
    float: right;
}
a.prev:after {
    content: '\226A \3000';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    float: left;
}
a.prev:hover, a.next:hover {
	color: #f00;
	text-decoration:none;
	/*--Orange---*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff005), color-stop(1.00, #ff4800));
    background: -webkit-linear-gradient(#fff005, #ff4800);
    background: -moz-linear-gradient(#fff005, #ff4800);
    background: -o-linear-gradient(#fff005, #ff4800);
    background: -ms-linear-gradient(#fff005, #ff4800);
    background: linear-gradient(#fff005, #ff4800);
	background:linear-gradient(to bottom, #fff005, #ff4800); /* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fff005, endcolorstr=#ff4800));/*IE6 IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fff005, endcolorstr=#ff4800))";/* IE8 IE9 */
	zoom: 1;
	background: linear-gradient(to bottom, #fff005, #ff4800);/* IE10+, W3C */

	text-shadow: 0px 0px 5px rgba(255,255,255,1),
	0px -2px 5px rgba(255,255,255,1),
	0px 2px 5px rgba(255,255,255,1);
	-moz-transition: box-shadow 0.5s, text-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s, text-shadow 0.5s;
	transition: box-shadow 0.5s, text-shadow 0.5s;
}


@media screen and (max-width: 949.999px) { /* wwwwwww   Wide Mobile  wwwwwwww  */

/* 外枠 div+li */
	div#wrapper, #sidemenu, .LqdMenuTop a, .LqdMenuL, .LqdMenuL a, #whatsnew, #footer, #f-banner ul
	{width:672px;}
	.LqdMenuS, .LqdOrderL, #cp-link, #pw-link, #ft01, #ft02 
	{width:50%; height:auto;} /* 外枠 */
	.LqdOrderM{width:33.5%; height:auto;} /* 外枠 */
	.LqdOrderCp6, .LqdOrderPw3{width:16.5%; height:auto;}

/* 内枠 a+img */
.LqdMenuL a, .LqdMenuS a,
.LqdOrderL form input, .LqdOrderM form input,
.LqdOrderCp6 a, .LqdOrderPw3 a,
.LqdOrderCp6 a img, .LqdOrderPw3 a img{width:100%; height:auto;}/* 内枠 */

	#cp-link a, #pw-link a, #ft01 a, #ft02 a, 
	#cp-link a img, #pw-link a img, #ft01 a img, #ft02 a img{width:100%; height:auto;}

.LqdMenuL a, .LqdMenuS a,
.long a, .short a{line-height:1.3em;padding:10vw auto 10vw;font-size:4.2vw;vertical-align:middle;}
.LqdMenuL a, .LqdMenuS a{height:10vw;font-size:4.4vw;}

	#menu5 li.long  a{width:672px;line-height:1.8em;}
	#menu5 li.short a{width:640px;line-height:1.8em;}

	#whatsnew dl {width:100%; font-size:120%;}
	#whatsnew dl dt {width:30%; display:block; vertical-align:top; clear:left; float:left; padding:0 0 0 3%;}
	#whatsnew dl dd {width:65%; display:block; vertical-align:top; float:left; padding:0.4em 0 0.8em 0;}
	#whatsnew dl dd:after {clear: both;}
	#whatsnew a {font-size: 100%;}

.tagline4 {/* Links */
	font-size:100%;
	line-height:3.5em;
}
}

@media screen and (max-width: 671.999px) {/* sssssssss    Small   sssssss */
	.w50, .w-half, .w60, .w70, .w90{width:100%;}

	div#wrapper,div#container, div#header, div#main, div#contents, div.description, #f-banner ul
{width:100%; min-width:320px;}
	#header{height:auto;}

/* 外枠 */
	#sidemenu, .LqdMenuTop, .LqdMenuL, #whatsnew, #footer,
	#menu5 li.long	{width:100%; }
	#menu5 li.short{width:92%; }
/* 内枠 */
	.LqdMenuTop a, #menu5 li.long a, #menu5 li.short a{width:100%;}

  div#whatsnew dl dt{min-width:7em;}
}

/* EOF 共通CSS */
</pre></body></html>