@charset "UTF-8";
/* UTF-8を出力するためのコメント */
/* 共通枠
-----------------------------*/

.border-t{
	border-top : 2px solid #ccc;
}

/*archive_nav*/

.archive_nav{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0 10px 14px;
}

.archive_nav dl{
	padding-top: 15px;
}

.archive_nav dl dt{
	display: inline-block;
	margin-right: 20px;
	font-weight: bold;
}
.archive_nav dl dd{
	display: inline-block;
	margin-right: 15px;
}
.archive_nav dl dd a{
	background: url("/common/img/icon-cursor.png") no-repeat scroll 0 center;
	padding: 1px 0 1px 14px;
}
@media screen and (max-width: 750px) {
	.archive_nav dl dt{
		display: block;
	}
	.archive_nav dl dd{
		margin-top: 8px;
	}
}



/* 共通ボックス
-----------------------------*/
/* 共通赤ボタン
-----------------------------*/
/*
-----------------------------*/
/* CSS Document */
#main {
  /* .catnav-wrap
	-----------------------------*/
  /* .link
		-----------------------------*/
  /* .item
	-----------------------------*/ }
  #main p, #main div, #main ul, #main li　 {
    box-sizing: border-box; }
  #main h3 {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
	}
  #main .catnav-wrap {
    padding-bottom: 30px; }
  #main .catnav-wrap p {
    width: 230px;
    display: inline-block;
    margin-left: 10px; }
  @media screen and (max-width: 750px) {
    #main .catnav-wrap p {
      width: 100%;
      display: block;
      margin-left: 0;
      margin-top: 10px; } }
  #main .catnav-wrap p:first-child {
    margin: 0; }
  #main .catnav-wrap p a {
    display: block;
    height: 30px;
    line-height: 30px;
    background: url(/common/img/btn-white-bg.gif) repeat-x;
    position: relative;
    width: auto;
    padding: 0 5px;
    text-align: center;
    font-weight: bold;
    margin-top: 4px;
    font-size: 15px; }
  #main .catnav-wrap p a:hover {
    text-decoration: none; }
  #main .catnav-wrap p a .bgL {
    display: block;
    width: 5px;
    height: 30px;
    background: url(/common/img/btn-white-bg-l.gif) no-repeat;
    position: absolute;
    left: 0;
    top: 0; }
  #main .catnav-wrap p a .bgR {
    display: block;
    width: 5px;
    height: 30px;
    background: url(/common/img/btn-white-bg-r.gif) right top no-repeat;
    position: absolute;
    right: 0;
    top: 0; }
  #main .catnav-wrap .link {
    display: inline-block;
    font-size: 14px;
    line-height: 1; }
  #main .catnav-wrap .link-cursor {
    padding: 1px 0 1px 14px;
    background: url(/common/img/icon-cursor.png) no-repeat 0 center; }
  #main .item-wrap .item {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 30px; }
    @media screen and (max-width: 640px) {
      #main .item-wrap .item {
        border-top: none;
        padding-top: 20px;
        margin-top: 20px; } }
  #main .item-wrap .item:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0; }
  #main .item-wrap .item h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px; }
  #main .item-wrap .item .label-wrap {
    display: block;
    overflow: hidden; }
  #main .item-wrap .item .label {
    display: inline-block;
    line-height: 1;
    padding: 8px;
    font-size: 12px;
    text-align: center;
    background-color: #F2F2F2;
    border: 1px solid #ccc;
    float: left; }
  #main .item-wrap .item .link {
    overflow: hidden; }
  #main .item-wrap .item .act-link {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
    background: url(/common/img/icon-cursor.png) no-repeat 0 13px;
    padding: 10px 0 0 10px;
    margin-left: 10px;
    color: #00468C !important; }
  #main .item-wrap .item .act-link:hover {
    text-decoration: underline; }
  #main .item-wrap .item .act-title {
    clear: both;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    margin: 20px 0 10px; }
    @media screen and (max-width: 640px) {
      #main .item-wrap .item .act-title {
        margin: 10px 0 10px; } }
  #main .item-wrap .item .act-text {
    font-size: 14px;
    line-height: 1.5rem;
    margin-bottom: 10px; }
  #main .item-wrap .item .img {
    text-align: left; }
  #main .item-wrap .item .img img {
    width: 100%; }
  #main .item-wrap .item .img--vertical img {
    width: auto;
    max-height: 340px; }
  @media screen and (max-width: 640px) {
    #main .item-wrap .item .img--vertical {
      width: 49.27536231884058%;
      /* 340/690 */
      margin: 0 auto; }
    #main .item-wrap .item .img--vertical img {
      width: 100%;
      max-height: 1000px; } }
  #main .main-inner .imgtitle {
    background: url(/japan/community/family/activity/report/img/pc-titleimg_bg.jpg) right top no-repeat; }
  #main .main-inner.recru {
    border: 1px solid #ccc;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.5rem; }
    #main .main-inner.recru .left-part {
      width: 50.10893%; }
      #main .main-inner.recru .left-part .title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px; }
        @media screen and (max-width: 640px) {
          #main .main-inner.recru .left-part .title {
            font-size: 16px;
            text-align: center; } }
      #main .main-inner.recru .left-part .small {
        font-size: 12px;
        margin-top: 8px; }
    #main .main-inner.recru .right-part {
      width: 48.47495%;
      padding: 30px;
      background-color: #f0f0f0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      #main .main-inner.recru .right-part .bold {
        font-weight: bold; }
        #main .main-inner.recru .right-part .bold.title {
          margin-bottom: 8px; }
      #main .main-inner.recru .right-part .email {
        color: #00468C; }
  #main .main-inner .branch {
    padding: 0 20px;
    margin-bottom: 40px; }
    #main .main-inner .branch .act-link {
      margin: 0; }
  #main .pc_only {
    display: inline; }
  #main .sp_only {
    display: none; }

@media screen and (max-width: 640px) {
  #main .main-inner .pc_only {
    display: none; }
  #main .main-inner .sp_only {
    display: inline; }
  #main .main-inner .imgtitle {
    background: none; }
    #main .main-inner .imgtitle h2.title {
      background: #f4f4f4 url(/japan/community/family/about/report/img/sp-titleimg_bg.jpg) right top no-repeat;
      background-size: auto 100%; }
  #main .main-inner.recru {
    padding: 15px;
    margin-bottom: 30px; }
    #main .main-inner.recru .left-part {
      width: 100%; }
      #main .main-inner.recru .left-part .small {
        margin-bottom: 10px; }
    #main .main-inner.recru .right-part {
      padding: 15px;
      width: 100%; } }


/* 戻るボタン
-----------------------------*/
#main .report-bottom-nav-wrap p a {
    display: block;
    height: 30px;
    line-height: 30px;
    background: url(/common/img/btn-white-bg.gif) repeat-x;
    position: relative;
    width: auto;
    padding: 0 5px;
    text-align: center;
    font-weight: bold;
    margin-top: 4px;
    font-size: 15px;
}

#main .report-bottom-nav-wrap {
    clear: both;
    padding: 0 0 30px;
    text-align: center;
}

#main .report-bottom-nav-wrap .link-cursor {
    padding: 1px 0 1px 14px;
    background: url(/common/img/icon-cursor.png) no-repeat 0 center;
}

#main .report-bottom-nav-wrap p a .bgR {
    display: block;
    width: 5px;
    height: 30px;
    background: url(/common/img/btn-white-bg-r.gif) right top no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

#main .report-bottom-nav-wrap p a .bgL {
    display: block;
    width: 5px;
    height: 30px;
    background: url(/common/img/btn-white-bg-l.gif) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#main .report-bottom-nav-wrap p {
    width: 330px;
    display: inline-block;
    margin-left: 10px;
}