@charset "EUC-JP";

 /* IE以外のモダンWEBブラウザ向けの指定 */
#itemExp:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}


 /* IE7及びMac版IE5向けの指定 */

#itemExp {display:inline-block;}

 /* IE6以前向けの指定 */

/* Hides from IE-mac \*/
*html#itemExp{height:1%;}
#itemExp {display:block;}
.clear {clear: both;font-size: 1px;line-height: 1px;}
/* End hide from IE-mac */

#itemArea #photoSCT {
	width: 420px;
	float: left;
	margin-bottom: 25px;
}

#itemArea #photoSCT #mainPh {
		margin-bottom: 8px;
}

#itemArea #photoSCT #subPh img {
		margin-right: 5px;
}
#itemArea #itemDataSCT {
		margin-left: 420px;
}


#itemArea #itemDataSCT h1 {
	font-size: 150%;
	line-height: 1.4;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 10px;
}

#itemArea #itemDataSCT table {
		margin-bottom: 5px;
		text-align: left;
}
#itemArea #itemDataSCT table s {
		text-decoration: line-through;
}

#itemArea #itemDataSCT table .redPrice {
		color: #F00;
}

#itemArea #itemDataSCT table .redPrice strong {
		font-family: "Arial Black", Gadget, sans-serif;
		padding-left: 0.5em;
}
#itemArea #itemDataSCT table .redPrice .redPriceSize {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 150%;
		font-weight: bold;
}


#itemArea #itemDataSCT table th {
		padding-right: 1em;
		font-weight: normal;
		color: #666;
}
#itemArea #itemDataSCT table th,
#itemArea #itemDataSCT table td {
		padding-top: 0.3em;
		padding-bottom: 0.3em;
		vertical-align: middle;
}

#itemArea #itemDataSCT .option {
		font-size: 90%;
}



#itemArea #itemDataSCT p#tokushoho {
		font-size: 90%;
		padding-top: 5px;
		padding-bottom: 10px;
}

#itemArea #itemDataSCT ul.itemFunction {
		border: 1px solid #E8EBEC;
		padding: 7px;
		margin-bottom: 15px;
		font-size: 92.5%;
		line-height: 1.5;
}
#itemArea #itemExp {
	padding-top: 15px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	line-height: 1.5;
}
#itemArea #itemExp h2 {
	font-size: 118%;
	font-weight: bold;
	color: #92AD43;
	margin: 0px;
	padding: 0px;
}
#itemExp .service {
	color: #C00;
	border: 2px solid #C00;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#itemArea #itemExp ol,
#itemArea #itemExp ul {
		margin-left: 2em;
		margin-bottom: 0.5em;
}
#itemArea #otherItem  {
	clear: both;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#itemArea #otherItem h4 {
	font-size: 92.5%;
	margin-bottom: 20px;
	color: #FFF;
	margin-right: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #92AF43;
}
#itemArea #otherItem .otherItemBox {
	margin-right: 25px;
	float: left;
	width: 200px;
}


#itemArea #otherItem img {
		display: block;
		margin-bottom: 0.5em;
}
#itemArea #otherItem .otherName {
		font-size: 92.5%;
		line-height: 1.2;
}



#itemArea #itemTB {
	background: #EFEFEF;
	font-size: 92.5%;
	padding: 7px;
	clear: both;
	color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
}

#itemArea #itemTB strong {
		margin-right: 1em;
}
#itemArea #itemTB .TB-list {
	line-height: 1.2em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
}



/* 20120310  ―ハイネット設定― */

table#table-01 {
    width: 700px;
    border: 1px #CCCCCC solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #CCCCCC solid;
    border-width: 0 0 1px 1px;
    background: #FFCC33;
    font-weight: bold;
    font-size:medium;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}


table#table-01 td.center{
    font-weight: bold;
    text-align: center;  
    text-align: center;
}

/*　―ここまで―　*/