@charset "utf-8";

div#container p.lead{
	font-weight: bold;
}


div#container div.column{
	margin: 0 0 40px 0;
	width: 680px;
}

div#container div.column:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

div#container div.column{
	display: inline-block;
	min-height:1%;/* for IE 7*/
}

/* Hides from IE-mac \*/
* html div#container div.column{ height: 1%; }
div#container div.column{ display: block; }
/* End hide from IE-mac */

div#container div.column div.txt{
	float: right;
	width: 490px;
}

div#container div.column .ph{
	float: left;
}

div#container div#support{
	border-top: 4px double #333333;
	border-bottom: 4px double #333333;
	padding: 25px 0;
}

div#container div#support p{
	text-align: center;
}

div#container div#support p.txt{
	font-weight: bold;
	color: #1761ce;
	font-size: 117%;
}

div#container div#support p.result{
	margin: 0;
}

div#container div#support p.result em{
	font-size: 117%;
	padding-right: 20px;
}

div#container div#support p.result span.yen{
	font-size: 150%;
	color: #f70000;
	font-weight: bold;
}



/*---add140218---*/
h4.blue {
	background: #0957cc;
	text-align: center;
	color: #ffffff;
}
span.ind {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}


