@charset "Shift_JIS";

/*　このCSSはスマートフォン向けです　*/

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

/*　スマートフォン用CSS　*/
@media screen and (max-width: 480px) {
img {max-width: 100%; height: auto; width /***/:auto;}
 /*　以下にスタイルを記述。最終行に「}」を入れていることに注意　*/


.effi-title {margin:0 0 20px 0;}
	
h3.effih3center {font-family:"FOT-UD角ゴ_ラージ Pr6N E"; font-size:2.0rem; 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:2.0rem; line-height:1.2; font-weight:bold; margin-top:50px;}
	
h3.effih3-price {font-family:"FOT-UD角ゴ_ラージ Pr6N M"; font-size:1.3rem; 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:2.0rem; 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:1.6rem; line-height:1.2; font-weight:bold; color:#6fb92c; margin:20px 0 5px 0;}
	
.productlink {font-family:"FOT-UD角ゴ_ラージ Pr6N B"; font-size:1.3rem; line-height:1.2; text-align:center; margin:20px 0;}
	
.effi-info {margin-top:20px}
.effi-info-l {}
.effi-info-r {margin-top:20px}

.effi-infodsd {display:none;}
.effi-infodsdsp {margin-top:20px}

	
}/*　@mediaの綴じ括弧。削除しないでください　*/