@charset "euc-jp";
/****************************************
概要   : 妻みぐいTOP
URL   : https://www.chatpia.jp/weather/report/
****************************************/
/*--------------------- メニュー アクティブ --------------------------*/
.header-menu-list-item.is_blog .header-menu-list-item__link {
    box-shadow: 0 -3px 0 #a0107c inset;
    color: #ab48a2;
}

.report .sub-menu-list-item.is_report .sub-menu-list-item__link {
    box-shadow: 0 -2px 0 #79016c inset;
    font-weight: bold;
    text-decoration: none;
    color: #ab48a2;
}


/*--------------------- reset --------------------------*/
ul {
    padding: 0;
	left: 10px;
}

div.title {
    white-space: nowrap;
}

/* 共通
-----------------------------------------------------------------*/
.report-list{
    clear: both;
}


/* メインメニュー
-----------------------------------------------------------------*/
#mainmenu .biyori img {
    margin-top: -156px !important;
}


/* メインカラム
-----------------------------------------------------------------*/

/** 記事説明
***********************************************/
.page-dec {
    background: #f6f6f6;
    display: block;
    margin-bottom: -10px;
    padding: 10px 0 0;
}
.page-dec-inner {
    background: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    margin: 0 23px 0 16px;
    padding: 10px;
}
.page-dec-inner__tit{
    margin-bottom: 5px;
    border-bottom: 2px solid #9a0074;
    color: #2a2a2a;
    font-size: 16px;
    height: auto;
    line-height: 1.5em;
    text-indent: 0;
    width: auto;
}

/**　記事一覧
***********************************************/
#rightcontainer .text #l_box {
    background:#f6f6f6;
    border-radius: 4px 4px 0 0;
    float: none;
    overflow: hidden;
    padding: 10px;
}

.b70px.section {
    background:#ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    float: left;
    margin: 0 8px 8px 0;
    padding: 10px;
    width: 367px;
}
.b70px.section:nth-child(even) {
    margin-right: 0;
}


/** 記事情報
**********************************************/

/* タイトル */
.reportTitleArea {
    font-size: 16px;
    font-weight: bold;
	overflow: hidden;
    padding-bottom: 2px;
}
h2.reportTitle {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
	 margin-bottom: 5px;
    white-space: nowrap;
    width: 215px;
}

/* カテゴリ */
.category dl {
    overflow: hidden;
}

.category dt {
    float: left;
}
.category dd.categoryTipe {
    overflow: hidden;
    text-align: left;
}
.category {
    height: 33px;
    overflow: hidden;
    text-align: right;
}
.category a {
    text-decoration: underline;
	margin-right: 5px;
}

/* 日にち */
.day {
  padding-bottom: 4px;
    color: #a1a1a1;
    display: block;
    font-size: 12px;
}


/** 記事内容
**********************************************/
.reportContent > p {
    height: 48px;
    overflow: hidden;
    padding: 5px;
    position: relative;
}


/** 記事の写真
**********************************************/
.tham {
    background:#cccccc;
    border: 1px solid #ffffff;
    box-shadow: 0 0 1px #cccccc;
}
.bigTham {
    border: 1px solid #ffffff;
    height: 238px;
    margin: 2px;
    padding: 1px;
    width: 357px;
}
.tham img {
    min-width: 210px;
    width: 100%;
    user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}

ul.miniTham {
    line-height: inherit;
    margin: 2px 0 -2px 2px;
    padding: 0;
}

.miniTham li {
    border: 2px solid #ffffff;
    display: inline-block;
    height: 118px;
    margin: 0 -3px 0 0;
    width: 176px;
}
.tham div, .miniTham li {
    overflow: hidden;
	position: relative;
}
.bigTham:after, .miniTham li:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* もっと読む */
.readAll {
    margin: 10px 0 0;
    width: 100%;
}
.readAll span {
    border: 2px solid #e7e7e7;
    display: block;
    text-align: center;
}
.readAll a {
	background: linear-gradient(#af008b, #9a0074);
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 19px;
    font-weight: bold;
    overflow: hidden;
    padding: 15px;
}
.readAll a:hover {
    opacity: 0.8;
    text-decoration: none;
}

#head div#headerSubmenu a#angel_o,
#head div#headerSubmenu a#angel_o:hover {
    color: #EE8AA4;
    font-weight: bold;
    text-decoration: none;
}



/* 下部カテゴリ 未使用？
***********************************************/
#rightcontainer dl.caption dd { margin-bottom: 0;}

.taglist.caption {
    background:#e7e7e7;
    border-top: 1px solid #cccccc;
    box-shadow: 0 1px 0 0 #ffffff inset;
    padding: 8px 7px 8px 8px;
    width: 810px;
}
.taglist.caption li {
    border-right: 1px solid #cccccc;
    display: inline;
    line-height: 2;
    padding: 0 5px;
}
.taglist.caption a {
    text-shadow: 0 1px 0 #ffffff;
}


/* 下部ページャー
-----------------------------------------------------------------*/
/** 旧ページャー？
**********************************************/
#pagerArea .pager:after,
.pagerTxt:after {
    clear: both;
    content: "";
    display: block;
    width: 100%;
}
#pagerArea .pager li {
    display: block;
    float: left;
    margin-right: 6px;
}
#pagerArea .pager li.active a {
    background-color: #444444;
    color: #ffffff;
}
#pagerArea .pager li a {
    background-color: #ffffff;
    border: 1px solid #bababa;
    border-radius: 3px;
    box-shadow: 0 0.5px 0.5px 0 #cccccc;
    box-sizing: border-box;
    color: #444444;
    display: block;
    font-weight: bold;
    padding: 10px 14px;
    white-space: nowrap;
}
#pagerArea .pager li a{
    transition: all 0.3s ease 0s;
}
#pagerArea .pager li a:hover {
    background-color: #ececec;
    text-decoration: none;
}

/** 新ページャーらしい
**********************************************/
#pagerArea.repotrts .line {
    margin: 0 auto;
    overflow: hidden;
    width: 610px;
}
#pagerArea.repotrts {
    background:#e7e7e7;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #ccc;
    bottom: 0;
    box-shadow: 0 1px 0 #fff inset;
    overflow: hidden;
    position: relative;
    width: 820px;
}
#pagerArea.repotrts .pager:after,
.pagerTxt:after {
    clear: both;
    content: "";
    display: block;
    width: 100%;
}
#pagerArea.repotrts  .pager.always {
    bottom: 0;
    box-shadow: 7px 3px 6px #e7e7e7;
    padding-left: 10px;
    position: absolute;
    width: 85px;
    z-index: 1;
}
#pagerArea.repotrts  .pager li a, #pagerArea ul {
    transition: all 0.3s ease 0s;
}
#pagerArea.repotrts  .pager li.style {
    margin: 0 5px 0 0;
}
#pagerArea.repotrts  .pager li.style.prev {
    margin: 0;
}
#pagerArea.repotrts  ul.pager.always a {
    padding-right: 15px;
    text-align: center;
    width: 40px;
}
#pagerArea.repotrts .pager li.active a {
    background-color: #444444;
    color: #ffffff;
}
#pagerArea.repotrts  .pager li a {
    background-color: #ffffff;
    border: 1px solid #bababa;
    border-radius: 3px;
    box-shadow: 0 0.5px 0.5px 0 #cccccc;
    box-sizing: border-box;
    color: #444444;
    display: block;
    font-weight: bold;
    padding: 10px 12px;
    text-align: center;
    white-space: nowrap;
    width: 40px;
}
#pagerArea.repotrts  a {
    border: 1px solid #666666;
    border-radius: 6px;
    display: block;
    margin: 10px 0;
    padding: 5px 8px;
}
#pagerArea.repotrts .move {
    background:#e7e7e7;
    display: table;
    overflow: hidden;
    position: relative;
    width: 1000%;
}
#pagerArea.repotrts .pager.always.after {
    left: auto !important;
    right: 10px !important;
}


/** TOPに戻る
***********************************************/
#backtop {
    background: none repeat scroll 0 0 #ffffff;
    border: 5px solid #c6c6c6;
    border-radius: 100%;
    bottom: 50px;
    display: block;
    height: 54px;
    overflow: hidden;
    position: fixed;
    right: 50px;
    text-align: center;
    width: 54px;
    z-index: 3000;
}
#backtop .wrap {
    display: inline-block;
    height: 30px;
    margin: 12px 0;
    overflow: hidden;
    width: 30px;
}
#backtop .wrap .imgGotop {
    display: block;
}
#backtop:hover {
    border: 5px solid #ee8aa4;
}
#backtop:hover img {
    margin-top: -30px;
}
