@charset "utf-8";

/*資料請求用*/

.catch {
	font-size:1.85em;
	font-weight:bold;
	color: #69F;
	line-height:1.85em;
}

/* 資料請求ボタン */

body#request div#main div.node div.shiryo-btn {
  clear: both;
  margin: 0 10px 20px 10px;
}



body#request div#main div.node div.shiryo-btn img {
  display: inline;
  float: left;
  margin: 0;
}

body#request div#main div.node div.present-btn {
  clear: both;
  margin: 0;
  text-align:center;
}

body#request div#main div.node div.present-btn img {
  display: inline;
  margin: 0 10px 20px 0;
}

body#request div#main div#secom {
  clear: both;
  width:702px;
  padding:10px;
  margin: 0 0 20px 0;
  border:#CCCCCC solid 1px;
}

body#request div#main div#secom p.text{
  width:630px;
  float:left;
}

body#request div#main div#secom p.img{
  width:70px;
  float:right;
  vertical-align: top;
}

/*========================================

  clearfix

========================================*/




div#secom:after {
  content: ",";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em; 
  line-height: 0; 
}


div#secom {/* for ie6 */
  display: inline-block;
}


div#secom  {/* for Opera */
  display: block;
}











