@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #666;
	background-color: #EDD7D9;
}

.box {						/* flex */
	margin		: auto;			/* サンプル用 中央寄せ */
	box-sizing : border-box;		/* 罫線も含む長さ */
	width		: 120px;		/* BOXの幅  */
	height		: 45px;			/* BOXの高さ */
	background	: #B0C4DE;		/* BOXの背景色 */
	border		: 3px solid #35557f;	/* 枠線の指定 */
	
	display		: flex;			/* flex属性に変更 */
	justify-content	: flex-start;		/* 子要素の横位置 */
	align-items	: center;		/* 子要素の縦位置 */
}
.box div {
	text-align	: right;		/* 文字開始位置合わせ */
}

.bd {

	font-size	: 18px;
	text-align	: center;
}

.lr {						/* 縦組記述 */
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	color		: #006;
	line-height	: 18px;

}

.time div {
	width		: 3px;			/* BOXの幅  */
	height		: 3px;			/* BOXの高さ */
	line-height	: 1px;
	letter-spacing	: 1px;
}
.time {
	height		: 90px;			/* BOXの高さ */
	font-size	: 18px;
	line-height : 1px; letter-spacing : -3px;
	position: relative; top: -45px; right: 0px; bottom: 0px; left: 6px;
}
.time1 {
	height		: 90px;			/* BOXの高さ */
	font-size	: 18px;
	font-weight	: bold;
	color		: #A7212E;
	line-height : 1px; letter-spacing : -3px;
	position: relative; top: -45px; right: 0px; bottom: 0px; left: 6px;
}
.time2 {
	height		: 90px;			/* BOXの高さ */
	font-size	: 12px;
	line-height : 1px; letter-spacing : -1px;
	position: relative; top: -67px; right: 0px; bottom: 0px; left: 6px;
}
.text-combine {					/* 縦中横 */
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.inline-block {
	/* display: inline-block;		インラインブロック要素にする */
	background-color: #fff;			/* 白 背景色指定 */
	padding		: 3px;			/* 余白指定 */
	height		: 90px;			/* 高さ指定 */
	margin-left	: 0px;
	line-height	: 110%;
	color		: #000;
	border		: 2px solid #fff;	/* 枠線の指定 */
	text-align	: center;
}
.inline-block-w {
	/* display: inline-block;		インラインブロック要素にする */
	background-color: #fff;			/* 白 背景色指定 */
	padding		: 3px;			/* 余白指定 */
	height		: 90px;			/* 高さ指定 */
	margin-left	: 0px;
	line-height	: 110%;
	color		: #000;
	border		: 2px solid #000;	/* 枠線の指定 */
	text-align	: center;
}
.inline-block-n {
	/* display: inline-block;		インラインブロック要素にする */
	background-color: #fff;			/* 白 背景色指定 */
	padding		: 3px;			/* 余白指定 */
	height		: 90px;			/* 高さ指定 */
	margin-left	: 0px;
	line-height	: 110%;
	color		: #000;
	border		: 2px solid #fff;	/* 枠線の指定 */
}
.inline-block-r {
	/* display: inline-block;		インラインブロック要素にする */
	background-color: #D08990;		/* 赤 背景色指定 */
	padding		: 3px;			/* 余白指定 */
	height		: 90px;			/* 高さ指定 */
	margin-left	: 0px;
	line-height	: 110%;
	color		: #000;
	border		: 2px solid #000;	/* 枠線の指定 */
}
.inline-block-y {
	/* display: inline-block;		インラインブロック要素にする */
	background-color: #ffff66;		/* 黄 背景色指定 */
	padding		: 3px;			/* 余白指定 */
	height		: 90px;			/* 高さ指定 */
	margin-left	: 0px;
	line-height	: 110%;
	color		: #000;
	border		: 2px solid #000;	/* 枠線の指定 */
}
.inline-block-g {
	/* display: inline-block;		インラインブロック要素にする */
	background-color: #66ff66;		/* 緑 背景色指定 */
	padding		: 3px;			/* 余白指定 */
	height		: 90px;			/* 高さ指定 */
	margin-left	: 0px;
	line-height	: 110%;
	color		: #000;
	border		: 2px solid #000;	/* 枠線の指定 */
}
.inline-block-b {
	/* display: inline-block;		インラインブロック要素にする */
	background-color: #66ffff;		/* 青 背景色指定 */
	padding		: 3px;			/* 余白指定 */
	height		: 90px;			/* 高さ指定 */
	margin-left	: 0px;
	line-height	: 110%;
	color		: #000;
	border		: 2px solid #000;	/* 枠線の指定 */
}
.lr-flex {
	margin		: auto;			/* サンプル用 中央寄せ */
	box-sizing : borde rbox;		/* 罫線も含む長さ */
	width		: 36px;			/* BOXの幅  */
	height		: 90px;			/* BOXの高さ */
	background	: #D08990;		/* BOXの背景色 */
	border		: 2px solid #000;	/* 枠線の指定 */
	
	display		: flex;			/* flex属性に変更 */
	justify-content	: flex-start;		/* 子要素の横位置 */
	align-items	: center;		/* 子要素の縦位置 */

}
.inline-block div {
	text-align	: right;		/* 文字開始位置合わせ */
}
.flex {
	display		: flex;			/* flex属性に変更 */
	margin		: 48px 3px 3px 3px;

}

.border {
	border-bottom	: 3px solid #000;
	width		: 18px;			/* BOXの幅  */
	height		: 48px;			/* BOXの高さ */
	margin		: 0px;			/* サンプル用 中央寄せ */
	padding		: 0px;
}
.border-tr {
	margin		: 28px;
	padding		: 0px;
	width		: 108px;
	height		: 24px;		
	border		: 3px solid #00a;
}
.border-tb {
	margin		: 6px auto 6px auto; /* 上右下左 */
	padding		: 0px;
	width		: 750px;	
	border		: 3px solid #00a;
}
.border-td {
	padding		: 0px;	
	border-bottom	: 1px solid #00a;
}

.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-color: #D08990;
	border-left-color: #D08990;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #f0f0f0;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 79px;
}
#headert {
	background-image: url(images/headert.jpg);
	background-repeat: no-repeat;
	height: 79px;
}
#header h1 {
	font-size: 0%;
	text-indent: -9999px;
}


#navigation {

}

#navigation h5 {
	font-size: 0%;
	float: left;
	text-indent: -9999px;
}
#navigation #btn01 h5 a {
	background-image: url(images/btn01.jpg);
	display: block;
	height: 38px;
	width: 103px;
	color: #C16A73;
}
#navigation #btn01 h5 a:hover {
	background-image: url(images/btnover01.jpg);
}
#navigation #btn02 h5 a {
	height: 38px;
	background-image: url(images/btn02.jpg);
	display: block;
	width: 113px;
	color: #C16A73;
}
#navigation #btn02 h5 a:hover {
	background-image: url(images/btnover02.jpg);
}
#navigation #btn03 h5 a {
	height: 38px;
	background-image: url(images/btn03.jpg);
	display: block;
	width: 113px;
	color: #C16A73;
}
#navigation #btn03 h5 a:hover {
	background-image: url(images/btnover03.jpg);
}
#navigation #btn04 h5 a {
	height: 38px;
	background-image: url(images/btn04.jpg);
	display: block;
	width: 113px;
	color: #C16A73;
}
#navigation #btn04 h5 a:hover {
	background-image: url(images/btnover04.jpg);
}
#navigation #btn05 h5 a {
	height: 38px;
	background-image: url(images/btn05.jpg);
	display: block;
	width: 113px;
	color: #C16A73;
}
#navigation #btn05 h5 a:hover {
	background-image: url(images/btnover05.jpg);
}
#navigation #btn06 h5 a {
	height: 38px;
	background-image: url(images/btn06.jpg);
	display: block;
	width: 113px;
	color: #C16A73;
}
#navigation #btn06 h5 a:hover {
	background-image: url(images/btnover06.jpg);

}
#navigation #btn07 h5 a {
	height: 38px;
	background-image: url(images/btn07.jpg);
	display: block;
	width: 112px;
	color: #C16A73;
}
#navigation #btn07 h5 a:hover {
	background-image: url(images/btnover07.jpg);
}


#subnavigation {
	float: left;
	background-color: #EDD7D9;
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline;
}
#subnavigation p {
	font-size: 0px;
	text-indent: -9999px;
}

#subnavigation #btn001 p a {
	height: 39px;
	width: 158px;
	display: block;
	background-image: url(images/btn-sub01.jpg);
}
#subnavigation #btn001 p a:hover {
	background-image: url(images/btnover-sub01.jpg);
}
#subnavigation #btn002 p a {
	height: 39px;
	width: 158px;
	display: block;
	background-image: url(images/btn-sub02.jpg);
}
#subnavigation #btn002 p a:hover {
	background-image: url(images/btnover-sub02.jpg);
}
#subnavigation #btn003 p a {
	height: 39px;
	width: 158px;
	display: block;
	background-image: url(images/btn-sub03.jpg);
}
#subnavigation #btn003 p a:hover {
	background-image: url(images/btnover-sub03.jpg);
}
#subnavigation #btn004 p a {
	height: 39px;
	width: 158px;
	display: block;
	background-image: url(images/btn-sub04.jpg);
}
#subnavigation #btn004 p a:hover {
	background-image: url(images/btnover-sub04.jpg);
}
#subnavigation #btn005 p a {
	height: 39px;
	width: 158px;
	display: block;
	background-image: url(images/btn-sub05.jpg);
}
#subnavigation #btn005 p a:hover {
	background-image: url(images/btnover-sub05.jpg);
}



#rightcontent {
	float: right;
	width: 169px;
	display: inline;
	margin-top: 15px;
	margin-right: 5px;
}

#maincontent {
	width: 407px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 15px;
}

#maincontent h2 {
	margin-bottom: 10px;
}

#maincontent ul {
	list-style-type: none;
	font-size: 90%;
	list-style-position: inside;
	list-style-image: url(images/brt-maincontent.jpg);
	padding-left: 10px;
}
#maincontent-contents {
	width: 582px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-top: 15px;
	display: inline;
	float: right;
}
#maincontent-contents h3 {
	margin-top: 20px;
	margin-bottom: 5px;
}

#maincontent-contents #box-left {
	display: inline;
	float: left;
	width: 276px;

/*	height: 258px;	*/
	overflow-y: scroll;
	-ms-overflow-style: none;	/* IE, Edge 対応 */
	scrollbar-width: none;		/* Firefox 対応 */
	}
	#box-left::-webkit-scrollbar {	/* Chrome, Safari 対応 */
	display:none;

}
#maincontent-contents #box-right {
	display: inline;
	float: right;
	width: 276px;
}
#maincontent-contents h4 {
	color: #A7212E;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7212E;
	background-image: url(images/brt-maincontent.jpg);
	background-repeat: no-repeat;
	background-position: 7px 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	font-size: 100%;
}

#box-left h4 {
	color: #A7212E;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7212E;
	background-image: url(images/brt-maincontent.jpg);
	background-repeat: no-repeat;
	background-position: 7px 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	font-size: 100%;
	background-color: #FFF;
	width: 276px;
}

#maincontent-contents ul {
	list-style-type: none;
	font-size: 90%;
	list-style-position: inside;
	list-style-image: url(images/brt-maincontent.jpg);
	padding-left: 10px;
}

.txtclor-date {
	color: #A7212E;
}

box3 {	/* 塗#A7212E^BE7078 枠#E78288 BG#F6E7E8 BT#C88C8C*/
	margin-top: 60px;
	color: #FFFFFF;
	font-size: 13px;
	margin: 3px;
	padding: 1px;
	border-radius: 3px;
	background-color: #A7212E;
	border: dashed #bbb;
	box-shadow: 0 0 0 3px #A7212E;
}

#topicpath {
	margin-top: 10px;
	margin-bottom: 10px;
}
#topicpath p {
	font-size: 80%;
	color: #A7212E;
	padding-left: 15px;
}

#footer {
	background-color: #A7212E;
	padding-top: 7px;
	padding-bottom: 7px;
}
#footer h6 {
	font-size: 90%;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	font-family: "Lucida Console", Monaco, monospace;
}



.tabs {					/*タブ切替のスタイル*/
	margin-top: 3px;
	padding-bottom: 6px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 582px;
	margin: 0 auto;}
.tab_item {				/*タブのスタイル*/
	width: calc(100%/3);
	height: 22px;
	border-bottom: 3px solid #E78288;
	background-color: #F6E7E8;
	line-height: 22px;
	font-size: 13px;
	text-align: center;
	color: #C88C8C;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
transition: all 0.3s ease;
}
.tab_item:hover {
	opacity: 0.75;
}
input[name="tab_item"] {		/*ラジオボタン隠蔽*/
	display: none;
}
.tab_content {				/*切替コンテンツのスタイル*/
	display: none;
	padding: 6px 6px 0;
	clear: both;
	overflow: hidden;
}
#taba:checked	~ #taba_content,
#tabb:checked	~ #tabb_content,
#tabc:checked	~ #tabc_content {	/*選択中タブのコンテンツを表示*/
	display: block;
}
.tabs input:checked + .tab_item {	/*選択中タブのスタイル*/
	background-color: #A7212E;
	color: #fff;
}


.tabs2 {					/*タブ切替のスタイル*/
	margin-top: 3px;
	padding-bottom: 6px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: auto;
	margin: 0 auto;}
.tab_item2 {				/*タブのスタイル*/
	width: calc(100%/6);
	height: 22px;
	border-bottom: 3px solid #E78288;
	background-color: #F6E7E8;
	line-height: 22px;
	font-size: 13px;
	text-align: center;
	color: #C88C8C;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
transition: all 0.3s ease;
}
.tab_item2:hover {
	opacity: 0.75;
}
input[name="tab_item2"] {		/*ラジオボタン隠蔽*/
	display: none;
}
.tab_content2 {				/*切替コンテンツのスタイル*/
	display: none;
	padding: 6px 6px 0;
	clear: both;
	overflow: hidden;
}
#tab1:checked	~ #tab1_content2,
#tab2:checked	~ #tab2_content2,
#tab3:checked	~ #tab3_content2,
#tab4:checked	~ #tab4_content2,
#tab5:checked	~ #tab5_content2,
#tab6:checked	~ #tab6_content2 {	/*選択中タブのコンテンツを表示*/
	display: block;
}
.tabs2 input:checked + .tab_item2 {	/*選択中タブのスタイル*/
	background-color: #A7212E;
	color: #fff;
}