@charset "utf-8";


/* --------------------------------------------------------------------------------
   index.html
-------------------------------------------------------------------------------- */


/* Contents
-------------------------------------------------------------------------------- */

/*.mysoftbank,*/
.see_buy-id { display: none;}

dl.box-cpn {
	padding: 14px 14px 12px;
	border: 1px solid #f72c72;
}
dl.box-cpn dt {
	color: #f72c72;
	font-weight: bold;
	font-size: 115%;
}
dl.box-cpn dd {
	margin-top: 10px;
}
ul.list_btns li {
	width: 267px;
	margin-top: 0;
	zoom: 1;
}
.txt {
	width: 560px;
	float: right;
}
#btn_onlineshop,
#btn_mysoftbank{
	background-image: url(../img/btn_buy_on.png);
	float: right;
}
#btn_change{
	background-image: url(../img/btn_purchase_on.png);
	float: right;
}
.w266{
	width: 266px;
}

/* --- .goal-component --- */
.goal-component a:link { text-decoration: none;}
.goal-component #btn_onlineshop,
.goal-component #btn_mysoftbank {
	background-image: none;
	float: none;
}


/* Clear
-------------------------------------------------------------------------------- */

.section:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}
.section { zoom:100%;}

