@charset "utf-8";

@import "../../css/frame_base.css";
@import "../../css/frame_group.css";
@import "../../css/parts.css";
@import "../../css/font.css";
@import "../../css/start.css";

/* 固有タグ指定 */

/* テーブルフォーム */
table.tStyle1			{
						border-collapse:collapse; margin:5px 0px 20px 0px;
						}

table.tStyle1 tr		{
						font-size:100%; line-height:130%;
						}

table.tStyle1 td.td01	{
						width:95px; padding:6px 4px 6px 4px; text-align:center;
						border-top:#999999 1px solid; border-right:#999999 1px solid; border-bottom:#999999 1px solid; border-left:#999999 1px solid;
						border-collapse:separate; background-color:#FCFBFA;
						}

table.tStyle1 td.td02	{
						width:355px; padding:6px 4px 6px 8px;
						border-top:#999999 1px solid; border-right:#999999 1px solid; border-bottom:#999999 1px solid; border-left:#999999 1px solid;
						border-collapse:separate; background-color:#FFFFFF;
						}

.elderly {
	padding:20px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.elderly .tips {
	background-image: linear-gradient(
		-45deg,
		#fff 25%,
		#FFE8DF 25%, #FFE8DF 50%,
		#fff 50%, #fff 75%,
		#FFE8DF 75%, #FFE8DF
	);
	background-size: 8px 8px;
	/*padding:10px;*/
	margin-bottom:12px;
}
.elderly .tips p {
	padding:18px 0;
	font-size:18px;
	text-align:center;
	letter-spacing:0.08em;
	color:#661A00;
}
.elderly h3 {
	font-size:18px;
	line-height:30px;
	text-align:center;
	margin-bottom:22px;
	letter-spacing:0.08em;
	color:#661A00;
}
.elderly h3 strong {
	color:#F30;
}
.elderly h4 {
	background:#FFDED2;
	border-left:3px solid #C30;
	padding:12px 18px;
	margin-bottom:16px; 
}
.elderly p {
	line-height:20px;
	font-size:13px;
	text-indent:1em;
}
.elderly .section01 {
	margin-bottom:60px;
}
.elderly .section02 {
	margin-bottom:50px;
}
.elderly .section01 img,
.elderly .section02 img {
	display:block;
	float:left;
	width:200px;
}
.elderly .section01 p,
.elderly .section02 p {
	float:right;
	width:260px;
}

.elderly .section01 p strong,
.elderly .section02 p strong {
	color:#B22D00;
	letter-spacing:0.08em;
	font-weight:bold;
}


.archive {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FDFDFD;
	border:1px solid #DDD;
}
.archive h2 {
	text-align:center;
	font-weight:bold;
	padding:14px 14px 0;
	letter-spacing:0.08em;
	color:#F30;
}
.archive h2 i {
	color:#000;
	margin-right:4px;
}
.archive div {
	padding:20px 4px;
}
.archive h3 {
	font-weight:bold;
	padding:10px 2px;
	font-size:12px;
}
.archive p {
	line-height:18px;
	color:#333;
	padding:2px 2px;
	font-size:11px;
}
.archive img {
	padding:2px;
	border:1px solid #DDD;
}
.marble_area {
	margin:0 auto 30px;
	font-size:14px;
}
.marble_area dt {
	display:inline-block;
	color:#27A84B;
	border-bottom:2px solid #88C997;
	padding:6px 18px 6px 0;
	margin:0 0 12px;
}
.marble_area dd {
	line-height:22px;
}
/* =================================================
 * clearfix
 * ================================================*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
