﻿@charset "utf-8";

@import url("../packages/001/css/import.css");
@import url("lovepachi.css");
@import url("nivo-slider.css");
@import url("thickbox.css");

/*
============================================
guideline : grics xhtml css codingguide
============================================
info

CSS Filename: common.css
Editors: haruna.nishigaki(haruna@officequest.jp)

Version: 1.93
bkup: date(20111118) common-c - 20111118.css
Lastmodified: date(20111118)
Last Editor: maruyata(grics)
*/

/* written by GRICS, Inc.<in atmark grics.co.jp>  */
/* Copyright (C) GRICS, Inc. */


/*****************************************************
 					 main.css
*****************************************************/
select {
    border: solid 1px #ccc;
}

/*PHOTO*/
.picture {
    border: 1px solid #ccc;
}
/* フロート回り込み解除
----------------------------------------------- */
br.clear {
clear:both;
display:none;
font-size:0;
line-height:0;
height:0;
}
/* 特定箇所のフォント修飾
----------------------------------------------- */
.price {
color:red;
font-weight:700;
}
.attention { color: red; }
.mini { font-size: 90%; }

/*共通*/
em {
font-style:normal;
color:red;
}
/* カゴの中
----------------------------------------------- */
div#cartarea {
    width: 144px;
    padding: 10px;
    border: solid 1px #ccc;
}

div#cartarea p {
    padding: 5px 0 10px 0;
}

div#cartarea p.item {
    padding: 0 0 10px 0;
    background: url(../packages/001/img/side/line_146.gif) no-repeat bottom;
}

div#cartarea .btn {
    padding: 0;
    text-align: center;
}
/*編集　20101105 郵便番号検索テキスト*/
span.fs10, span.fs12 {
	font-size:1.1em;
}


/* カテゴリー
----------------------------------------------- */
div#categoryarea {
    width: 144px;
    border: solid 1px #ccc;
    background-color: #fff1e3;
    padding: 10px;
}

div#categoryarea li {
    background: url(../packages/001/img/common/arrow_blue.gif) 0 3px no-repeat;
    padding: 0 0 0 20px;
}
div#categoryarea li.onmark {
    background: url(../packages/001/img/common/arrow_red.gif) 0 3px no-repeat;
}
div#categoryarea li.level1 {
    font-weight: bold;
}
div#categoryarea li.level1 li {
    font-weight: normal;
}
div#categoryarea li a {
    display: block;
    padding: 3px 0;
}

a.onlink {  text-decoration: underline; }
a.onlink:link,
a.onlink:visited,
a.onlink:hover { color: red; }


/* 検索 現在未使用
----------------------------------------------- */
div#searcharea {
width:144px;
border:solid 1px #ccc;
padding:0 10px 10px;
}

div#searcharea p {
padding:8px 0 0;
}

div#searcharea .btn {
    text-align: center;
}

#searcharea .box142 {
width:142px;
border:solid 1px #ccc;
}

/* カレンダー
----------------------------------------------- */
#block-calendar {
text-align:left;
width:200px;
background:#fff;
font-family:Verdana;
font-size:12px;
padding:0 10px 0 0;
}

.block-calendar-inner{
	width:168px;
	margin:0 0 0 5px;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	padding:0 10px 0 10px;
}

#block-calendar table {
border-collapse:collapse;
text-align:center;
margin:0 auto 10px;
}

#block-calendar th,
#block-calendar td {
border:1px solid #ccc;
padding:2px;
}

#block-calendar th {
background:#ccc;
color:#fff;
}

#block-calendar .off {
    background: #ffd5d5;
}

#block-calendar caption {
    color: #666;
	padding-bottom:5px;
	font-size:14px;
}
#block-calendar p {
color:#666;
font-size:10px;
text-align:center;
line-height:120%;
}

/* バナー
----------------------------------------------- */
ul#banner {
padding:15px 0 0;
}

#banner li {
padding:0 0 10px;
}


/****************************************************
 			インポートCSS追加設定 
*****************************************************/
/* under02.css
----------------------------------------------- */

div#undercolumn {
font-size:95%;
} 
div#undercolumn h2{
font-size:95%;
}

div#under02column {
text-align:left;
font-size:95%;
}
div#under02column h2{
font-size:95%;
}

div#windowcolumn {
text-align:left;
font-size:95%;
}
div#windowcolumn h2{
font-size:95%;
}


/*****************************************************
 					 1:全体
*****************************************************/



/* basic elements */
* {
    margin: 0;
    padding: 0;
}

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

/* standard helper classes */

.clr {
clear:both;
overflow:hidden;
width:1px;
height:1px;
border:0;
font-size:0;
line-height:0;
margin:0 -1px -1px 0;
padding:0;
}
/* 画像 */
img,a img{
border: 0;
}
/*上（IE6、IE7用%??*/
.img-top {
vertical-align:top;
margin-top:-1px;
}

*:first-child+html .img-bottom {
margin-bottom:-1px;
}

.img-bottom {
vertical-align:bottom;
}

/*右左*/
.img-right {
float:right;
}

.img-left {
float:left;
}

/*　BODY　
--------------------------------------*/
body {
background:url(../packages/001/img/common/body_bg.gif) repeat-x left top;
font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Verdana,Osaka, sans-serif;
font-size:14px;
line-height:120%;
color:#444;
margin:0;
padding:0;
}


/* ★★★ 編集 2009/10/07 ★★★ */
a:link {
color: #393939;
}

a:visited {
color: #555;
}

a:hover {
text-decoration:underline;
color:red;
}


ul{
list-style-type: none;
margin:0;
}



/* ★★★ 編集 2010/03/19 ★★★ */
/* ol について変更 */
/* \*/

ol{
/*list-style-type: decimal;*/
margin:0;
counter-reset: item; 
}
ol>li {
    margin-top: 0;
    margin-left: 0.5em;
    list-style-type: none;
    line-height: 1em; /* 必ず適切な値を指定して下さい。 */
    }

ol>li:before {
    display: block;
    margin: 0 0 -1em -1.5em;
    line-height: 1em;
    content: counter(item) '. ';
    counter-increment: item;
    }

ol>li>*:first-child {
    margin-top: 0;
    }

/* */

/* IE 7.x対策 */
*+html ol>li {
    list-style-type: decimal;
    margin-left: 0;
    }

/* サファリ 2.0までの対策 \*/
html:\66irst-child ol>li { list-style-type: decimal; }
html:\66irst-child ol>li:before { content: "\a0"; }
/* */

/* privacy ページ内でのナンバーリストのマージン調整 */
ol.indnt1 {
padding: 0 30px;
}


/*FireFox用*/
html[xmlns] li a{
	overflow:hidden;
}

form, input { margin: 0; padding: 0; }

/* テーブル共通指定
----------------------------------------------- */
table {
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-collapse:collapse;
text-align:left;
margin: 0;
/*margin:15px auto 0;*/
}

/*☆★☆ 編集マルヤタ2010/04/28 13:36:48☆★☆*/
table caption {
	text-align: left;
}

table th {
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
background-color:#f0f0f0;
font-weight:400;
padding:8px;
}
table td {
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:8px;
}
div.tblareabtn {
clear:both;
text-align:center;
margin:15px 0 0;
}
.phototd {
    width: 75px;
    text-align: center;
}
.centertd {
    text-align: center;
}

/* ★★★20110616 年齢早見表 編集maruyata★★★ */
.pricetd,.nengo {
    text-align: right;
}
.pricetd em {
    font-weight: bold;
}
div#completetext {
width:470px;
border:5px solid #ccc;
margin:15px auto 0;
padding:15px;
}
div#completetext em {
    font-weight: bold;
}
div#completetext p {
text-align:left;
padding:20px 0 0;
}

/* 年齢早見表 背景 */

/*還暦*/
table.expsize tbody tr td.kanreki {
background-color:#fed;
color:#000;
}
/*緑寿*/
table.expsize tbody tr td.rokujyu {
background-color:#dfd;
color:#000;
}
/*古希*/
table.expsize tbody tr td.koki {
background-color:#ece;/*fdf*/
color:#000;
}
/*米寿*/
table.expsize tbody tr td.beijyu {
background-color:#ff9;
color:#000;
}
/*白寿*/
table.expsize tbody tr td.hakujyu {
color:#000;
}

/*百寿*/
table.expsize tbody tr td.momojyu {
background-color:#fde;
color:#000;
}


/* フォーム関係
----------------------------------------------- */
input[type='text'] {border: solid 1px #ccc;}
input[type='password'] {border: solid 1px #ccc;}

input[type='image'] {border: none;}

input[type='image'].box190 {
    width: 190px;
    height: 30px;
}

input[type='image'].box180 {
    width: 180px;
    height: 30px;
}

input[type='image'].box150 {
    width: 150px;
    height: 30px;
}

input[type='image'].box140 {
    width: 140px;
    height: 30px;
}

input[type='image'].box130 {
    width: 130px;
    height: 30px;
}

input[type='image'].box51 {
    width: 51px;
    height: 22px;
}

/*
★★★　ddについて下部で編集　★★★
*/

/*****************************************************
 					 2:テキスト共通
*****************************************************/


/*見出し*/
h2, h3, h4, h5, h6 { font-weight: normal;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote{margin: 0px;}

h1{
	color:red;
	font-size:16px;
	line-height:130%;
}
h1 a:hover{text-decoration:none;}

/*強調*/
strong {
line-height:140%;
font-weight:normal;
color:#444;
padding:2px 0;
}

/*☆★☆編集　maruyata 商品詳細ページ class productDetailでの在庫切れ強調20110129☆★☆*/
strong.outofstock {
font-weight:bold;
color: #f00;
}

/*アライン　左右中央*/
.lft {
text-align:left;
}
.rigt {
text-align:right;
}
.centr {
text-align:center;
}


/*
☆★☆編集　maruyata 文中詳細リンク
*/

.detaillink a {
font-size: 0.9em;
    background: url("../packages/001/img/common/yr-3.png") no-repeat scroll 0 1px transparent;
    padding-left: 10px;
line-height: 1.6em;
}

.pickuplink a {
    background: url("../packages/001/img/common/yc-3.png") no-repeat scroll 0 1px transparent;
    padding-left: 15px;
line-height: 1.6em;
}

ul.kanrenlist>li {
list-style: url("../packages/001/img/common/yr-3.png") none inside;
}

a.listlink:before {
content: url("../packages/001/img/common/b-2.png");
padding: 0 5px 1px 2px;
line-height: 1.4em;
}

a.splistlink:before {
content: url("../packages/001/img/common/r-2.png");
padding: 0 5px 1px 2px;
line-height: 1.4em;
}

/*****************************************************
 					 3:ヘッダー
*****************************************************/
 

#header{
width:900px;
height:100px;
}

.headerLogo{
float:left;
}
/*★☆★編集　20110420 ドメインタイトル変更　maruyata*/
/*★☆★編集　20110525 ドメインタイトル再変更　maruyata*/
#header h1{
width:380px;
float:left;
display:block;
padding:16px 6px 0 0;/*30px 0 0 6px*/
font-size:1.1em;/*20110420*/
}

 /* 3-2:メインメニュー　
 -------------------------------------------------------------- */

.headerMenu {
float:left;
width:300px;
padding-top:20px;
}

.headerMenu ul {
height:45px;
margin:0;
padding:0;
}

.headerMenu ul li{float:left;}
/* ★★★ 編集 2009/10/21 ★★★ */
/*ここ*/
.headerMenu ul li.hd_mm1 a,
.headerMenu ul li.hd_mm2 a,
.headerMenu ul li.hd_mm3,
.headerMenu ul li.hd_mm5 a{
display:block;
height:45px;
background-repeat:no-repeat;
text-indent:-9999px;
}

.headerMenu ul li.hd_mm1 a{
width:160px;
background-image:url(../packages/001/img/common/hd_mm1.gif);
}

.headerMenu ul li.hd_mm2 a{
width:140px;
background-image:url(../packages/001/img/common/hd_mm2.gif);
}

/*ここ*/
.headerMenu ul li.hd_mm3{
width:140px;
background-image:url(../packages/001/img/common/hd_mm3.gif);
}

.headerMenu ul li.hd_mm5 a{
width:280px;
background-image:url(../packages/001/img/common/hd_mm5.gif);
}

.headerMenu ul li a:hover{background-position:0 -45px;}


  /* 3-3:サブメニュー　
 -------------------------------------------------------------- */
/*編集　マルヤタ2010/04/23*/
.headerMenu ul.submenu{
width:300px;/*会社概要→お問い合わせ　値の変更はしていない*/
font-size:12px;
}

.headerMenu ul.submenu li {
display:block;
float:left;
margin-top:5px;
margin-left:-1px;
border-left:#999 1px solid;
border-right:#999 1px solid;
color:#333;
padding:0 10px;/*13　会社概要→お問い合わせ*/
}
.headerMenu ul.submenu li a{
color:#333;
}
.headerMenu ul.submenu li a:hover{
color:red;
}

  
/* 3-4:ヘッダ　買い物カゴ　
 -------------------------------------------------------- */
.headerCart {
float:left;
width:113px;
font-size:10px;
margin:15px 0 0;
}

.headerCart-inner {
border-left:red 1px solid;
border-right:red 1px solid;
padding:5px 5px 0 10px;
}



.total{
	font-weight:bold;
}
p.cart,p.cart a {
text-align:right;
color:red;
}

  
/*****************************************************
 					 4:コンテンツ
*****************************************************/
/* ★★★ 編集 2010/03/19 ★★★ */
/*　センタリング処理　
--------------------------------------*/
#wrap {
    text-align: center;
}

/*　コンテナ　
--------------------------------------*/

#container-wrapper,
#container-inner,
.one_maincolumn-inner {
text-align:left;
width:900px;
margin-left: auto;/*☆センタリング処理追記*/
margin-right: auto;
}

#container{
text-align:center;
clear:both;
}


/* 共通　
-------------------------------------------------- */

/* 2カラム設定 */
div#two_maincolumn {
text-align:left;
width:660px;
float:left;
margin:10px 20px 0 10px;
}
/*IE6用*/
* html div#two_maincolumn{
margin:10px 15px 0 5px;
}


/* 1カラム設定 */
/* 090520	Firefox 向けセンタリング指定 nsgk */
div#one_maincolumn {
text-align:left;
}

/*.one_maincolumn-inner コンテナに記述*/

/* 3カラム設定 */
div#three_maincolumn {
text-align:left;
float:left;
width:432px;
padding:15px 0 0;
}


/* パンくず */ 
.pankuzu {
clear:both;
margin:10px 0 15px;
}

/* 上へ */ 
.up{
clear:both;
text-align:right;
margin:5px 0 0;
padding:0 0 12px 30px;/*0 0 0 30*/
}

/* ★★★ 編集 2010/08/26 ★★★ */
/* ブックマーク */

#postIconbtn {
text-align:left;
width:640px; 
height:26px; 
background-color:#fff; 
border-top:1px dashed #609; 
margin-top:5px;
padding:8px 5px 2px 5px; 
}

#postIconbtn span {
vertical-align: middle; 
line-height:16px; 
font-weight:bold;
padding-top:2px;
}

#postIconbtn img {
vertical-align: middle; 
border: none;
}


/* ★★★ 編集 2010/09/29 ★★★ */
/* コンテンツスライド */
/*
 * slidedeck.skin.cssへ記述
 */


/* ★★★ 編集 2011/04/28 ★★★ */
/*一覧ページに説明表示*/
p.seriesinfo{
padding:10px 25px 10px 15px;
}


/* ★★★ 編集 20110927 320×2ブロック(還暦古希一覧へのナビゲーション) ★★★ */
.650blk {
width:650px;
}

.left320 {
	width: 320px;
	margin-right:5px;
	float:left;
	/*display:inline;IE6 margin double回避*/
}
.right320 {
	width: 320px;
	margin-right:5px;
	float: left;
	/*display:inline;IE6 margin double回避*/
}





/* サイド　
-------------------------------------------------- */
#rightcolumn{
text-align:left;
width:210px;
float:left;
margin:5px 0 0;
padding:0;
}

#leftcolumn{
text-align:left;
width:210px;
float:left;
margin:5px 0 0;
}

/* ★★★ 編集 2010/10/14 ★★★ */
/* お届け予定 */ 
#delivInfo {
text-align:left;
/*height:50px; */
background-color:#fdfdfd; 
border-top:1px solid #fbfbfb;
border-right:2px solid #eee;
border-bottom:2px solid #ccc; 
border-left:1px solid #fcfcfc; 
margin:0px 0px 0px 2px;
padding:0px 0px 2px 0px; /*8px 5px 2px 5px*/
width:190px;
}

#delivInfo span {
vertical-align: top;
/*line-height:16px;*/ 
font-weight:normal;
font-size:0.7em;
padding:0px 1px 0px 5px; /*6px 1px 0px 5px*/
}

#delivInfo strong {
font-weight: bold;
font-size:1em;
border: none;
}

#delivInfo img {
margin: 0;
border: none;
}



/* ★★★ 編集 2010/09/15 ★★★ */
/* ソーシャルブックマークボタングループ【小】 */ 
#postIconbtn_s {
text-align:left;
/*height:50px; */
background-color:#fdfdfd; 
border-top:1px solid #fbfbfb;
border-right:2px solid #eee;
border-bottom:2px solid #ccc; 
border-left:1px solid #fcfcfc; 
margin:0px 0px 0px 2px;
padding:8px 0px 2px 0px; /*8px 5px 2px 5px*/
width:190px;
}

#postIconbtn_s span {
vertical-align: top;
line-height:16px; 
font-weight:normal;
font-size:0.7em;
padding:6px 1px 0px 5px;
}

#postIconbtn_s img {
vertical-align: middle; 
border: none;
}


/* サイドメニュー シリーズ、ボディのメニューボタン*/ 
.sideMenu{
width:200px;
background: #fcfcfc url(../packages/001/img/common/sidemenubg.jpg) no-repeat left  top;
}

.sideMenu ul{
margin:0;
padding:0;
}

/* ★★★ 編集 2010/6/29 myata★★★ */
/* ★★★ 編集 2010/7/29 myata★★★ */
/* ★★★ 編集 2010/9/02 myata★★★ */
/* ★★★ 編集中 2011/1/20 ロングロンパース追加 myata★★★ */
/* ★★★ 編集 2011/2/16 ハイクォリティＴシャツ追加 myata★★★ */
/* ★★★ 編集中 20110531 右ナビボディ説明追加 myata★★★ */
/* ★★★ 編集中 20110812 古希シリーズメニュー myata★★★ */
/* ★★★ 編集中 20111116 トレーナー上下セットメニュー myata★★★ */

.sideMenu ul li{}

.sideMenu ul li.sd_mm1 a,
.sideMenu ul li.sd_mm2 a,
.sideMenu ul li.sd_mm3 a,
.sideMenu ul li.sd_mm4 a,
.sideMenu ul li.sd_mm5 a,
.sideMenu ul li.sd_mm6 a,
.sideMenu ul li.sd_mm7 a,
.sideMenu ul li.sd_mm8 a,
.sideMenu ul li.sd_mm9 a,
.sideMenu ul li.sd_mm10 a,
.sideMenu ul li.sd_mm11 a,
.sideMenu ul li.sd_mm12 a,
.sideMenu ul li.sd_bd1 a,
.sideMenu ul li.sd_bd2 a,
.sideMenu ul li.sd_bd3 a,
.sideMenu ul li.sd_bd4 a,
.sideMenu ul li.sd_bd5 a,
.sideMenu ul li.sd_bd6 a,
.sideMenu ul li.sd_bd7 a,
.sideMenu ul li.sd_bd8 a,
.sideMenu ul li.sd_bd9 a,
.sideMenu ul li.sd_bd10 a,
.sideMenu ul li.sd_bd11 a,
.sideMenu ul li.sd_bd12 a,
.sideMenu ul li.sd_bd13 a,
.sideMenu ul li.sd_bd14 a,
.sideMenu ul li.sd_bd15 a,
.sideMenu ul li.sd_bd16 a,
.sideMenu ul li.sd_bd18 a,
.sideMenu ul li.sd_bd00 a{
width:200px;
display:block;
height:34px;
background-repeat:no-repeat;
text-indent:-9999px;
}

.sideMenu ul li.sd_mm1 a{background-image:url(../packages/001/img/common/sd_mm1.gif);}/*パロ*/
.sideMenu ul li.sd_mm2 a{background-image:url(../packages/001/img/common/sd_mm2.gif);}/*ラブ*/
.sideMenu ul li.sd_mm3 a{background-image:url(../packages/001/img/common/sd_mm3.gif);}/*オリ*/
.sideMenu ul li.sd_mm4 a{background-image:url(../packages/001/img/common/sd_mm4.gif);}/*QR*/
.sideMenu ul li.sd_mm5 a{background-image:url(../packages/001/img/common/sd_mm5.gif);}/*ハピクリ*/
.sideMenu ul li.sd_mm6 a{background-image:url(../packages/001/img/common/sd_mm6.gif);}/*フキダシ*/
.sideMenu ul li.sd_mm7 a{background-image:url(../packages/001/img/common/sd_mm7.gif);}/*メッセージ*/
.sideMenu ul li.sd_mm8 a{background-image:url(../packages/001/img/common/sd_mm8.gif);}/*ヨセガキ*/
.sideMenu ul li.sd_mm9 a{background-image:url(../packages/001/img/common/sd_mm9.gif);}/*カンレキ*/
.sideMenu ul li.sd_mm10 a{background-image:url(../packages/001/img/common/sd_mm10.gif);}/*サマー*/
.sideMenu ul li.sd_mm11 a{background-image:url(../packages/001/img/common/sd_mm11.gif);}/*偉人*/
.sideMenu ul li.sd_mm12 a{background-image:url(../packages/001/img/common/sd_mm12.gif);}/*古希喜寿*/
.sideMenu ul li.sd_bd1 a{background-image:url(../packages/001/img/common/sd_bd1.gif);}/*ベーシックシャツ*/
.sideMenu ul li.sd_bd2 a{background-image:url(../packages/001/img/common/sd_bd2.gif);}/*LT*/
.sideMenu ul li.sd_bd3 a{background-image:url(../packages/001/img/common/sd_bd3.gif);}/*ライトＴシャツ*/
.sideMenu ul li.sd_bd4 a{background-image:url(../packages/001/img/common/sd_bd4.gif);}/*ラグ*/
.sideMenu ul li.sd_bd5 a{background-image:url(../packages/001/img/common/sd_bd5.gif);}/*ロング*/
.sideMenu ul li.sd_bd6 a{background-image:url(../packages/001/img/common/sd_bd6.gif);}/*ラグロング*/
.sideMenu ul li.sd_bd7 a{background-image:url(../packages/001/img/common/sd_bd7.gif);}/*ロンパース*/
.sideMenu ul li.sd_bd8 a{background-image:url(../packages/001/img/common/sd_bd8.gif);}/*ドライT*/
.sideMenu ul li.sd_bd9 a{background-image:url(../packages/001/img/common/sd_bd9.gif);}/*ポロ*/
.sideMenu ul li.sd_bd10 a{background-image:url(../packages/001/img/common/sd_bd10.gif);}/*ドライポロ*/
.sideMenu ul li.sd_bd11 a{background-image:url(../packages/001/img/common/sd_bd11.gif);}/*カーディガン*/
.sideMenu ul li.sd_bd12 a{background-image:url(../packages/001/img/common/sd_bd12.gif);}/*ロングポロ*/
.sideMenu ul li.sd_bd13 a{background-image:url(../packages/001/img/common/sd_bd13.gif);}/*パーカー*/
.sideMenu ul li.sd_bd14 a{background-image:url(../packages/001/img/common/sd_bd14.gif);}/*トレーナー*/
.sideMenu ul li.sd_bd15 a{background-image:url(../packages/001/img/common/sd_bd15.gif);}/*ロングロンパース*/
.sideMenu ul li.sd_bd16 a{background-image:url(../packages/001/img/common/sd_bd16.gif);}/*ハイクォリティＴシャツ*/
.sideMenu ul li.sd_bd18 a{background-image:url(../packages/001/img/common/sd_bd18.gif);}/*トレーナー上下セット*/
.sideMenu ul li.sd_bd00 a{background-image:url(../packages/001/img/common/sd_bd000.gif);}/*ボディについて（情報）*/
.sideMenu ul li a:hover{background-position:-200px 0;}





/* ★★★ 編集 2011/02/22 ★★★ */
/* ピックアップ */ 
#pickup {
text-align:left;
/*height:50px; */
background-color:#fdfdfd; 
border-top:1px solid #fbfbfb;
border-right:2px solid #eee;
border-bottom:2px solid #ccc; 
border-left:1px solid #fcfcfc; 
margin:0px 0px 2px 2px;
padding:0px 0px 2px 0px; /*8px 5px 2px 5px*/
width:190px;
}

#pickup ul {
vertical-align: top;
/*line-height:16px;*/ 
font-weight:normal;
font-size:0.9em;
padding:0px 1px 0px 5px; 
}

#pickup ul li {
	line-height:1.8em;
}

#pickup img {
margin: 0;
border: none;
}



/* サイドオートスライドショー */

.slide80 {  
height:  116px;  
width:   194px;  /*132px*/
padding: 0;  
	margin:0 0 0 5px;
} 
 
.slide80 img {  
padding: 5px 32px;  
border:  1px solid #ccc;  
background-color: #eee;  
width:  120px; 
height: 104px; 
top:  0; 
left: 0; 
} 


/* サイドバナー */
/* ★★★ 編集 2010/09/15 ★★★ */
.sideBanner{
	width: 200px;
}


.sideBanner img{
	margin:0 0 10px 5px;
}

/* ★★★ 編集 2010/11/22 検索窓　★★★ */
.sideBanner form{
    margin-bottom: 10px;/*5px*/
    padding: 0;
    width: 200px;
}
.sideBanner form p{
position:relative;
 margin:5px 5px 5px 2px;
 padding: 2px;
    height: 20px;/*26px*/
background:#efefef;
}

p #searchbox{
position:absolute;
left: 2px;
top: 3px;
}

/*IE6 スターハック*/
* html p #searchbox { top: 3px; }

/*IE7 スター＋ハック*/
*+html p #searchbox { top: 3px; }


p #searchbutton
{
position:absolute;
left: 150px;
top: 2px;
	height: 18px;
	width: 18px;
	margin-left: 6px;
 padding: 2px;
	border: none;
	cursor: pointer;
	background: url('../../teegraphy/wp-content/themes/Customthemecre80/images/searchbutton.gif') no-repeat 0 0;
}

/*IE6 スターハック*/
* html #qrcode { left: 170px; }

/*IE7 スター＋ハック*/
*+html #qrcode { left: 160px; }


/* サイドログイン */ 
.sideLogin{
width:200px;
background-image:url(../packages/001/img/common/sd_bg.gif);
background-repeat:repeat-y;
}
.sideLogin-inner{
width:168px;
margin:0 0 0 15px;
}

.sideLogin-inner p{
font-size:10px;
}
.sideLogin-inner p span{
font-size:10px;
text-align:right;
}

.sideLoginTextBox {
width: 160px;
border: solid 1px #ccc;
}

form input.loginbtn{
width:78px;
height:22px;
border:none;
background-image:url(../packages/001/img/common/bt_lgin1.gif);
background-repeat:no-repeat;
background-color:#666667;
cursor:pointer;
font-size:0;
color:#444;
margin:7px 0 0 43px;
}

form input.loginbtn:hover{
background-position:0 -22px;
color:red;
}

.bt_mypage{
margin-left:5px;
}

.bt_mypage a{
display:block;
height:28px;
width:160px;
background-repeat:no-repeat;
text-indent:-9999px;
background-image:url(../packages/001/img/common/bt_myp1.gif);
overflow:hidden;
margin:10px 0 0;
}
.bt_mypage a:hover{
background-position:0 -28px;
}

.bt_logout{
margin-left:45px;
}

.bt_logout a{
display:block;
height:22px;
/*height:35px;*/
width:78px;
/*width:200px;*/
background-repeat:no-repeat;
text-indent:-9999px;
background-image:url(../packages/001/img/common/bt_lgou1.gif);
/*background-image:url(../packages/001/img/common/bt_lgin2.gif);*/
overflow:hidden;
margin:10px 0 0;
}
.bt_logout a:hover{
background-position:0 -22px;
}

.bt_regist a{
display:block;
height:35px;
width:200px;
background-repeat:no-repeat;
text-indent:-9999px;
background-image:url(../packages/001/img/common/bt_lgin2.gif);
overflow:hidden;
margin:10px 0 0;
}
.bt_regist a:hover{
background-position:0 -35px;
}
 
 /* サイド「ご案内」 */ 
.sideInfo{
text-align:left;
width:200px;
background:#fff;
padding:0 10px 0 0;
}

.sideInfo-inner{
width:168px;
margin:0 0 0 5px;
padding:0 10px 0 10px;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
}
.sideInfo-list{
margin:0;
padding:0;
}

.sideInfo-list li{
background-image:url(../packages/001/img/common/l_gy_12.gif);
background-repeat:no-repeat;
padding:0 0 6px 17px;
}



 /* サイド「スタッフブログ」 */ 
 .sideBlog{
text-align:left;
width:200px;
padding:0 10px 0 0;
}

.sideBlog-inner{
width:163px;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
margin:0 0 0 5px;
padding:0 15px 0 10px;
}
.bt_blog a{
display:block;
height:38px;
width:183px;
background-repeat:no-repeat;
text-indent:-9999px;
background-image:url(../packages/001/img/common/bt_blog1.gif);
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
overflow:hidden;
margin:0 0 0 5px;
padding:0 5px 0 0;
}
.bt_blog a:hover{
background-position:0 -38px;
}
.sideBlog-list{
margin:0;
padding:10px 0 0;
}
.sideBlog-list li{
background-image:url(../packages/001/img/common/l_gy_12.gif);
background-repeat:no-repeat;
word-break:break-all;/*20091113改行処理*/
margin:0;
padding:0 0 15px 17px;
}

.blog_ttl{
font-weight:700;
margin-top:3px;
color:#444;
text-decoration:none;
}

.blog_txt{
font-size:10px;
text-decoration:none;
}




/* トップページ　
-------------------------------------------------- */ 
 /* トップ「共通　リード、内部リンクナビ、脚注」 */ 

/* ★★★ 編集 2011/03/25 ★★★ */
/*トップトピック*/
.top_topic, .top_topicsub {
background:#f6f6ff;
border:1px solid #333;
width:660px;
margin-bottom:5px;
padding-top:1px;
}
.top_topic a, .top_topicsub a,
.top_topic a:visited, .top_topicsub a:visited {
color:#00f;
}

.top_topic p, .top_topicsub p {
line-height:1.6;
padding:5px;
}
.top_topic p {
color:black;
}

.top_topicsub p {
font-size:0.9em;
}
/* ★★★ 編集 2010/03/16 ★★★ */
/*トップティッカー*/
#rssticker {
background:#111;
border-left:2px solid red;
width:660px;
height:40px;
padding-top:1px;
}
#rssticker a,
#rssticker a:visited {
color:#dcc;
}
.technosophos-rss-widget-inner-div,
technosophs-rss-widget-item-desc {
color:#fee;
}
/*追記　マルヤタ2010/03/26*/
technosophs-rss-widget-item-title a {
color: red;
}

 /* コラムタイトルに続く「キャッチ」「リード」  */
.leadMessage{
font-size:1em;
padding:0 10px 0 0;
}

p.leadMessage strong {
display:inline-block;/*※注css2.1*/
width:250px;
}
p.leadMessage span {
text-align:right;
position:relative;
left:260px;
top:0;
}

 /* コラム文中 */
.explain{
font-size:0.9em;
padding:10px 10px 0;
}

/* ★★★ 編集 2010/10/22 ★★★ */
/* ★★★ 編集 2011/02/05 ★★★ */


 /* お客様からの声　VOICE */
.voiceTop {
background:#fff url("../packages/001/img/top/ttl_voice.png") no-repeat 0 460px;/*見出し分44アイコン３行分*/
}

 /* お客様からの声　VOICE B */
.voicePage {
background:#fff url("../packages/001/img/top/ttl_voice.png") no-repeat 0 460px;/*見出し分44アイコン３行分*/
}

 /* 関連記事へのリンク */
.postlistTop {
margin-top: 25px;
background:#fff url("../packages/001/img/top/ttl_postlink.png") no-repeat 0 3px;
}


 /* お客様からの声　関連記事へのリンク hack */



/* ie6 */
* html .voiceTop,* html .voicePage {
background:#fff url("../packages/001/img/top/ttl_voice.png") no-repeat 0 5px;/*所定の位置*/
}

* html .postlistTop {
background:#fff url("../packages/001/img/top/ttl_postlink.png") no-repeat 0 5px;/*所定の位置*/
}







.voiceTop strong,
.voicePage strong,
.postlistTop strong{
line-height: 2em;
padding-left:10px;
}

.voiceTop ul,
.voicePage ul,
.postlistTop ul{
width:630px;
}




 /* 文中に続く 「シリーズ」と「ボディ」への内部リンク */
 /* 文中に続く カンレキ「シリーズ」とカンレキ関連「記事」への内部リンク */

.naviSeries img{
display: inline;
float: right;
padding-right:20px;
/*margin-right: 0;*/
}


 /* 文中に続く脚注 */
.kyakuchu{
color:#c33;
font-size:0.8em;
background-color:#efe;
border:1px solid #fee;
margin:5px 10px;
padding:2px 5px;
}



 /* トップ「企画バナー」一覧、詳細「バナー：個別対応ページ　ロング」 */ 
.topBanner img{
margin:8px 0 0 0;
}

/*
★★★ 編集 2010/09/29
★★★ 編集 2010/11/30
★★★ 編集 2010/12/01
★★★ 編集 2010/12/26 2011年分を含む
★★★ 編集 2011/01/07
*/
/* ★★★ 編集 2011/02/04 桃の節句★★★ */
/* ★★★ 編集 2011/06/10 夏ポロ★★★ */
/* ★★★ 編集 20110908 トップトピック2011秋★★★ */
/* ★★★ 編集 20111207 トップトピック2011冬★★★ */

 /* トップ「限定商品メニュー」 キャンペーン */ 


.limited_pr {
background:#fff url("../packages/001/img/top/limited_pr16.jpg") no-repeat;
}
.limited_pr_ny {
background:#fff url("../packages/001/img/top/limited_pr10.jpg") no-repeat;
}
.limited_pr,.limited_pr_ny {
height:180px;
margin:0;
padding:0;
}

.limited_pr h2 {
font-weight:bold;
font-size:1em;
position:relative; left:235px; top:18px;
color:#e00;
}

* html .limited_pr,* html .limited_pr_ny {
height:180px;
}
.limited_pr p,.limited_pr_ny p {
display: block;
width:400px;/*360px*/
/*height:100;*/
color: #522;
position:relative; left:235px; top:30px;/*235px255px top:55px70px*/
}

.limited_pr p strong,.limited_pr_ny p strong {
color: #05f;/*#cb0000#111*/
font-weight: bold;
padding-left: -1px;
}
/*最終行のアンカーの位置調整*/
.limited_pr p a ,.limited_pr_ny p a {
padding-left:10px;/*100*/
color: red;
}


/* ★★★ 編集 2010/03/17 ★★★ */

/****************************************************
限定情報、提案
****************************************************/

/*プロモ提案２～４*/
/*プロモ提案３　ラッピング追加　maruyata 20110322*/
.pposal1 {
background:#fff url("../packages/001/img/top/pposal1.png") no-repeat;
width:650px;/*640px*/
height:40px;
margin:0 0 -10px;
padding:10px 5px 0 10px;
}
.pposal2 {
width:650px;/*640px*/
height:40px;
background:#fff url("../packages/001/img/top/pposal2.png") no-repeat;
margin:2px 0 -10px;/*0 0 -10px*/
padding:10px 5px 0 10px;
}
.pposal3 {
width:650px;/*640px*/
height:40px;
background:#fff url("../packages/001/img/top/pposal3.png") no-repeat;
margin:2px 0 -10px;/*0 0 -10px*/
padding:10px 5px 0 10px;
}
* html .pposal1,
* html .pposal2,
* html .pposal3{
height: 40px;
}


ul.pposalNavi {
line-height:1;
list-style-type:none;
_height:1px;
min-height:1px;
margin:0;
padding:0;
}

ul.pposalNavi li {
float:left;
width:325px;/*315px*/
text-align:left;
font-size:0.9em;/* 文字サイズ */
margin:0;
padding:0; 
}

/* ★★★ 編集 2010/10/21 ★★★ */
ul.pposalNavi li a {
display:block;
position:relative;/* for IE6 */
color:#04c;/*#111*/
padding:5px 0;
}

ul.pposalNavi li a:hover {
	color: red;
}




.pposalNavi span {
color:#0f0;
}

/* ClearFix */

ul.pposalNavi {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul.pposalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



/* ★★★ 編集 2010/03/19 ★★★ */
/*IE7用*/
*:first-child+html .pposalNavi h3, *:first-child+html .pposalNavi h3 {
font-size: 100%;
}
/*IE6用*/
* html .pposalNavi h3, * html .pposalNavi h3{
font-size: 100%;
}










.topBannerL img{
margin:8px 0 10px;
}
/****************************************************
トップ「新着デザイン」 
****************************************************/
.topNewDesign{
margin:15px 0 5px;
}

.topNewDesign h2,
.topRanking h2,
.topRecomend h2{
display:block;
background-image:url(../packages/001/img/common/t_desbg.gif);
background-repeat:no-repeat;
background-position:right;
height:42px;
color:#333;
line-height:100%;
font-weight:700;
margin:15px 0 0;
padding:38px 0 0;
}
/*IE7用追加*/
*:first-child+html .topNewDesign h2,
*:first-child+html .topRanking h2{
height:44px;
font-weight:400;
padding:36px 0 0;
}

.topNewDesign ul{
padding:0;
}
/*IE6用*/
* html .topNewDesign ul{margin:0 0 0 -5px;}

.topNewDesign li{
display:block;
width:100px;
float:left;
margin:13px;
display: inline;/*☆★☆☆★☆20101022maruyata☆★☆☆★☆*/
}

/*IE6用*/
* html .topNewDesign li{margin:12px;}

.topNewDesign li a img{
border:#fff 1px solid;
}
.topNewDesign li a:hover img{
border:red 1px dashed;
}

/****************************************************
トップ「人気ランキング」 
****************************************************/
.topRanking{
clear:both;
padding-bottom:0;
margin:15px 0 0;
}

.topRanking ul{
	padding:0;
}
/*IE6用*/
* html .topRanking ul{margin:0 0 0 -5px;}

.topRanking li{
	float:left;
	display:block;
	width:100px;
	margin:13px;
}

/*IE6用*/
* html .topRanking li{margin:12px;}

.topRanking li a img{
	border:#fff 1px solid;
}
.topRanking li a:hover img{
	border:red 1px dashed;
}

.ot_ranking {
padding-top:10px;
border-bottom:1px dashed #ccc;
}


/****************************************************
トップ「オススメの逸品(T)」 
****************************************************/

/*★★★編集　2010/03/18★★★*/
/*★★★編集　maruyata　2011/02/04★★★*/
/*★★★還暦パーティ紹介　maruyata　2011/03/11★★★*/
/*★★★編集 寄せ書きランディング　maruyata　2011/05/11★★★*/
/*★★★編集 20110915 還暦シリーズランディング改★★★*/
/*★★★編集 20110928 古希ランディング★★★*/
.top_gem1, .top_gem2, .top_gem3, .top_gem5, .top_gem6, .top_gem9, .top_gem10, .top_gem11, .top_gem12, .top_gem13 {
clear:both;
width:650px;
height:450px;/*300px*/
background:url(../packages/001/img/top/bg_gem.jpg) no-repeat left top;
}

.top_gem1 {
background: url(../packages/001/img/top/bg_gem.jpg) no-repeat left top;
}

.top_gem2 {
background: url(../packages/001/img/top/bg_gem2.jpg) no-repeat left top;
}

.top_gem3 {
background: url(../packages/001/img/top/bg_gem3.jpg) no-repeat left top;
}

.top_gem5 {
background: url(../packages/001/img/top/bg_gem5.jpg) no-repeat left top;
}

.top_gem6 {
background: url(../packages/001/img/top/bg_gem6.jpg) no-repeat left top;
}

/* 20110812 古希シリーズランディング*/
.top_gem9 {
background: url(../packages/001/img/top/bg_gem9.jpg) no-repeat left top;
}

/* 20110915 還暦シリーズランディング改*/
.top_gem10 {
background: url(../packages/001/img/top/bg_gem10.jpg) no-repeat left top;
}
.top_gem11 {
background: url(../packages/001/img/top/bg_gem11.jpg) no-repeat left top;
}


.top_gem12 {
background: url(../packages/001/img/top/bg_gem12.jpg) no-repeat left top;
}

.top_gem13 {
background: url(../packages/001/img/top/bg_gem13.jpg) no-repeat left top;
}

* html .top_gem {
height:460px;/*310px*/
}
/*アイコンの置き場所指定 現在使用していない*/
.top_gem_img {
position:relative;
left:30px;
top:10px;
}

.top_gem1 h3, .top_gem2 h3, .top_gem3 h3, .top_gem5 h3, .top_gem6 h3, .top_gem9 h3, .top_gem10 h3, .top_gem11 h3, .top_gem12 h3, .top_gem13 h3 {
position:relative;
left:300px;/*290px*/
top:10px;
}

.top_gem_copy {
position:relative;
left:310px;/*300px*/
top:30px;/*20px  アイコンのある時は調整*/
}
.top_gem_txt, .top_gem_kansotxt {
width: 300px;
position:relative;
left:310px;/*300px*/
top:0px;/*25px アイコンのある時は調整*/
}
.top_gem_txt h4 {
font-weight: bold;
}
/*IE6,7*/
* html .top_gem_txt h4 {
font-size: 90%;
}
*:first-child+html .top_gem_txt h4 {
font-size: 90%;
}
* html .top_gem_kansotxt h4 {
font-size: 90%;
}
*:first-child+html .top_gem_kansotxt h4 {
font-size: 90%;
}


.top_gem_txt p {
line-height: 1.4em;
padding:16px 0;/*10px 0*/
}

.top_gem_kansotxt p {
line-height: 1.4em;
padding:12px 0;/*10px 0*/
}





/*★★★編集　2010/10/28★★★*/
.top_gem_txt strong {
font-weight:bold;
}


/*★★★編集20110602　トップおすすめ個別対応デザイン maruyata★★★*/
.top_gem_kobetu {
width: 650px;
padding:10px 5px 10px 5px;
}

.top_gem_kobetu p {
line-height: 1.1em;
padding:3px 10px;/*16px 10px*/
}

.top_gem_kobetu strong {
font-weight:bold;
}


p.madoguch {
 margin:2px 10px;
 background:#f1f1f1;
 border:1px solid #eee;
 font-size:0.8em;
}

p.madoguch strong{
 font-size:1.2em;
}



/****************************************************
トップ「オススメの逸品」 
****************************************************/

.topRecomend{
clear:both;
width:650px;
margin:15px 0 5px;
}
/*IE7/IE6*/
*:first-child+html .topRecomend h2{
font-weight:bold;
height:45px;
margin:0;
padding:35px 0 0;
}
* html .topRecomend h2{
font-weight:bold;
height:42px;
margin:0;
padding:38px 0 0;
}
.topRecomend h3{
font-weight:bold;
margin:0 0 10px;
}
.topRecomend_img{
width:250px;
float:left;
}
.topRecomend_img a img{
border:#fff 1px solid;
}
.topRecomend_img a:hover img{
border:red 1px dashed;
}

.topRecomend_txt{
width:380px;
float:left;
line-height:160%;
text-decoration:none;
margin:0 0 0 10px;/*★★★編集　20091203★★★*/
}




/*IE6用*/
* html .topRecomend_txt{margin:0 0 0 5px;}/*★★★編集　20091203★★★*/


.topRecomend_txt p {
color:#444;
}


.topRecomend_txt a{
text-decoration:none;
border-bottom:#333 1px solid;
}
.topRecomend_txt a:hover{
text-decoration:none;
border-bottom:red 1px dashed;
}

.topRecomend_copy{
width:380px;
height:90px;
background-image:url(../packages/001/img/top/t_recobg.gif);
background-repeat:no-repeat;
font-size:1.25em;
font-weight:bold;
line-height:140%;
color:#333;
margin:0;
padding:40px 20px 0 100px;
}
/*IE6用*/
* html .topRecomend_copy{
width:270px;
padding:40px 20px 0 100px;
margin-left:-5px;
}

/*2009/12/01 編集*/
.topRecomend_copy1{
width:380px;
height:90px;
background-repeat:no-repeat;
font-size:22px;
font-weight:bold;
line-height:125%;
color:#333;
background-image:url(../packages/001/img/top/t_recobg2.gif);
margin:0;
padding:40px 20px 0 100px;
}
/*IE6用*/
* html .topRecomend_copy1{
width:270px;
padding:40px 20px 0 100px;
margin-left:-5px;
}

/* ★★★ 編集 2009/12/25 ★★★ */
.topRecomend_copy2,
.topRecomend_copy4{
width:380px;
height:90px;
background-repeat:no-repeat;
font-size:22px;
font-weight:700;
line-height:125%;
color:#333;
margin:0;
padding:40px 20px 0 100px;
}
/*IE6用*/
* html .topRecomend_copy2,
* html .topRecomend_copy4{
width:270px;
padding:40px 20px 0 100px;
margin-left:-5px;
}

.topRecomend_copy1{
background-image:url(../packages/001/img/top/t_recobg2.gif);
}
.topRecomend_copy2{
background-image:url(../packages/001/img/top/t_recobg3.gif);
}
.topRecomend_copy4{
background-image:url(../packages/001/img/top/t_recobg4.gif);
}


/* ★★★ 編集 2009/12/03 ★★★ */
/* ★★★ 編集 2010/10/18 ★★★ */
/* ★★★ 20110620 おすすめの個別対応 ★★★ */
.sectionCopyttl, .sectionWideCopyttl {
color:#333;
font-size:1em;
padding:16px 10px 0;/*10px 10px 0*/
}



/* ★★★ 編集 2011/03/02 おすすめの個別対応★★★ */
h3.sectionCopyttl {
	width:300px;/*h3 blockによるワイズ管理除外処理*/
}
/* ★★★ 編集 20110608 h3.sectionCopyttl太字に変更　maruyata ★★★ */
/* ★★★ 20110620 おすすめの個別対応 修正★★★ */
h3.sectionWideCopyttl  {
	/*width:650px; h3 blockによるワイズ除外処理（本来不要のプロパティと値）*/
}
h3.sectionCopyttl, h3.sectionWideCopyttl  {
 font-weight:bold;
}



/****************************************************
トップ「ニュース」 
****************************************************/

.topNews{
	width:650px;
	margin:30px 0 5px 0;
}

.topNewsData{
border:#bbb 1px dashed;
background-color:#fff;
overflow:auto;
height:195px;
margin:0;
padding:10px 10px 0;
}

/* blitの処理 */
.topNewsData dd:before {
content:"\00BB \0020";
}

.topNewsData dd,dt {
font-size:0.9em;
line-height:1.7em;
}

.topNewsData dt {
font-weight: bold;
background:#fff url(../packages/001/img/common/l_gy_12.gif) no-repeat left;
padding:0 0 0 16px;
}
/* マージン */

.topNewsData dl {
margin:0 30px 10px 0;
}


.topNewsData dd {
padding-top:2px;
line-height:1.6;
border-bottom:2px dotted #fc2;
margin:-1.8em 1em 0.8em 10em;
}
/* ★★★QAページのリスト　編集　110113　★★★ */

ol.quans {
padding:0 10px 5px 30px;
}
.quans li {
margin-top:5px;
line-height:1.1em;
}


/* ★★★サムネールのイメージマップ　編集　091113　★★★ */

.thumb_imagemap {
margin:50px 0 0;
}



/*-----------------------静的ページのレイアウト
基本セット
*/
 /* 説明「ノート」 */ 

.topNote{
width:650px;
margin:30px 0 5px 0;
}

.topNote h2{
text-indent:-9999px;
display:block;
width:650px;
height:53px;
overflow:hidden;
}
* html .topNote h2{
height:53px;
}

.topNote h3{
display:block;
width:650px;
height:37px;
line-height:37px;
text-indent:55px;
background:#fff url(../packages/001/img/other/h3img_bg.png) no-repeat top center;
}
* html .topNote h3{
height:37px;
}

#note01{
	background: #fff url(../packages/001/img/other/h2img_01.png) no-repeat top center;
}
#note011{
	background: #fff url(../packages/001/img/other/h2img_011.png) no-repeat top center;
}
#note012{
	background: #fff url(../packages/001/img/other/h2img_012.png) no-repeat top center;
}
#note013{
	background: #fff url(../packages/001/img/other/h2img_013.png) no-repeat top center;
}
/* ★★★ クリエイティのお手軽Tシャツづくり 20110421maru★★★ */
#note014{
	background: #fff url(../packages/001/img/other/h2img_014.png) no-repeat top center;
}
#note02{
	background: #fff url(../packages/001/img/other/h2img_02.png) no-repeat top center;
}
#note021{
	background: #fff url(../packages/001/img/other/h2img_021.png) no-repeat top center;
}
#note022{
	background: #fff url(../packages/001/img/other/h2img_022.png) no-repeat top center;
}
#note03{
	background: #fff url(../packages/001/img/other/h2img_03.png) no-repeat top center;
}
#note04{
	background: #fff url(../packages/001/img/other/h2img_04.png) no-repeat top center;
}
#note05{
	background: #fff url(../packages/001/img/other/h2img_05.png) no-repeat top center;
}
#note06{
	background: #fff url(../packages/001/img/other/h2img_06.png) no-repeat top center;
}
#note07{
	background: #fff url(../packages/001/img/other/h2img_07.png) no-repeat top center;
}
#note08{
	background: #fff url(../packages/001/img/other/h2img_08.png) no-repeat top center;
}
#note09{
	background: #fff url(../packages/001/img/other/h2img_09.png) no-repeat top center;
}
#note10{
	background: #fff url(../packages/001/img/other/h2img_10.png) no-repeat top center;
}

/* ★★★20110615 年齢早見表見出し */
#note12{
	background: #fff url(../packages/001/img/other/h2img_12.png) no-repeat top center;
}



/* ★★★ チームT ★★★ */
#note20{
	background: #fff url(../packages/001/img/other/h2img_20.png) no-repeat top center;
}

/* ★★★ 2010/04/20 個別対応T ★★★ */
#note30{
	background: #fff url(../packages/001/img/other/h2img_30.png) no-repeat top center;
}

/* ★★★ 2010/08/13 プレゼント対応 ★★★ */
#note40{
	background: #fff url(../packages/001/img/other/h2img_40.png) no-repeat top center;
}

/* ★★★ 2010/06/16 キャンペーン ★★★ */
#note400{
	background: #fff url(../packages/001/img/other/h2img_cam01.png) no-repeat top center;
}
#note401{
	background: #fff url(../packages/001/img/other/h2img_cam02.png) no-repeat top center;
}
#note402{
	background: #fff url(../packages/001/img/other/h2img_cam03.png) no-repeat top center;
}
#note403{
	background: #fff url(../packages/001/img/other/h2img_cam04.png) no-repeat top center;
}
#note404{
	background: #fff url(../packages/001/img/other/h2img_cam05.png) no-repeat top center;
}
#note405{
	background: #fff url(../packages/001/img/other/h2img_cam06.png) no-repeat top center;
}
/*2010/09/29終了アナウンス用*/
#note410{
	background: #fff url(../packages/001/img/other/h2img_cam10.png) no-repeat top center;
}

/* ★★★ 2010/07/12 開店１周年記念キャンペーン ★★★ */
#note501{
	background: #fff url(../packages/001/img/other/h2img_camopn101.png) no-repeat top center;
}
#note502{
	background: #fff url(../packages/001/img/other/h2img_camopn102.png) no-repeat top center;
}
#note503{
	background: #fff url(../packages/001/img/other/h2img_camopn103.png) no-repeat top center;
}
#note504{
	background: #fff url(../packages/001/img/other/h2img_camopn104.png) no-repeat top center;
}

/* ★★★ 2010/07/12 事業コラボ ★★★ */
#note601{
	background: #fff url(../packages/001/img/other/h2img_biz1.png) no-repeat top center;
}
#note602{
	background: #fff url(../packages/001/img/other/h2img_biz2.png) no-repeat top center;
}
#note603{
	background: #fff url(../packages/001/img/other/h2img_biz3.png) no-repeat top center;
}
#note604{
	background: #fff url(../packages/001/img/other/h2img_biz4.png) no-repeat top center;
}
#note605{
	background: #fff url(../packages/001/img/other/h2img_biz5.png) no-repeat top center;
}
#note606{
	background: #fff url(../packages/001/img/other/h2img_biz6.png) no-repeat top center;
}
#note607{
	background: #fff url(../packages/001/img/other/h2img_biz7.png) no-repeat top center;
}
#note608{
	background: #fff url(../packages/001/img/other/h2img_biz8.png) no-repeat top center;
}
#note609{
	background: #fff url(../packages/001/img/other/h2img_biz9.png) no-repeat top center;
}

/* ★★★ 2010/09/01 特集 ★★★ */
#note701{
	background: #fff url(../packages/001/img/other/h2img_topic701.png) no-repeat top center;
}
#note702{
	background: #fff url(../packages/001/img/other/h2img_topic702.png) no-repeat top center;
}
#note703{
	background: #fff url(../packages/001/img/other/h2img_topic703.png) no-repeat top center;
}

/* ★★★ 2011/03/29 ニュース一覧 ★★★ */
#note80{
	background: #fff url(../packages/001/img/other/h2img_news80.png) no-repeat top center;
}

/*-----------------------コラム内のパラグラフのレイアウト
フィグのレイアウト
*/
.clmFigLeft100 {
float: left;/*左側にフィグ*/
width: 120px;/*写真の幅 120*/
margin: 0px 10px 5px 0;/*写真とボックスとのマージン*/
}

.clmFigLeft130 {
float: left;/*左側にフィグ*/
width: 130px;/*写真の幅 130*/
margin: 0px 10px 5px 0;/*写真とボックスとのマージン*/
}

.clmFigLeft200 {
float: left;/*左側にフィグ*/
width: 200px;/*写真の幅 200*/
margin: 0px 10px 5px 0;/*写真とボックスとのマージン*/
}
.clmFigLeft400 {
float: left;/*左側にフィグ*/
width: 420px;/*写真の幅 420*/
margin: 0px 10px 5px 0;/*写真とボックスとのマージン*/
}
.clmFigRight100 {
float: right;/*右側にフィグ*/
width: 120px;/*写真の幅 120*/
margin: 0 0 5px 10px;/*写真とボックスとのマージン*/
}


.clmFigRight200 {
float: right;/*右側にフィグ*/
width: 257px;/*写真の幅260→ 257*/
margin: 0 0 5px 10px;/*写真とボックスとのマージン*/
}
/*キャンペーンページ追加分　2010/06/16マルヤタ*/
.clmFigRight225 {
float: right;/*右側にフィグ*/
width: 225px;/*写真の幅225*/
margin: 0 0 5px 10px;/*写真とボックスとのマージン*/
}

.clmFigRight300 {
float: right;/*右側にフィグ*/
width: 365px;/*写真の幅 365*/
margin: 0 0 5px 10px;/*写真とボックスとのマージン*/
}
.clmFigRight400 {
float: right;/*右側にフィグ*/
width: 394px;/*写真の幅420→ 394*/
margin: 0 0 5px 10px;/*写真とボックスとのマージン*/
}

/*-----------------------コラム内のパラグラフのレイアウト
テキストとフィグの組み合わせ
*/
.clmleftSprit100{
margin: 0 0 0 130px;
}

.clmleftSprit130{
margin: 0 0 0 140px;
}

.clmleftSprit200{
margin: 0 0 0 210px;
}
.clmleftSprit400{
margin: 0 0 0 430px;
}
.clmrightSprit100{
margin: 0 130px 0 0;
}
.clmrightSprit200{
margin: 0 270px 0 0;
}
/*キャンペーンページ追加分　2010/06/16マルヤタ*/
.clmrightSprit225{
margin: 0 235px 0 0;
}

.clmrightSprit300{
margin: 0 375px 0 0;
}
.clmrightSprit400{
margin: 0 430px 0 0;
}

/*-----------------------コラム内のパラグラフのレイアウト
インデント
*/
.expindnt{
line-height:160%;
padding:10px 5px 0 10px;
}

.expindntdash{
margin-bottom:10px;
border:#bbb 1px dashed;
line-height:160%;
min-height:1px;/* IE7 */
padding:10px 5px 10px 10px;
}

/*クリア処理*/

.expindntdash:after {
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}

* html .expindntdash {
	height: 1px;/* IE6 *//* マックIE5 */
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ★★★　パラグラフとの間を　091201★★★ */
.expindntdash p{
margin-bottom:6px;
padding-bottom:6px;
}


.expindnt strong{
background-image:url(../packages/001/img/common/l_gy_12.gif);
background-repeat:no-repeat;
padding:1px 0 6px 17px;
}


.expindnt p{
padding:3px 0 3px 20px;
}

/* ★★★ 編集 2010/04/20 ★★★ */
/*-----------------------コラム内のパラグラフのレイアウト
写真と説明/テーブル位置　個別対応
*/
.clearfix {zoom:1;}/*IE用border,height対策(hasLayout=true に)*/

.clearfix:after {
	height: 0;
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	overflow: visible;
	}

.blockKobetusamp .articleFoto img {
	padding: 2px;
	background: #FFF;
	border: solid 1px #CCC;
	}

.articleFoto_img {
	margin-right: 8px;
	border: 1px solid #666;
	float: left;
	display: block;
	}
.articleTxt {
	font-size: 90%;
	margin: 0 10px;
}
.articleTxt h4 {
	padding-top: 5px;
	font-size: 100%;
}

.blockKobetusamp table {
margin: 5px 0;
}
table.kobetu caption {
text-align: left;
}
.blockKobetusamp hr {
border:1px dotted #ecf; height:1px;
}


/*-----------------------コラム内のパラグラフのレイアウト
テーブル サイズのページ
*/
.expsize tr th{
background-color : #efffef;
}
.expsize tr td{
background-color : #efefef;
}
.expsize td+td{
background-color : #fff;
}

/*-----------------------コラム内のパラグラフのレイアウト
問合せ、送料の画像
*/

/* ★★★20110620 IEカラム落ち対応 編集　maruyata　★★★ */
.chuo {
margin-bottom:10px;
 position: relative;
 height:125px;
}
.chuo img{
position: absolute;
left:70px;
 margin-left: 0;
}


.topNoteData{
border:#bbb 1px dashed;
background-color:#fff;
overflow:auto;
height:200px;
margin:0;
padding:10px 10px 0;
}

.topNoteData table  {
width:610px;
border:none;
text-align:left;
margin:0;
}
.topNoteData table th {
border:0;
background-color:#fff;
padding:5px;
}
.topNoteData table td {
vertical-align:top;
border:0;
padding:5px 0;
}
.neteTd01{width:20px;}
.noteTd02{width:120px;}

.topNoteData p{
font-size:12px;
margin:3px 0 0;
}

/*-----------------------コラム内のテキスト演出
ピンポン、注記
*/
.pigpog{
color: #f30;
}

/* ★★★ 編集 2009/10/27 ★★★ */
.chuki{
font-weight:bold;
}



/*-----------------------コラム内のボタンナビ演出
内部リンクボタン（支払）
*/
ul#buttonNavi{
width:625px;/*ナビの幅125×5こ分*/
min-height:140px;/*要調整*/
background:#fff url(../packages/001/img/other/buttonbg.gif) no-repeat;/*背景#efee99*/
margin:0;
padding:0;
}
* html ul#buttonNavi{
height: 140px;
}

/*クリア処理*/
ul#buttonNavi:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
/*子ボックスのフロートのクリア*/
}

ul#buttonNavi li{
float:left;
width:125px;
list-style-type:none;
text-align:center;
color:#f22;
}


ul#buttonNavi li a{
font-weight:bold;
color:#f90;
display:block;
min-height:140px;
line-height:140px;/*middleに配置140*/
position:relative;
background:#fff url(../packages/001/img/other/button.png) no-repeat;
padding:0;
}
* html ul#buttonNavi li a{
height: 140px;
}

/*マウス*/
ul#buttonNavi li a:hover{
color:#c84;
background-position:-125px 0;
}

ul#buttonNavi li.current a{
background-position:-230px 0;
}
/* end buttonNavi */


/*-----------------------静的ページのレイアウト
サイトマップ
*/

#sitemapleft {
	width: 290px;/*310→300*/
	margin:0 5px 5px 10px;
	float:left;
	display:inline;/*IE6 margin double回避*/
}
#sitemapright {
	width: 290px;/*300px*/
	float: left;/*left*/
	display:inline;/*IE6 margin double回避*/
}


/*-----------------------静的ページのレイアウト
要素　dl dd
*/

/*ベース記述へ転記する予定また、できれば共通していないほうが望ましい*/
/*★★★編集　20110219マルヤタ　DDのリスト表示修正リストのアイテムが複数行の場合に
2行目以降の文字が飛び出ることを回避する★★★*/
dl {
  /*list-style: none;*/
  /*margin-left:  1em;*/
  /*padding-left: 1em;*/
  /*text-indent:  -1em;*/
}


dd {
	margin: 0 0 0 1em;
}
dd:before {
	content: "\00BB \0020";
	color:orange;
	}










/* 下層ページ（一覧）　
-------------------------------------------------- */ 
/*ボディタイプ、シリーズ変更ナビ*/
/* ★★★ 編集 2010/03/19 ★★★ */
#naviCategoryChange {
width:650px;
background-color:#f2f2f2;
}
ul.listCategory {
line-height:150%;
background-color:#dfdfdf;
list-style-type:none;
_height:1px;
min-height:1px;
margin:0;
padding:0;
}
ul.listCategory li{
float:left;
text-align:center;
font-size:12px;
margin:0;
padding:0;
}

ul.listCategory li a,
ul.listCategory li span {
display:block;
position:relative; /* for IE6 */
color:#333;
padding:1px 0 1px 15px;/*1px 0 1px 20px 編集マルヤタ20110216ボディ名変更措置*/
}
/*現在位置（現在のカテゴリー）*/
ul.listCategory li span {
font-weight: bold;
color: #12d;
}

ul.listCategory li a:hover {
color: #f33;
}

/* ClearFix */

ul.listCategory {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul.listCategory:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



/* ページ送り*/

.pagenumberarea001 {
    clear: both;
    width: 650px;
    margin: 0;
    padding: 0;
}

table.pagenumberarea001 {
border:none;
margin:15px 0;
}

table.pagenumberarea001-bottom {
width:650px;
border:none;
}

table.pagenumberarea001 td,
table.pagenumberarea001-bottom td {
border: none;
}

table.pagenumberarea001 td.left,
table.pagenumberarea001-bottom td.left {
width:200px;
text-align:left;
white-space:nowrap;
padding:0 0 0 5px;
}

table.pagenumberarea001 td.center,
table.pagenumberarea001-bottom td.center {
width:225px;
text-align:center;
white-space:pre;
padding:0;
}

table.pagenumberarea001 td.right,
table.pagenumberarea001-bottom td.right {
width:200px;
text-align:right;
white-space:nowrap;
padding:0 5px 0 0;
}


p.pagenumberarea001 .number{
font-weight: bold;
}


/* 商品リスト */
.listCategory{
clear:both;
margin:20px 0 0;
}

.listCategory h2{
height:25px;
background-image:url(../packages/001/img/product/t_listbg.gif);
background-repeat:no-repeat;
color:#fff;
font-size:16px;
font-weight:700;
padding:4px 0 0 15px;
}
.listcomment strong{
	color: red;
}

/* ★★★ 編集 2009/10/27 ★★★ */
/* ★★★ 編集 2010/10/15 ★★★ */
.listH2lead{
margin:5px 0 0 10px;
height:20px;
}

/* 商品 */ 
div.listarea001 {
    width: 660px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/*IE6用*/
* html div.listarea001{margin:0 0 0 -5px}

div.item-box-wrap {
float:left;
width:198px;
border:#666 1px dashed;
overflow:auto;
margin:10px 0 0 10px;
}

/*IE6用*/
* html div.item-box-wrap{margin:10px 0 0 10px}



/*改修20100315*/
/* 下層ページ（一覧表示）　
-------------------------------------------------- 
一覧表示方法の変更
*/ 
.listthumbarea
{
width: 660px;
margin: 0;
padding: 0;
overflow: hidden;
}
/* ★★★ FFのマージンについてのみ編集 2010/10/15 ★★★ */
/*FFは適応*/
html:not([lang*=""]) .listthumbarea{
margin-top: 0px;
}

/*IE6用*/
* html div.listthumbarea
{
margin: 0;
}

.item-box-wrap5 {
float:left;
width:114px;
border:#666 1px dashed;
background:#fdfdfd;
margin:2px;
padding:0 2px 5px 0;
/* ★★★ 編集 2010/03/23 ★★★ */
}

/*IE6用*/
* html div.item-box-wrap5{
width:100px;
margin:0;
padding:0 0 5px;
font-size: 90%;/*再編集マル2010/05/06 16:09:45*/
line-height: 1.2;/*再編集マル2010/05/06 16:27:06*/
}

/* ★★★ 編集 2010/03/23 ★★★ */
/* ★★★ 編集 2010/10/15 ★★★ */
.listthumb{
min-height:220px;/*２行相当プラスアルファ分200px→*/
/*220pxキャプション４行相当*/
}
* html .listthumb {
height:200px;/*２行相当プラスアルファ分190px→200*/
}


.listthumb dt {
	padding:5px 10px;
}
/*IE6用*/
* html .listthumb dt {
	padding: 5px 0px;
}

.listthumb ul {
text-align:center;
margin:0 auto;
}
.listthumb ul li {
	display:inline;
}
/* ★★★ 編集 2010/03/19 ★★★ */
.listthumb img{
border:0;
margin:0;
	/*margin:0 auto;*/
}
* html .listthumb img{
	border:0;
}

/* ★★★ 編集 2010/03/23 ★★★ */
.listthumb dd:before {
	content: "";
}
.listthumb dd{
font-size:85%;
margin:0;
}

/* ★★★ FFのマージンについてのみ編集 2010/10/15 ★★★ */
/*FFは適応*/
html:not([lang*=""]) .listthumb dd{
font-size:0.85em;
margin:10px 0 0 10px;/*-10px 0 0 10px*/
}
/* ★★★ IE78のマージンについてのみ編集 2010/10/15 ★★★ */
/*IE7 8*/
*:first-child+html .listthumb dd,
head~/* */body .listthumb dd{
margin:0 0 0 10px;/*-10px 0 0 10px*/
}


.listphoto-inner{
height:130px;
width:198px;
text-align:center;
padding:10px 0;
}
.listphoto img{
border:0;
}

.listCategoryIcon{
clear:both;
width:190px;
text-align:left;
border-top:#666 1px dashed;
margin:0;
padding:6px 0 0 8px;
}
/*IE6用*/
* html .listCategoryIcon{padding:6px 0 0 5px;}

.listCategoryIcon img{
padding:0 2px 0 0;
}
.listCategoryIcon li{
	float:left;
}



/*091112 追加*/
.listCategoryZmSideIcon{
clear:both;
width:190px;
text-align:left;
margin:0;
padding:0 0 0 8px;
}

/*IE6用*/
* html .listCategoryZmSideIcon{padding:0 0 0 5px;}




.listCategoryZmSideIcon ul li img{
	padding:0 0 5px 20px;
}

.listCategoryZmSideIcon ul li{
	float:left;
}

div.listdata{
clear:both;
}

div.listdata h3 {
clear:both;
font-size:15px;
width:178px;
text-align:left;
padding:3px 10px 7px;
}
div.listdata p.listcomment {
width:180px;
text-align:left;
padding:0 0 0 10px;
}


div.listarea001 .soldout{
width:188px;
color:red;
font-size:10px;
padding:0 0 7px 9px;
}

/* 下層ページ（商品詳細）　
-------------------------------------------------- */ 

/*デザインツール*/
.designtool{
margin:0 0 15px 0;
}


/* ★★★ 編集 2010/1/5 ★★★ */

/*QR generator*/
.qrGenerator{
background:#f6f6f6;
border:#555 1px dashed;
height:260px;
min-height:1px;
margin:0 10px;
padding:5px 5px 15px;
}

#qrform textarea{
font-size:100%;
}




/* ★★★ 編集 2010/11/10 QR生成レイアウト位置修正★★★ */
/*全体をrelativeするためform要素にあてる*/
#qrform {
position:relative;
}

/*全体をabsoluteするためdiv要素にあてる*/
#qrcode {
position:absolute;
left: 520px;
top: 0px;
width:170px;
height:170px;
background-color:#fff;
}

/*IE6 スターハック*/
* html #qrcode { left: 540px; }

/*IE7 スター＋ハック*/
*+html #qrcode { left: 530px; }



.qrarea{
width: 170px;
height: 170px;
}


/* ★★★ 編集 2011/2/06 maruyata 寄せ書きフォーム一行テキストエリア追加→無くなる予定★★★ */
.yosearea input {
	display: inline;
	font-size:11px;
	width:870px;/*半角M97文字全角Ｍ85文字を超えるとエリアの中で見えなくなる文字が生じる*/
	font-family:'ＭＳ Ｐゴシック', 'Osaka', sans-serif;/*フォントの優先　NG：ネットスケープ 4.x　文字化けWindowsMEのIE*/
	padding: 5px 0;/*NG：MacOS X Safari2*/
}

.yosearea input:focus {
background-color: #fe7;
}


/* ★★★ 編集 2011/1/24 maruyata 寄せ書きフォームテキストエリア追加★★★ */

/*yose Form*/
.yoseForm{
background:#f6f6f6;
border:#555 1px dashed;
/*height:260px; 高さ指定をしないでできるか確認*/
/*min-height:1px;*/
margin:0 10px;
padding:5px 5px 15px;
}

#fewlines{
text-align: left;
}

.yoseForm textarea:focus {
background-color: #e0e0e0;
}

.yoseForm textarea{
/*height: 100%;*/
padding: 0.5em;
  overflow: auto;/*ie対策　デフォスクロールを出さない*/
text-align:left;/*20110202→20110203*/
	font-size:12px;/*20110412寄せ書き仕変対応11px→12px*/
	width:840px;/*半角M88文字全角Ｍ44文字を超えるとエリアの中で自動改行となる*/
	font-family:'ＭＳ Ｐゴシック', 'Osaka', sans-serif;/*フォントの優先　NG：ネットスケープ 4.x　文字化けWindowsMEのIE*/
}

div.dialog {
	font-family:'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px; /* モダンブラウザ向け */
	text-align: center;
	width:880px;
}
* html div.dialog {
	font-size: small; /* IE 6 */
}


div.dialog .right-align {
 text-align:right;
}
div.dialog .center-align{
 text-align:center;
}
div.dialog .left-align{
 text-align:left;
}

/*☆★☆編集　マルヤタ20110219 dtをフロート（左）を使用する場合
hasLayoutをtrueにしてIE6のバグ(-3pxずれ)を回避
これは下記のマージンでのやり方のとき不要となる☆★☆*/
* html dl.previewdata dd {
   display:inline-block;
}
/*☆★☆編集　マルヤタ20110219　プレビュー（ダイアログ）画面　DLDTDD寄書部☆★☆*/
.previewdata dl {
  /*list-style: none;*/
  /*margin-left:  1em;*/
  padding-left: -1em;
  /*text-indent:  1em;*/
}

.previewdata dl {
	margin: 0 30px 10px 30px;
}
.previewdata dt {
	/*text-align:right;*/
	line-height: 1.6;
	width:22px;/*2em*/
	padding:0 0 0 60px;/*0 0 0 5em*/
display: list-item;/*☆★☆編集　マルヤタ20110219 DDへ☆★☆*/
list-style-type: none;/*☆★☆編集　マルヤタ20110219 DDへ☆★☆*/
}

.previewdata dd {
	line-height: 1.6;
	margin: -16px 11px 5px 60px;/*-16px 11px 5px 50px*/
padding-left:26px;/*☆★☆編集　マルヤタ20110418 寄せ書きDD文字列開始右に移動　10px→26px☆★☆*/
	border-bottom: 1px dotted #555;
display: list-item;/*☆★☆編集　マルヤタ20110219 DDへ☆★☆*/
list-style-type: none;/*☆★☆編集　マルヤタ20110219 DDへ☆★☆*/
}
.previewdata dd:before {
	content: "";
	}


dd.errmessage{
	color:red;
}

dd.kaigyo{
	color:blue;
}




/*090520 購入枠追加 nsgk*/
/*購入*/
.productBuy{
float:right;
width:275px;
text-align:left;
margin:0 0 10px;
}
.productBuy-inner{
border-left:1px #999 solid;
border-right:1px #999 solid;
padding:5px 0 0;
}
.productBuy table,
.productBuy td{
border:0;
text-align:left;
vertical-align:top;
margin:0;
padding:0;
}
.productBuy table{
width:250px;
}
/*購入価格*/
.productBuy p.price1{
text-align:right;
font-size:24px;
line-height:100%;
font-family:Verdana;
margin:0 0 15px;
}
.productBuy span.price2{
font-size:16px;
font-weight:bold;
}

/*購入サイズ*/
.productBuySize{
text-align:right;
}
.productBuySize	li{
margin:0 0 5px 0;
}
.productBuySize span{
font-family:Verdana;
font-size:22px;
}
.productBuySize input.sizeq{
width:50px;
height:15px;
text-align:right;
margin:0 5px;
padding:2px;
}

/*購入サイズについて*/
.productBuy p.sizelink{
font-size:12px;
width:240px;
text-align:right;
border-bottom:#999 dashed 1px;
margin:5px 5px 0 10px;
padding:5px 5px 10px 0;
}

/*購入合計*/
td.productBuySum{
vertical-align:middle;
padding:5px 0 0;
}
td.productBuySum p{
font-size:26px;
text-align:right;
color:#666;
font-family:Verdana;
font-weight:700;
border:0;
line-height:100%;
}
td.productBuySum span{
	font-size:14px;
	font-weight:bold;
}
/*購入ボタン*/
.bt_cart1{
margin-left:auto;
margin-right:auto;
width:170px;
}

.bt_cart1 a{
display:block;
height:50px;
width:170px;
background-repeat:no-repeat;
text-indent:-9999px;
background-image:url(../packages/001/img/product/bt_cart1.gif);
overflow:hidden;
margin:10px 0 0;
}
.bt_cart1 a:hover{
background-position:0 -50px;
}
.productBuy .attention{
	font-size:12px;
}
.attention-inner{
width:240px;
font-size:12px;
margin:0 10px;
}



/*商品詳細*/
.productDetail{
float:left;
width:580px;
margin:0 10px 0 0;
}

.productDetailIcon{
width:580px;
margin:20px 0 0;
}

.productDetailIcon li{
float:left;
display:block;
width:50px;/*24px 2010/05/06 */
margin:0 5px 0 0;
}


.productDetail h2{
clear:both;
color:#333;
font-weight:700;
font-size:1em;
line-height:130%;
margin:5px 0 10px;
}

.productDetail h3{
color:#333;
font-weight:700;
font-size:23px;
line-height:150%;
margin:0 0 10px;
}
.productDetail p{
line-height:170%;
margin:0 0 20px;
}



ul.detail{
margin:0;
padding:0 5px;
}
ul.detail li{
border-bottom:#666 1px dashed;
background-image:url(../packages/001/img/product/l_gy2_15.gif);
background-repeat:no-repeat;
background-position:0 12px;
margin:0;
padding:12px 0 12px 20px;
}

/*★☆★編集　カゴの中を見る　詳細ページに追加☆★☆*/
/*★☆★編集　20110418ラッピングリンク　詳細ページに追加☆★☆*/
ul.detailcart, ul.presentwrap{
margin:0;
padding:0 5px;
}
ul.detailcart li, ul.presentwrap li{
border-bottom:#666 1px dashed;
background-image:url(../packages/001/img/product/blt_cart.png);
background-repeat:no-repeat;
background-position:0 12px;
margin:0;
padding:12px 0 12px 20px;
}

ul.detailcart li{
background-image:url(../packages/001/img/product/blt_cart.png);
}
ul.presentwrap li{
background-image:url(../packages/001/img/product/blt_happywrap.png);
}


#toolcaption
{
font-size:1.1em;/*1.15*/
font-weight: bold;
}

/*
カスタムツール
ボディ変更のボタン画像
*/
.body_change{
height:68px;/*88*/
border-bottom:#666 1px dashed;
}

/* ★★★ 編集 2010/09/02 ボディ追加対応 トレーナー★★★ */
/* ★★★ 編集 2011/02/19 ボディ追加対応 ハイクォリティ(ロングロンパース)★★★ */
/* ★★★ 編集 2011/11/16 トレーナー上下セット追加★★★ */
ul.body_change{
padding:5px 0 5px 0;
}
ul.body_change li.bd_chng_ttl{float:left;}
ul.body_change li.bd_chng1,
ul.body_change li.bd_chng2,
ul.body_change li.bd_chng3,
ul.body_change li.bd_chng4,
ul.body_change li.bd_chng5,
ul.body_change li.bd_chng6,
ul.body_change li.bd_chng7,
ul.body_change li.bd_chng8,
ul.body_change li.bd_chng9,
ul.body_change li.bd_chng10,
ul.body_change li.bd_chng11,
ul.body_change li.bd_chng12,
ul.body_change li.bd_chng13,
ul.body_change li.bd_chng14,
ul.body_change li.bd_chng15{
width:30px;/*50px 70px*/
float:left;
display:block;
height:60px;/*87px*/
background-repeat:no-repeat;
text-indent:-9999px;
background-position:0 -60px;/*0 -87px*/
margin:0 0 0 2px;/*0 0 0 4px 0 0 0 8px*/
}

ul.body_change li.bd_chng1 a,
ul.body_change li.bd_chng2 a,
ul.body_change li.bd_chng3 a,
ul.body_change li.bd_chng4 a,
ul.body_change li.bd_chng5 a,
ul.body_change li.bd_chng6 a,
ul.body_change li.bd_chng7 a,
ul.body_change li.bd_chng8 a,
ul.body_change li.bd_chng9 a,
ul.body_change li.bd_chng10 a,
ul.body_change li.bd_chng11 a,
ul.body_change li.bd_chng12 a,
ul.body_change li.bd_chng13 a,
ul.body_change li.bd_chng14 a,
ul.body_change li.bd_chng15 a{
display:block;
height:60px;/*87px*/
}

ul.body_change li.bd_chng1{background-image:url(../packages/001/img/product/bd_chng_01.gif);}/*Tシャツ*/
ul.body_change li.bd_chng2{background-image:url(../packages/001/img/product/bd_chng_02.gif);}/*ロンT*/
ul.body_change li.bd_chng3{background-image:url(../packages/001/img/product/bd_chng_03.gif);}/*レディース*/
ul.body_change li.bd_chng4{background-image:url(../packages/001/img/product/bd_chng_04.gif);}/*格安*/
ul.body_change li.bd_chng5{background-image:url(../packages/001/img/product/bd_chng_05.gif);}/*ラグランT*/
ul.body_change li.bd_chng6{background-image:url(../packages/001/img/product/bd_chng_06.gif);}/*ロンパース*/
ul.body_change li.bd_chng7{background-image:url(../packages/001/img/product/bd_chng_07.gif);}/*ドライT*/
ul.body_change li.bd_chng8{background-image:url(../packages/001/img/product/bd_chng_08.gif);}/*ポロ*/
ul.body_change li.bd_chng9{background-image:url(../packages/001/img/product/bd_chng_09.gif);}/*ドライポロ*/
ul.body_change li.bd_chng10{background-image:url(../packages/001/img/product/bd_chng_10.gif);}/*カーディガン*/
ul.body_change li.bd_chng11{background-image:url(../packages/001/img/product/bd_chng_11.gif);}/*ロングポロ*/
ul.body_change li.bd_chng12{background-image:url(../packages/001/img/product/bd_chng_12.gif);}/*パーカー*/
ul.body_change li.bd_chng13{background-image:url(../packages/001/img/product/bd_chng_13.gif);}/*トレーナー*/
ul.body_change li.bd_chng14{background-image:url(../packages/001/img/product/bd_chng_14.gif);}/*クォリティ*/
ul.body_change li.bd_chng15{background-image:url(../packages/001/img/product/bd_chng_15.gif);}/*トレーナー上下セット*/

ul.body_change li.bd_chng1 a{background-image:url(../packages/001/img/product/bd_chng_01.gif);}
ul.body_change li.bd_chng2 a{background-image:url(../packages/001/img/product/bd_chng_02.gif);}
ul.body_change li.bd_chng3 a{background-image:url(../packages/001/img/product/bd_chng_03.gif);}
ul.body_change li.bd_chng4 a{background-image:url(../packages/001/img/product/bd_chng_04.gif);}
ul.body_change li.bd_chng5 a{background-image:url(../packages/001/img/product/bd_chng_05.gif);}
ul.body_change li.bd_chng6 a{background-image:url(../packages/001/img/product/bd_chng_06.gif);}
ul.body_change li.bd_chng7 a{background-image:url(../packages/001/img/product/bd_chng_07.gif);}
ul.body_change li.bd_chng8 a{background-image:url(../packages/001/img/product/bd_chng_08.gif);}
ul.body_change li.bd_chng9 a{background-image:url(../packages/001/img/product/bd_chng_09.gif);}
ul.body_change li.bd_chng10 a{background-image:url(../packages/001/img/product/bd_chng_10.gif);}
ul.body_change li.bd_chng11 a{background-image:url(../packages/001/img/product/bd_chng_11.gif);}
ul.body_change li.bd_chng12 a{background-image:url(../packages/001/img/product/bd_chng_12.gif);}
ul.body_change li.bd_chng13 a{background-image:url(../packages/001/img/product/bd_chng_13.gif);}
ul.body_change li.bd_chng14 a{background-image:url(../packages/001/img/product/bd_chng_14.gif);}
ul.body_change li.bd_chng15 a{background-image:url(../packages/001/img/product/bd_chng_15.gif);}
ul.body_change li a:hover{background-position:0 -60px;}/*0 -87px*/





/*使用していない（20100316～）*/
ul.print_icon{
	border: none;
}
ul.print_icon li{
	list-style: none;
	border: none;
	background: #fff;
	min-height: 26px;
}
* html ul.print_icon li{
	height: 26px;
}
/*使用していない（20100316～）*/
span.bt_print1 a{
	display:block;
	float:right;
	width:172px;
	height:32px;
	position:relative;
	top:-7px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-image:url(../packages/001/img/product/bt_prnt1.gif);
}
/*使用していない（20100316～）*/
span.bt_print1 a:hover{
	background-position:0 -32px;
}
/*使用していない（20100316～）*/
.productDetail ul li span.bt_print1 a{
	display:block;
	float:right;
	width:172px;
	height:32px;
	position:relative;
	top:-7px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-image:url(../packages/001/img/product/bt_prnt1.gif);
}
/*IE7用*/
*:first-child+html .productDetail ul li span.bt_print1 a{top:-38px;}
/*IE6用*/
* html .productDetail ul li span.bt_print1 a{top:-38px;}
/*FireFox用*/
html[xmlns] .productDetail ul li span.bt_print1 a{}
html:not([lang*=""]) .productDetail ul li span.bt_print1 /*a{top:-20px;}*/


/*使用していない（20100316～）*/
.productDetail ul li span.bt_print1 a:hover{
	background-position:0 -32px;
}



/* 商品詳細　注意 */ 
.productDetailChuui{
border-bottom:#666 1px dashed;
margin:10px 0 0;
padding:0 0 10px 5px;
}
.productDetailChuui h4{
	font-size:14px;
	font-weight:bold;
}
.productDetailChuui p{
margin:5px 0 0;
}
.productDetailChuui ul{
margin:0 0 0 15px;
}
.productDetailChuui li{
	font-size:12px;
}


/* 下層「新着デザイン」 */ 
.prdctNewDesign{
width:900px;
margin:15px 0 5px 0;
}

.prdctNewDesign ul{
padding:0;
}
/*IE6用*/
* html .prdctNewDesign ul{margin:0 0 0 -5px;}

.prdctNewDesign li{
	display:block;
	width:100px;
	float:left;
	margin:13px;
}
.prdctNewDesign li a img{
	border:#fff 1px solid;
}
.prdctNewDesign li a:hover img{
	border:red 1px dashed;
}

 /* 下層「人気デザイン」 */ 
.prdctPopular{
	width:900px;
	margin:15px 0 5px 0;
}
.prdctPopular ul{
	padding:0;
}
/*IE6用*/
* html .prdctPopular ul{margin:0 0 0 -5px;}

.prdctPopular li{
	float:left;
	display:block;
	width:100px;
	margin:13px;
}
.prdctPopular li a img{
	border:#fff 1px solid;
}
.prdctPopular li a:hover img{
	border:red 1px dashed;
}

 /* 下層「企画バナー」 */ 
.prdctBanner{
margin:15px 0 0;
}

.prdctBanner img{
margin:8px 0 0;
}


/* 下層ボディ */ 
/*現在使用していない　編集予定*/
.gallery{
width:900px;
}
.gallery h2{
margin:0;
padding:0;
}



/* 下層ページ（かごの中を見る）　
-------------------------------------------------- */ 
p.thank{
font-size: 1.1em;
font-weight: bold;
color: red;
}



/*****************************************************
 					 5:フッター
*****************************************************/

#footer{
clear:both;
width:900px;
}

/* 090528　幅修正　nsgk */ 
/* ★フッターメニューを３行にする場合、heightを調整（最大200px） */ 
/* フッター対応 */
.f-submenu{
font-size: 0.9em;/* 編集 */
width:900px;
height:250px;/*154px*/
background-image:url(../packages/001/img/common/t_foot02.jpg);
background-position:bottom;
background-repeat:no-repeat;
text-align:left;
}
/*IE6,7対応分*/
.f-submenu span{
margin:20px 0 0 60px;
padding-top:10px;
}
/* フッターテキストメニューがない場合　画像変更 */ 
.f-submenu2{
width:900px;
height:100px;
background-image:url(../packages/001/img/common/t_foot04.jpg);
background-position:bottom;
background-repeat:no-repeat;
text-align:left;
}
.f-submenu ul{
width:790px;
margin:0 50px 0 60px;
padding:10px 0 0;
}
.f-submenu ul li{
display:block;
float:left;
border-right:#999 1px solid;
margin:0 0 8px -1px;
padding:0 10px;	/*15px*/
}

.footerTopLink{
display:block;
width:220px;
font-size:18px;
font-weight:700;
text-decoration:none;
margin:50px 0 0 60px;
}
.footerTopLink a{
display:block;
padding:6px;
}


.copy{
text-indent:-9999px;
}


/*編集マルヤタフッターで注意事項の記載　20110202*/
#ftr_attention{
padding:10px 0 0 70px;
}




.submenu01 {
color:#696969;
width:100px;
background-color:#acf;
border-top:1px solid #def;
border-right:1px solid #000008;
border-bottom:1px solid #000008;
border-left:1px solid #cdf;
}
.submenu02 {
color:#FF4500;
width:100px;
background-color:#ffe;
border-top:1px solid #fff;
border-right:1px solid maroon;
border-bottom:1px solid maroon;
border-left:1px solid #fff;
}



/*20091201 Yoshitatsu Start*/
/* 1カラム設定 */

div#popup_maincolumn_one {
width:890px/*900px*/
text-align:left;
margin:10px 20px 0 10px;
}


/* 2カラム設定 */
div#popup_maincolumn_two {
position:relative;
width:660px;
text-align:left;
margin-bottom:10px;/*margin:10px 20px 0 10px;*/
float:left;
}

/*サムネールから詳細ページへのリンク*/
/* ★maruyama100318*/
.mainmenu {
width:104px;
float:left;
display:inline;/*IE6 margin double回避*/
margin:15px 20px 5px 0;
}

.pulldownmenu {
position:relative;
}
.pulldownmenu img {
z-index:1;
}




.pulldownmenu p
{
font-size: 10px;/*0.85em*/
display: inline-block;
width:100px;/*テキストの幅を固定*/
min-height:29px;
height: 30px;
}
* html .pulldownmenu p
{
font-size: 10px;/*IE6 0.85em*/
width:100px;/*テキストの幅を固定*/
height: auto !important;/*IE6 bufix*/
height:34px;/*本来不要だ*/
}




.mainmenu ul {
position:absolute;
z-index:2;
bottom:-20px;/* ★bottom:-45px←-15px;maruyama100830*/
left:20px;/* ★left: 25px;maruyama091211*/
visibility:hidden;
width:100px;
margin:0 0 0 1px;
padding:0;
	/*float:left;*/
}


/* ★★★リスト一覧ページでのメニューの高さ位置 maruyama101015 ★★★ */
.listpagemenu ul {
bottom:-55px;
}

.mainmenu li a{
display:block;
border-left:1px solid #0c0;
border-bottom:1px solid #060;
border-right:1px solid #090;
background-color:#efefef;
filter:Alpha(opacity=85);
opacity:0.85;
font-size:10px;/*70%*/
text-indent:5px;/*12px ボディの名称表示インデント fontサイズの半分*/
text-decoration:none;
color:#000;
height:1.6em;
text-align:left;
margin:0;
padding:0;
}

/*下からボディを選択　の箇所*/
.mainmenu li span{
display:inline-block;
width:98px;
border-top:1px solid #0c0;
border-left:1px solid #0c0;
border-bottom:1px solid #060;
border-right:1px solid #090;
background-color:#acf;
font-size:10px;/*70%*/
text-indent:3px;
text-decoration:none;
color:#333;
text-align:left;
margin:0;
padding:0;
}
*:first-child+html .mainmenu li span {
width:95px;
	padding-left: 3px;
	text-indent: 0;
}
* html .mainmenu li span {
width:95px;
	padding-left: 3px;
	text-indent: 0;
}

.mainmenu li a:hover{
background-color:#ffe;
color:#ff4500;
}

.mainmenu a img{
	border:#fff 1px solid;
}
.mainmenu a:hover img{
	border:red 1px dashed;
}



/* ★★★maruyama101015 ★★★ */
.mainmenu li img{
border-top:1px solid #0c0;
border-left:1px solid #9f9;
border-bottom:1px solid #060;
border-right:1px solid #090;
background: #fff;
position:absolute;
z-index:2;
bottom:0;
right:100px;
width:100px;
margin:0;
padding:0;
}

.pulldownmenu a img{
z-index:1;
}





/* 編集　未使用　マルヤタ20110203
ランディング別リンクボタンヨコ整列
シリーズ別一覧ページへ+カタログ+問合せ
現在はカンレキ用（追加分はカンマで足す）
*/

div#kanrekiPage {
    width: 650px;
}

.masterComments{
	margin:30px 0;/*前のブロックとの調整値*/
}

.masterComments h3{
	font-size: 1em;
	font-weight:bold;
}

.masterComments p{
	font-size: 0.9em;
	padding:5px 10px;
}

.masterComments img{
    display: block;
    height: 60px;
    width: 320px;
 margin-left: 160px;/*auto*/
 _margin-left:80px;
padding: 0;
}







/*Tシャツの作り方　maruyata　Start　*/

.tb_container {
	font-size:1em;/*11px*/ 
	width: 600px;/*500px*/ 
	margin: 10px 0 0 20px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #111;
	display: block;
	font-size: 0.9em;/*1.1 1.2em*/
	padding: 0 10px;/*0 20px*/
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	color: #333;
	background: #ddd;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;/*20px*/
	font-size: 1em;/*1.3 1.2em*/
height: 160px;
}
.tab_contenttext {
	padding: 20px;/*20px*/
	font-size: 1em;/*1.3 1.2em*/
}
.tab_content h4, .tab_contenttext h4 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1em;/*1.2 1.8em*/
	font-weight: bold;
	color: #111;
}
.tab_content h5,
.tab_content h5 a,
.tab_contenttext h5,
.tab_contenttext h5 a{
	font-size: 1em;
margin-top:10px;
line-height:1.6em;
	color: #d25;/*f33*/
}
.tab_content img {
	float: left;
	margin: 10px 20px 20px 0;/*0 20px 20px 0*/
	border: 1px solid #ddd;
	padding: 5px;
}


/*Tシャツの作り方　maruyata　end　*/



/*ランディングページナビ　maruyata　start　*/
.navframe {
	border-top: dotted 1px #03c;
	margin: 10px 0 0 0;/*10px 10px*/
}
.navframe p {
padding:10px 0 0 5px;
}

div#kanrekiPage ul.banrBtn {
	margin:30px 0;
    /*margin: 15px -10px 0 0;*/
}

div#kanrekiPage ul.banrBtn li {
    float: left;
    line-height: 0;
    /*margin-right: 10px;*/
}


div#kanrekiPage ul.banrBtn:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

div#kanrekiPage ul.banrBtn {
    min-height: 1px;
}

/*ランディングページナビ　maruyata　end　*/


/*Yoshitatsu Add Qtip対応　Start　*/

.toolchipmenu img{
	border:#fff 1px solid;
}
.toolchipmenu img:hover{
	border:red 1px dashed;
}

/*check20101029*/
.mainmenutoolchip {
/*width:104px;*/
width:104px;
float:left;
display:inline;/*IE6 margin double回避*/
margin:15px 20px 5px 0;
}

.mainmenutoolchip ul {
position:absolute;
bottom:-15px;
left:20px;/* ★left: 25px;maruyama091211*/
visibility:hidden;
width:264px;/* 100px 20101029*/
margin:0 0 0 1px;
padding:0;
}

/*check20101029*/
.toolchipmenu {
position:relative;
}
.toolchipmenu img{
width: 100px;/*GIF画像の幅と同じ 20101029*/
}

/*check20101029*/
.toolchipmenu p
{
font-size: 10px;/*0.85em*/
display: inline-block;
width:100px;/*テキストの幅を固定*/
min-height:29px;
height: 30px;
}

/*check20101029*/
* html .toolchipmenu p
{
font-size: 10px;/*IE6 0.85em*/
width:100px;/*テキストの幅を固定*/
height: auto !important;/*IE6 bufix*/
height:34px;/*本来不要だ*/
}

/*check20101029*/
.qtip .democontent {
position:relative;
display:block;
}
.qtip .democontent ul li img{/*zoom用の画像対応*/
float:left;/*フローティング処理アリ→クリア処理の確認*/
/*position:relative; 20101029 */
/*display:block; 20101029 */
/*margin:0 5px 0 0; 20101029 */
}
.qtip .democontent ul {
/*float:left; 20101029 */
}

/* ★★★maruyama101029 ★★★ */
ul.ttipimg{
list-style-type: none;
}
ul.ttipinfo{
margin:0 0 0 135px;
background: #eef;
list-style-type: none;
}

/*IE6用 位置の微調整*/
* html ul.ttipinfo {
	margin-top: -18px;
}
/*IE7.用 位置の微調整*/
*:first-child+html ul.ttipinfo {
	margin-top: -18px;
}

.link1, .link2, .link3, .link4, .link5, .link6, .link7, .link8, .link9, .link10, .link11, .link12{ 
width: 100px;
}

/*check20101029*/
.democontent li a{
position:relative;
display:block;
/*z-index:2;*/
border-left:1px solid #0c0;
border-bottom:1px solid #060;
border-right:1px solid #090;
background-color:#efefef;
/*filter:Alpha(opacity=85);*/
/*opacity:0.85;*/
font-size:10px;/*70%*/
text-indent:12px;
text-decoration:none;
color:#000;
height:1.6em;
text-align:left;
margin:0;
padding:0;
}
.democontent li span{
display:inline-block;
width:95px;/*メニューの幅より少し狭い？98px; 20101029 */
border-top:1px solid #0c0;
border-left:1px solid #0c0;
border-bottom:1px solid #060;
border-right:1px solid #090;
background-color:#acf;
font-size:10px;/*70%*/
/*text-indent:3px; 20101029 */
text-decoration:none;
color:#333;
text-align:left;
margin:0;
padding:0 0 0 3px;/*0 20101029 */
}


.democontent li a:hover{
background-color:#ffe;
color:#ff4500;
}





/* #popup_maincolumnで使用のClearfix 20101029 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix 
{ 
	display: inline-block; 
}

/* MacIE用 */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


.mainmenutooltip:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}


/*カスタムツールボックス　maruyata　20110523　**/
/*古希リンク位置をポジションで　maruyata　20110617　*/

a.boxlink {
position: relative;
top:0;
left:90px;/*300*/
text-align:right;
/*padding-left:300px;*/
color:#00d;
}

.ppl{
color:#C71585;/*古希喜寿の紫*/
}




/*以下コメントアウトされていた　20101029*/
.democontent a img{
	/*border:#fff 1px solid; 20101029 */
}
.democontent a:hover img{
	/*border:red 1px dashed; 20101029 */
}

/*Yoshitatsu Add Qtip対応　End　　*/


