@charset "utf-8";

/*=================================================================*/
/* 全デバイス共通
/*=================================================================*/

/*  clearfix
---------------------------------------------------------------*/
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cf { display: inline-block; }
/* Hides from IE-mac \*/ 
* html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */

.topArea ul {
  margin-bottom: 20px;
}

/*******************************************************************/
/* PC：幅769px以上
/*******************************************************************/
@media screen and (min-width: 769px), print {
/*<start>==========================================================*/

.topArea {
  width: 740px;
  margin: 0 auto 40px;
  padding: 20px 0 0;
}
.topArea .left {
  display: block;
  width: 280px;
  float: left;
  margin: 0 0 0 20px;
}
.topArea .right {
  width: 400px;
  float: right;
}
.topArea .right p {
  margin: 0 0 15px;
  line-height: 1.4em;
}
p.line {
  border-bottom: solid 1px #ececec;
  padding: 0 0 15px;
}
.topArea .right p span {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
}


/*<end>============================================================*/
}


/*******************************************************************/
/* SP：幅768px以下 
/*******************************************************************/
@media screen and (max-width: 768px) {
/*<start>==========================================================*/

.topArea {
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.topArea .left {
  display: block;
  margin: 0 auto 30px;
  width: 80%;
  max-width: 280px;
}
.topArea .right {
}
.topArea .right p {
  margin: 0 0 15px;
  line-height: 1.4em;
}
p.line {
  border-bottom: solid 1px #ececec;
  padding: 0 0 15px;
}
.topArea .right p span {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
}
 
/*<end>============================================================*/

}