/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- 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:0px; padding:0px;}
table {border-collapse:collapse; border-spacing:0px;}
fieldset,img {border:0px;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0px;}
   
body * {line-height:1.22em; word-break:break-all;}

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

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

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height:170%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:14px;
	color:#000000;
	}

img {
	 vertical-align:bottom;
	}


.bold {
	font-weight:bold;
	}

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

a:link    {color:#000000;text-decoration:underline;}
a:visited {color:#000000;text-decoration:underline;}
a:active  {color:#000000;text-decoration:underline;}
a:hover   {color:#ee0000;text-decoration:underline;}

/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

/*共通ヘッダー*/
#header {
	width: 950px;
	display: block;
	margin: 0 auto;
	text-align: left;
	background-position: center 25px;
	padding: 0px;
}
#header h1 {
	font-size: 13px;
	color: #000;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 4px 0 0;
	height: 21px;
	width: 530px;
	float: left;
}
#header #menu1 {
	text-align: right;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: right;
	height: 20px;
	font-size: 12px;
	color: #000;
}
#header #menu1 a {
	color: #666;
	text-decoration: none
}
#header #menu1 a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

/*ナビボタン　ここから*/
#header #button {
	text-align: center;
	display: block;
	padding: 0px;
	height: 50px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#header #button ul {
	text-align: center;
	display: block;
	padding: 0px;
	height: auto;
	float: left;
	margin: 0px;
}
#header #button li {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	text-decoration: none;
}

/*看板下バナー*/
.top-banner {
	width: 950px;
	margin:  0 auto 15px;
}
/*---------------*/
/*---------------*/
/* ************************************************ 
 *	ヘッダーメニューここまで
 * ************************************************ */

/*リンク画像マウスオーバー*/
a:hover img {
	opacity: 0.5;
}

#linkSpacer{
	margin:0px 5px 0px 5px;
	}

/* ************************************************ 
 *	左側メニュー
 * ************************************************ */
#side_area {
	padding-right:29px;
	text-align:left;
	}


table.sidemenu {
	width: 195px;
	margin-bottom: 15px;
	border: solid #CCC 1px;
	padding: 5px;

	color:#000000;
	}

.side_title {
	margin-bottom:10px;
	}

.side_text {
	text-align:center;
	padding:5px 10px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg.gif) 0px 0px repeat-y;
	line-height:1.2em;
	}
	
.side_text_members,
.side_text_cart {
	display:block;
	text-align:center;
	padding-top:10px;
	}
	
.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}
	
.side_cat_bottom {
	width:195px;
	height:2px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg03.gif) 0px 0px no-repeat;
	}

.side_bottom {
	display:block;
	width:195px;
	height:2px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg03.gif) 0px 0px no-repeat;
	}
	
.st_contents {
	overflow:hidden;
	width:175px;
	text-align:left;
	}

.side_text a         {color:#000000; text-decoration:underline;}
.side_text a:link    {color:#000000; text-decoration:underline;}
.side_text a:visited {color:#000000; text-decoration:underline;}
.side_text a:active  {color:#000000; text-decoration:underline;}
.side_text a:hover   {color:#ee0000; text-decoration:underline;}

#manager_name {
	margin:5px 0px;
	font-weight:bold;
	text-align:center;
}
.manager_img {
	max-width: 100%;
	height: auto;
}

/* ------------------------------------- 
*カタログ左ナビ追加
* ------------------------------------- */
#contents #leftnavi1 {
	font-size: 14px;
	line-height: 1.5em;
	display: block;
	padding: 0;
	width: 195px;
	float: left;
	margin: 0 29px 0 0;
	text-align: left;
}
#leftnavi1 a:link {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#leftnavi1 a:visited {
	color: #333;
}
#leftnavi1 a:hover, a:active {
	text-decoration: underline;
}
#leftnavi1 img.left-ba {
	margin: 0 0 10px;
}
#leftnavi1 img.left-ba2 {
	width: 180px;
	margin: 4px 6px;
}
.aisatsu {
	background-color: #FCF6DD;
	text-align: left;
	display: block;
	padding: 5px;
	border: 1px solid #FEC;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
}
/*ご利用ガイド*/
#leftnavi1 .guide {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	background-color: #FFF;
	text-align: left;
	display: block;
	margin: 15px 0;
	border: solid #C00 1px;
	overflow: hidden;
}
#leftnavi1 .guide h2 {
	display: block;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	padding: 7px 7px 6px;
	background-color: #f6f0e0;
	border-bottom: solid #C00 1px;
}

#leftnavi1 .guide h2 a:link {
	font-weight: bold;
}
#leftnavi1 .guide ul.left-list {
	display: block;
	margin : 3px 3px 6px;
}
#leftnavi1 .guide  ul.left-list li {
	margin : 5px 5px 0;
	background-image: url(https://file003.shop-pro.jp/PA01424/431/images/mark-s1.jpg);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 13px;
}
#leftnavi1 .guide  ul.left-list li#uchi2 {
	background-image: url(https://file003.shop-pro.jp/PA01424/431/images/mark-s2.jpg);
}
#leftnavi1 .guide ul.left-list2 {
	display: block;
	margin : 3px 3px 6px;
}
#leftnavi1 .guide  ul.left-list2 li {
	margin : 5px 5px 0;
	background-image: url(https://file003.shop-pro.jp/PA01424/431/images/mark-s3.jpg);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 13px;
}
#leftnavi1 .guide h3 {
	display: block;
	margin: 6px;
	font-size: 13px;
	line-height: 14px;
	color: #FFF;
	padding: 5px 5px 4px;
	background-color: #C00;
}
#leftnavi1 .guide h3 a {
	color: #FFF;
}
#leftnavi1 .guide h4 {
	display: block;
	margin: 6px;
	font-size: 14px;
	line-height: 14px;
	color: #C00;
	padding: 4px 5px 3px;
	border-bottom: solid #C00 1px;
}

/*ご利用ガイド（うちわブロック）*/
#leftnavi1 .guide h2.tn2 {
	border-bottom: solid #F70 1px;
}
#leftnavi1 .guide#uchi {
	border: solid #F70 1px;
}
#leftnavi1 .guide h3.tn3 {
	background-color: #F70;
}


/*カテゴリー一覧（会社概要など）*/
#leftnavi1 .info {
	font-size: 14px;
	line-height: 21px;
	color: #000;
	background-color: #FFF;
	text-align: left;
	display: block;
	height: auto;
	width: auto;
	margin: 10px 0 15px;
	border: solid #000 1px;
	overflow: hidden;
}
#leftnavi1 .info h2 {
	display: block;
	margin: 5px;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	background-color: #eee;
	padding: 6px 3px 5px;
}
#leftnavi1 .info ul.left-list {
	display: block;
	margin : 2px 3px 10px;
}
#leftnavi1 .info ul.left-list li {
	margin : 5px 5px 0;
	background-image: url(https://file003.shop-pro.jp/PA01424/431/images/mark-s4.jpg);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 12px;
	font-weight: bold;
}
.left-order {
	display: block;
	margin: 3px 6px;
	line-height: 1.5em;
	padding-bottom: 3px;
}
.left-add {
	display: block;
	margin: 3px 6px;
	font-size: 13px;
	line-height: 1.3em;
	padding-bottom: 3px;
	border-bottom: solid #CCC 1px;
}

/*カタログ左ナビここまで*/


/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */
.side_cat_bg {
	margin-bottom:25px;
	}

.side_cat_text {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;
	}
	
.side_cat_text_group {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;	
}
	
.side_cat_text .st_contents {
	border-top:1px #e6e6e6 solid;
}

.side_cat_text_group .st_contents {
	border-top:1px #e6e6e6 dotted;
}
	
.side_cat_text .st_contents,
.side_cat_text_group .st_contents{
	padding:10px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg.gif) 0px 0px repeat-y;
	}
	
.side_cat_text .st_contents a,
.side_cat_text_group .st_contents a {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/rs_m_rect.gif) 0px 3px no-repeat;
	padding-left:15px;
}
	
.side_cat_img {
	padding:10px 0px 0px;
	}

.side_cat_text a,.side_cat_text_group a                 {color:#000000; text-decoration:underline;}
.side_cat_text a:link ,.side_cat_text_group a:link      {color:#000000; text-decoration:underline;}
.side_cat_text a:visited,.side_cat_text_group a:visited {color:#000000; text-decoration:underline;}
.side_cat_text a:active,.side_cat_text_group a:active   {color:#000000; text-decoration:underline;}
.side_cat_text a:hover,.side_cat_text_group a:hover     {color:#ee0000; text-decoration:underline;}

/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	width:175px;
	overflow:hidden;
	margin:3px 0px 3px 0px;
	padding:5px;
	font-size:10px;
	border-left:3px solid #6699CC;
	border-right:3px solid #6699CC;
	}
.incart_name {
	text-align:left;
}
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
	margin:0;
}

.postage {
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	padding:5px 0;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}	
/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout,
#btn_members_signup{
	text-align:center;
	}

#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:10px;
	line-height:1.1em;
	padding:8px 0px 3px;
	text-align:center;
	}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
.side_form_select {
	width:175px;
	margin-bottom:5px;
	}

.side_form_input {
	width:120px;
	margin-right:5px;
	}
	

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

#footer {
	margin: 30px auto 0;
}
#footer #copy{
	width: 950px;
	text-align: center;
	padding: 20px 0;
	color: #FFF;
	background-color: #CCC;
	}

#footer a         {color:#000000; text-decoration:underline;}
#footer a:link    {color:#000000; text-decoration:underline;}
#footer a:visited {color:#000000; text-decoration:underline;}
#footer a:active  {color:#000000; text-decoration:underline;}
#footer a:hover   {color:#ee0000; text-decoration:underline;}


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

.main_title {
	width:726px;
	padding-bottom:15px;
	}
	
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_top {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	}

.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#333333;
	}
	
.common_image img{
	margin-bottom:15px;
	display:block;
}

	
/* ------------------------------------- 
 *	コンテンツ下部 決済・配送方法指定
 * ------------------------------------- */
#shop_info {
	margin-top:60px;
}

#shop_info_pay .tit,
#shop_info_deli .tit {
	
}

#shop_info .cont {
	padding:15px 20px;
}

#shop_info_pay {background:transparent url(https://img.shop-pro.jp/tmpl_img/32/shop_info_pay_bg.gif) 0px 0px repeat-y;}
#shop_info_deli {background:transparent url(https://img.shop-pro.jp/tmpl_img/32/shop_info_deli_bg.gif) 0px 0px repeat-y;}
#shop_info_sct_img {margin-top:20px;}

#right_pay_deli_bg {
	height:2px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/right-pay_deli_bg.gif) 0px 0px no-repeat;
	width:726px;
}


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

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
.info_block {
	width:726px;
	margin:0px 0px 30px;
	border:#e5e5e5 solid 1px;
	}
	
.info_title {
	font-weight:bold;
	margin:0px 0px 10px;
	padding:15px 15px 0px;
}

.info_text {
	padding:0px 15px 15px;
	color:#000000;
	}


/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	text-align:left;
	color:#000000;
	}

/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */
/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width:726px;
	height:28px;
	color: #333333;
	background:#e7e7e7;
	margin-bottom:1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	text-decoration:underline;
	color:#0000cc;
	}

.sort_01 a:active,
.sort_01 a:hover {
	text-decoration:underline;
	color:#ee0000;
	}

/* 会員専用価格の表示 商品一覧用 */
.regular_price_all {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_all {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	}

.discount_rate_all {
	padding:0px;
	margin:0px;
	color:#333333;
	}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
.sort_02 {
	width:726px;
	height:28px;
	color:#333333;
	background:#e7e7e7;
	margin-bottom:1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	text-decoration:underline;
	color:#0000cc;
	}

.sort_02 a:active,
.sort_02 a:hover {
	text-decoration:underline;
	color:#ee0000;
	}

/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_search {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	}

.discount_rate_search {
	padding:0px;
	margin:0px;
	color:#333333;
	}

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width:726px;
	height:28px;
	background:#e7e7e7;
	margin-bottom:15px;
	}

.pagenavi a {
	color:#000000; text-decoration:underline;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.product_list {
	float:left;
	width:181px;
	text-align:center;
	margin:0px;
	}

.product_item {
	text-align:center;
	padding:0px 0px 50px;
	}

.product_item img {
	border:1px solid #999999;
	max-width: 155px;
	}

.product_item .name {
	margin:10px 0px 0px;
	color:#333333;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	font-weight:bold;
	}

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

.product_list a         {color:#000000; text-decoration:underline;}
.product_list a:link    {color:#000000; text-decoration:underline;}
.product_list a:visited {color:#000000; text-decoration:underline;}
.product_list a:active  {color:#000000; text-decoration:underline;}
.product_list a:hover   {color:#ee0000; text-decoration:underline;}


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
	width:726px;
	color:#333333;
	margin-bottom:15px;
	}

.footstamp a         {color:#000000; text-decoration:underline;}
.footstamp a:link    {color:#000000; text-decoration:underline;}
.footstamp a:visited {color:#000000; text-decoration:underline;}
.footstamp a:active  {color:#000000; text-decoration:underline;}
.footstamp a:hover   {color:#ee0000; text-decoration:underline;}

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

.footstamp img {
	vertical-align:middle;
	}

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

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */

.ci_main_title {
	border-bottom: 5px solid #ABABAB;
	font-weight: bolder;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: left;
	}

.checkitem_list {
	float:left;
	margin: 15px 0;
	padding: 0 9px 0 12px;
	width: 100px;
	}

.checkitem .price {
	font-weight:bold;
	}

.checkitem .ci_img {
	width:98px;
	margin-bottom:3px;
	border:1px solid #999999;
	}

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

.detail_cont {
	width:726px;
}

.detail_img_block {
	width:405px;
	float:left;
}

.detail_txt_block {
	width:294px;
	float:right;
	text-align:left;
}


.detail_img_block img {
	border:1px solid #999999;
	max-width: 100%;
}

.product_name {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.expl_block {
	margin-bottom:30px;
}

.detail_img {
	margin-bottom:20px;
}

.detail_other {
	width:405px;
}

.detail_other .sub {
	width:135px;
	float:left;
}

.detail_other .sub_tp {
	padding-top:15px;
}

.detail_other .sub img {
	width: 120px;
}

.detail_txt_block table.table {
	width:294px;
	border-left:#e7e7e7 solid 1px;
	border-top:#e7e7e7 solid 1px;
	margin-bottom:20px;
}

.detail_txt_block table.table td.tit,
.detail_txt_block table.table td.cont {
	padding:15px;
	border-right:#e7e7e7 solid 1px;
	border-bottom:#e7e7e7 solid 1px;
}

.detail_txt_block table.table td.tit {
	width:100px;
}

.sk_link_other {
	margin-bottom:20px;
}

.txt_option {
	margin-bottom:20px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_option.gif) 0px 3px no-repeat;
	padding-left:15px;
}

.txt_back {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_back.gif) 0px 0px no-repeat;
	padding-left:22px;
}

.txt_tell {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_tell.gif) 0px 3px no-repeat;
	padding-left:22px;
}

.txt_inq {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_inq.gif) 0px 0px no-repeat;
	padding-left:22px;
}
.txt_review {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_review.gif) 0px 0px no-repeat;
	padding-left:22px;
}
.txt_reviewpost {
	margin-bottom:20px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_post.gif) 0px 0px no-repeat;
	padding-left:22px;
}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:20px;
}

.rs_pd_cart_btn {
	margin-bottom:10px;
}

.btn_quick {
}


/* 会員専用価格の表示 商品詳細用 */	
.regular_price_detail {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_detail {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
	}

.discount_rate_detail {
	padding:0px;
	margin:0px;
	color:#333333;
	}

p#sk_link_other {
	text-align:center;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */
#together {
	margin:65px 0px 0px;
	}

#together .tog_main_title {
	margin:0px 0px 15px;
	}

#together .together_list {
	margin:0px 3px;
	float:left;
	width:175px;
	}

#together .together_list img {
	border:1px solid #999999;
	max-width: 155px;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */
#trackback {
	margin:30px 0px 15px;
}

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


#trackback .tb_url {
	padding:6px 8px;
	border:1px solid #e7e7e7;
	}

#trackback .tb {
	}

#trackback .tb_date {
	padding:10px 0px;
	}

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

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

#trackback .tb_state {
	padding:0px;
	}

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .main_title {
	margin:15px auto;
	padding:5px 0px;
	background:#e7e7e7;
	height:auto;
	width:564px;
}

#Option .main_title .cont {
	padding:0px 5px;
}
 
 
#Option .option_table {
	width:564px;
	margin-bottom:5px;
	border-left:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	}

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

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

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

div#Option table.main_title td{
	text-align:left;
}

/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#333333;
	}

.price_detail_stock {
	padding:0px;
	margin:0px;
	}

.discount_rate_stock {
	padding:0px;
	margin:0px;
	color:#333333;
	}

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

#ShopKeeper {
	width:726px;
	margin-bottom:15px;
	color:#000000;
	border-top:1px solid #eaeaea;
	}

#ShopKeeper th {
	width:200px;
	overflow:hidden;
	padding:10px;
	font-weight:normal;
	text-align:left;
	border-left: 1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#ShopKeeper td {
	padding:10px;
	text-align:left;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}
	
#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;
	background:#e7e7e7;
	border-bottom:1px solid #FFFFFF;
	}

.txt-hitNum {
	margin-bottom:15px;
	padding:5px 10px;
	background:#e7e7e7;
	}

.txt-search strong,
.txt-hitNum strong {
	font-weight:bold;
	}




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

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

.pe_title {
	padding-top:15px;
	color:#333333;
	border-top:1px solid #eaeaea;
	}

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

/* ************************************************ 
 *	float解除
 * ************************************************ */


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:
	hidden;
	}
	
.clearfix {
	display:inline-block;
	}
	
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
/* End hide from IE-mac */

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 10px;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
}

/* ************************************************ 
 * ノベルティー用　ここから
 * 
 ************************************************ */
.txt-red {
	color: #CC0000;
}
.txt-red2 {
	color: #ff0000;
}
.txt-green {
	color: #260;
}
.txt-green2 {
	color: #080;
}
.txt-purple {
	color: #66a;
}
.txt-small {
	font-size: 90%;
}
.txt-small1 {
	font-size: 0.9rem;
	line-height: 1.4;
}
.txt-small2 {
	font-size: 80%;
}
.txt-big {
	font-size: 120%;
}
.txt-big1 {
	font-size: 1.1rem;
	line-height: 1.5;
}
.txt-big2 {
	font-size: 140%;
}
.txt-org {
	color: #f70;
}.txt-org2 {
	color: #fb7;
}
.img-sp {
	padding: 0.2em;
}
.sou0 {
	font-size: 0.8rem;
	line-height: 1em;
	padding: 0px 4px;
	color: #FFF;
	font-weight: bold;
	border-radius: 3px;
	background-color: #C00;
	margin: 0 5px;
} 
/* --------------------------------
 * カテゴリー
 * -------------------------------- */
.list-info {
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 1em 0;
	display: block;
}
.list-info  ul {
	padding-left: 2em;
	list-style-type: square;
}
.list-info  ul li {
	margin: 0.5em 0;
	line-height: 1.4;
}
/*カテゴリータイトル*/
#contents_other .cal-catitle {
	display: block;
	overflow: hidden;
	margin: 0 0 1.5em;
	padding: 1em 0 0.5em;
	border-right: solid #e0d9d0 2px;
	border-bottom: solid #e0d9d0 2px;
	background-color: #f6f3f0;
}
#contents_other .cal-catitle h2.tt1,
#contents_other .cal-catitle h2.tt2,
#contents_other .cal-catitle h2.tt3,
#contents_other .cal-catitle h2.tt4,
#contents_other .cal-catitle h2.tt5 {
	font-size: 1.8rem;
	line-height: 1.2em;
	display: block;
	padding: 0em 0.8em 0.5em;
}
#contents_other .cal-catitle h2.tt1 {
	border-bottom: solid #f70 6px;
}
#contents_other .cal-catitle h2.tt2 {
	border-bottom: solid #c00 6px;
}
#contents_other .cal-catitle h2.tt3 {
	border-bottom: solid #080 6px;
}
#contents_other .cal-catitle h2.tt4 {
	border-bottom: solid #06c 6px;
}
#contents_other .cal-catitle h2.tt5 {
	border-bottom: solid #f69 6px;
}
@media screen and (max-width:640px){
#contents_other .cal-catitle h2.tt1,
#contents_other .cal-catitle h2.tt2,
#contents_other .cal-catitle h2.tt3,
#contents_other .cal-catitle h2.tt4,
#contents_other .cal-catitle h2.tt5 {
	font-size: 1.6rem;
	line-height: 1.2em;
	display: block;
	padding: 0em 0.8em 0.5em;
}
}
/*ベスト10ページ　ここから*/
.tb-best20 {
	width: 100%;
	height: auto;
	margin: 1.5em 0;
	text-align: left;
}
.tb-best20 p {
	font-size: 1rem;
	line-height: 1;
	border-top: solid 1px #CCC;
	margin: 0;
	padding: 0.8em 0 0.6em;
}
.tb-best20 p:last-child {
	border-bottom: solid 1px #CCC;	
}
.cal-type {
	display: block;
	width: 100%;
	overflow: hidden;
}
.cal-type img {
	padding: 0.5em;
	width: 31%;
}
/*スマホ用*/
@media screen and (max-width:640px){
.cal-type {
	text-align: center;
}
.cal-type img {
	padding: 0.3em;
	width: 46%;
}
}
.about {
	text-align: left;
	display: block;
	background-image: url(https://file003.shop-pro.jp/PA01424/431/category/about-kh-back.jpg);
	padding-bottom: 0.2em;
}
.about p {
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0.3em 0.8em 0.8em;
}
/*ベスト10ページ　ここまで*/
/*うちわカテゴリートップ*/
.uchiwa-type {
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.uchiwa-type img {
	padding: 0.5em;
	width: 47%;
}
.uchiwa-sr {
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 1em;
}
.uchiwa-sr ul {
	display: block;
	margin: 0;
	width: 100%;
	padding: 0;
}
.uchiwa-sr ul li {
	display: block;
	float: left;
	margin: 6px;
	width: 350px;
	padding: 0;
}
/*スマホ用*/
@media screen and (max-width:640px){
.uchiwa-type {
	text-align: center;
}
.uchiwa-type img {
	padding: 0.3em;
	width: 45%;
}
.uchiwa-sr ul li {
	display: block;
	float: none;
	margin: 0.2em;
	width: 95%;
	padding: 0;
}
}


/* --------------------------------
 * アイテムページ用
 * -------------------------------- */
#cal-detail {
	width: 100%;
	display: block;
	margin: 0 0 1em;
	line-height: 1.4em;
	text-align: left;
}
.cal-icatch1 {
	font-size: 130%;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
	margin: 0 0 0.5em;
	display: block;
}
.cal-icatch2 {
	font-size: 125%;
	line-height: 1.4em;
	display: block;
	margin: 0.5em 0 0.2em;
}
#cal-detail h3{
	display: block;
	overflow: hidden;
	font-size: 100%;
	margin: 0.2em 0 1em;
	padding: 0;
	background-color: #F70;
	border-right: solid #A99077 2px;
	border-bottom: solid #A99077 2px;
}
.cal-title-m {
	color: #FFF;
	font-size: 180%;
	line-height: 1.3em;
	display: block;
	font-weight: bold;
	margin: 0.6em 0.6em 0.3em;
	padding-bottom: 0.2em;
}
.cal-title-sub {
	font-size: 100%;
	padding: 0.3em 0.4em 0.2em;
	display: block;
	background-color: #F9E9D0;
}
.cal-size {
	display: block;
	font-size: 110%;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
	margin: 0.5em 0;
	padding: 0.2em;
	background-color: #666;
}
/*カレンダーアイテム特長*/
.tb-calpoint {
	display: table;
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	background-color: #f3f3f3;
	margin: 1em 0;
}
.tb-calpoint th {
	line-height: 1.4em;
	color: #fff;
	font-weight: normal;
	padding: 0.5em;
	width: 10%;
	text-align: center;
	background-color: #f70;
}
.tb-calpoint td {
	line-height: 1.4em;
	padding: 0.5em;
	vertical-align: top;
	border-collapse: collapse;
}
.tb-calpoint .mn {
	color: #fff;
	padding: 0.3em 0.5em 0.2em;
	background-color: #080;
	border-radius: 3px;
	display: inline-block;
	margin-right: 0.5em;
}
/*//カレンダーアイテム特長ここまで*/
.naire {
	width: 85%;
	display: block;
	font-size: 110%;
	line-height: 1.5em;
	margin: 1em auto 0.5em;
	padding: 0.6em;
	border: solid#c00 3px;
}
/*カレンダー価格表　ここから*/
.tb-calkakaku {
	width: 90%;
	margin: 1em auto;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 1.5;
	display: table;
}
.tb-calkakaku th {
	width: 35%;
	padding: 0.4em;
	vertical-align: top;
	text-align: center;
	background: #FFF7EB;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 1.4em;
	font-weight: normal;
}
.tb-calkakaku th.caltitle {
	background: #F9E9D0;
	border-collapse: collapse;
	font-size: 1.1rem;
	line-height: 1.3em;
}
.tb-calkakaku td {
	padding: 0.4em;
	color: #C00;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 1.4em;
}
/*//カレンダー価格表　ここまで*/
/*カレンダー仕様表　ここから*/
.tb-calshiyou {
	width: 90%;
	margin: 1em auto;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 1.5;
	display: table;
}
.tb-calshiyou th {
	width: 35%;
	padding: 0.4em;
	vertical-align: top;
	text-align: center;
	background: #f0f0f0;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 1.4em;
}
.tb-calshiyou th.caltitle {
	font-weight: bold;
	background: #ccc;
	border-collapse: collapse;
	font-size: 1.1rem;
	line-height: 1.3em;
}
.tb-calshiyou td {
	padding: 0.4em;
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 1.4em;
}
.caption {
	font-size: 0.95rem;
}
/*//カレンダー仕様表　ここまで*/
.cal-icatch3 {
	font-size: 1.4rem;
	line-height: 1.3em;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 1em 0;
}
.nouki {
	display: block;
	line-height: 1.4em;
	margin: 0 0 1em;
	padding: 0.6em;
	border: solid #f70 2px;
}

/* --------------------------------
 * アイテムページ用（うちわ）
 * -------------------------------- */
#uchi-detail {
	width: 100%;
	display: block;
	margin: 0 0 1em;
	line-height: 1.4em;
	text-align: left;
}
.uchi-icatch1 {
	font-size: 140%;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
	margin: 0 0 0.5em;
	display: block;
}
.uchi-icatch2 {
	font-size: 140%;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
	margin: 0.5em 0 0;
	display: block;
}
.uchi-icatch3 {
	font-size: 130%;
	line-height: 1.3em;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 1em 0;
}
/*オリジナルうちわ印刷価格表　ここから*/
.tb-uchi-orkakaku {
	width: 90%;
	margin: 1em auto;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 1.5;
	display: table;
}
.tb-uchi-orkakaku th {
	width: 35%;
	padding: 0.4em;
	vertical-align: top;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 1.4em;
	font-weight: normal;
}
.tb-uchi-orkakaku th.uchititle {
	background: #F70;
	border-collapse: collapse;
	font-size: 1.1rem;
	line-height: 1.3em;
}
.tb-uchi-orkakaku th.koumoku {
	background: #FFF7EB;
}
.tb-uchi-orkakaku td {
	width: 70%;
	padding: 0.4em;
	vertical-align: top;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 1.4em;
}
/*//オリジナルうちわ印刷価格表　ここまで*/


/* --------------------------------
 * フリーページ用
 * -------------------------------- */
#contents_other {
	width: 100%;
	height: auto;
	font-size: 1rem;
	line-height: 1.4;
	display: block;
	overflow: hidden;
	text-align: left;
}
h2.contents_tn {
	font-size: 1.5rem;
	line-height: 1.2em;
	text-indent: 0.2em;
	color: #FFF;
	display: block;
	background-color: #260;
	padding: 0.3em 0.3em 0.1em;
	margin: 0 0 0.5em;
	border-right: solid #030 2px;
	border-bottom: solid #030 2px;
	border-radius: 5px;
}
.ph-right25 {
	float: right;
	width: 25%;
	margin: 0 0 0.5em 0.5em;
}
.pagetop {
	float: right;
	width: 25%;
	margin: 0 0 0.5em 0.5em;
}
@media screen and (max-width:640px){
.pagetop {
	float: right;
	width: 30%;
	margin: 0 0 0.5em 0.5em;
}
}
.tb-gaiyou {
	font-size: 1rem;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #666;
	line-height: 1.5;
	display: table;
	width: 100%;
}
.tb-gaiyou th {
	width: 15%;
	padding: 0.5em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: #f3f0e9;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 1.5;
}
.tb-gaiyou td {
	padding: 0.5em;
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 1.5;
}
/*地図*/
.iframe-wrapper {
	width: 600px;
	margin: 0 auto 1em ;
}
.iframe-wrapper .iframe {
  width: 600px;
  height: 300px;
}
/*地図ここまで*/
/*地図スマホ用*/
@media screen and (max-width:640px){
  .iframe-wrapper {
    position: relative;
    width: 100%;
    padding: 0 0 calc(300 / 600 * 100%);
  }
  .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*地図スマホ用ここまで*/
/*沿革*/
#contents_other .tb_enkaku {
	font-size: 0.9rem;
	line-height: 1.4;
	width: 100%;
	height: auto;
	margin: 0 0 1em;
	display: table;
	border: 1px solid #999;
}
.tb_enkaku tbody tr.odd {
	background-color: #EEE;
}
.tb_enkaku tbody tr th {
	font-weight: normal;
	width: 22%;
	padding: 0.5em 0.5em 0.5em 1em;
	height: auto;
}
.tb_enkaku tbody tr td {
	padding: 0.5em 1em 0.5em 0em;
}
/*沿革*/
h3.contents_tns {
	font-size: 1.3rem;
	line-height: 1.5;
	color: #260;
	display: block;
	margin: 0 0 0.3em;
	border-bottom: solid #260 1px;
	font-weight: bold
}
/*faq*/
.title3-1 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #f70;
	background-color: #fff3e3;
	display: block;
	padding: 0.4em 0.2em 0.3em;
	margin: 1em 0;
	line-height: 1.5;
	border-left: solid #f70 1.8em;
	text-indent: -1.3em;
}
.c-white {
	color: #FFF;
}
#contents_other dt,dd{
	margin: 0.2em 0;
	line-height: 1.4em;
}
#contents_other dd{
	overflow: hidden;
	padding : 0 0 0.5em 1.5em;
	border-bottom: 1px dashed #c4c4c4;
}
#contents_other dt{
	padding : 0.2em 0 0.2em 0.2em;
	font-weight: bold;
}

/*お客さまのお声*/
h2.contents_tn#voice {
	background-color: #f70;
	border-right: solid #930 2px;
	border-bottom: solid #930 2px;
}
.voice-txt {
	margin: 1.5em 0;
	padding: 1em;
	border: solid #cb9 1px;
	display: block;
	border-radius: 5px;
	line-height: 1.4;
	text-align: left;
}
.voice-txt .mn {
	font-size: 1.1rem;
	line-height: 1.1em;
	padding: 0.3em 0.5em 0.2em;
	background-color: #fff0dd;
	border: solid #ffe0c0 1px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 0.3em;
}

/*名入れレイアウトなど*/
h2.contents_tn2 {
	font-size: 1.5rem;
	line-height: 1.2em;
	text-indent: 0.2em;
	display: block;
	background-color: #f6f0e0;
	border-left: solid #bb9944 10px;
	padding: 0.3em 0.3em 0.1em;
	margin: 0 0 0.5em;
}
h2.contents_tn2#nos1 {
	border-left: solid #A00 10px;
}
h2.contents_tn2#nos2 {
	border-left: solid #333 10px;
}
h2.contents_tn2#nos3 {
	border-left: solid #A00 10px;
}
#contents_other .lineup {
	width: 100%;
	display: block;
	margin: 0.8em 0;
	overflow: hidden;
}
#contents_other .lineup img {
	width: 50%;
	height: auto;
	float: left;
}
@media screen and (max-width:640px){
#contents_other .lineup img {
	width: 100%;
	height: auto;
	float: left;
}
}
/*個人情報*/
#contents_other2 {
	width: 100%;
	height: auto;
	font-size: 0.9rem;
	line-height: 1.5em;
	display: block;
	overflow: hidden;
	text-align: left;
}
#contents_other2 h3 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #260;
	border-bottom: solid #333 1px;
	margin-bottom: 0.5em;
}
h2.contents_tn4 {
	font-size: 1.5rem;
	line-height: 1.2em;
	text-indent: 0.2em;
	color: #260;
	display: block;
	background-color: #e8efe5;
	padding: 0.3em 0.3em 0.1em;
	margin: 1em 0 0.5em;
	border: solid #260 1px;
	border-radius: 5px;
}
h3.privacy2 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #260;
	border-bottom: solid #333 1px;
}
/*問い合わせへリンク*/
.to-toiawase {
	margin: 1em 0;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1em;
	font-weight: bold;
	padding: 0.4em 0.5em 0.3em;
	border: solid #f0d0aa 1px;
	background-color: #f9e6d0;
	display: inline-block;
	border-radius: 5px;
}
/*お支払方法など*/
.order-navi {
	margin: 0.8em 0;
	padding: 0.5em;
	border: solid #f70 1px;
	display: block;
	border-radius: 5px;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: left;
}

.indent2 {
	font-size: 1rem;
	line-height: 1.4em;
	text-indent: -1em;
	padding-left: 2em;
}
.indent2 p {
	margin: 0.5em 0;
	font-size: 1rem;
	line-height: 1.4em;
}
.indent2 l {
	padding-left: 1.2em;
}
.indent2 ul li {
	padding-left: 1em;
	margin: 0.2em;
	list-style-type: disc;
}
.indent2 ol {
	list-style-type: decimal;
	padding-left: 0.5em;
}
.indent2 ol li {
	text-indent: 0;
	margin: 0.5em 0;
	line-height: 1.4;
}
.indent0 {
	margin: 0.5em 0;
	padding-left: 1em;
	line-height: 1.4em;
}
#contents_other h3.midashi {
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFF;
	background-color: #f70;
	margin-bottom: 0.5em;
	padding: 0.4em 0.5em;
}
/*ノベルティー用*/
#contents_other h2.contents_notn {
	font-size: 1.5rem;
	line-height: 1.2em;
	text-indent: 0.2em;
	color: #FFF;
	display: block;
	background-color: #080;
	padding: 0.3em 0.3em 0.1em;
	margin: 0 0 0.5em;
	border-right: solid #060 2px;
	border-bottom: solid #060 2px;
	border-radius: 5px;
}
#contents_other h3.nove1 {
	font-size: 1.3rem;
	font-weight: bold;
	color: #333;
	background-color: #dec;
	padding: 0.3em 0.4em;
	margin: 1em 0;
}
#contents_other h3.nove2 {
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	background-color: #080;
	padding: 0.3em 0.4em;
	margin: 1em 0;
}
#contents_other h4 {
	font-size: 1.1rem;
	line-height: 1;
	font-weight: bold;
	padding: 0.4em 0.5em 0.3em;
	background-color: #ffc999;
	border: solid #ffe0c0 1px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 0.5em;
}

.maru {
	font-size: 1.5rem;
}
.type1 {
	display: inline-block;
	margin: 0.2em 1em;
	padding: 1em;
	border: solid #333 1px;
}
.img-right50 {
	float: right;
	width: 50%;
	margin-left: 0.2em;
}
.img-right25sp50 {
	float: right;
	width: 25%;
	margin-left: 0.3em;
	margin-bottom: 0.3em;
}
.img-right50sp100 {
	float: right;
	width: 50%;
	margin-left: 0.3em;
	margin-bottom: 0.3em;
}
/*スマホ用*/
@media screen and (max-width:640px){
.img-right25sp50 {
	float: right;
	width: 50%;
	margin-left: 0.2em;
}
.img-right50sp100 {
	float: none;
	width: 100%;
	margin-left: 0;
}
}
.cal-catch {
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	margin: 0.5em 0;
}
/*スマホ用*/
@media screen and (max-width:640px){
.cal-catch {
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	margin: 0.4em 0;
}
}
/*カレンダー規格*/
.tb-kikaku {
	font-size: 0.9rem;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 1.4;
	display: table;
	width: 100%;
	margin: 0.3em 0 0.1em;
}
.tb-kikaku th {
	width: 15%;
	padding: 0.4em;
	text-align: left;
	vertical-align: top;
	background: #f0f0f0;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 1.5;
}
.tb-kikaku td {
	padding: 0.4em;
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 1.5;
}
/*カレンダー用語*/
.calword-index {
	margin: 0.8em auto;
	padding: 0.4em;
	border: solid #080 1px;
	display: block;
	border-radius: 5px;
	font-size: 1rem;
	line-height: 1.6em;
	text-align: left;
	width: 90%;
}
.tb-week {
	text-align: left;
	display: table;
	width: 100%;
}
.tb-week td {
	padding: 0.5em;
	width: 50%;
	font-size: 1rem;
	line-height: 1.4em;
	vertical-align: top;
	border-collapse: collapse;
}
.tb-week img {
	width: 95%;
	margin-top: 0.5em;
}
/*うちわ*/
.tb-ill {
	display: table;
	width: 100%;
}
.tb-ill td {
	padding: 1em 0.8em 0.8em;
	width: 33%;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.3em;
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #999;
}
.tb-ill img {
	width: 100%;
}
/*更新履歴ボックス*/
	.kousin {
		overflow:auto;
		width:183px; height:150px;
		padding:5px;
		border:2px dotted #ffffff;
        border: solid #CCC 1px;
		color:#000000;
		background-color:#FFFFFF;
		line-height:1.5em;
}