@charset "UTF-8";
/* CSS Document */

.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}

.main_btn .topics {
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	background-image: url(../common/img/header/btn_topics_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	_background-position: right top;
	width: 155px;
	_width: 156px;
	height: 53px;
	margin-left: 19px;
	_margin-left: 9px;
	padding: 0px;
}

.page_btn_02_01 a {
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	background-image: url(img/btn_news_off.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 219px;
	height: 21px;
	padding: 24px 0px 0px 0px;
	margin: 0px;
	text-align: left;
}

.page_btn_02_01 a:hover { background-image: url(img/btn_news_on.gif); }

.sub_head {
	margin: 0px;
	padding: 40px 0px 0px 0px;
}

.column_news {
	width: 572px;
	border: 2px solid #a5b710;
	background-color: #fcf7f5;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	float: right;
}

.column_news h4 {
	font-size: 12px;
	background-image: url(../common/img/sharing/icon_subhead.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	margin-bottom: 0px\9;
	_margin-bottom: 0px;
}

*:first-child+html .column_news h4 {
	font-size: 12px;
	background-image: url(../common/img/sharing/icon_subhead.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	margin-bottom: 30px\9;
	_margin-bottom: 0px;
}

.column_news p {
	padding: 10px;
	margin: 0px;
}

.column_news ul {
	width: 538px;
	line-height: 22px;
	list-style-image: none;
	list-style-type: square;
	padding: 10px 10px 10px 24px;
	margin: 0px;
}

*:first-child+html .column_news ul {
	width: 538px;
	line-height: 22px;
	list-style-image: none;
	list-style-type: square;
	padding: 10px 10px 10px 24px;
	margin: 0px;
	margin-top: -30px;
}

.column_news ol {
	padding: 0px 10px 10px 24px;
	margin: 0px 0px 10px 0px;
}

.news_nolink {
	font-size: 12px;
	line-height: 22px;
	color: #4e5c66;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#tab02 {
	margin-left: 1px;
}

#tab03 {
	margin-left: 1px;
}

#tab04 {
	margin-left: 1px;
}

#space_for_tab {
	margin-bottom: 28px;
}

.caption_border {
	border-top: dotted 1px #4e5c66;
	border-bottom: dotted 1px #4e5c66;
	display: block;
	margin: 40px 0 40px 0;
	padding: 30px 0 30px 0;
}

.indentback{
  padding-left:80px;
  text-indent: -1em;
}

.indentnews{
  padding-left:1em;
  text-indent:-0.75em;
}

.indentleft{
  margin-left:90px;

}

strong {
	font-weight: 700;
}

figure {
   /*border: thin #c0c0c0 solid;*/
    display: flex;
    flex-flow: column;
    padding-bottom: 50px;
    max-width: 500px;
    margin: auto;
}

img {
    max-width: 500px;
    max-height: 368px;
}

figcaption {
    color: #555;
     padding: 3px;
    text-align: center;
}



