@charset "utf-8";

/*==================================================
#1. LAYOUT
#2. MAIN
#3. SUB
==================================================*/

/*==================================================
#1. LAYOUT
==================================================*/

.contentWrap {
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.normalText {
	text-align: left;
    padding:6px 5px;
    font-size:95%;
    background-color:#eeeeee;
    color:#444444;
}


/*btnLink01*/
.btnLink01 {
	width: 80%;
    font-weight: bold;
	margin: 20px auto 25px;
}
.btnLink01 a {
	display: block;
	padding: 10px;
	border: solid 1px #cccccc;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 50%, #e6e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#e6e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 50%,#e6e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 50%,#e6e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 50%,#e6e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 50%,#e6e5e5 100%);
	text-align: center;
	color: #0c3575;
}
.btnLink01 a .icon {
	position: relative;
	display: inline-block;
}
.btnLink01 a .icon:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #353565;
	top: -0.5em;
	left: 0;
	margin-left: -15px;
}

/*heading02*/
.heading02 {
	padding: 6px 0 6px 10px;
	background-color: #0266E0;
	border-top: 1px solid #c7c1b7;
	font-size: 16px;
	color: #ffffff;
	text-shadow: none;
	text-align: left;
}
.blueHeading {
	background-color: #0266E0;
}

/*heading03*/
div.contentWrap h2,
.heading03 {
	border-left: 4px solid #0266E0;
	clear: both;
	font-size: 130%;
	font-weight: bold;
	padding-left: 9px;
	text-align: left;
}
div.contentWrap h2{
    margin:5px;
    padding:5px;
	background-color: #efefef;
}
.reportWrap {
	margin-top: 20px;
	background: #ebebeb;
	padding: 6px 0px 6px;
}
.reportWrap p:first-child{
	display: none;
}
.reportWrap .reporttopics02 {
	font-size: 85%;
	border-left: 4px solid #0266E0;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 6px 0px 9px;
	margin-left: 6px;
	text-align: left;
}

/*newsList*/
.newsList {
	text-align: left;
}
.newsList li {
	border-bottom: dotted 1px #cacaca;
}
.newsList li a {
	display: block;
	padding: 12px 0px 12px 2%;
}
.newsList li a:link,
.newsList li a:visited {
	text-decoration: underline;
	color: #0c3575;
}

.month{
	margin:15px 0px 0px 10px;
	font-size:18px;
	font-weight: bold;
}


/*newsHead*/
.newsHead {
	text-align: left;
	clear: both;
	padding: 6px;
	background: #ebebeb;
	font-size: 18px;
}
.newsHead span {
	margin-top: 10px;
	padding-left: 6px;
	font-size: 85%;
	font-weight: bold;
	border-left: solid 4px #0266E0;
}


/*columnList01*/
.columnList01 {
	clear: both;
	text-align: left;
}
.columnList01.allList {
	padding-bottom: 5px;
}
.columnList01 li {
	padding: 7px 10px;
	border-top: dotted 1px #cacaca;
}
.columnList01 li:first-child {
	border-top: none;
}
.columnList01.allList li:first-child {
	border-top: dotted 1px #cacaca;
}
.columnList01 li a {
	display: block;
}
.columnList01 li .date {
	margin-right: 12px;
}
.columnList01 li .vol {
	margin-right: 4px;
}
.columnList01 li .listText {
	margin-top: 4px;
	color: #0c3575;
    font-size:115%;
}
.columnList01 li .listText {
	text-decoration: underline;
}

.date {
	padding: 5px;
	text-align: left;
}

/*newsDetailHead*/
.newsDetailHead {
	padding: 10px;
	background-color: #e3f2fd;
	text-align: left;
    margin-bottom:5px;
}

.singleCol {
	margin: 0 auto;
}
.singleCol img {
	width: 100%;
	height: auto;
}

.article{
    font-size:110%;
	text-align: left;
    padding:2%;
}
.article p{
    padding:2%;
}
.article strong {
	font-weight: bold;
}


#pageNavi01{
	margin:10px auto;
	text-align: center;

}

#pageNavi01 ul {
	margin:10px auto;
	text-align: center;
	font-weight: bold;
}

#pageNavi01 ul li {
    display:inline-block;
    padding:8px;
    margin-right:3px;
    border:1px solid #0266E0;
    text-decoration:underline;
}

#pageNavi01 li.act{
    border:none;
    background-color:#0266E0;
    color:white;
    text-decoration:none;
}

#pageNavi01 ul li a{
    text-decoration:underline;
}

#pageNavi01 li.navi{
    width:50px;
    background-color:#C6DAF7;
}
                                     
#reporttextArea {
	margin: 10px;
	text-align: left;
}
                                     
#reporttextArea a {
	color: #0c3575;
	text-decoration: underline;
}
#reporttextArea .text {
	padding: 10px 0;
}
#reporttextArea img {
	width: 100%;
	height: auto;
}

div.contentWrap p{
	text-align: left;
	padding: 10px;
}

/* atlas21　2015/06/05 追加 */

#headerTtl{
	background:url(/mansion/report/images/title_bg.jpg) no-repeat left 0;
	background-size: 100% auto;
	padding:4.5% 0 5px 2.5%;
}


#headerTtl .ttl_sub{
    font-size:110%;
    font-weight:bold;
    color:#4169e1;
    line-height: 1.1;
		text-align: left;
}
#headerTtl .ttl_main{
    font-size:166%;
    font-weight:bold;
    line-height: 0.9;
		text-align: left;
}
#headerTtl .ttl_main span{
    color:#4169e1;
}

.category{
     margin:15px 0 10px 0;

}

.category h2{
     background-color:#e3f2fd;
     color:#333333;
     font-weight:bold;
     font-size:120%;
     line-height:35px;
     text-align:center;
	border-bottom: solid 2px #0266E0;

}
.category ul{
    padding:6px 4px;
     background-color:#eeeeee;
}
.category ul li{
    font-size:110%;
    display:block;
    padding:0px 15px 0px 0;
	list-style-position:inside;
	background:url(http://www.nomu.com/pro/sp/images/arrow_14_s.png) no-repeat right center;
    border-bottom:1px dotted #cccccc;
     text-align:left;
    line-height:40px;
    font-weight:bold;
}

.category ul li.last{
    border-bottom:none;
}
.pankuzu {
	background-color: #E4DED0;
    margin:0;
}
footer{
     background-color:#333333;
     line-height:30px;
     color:white;
}
.noArticle {
	padding: 10px;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: bold;
}