@charset "UTF-8";

/*CSSのリセット*/
@import "http://giroro.s244.xrea.com/x/plugins/ijk-tmpl/css/000_reset.css";

/*デザイン用CSS*/
@import "main.css";



/* スペック関連のテーブル */

table.infield {
	width: 460px;
	background-color: #CCCCCC;
	margin: 0px auto 20px auto;
}
table.infield tr {
	border-bottom: solid 1px #CCCCCC;
}
table.infield tr th {
	border: solid 1px #FFFFFF;
	background-color: #F1F5FA;
	padding: 10px;
	text-align: left;
	width: 110px;
	font-size: 12px;
}
table.infield tr th p{
	color: #252525;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
table.infield tr th img{
	float: right;
}
table.infield tr th span{
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	color: #007CC2;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
table.infield tr td {
	border: solid 1px #FFFFFF;
	background-color: #EFEFEF;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	line-height: 2em;
}

table.infield tr td em{
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	color: #FF0000;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.
minibanner{
       float: left;
}


/*
ジャンプ部分
--------------------------------------------------------------------*/

.jump {
       font-size: 14px;
       color: #FFFFFF;
       background-image: url(http://www.xn----xeuk0b3c4aj8yjf.jp/images/pushbottun.gif);
       margin-left: 35px;
       height: 38px;
       width: 470px;
       padding-top: 8px;
       background-repeat: no-repeat;
       text-align: center;
       font-weight:bold;
}

.jump a{
       color: #FFFFFF;
}

.jump a:hover{
       color: #CCCCCC;
}

