@charset "utf-8";
/*-----------------------------------*
 *共通
 *-----------------------------------*/
.headTxt{
	margin:20px 0 10px 0;
}

.box{
	color:#7F7F7F;
	padding:15px 10px 15px 10px;
	margin-bottom:20px;
}

.ttl{
	font-size:15px;
}

.bold{
	font-weight:bold;
}

.annotation{
	font-size:11px;
}

strong a:link{
	font-weight:bold;
	text-decoration:underline;
}

strong :visited {
	font-weight:bold;
	text-decoration:underline;
}


/*img_box*/
.img_box{
	margin-top:10px;
	padding:10px 5px 5px 5px;
	border:1px solid #ccc;
	background-color:#fff;
}

.img_box p{
	margin-left:5px;
	font-size:14px;
	font-weight:bold;
}

.img_box.left{
	float:left;
}

.img_box.right{
	float:right;
}

/*wrap_list*/
.wrap_list li{
	float:left;
	width:125px;
	min-height:198px;
	margin:5px;
	text-align:center;
	font-size:11px;
}

.wrap_list li img{
	width:120px;
	margin-bottom:5px;
}

.wrap_list li strong{
	font-weight:bold;
}

/*table*/
.wrap_tbl{
	width:100%;
	margin-top:10px;
}

.wrap_tbl caption{
	margin-bottom:5px;
	font-weight:bold;
}

.wrap_tbl th{
	color:#fff;
	padding:5px 0;
	font-weight:bold;
	text-align:center;
	background-color:#7f7f7f;
	border-right:1px solid #7f7f7f;
}

.wrap_tbl td{
	padding:10px 7px;
	font-size:12px;
	text-align:center;
	background-color:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.wrap_tbl th.first{
	border-right:1px solid #fff;
	border-left:1px solid #7f7f7f;
}

.wrap_tbl td.first{
	border-left:1px solid #ccc;
}

.wrap_tbl .bg_gray{
	background-color:#f2f2f2;
}

.wrap_tbl .bg_pink{
	background-color:#EBD7C3;
}

.wrap_tbl .txt_left{
	text-align:left;
}

.wrap_tbl td p{
	margin-bottom:20px;
}

.wrap_tbl td .img img{
	width:100px;
	border:1px solid #ddd;
}

.wrap_tbl .img img{
	width:100px;
	border:1px solid #ddd;
}

.wrap_tbl .img img.small{
	width:48px;
}

/*↓wrap_t_bl新クラス20151127↓*/
.wrap_t_bl{
	width:100%;
	margin-top:10px;
}

.wrap_t_bl caption{
	margin-bottom:5px;
	font-weight:bold;
}

.wrap_t_bl th{
	color:#fff;
	padding:5px 0;
	font-weight:bold;
	text-align:center;
	background-color:#7f7f7f;
	border-right:1px solid #7f7f7f;
}

.wrap_t_bl td{
	font-size:12px;
	text-align:center;
	background-color:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.wrap_t_bl th.first{
	border-right:1px solid #fff;
	border-left:1px solid #7f7f7f;
}

.wrap_t_bl td.first{
	border-left:1px solid #ccc;
}

.wrap_t_bl .bg_gray{
	background-color:#f2f2f2;
}

.wrap_t_bl .bg_pink{
	background-color:#EBD7C3;
}

.wrap_t_bl .txt_left{
	text-align:left;
}

.wrap_t_bl td p{
	margin-bottom:20px;
}

.wrap_t_bl td .img img{
	width:120px;
}
/*ここまで*/


/*paper_list*/
.paper_list{
	margin:10px 0;
}

.paper_list li{
	float:left;
	width:120px;
	text-align:left;
	font-size:10px;
	margin-left:29px;
}

.paper_list li.first{
	margin-left:1px;
}

.paper_list li img{
	width:120px;
	margin:5px 0;
	border:1px solid #ddd;
}

/*paper_list2*/
.paper_list2{
	margin:10px 0;
}

.paper_list2 li{
	float:left;
	width:340px;
	text-align:left;
	margin:0 0 15px 15px;
}

.paper_list2 li .img{
	float:left;
	width:120px;
	margin-right:15px;
	border:1px solid #ddd;
}

.paper_list2 li .img img{
	width:120px;
}

.paper_list2 li .txt{
	float:left;
	width:200px;
}

.paper_list2 li strong{
	font-weight:bold;
}


/*-----------------------------------*
 和光のギフトラッピング
 *-----------------------------------*/
.original th{
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

.original th.empty{
	border-right:1px solid #ccc;
	background-color:#fff;
}

.original th.first{
	border-left:1px solid #7f7f7f;
}

.original th.last{
	border-right:1px solid #7f7f7f;
}

.original th.empty.first{
	border-left:1px solid #ccc;
}

.original td.first{
	border-left:1px solid #ccc;
}

.original td.img{
	background-color:#F2F2F2;
}

.original .box{
	background-color: #fff;
	border: 1px solid #a59995;
	padding: 1px;
}

.original .box_inner {
	background-color: #fff;
	border: 1px solid #a59995;
	color: #666;
	padding: 15px 10px;
}

.original .bold{
	color:#b28750;
}

.original .bag_list_area{
	padding:20px 20px 0 0;
	background-color:#EEDDCB;
}

.original .bag_list li{
	float:left;
	width:160px;
	margin-left:20px;
	text-align:center;
}

.original .bag_list li.txt_left{
	width:167px;
	margin-left:10px;
	text-align:left;
	height: 100px;
}

.original .bag_list .category{
	margin-top:15px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}

.original .bag_list .img img{
	width:160px;
}

.original .bag_list .annotation{
	margin:5px 0;
}

.original .card_img_txt{
	margin-bottom:5px;
}

.original .card_img_txt .img{
	float:left;
	width:280px;
	padding:10px;
	background-color:#EEDDCB;
}

.original .card_img_txt .img img{
	width:280px;
}

.original .card_img_txt .txt{
	float:right;
	width:420px;
}

/*新クラス設定21051202*/
.original .letter_list_area_1{
	padding: 5px 20px 0px 0px;
background-color: #EEDDCB;
}

.original .card_img_txt .txt_1 {
    float: right;
    width: 170px;
}

.original .card_img_txt .img_1 img {
    width: 520px;
}

.original .card_img_txt .img_1{
	float:left;
	width:520px;
	padding: 0px 5px 20px 20px;
	background-color:#EEDDCB;
}
/*ここまで*/



/*-----------------------------------*
 包装の知識
 *-----------------------------------*/
.index .contents_ttl{
	padding-top:10px;
}

.index .box{
	padding:1px;
	background-color:#FFFEE7;
	border:1px solid #A59995;
}

.index .box_inner{
	color:#666;
	padding:15px 10px;
	background-color:#FFFEE7;
	border:1px solid #A59995;
}

.index .box_inner .ttl{
	color:#695a52;
}

.contents_list{
	margin:5px 5px 0 7px;
}

.contents_list li{
	margin-bottom:5px;
}

.contents_list li a{
	background: url("../images/icon_arrow.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
	padding-left: 10px;
	text-decoration: none;
}

.contents_list li a:hover{
	text-decoration:underline;
}

.index .box_inner .paper_list2{
	margin-bottom:0;
}

.index .box_inner .paper_list2 li{
	width:338px;
}

/*#index02*/
#index02 span{
	color:#B28750;
	font-weight:bold;
}

#index02 .wrap_tbl th.first{
	border-top: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	border-bottom:1px solid #fff;
	border-left:none;
}

#index02 .wrap_tbl td.first{
	border-top: 1px solid #ccc;
}

#index02 .wrap_tbl td .img{
	margin:0;
}

#index02 .wrap_tbl td.txt_left{
	padding-left:20px;
}

/*#index03*/
#index03 span a{
	color:#B28750;
	font-weight:bold;
}

#index03 .wrap_tbl th{
	border-right: 1px solid #fff;
}

#index03 .wrap_tbl th.last{
	border-right: 1px solid #7f7f7f;
}

#index03 .wrap_tbl td{
	vertical-align:top;
}

#index03 .wrap_tbl td{
	padding-left:20px;
}

#index03 .contents_list{
	float:left;
	width:300px;
	margin:20px 15px;
}

/*#index04*/
#index04 .txt_img{
	padding:10px;
}

#index04 .txt_img .txt{
	float:left;
	width:500px;
}

#index04 .txt_img .img{
	float:left;
	width:120px;
	margin-left:10px;
}

#index04 .txt_img .img img{
	width:120px;
}

#index04 .wrap_tbl th{
	border-right:1px solid #fff;
}

#index04 .wrap_tbl td{
	vertical-align:top;
}

#index04 .wrap_tbl th.first{
	border-left:1px solid #7f7f7f;
}

#index04 .wrap_tbl th.last{
	border-right:1px solid #7f7f7f;
}


#index04 .wrap_tbl td.first{
	vertical-align:middle;
}

#index04 .wrap_tbl td.img{
	vertical-align:middle;
}

#index04 .wrap_tbl td br{
	line-height:1.0;
}

/*#index05*/
#index05 .txt_img{
	padding:10px 10px 10px 6px;
}

#index05 .txt_img .txt{
	float:left;
	width:500px;
}

#index05 .txt_img .img{
	float:left;
	width:120px;
	margin-left:10px;
}

#index05 .txt_img .img img{
	width:120px;
}

/*-----------------------------------*
 ご結婚関係
 *-----------------------------------*/
.marriage .box{
	background-color:#ffede2;
}

.marriage .img_box.left{
	width:270px;
}

.marriage .img_box.right{
	width:405px;
}

/*-----------------------------------*
 ご出産関係
 *-----------------------------------*/
.birth .box{
	background-color:#ffffd2;
}

.birth .img_box.left{
	width:270px;
}

.birth .img_box.right{
	width:405px;
}

/*-----------------------------------*
 弔事のギフト
 *-----------------------------------*/
.memorial .box{
	background-color:#e4e9f0;
}

.memorial .img_box.left{
	width:340px;
}

.memorial .img_box.right{
	width:340px;
}

.memorial .txt_box.right{
	clear:both;
	float:right;
	width:350px;
	margin-top:5px;
}

.memorial .wrap_list li {
	float: left;
	font-size: 11px;
	margin: 5px;
	min-height: 128px;
	text-align: center;
	width: 103px;
}

.memorial .wrap_list li img {
	margin-bottom: 5px;
	width: 103px;
}

.memorial .year .wrap_tbl{
	width:30%;
	float:left;
}

.memorial .year .wrap_tbl.right{
	margin-left:20px;
}

.memorial .year .wrap_tbl th{
	border-left:1px solid #7f7f7f;
}

.memorial .year .wrap_tbl td{
	padding:5px;
}

.memorial .year .wrap_tbl td.first{
	width:40%;
}

/*-----------------------------------*
 季節のご挨拶 
 *-----------------------------------*/
.season .box{
	background-color:#e9f2d6;
}

.season .wrap_tbl p{
	margin-bottom:0;
}

.season .wrap_tbl p.img{
	margin-bottom:10px;
}

.season .img_box .img_txt{
	padding:0 10px 10px 10px;
}

.season .img_box .img_txt p{
	font-weight:normal;
	font-size:15px;
	margin-bottom:5px;
	margin-left:-10px;
}

.season .img_box .img_txt .txt{
	float:left;
	width:460px;
}

.season .img_box .img_txt .img{
	float:right;
}

.season .img_box .img_txt .img img{
	width:200px;
}

.season .use .wrap_tbl{
	margin-bottom:20px;
}

.season .use .wrap_tbl td{
	text-align:left;
	padding:10px 0 10px 8px;
}

.season .use .wrap_tbl th{
	border-right:1px solid #fff;
}

.season .use .wrap_tbl th.last{
	border-right:1px solid #7f7f7f;
}

.season .use .wrap_tbl td.first{
	text-align:center;
	padding:0;
}

.season .use strong{
	font-weight:bold;
}

.season .use .more_info span{
	display:block;
	float:left;
}

.season .use .more_info span.link_btn{
	width:160px;
	padding:10px 0;
	text-align:center;
}

.season .use .more_info span.link_btn a{
	display:block;
	text-decoration:none;
	font-weight:bold;
}

.link_btn.marriage{
	background-color:#FFEDE2;
}
.link_btn.marriage a{
	color:#dda17f;
}

.link_btn.gajyu{
	background-color:#DFBE9D;
}
.link_btn.gajyu a{
	color:#894005;
}

.link_btn.decoration{
	background-color:#E9F2D6;
}
.link_btn.decoration a{
	color:#8aaa44;
}

.season .mimai .wrap_tbl{
	float:left;
	width:49%;
	margin-bottom:5px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

.season .mimai .wrap_tbl.left{
	margin-left:2%;
}

.season .paper_list2 li.saigai{
	width: 684px;
	padding:15px;
	margin-bottom:0;
	margin-left:0;
	background-color:#EEDDCB;
}

.season .paper_list2 li.saigai .txt{
	width:500px;
}


/*-----------------------------------*
 結婚記念日
 *-----------------------------------*/
.anniversary .img_txt .txt{
	float:left;
	width:400px;
}

.anniversary .img_txt .img{
	float:right;
	width:312px;
}

.anniversary .img_txt .img ul{
	width:302px;
	margin-left:8px;
	padding:10px 0 15px 0;
	background-color:#ffede2;
}

.anniversary .img_txt .img li{
	width:120px;
	float:left;
	margin:0 15px;
}

.anniversary .img_txt .img strong{
	font-size:14px;
	font-weight:bold;
	color:#DDA17F;
}

.anniversary .img_txt .img img{
	width:120px;
	border: 1px solid #ddd;
}

.anniversary .img_txt .img p{
	margin-top:5px;
}

.anniversary .wrap_tbl th{
	border-right:1px solid #fff;
}
.anniversary .wrap_tbl th.last{
	border-right:1px solid #7f7f7f;
}

.anniversary .wrap_tbl td.first{
	border-right:1px solid #ccc;
}

.anniversary .wrap_tbl td.empty{
	background-color:#F2F2F2;
}

/*-----------------------------------*
 賀寿（長寿のお祝）
 *-----------------------------------*/
.img_txt .gajyu.img ul{
	background-color:#DFBE9D;
}

.img_txt .gajyu.img strong{
	color:#894005;
}

/*-----------------------------------*
 勲章・褒章・受賞
 *-----------------------------------*/
.img_txt .decoration01.img{
	float:left;
	width: 344px;
}

.img_txt .decoration01.img.right{
	margin-left:48px;
}

.img_txt .decoration01.img ul{
	width:344px;
	margin-left:0;
	background-color:#E9F2D6;
}

.img_txt .decoration01.img li{
	width:132px;
	text-align:center;
	margin:0 20px;
}

.img_txt .decoration01.img strong{
	display:block;
	margin-left:4px;
	color:#8AAA44;
	text-align:left;
}

.img_txt .decoration01.img img{
	margin-bottom:5px;
}

.img_txt .decoration02.img ul{
	background-color:#E9F2D6;
}

.img_txt .decoration02.img strong{
	color:#8AAA44;
}

/*-----------------------------------*
 ご利用ガイド
 *-----------------------------------*/
/*link*/
.link{
	margin-top:10px;
}

.link a{
	background: url("../images/icon_arrow.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
	padding-left: 10px;
	text-decoration: none;
}

.link a:hover{
	text-decoration:underline;
}

/*.guide_tbl*/
.guide_tbl{
	width:100%;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

.guide_tbl th{
	padding: 10px;
	background-color:#F2F2F2;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

.guide_tbl td{
	padding: 10px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

/*guide_index*/
.guide_index ul{
	float:left;
	width:328px;
	/width:326px;/*ie7*/
	padding:0 20px;
	margin-bottom:30px;
}

.guide_index li{
	margin-bottom:5px;
}

.guide_index li ul{
	margin-top:5px;
	margin-bottom:0;
}

.guide_index li a{
	background: url("../images/icon_arrow.png") no-repeat scroll 0 7px transparent;
	padding-left: 10px;
	text-decoration: none;
}

.guide_index li a:hover{
	text-decoration:underline;
}

.guide_index li a span{
	font-size:11px;
}

.guide_index li.category{
	margin-bottom:10px;
}

.guide_index li.category a{
	font-size:15px;
	font-weight:bold;
	padding-left: 0;
	background-image:none;
}


/*about*/
.about .bold a{
	color:#b28750;
}

.about .contents_ttl {
	padding-top: 10px;
}

.about .box{
	padding:1px;
	background-color:#FFFEE7;
	border:1px solid #A59995;
}

.about .box_inner{
	color:#666;
	padding:10px;
	background-color:#FFFEE7;
	border:1px solid #A59995;
}

.about .box_inner .ttl{
	color:#695a52;
}

.about dl{
	margin-bottom:20px;
}

.about dt{
	color:#695a52;
	font-weight:bold;
	font-size:15px;
}

.about dd ol{
	margin-left:20px;
}

.about dd ol li{
	margin-bottom:10px;
	list-style-type:decimal;
}

.about dd ol.style_none{
	margin-left:0;
}

.about dd ol.style_none li{
	margin-bottom:10px;
	list-style-type:none;
}

.about dd ol li ol{
	margin-left:0;
}
.about dd ol li ol li{
	margin-bottom:0;
	list-style-type:none;
}

.about .contact_area{
	margin-top:10px;
	padding:10px 15px;
	color:#695a52;
	background-color:#EEEBE6;
}

#about05 dd{
	margin-bottom:10px;
}

#about05 dd span{
	font-size:108%;
	text-decoration:underline;
}

#about06 .guide_tbl th{
	width:120px;
	text-align:center;
}

#about07 li{
	margin-bottom:10px;
}

#about07 li span{
	color:#FF0000;
}

/*webmember*/
.webmember dl{
	margin-bottom:20px;
}

.webmember dt{
	color:#695a52;
	font-weight:bold;
	font-size:15px;
}

.webmember .box{
	background-color: #f2f2f2;
	padding: 15px;	
}

.howto_list li{
	zoom: 100%;
	margin-bottom:20px;
}
.howto_list li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.howto_list li strong{
	color: #695a52;
	font-size: 15px;
	font-weight: bold;
}

.howto_list li .txt{
	width:510px;
}

.howto_list li .img{
	width:210px;
}

.howto_list li .img_txt{
	margin-top:10px;
}
.howto_list li .img_txt .img{
	float:left;
}
.howto_list li .img_txt .txt{
	float:right;
}

.howto_list li .img_txt{
	margin-top:10px;
}
.howto_list li .txt_img .img{
	float:right;
}
.howto_list li .txt_img .txt{
	float:left;
}

.howto_list li img{
	border:1px solid #e5e5e5;
}

/*display*/
.display dl{
	margin-top:10px;
}

.display dt{
	float:left;
	width:160px;
	margin-bottom:10px;
}

.display dt span{
	font-size:11px;
	padding:0 5px;
	border-radius: 2px;        /* CSS3草案 */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;   /* Firefox用 */ 
	border:1px solid #666;
}

.display dd{
	margin-left:160px;
	margin-bottom:10px;
}

.icon_material span{
	display:inline-block;
	background-color: #f2ecdb;
	border: 1px solid #695a52;
	border-radius: 2px;
	color: #695a52;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 2px 10px;
}

/*shopping*/
.shopping li{
	margin-bottom:10px;
}

/*delivery*/
.delivery .guide_tbl td{
	text-align:center;
}

.delivery .box{
	padding:15px;
	background-color:#f2f2f2;
}

.delivery .box .catch_txt{
	font-weight:bold;
	margin-bottom:10px;
}

/*payment*/
.payment li{
	margin-bottom:10px;
}

.payment .icon_creditcard{
	margin:10px 0;
}

.payment .transport_days{
	padding:10px 20px;
	border:1px solid #A59995;
}

.payment .transport_days ul{
	margin-top:10px;
}

.payment .transport_days li{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	margin-bottom:0;
}

.payment .transport_days .item{
	width:160px;
	height:34px;
	line-height:34px;
	margin-bottom:10px;
	font-weight:bold;
	color:#695a52;
	background-color:#EEEBE6;
}

.payment .wrap_tbl th{
	border-right:1px solid #fff;
}

.payment .wrap_tbl th.last{
	border-right:1px solid #7f7f7f;
}

.payment .wrap_tbl td.first{
	border-left:1px solid #ccc;
}

.payment .wrap_tbl caption{
	font-weight:normal;
}

.payment .box{
	margin:15px 0;
	padding:10px 15px;
	font-weight:bold;
	background-color:#F2F2F2;
}

/*return*/
.return .box{
	margin:5px 0;
	padding: 10px 15px;
	color:#666;
	border: 1px solid #a59995;
}

.return .box li{
	margin-bottom:5px;
}

/*afterservice*/
.afterservice dt{
	color: #695a52;
	font-size: 15px;
	font-weight: bold
}

.afterservice dd li{
	margin-bottom:10px;
}

/*faq*/
.faq .box{
	background-color: #fffee7;
	border: 1px solid #a59995;
	padding: 1px;
}

.faq ul{
	border:1px solid #E5E5E5;
	margin-top:15px;
	padding:10px 15px;
}

.faq ul.mt_0{
	margin-top:0;
}

.faq li{
	margin-bottom:5px;
}

.faq li span{
	margin-right:5px;
	font-weight:bold;
	color: #b28750;
}

.faq .sub_ttl{
	margin-left:-8px;
	color: #695a52;
	font-size: 15px;
	font-weight: bold;
}

.faq dl{
	margin-top:15px;
	border:1px solid #E5E5E5;
	padding:10px 15px;
}

.faq dt{
	margin-bottom:5px;
	font-weight:bold;
	color: #b28750;
}

.faq dt span{
	margin-right:5px;
}

.faq dd{
	padding-left:20px;
	
}

.faq dd span{
	margin-left:-20px;
	margin-right:2px;
	font-weight:bold;
	color: #695a52;
}

/*ご注文の流れ*/
#shopping06 h4{
	margin-top:20px;
	color: #695a52;
	font-size: 15px;
	font-weight: bold;
}
.step_flow dt{
	margin:15px 0;
	padding:2px 15px;
	font-size:14px;
	font-weight:bold;
	background-color:#f2f2f2;
}

.step_flow dd{
	padding-left:15px;
	margin-bottom:30px;
}

.step_flow dd img{
	border:1px solid #e5e5e5;
}


.step_flow dd p{
	margin-bottom:12px;
}

.step_flow dd strong{
	font-weight:bold;
}

.step_flow dd .underline{
	text-decoration:underline;
}

.step_flow ol{
	margin-left:20px;
}

.step_flow ol li{
	list-style-type:decimal;
	list-style-position: outside;
}

/*magazine*/
.magazine dl{
	margin-bottom: 20px;
}

.magazine dt{
	color: #695a52;
	font-size: 13px;
	font-weight: bold;
}

.magazine .box{
	padding: 15px;
	background-color: #f2f2f2;
}

.magazine .box .catch_txt{
	margin-bottom:10px;
	font-weight:bold;
}

.txt-note{
	width: 60%;
	margin:0px auto 10px auto;
	background: #f2f2f2;
	text-align: center;
	padding-top: 4px;
}

/*-----------------------------------*
 検索
 *-----------------------------------*/
.tbl_search{
	width:100%;
}

.tbl_search th{
	padding:10px;
	color:#695a52;
	background-color:#F8F5F3;
	border-top:1px solid #DDDDDD;
	border-right:none;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
}

.tbl_search td{
	padding:10px;
	border:1px solid #DDDDDD;
}

.tbl_search td.btn{
	text-align:center;
	border:none;
}

.tbl_search td.btn input[type="submit"] {
	background-color: #EEEBE6;
	border: 1px solid #EEEBE6;
	color: #695a52;
	cursor: pointer;
	font-weight: bold;
	height: 30px;
	width: 80px;
}


/*-----------------------------------*
 サイトマップ
 *-----------------------------------*/
#sitemap_contents{
	width:980px;
	margin:20px auto 0 auto;
}

#sitemap_contents ul{
	float: left;
	margin-bottom: 30px;
	padding: 0 20px;
	width: 286px;
}

#sitemap_contents li {
	margin-bottom: 5px;
	background: url("../images/icon_arrow.png") no-repeat scroll 0 7px transparent;
}

#sitemap_contents li a {
	padding-left: 10px;
	text-decoration: none;
}

#sitemap_contents li a:hover{
	text-decoration:underline;
}

#sitemap_contents li.category {
}

#sitemap_contents li.category{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 0;
	background: url("../images/bg_ttl.gif") repeat-x scroll 0 bottom transparent;
}


/*-----------------------------------*
 メンテナンス
 *-----------------------------------*/
#maintenance_contents{
	width:868px;
	margin:30px auto 100px auto;
	padding:50px;
	text-align:center;
	font-size:14px;
	border:5px solid #eeebe6;
}

#maintenance_contents .ttl{
	margin-bottom:20px;
	color:#695a52;
	font-size:26px;
	font-weight:bold;
}

#maintenance_contents .term{
	width:700px;
	margin:25px auto;
	padding:20px 10px;
	font-size:18px;
	font-weight:bold;
	color:#695a52;
	background-color:#eeeae5;
}


/*-----------------------------------*
 新着、お知らせ情報
 *-----------------------------------*/
.info_contents{
	width:980px;
	margin:30px auto 100px auto;
	font-size:14px;
}

.info_contents .page_ttl{
	margin-bottom:30px;
	text-align:center;
}

.info_contents .inner{
	padding:0 55px;
}

.info_contents p{
	margin-bottom:15px;
}

.info_contents .mark{
	text-align:center;
}

.info_contents .border_box{
	margin-top:30px;
	padding:20px 0;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	text-align:center;
}

.info_contents .bg_sp_box{
	margin-bottom:30px;
	padding:2px;
	border: 2px solid #72615a;
}

.info_contents .sp_box{
	color:#72615a;
	padding:10px 0;
	border: 1px solid #72615a;
	font-size: 14px;
	text-align: center;
}


.info_contents .wrap_tbl{
	margin-bottom:15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}

.info_contents strong{
	font-weight:bold;
}

.info_contents strong span{
	color:#b28750;
}