@charset "utf-8";


/*-------------------------------------
　ページ基本設定
---------------------------------------*/

/*-------------------------------------
　電源シミュレータ
---------------------------------------*/
#container select {
	border-width: 1px;
	appearance: auto;
}
.calcBox {
	border: solid 2px #7d7c7c;
	margin-top: 10px;
}
.example {
	width:96%;
	border-top: solid 1px #7d7c7c;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
	
}

.example div {
	margin: auto 0px 10px auto !important;
	text-align:center;

}

.setWatt {
	font-weight:bold;
	width: 100%;
}

.recpoBox {
	position: relative;
	display: block;
 	margin: 1.3em 0;
	padding: 15px 10px;
 	width: 100%;
 	box-sizing:border-box;
 	text-align: center;
 	color: #fff;
 	font-weight: bold;
	font-size: 1.3em;
	background: #ff5547;
}

.recpoBox:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ff5547;
}

.setWatt td, th {
	padding: 2px 5px;
}
.headline {
	background: #06C;
	color: #FFFFFF;
}
.VendOpt {
	width: 270px;
}
.selectOpt {
	font-size: 1.2em;
}

/*-------------------------------------
　お勧め電源ユニット
---------------------------------------*/
.Recommend h3 {
	background-color: #e5f2f7;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	margin-bottom: 6px;
	padding: 6px 10px;
}

.Recommend .RecBox li {
	float: left;
	text-align: left;
	font-size: 11px;
	width: 150px;
	padding: 0 4px;
    box-sizing: border-box;
}
.Recommend .RecBox li img {
	max-width: 100%;
	height: auto;
}
.Recommend .RecBox li a {
	display: block;
}

.Recommend .priceTxt {
	color: #f00;
}

.ic_rank {
	width: 40px !important; }


/*-------------------------------------
　SP （0〜479pxの場合に適用するCSS）
---------------------------------------*/

@media screen and (max-width:479px){

	.setWatt {
		width: 100% !important;
		table-layout: fixed;
	}

	.setWatt td {
		font-size:0.5em;
	}
	/*-------------------------------------
	　電源シミュレータ
	---------------------------------------*/
	.example {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 1.2em;
		width:96%;
		height: auto;

	}

	.example div {
		width: 95%;
		margin: 0 auto !important;
		padding-right: 0px;
		padding: 5px;
	}

	.headline {
		background: #06C;
		color: #FFFFFF;
		font-size: 0.7em;
	}

	.VendOpt {
		width: 100% !important;
	}
	
	.selectOpt {
		width: 100% !important;
		font-size: 0.7em;
	}

	/*-------------------------------------
	　お勧め電源ユニット
	---------------------------------------*/

	.Recommend h3 {
		background-color: #e5f2f7;
		border-top: 1px dashed #ccc;
		border-bottom: 1px dashed #ccc;
		font-size: 12px;
		margin-bottom: 6px;
		padding: 6px 10px;
	}

	/*.Recommend .RecBox li {
		float: left;
		text-align: center;
		font-size: 11px;
		width: 200px;
	}*/
	.Recommend .RecBox li {
		float: none;
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
	.Recommend .RecBox li .left_img {
		width: 30%;
	}
	.Recommend .RecBox li .right_spec {
		width: 66%;
	}	
}

