@charset "utf-8";
/*-------------------------------------
			下層共通
--------------------------------------*/
/*-パンくずリスト-*/
#breadcrumb{
	margin-bottom: 30px;
}
.breadcrumb_list{
	border-width: 1px;
	border-radius: 3px;
	overflow: hidden;
	display:inline-block;
}
.breadcrumb_list li{
	float: left;
	font-size: 11px;
}
.breadcrumb_list a{
	padding: 3px 20px;
	float: left;
	text-decoration: none;
	color: #444;
	position: relative;
	background-color: #eee;
}
.breadcrumb_list a:hover{
	background: #FCECF0;
}
.breadcrumb_list a:after,
.breadcrumb_list a:before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1.1em solid;
	right: -1em;
}
.breadcrumb_list a:after{
	z-index: 2;
	border-left-color: #eee;
}
.breadcrumb_list a:before{
	border-left-color: #fff;
	right: -1.1em;
	z-index: 1;
}
.breadcrumb_list a:hover:after{
	border-left-color: #FCECF0;
}
.breadcrumb_list .current,
.breadcrumb_list .current:hover{
	background: #DEDFDE;
	padding: 3px 20px 3px 25px;
	font-weight: 600;
}
.breadcrumb_list .current:after,
.breadcrumb_list .current:before{
	content: normal;
}

/*-メインビジュアル-*/
#mainimage{
	text-align: center;
	position: relative;
	z-index: 1;
}
#mainimage:before,
#mainimage:after{
	content:"";
	display:block;
	width:100%;
	z-index: 100;
	position: absolute;
}
#mainimage:before{
	height: 12px;
	background:url(../Image/common/mv_line.png) repeat-x left top;
	top: -2px;
}
#mainimage:after{
	height: 12px;
	background:url(../Image/common/mv_line.png) repeat-x left top;
	bottom: -6px;
}

.under h2{
	background: url(../Image/top/top_newsttl_bg.png) no-repeat left top;
	padding: 10px 20px;
	margin-bottom: 30px;
	color: #e27693;
	font-size:18px;
	height:49px;
	box-sizing:border-box;
	letter-spacing: 0.05em;
}
.under h3{
	font-size:16px;
	font-weight: 600;
	background: url(../Image/common/line_dot.gif) repeat-x left bottom;
	padding-bottom: 7px;
	color: #e27693;
	letter-spacing: 0.05em;
}
.under h3 span{
	background: url(../Image/common/icon_under01.png) no-repeat left center;
	background-size: 14px;
	padding-left: 26px;
}

/*-------------------------------------
			トップページ
--------------------------------------*/
#top #contents{
	background: url(../Image/top/top_contents_bg.gif) repeat left top;
}
#top #sec01{
	background:url(../Image/top/top_leadtxt_bg.png) no-repeat left top;
	height: 375px;
	width: 420px;
	padding: 62px 35px 0  285px;
	margin-bottom: 37px;
}
#top #sec01 h2{
	padding-bottom: 24px;
	background: url(../Image/common/line_dot.gif) repeat-x left bottom;
}
#top #sec01 p{
	font-size: 14px;
	padding-top: 27px;
	line-height: 1.8;
}
#top #sec02 .news_ttl{
	background: url(../Image/top/top_newsttl_bg.png) no-repeat left top;
	padding: 10px 20px;
	margin-bottom: 10px;
}
#top #sec02 .news_ttl h2{
	display: inline-block;
}
#top #sec02 .news_ttl h2 img{
	vertical-align: middle;
}
#top #sec02 .news_ttl a{
	display: inline-block;
	width: 80px;
	float: right;
	border-radius: 13px;
	background: #fff;
	line-height: 27px;
	text-align: center;
}
#top #sec02 .news_ttl a img{
	position: relative;
	top: 5px;
}
#top #sec02 .news_list{
	background:url(../Image/top/top_newslist_bgmd.png) repeat-y left center;
	padding-bottom: 20px;
}
#top #sec02 .news_list:before,
#top #sec02 .news_list:after{
	content: "";
	display:block;
	width: 737px;
}
#top #sec02 .news_list:before{
	background:url(../Image/top/top_newslist_bgtp.png) left center;
	height: 13px;
}
#top #sec02 .news_list:after{
	background:url(../Image/top/top_newslist_bgbtm.png) left center;
	height: 30px;
}
#top #sec02 .news_list table{
	width: 700px;
	margin:0 auto;
}
#top #sec02 .news_list th,
#top #sec02 .news_list td{
	background:url(../Image/top/top_newslist_lline.gif) repeat-x left bottom;
	padding: 15px 20px;
	text-align: left;
}
#top #sec02 .news_list th{
	font-size: 14px;
	letter-spacing: 0.04em;
	color: #3F351D;
	font-weight: normal;
	width: 100px;
}
#top #sec02 .news_list td{
	color: #e27693;
}
#top #sec02 .news_list td a{
	color: #e27693;
	text-decoration: underline;
}

/*-------------------------------------
			初めての方へ
--------------------------------------*/
#guide #sec01,
#guide #sec02,
#guide #sec03{
	padding: 60px 20px 0;
}
#guide #sec01{
	padding-top:0;
}
/*-家事代行とは-*/
#guide #sec01 p{
	padding:0 20px;
	letter-spacing: 0.05em;
	line-height: 2.0;
}
#guide #sec01 p span{
	font-size: 16px;
	font-weight: 600;
	color: #9C9076;
}
/*-家事代行の流れ-*/
#guide #sec02 h3{
	margin-bottom: 50px;
}
#guide #sec02 ol{
}
#guide #sec02 ol > li{
	border: 4px solid #FCECF0;
	margin-bottom: 50px;
	background: #FCECF0;
	display: table;
	width: 700px;
	border-radius: 10px;
	position: relative;
	box-sizing: border-box;
}
#guide #sec02 ol > li:nth-child(4),
#guide #sec02 ol > li:last-child{
	border: 4px solid #c9e6ff;
	background: #c9e6ff;
}
#guide #sec02 ol > li:last-child{
	margin-bottom: 0;
}
#guide #sec02 ol > li:after{
	content: "";
	position: absolute;
	left: 315px;
	bottom: -40px;
	border-style: solid;
	border-width: 22px 36px 0 36px;
	border-color: #EAD7B8 transparent transparent transparent;
}
#guide #sec02 ol > li:last-child:after{
	content: none;
}

/*-STEP数字-*/

#guide #sec02 .step_number{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#guide #sec02 .step_number p{
	color: #fff;
	background: #e27693;
	padding: 2px 4px;
	font-size: 11px;
	font-weight: 600;
	border-radius: 15px;
	width: 5em;
	text-align: center;
	display:inline-block;
}
#guide #sec02 ol > li:nth-child(4) .step_number p,
#guide #sec02 ol > li:last-child .step_number p{
	background: #4fa5e8;
}

/*-STEP文章-*/

#guide #sec02 li .txt_box{
	width: 86%;
	background: #fff;
	display:table-cell;
	padding:20px;
	border-radius: 0 10px 10px 0;
}
#guide #sec02 li .txt_box > p:first-child{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #e27693;
	background: url(../Image/common/icon_under01.png) no-repeat left center;
	background-size: 14px;
	padding-left: 26px;
}
#guide #sec02 ol > li:nth-child(4) .txt_box > p:first-child,
#guide #sec02 ol > li:last-child .txt_box > p:first-child{
	color: #4fa5e8;
}
#guide #sec02 li:nth-child(4) .txt_box > p:nth-child(2){
	margin-bottom: 18px;
}
#guide #sec02 li .txt_box > p:nth-child(2){
	background:url(../Image/common/line_dot.gif) repeat-x left top;
	background-size: 6px;
	padding-top: 17px;
}
/*-電話イラスト-*/
#guide #sec02 li:first-child .txt_box > p:nth-child(2){
	background: url(../Image/guide/guide_img01.png) no-repeat right 40px bottom;
	background-size: 77px;
}
/*-メモイラスト-*/
#guide #sec02 li:nth-child(2) .txt_box > p:nth-child(2){
	background: url(../Image/guide/guide_img02.png) no-repeat right 40px bottom;
	background-size: 77px;
	padding-bottom:40px;

}
/*-財布イラスト-*/
#guide #sec02 li:nth-child(5) .txt_box > p:nth-child(2){
	background: url(../Image/guide/guide_img03.png) no-repeat right 40px bottom;
	background-size: 77px;
	padding-bottom:40px;
}

#guide #sec02 li:nth-child(5) .txt_box > p:nth-child(2) span{
	font-size: 13px;
	color: #e27693;
}
/*-STEP4 在宅・外出-*/
#guide #sec02 li ul{
	padding: 0 20px;
}
#guide #sec02 li ul li{
	width: 240px;
	background: url(../Image/recruit/recruit_bg01.jpg) repeat left top;
	box-sizing: border-box;
	border: 3px solid #edb265;
	border-radius: 5px;
}
#guide #sec02 li ul li:first-child{
	float: left;
}
#guide #sec02 li ul li:last-child{
	float: right;
}
#guide #sec02 li ul li p:first-child{
	text-align: center;
	background: #edb265;
	color: #fff;
	padding: 5px 0;
	letter-spacing: 0.05em;
}
#guide #sec02 li ul li p:nth-child(2){
	padding: 15px;
	height: 7em;
}
/*-よくあるご質問-*/
#guide #sec03 dl{
	padding: 30px;
	background: url(../Image/recruit/recruit_bg01.jpg) repeat left top;
}
#guide #sec03 dl dt{
	padding-bottom: 15px;
	font-weight:bold;
}
#guide #sec03 dl dd{
	padding-bottom: 15px;
}
#guide #sec03 dl dt span > span,
#guide #sec03 dl dd span{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	background: #e27693;
	display: inline-block;
	width: 37px;
	text-align: center;
}
#guide #sec03 dl dt span > span{
	background: #e27693;
	margin-right: 10px;
}
#guide #sec03 dl dd span{
	background:  #4fa5e8;
	margin-bottom: 10px;
	display: block;
}
#guide #sec03 dl dt > span:first-child{
	display:block;
}
#guide #sec03 dl dt span:nth-child(2){
	display: inline-block;
	border-radius: 15px;
	line-height: 27px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #e27693;
	background:url(../Image/common/icon_arrow_pink01.png) no-repeat left 10px top 6px #fff;
	padding: 1px 13px 1px 30px;
	vertical-align: middle;
	border: 2px solid #e27693;
	transition: all 300ms ease-out;
	vertical-align: top;
	float: right;
}
#guide #sec03 dl dt span:hover{
	cursor: pointer;
}
#guide #sec03 dl dt span:nth-child(2):hover{
	color:  #4fa5e8;
	border: 2px solid  #4fa5e8;
	background:url(../Image/common/icon_arrow_blue01.png) no-repeat left 10px top 6px #fff;
}
#guide #sec03 dl dt:not(:first-child){
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
/*-------------------------------------
			サービス
--------------------------------------*/
#service #sec01,
#service #sec02,
#service #sec03,
#service #sec04{
	padding: 30px 20px;
}
#service #sec01{
	padding-top: 0;
}
#service .txt_box{
	padding: 20px;
}

/*-こんな方におすすめです！-*/

#service #sec01 .txt_box{
	border: 4px double #F4ECDA;
	background: url(../Image/recruit/recruit_bg01.jpg) repeat left top;
}
#service #sec01 ul{
	padding: 0 20px 0;
}
#service #sec01 li{
	background: url(../Image/service/service_icon01.png) no-repeat left 2px;
	background-size: 18px;
	padding-left: 30px;
	margin-bottom: 12px;
	letter-spacing: 0.05em;
	line-height: 2.0;
	font-size: 16px;
	font-weight: 600;
	color: #9C9076;
}
#service #sec01 li:last-child{
	margin-bottom: 0;
}
/*-サービス一覧-*/
#service #sec02 .list_box:not(:last-child){
	margin-bottom: 40px;
}
#service #sec02 table{
	border-collapse: separate;
	border-spacing: 10px;
}
#service #sec02 table:not(:nth-child(3)){
	padding-top: 20px;
}
#service #sec02 td{
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	border: 4px double #F4ECDA;
	box-sizing: border-box;
	width: 16%;
	line-height: 1.4;
	padding: 7px 5px;
}
/*-空白セルの非表示-*/
#service #sec02 table td.td_blank{
	display: none;
}
#service #sec02 .list-box:first-child table:nth-child(2) td{
	vertical-align: bottom;
}
#service #sec02 table td img{
	display: block;
	width:85px;
	margin: 0 auto;
	padding: 20px 0;
}
#service #sec02 td span{
	font-size: 12px;
	color: #e27693;
	line-height: 1.2;
	font-weight: normal;
}
/*-料金-*/

#service #sec03 table{
	border: 3px solid #e27693;
	padding: 10px;
	box-sizing: border-box;
}
#service #sec03 table th,
#service #sec03 table td{
	text-align: left;
	font-size: 16px;
}
#service #sec03 table th{
	background: #e27693;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 5px 20px;
}
#service #sec03 table th span{
	font-size: 12px;
	padding-left: 6px;
}
#service #sec03 table td{
	padding: 10px 20px;
}
#service #sec03 table td:not(:first-child){
	background: url(../Image/common/line_LR.png) no-repeat left center;
}
/*-注意事項-*/
#service #sec04 h3{
	background: url(../Image/service/service_icon03.png) no-repeat left top;
	background-size: 24px;
	line-height: 24px;
	padding-left: 32px;
	padding-bottom: 5px;
	color: #EAAE3A;
	display: inline-block;
}
#service #sec04 .txt_box{
	background:url(../Image/common/line_dot_orange.png) repeat-x left top;
}
#service #sec04 li{
	margin-bottom: 5px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	font-size: 14px;
}
#service #sec04 li:before{
	content:"■";
	color: #EAAE3A;
	font-size: 9px;
	position: relative;
	bottom: 3px;
	padding-right: 5px;
}
/*-------------------------------------
			対応エリア
--------------------------------------*/
#area #sec01{
	padding: 0 20px;
}
#area #sec02{
	padding: 60px 20px 0;
}
#area .txt_box{
	padding: 20px;
}

/*-対応エリアにおける注意事項-*/

#area #sec01 .txt_box{
	border: 4px double #F4ECDA;
	background: url(../Image/recruit/recruit_bg01.jpg) repeat left top;
}
#area #sec01 p{
	letter-spacing: 0.05em;
	line-height: 2.0;
	font-size: 16px;
	font-weight: 600;
	color: #9C9076;
	text-align: center;
	padding-bottom: 20px;
	background:url(../Image/common/line_dot_pink.png) repeat-x left bottom;
}
#area #sec01 ul{
	padding: 30px 20px 0;
}
#area #sec01 li{
	background: url(../Image/common/icon_under01.png) no-repeat left 4px;
	background-size: 14px;
	padding-left: 26px;
	margin-bottom: 12px;
}
#area #sec01 li:last-child{
	margin-bottom: 0;
}

/*-エリアマップ-*/

#area #sec02 .area_map{
	padding:30px 0;
}
#area #sec02 h2 + .area_map{
	padding-top: 0;
}
#area #sec02 .area_map:last-child{
	padding-bottom: 0;
}
#area #sec02 .area_map h3{
	margin-bottom:30px;
}
#area #sec02 .area_map .img_box{
	padding: 10px 0;
	width:250px;
	float:left;
	margin-right:45px;
}
#area #sec02 .area_map .img_box img{
	width:100%;
	height:auto;
}
#area #sec02 .area_map .txt_box{
	border: 5px solid #FCECF0;
	display: inline-block;
	padding: 20px;
	background: #fff;
	width:355px;
	font-size:14px;
	line-height:1.7;
}
#area #sec02 .area_map .txt_box div:first-child{
	padding-bottom:15px;
	background: url(../Image/common/line_dot.gif) repeat-x left bottom;
	background-size: 5px;
}
#area #sec02 .area_map .txt_box div:nth-child(2){
	padding: 15px 0 10px;
}
#area #sec02 .area_map .txt_box div p:first-child{
	font-size: 15px;
	margin-bottom: 5px;
	font-weight:bold;
}
#area #sec02 .area_map .txt_box div:nth-child(2) p{
	color: #9C9076;
	font-size:13px;
}
#area #sec02 .area_map .txt_box div p:first-child:before{
	content: "";
	width: 20px;
	height: 13px;
	display: inline-block;
	margin-right: 8px;
}
#area #sec02 .area_map .txt_box div:first-child p:first-child:before{
	background: #4FA5E8;
}
#area #sec02 .area_map .txt_box div:nth-child(2) p:first-child:before{
	background: #88BFE4;
}

/*-------------------------------------
			求人情報
--------------------------------------*/
#recruit .list_box{
	background: url(../Image/recruit/recruit_bg01.jpg) repeat left top;
	padding: 30px;
}
#recruit #sec01 .txt_box{
	padding: 0 20px;
}
#recruit #sec01 p{
	padding:10px 20px 0;
	letter-spacing: 0.05em;
	line-height: 2.0;
}
#recruit table{
	width: 680px;
}
#recruit table th,
#recruit table td{
	border-bottom;
	text-align:left;
	box-sizing: border-box;
	padding: 18px 30px;
	font-size:14px;
	background: url(../Image/common/line_dot_pink.png) repeat-x left bottom;
	background-size: 3px;
}
#recruit table tr:last-child th,
#recruit table tr:last-child td{
	background: none;
}
#recruit table tr{
}
#recruit table th{
	width: 20%;
	color:#e27693;
	font-weight: 600;
	letter-spacing: 0.01em;
}
#recruit table td{
	width: 80%;
}
#recruit table td span{
	padding-left: 20px;
	color:#e27693;
	font-size: 12px;
}

/*-------------------------------------
			会社概要
--------------------------------------*/

#company #sec01,
#company #sec02{
	padding: 30px 20px;
}
#company #sec01{
	padding-top: 0;
}

/*-企業方針-*/

#company #sec01 .txt_box{
	text-align: center;
	border: 4px double #F4ECDA;
	background: url(../Image/company/company_bg01.jpg) repeat left top;
	padding: 30px;
	box-shadow: 0 1px 6px #ccc;
	box-sizing: border-box;
}
#company #sec01 .txt_box p{
	font-size: 20px;
	line-height: 2.0;
}
#company #sec01 .txt_box span{
	display: inline-block;
	padding: 0 5px;
}
#company #sec01 .txt_box span.blue{
	color: #4fa5e8;
}
#company #sec01 .txt_box span.beige{
	color: #9C9076;
}
#company #sec01 .txt_box span.pink{
	color: #e27693;
}
#company #sec01 .txt_box span.pink:after{
	content:"　";
	display:inline-block;
	background:url(../Image/common/icon_under01.png) no-repeat center center;
	background-size: 14px;
	border-bottom: none;
}
/*-会社情報-*/

#company #sec02 .list_box{
	border: 5px solid #FCECF0;
}
#company #sec02 table{
	margin: 30px;
	width: 680px;
	background-size: 3px;
}
#company #sec02 table th,
#company #sec02 table td{
	border-bottom;
	text-align:left;
	box-sizing: border-box;
	padding: 15px 30px;
	font-size:14px;
}
#company #sec02 table tr{
	background: url(../Image/common/line_dot_pink.png) repeat-x left bottom;
	background-size: 3px;
}
#company #sec02 table tr:nth-child(2n){
	background: url(../Image/common/line_dot_pink.png) repeat-x left bottom #FDF7F8;
	background-size: 3px;
}
#company #sec02 table tr:last-child{
	background: none;
}
#company #sec02 table tr{
}
#company #sec02 table th{
	width: 20%;
	background:url(../Image/common/line_LR.png) no-repeat right center;
	background-size: 3px;
	letter-spacing: 0.01em;
}
#company #sec02 table td{
	width: 80%;
}
#company #sec02 table td span{
	color:#e27693;
	font-size: 12px;
}

/*-------------------------------------
			サイトマップ
--------------------------------------*/

#sitemap #sec01 dl{
	width: 600px;
	margin:0 auto;
}
#sitemap #sec01 dl dt,
#sitemap #sec01 dl dd{
	text-align:left;
	box-sizing: border-box;
	font-size: 13px;
}
#sitemap #sec01 dl dt{
	letter-spacing: 0.05em;
	padding: 15px 0 3px 0;
	font-size: 15px;
}
#sitemap #sec01 dl dt:first-child{
	padding-top: 0;
}
#sitemap #sec01 dl dt a{
	padding-left: 18px;
	background:url(../Image/common/icon_arrow_pink.png) no-repeat left 6px;
	background-size: 13px;
	color: #e27693;
	display:inline-block;
	transition: all 200ms ease-out;
}
#sitemap #sec01 dl dt a:hover{
	background:url(../Image/common/icon_arrow_blue.png) no-repeat left 4px top 6px;
	background-size: 13px;
	padding-left: 22px;
}
#sitemap #sec01 dl dt span{
	color:#918672;
	font-size: 12px;
	padding-left: 20px;
}
#sitemap #sec01 dl dd{
	background: url(../Image/common/line_dot_pink.png) repeat-x left bottom;
	background-size: 3px;
	padding: 0 0 15px 15px;
}
#sitemap #sec01 dl dd:last-child{
	background: none;
}

/*-------------------------------------
		プライバシーポリシー
--------------------------------------*/

#privacypolicy #sec01 .txt_box{
	width: 600px;
	margin:0 auto;
}
#privacypolicy .description{
	font-size: 14px;
	margin-bottom: 60px;
	line-height: 2.0;
}
#privacypolicy .pp_list dt {
	font-size: 16px;
	line-height: 1.0;
	color: #e27693;
	padding: 4px 0 2px 11px;
	margin-bottom: 10px;
	border-left: 3px solid #e27693;
}
#privacypolicy .pp_list {
	letter-spacing: 0.1em;
}
#privacypolicy .pp_list dd {
	margin-bottom: 40px;
	line-height: 1.7;
}
#privacypolicy .pp_list dd:last-child{
	margin-bottom: 0;
}
#privacypolicy .pp_list dd ul{
	padding: 20px 25px 0;
}
#privacypolicy .pp_list dd ul li{
	background: url(../Image/common/icon_arrow_pink.png) no-repeat left 5px top 5px;
	background-size: 13px;
	padding-left: 25px;
	margin-bottom: 5px;
}
#privacypolicy .pp_list dd a {
  display: inline-block;
	text-decoration: underline;
}
#privacypolicy .pp_list dd a:hover {
	text-decoration: none;
}

/*-------------------------------------
			新着情報
--------------------------------------*/
#topics #sec01 .list_box{
	border: 5px solid #FCECF0;
}
#topics #sec01 hr{
	background: url(../Image/common/line_dot.gif) repeat-x left bottom;
	height:5px;
	border:none;
	margin:0;
}
#topics #sec01 a{
	display:inline;
}
#topics #sec01 .datatitle{
	margin: 0 auto;
	width: 633px;
	padding-top: 50px;
	font-size: 17px;
	background:url(../Image/common/icon_under01.png) no-repeat left 52px;
	background-size: 15px;
	padding-left: 26px;
	padding-bottom: 0;
	color: #e27693;
    letter-spacing: 0.05em;
	font-weight:bold;
}
#topics #sec01 h2 + .datatitle{
	padding-top: 25px;
	background-position:left 27px;
}
#topics #sec01 .datadate{
	margin: 0 auto;
	width: 650px;
	padding: 0 20px 0 0;
	font-size: 13px;
	color: #3F351D;
	letter-spacing: 0.05em;
	text-align: right;
	margin-bottom: 20px;
}
#topics #sec01 .datadate:before{
	content: "UP";
	font-size: 10px;
	background: #9C9076;
	color: #fff;
	padding: 1px 5px;
	margin-right: 6px;
	vertical-align:middle;
}
#topics #sec01 .datatext{
	margin: 0 auto;
	width: 610px;
	padding: 0 20px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding-bottom:50px;
}
#topics #sec01 article{
	margin: 0 auto;
	width: 650px;
	padding: 50px 0;
	background: url(../Image/common/line_dot.gif) repeat-x left bottom;
}
#topics #sec01 > h2 + article{
	padding-top: 25px;
}
#topics #sec01 article:last-child{
	background: none;
	padding-bottom: 50px;
}
#topics #sec01 p.date{
	padding: 0 20px 0 0;
	font-size: 13px;
	color: #3F351D;
	letter-spacing: 0.05em;
	text-align: right;
	margin-bottom: 20px;
}
#topics #sec01 p.date:before{
	content: "UP";
	font-size: 10px;
	background: #9C9076;
	color: #fff;
	padding: 1px 5px;
	margin-right: 6px;
	vertical-align:middle;
}
#topics #sec01 h3{
	font-size: 17px;
	background:url(../Image/common/icon_under01.png) no-repeat left 2px;
	background-size: 15px;
	padding-left: 26px;
	padding-bottom: 0;
}

#topics #sec01 p{
	padding: 0 20px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}