@charset "utf-8";
/* --------------------------------------------------
 Name: template.css
  - vox
  - shinchiku_mansion_tokushu
   - rewords
-------------------------------------------------- */

/* vox
-------------------------------------------------- */
.column_wrap{
  margin-bottom: 20px;
}

.column_box{
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 10px;
}
a.image_link{
  text-decoration: none;
}
.column_img{
  display: inline-block;
  width: 80px;
}

.column_text{
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  width: 630px;
}

.title_gray {
    background: #999;
}

/* shinchiku_mansion_tokushu
   2016/06/23
-------------------------------------------------- */
.feature-contents_theme-list dt{
    line-height: 1em; 
    width: 7.5em;
}

.feature-contents_theme-list dd {
    line-height: 1em; 
    border-right: 1px solid #999; 
    padding: 0 0.8em;
}

.feature-contents_theme-list dd.last {
    border-right: none;
}

/* rewords
   2016/08/31
-------------------------------------------------- */
#rewords{
    border: solid 1px #ccc;
    box-sizing: content-box;
    padding: 10px 20px 10px 15px;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
}
#rewords::before{
    content:"";
    width: 100%;
    padding: 0 1px;
    border-top: solid 4px #c03;
    position:absolute;
    top:-4px;
    left:-1px;
}
#rewords .rewords_title{
    color: #c03;
    font-weight: bold;
    font-size: 1.167em;
    display:inline-block;
    margin-bottom: 10px;
}
#rewords  .rewords_top_link{
    position: absolute;
    right: 20px;
    top: 10px;
}
#rewords  .rewords_links li{
    width: 23%;
    margin-right: 1%;
    margin-bottom:5px;
    display:inline-block;
}

/* pkodate kosya
   2016/11/30
-------------------------------------------------- */
#ops_kosyaMain{
	border-top: 4px solid #ca0a37;
    margin-bottom: 20px;
    background-color: #fff;
}

.ops_kosyaItem{
	padding: 15px 0 20px 30px;
    border: 1px solid #CCC;
    border-top: 0;
}

.ops_kosyaItem li{
	display:inline-block;
	margin-right:18px;
}

.ops_kosyaItem li:last-child{
	margin:0;
}

/* mansion_mailmg
   2017/11/29
-------------------------------------------------- */
.ops_sidebox {
    background: #FFF;
    border: 1px solid #eaeaea;
    border-top: 3px solid #ca0a37;
    padding: 10px 6px 15px;
    margin-bottom: 10px
}
.ops_sidebox  .heading {
    border-bottom: 1px dotted #CCC;
    color: #ca0a37;
    font-size: 1.083em;
    line-height: 1.35;
    margin: 0 -6px;
    padding: 0 12px 10px
}
.ops_sidebox  .title {
    margin: .75em 0 .5em
}
.ops_sidebox  p+p {
    margin-top: 5px
}
.ops_border_gray{
	border:#eaeaea 1px solid;
}