/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
   

body * {line-height:1.22em;}
/* body * {line-height:1.22em;} について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/



/* --- Reset End --- */


body {
	font-family:'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height:170%;
	background-color:#FFFFFF;
	color:#333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

img {
	 vertical-align:bottom;
	}

.bold {
	font-weight:bold;
	}

.cell_mar {
	margin: 0px 5px 0px 15px;
	}

a:link    { color:#eb5050;text-decoration:none;}
a:visited { color:#eb5050;text-decoration:none;}
a:active  { color:#eb5050;text-decoration:none;}
a:hover   { color:#ff7a21;text-decoration:none; }




/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */
#header {
	margin: 0 0px 10px;
}


/* ************************************************ 
 *	左側メニュー
 * ************************************************ */
.sidemenu {
	width:180px;
	color:#333333;
	margin-bottom: 10px;
}

.side_title_img {
	margin: 0;
	padding: 0 0 2px;
	height: 23px;
	width: 180px;
}

/*
.side_title {
	height:30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}

.side_text {
	background-color:#f9f4eb;
	padding:13px;
	}
	
.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}

.side_bottom {
	height:4px;
	background-color:#f9f4eb;
	background: url(https://img.shop-pro.jp/tmpl_img/26/side_bottom_bg.gif) no-repeat;
	}
*/

/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */

.side_cat_text ul {
	margin: 0;
	padding: 0;
}

.side_cat_text ul li.bland {
	margin: 0 0 2px;
	border-width: 1px;
	border-color: #A3D6CC;
	border-style: solid;
	list-style-type: none;
	width: 179px;
	background-color: #FFFFFF;
	background-image: url(https://img10.shop-pro.jp/PA01049/170/etc/left_point.png);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	display: block;
}

.side_cat_text ul li.bland a,
.side_cat_text ul li.bland a:link,
.side_cat_text ul li.bland a:visited,
.side_cat_text ul li.bland a:active {
	font-family: Arial,Helvetica,sans-serif;
	padding: 4px 4px 4px 25px;
	color: #333333;
	font-weight: bold;
	width: 150px;
	display: block;
}

.side_cat_text ul li.bland a:hover {
	color: #FFFFFF;
	background-color: #5AA0A0;
}


.side_cat_text ul li.sale {
	margin: 0 0 2px;
	padding: 6px 5px;
	list-style-type: none;
	width: 170px;
	background-color: #FFDA79;
	display: block;
}

.side_cat_text ul li.sale a,
.side_cat_text ul li.sale a:link,
.side_cat_text ul li.sale a:visited,
.side_cat_text ul li.sale a:active {
	font-family: Arial,Helvetica,sans-serif;
	color: #333333;
	font-weight: bold;
	text-align: center;
	width: 150px;
	display: block;
}

.side_cat_text ul li.sale a:hover {
	color: #990000;
}



/*
.side_cat_bg {
	width:190px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bg.jpg) 0px 0px no-repeat;
	margin-bottom:25px;
	}

.side_cat_title {
	height:30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}

.side_cat_text {
	border-bottom:1px #dacdb9 solid;
	padding:10px 15px 10px 30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 15px 13px;
	line-height:0px;
	}

.side_cat_bottom {
	height:18px;
	background: url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bottom_bg.jpg) no-repeat;
	}

.side_cat_text a {color: #eb5050;}
.side_cat_text a:link    {color: #eb5050;text-decoration: none;}
.side_cat_text a:visited {color: #eb5050;text-decoration: none;}
.side_cat_text a:active  {color: #eb5050;text-decoration: none;}
.side_cat_text a:hover   {color: #ff7a21;text-decoration: none;}
*/

/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	border-left: 3px solid #dacdb9;
	border-right: 3px solid #dacdb9;
	margin: 3px 0px 3px 0px;
	padding-left:5px;
	font-size:80%;
	}


/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

#footer {
	width: 800px;
	height: 50px;
	text-align: center;
	background: url(https://img10.shop-pro.jp/PA01049/170/etc/footer01.gif) no-repeat;
	margin-top: 30px;
	margin-bottom: 15px;
	}

#menu_2 {
	text-align:center;
	margin-bottom: 5px;
	}

#copy {
	font-size: 11px;
	text-align:center;
	color:#333333;
	}

#footer a {color: #432A16;}
#footer a:link    {color: #432A16;text-decoration: none;}
#footer a:visited {color: #432A16;text-decoration: none;}
#footer a:active  {color: #432A16;text-decoration: none;}
#footer a:hover   {color: #7E5E44;text-decoration: none;}



/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */

.main_title_img {
	margin: 0;
	padding: 0 0 2px;
	height: 23px;
	width: 600px;
}

.main_title {
	width:600px;
	height:25px;
	color:#6d2916;
	margin-bottom:15px;
	font-weight:bold;
}
/*	
.main_title td{
	padding-left:15px;
	}

.main_title td img{
	vertical-align:middle;
	}
*/

/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

.topphoto {
	margin: 0 0 10px;
	padding: 0;
	height: 160px;
	width: 600px;
	display: block;
}

.info_title_img {
	margin: 0;
	padding: 0 0 2px;
	height: 23px;
	width: 600px;
}

.info_text {
	line-height: 1.5em;
	text-align: left;
	margin: 0 0 10px;
	padding: 2px 5px 3px;
	border-width: 1px;
	border-color: #CCCC99;
	border-style: solid;
	height: 90px;
	width: 590px;
	background-color: #E9E9D6;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}

#marq {
	color: #FF66FF;
	font-weight: bold;
	white-space: nowrap;
	margin: 0 0 10px;
	padding: 2px 5px;
	border-width: 1px;
	border-color: #FFCCFF;
	border-style: solid;
	width: 590px;
}




/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
/*
.info_bg {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bg.jpg) 0px 0px repeat-y;
	padding:0px 0px 5px;
	width:565px;
	}

.info_title {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_top_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	font-weight:bold;
	padding:7px 15px;
	}

.info_text {
	color:#333333;
	padding:0px 15px;
	}
	
.info_text_bottom {
	margin-top:10px;
	}
	
.info_block {
	width:550px;
	margin:0px auto;
	padding:15px 0px 0px;
	background:#ffffff;
}
	
.info_bottom {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bottom_bg.jpg) 0px 0px no-repeat;
	height:5px;
	margin-bottom:20px;
	}
*/
/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	color:#333333;
	margin-bottom: 15px;
	}


/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 600px;
	height: 28px;
	color: #432A16;
	font-size:80%;
	margin-bottom: 1px;
}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:#eb5050;
	text-decoration:none;
}

.sort_01 a:active,
.sort_01 a:hover {
	color:#ff7a21;
	text-decoration:none;
}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

.sort_02 {
	width: 600px;
	height: 28px;
	color: #432A16;
	font-size:80%;
	margin-bottom: 1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:#eb5050;
	text-decoration:none;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:#ff7a21;
	text-decoration:none;
	}



/* ------------------------------------- 
 *	カテゴリーの枠組み表示
 * ------------------------------------- */
.category_title_box {
	font-family: Arial Black,Arial;
	font-size: 45px;
	color: #34605E;
	text-align: center;
	margin: 0;
	padding: 5px 0 3px;
	width: 580px;
	background-color: #E9E9D6;
	display: block;
}
/*
.category_title_box {
	font-family: Arial Black,Arial;
	font-size: 45px;
	color: #222222;
	text-align: center;
	margin: 0;
	padding: 5px 0 3px;
	border-width: 1px;
	border-color: #CCCC99;
	border-style: solid;
	width: 580px;
	background-color: #E9E9D6;
	display: block;
}

.category_title_box {
	font-family: Arial Black,Arial;
	font-size: 45px;
	color: #222222;
	text-align: center;
	margin: 0;
	padding: 5px 0 3px;
	border-width: 1px 1px 8px;
	border-color: #CCCC99;
	border-style: solid;
	width: 580px;
	background-color: #E9E9D6;
	display: block;
}
*/

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 564px;
	height: 30px;
	color: #432A16;
	font-size:80%;
	margin-bottom: 1px;
}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	text-align: center;
	margin: 0 2px;
	padding: 5px 0px 15px;
	float: left;
	width: 116px;
	}


.product_item {
	text-align: center;
	margin: 0px auto;
	width: 115px;
	}

.product_item img {
	padding: 8px;
	border: 1px #A3D6CC solid;
	}

.product_item .name {
	line-height: 120%;
	margin: 5px 0px 0px;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:3px 0px 0px;
	color: #333333;
	}

.product_item .expl {
	color: #999;
	font-size:80%;
	line-height:120%;
	text-align: left;
	margin:5px 0;
	}


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */
.footstamp {
	width: 600px;
	height: 30px;
	color: #333333;
	margin-bottom: 3px;
}

.footstamp a {color: #eb5050;}
.footstamp a:link    {color: #eb5050;text-decoration: none;}
.footstamp a:visited {color: #eb5050;text-decoration: none;}
.footstamp a:active  {color: #eb5050;text-decoration: none;}
.footstamp a:hover   {color: #ff7a21;text-decoration: none;}

.txt-f10 {
	font-size:10px;
}


/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	width: 90%;
	padding-top: 20px;
	text-align: center;
	}



/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

#detail {
	text-align:center;
	color:#333333;
	}

#detail .detail_img {
	margin: 0;
	padding: 0;
	float: left;
	width: 300px;
	display: block;
}

#detail .detail_text {
	margin: 0;
	padding: 0;
	float: right;
	width: 290px;
	display: block;
}

/* 商品説明 */
#detail .expl {
	line-height:150%;
	text-align: left;
	margin: 10px 10px 5px 10px;
	}

#detail .expl table.listsize {
	text-align: left;
	margin: 0 auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-left-style: solid;
	width: 250px;
	}
#detail .expl table.listsize th {
	color: #333333;
	text-align: center;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-right-style: solid;
	border-bottom-style: solid;
	width: 25%;
}
#detail .expl table.listsize td {
	color: #333333;
	text-align: right;
	padding: 2px 5px 2px 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-right-style: solid;
	border-bottom-style: solid;
	width: 25%;
}



/* 商品画像 */
#detail .main_img {
	padding: 0 0 5px;
}

#detail .sub {
	float: left;
	width: 188px;
	text-align: center;
	}

#detail .sub img {
	width: 160px;
	padding: 4px;
	border:1px #dacdb9 solid;
	}

#detail .table {
	text-align: left;
	margin: 20px auto 3px;
	width: 290px;
	}

#detail .table .cell_1 {
	width: 100px;
	height: 28px;
	color: #6d2916;
	font-weight:bold;
	background: #DFF0ED;
	border-right: 2px #ffffff solid;
	border-bottom:2px #ffffff solid;
	}

#detail .table .cell_2 {
	width: 190px;
	height: 28px;
	color: #6d2916;
	background:#ffffff;
	border-bottom:2px #ffffff solid;
	}

#detail .table .cell_mar {
	margin: 0px 5px 0px 15px;
	}


/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	margin: 0px 10px 0px 10px;
	}

#together .tog_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	padding:5px 10px;
	background:#f9f4eb;
	}

#together .together_list {
	margin:10px 3px 10px 3px;
	float:left;
	width: 170px;
	text-align:center;
	}

#together img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 10px 20px 10px;

	}

#trackback .tb_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	}


#trackback .tb_url {
	font-size:11px;
	padding:10px 13px;
	background:#f9f4eb;
	color:#6d2916;
	}

#trackback .tb {
	margin:0px 0px 5px;
	border:1px solid #dacdb9;
	}

#trackback .tb_date {
	font-size:80%;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	padding: 0px 10px 10px 10px;
	color:#6d2916;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #dacdb9;
	border-bottom: 1px dotted #dacdb9;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}




/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	width: 564px;
	margin-bottom:5px;
	border-left: 1px solid #dacdb9;
	border-top: 1px solid #dacdb9;
	}

#Option .option_cell1 {
	font-size: 11px;
	text-align:left;
	font-weight:normal;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	padding-left: 6px;
	}

#Option .option_cell2 {
	font-size:80%;
	text-align:left;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	background-color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	}

#Option .option_cell3 {
	font-size:80%;
	text-align:left;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
	}

/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}

#ShopKeeper {
	width: 600px;
	color:#333333;
	margin-bottom: 15px;
}

#ShopKeeper th {
	color: #6D2916;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px 5px 5px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	width: 160px;
	background: #DFF0ED;
}

#ShopKeeper td {
	color: #333333;
	line-height: 150%;
	text-align: left;
	padding: 5px 10px 5px 5px;
	border-bottom: 2px solid #FFFFFF;
	background: #eeeeee;
}
	
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
	}
	
#ShopKeeper th img,
#ShopKeeper td img {
	vertical-align:middle;
	}
	
/* 検索結果 */
.txt-search {
	padding: 5px 10px 1px;
}

.txt-hitNum {
	margin-bottom: 15px;
	padding: 0 10px 5px;
}

.txt-search strong,
.txt-hitNum strong {
	color:#6d2916;
	font-weight:bold;
	}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:15px;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}
ul.product-linkList li {
	margin-bottom:5px;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}

/* ************************************************ 
 *	プライバシーポリシー
 * ************************************************ */

#PrivacyExplain {
	color:#333333;
	margin-bottom: 15px;
	}

.pe_title {
	color: #432A16;
	border-top: 1px solid #dacdb9;
	padding-top: 15px;
	}

.pe_note {
	line-height: 150%;
	margin:5px 5px 20px 30px;
	}

/* ************************************************ 
 *	ブランドリスト
 * ************************************************ */
ul.blandlist {
	margin: 10px 0 0;
	padding: 0;
}

ul.blandlist li {
	margin: 0 4px 4px 0;
	padding: 0;
	float: left;
	height: 125px;
	width: 195px;
	display: block;
}

ul.blandlist li a {
	text-decoration: none;
}

ul.blandlist2 {
	margin: 0 0 30px;
	padding: 0;
	clear: left;
}

ul.blandlist2 li {
	margin: 0 4px 4px 0;
	padding: 0;
	float: left;
	height: 35px;
	width: 195px;
	display: block;
}

ul.blandlist2 li a {
	text-decoration: none;
}


/* ************************************************ 
 *	宅急便料金
 * ************************************************ */
ul.takuhai {
	margin: 0;
	padding: 0;
}

ul.takuhai b {
	color: #AE3D37;
	font-weight: normal;
}

ul.takuhai li {
	text-align: center;
	margin: 0 5px 5px 0;
	padding: 0 0 3px;
	border-width: 1px;
	border-color: #DDDDDD;
	border-style: solid;
	float: left;
	height: 43px;
	width: 70px;
	display: block;
}

ul.takuhai li span {
	color: #333333;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 70px;
	background-color: #dddddd;
	display: block;
}

div.souryou {
	margin: 0 0 5px;
	padding: 10px;
	border-width: 1px;
	border-color: #A3D6CC;
	border-style: solid;
	background-color: #DFF0ED;
}

/* ************************************************ 
 *	初めての方へ
 * ************************************************ */
#hajimete h3 {
	font-size: 15px;
	color: #990000;
	font-weight: normal;
	margin: 15px 0 5px;
	padding: 0;
}

#hajimete h4 {
	font-size: 14px;
	color: #990000;
	margin: 5px 0 5px 15px;
	padding: 0;
}

#hajimete p {
	line-height: 150%;
	margin: 0 0 0 15px;
	padding: 0;
}

#hajimete ul {
	margin: 0 0 0 30px;
	padding: 0;
}

#hajimete ul li {
	list-style-type: disc;
}

#hajimete table.zaiko {
	border-left-color: #A3D6CC;
	border-top-color: #A3D6CC;
	border-left-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#hajimete table.zaiko td {
	border-bottom-color: #A3D6CC;
	border-right-color: #A3D6CC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 3px;
	margin: 0px;
}


/* ************************************************ 
 *	カレンダー
 * ************************************************ */
span.Today {
	cursor: pointer;
	font-weight: bolder;
	color: #FF0000;
	display: block;
	/* background-color: #FFFFFF; */
}
.deli {
	background-color: #009900;
	color: #FFFFFF;
}
li.openingsale {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}
li.holyday {
	color: #FF0000;
	background-color: #FFCCFF;
}
li.Sun {
	color: #FF0000;
}
li.Sat {
	color: #0000FF;
}
li.undefined {
	cursor: pointer;
}

/*ui*/
div.cal_wrapper {
	padding: 10px;
	width: 170px!important;
	width/**/: 170px;
	height: 160px!important;
	height/**/: 180px;
	background-image: url(https://img10.shop-pro.jp/PA01049/170/etc/background.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	position: relative;
	margin-bottom: 10px;
}
ul.cal_ui {
	padding: 0px;
	margin: 0px;
	width: 60px;
	float: right;
}
ul.cal_ui li {
	float: left;
	width: 20px;
	height: 15px;
	font-size: 10px;
	list-style: none;
	background-repeat: no-repeat;
	cursor: pointer;
}
li.cal_prev {
	background-image: url(https://img10.shop-pro.jp/PA01049/170/etc/cal_01.gif);
}
li.cal_to {
	background-image: url(https://img10.shop-pro.jp/PA01049/170/etc/cal_02.gif);
}
li.cal_next {
	background-image: url(https://img10.shop-pro.jp/PA01049/170/etc/cal_03.gif);
}

div.cal_base {
	
}

div.cal_base p {
	font-size: 12px;
	padding: 5px;
	margin: 0px;
	border-bottom: solid 1px #CCCCCC;
}

ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
}
ul.cal_main li {
	/*padding: 3px 0px 3px 0px;*/
	width: 23px; /*25px*/
	text-align: center;
	list-style: none;
	font-size: 10px;
	float: left;
	overflow: hidden;
	border-bottom: solid 1px #CCCCCC;
}
ul.cal_main li span {
	padding: 3px;
	display: block;
}

li.cal_headline {
	
}

