@charset "UTF-8";

/* --------------------------
  Base
----------------------------*/

#cm {
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
       font-family: Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#333333;
       margin-bottom: 70px;
      background: #dedede;
      padding-bottom:20px;
}

#cm a:hover {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
}
#cm a:hover img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.8;
}

/* ----- Content Module ----- */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/* Switch Mobile */
.only_sp {
	display: none;
}

/* --------------------------
    Module
----------------------------*/
/* Layout */

.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.w40{
       width:445px;
}
/* Margin */

.mgnT10 {
	margin-top: 10px;
}
.mgnT15 {
	margin-top: 15px;
}

#cm .normalText{
       padding: 15px 25px 0;
}
/* --------------------------
   point
----------------------------*/
#cm .point{
      background: #fff none repeat scroll 0 0;
       margin: 0 28px;
       border-radius: 8px;
      padding:10px 0;
}
#cm .point .point_text01{
      font-size: 130%;
      font-weight: bold;
       text-align: center;
}
#cm .point .point_text02{
      font-size: 100%;
      font-weight: bold;
     text-align: center;
}
#cm .point .TextStyle03{
       margin: 0 0 10px 43px;
}


/*20150924*/

.TopColumn01{ padding:0 0 20px;  margin:0 auto;  width: 690px;}
.TopColumn02{ width:950px; margin:0 auto; padding:50px 0;}
.TextStyle01{ font-size:90%; line-height:150%;}
.TopBox01{ border:#767676 solid 1px; padding:20px; overflow:hidden;  background: #fff none repeat scroll 0 0;}
.LeadStyle02{ font-size:150%; font-weight:bolder;}
.TextStyle02{ font-size:115%; line-height:110%;}
.TextStyle03{ font-size:90%; line-height:130%; margin-left:10px;}
