@charset "utf-8";

body{
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
}

#inbox{
  background: none;
}

#container{
  background: none;
  width: 100%;
}

.ttl_common {
  max-width: 124px;
}
@media all and (max-width: 896px) {
  .ttl_common {
    max-width: 99px;
  }
}

.area_blog{
  padding: 50px 0 80px;
}
@media all and (max-width: 896px) {
  .area_blog{
    padding: 30px 0 50px;
  }
}

/* clearfix
--------------------------------------------------------------------------*/
#AB_container,
.AB_Entry {display: inline-block;}
#AB_container:after,
.AB_Entry:after {
    content: ".";
	font-size: 0.1em;
	line-height: 0;
    display: block;
    height: 0;
    visibility: hidden;
	clear: both;
}
/*\*/ 
* html #AB_container,
* html .AB_Entry {height: 1%;} 
#AB_container,
.AB_Entry {display: block;} 
/**/

/* ベースレイアウト
--------------------------------------------------------------------------*/
#AB_container {
	max-width: 1200px;
	margin: 0 auto;
}
#AB_main {
	width: calc(100% - 220px);
	float: right;
	background-color:white;
}
#AB_side {
	width:180px;
	float:left;
	background-color:#FFFFFF;
}

/* サイドメニュー
--------------------------------------------------------------------------*/
#AB_side h5 {
	text-align:center;
	color:#FFF;
	background-color: #231103;
	padding:5px;
	margin-top: 0px;
  font-weight: 500;
}
#AB_side a {
	color: #231815;
	text-decoration:none;
}
#AB_side a:hover {
	color: #987417;
	text-decoration:underline;
}
#AB_side h5 a {
	color: #FFF;
}
#AB_side h5 a:hover {
	color: #CBBD6B;
}
#AB_side div.AB_section {
	margin-bottom:20px;
}
#AB_side div.AB_section.calender {
	max-width: 400px;
	margin: 0 auto 20px;
}
#AB_side span.AB_EntryNew {
	color: #CC0000;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 83.3%;
}
#AB_side span.AB_EntryDate,
#AB_side .AB_EntryCount {
	font-size: 83.3%;
	padding-left: 2px;
}
#AB_side ul {
	list-style-type: disc;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding:0px;
}
#AB_side li {
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding:0px;
}

#AB_side #AB_RSS .rss {
	font-size: 14px;
}
#AB_side #AB_RSS .rss img{
	vertical-align: -0.15em;
	margin-right: 0.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* サイドメニュー：カレンダー */
#AB_calendar {
	border-collapse:collapse;
	border:1px solid #ccc;
	width:100%;
	background-color: #FFF;
}

#AB_calendar th {
	background-color: #FFFFFF;
	color:#666666;
	padding:2px;
	text-align:center;
	font-size: 75%;
}
#AB_calendar th.AB_Sun {
	color:red;
}
#AB_calendar th.AB_Sat {
	color:blue;
}
#AB_calendar td {
	color: #231815;
	text-align:center;
	padding: 0px;
	font-size: 75%;
	line-height: 2;
}
#AB_calendar a {
	background-color: #D6D4B0;
	display: block;
	width:100%;
	height:100%;
}
#AB_calendar a:hover {
	color:#231103;
}
/* メインエリア
--------------------------------------------------------------------------*/
#AB_main a {
	color: #987417;
	text-decoration:underline;
}
#AB_main .AB_Category p {
	font-size: 24px;
	font-weight: 500;
	margin-bottom:0px;
	line-height: 1;
	color: #231815;
	padding-bottom: 10px;
	border-bottom: 1px solid #231103;
}

@media all and (max-width: 896px) {
	#AB_main .AB_Category p {
		font-size: 20px;
	}
}

#AB_main h2 {
	font-size: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom:5px;
}
@media all and (max-width: 896px) {
  #AB_main h2 {
    font-size: 18px;
  }
}
#AB_main li,
#AB_main dt,
#AB_main dd,
#AB_main th,
#AB_main td {
	font-size: 100%;
	line-height: 1.6;
}
.AB_EntryHead .AB_EntryDate {
	text-align: right;
}
.AB_EntryHead {
	margin-bottom: 20px;
}
.AB_Category {
	margin-bottom: 20px;
	margin-top: 10px;
}
.AB_Entry {
	margin-bottom: 30px;
}
.AB_EntryBody {
	margin-bottom: 20px;
}


.AB_EntryBody img {
  width: auto !important;
	max-width: 100% !important;
}

.AB_EntryALL {
	margin-top: 20px;
}
#AB_main a:hover {
	color: #C00;
	text-decoration:underline;
}
.AB_Navi {
	margin-bottom: 20px;
	text-align: center;
	font-size: 75%;
}
.AB_Navi a{
	background-color: #fff;
	display: inline-block;
	padding: 0px 7px;
}
.AB_Navi a:hover {
	background-color: #C5CDD0;
}

#AB_main .AB_Navi a.state {
	background-color: #83949C;
	color: #FFFFFF;
}
.AB_EntryFoot {
  text-align: left;
  border: dotted 1px #999;
  padding: 0 1em;
}
.AB_EntryFoot .AB_PageNavi { text-align: center; }
.AB_EntryFoot .AB_EntryInfo .AB_EntryInfo-category { float: right; }

/* CMSのWYSIWYG部分と共通）
--------------------------------------------------------------------------*/

#AB_main p,
#AB_main table {
	margin-top: 10px;
	margin-bottom: 1em;
	line-height: 1.6;
	margin-right: 0px;
	margin-left: 0px;
	font-size:100%;
}
#AB_main h3 {
	font-size: 166.66%;
	margin: 30px 0;
	line-height:1.6;
	font-weight: bold;
}
#AB_main h4 {
	font-size: 133.33%;
	margin: 20px 0;
	line-height:1.6;
	font-weight: bold;
}
#AB_main h5 {
	font-size: 116.66%;
	margin: 20px 0;
	line-height:1.6;
	font-weight: bold;
}
#AB_main .center {
	text-align:center;
}

#AB_main .right{
	text-align:right;
}
#AB_main .small {
	font-size:84%;
}
#AB_main .big {
	font-size:133.33%;
}
#AB_main strong {
	font-weight:bold;
}

#AB_main hr {
	border-bottom:solid 1px #ccc;
	display:block;
	clear: both;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* リスト */
#AB_main ol {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#AB_main ol li{
	margin-left:2em;
	margin-bottom:1em;
	font-size:100%;
	list-style-type: decimal;
	line-height:1.6;
}
#AB_main ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
#AB_main ul li {
	font-size: 100%;
	line-height: 1.8;
	margin-bottom: 0.5em;
	padding-left: 12px;
	margin-left: 1em;
}
/* テーブル */
#AB_main table.table1 {
	border-collapse:collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #999;
	width:638px;
}
#AB_main table.table1 th {
	background-color: #EFEFF0;
	padding: 5px 10px;
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table1 td {
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}
#AB_main table.table2 {
	border-collapse:collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #999;
	width:598px;
	margin-left:40px;
}
#AB_main table.table2 th {
	background-color: #EFEFF0;
	padding: 5px 10px;
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table2 td {
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}
#AB_main table.table3 {
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	margin-left:1px;
	width:638px;
}
#AB_main table.table3 th {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table3 td {
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}
#AB_main table.table4 {
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	width:598px;
	margin-left:41px;
}
#AB_main table.table4 th {
	padding: 5px 10px;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table4 td {
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}
#AB_main table.table5 {
	border-collapse:collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #999;
}
#AB_main table.table5 th {
	background-color: #EFEFF0;
	padding: 5px 10px;
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table5 td {
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}

#AB_main table.table6 {
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
}
#AB_main table.table6 th {
	padding: 5px 10px;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table6 td {
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}
#AB_main table.table7 {
	border-collapse:collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #999;
	margin-left:auto;
	margin-right:auto;
}
#AB_main table.table7 th {
	background-color: #EFEFF0;
	padding: 5px 10px;
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table7 td {
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}

#AB_main table.table8 {
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	margin-left:auto;
	margin-right:auto;
}
#AB_main table.table8 th {
	padding: 5px 10px;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table8 td {
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}
#AB_main table.table9 {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	width:638px;
}
#AB_main table.table9 th{
	font-size:100%;
	border:none;
	padding: 5px 10px;
}
#AB_main table.table9 td {
	font-size:100%;
	border:none;
	padding: 5px 10px;
}
#AB_main table.table1 p,
#AB_main table.table2 p,
#AB_main table.table3 p,
#AB_main table.table4 p,
#AB_main table.table5 p,
#AB_main table.table6 p,
#AB_main table.table7 p,
#AB_main table.table8 p,
#AB_main table.table9 p{font-size:100%;}

@media only screen and (max-width: 896px) {
    #AB_container {
        width: auto;
    }

    #AB_main {
        width: 100%;
        float: none;
    }

    #AB_side {
        width: 100%;
        float: none;
    }

    #AB_main p img {
        max-width: 100%;
    }

    .AB_EntryHead span {
        margin: 0 0 10px;
        display: block;
    }
}