@charset "Shift_JIS";

/* ---------------------------
	0911 /job/pr_sample/
--------------------------- */

/* common.css overwrite */
/*#knowhowContents #knowhowMain {
  margin-top: 0;
}*/


/* common */
.prContainer {
  margin: 10px 20px 10px 10px;
}
  .prContainer .coachBannerBlock {
    margin-top: 40px;
  }


/* index */
#prCaseList ul li {
  padding: 20px 10px 21px 10px;
  background: url(../../include/images/border_dot_green.gif) left bottom repeat-x;
}
  #prCaseList ul li a {
    padding-left: 20px;
    background: url(../../include/images/arrow_large_green_right.gif) 0 3px no-repeat;
    font-size: 150%;
    vertical-align: middle;
  }
  #prCaseList ul li span {
    display: inline-block;
    width: 5em;
    padding: 5px 4px 4px 4px;
    margin-right: 20px;
    border: solid 3px #66CC00;
    color: #444;
    font-size: 117%;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
  }

/* detail */
#prDetail {
  margin-top: 20px;
}
  #prDetail .prMain {
    padding-bottom: 20px;
    background: #F9F9F9;
  }

    #prDetail .summaryBlock {
      margin: 20px;
      font-size: 117%;
      line-height: 1.6;
    }
      #prDetail .summaryBlock .text {
        float: left;
        display: inline;
        width: 440px;
      }
        #prDetail .summaryBlock .text p {
          margin-bottom: 1em;
        }
      #prDetail .summaryBlock .checkpoint {
        float: right;
        display: inline;
        width: 220px;
        text-align: left;
      }
        #prDetail .summaryBlock .checkpoint ul li {
          padding: 8px 0;
          background: url(../../include/images/border_dot_green.gif) left bottom repeat-x;
          color: #390;
          font-weight: bold;
          line-height: 1.3;
        }
          #prDetail .summaryBlock .checkpoint ul li p {
            padding-left: 15px;
            background: url(../../include/images/icon_rhombus_orange.gif) 1px 4px no-repeat;
          }

    #prDetail .resumeBlock {
      margin: 10px 20px 0 20px;
      padding: 19px;
      border: solid 1px #999;
      background: #FFF;
      font-size: 117%;
      line-height: 1.6;
    }
      #prDetail .resumeBlock table th,
      #prDetail .resumeBlock table td {
        padding: 15px 20px;
        color: #666;
        text-align: left;
        vertical-align: top;
      }
      #prDetail .resumeBlock table th {
        background: #F7F7F7;
        font-weight: normal;
        width: 20%;
      }
        #prDetail .resumeBlock table td a {
          display: inline-block;
          width: 66px;
          height: 26px;
          margin-left: 4px;
          cursor: pointer;
        }
          #prDetail .resumeBlock table td a img {
            vertical-align: text-bottom;
          }

    #prDetail .noteBlock {
      margin: 10px 20px;
      color: #666;
    }
      #prDetail .noteBlock img {
        margin: 0 8px 0 5px;
        vertical-align: text-bottom;
      }

    #prDetail .backLink {
      margin: 15px 0;
      font-size: 117%;
      text-align: center;
    }
      #prDetail .backLink a {
        padding-left: 15px;
        background: url(../../include/images/arrow_main_green_left.gif) left center no-repeat;
      }

    #prDetail .coachBannerBlock {
      margin: 0;
    }


/* point tip */
.pointTip {
  position: absolute;
  display: none;
  width: 320px;
  padding-bottom: 16px;
  background: url(../images/bg_point.png) right bottom no-repeat;
  text-align: left;
}
  .pointTip .tipInner {
    padding: 14px;
    background: url(../images/bg_point.png) left top no-repeat;
  }
    .pointTip h5 {
      padding: 12px 10px 10px 10px;
      background: #E85900 url(../images/bg_point_title.gif) left top repeat-x;
      color: #FFF;
      font-size: 117%;
      text-align: center;
    }
    .pointTip p {
      margin: 0;
      padding: 15px 15px 0 15px;
    }





/* ---------------------------
	batch setting
--------------------------- */

/* hidden elements */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}


/* offleft */
.offleft {
	font-size: 1px;
	text-align: left;
	text-indent: -9999em;
	/*\*/
	overflow: hidden;
	/**/
}

.point {
color:#390;
font-size: 117%;
font-weight:bold;
margin-top:15px;
margin-bottom:10px;
margin-left:15px;
}

.point img{
margin-right:0.5em;
}

/* clearfix */
#prDetail .summaryBlock {
  overflow: hidden;
}
#prDetail .summaryBlock:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
/*\*/
* html #prDetail .summaryBlock {
	height: 1em;
	overflow: visible;
}
/**/
