p.column_title{
	font-size: 130%;
	font-weight: bold;
	color: #666666;
/*	border-bottom: 1px solid #dedede;*/
	margin: 0 0 1% 0;
	padding: 0.8em 0.5em 0.8em 0.5em;
	background-color: #efefef;
}


/********* TOC (Table of Cntent  *********/

#toc {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 1em 1em 1em 2em;
	border-top: 5px solid #aabdca;
	border-radius: 5px;
	box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
	background-color: #f7f7f7;
}

#toc div {
	display: flex;
	align-items: center;
	margin: 0;
	color: #aabdca;
	font-weight: 600;
	font-size: 1.2em;
}

#toc div::before {
	display: inline-block;
	width: 2.2em;
	height: 2.2em;
	margin-right: 5px;
	border-radius: 50%;
	background: #aabdca url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.8%2017.2h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.8-.8-.8zm0-15h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8V3c-.1-.4-.4-.8-.8-.8zm0%207.6h-3c-.5%200-.8.3-.8.7v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.7-.8-.7zM23.2%2018h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8zm0-15h-15c-.4%200-.7.3-.7.8v1.5c0%20.4.3.7.7.7h15c.5%200%20.8-.3.8-.8V3.8c0-.5-.3-.8-.8-.8zm0%207.5h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat center / 1em;
	content: '';
}

#toc label::after {
	display: flex;
	margin-left: 15px;
	padding: .3em 1.2em;
	border-radius: 2px;
	font-size: .55em;
	background-color: #c6cdd3;
	color: #fff;
	content: "閉じる";
	cursor: pointer;
}

#toc:has(:checked) label::after {
	content: "開く";
}

#toc input {
	display: none;
}

#toc ol {
	list-style-type: decimal;
	margin: 0;
	padding: 0 1.2em;
	overflow: hidden;
}

#toc > ol {
	height: auto;
	margin-top: 10px;
}

#toc:has(:checked) > ol {
	height: 0;
}

#toc ol ol {
	margin-top: 5px;
}

#toc li {
	padding: 1px 0;
	margin-top:0;
	margin-bottom:0;
	font-weight: 500;
}

#toc ol ol li {
	font-weight: 400;
	font-size: .9em;
}

#toc a {
	color: #555;
}



/********* index  *********/
div.search_result_text{
	background-color: #f9f9f9;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	border-bottom: 1px solid #ededed;
}
	div.search_result_text p{
		border-bottom: 0 solid #cccccc;
		padding-bottom: 0.3em;
		margin: 0;
		color: #808080;

		display: inline-block;
		zoom: 1;
		*display: inline;
	}
		div.search_result_text p a{
			margin: 0;
			margin-left: 1.5em;
			padding: 0.2em 0.8em;
			background-color: #dddddd;
			color: #fff;
			font-size: 80%;
			text-decoration: none;
			position: relative;
			padding-left: 2.8em;
			border-radius: 2px; 
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;

			display: inline-block;
			zoom: 1;
			*display: inline;
		}
			div.search_result_text p a:before{
				font-family: "FontAwesome";
				font-size: 150%;
				position: absolute;
				margin: auto;
				height: auto;
				left: 0.5em;
				top: 50%;
				transform: translateY(-50%);
				font-weight: normal !important;
				content: "\f021";
				color: #fff;
			}
			div.search_result_text p a:hover{
				filter: alpha(opacity=75);
				opacity:0.75;
			}




/* ############### edit/delete button 共通 ############### */
div.edit_btn_wrap
}
	div.edit_btn_wrap > ul{
	}
		div.edit_btn_wrap > ul > li{
			list-style-type: none;
		}

/* ############### Form Box ############### */

h2.form_cont_title{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	line-height: 100px;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	color: #808080;

}
div.form_cont{
	position: relative;
	overflow: hidden;
	margin: 10px 0;
}

/* ############### comment ############### */
/* 返信用ボタン */
div.reply_button_wrap{
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
	position: relative;
	overflow: hidden;
}
	div.reply_button_wrap ul {
		letter-spacing: -.4em;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	div.reply_button_wrap ul li{
		letter-spacing: normal;
		padding: 0;
		margin: 0;
		list-style-type: none;
		font-weight: bold;
		width: 80%;

		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	div.reply_button_wrap ul li a{
		font-size: 120%;
		padding: 1.5em;
		background: #ebebeb;
		border: 1px solid #e2e2e2;
		color: #777777 !important;
		display: block;
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;

		box-shadow:inset 0px 2em 0.2em 0.2em #efefef;
		-webkit-box-shadow:inset 0px 2em 0.2em 0.2em #efefef;
		-moz-box-shadow:inset 0px 2em 0.2em 0.2em #efefef;

		border-radius: 3px; 
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
		div.reply_button_wrap ul li a:before{
			font-family: FontAwesome;
			content: "\f112";
			margin-right: 1em;
		}
		div.reply_button_wrap ul li a:hover{
			filter: alpha(opacity=75);
			opacity:0.75;
		}

		/* 無効の場合のメッセージ */
		div.reply_button_wrap.disable ul li{
			width: 100%;
			font-size: 120%;
			color: #a6a6a6;
			font-weight: normal;
			padding: 1.5em;
			background: #efefef;
		}

ul.comments{
}
	ul.comments > li{
		padding-bottom: 1.5em;
	}





	/* 返信用コンタクト アクション */
	/* コンタクト アクション */
	div.contact_action_wrap{
		overflow: hidden;
		padding: 0;
		margin: 0;
		margin-top: 0.5em;
		margin-bottom: 0;
	}
		div.contact_action_wrap > ul{
			position: absolute;
			right: 0.2em;
			bottom: 0.2em;
			width: auto;
			letter-spacing: -.4em;
			padding: 0;
			margin: 0;
			text-align: center;
		}
			div.contact_action_wrap > ul > li{
				letter-spacing: normal;
				color: #9e9e9e;
				font-weight: normal;
				margin: 0;
				margin-bottom: 0;
				margin-right: 2em;
				padding: 0;
				position: relative;
				white-space: nowrap;
				display: inline-block;
				zoom: 1;
				*display: inline;
			}
			div.contact_action_wrap > ul > li:last-child{
				margin-right: 0;
			}
				div.contact_action_wrap > ul > li:before,
				div.contact_action_wrap > ul > li > a:before{
					font-family: FontAwesome;
					font-size: 100%;
					font-weight: normal !important;
					margin-right: 0.5em;
					color: #9e9e9e;
				}
				div.contact_action_wrap > ul > li.author{
					font-weight: normal;
					margin-right: 1em;
				}
					div.contact_action_wrap > ul > li.author:before{
						content: "\f007";
					}




		/* ############### edit / delete button for reply ############### */
		ul.comments > li > div.edit_btn_wrap{
			letter-spacing: normal;
			overflow: hidden;
			position: absolute;
			left: 0.2em;
			bottom: 0.2em;
			z-index: 555;
		}
			ul.comments > li > div.edit_btn_wrap > ul{
				margin: 0 !important;
				padding: 0 !important;
			}
				ul.comments > li > div.edit_btn_wrap > ul > li{
					list-style-type: none;
					padding: 0 !important;
					margin: 0 0 0 0.2em !important;
					float: left;
				}
					ul.comments > li > div.edit_btn_wrap > ul > li > form{
						margin: 0;
					}
					ul.comments > li > div.edit_btn_wrap > ul > li > form > button{
						margin: 0 !important;
						padding: 0.2em 0.8em;
					}


/* ############### reply form ############### */

div.rep_form_wrap{
	padding: 1em;
	border: 3px solid #d9d9d9;
	background-color: #f4f4f4;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
	div.rep_form_wrap > h3{
		text-align: center;
		padding: 0.5em;
		margin-top: 0;
		margin-bottom: 0;
		background-color: #efefef;
		border-radius: 3px; 
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}


	/* ############### mypage link button ############### */
	div.mypage_button_wrap{
		margin-top: 1em;
		margin-bottom: 1.5em;
		text-align: center;
	}
		div.mypage_button_wrap > p{
			text-align: center;
			margin: 0.4em;
			clear: both;
		}

		/*アカウント名*/
		div.mypage_button_wrap > p.account_button{
			margin: 0;
			padding: 0;
		}
		div.mypage_button_wrap > p.account_button > span{
			font-size: 130%;
			color: #a3a3a3;

			display: inline-block;
			zoom: 1;
			*display: inline;

			border-radius: 3px; 
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		}
			div.mypage_button_wrap > p.account_button > span:before{
				font-size: 140%;
				font-family: FontAwesome;
				content: "\f007";
				margin-right: 0.6em;
			}


		/*マイページログインボタン*/
		div.mypage_button_wrap > p.mypage_link_button{
			display: inline-block;
			zoom: 1;
			*display: inline;
		}
			div.mypage_button_wrap > p.mypage_link_button > a{
				background-color: #3198cf;
				color: #fff;
				text-decoration: none;
				padding: 0.5em 1em;
				border-radius: 3px; 
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
			}
	/*
			div.mypage_button_wrap > p.mypage_link_button > a:before{
				font-family: FontAwesome;
				content: "\f007";
				margin-right: 0.6em;
			}
	*/
				div.mypage_button_wrap > p.mypage_link_button > a:hover{
					filter: alpha(opacity=75);
					opacity:0.75;
				}



/********* admin top edit delete button *********/
div.admin_edit_btn{
	margin-top: 5px;
}
/********* photo mg *********/
div.photo_mg_wrap{
	overflow: hidden;
	width: 100%;
	padding: 20px;
}



/********* input forms *********/
div.form_cont input{
	width: 100%;
}
div.form_cont textarea{
	height: 200px;
}
div.confirm_wrap,
div.input_wrap{
	margin-top: 1.5em;
}
div.div_wrap{
	margin-top: 5em;
}

/********* p note *********/
p.text_note{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
	p.text_note.center{
		text-align: center;
	}
p.input_rule{
	margin-top: 0em;
	font-size: 90%;
	color: #c1c1c1;
}

div.login_form_cookie{
	text-align: center;
	margin: 0.8em;
}
	div.login_form_cookie > label{
		font-size: 90%;
	}

div#updete_done > p{
	font-size: 120%;
	text-align: center;
	color: red;
}


/********* Label  *********/
div.input_wrap > label{
	z-index: 10;
	position: relative;
	bottom: -0.1em;
	padding: 0;
	font-weight: bold;

	filter: alpha(opacity=75);
	opacity: 0.75;

	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
div.input_wrap > label.err_txt{
	color: red;
	font-weight: bold;
}


#prof_pic{
	padding: 0;
	margin: auto;
	position: relative;
	display: block;
	width: 30%;
}
	#prof_pic p{
		text-align: center;
		color: red;
	}
	#prof_pic img{
		border: 1px solid #ddd;
		padding: 3px;
		background: #f8f8f8;
	}
	#prof_pic span.del_btn{
		width: 1.5em;
		height: 1.5em;
		position: absolute;
		right: 0.5em;
		top: 0.5em;
		font-size: 140%;
		text-align: center;
	}
		#prof_pic span.del_btn a{
			display: block;
			width: 100%;
			height: 100%;
			text-decoration: none;
			background-color: #fff;

			border-radius: 0.75em; 
			-webkit-border-radius: 0.75em;
			-moz-border-radius: 0.75em;

		}
		#prof_pic span.del_btn a:hover{
			filter: alpha(opacity=85);
			opacity:0.85;
		}






/********* Photo management thumbnail and checkbox *********/
div.thumb_checkbox_wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
	div.thumb_checkbox_wrap ul {
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 0;
		text-align: center;
	}
	div.thumb_checkbox_wrap ul li {
		font-size: 1rem;
		margin: 5px;
		padding: 10px;
		list-style-type: none;
		width: 220px;
		height: auto;
		vertical-align: top;
		background-color: #f9f9f9;
		border: 1px solid #e6e6e6;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
		div.thumb_checkbox_wrap label.img_wrap {
			position: relative;
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			display: inline-block;
			zoom: 1;
			*display: inline;
		}

		div.thumb_checkbox_wrap label.img_wrap img {
			pointer-events: none; /*画像クリックイベントを拾うため*/
			border: 1px solid transparent;
			background: #f8f8f8;
			max-width: auto;
			max-height: auto;
		}
		div.thumb_checkbox_wrap p {
			margin: 0;
			padding: 0;
		}
		div.thumb_checkbox_wrap p.img_size {
			position: absolute;
			margin-left: 1px;
			margin-right: 1px;
			margin-top: 1px;
			left: 0;
			right: 0;
			top: 0;
			color: #fff;
			font-size: 90%;
			background-color: rgba(64,64,64,0.3);;
		}
		div.thumb_checkbox_wrap p.img_date {
			margin: 0;
			font-size: 90%;
			text-align: center;
			margin-top: 0em;
			color: #c1c1c1;
		}
		div.thumb_checkbox_wrap label.img_wrap input[type=checkbox]{
			transform: scale(1.2);
			position: absolute;
			margin: 0;
			right: 4px;
			top: 4px;
		}
		div.thumb_checkbox_wrap label.img_wrap input[type=checkbox]:checked + img {
			border: 1px solid #ff0000;
		}

		div.thumb_checkbox_wrap div.parts{
			margin: 5px 0;
			width: 100%;
		}

		/* radio button 装飾*/
		div.thumb_checkbox_wrap div.parts label{
			font-size: 86%;
			white-space: nowrap;
			padding-left: 0.2em;
			padding-right: 0.2em;
		}
		div.thumb_checkbox_wrap div.parts label input[type=radio]{
			margin-right: 0.1em;
			transform: scale(0.6);
		}
		div.thumb_checkbox_wrap div.parts input[type=text]{
			width: 100%;
			padding: 0.5em;
			font-size: 90%;
		}

		div.thumb_checkbox_wrap div.parts select{
			font-size: 90%;
			background-color: #e5eaea;
			color: #696969;
			border-color: #ffffff;
			border-color: #ffffff;
			border: 1px solid #bfbfbf;
			padding: 0.4em;
			width: 100%;
			margin: 0;
		}

		div.thumb_checkbox_wrap div.parts button.exec{
			background: #e8e8e8;
			border: 1px solid #d3d3d3;
			margin: 0;
			margin-top: 0.3em;
			padding: 0.4em;
			font-size: 90%;
			margin-right: 1% !important;
			width: 29%;
		 	box-shadow:inset 0px 10px 2px 2px #efefef;
		 	-webkit-box-shadow:inset 0px 10px 2px 2px #efefef;
		 	-moz-box-shadow:inset 0px 10px 2px 2px #efefef;
		}
			div.thumb_checkbox_wrap div.parts button.exec + button.exec{
				width: 70%;
				margin-left: 0 !important;
				margin-right: 0 !important;
			}


/********* File upload button *********/
label.label_attach + input.form_attach{
	display: none;
}

label.label_attach {
	display: block;
	padding: 10px;
	margin: auto;
	width: 30%;
	color: #fff;
	text-align: center;
	background-color: #00a0dd;
	cursor: pointer;
}



/* ############# H2 / H3 ############# */
div.article_field h2{
	color: #ffffff;
	border-bottom: 1px solid #dedede;
	margin: 0 0 1% 0;
	padding: 1.5% 0 1.5% 2%;
	background-color: #007fce;
}
div.article_field h3{
	color: #0063a4;
	border-bottom: 1px #abc7ca solid;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 10px 0 6px 2%;
	background-color: #efefef;

}
div.article_field h4{
	position: relative;
	padding: .3em 0.5em .2em 0.5em;
	border-top: 1px solid #3e9eda;
	border-bottom: 3px double #3e9eda;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #3e9eda;
}
/*
	div.article_field h4:before{
		position: absolute;
		top: 0.4em;
		left: 0.2em;
		z-index: 2;
		content: '';
		width: 16px;
		height: 16px;
		border: 4px solid #3e9eda;
		border-radius: 100%
	}
*/
div.article_field h5{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* iframe wrap */
div.article_field div.iframe{
	width: 100%;
	display: block;
	position: relative;
	height: auto;
	overflow: hidden;
	padding-bottom: 56.25%;
	border: 3px solid #ddd;
	background: #f8f8f8;
}

div.article_field div.iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* iframe wrap */

/* instagram wrap */
div.article_field div.instagram{
	margin: 0 20%;
}
	div.article_field div.instagram.col2{
		margin: 0;
		letter-spacing: -.4em;
		text-align: center;
	}
	div.article_field div.instagram.col2 > div{
		vertical-align: top;
		letter-spacing: normal;
		display: inline-block;
		zoom: 1;
		*display: inline;
		padding: 1%;
		width: 50%;
	}
	div.article_field div.instagram .instagram-media{
		letter-spacing: normal;
		max-width: 100% !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	div.article_field div.instagram .instagram-media div{
		margin: 0 !important;
		padding: 0 !important;
	}
	div.article_field div.instagram .instagram-media a{
		margin: 0 !important;
		padding: 0 !important;
	}
/* instagram wrap */


/* stars */
div.article_field div.stars_wrap{
	margin: 0.4em 0;
	padding: 0;
	letter-spacing: -.4em;
	position: relative;
	background-color: #f4f4f4;
	padding: 0.2em 1em;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
	div.article_field div.stars_wrap:before{
		letter-spacing: normal;
		content: attr(title) "";
		margin-right: 0.6em;
	}
	div.article_field div.stars_wrap > label {
		letter-spacing: normal;
		margin: 0;
		padding: 0;
		font-size: 1.1em;
		margin-right: 0.4em;
		color: #c6c6c6;
		transition: all .2s;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	div.article_field div.stars_wrap > label:last-child {
		margin-right: 0;
	}
	div.article_field div.stars_wrap > label.checked:before {
		content: "\f005";
		color: #FD4;
		transition: all .25s;
	}
	div.article_field div.stars_wrap > label:last-child.checked ~ label:before {
		color: #FD4;
		text-shadow: 0 0 10px #952;
	}
	div.article_field div.stars_wrap > input.star1:checked ~ label:before {
		color: #F62;
	}
	div.article_field div.stars_wrap > label:hover{
		transform: rotate(10deg) scale(1.3);
	}
	div.article_field div.stars_wrap > label:before{
		content: "\f006";
		font-family: "FontAwesome";
	}
/* stars */



/* ############# images ############# */
div.article_field img{
	border: 1px solid #ddd;
	padding: 3px;
	background: #f8f8f8;
	margin-top: 1em;
	margin-bottom: 1em;
	width: auto;
	max-width: 100%;
/*	width: 100%;
	display: block;*/
}
	div.article_field img.right{
		float: right;
	}
	div.article_field img.left{
		float: left;
	}
	div.article_field img.center{
		margin-left: auto;
		margin-right: auto;
	}

	div.article_field img.w30,
	div.article_field img.w40,
	div.article_field img.w50{
		margin: 1%;

		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	div.article_field img.w30{
		width: calc((100% / 3) - 2%);
	}
	div.article_field img.w40{
		width: 38%;
	}
	div.article_field img.w50{
		width: calc((100% / 2) - 2%);
	}
	div.article_field p.center{
		text-align: center;
	}
		div.article_field p.center img{
			display: inline-block;
			zoom: 1;
			*display: inline;
		}


/* ############# images ############# */

/* ############# img copyright ############# */
p.original-img{
	margin-top: -1em;
	font-color: #cccccc;
	font-size: 86%;
}
	p.original-img:before{
		content: "［引用元：";
	}
	p.original-img:after{
		content: "］";
	}

/* ############# form ############# */
div.form_reg textarea.cmt_form{
	width: 100%;
	height: 10em;
}
/* ############# form ############# */

/* ############# Tab Contents ############# */
div.tab_wrap{
	clear: both;
	margin: 10px 0 0 0;
}
div.tab_wrap ul{
	width: 96%;
	margin: auto;
	padding: 0;
	clear: both;
}

div.tab_wrap ul.tabs li{
	padding: 0.5em 1em;
	text-align: center;
	margin: 0;
	cursor: pointer;
	font-size: 90%;
	background-color: #e6e6e6;
	color: #4d4d4d;
	border-bottom: #0063a4 solid 0px;
	display: inline-block;
	zoom: 1;
	*display: inline;

	border-top-left-radius: 3px; 
	border-top-right-radius: 3px; 
	-webkit-border-top-left-radius: 3px; /* Safari,Google Chrome用 */  
	-webkit-border-top-right-radius: 3px; /* Safari,Google Chrome用 */  
	-moz-border-radius-topleft: 3px; /* Firefox用 */  
	-moz-border-radius-topright: 3px; /* Firefox用 */  

	box-shadow:inset 0px 10px 5px 2px #eaeaea;
	-webkit-box-shadow:inset 0px 10px 5px 2px #eaeaea;
	-moz-box-shadow:inset 0px 10px 5px 2px #eaeaea;
}
div.tab_wrap ul.tabs li a{
	text-decoration: none;
	color: #808080;
}
div.tab_wrap ul.tabs li:hover,
div.tab_wrap ul.tabs li.active{
	background-color: #c1c1c1;
	border-bottom: #c1c1c1 solid 1px;

	box-shadow:inset 0px 10px 5px 2px #cccccc;
	-webkit-box-shadow:inset 0px 10px 5px 2px #cccccc;
	-moz-box-shadow:inset 0px 10px 5px 2px #cccccc;
}
	div.tab_wrap ul.tabs li:hover a,
	div.tab_wrap ul.tabs li.active a{
		color: #ffffff;
	}


div.tabCont{
	display: none;
	border-top: #c1c1c1 solid 3px !important;
	border-left: #e8e8e8 solid 1px !important;
	border-bottom: #e8e8e8 solid 1px !important;
	border-right: #e8e8e8 solid 1px !important;
	margin-top: 0 !important;
	padding: 1em;

	border-top-left-radius: 0 !important; 
	border-top-right-radius: 0 !important; 
	-webkit-border-top-left-radius: 0 !important; /* Safari,Google Chrome用 */  
	-webkit-border-top-right-radius: 0 !important; /* Safari,Google Chrome用 */  
	-moz-border-radius-toptomleft: 0 !important; /* Firefox用 */  
	-moz-border-radius-toptomright: 0 !important; /* Firefox用 */  
}

/* ############# Tab Contents ############# */

