/* マウスホバーで見え隠れ */
.mouseans {
	display: inline-block;
	padding: 0.3em 2em 0em 0.5em;
	margin: 0em 0em 0.5em 0em;
	background: #f8f8f8;
	border: 1px dashed #4abda8; /* 枠線指定 太さ、点線、色 */
	color: #f8f8f8;
	cursor: pointer;
	transition: all 0.12s ease 0s;
}
.mouseans:hover {
	background: #ffffff;
	color: #000000;
        border: 1px dashed #ffffff;
}

/* 答えの 表示/非表示 ボタンを作っている */
.BT_anser {
    color: #ffffff;
    display: inline-block; /* input タグ内で class 指定しても、改行しない */
    text-decoration: none;
    width: auto;
    left: -5em;
    position: relative; /* ボタン回転を中心にする事に関係している */
    perspective: 300px;
    -webkit-perspective: 300px;
}
 
.BT_anser span {
    text-align: center;
    display: inline-block; /* input タグ内で class 指定しても、改行しない */
    width: auto;
    padding: 0.2em 0.3em 0em 0.3em;
    bottom: -0.5em;
    left: -0.2em;
    background-color: #a7dd7d;
    position:absolute; /* ボタン回転を中心にする事に関係している */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition-duration: 0.23s;
    transition-delay: 0s;
}
.BT_anser .open {
    background-color: #61a84d;
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
 
.BT_anser:hover .close {
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
 
.BT_anser:hover .open {
    transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
}


/* ページトップに戻るためのボタンを作っている */
#page-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10000;
}
#page-top a {
    background: #f069e4;
    text-decoration: none;
    color: #333;
    width: 60px;
    padding-top: 30px;
    display: block;
    box-sizing: border-box;
    border: 0px solid #999;
    text-align: center;
    letter-spacing: -1px;
    font-size: 100%;
    opacity: 0.9;
    position: relative;
    border-radius: 10px;

}
#page-top a:hover {
    text-decoration: none;
    opacity: 1;
    background: #3CB371;
}
#page-top a::before {
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 20%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}

/* +, - アイコンのアコーディオン CSS */
.accordion {
/* margin: 0em auto; */
width: fit-content;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border: solid 1px #ccc;
padding: 0.5em 0.5em 0.5em 2.0em;
display: block;
color: #333;
font-weight: bold;
background: #4ea6d13d;
}
.title::after,
.title::before {
content: "";
position: absolute;
left: 1.0em;
top: 0.8em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
border: solid 1px #ebc894;
margin: 2px;
padding: 0.5em 1em 1em 2em;
font-size: 1.0em;
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

#d3dWrap {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}  
#d3dMainLeft {
	width:100%;
	float:left;
	margin-right:-146px;
}
#d3dMainBodyLeft {
	width:auto;
	word-wrap: break-word;
	margin-right:148px;
	overflow:visible;
}
#d3dMainRight {
	width:100%;
	float:right;
	margin-left:-146px;
}
#d3dMainBodyRight {
	width:auto;
	word-wrap: break-word;
	margin-left:148px;
	overflow:visible;
}
#d3dSideRight {
	float:right; width:140px;
}
#d3dSideLeft {
	float:left; width:140px;
}
#d3dMainNoside {
	width:100%;
	float:left;
}
#d3dMainBodyNoside {
	width:auto;
	word-wrap: break-word;
	overflow:visible;
}

/* 先頭ページの Index部分をグレーにして文字を大きくする */
#d3d_breadcrumbs {
	font-size			:1.2em;
	padding				:8px 5px 6px;
	border-bottom			:1px #aaa solid;
	background			:#eeeeee;
}
.center {
	text-align:center;
}
.margin {
	width:auto;
	border:red solid 1px;
	margin-right:auto;
	margin-left:auto;
}

.PhotoBox {
	width:98%;
	margin:5px 0 5px 3px;
}
.d3dPhotoLeft {
	width:162px;
	vertical-align:top;
	text-align:center;
	margin:1px;
	float:left;
}
.d3dPhotoRight {
	width:162px;
	vertical-align:top;
	text-align:center;
	margin:1px;
	float:right;
}
.d3dPhotoCenter {
	vertical-align:top;
	text-align:center;
	margin:1px;
	float:none;
}

td.d3d_tdcenter {
	text-align:center;
}

td.d3d_tdright {
	text-align:right;
}

.pagelist {
	text-align:left;
}

.sTag{
	color:	#316AC5;
	cursor:	pointer;
}
.uTag{
	color:	#999999;
	cursor: pointer;
	text-decoration: underline;
}
.tagList{
	color:	#316AC5;
	font-size:	90%;
}

.tagCloudColumn{
	/* float:	right; */
	border:	1px solid #999999;
	/* width:	220px; */
	width:	95%;
	padding:	5px 10px 10px 10px;
	margin: 3px;
	/* background-color: #ffffff; */
	line-height: 2em;
}

.clear{
	clear:	both;
}

/* item of Side Menu */

.itemSide {
}
.itemSide .item {
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	margin: 0 0 8px 0;
	padding: 0;
}
.itemSide .item div.itemBody {
	margin: 2px 0 2px 0 !important;
	padding:0 !important;
	text-align:left;
}
.itemSide .item div.itemHead {
	margin: 1px 1px 2px 1px;
}
.itemSide .item div.itemHead span.itemTitle{
    	font-size: 10px;
    	font-weight: bold;
	text-align:left;
}
.itemSide .item div.itemInfo {
	margin: 1px 1px 2px 1px;
}
.itemSide .item div.itemFoot {
	margin: 1px 1px 2px 1px;
}
.d3dCalender table {
	width:100%;
	border: 0;
}
.d3dCalender td {
	margin:0;
	padding:0;
	text-align:center;
}
.d3dCalender .d3d_week {
	font-size: 75%;
}

.yd_rightarea a {
	white-space: normal;
}

ul.yd_rightarea {
	margin:0 !important;
	padding:0 !important;
}

ul.yd_rightarea li {
	margin:0 !important;
	padding:2px 0 2px 15px !important;
	list-style-type: none !important;
	list-style-position:outside !important;
	background: url(images/enum1.png) top left no-repeat !important;
	white-space: normal !important;
}

/* item common settings */

 .item div.itemBody {
	text-align:left;
}
 .item div.itemHead {
}
 .item div.itemInfo {
}
 .item div.itemFoot {
}

/* item of Index,Diarylist,OtherBlog pages */

.itemList {
}
.itemList .item {
	/* border: 1px;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey; */
	padding: .5em 0;
	margin: 2px 4px 12px 65px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.itemList .item div.itemBody {
}
.itemList .item div.itemBody .itemText {
	margin: 4px 4px 4px 8px;
	padding: 4px 4px 4px 8px;
	text-align:left;
	font-family: メイリオ;
}
.itemList .item div.itemBody div.avatar {
	margin: 2px 2px 2px 2px;
	text-align:center;
	float:right;
	font-family:hgp教科書体;
	font-size:1.2em;
	background-color:palegoldenrod;
}
.itemList .item div.itemBody div.thumb {
	margin: 2px 2px 2px 2px;
	float:left;
}
.itemList .item div.itemHead {
	/* margin: 2px 4px 2px 4px; */
}
.itemList .item .itemHead span.itemTitle {
	text-align:left;
}
.itemList .item div.itemInfo {
	/* margin: 2px 4px 2px 4px; */
}
.itemList .item div.itemFoot {
	/* margin: 2px 4px 2px 4px; */
}

/* item of Detail page */

.diaryHead {
}
.diaryHead .item {
	border: none;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	padding: .5em 0;
	margin: 4px 4px 4px 65px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.diaryHead .item .itemHead span.itemTitle {
	padding: 4px 10px 4px 10px;
	font-size:	130%;
	font-weight: bold;
}
.diaryHead .item div.itemInfo {
}
.diaryHead .item div.itemBody {
	padding: 4px 4px 4px 4px;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
}

.itemDiary {
}
.itemDiary .item {
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	margin: 4px 4px 4px 8px;
	padding: 4px 4px 4px 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
/*
ブログ本文書体、変更
.itemDiary .item div.itemBody {
	margin: 4px 4px 4px 4px;
} */
.itemDiary .item div.itemBody {
	margin: 4px 4px 4px 4px;
	font-size: 14px;
	font-family: メイリオ;
	letter-spacing: 0.03em;
	line-height: 1.7em;
}
.itemDiary .item div.itemHead {
	margin: 4px 4px 4px 4px;
}
.itemDiary .item div.itemInfo {
}
.itemDiary .item div.itemFoot {
}

/* boxdate if Detail page*/

div.boxdate_base {
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: .5em 0;
	margin: 2px 6px 6px 2px;
	text-align: center;
	float: left;
}

span.boxdate {
	width: 60px;
/*	height: 100%; */
	font-size: 12px;
	font-family: Arial;
	display: block;
	clear: both;
}

div.boxdate_spacer {
	margin: 0;
	padding: 0;
	height: 10px;
}

/* boxdate inside */
span.boxdate div.itemHead {
	border-left:0px;
	border-right:0px;
	padding: 1px 0px 1px 0px;
	margin: 1px 0px 1px 0px;
	text-align:center;
}
span.boxdate div.itemHead span.itemTitle{
	font-size: 12px;
	font-weight: bold;
}
span.boxdate div.itemHead span.dweek {
	font-size: 12px;
	font-weight: bold;
	/*font-family: "Times New Roman";*/
}
span.boxdate div.itemHead span.wSat {
	font-size: 12px;
	font-weight: bold;
	color: #00ffff;
}
span.boxdate div.itemHead span.wSun {
	font-size: 12px;
	font-weight: bold;
	color: #ff6347;
}

span.boxdate div.itemInfo {
	padding: 1px 0px 1px 0px;
	margin: 1px 0px 1px 0px;
	font-size: 14px;
	text-align:center;
}
span.boxdate div.itemInfo span.day {
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman";
	line-height: 1em;
	text-shadow: 2px 2px 2px #999;
	display: block;
}
span.boxdate div.itemInfo span.dSat {
	font-size: 24px;
	color: blue;
	font-weight: bold;
	font-family: "Times New Roman";
	line-height: 1em;
	text-shadow: 2px 2px 2px #999;
	display: block;
}
span.boxdate div.itemInfo span.dSun {
	font-size: 24px;
	color: red;
	font-weight: bold;
	font-family: "Times New Roman";
	line-height: 1em;
	text-shadow: 2px 2px 2px #999;
	display: block;
}

span.boxdate div.itemInfo span.itemText {
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman";
}

span.boxdate div.itemFoot {
	padding: 1px 0px 1px 0px;
	margin: 1px 0px 1px 0px;
	text-align:center;
}

span.boxdate div.itemFoot span.itemText {
	font-size: 12px;
	margin: 0px;
}

/* boxdate_s of Index,Diarylist,OtherBlog pages */
span.boxdate_s {
	width: 50px;
/*	height: 100%; */
	font-size: 12px;
	font-family: Arial;
	display: block;
	clear: both;
}

/* boxdate_s inside */
span.boxdate_s div.itemHead {
	border-left:0px;
	border-right:0px;
	padding: 1px 0px 1px 0px;
	margin: 1px 0px 1px 0px;
	font-weight: bold;
	text-align:center;
}
span.boxdate_s div.itemHead span.itemTitle{
	font-size: 12px;
	font-weight: bold;
}
span.boxdate_s div.itemInfo {
	padding: 1px 0px 1px 0px;
	margin: 1px 0px 1px 0px;
	font-size: 14px;
	text-align:center;
}
span.boxdate_s div.itemInfo span.day {
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman";
	line-height: 1em;
	text-shadow: 2px 2px 2px #999;
	display: block;
}
span.boxdate_s div.itemInfo span.dSat {
	font-size: 18px;
	color: blue;
	font-weight: bold;
	font-family: "Times New Roman";
	line-height: 1em;
	text-shadow: 2px 2px 2px #999;
	display: block;
}
span.boxdate_s div.itemInfo span.dSun {
	font-size: 18px;
	color: red;
	font-weight: bold;
	font-family: "Times New Roman";
	line-height: 1em;
	text-shadow: 2px 2px 2px #999;
	display: block;
}

span.boxdate_s div.itemInfo span.itemText {
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman";
}

span.boxdate_s div.itemInfo span.dweek {
	font-size: 12px;
	font-weight: bold;
	/*font-family: "Times New Roman";*/
}
span.boxdate_s div.itemInfo span.wSat {
	font-size: 12px;
	font-weight: bold;
	color: #00ffff;
}
span.boxdate_s div.itemInfo span.wSun {
	font-size: 12px;
	font-weight: bold;
	color: #ff6347;
}

span.boxdate_s div.itemFoot {
	padding: 1px 0px 1px 0px;
	margin: 1px 0px 1px 0px;
	text-align:center;
}

span.boxdate_s div.itemFoot span.itemText {
	font-size: 12px;
	margin: 0px;
}

/*  Page Navigation */

div.boxNavi .itemBody {
	margin: 1px 2px 5px 2px;
	text-align:center;
	list-style-type: none;
	background-color: transparent;
}
div.boxNavi .itemBody li{
	display: inline;
	margin: 1px 2px 1px 2px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	text-align:center;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
}

div.boxNavi .itemBody li.txt span,
div.boxNavi .itemBody li.this span,
div.boxNavi .itemBody li a {
	margin: 0;
	padding: 5px 7px 5px 10px;
	text-decoration: none;
}
div.boxNavi .itemBody li.this span {
	background-color: #CCCCCC;
}

/*  textarea */

div.d3d_d3com {
	margin-left:8px;
}

div.d3d_d3com textarea {
	width: 300px;
}

div.d3d_d3com input#subject {
	width: 300px;
}

div.d3d_d3com input#com_title {
	width: 300px;
}

/*------Suggest--------*/
div.personnel div.auto_complete {
	width: auto;
	background: #fff;
	font-size: 12px;
}
div.personnel div.auto_complete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	overflow: hidden;
	list-style-type:none;
	cursor: pointer;
}
div.personnel div.auto_complete ul li {
	margin:0;
	padding:3px;
	width:100%;
}
div.personnel div.auto_complete ul li.selected { 
	background-color: #ffb; 
}
div.personnel div.auto_complete ul strong.highlight { 
	color: #800; 
	margin:0;
	padding:0;
}
div.personnel div.auto_complete ul li b {
	color: #0000FF;
	font-weight: normal;
}
div.personnel div.auto_complete span {
	cursor: pointer;
}
div.personnel div.d3d_tag_list {
	height: 3em;
	border:1px solid #888;
	overflow: auto;
}
div.personnel div#d3d_tag_list span {
	cursor: pointer;
}

div.personnel span.exist {
	background-color: transparent;
	cursor: pointer;
}

div.personnel span.exist_highlight {
	background-color: #FFC1C1;
	cursor: pointer;
}

.d3dSortDsc_s {
	background: url(images/down_3.gif) top left no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 4px 0px 4px;
	text-indent:-9999px; 
	background-position:0px -12px;
	pointer-events: none;
	cursor: default;
}
.d3dSortDsc {
	background: url(images/down_3.gif) top left no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 4px 0px 4px;
	text-indent:-9999px; 
	background-position:0px 2px;
}

a:hover.d3dSortDsc {
	background-position:0px -26px;
}

.d3dSortAsc_s {
	background: url(images/up_3.gif) top left no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 4px 0px 4px;
	text-indent:-9999px; 
	background-position:0px -12px;
	pointer-events: none;
	cursor: default;
}

.d3dSortAsc {
	background: url(images/up_3.gif) top left no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 4px 0px 4px;
	text-indent:-9999px; 
	background-position:0px 2px;
}

a:hover.d3dSortAsc {
	background-position:0px -26px;
}

a.d3dSortDsc, .d3dSortDsc_s, a.d3dSortAsc, .d3dSortAsc_s {
	overflow:hidden;
	display:inline-block;
	width:4px;
	height:12px;
}

.d3dQueryInfo{
	text-align:left;
	float:left;
	padding:2px 0px 2px 2px;
}

.d3dTurnoff {
	padding:2px 4px 2px 16px;
	background: url(images/turnoff_2.gif) top left no-repeat;
	height:14px;
}
a.d3dTurnoff {
}
a:hover.d3dTurnoff {
	background-position:0px -21px;
}

.d3dlinkEntry {
	padding:4px 4px 0px 22px;
	background: url(images/pencil_2.gif) top left no-repeat;
	height:14px;
}
a.d3dlinkEntry {
}
a:hover.d3dlinkEntry {
	background-position:0px -19px;
}

.d3dlinkImage {
	padding:4px 4px 0px 22px;
	background: url(images/camera_2.gif) top left no-repeat;
	height:14px;
}
a.d3dlinkImage {
}
a:hover.d3dlinkImage {
	background-position:0px -19px;
}
#page_point01{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point02{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point03{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point04{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point05{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point06{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point07{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point08{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point09{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point10{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point11{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point12{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point13{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point14{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point15{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point16{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point17{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point18{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point19{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point20{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point21{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point22{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point23{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point24{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point25{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point26{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point27{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point28{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point29{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */
#page_point30{margin-top:-93px; padding-top:93px;} /* コンテンツ内ジャンプ時に fixed_space 93px を解消するための anchor-name & ID */