@charset "Shift_JIS";
/*　コンテンツごとに個別のスタイルを作成する際はこのシートに追記します　*/


/*　PC／タブレット用CSS　*/
@media print, screen and (min-width: 480px) {
/*　以下にスタイルを記述。最終行に「}」を入れていることに注意　*/
	

.effi-title {margin:20px 0;}

h3.effih3center {font-family:"FOT-UD角ゴ_ラージ Pr6N E"; font-size:246%; line-height:1.2; font-weight:bold; text-align:center; margin:30px auto 10px auto;}
	
h3.effih3 {font-family:"FOT-UD角ゴ_ラージ Pr6N E"; font-size:246%; line-height:1.2; font-weight:bold; margin-top:50px;}
	
h3.effih3-price {font-family:"FOT-UD角ゴ_ラージ Pr6N M"; font-size:116%; line-height:1.2; margin:5px 0 20px 0; padding-bottom:10px; border-bottom:5px solid #6fb92c;}
	
h3.effih3-noprice {font-family:"FOT-UD角ゴ_ラージ Pr6N E"; font-size:246%; line-height:1.2; font-weight:bold; margin:50px 0 5px 0; padding-bottom:10px; border-bottom:5px solid #6fb92c;}

h4.effih4 {font-family:"FOT-UD角ゴ_ラージ Pr6N B"; font-size:167%; line-height:1.2; font-weight:bold; color:#6fb92c; margin:20px 0 5px 0;}
	
.productlink {font-family:"FOT-UD角ゴ_ラージ Pr6N B"; font-size:116%; line-height:1.2; text-align:center; margin:20px 0;}


.effi-info {margin-top:20px}
.effi-info-l {float:left; width:465px; padding-right:30px;}
.effi-info-r {float:left; width:465px;}
	
.effi-infodsd {margin-top:20px}
.effi-infodsdsp {display:none;}
	
}/*　@mediaの綴じ括弧。削除しないでください　*/