




.subTitle {
    border-bottom: solid 1px #000;
    margin: 30px 0px;
    padding-left: 35px;
    background: url(../img/common/tomoe22.png)left 50% no-repeat;
    font-weight: normal;
    font-size: 18px;
}

.the_Txt {
	width: 80%;
    margin: 0px auto 120px;
}

div#addimage {
	width: 609px;max-height: 600px;overflow-y: scroll;margin:0 auto;
}

.link a {
	color: #e71a1d;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ブログお知らせ機能*/

#infoBlog {
	width: 100%;
	max-width: 1080px;
	/*min-width: 820px;*/
	margin: 30px auto;
	border: solid 1px #6f6f6f;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#infoBlog h3 {
	width: 100%;
	margin: 0px auto 10px;
	font-size: 22px;
	text-align: center;
    border-bottom: solid 1px #6f6f6f;
   	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.infoBlog_Wap {
/*	border: solid 1px #000;
	padding: 15px;*/

	margin: 0px auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.info_Line {
	margin-bottom: 5px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

.info_Cat {
	width: 10%;
	padding: 5px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.info_Date {
	width: 18%;
	/*padding: 5px;*/
	color: #888;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.infoTxt {
	width: 67%;
	padding: 5px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoTxt a{
	color: #000;
}

.infoTxt a:hover{
/*	color: #e60012;
	text-decoration: underline;*/
}

.bkBlue {
	background-color: #3c5d94;
}

.bkRed {
	background-color: #c77874;
}

.bkYellow {
	background-color: #f1c015;
}

.bkGreen {
	background-color: #5f8c3e;
}

.infoLink a {
	display: block;
	color: #000;
	width: 300px;
	margin: 0px auto;
	padding: 10px 20px;
	text-align: center;
	border: solid 1px #e60012;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.infoLink a:hover {
	border: solid 1px #000;
	background-color: #585858;
	color: #fff;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
