@CHARSET "UTF-8";
/*---------------------------------------------------------------------------*/
/* メニューコンテンツ */
/*-------------------------------------*/
/*メニュー*/
/*-------------------------------------*/
#menus {
	clear: both;
	position: relative;
	width: 980px; /* 表示幅 */
	min-height: 160px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}
/*-------------------------------------*/
/*グループ*/
/*-------------------------------------*/
#group {
	position: relative;
	clear: both;
	width: 100%;
	margin: 0 auto;
	margin-top: -60px;
	padding: 2px 1px 5px;
	background: transparent;
	z-index: 81;
}
#group:after {
	content: "";
	clear: both;
	display: block;
}
#group ul {
	clear: both;
	position: relative;
	background: transparent;
}
#group ul:after {
	content: "";
	clear: both;
	display: block;
}
#group li {
	display: inline-block;
	float: left;
	margin: 1px 1px;
	background: #f7f7f7;
	border: solid 1px #ccc;
	opacity: 0.7;
	white-space: nowrap;
	z-index: 81;
}
#group li:hover {
	background: #fff;
	opacity: 1.0;
}
#group li a {
	display: block;
	padding: 0px 5px;
	color: #555;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.3em;
	text-align: center;
	text-decoration: none;
}
#group li a:hover {
	color: #ff7f00;
	text-shadow: none;
}
/*-------------------------------------*/
/*メニューバー*/
/*-------------------------------------*/
#menubar {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: transparent;
	z-index: 81;
}
#menubar:after {
	content: "";
	clear: both;
	display: block;
}
/*-------------------------------------*/
/* メニュー項目 */
/*-------------------------------------*/
#menubar ul {
	clear: both;
	position: relative;
	background: transparent;
}
#menubar ul:after {
	content: "";
	clear: both;
	display: block;
}
#menubar li {
	display: inline-block;
	float: left;
	background-color: #ddd;
	#border: solid 1px #ddd;
	border-bottom: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 2px -2px 4px 0px rgba(0, 0, 0, 0.2);
	opacity: 0.7;
	white-space: nowrap;
	z-index: 81;
}
#menubar li {
	height: 28px;
	margin: 0 0 0 2px;
}
#menubar li:hover {
	background: #ffffff;
	opacity: 1.0;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	-ms-transition: 0.7s;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
#menubar li a {
	display: block;
	padding: 5px 10px 2px 10px;
	color: #555;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.3em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#menubar li a:hover {
	color: #ff7f00;
	text-shadow: none;
}
/*-------------------------------------*/
/*ガイド*/
/*-------------------------------------*/
#guide {
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	min-height: 100px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}
#guide:after {
	content: "";
	clear: both;
	display: block;
}
#guide ul {
    margin: 0;
    padding: 5px;
    list-style-type: none;
}
#guide ul:after {
	content: "";
	clear: both;
	display: block;
}
#guide li {
	display: inline-block;
	float: left;
	margin: 5px;
	background: transparent;
	white-space: nowrap;
	z-index: 81;
}
#guide li:hover {
	background: #fff;
	opacity: 1.0;
}
#guide li a {
	display: inline-block;
	float: left;
    margin: 0;
	padding: 20px 5px;
	color: #555;
	width: 80px;
	height: 80px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	word-wrap: break-word;
	overflow-wrap:break-word;
	white-space: pre-wrap;
	overflow: hidden;
	opacity: 1.0;
	border: dotted 1px #888;
}
#guide li a:hover {
	color: #ff7f00;
    background-color: #fff;
	text-decoration: none;
	opacity: 1.0;
}
#guide li a.select {
	color: #007f00;
}
#guide li a.select:hover {
	color: #ff7f00;
}
/*-------------------------------------*/
/* サイドバー */
/*-------------------------------------*/
#side_view {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 20px;
	font-size: 24px;
	line-height:1.0;
	text-align: center;
	padding: 0px 5px;
	color: #000;
	background: transparent;
	cursor: pointer;
	z-index: 82;
}
#sidebar {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 5px;
	width: 300px;
	height: 100%;
	min-height: 300px;
	background: #efefef;
	border: solid 1px #ccc;
}
#sidebar:after {
	content: "";
	clear: both;
	display: block;
}
#side_panel {
	padding: 0;
	margin-top: 20px;
}
#side_panel:after {
	content: "";
	clear: both;
	display: block;
}
#side_panel form {
	margin: 0;
	border: solid 1px #ccc;
}
#side_remark {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif, arial, verdana;
	font-size: 12px;
	line-height: 1.0;
	color: #c60;
}
#side_remark:after {
	content: "";
	clear: both;
	display: block;
}
#side_conte {
	margin-top: 0px;
}
#side_conte:after {
	content: "";
	clear: both;
	display: block;
}
#side_conte li,a {
	padding: 0 3px;
	font-size: 13px;
	line-height: 1.5;
}
#side_conte a {
	color: #333;
	text-decoration: none;
}
#side_conte a:hover {
	text-decoration: underline;
}
#side_conte ul ul {
	margin-left: 16px;
}
#side_conte .title {
	font-weight: bold;
}
/*-------------------------------------*/
#side_close {
	display: none;
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 20px;
	cursor: pointer;
}
#sidebar .side_button1 {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 40px;
	background: transparent;
	cursor: pointer;
}
#sidebar .side_button2 {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 65px;
	background: transparent;
	cursor: pointer;
}
/*-------------------------------------*/
/* 表示サイズ */
#comment_area {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: 68px;
	padding: 0;
	margin: 0;
	background: transparent;
}
/* テキストエリア */
#comment_area textarea {
	position: relative;
	flex: 1 1 80%;
	margin: 0;
	padding: 5px;
	width: 75%;
	height: 100%;
	resize: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif, arial, verdana;
	font-size: 12px;
	line-height: 1.3;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #7f7f7f;
	background: #f7f7f7;
	color: #333333;
}
#comment_area textarea:focus {
	border: 1px solid #ff8500;
}
/* 入力フォーム */
#comment_area form {
	flex: 1 1 15%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#comment_area input[type="text"] {
	position: relative;
	margin: 0;
	padding: 2px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif, arial, verdana;
	font-size: 12px;
	line-height: 1.2;
	width: 90%;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #7f7f7f;
	background: #f7f7f7;
	color: #333333;
}
#comment_area input[type="text"]:focus {
	border: 1px solid #ff8500;
}
#comment_area span {
	margin: 0;
	padding: 5px 0 0 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif, arial, verdana;
	font-size: 12px;
	line-height: 1.2;
}
/* ボタン */
#comment_area input[type="button"] {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif, arial, verdana;
	font-size: 12px;
	line-height: 1.5;
	width: 90%;
	background: #3f3f3f;
	color: #ffffff;
	opacity: 0.7;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(top, #7f7f7f, #3f3f3f);
	background-image: linear-gradient(to bottom, #7f7f7f, #3f3f3f)
	cursor: pointer;
}
#comment_area input[type="button"]:hover {
	opacity: 0.9;
}
#comment_area input[type="button"]:disabled {
	background: #7f7f7f;
	color: #efefef;
	opacity: 0.5;
}
/* メッセージ表示 */
.comment_line {
	position: relative;
	padding: 0;
	margin: 20px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif, arial, verdana;
	font-size: 12px;
	line-height: 1.2;
	width: 100%;
	text-align: left;
	background: transparent;
}
.comment_line > em {
	display: inline-block;
	position: relative;
	width: 100%;
	color: #7f7f7f;
}
.comment_line > pre {
	width: 100%;
	padding: 5px 5px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}
.comment_line img {
	position: absolute;
	top: 0px;
	right: 5px;
	cursor: pointer;
}
/*-------------------------------------*/
#side_footer {
	position: relative;
	padding: 3px;
	width: 100%;
	height: 20px;
	background: transparent;
}
#side_footer:after {
	content: "";
	clear: both;
	display: block;
}
/*===========================================================================*/
@media screen and (max-width: 768px) {
/*-------------------------------------*/
/*メニュー*/
	#menus {
		width: 100%;
		min-width: 640px;
	}
/*-------------------------------------*/
/*グループ*/
	#group {
		width: 100%;
		min-width: 640px;
	}
/*-------------------------------------*/
/*メニュー*/
	#menubar {
		width: 100%;
		min-width: 640px;
	}
/*-------------------------------------*/
/*ガイド*/
	#guide {
		width: 100%;
		min-width: 640px;
	}
}
/*===========================================================================*/
@media screen and (max-width: 480px) {
/*-------------------------------------*/
/*メニュー*/
	#menus {
		width: 100%;
		min-width: 360px;
	}
/*-------------------------------------*/
/*グループ*/
	#group {
		width: 100%;
		min-width: 360px;
		margin-top: -85px;
	}
/*-------------------------------------*/
/*メニュー*/
	#menubar {
		width: 100%;
		min-width: 360px;
	}
	#menubar li {
		border: solid 1px #aaa;
		border-bottom: none;
	}
/*-------------------------------------*/
/*ガイド*/
	#guide {
		width: 100%;
		min-width: 360px;
	}
}
/* END */
