@charset "UTF-8";
/*--------------clearfix--------------*/
.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 */
/*--------------clearfix--------------*/

*{
	margin:0;
	padding:0;
}


/*アイコン等・リンク等設定*/
.arrow_right{
	clear:both;
	text-align:right;
}
.arrow_right a{
	padding:0 0 0 10px;
	background:url(../img/arrow_01.gif) no-repeat 0 center;
}
img{
	border:0;
}
a{
	color:#EB6101;
}	
a:hover{
	color:#FEB17E;
}	
a:visited{
}	


/*--------------色づけ--------------*/
html,body{
	margin:0;
	padding:0;
	/*background:#F9F2DD;*/
	background: url(../img/bg.jpg) 0 0;
	font-size:0;
}
#container{
	margin:0;
	width:890px;
	border-right:1px solid #CCC;
	background:#FFF;
}
#main_container{
	background:url(../img/left_bg.gif) repeat-y 0 0;
}




/*左側ナビゲーションエリア　ここから*/
#sub{
	width:180px;
	float:left;
}
.sub_main_area{
	background:url(../img/left_main_bg.gif) no-repeat 0 0;
	height:280px;
	border-bottom:5px solid #977442;
}
.sub_main_area h1{
	padding:40px 0 24px 20px;
}
#sub .sub_main_area ul.main_navi{
	margin:0 0 0 17px;
}
#sub .sub_main_area ul.main_navi li{
	float:left;
	list-style-type:none;
}
.sub_other_area{
	padding:0 0 135px 0;
	background:url(../img/left_bg_img.gif) no-repeat 0 bottom;
}
.sub_other_area ul{
	clear:both;
}
.sub_other_area ul li{
	list-style-type:none;
}
.sub_other_area ul li img{
	margin:0;
	padding:0;
	vertical-align:top;
}

/*左側ナビゲーションエリア　ここまで*/

/*メインコンテンツエリア　ここから*/
#main_area{
	float:right;
	padding:11px 0 0 0;
	width:710px;
	font-size:12px;
	background:url(../img/main_area_bg.gif) repeat-x 0 0;
}
ul.pankuzu{
	clear:both;
	margin:15px 20px 5px 20px;
	padding:0 0 10px 0;
	border-bottom:1px solid #CCC;
}
ul.pankuzu li{
	display:inline;
}
.main_image_area{
	border-bottom:5px solid #977442;
}
#main{
	margin:15px 20px;
}

.contents_left{
	float:left;
	width:465px;
}
/*おすすめ商品*/
.recommend_box{
	padding:0 0 15px 0;
}
#main .recommend_box h2{
	border:none;
}
.recommend_box .r_box_main{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	background:url(../img/dot.gif) repeat-x 0 bottom;
}
.recommend_box .photo_area{
	float:right;
	padding:0 0 10px 0;
	width:158px;
}
.recommend_box .txt_area{
	float:left;
	width:290px;
}

.r_box{
	clear:right;
	padding:0 14px 0 0;
	width:145px;
	float:left;
}
.r_box_right{
	float:right;
	width:145px;
}
.r_box p,.r_box_right p{
	padding:5px 0 0 0;
}

/*新着情報*/
.news_area{
	padding:10px 0 0 0;
}
#main .news_area h2{
	border:none;
	margin:0;
	padding:0;
	font-size:0;
}
#main .news_area h2 img{
	vertical-align:top;
}

.news_area dl{
	padding:10px 20px 5px 20px;
	background:#F6F4F5;
	border:1px solid #CCC;
	background:url(../img/dl_bg.gif) repeat-y 0 0 #F6F4F5;
}
.news_area dl dt{
	float:left;
	display:block;
	width:100px;
	color:#EB6101;
	font-weight:bold;
}
.news_area dl dd{
	margin:0 0 5px 0;
	padding:0 0 5px 100px;
	background:url(../img/dot.gif) repeat-x 0 bottom;
}

/*バナーエリア*/
.banner_area{
}
.banner_left{
	float:left;
	width:450px;
}
.banner_right img{
	margin:0 0 10px 0;
}
.banner_right{
	float:right;
	padding:7px 0 0 0;
	width:190px;
}
/*共通パーツ
/////////////////////////////////////////////////////////////////////*/
#main h2{
	font-size:14px;
	clear:both;
	margin:10px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid #000;

}

#main h2.h2_red,#heiando_box h2.h2_red{
	font-size:14px;
	clear:both;
	margin:10px 0;
	padding:0 0 3px 0;
	color:#7B1C24;
	border-bottom:1px solid #7B1C24;
}
#main h2.h2_pink{
	font-size:14px;
	clear:both;
	margin:10px 0;
	padding:0 0 3px 0;
	color:#D4888F;
	border-bottom:1px solid #D4888F;
}
#main p.hissu{
	clear:both;
	margin:10px 0;
	font-size:12px;
	font-weight:bold;
	color:#7B1C24;
}
#main span.hissu{
	clear:both;
	margin:0 0 0 10px;
	font-size:12px;
	font-weight:bold;
	color:#7B1C24;
}
h3{
	padding:0 0 8px 0;
	color:#EB6101;
	font-size:12px;
	font-weight:bold;
}
h4{
	padding:0 0 4px 0;
	color:#7B1C24;
	font-size:12px;
	font-weight: normal;
}
.go_top{
	clear:both;
	padding:30px 0 0 0;
	text-align:right;
}
.dotline{
	clear:both;
	padding:5px 0;
	background:url(../img/dot.gif) repeat-x 0 center;
	height:10px;
	width:100%;
	text-indent:-9999px;
}
.noline{
	clear:both;
	padding:5px 0;
	height:10px;
	width:100%;
	text-indent:-9999px;
}

/*フォーム
///////////////////////////////////////////////////////////////*/
input.w390,textarea.w390{
	width:390px;
}
input.w110{
	width:110px;
}


/*印鑑・ゴム印
/////////////////////////////////////////////////////////////////////*/
.right_txt{
	margin:0;
	padding:0 0 20px 0;
	line-height:1em;
	text-align:right;
}
.left_box{
	float:left;
	width:330px;
}
.right_box{
	float:right;
	width:330px;
}	
.left_box2{
	float:left;
	width:380px;
}
.right_box2{
	float:right;
	width:280px;
}	
#main_inkanan .left_box img,#main_inkanan .right_box img{
	float:right;
	padding:0 0 10px 0;
}
#main_inkanan .left_box2 img.inkan_img{
	float:right;
	padding:0 0 10px 10px;
}

#main_inkanan .left_box p,#main_inkanan .right_box p{
	margin:0 0 10px 0;
	line-height:130%;
}
/*テーブル----------------------------------------------*/
table.inkan_list{
	margin:0 0 10px 0;
	clear:both;
	border-collapse:collapse;
	width:330px;
	font-size:12px;
}
.left_box2 table.inkan_list,.right_box2 table.inkan_list{
	width:100%;
}
table.inkan_list th{
	padding:5px 0 5px 5px;
	background:#F6F6F6;
	border:1px solid #CCC;
	font-weight: normal;
	text-align:left;
	vertical-align:middle;
}
table.inkan_list th.name{
	background:#FFFFDC;
}
table.inkan_list td{
	padding:4px;
	border:1px solid #CCC;
	vertical-align:middle;
}
table.inkan_list td.price{
	white-space: nowrap;
	text-align:right;
}
table.inkan_list td.price strong{
	color:#EB6101;
}
.center_box table.inkan_list{
	clear:none;
	float:left;
	margin:5px 0 0 0;
	border-collapse:collapse;
	width:374px;
	font-size:12px;
}
.center_box2 table.inkan_list{
	clear:none;
	margin:5px 0 0 0;
	border-collapse:collapse;
	/*width:374px;*/
	font-size:12px;
}


/*テーブル----------------------------------------------*/

.center_box img{
	float:right;
	padding:0 0 0 0;
	width:286px;
}
.F7F_box{
	padding:5px;
	background:#F7F999;
	border:1px solid #CCC;
}
.F7F_box img{
	float:none;
	padding:0 0 0 30px;
}
.F7F_box p strong{
	clear:both;
	padding:10px 0;
	color:#7B1C24;
	font-size:16px;
}
.F7F_box p.right_txt{
	padding:5px 0 0 0;
	color:#EB6101;
	font-weight:bold;
}
.F7F_box h3{
	padding:10px 0 0 0;
}
.frame{
	border:1px solid #CCC;
	padding:10px;
}
.gomuin{
	float:left;
	width:320px;
}
.photo_box{
	float:left;
	width:140px;
}
.txt_box{
	padding:0 0 0 10px;
	width:160px;
	float:left;
}
.gomuin dl{
	margin:20px 0 0 0;
}
.gomuin dl dd{
	color:#EB6101;
}


/*表札・印刷・etc
////////////////////////////////////////////////////*/
#main_inkanan #main h3{
	margin:0 0 10px 0;
	padding:4px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	background:#7B1C24;
}

.table_list{
	border-collapse: collapse;
}
.table_list td{
	margin:10px;
	border:1px solid #CCC;
}

.waku_2row{
	margin:0;
	_margin:-1px 0 0 0;
	padding:10px 0;
	background:url(../img/waku_2row.gif) repeat-y 0 0;
	
}
.waku_2row .left_box{
	width:328px;
}
.waku_2row .right_box{
	width:328px;
	padding:0 1px 0 3px;
}
.waku_2row h3,.waku_2row p{
	padding:0 10px 5px 10px;
}
.waku_2row_top{
	clear:both;
	margin:0 0 0 0;
	padding:0;
	display:block;
	background:url(../img/waku_2row_bottom.gif) no-repeat 0 0;
	height:1px;
	text-indent:-9999px;
	font-size:0;
}
.waku_2row_bottom{
	clear:both;
	margin:0 0 8px 0;
	display:block;
	background:url(../img/waku_2row_bottom.gif) no-repeat 0 0;
	text-indent:-9999px;
	font-size:1px;
}

.waku_2row table{
	background:url(../img/dot.gif) repeat-x 0 0;
}	
.waku_2row table td{
	padding:10px 0 0 10px;
	vertical-align:top;
}
.waku_2row table td.space_td{
	padding:10px 0 0 0;
	font-size:0;
}
.hyosatu_side_img{
	float:left;
	padding:0 10px 0 0;
}
.waku_2row table td dl{
	margin:5px 0 0 0;
}
.waku_2row table td dl dt{
	font-weight:bold;
}
.waku_2row table td dl dd.price{
	color:#EB6101;
	font-weight:bold;
}

.waku_2row table td dl.side_dl dt{
	clear:both;
}
.waku_2row table td dl.side_dl dd{
	float:left;
	width:100px;
}
.waku_2row table td dl.side_dl dd.price{
	float:left;
	padding:0 0 0 20px;
}
dl.side_dl2{
	clear:both;
}
.side_dl2 dt{
	float:left;
}
.side_dl2 dd.price{
	float:left;
	padding:0 0 0 20px;
}
.waku_2row table td.hagaki{
	text-align:center;
	background:#FFFFCC;
}
.waku_2row table td.hagaki img{
	padding:0 10px 0;
}
.waku_2row table td.img_center{
	padding:10px 0 0 0;
	text-align:center;
}

/*手彫り印鑑
///////////////////////////////////////////////////////////////////*/

.tebori{
	background:url(../img/dot_y.jpg) repeat-y center 0;
}
.tebori .photo_box{
	width:90px;
}
.tebori .txt_box{
	padding:0 0 0 10px;
	width:210px;
	float:left;
}
.tebori table{
	clear:both;
	margin:10px 0 0 0;
}
.tebori table td{
	padding:5px 0;
	vertical-align:top;
}
.tebori .rally{
	background:url(../img/dot.gif) repeat-x 0 bottom;
}
.tebori .rank{
	color:#EA6001;
	background:url(../img/dot.gif) repeat-x 0 bottom;
}
.tebori h5{
	clear:both;
	margin:10px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid #000;
	font-size:12px;
}

ul.works{}
ul.works li{
	float:left;
	list-style-type:none;
	vertical-align:bottom;
}
ul.works li.works_title{
	clear:both;
	width:100px;
	height:54px;
	display:block;
}

/*平安堂の彫り方
//////////////////////////////////////////////////////////////////////*/

.horikara table td{
	text-align:center;
	width:20%;
}
.horikara table td.w130{
	width:130px;
	text-align:left;
}
.horikara table td.w130 strong{
	color:#EB6101;
}
.horikara table td.w540{
	width:540px;
	text-align:left;
}
.horikara table.oher_inkan td{
	width:95px;
}
/*会社概要・求人情報
///////////////////////////////////////////////////////////////*/

#company table,#recruit table,#toi table{
	border-collapse:collapse;
	margin:0 0 15px 0;
}
#company table th,#recruit table th,#toi table th{
	padding:8px;
	background:#F6F6F6;
	border:1px solid #CCC;
	text-align:left;
	width:140px;
	font-weight:normal;
}
#company table td,#recruit table td,#toi table td{
	padding:8px;
	border:1px solid #CCC;
}
.map{
	margin:40px 0;
}
.SC_left{
	float:left;
	width:400px;}


.SC_right{
	float:right;
	width:248px;
}
#recruit .info_area{
	margin:20px 0;
}
#recruit .info_area p{
	margin:0 0 10px 0;

}

#recruit .box{
	margin:0 0 30px 0;
	padding:20px;
	border:1px solid #7B1C24;
	text-align:center;
	background:#F9F2DD;
	font-size:14px;
	color:#7B1C24;
}
	
/*お近くの平安堂
//////////////////////////////////////////////////////////////////*/
.sakuratenpo{
	text-align:right;
}
#heiando table td{
	width:33%;
	vertical-align:top;
}
#heiando ul li{
	list-style-type:none;
}
#heiando td.tenpo_01,#heiando td.tenpo_02{
	padding:0 10px 0 0;
}



/*店舗一覧*/
#heiando_box{
	margin:20px 0;
}
#heiando_box table td{
	width:33%;
	vertical-align:top;
}
#heiando_box ul li{
	list-style-type:none;
	font-size:12px;
	margin:3px 0;
	padding-left:20px;
}
#heiando_box td.tenpo_01,#heiando_box td.tenpo_02{
	padding:0 10px 0 0;
}
/*さくら平安堂*/
#heiando_box ul li.sakura{
	padding-left:0;
}
/*店舗-----------------------------------------*/
#heiando .tenpo table{
	margin:10px 0 0 0;
	border-collapse:collapse;
}
#heiando .tenpo table th{
	padding:8px;
	background:#F6F6F6;
	border:1px solid #CCC;
	text-align:left;
	width:64px;
	font-weight:normal;
}
#heiando .tenpo table td{
	padding:8px;
	border:1px solid #CCC;
	width:auto;
}
#heiando .tenpo_left{
	float:left;
	width:320px;
}
#heiando .tenpo_right{
	float:right;
	width:340px;
	text-align:right;
}
/*お得なクーポン券
//////////////////////////////////////////////////////////////////*/
#coupon .couponEx{
	padding:10px 0 30px 0;
}
#coupon .img_coupon{
	width:630px;
	margin:0 auto;
}

/*メインコンテンツエリア　ここまで*/

#footer_area{
	clear:both;
	padding:0 0 10px 0;
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
	border-top:3px solid #000;
	background:url(../img/foot_bg.jpg) repeat-y 0 0 #FFF;
}
#footer_area ul{
	padding:10px 0;
	margin:0 10px 10px 200px;
}
#footer_area ul li,#footer_area ul li a{
	float:left;
	list-style-type:none;
	font-size:11px;
	color:#EB6101;
}
#footer_area ul li.copy{
	float:right;
	color:#EB6101;
}




/*バナー
//////////////////////////////////////////////////////////////////*/
.nenga_mein_banner{
	padding:0 0 10px 0;
}
.sidebanner{
	padding:5px 0 0 5px;
}

.submit_area{
	margin:15px 0;
	text-align:center;
}
.submit_area input{
	margin:0 10px;
	padding:0 10px;
}



/*天使の印
/////////////////////////////////////////////////////////////*/
#tenshi{
	font-size:12px;
	margin:0 auto;
	width:670px;
}
#tenshi table.tenshi_table{
	margin:10px 0;
	width:670px;
	border:ipx solid #FF0000;
}
#tenshi table.tenshi_table td{
	width:50%;
	vertical-align:top;
}
#tenshi table.tenshi_table td.tenshi_ttl{
	padding:0 0 10px 0;
}
#tenshi table.tenshi_table td.tenshi_txt_l{
	padding:0 10px 0 0;
}
#tenshi #main{
	_margin:15px 18px;
}


#tenshi #main .tenshi_box_wrapp{
	clear:both;
	margin:30px 0 0 0;
	width:670px;
	padding:0 0 6px 0;
	background:url(../img/tenshi/tenshi_box_bottom.gif) no-repeat 0 bottom;
	vertical-align:top;
}
#tenshi #main .tenshi_box{
	clear:both;
	background: url(../img/tenshi/ttl_02.jpg) no-repeat 0 0;
	vertical-align:top;
}
#tenshi #main .tenshi_box h2{
	padding:15px 0 14px 19px;
	border-bottom:none;
}
#tenshi #main .tenshi_box img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
}
#tenshi #main .tenshi_box_m{
	margin:-3px 0 0 0;
	border:2px solid #F49FC0;
	border-top:none;
	border-bottom:none;
}
.tenshi_table_no{
	margin:0 auto;
	width:605px;
}
.tenshi_table_no em{
	font-style:normal;
	color:#ED6FA0;
	font-weight:bold;
}
.tenshi_table_no td{
	padding:10px 0;
	background:url(../img/dot.gif) repeat-x 0 0;
}
.tenshi_table_no td.none{
	background:none;
}
.tenshi_table_no td.no_img{
	width:230px;
}


/*印鑑の役割
//////////////////////////////////////////////////*/
.yakuwaari_wapp{
	width:670px;
	margin:10px 0 0 0;
	padding:4px 0 0 0;
	background:url(../img/tenshi/yakuwari_top.gif) no-repeat 0 0;
}
.yakuwari_box{
	padding:0 0 5px 0;
	background:url(../img/tenshi/yakuwari_bottom.gif) no-repeat 0 bottom;
}
.yakuwari_ttl{
	padding:15px 0 15px 30px;
}
.yakuwari_box_m{
	border-left:2px solid #CCC;
	border-right:2px solid #CCC;
	background:#FBF5E6;
}
.yakuwari_box table{
	margin:0 auto;
	width:605px;
}
.yakuwari_box table td.in{
	width:100px;
	text-align:center;
}
.yakuwari_box table td{
	padding:10px 0;
	background:url(../img/dot.gif) repeat-x 0 0;
}
.yakuwari_box table td.none{
	background:none;
}

