
/* スマホ用のCSS */
@media only screen and (max-device-width: 480px) {
	.ly_descbox {height:auto; width: 96%;margin-left:2%;margin-right:2%; border:solid; padding-bottom: 2rem; padding-top: 2rem; }

	.mg_top_image_desc_upper_afure  {margin-top: 0rem; }
	.mg_top_image_desc_upper        {margin-top: 1.2rem; }
}

/* PC用のCSS */
@media only screen and (min-device-width: 480px) {
	.ly_descbox {height:auto; width: 80%;margin-left:10%;margin-right:10%; border:solid; padding-bottom: 2rem; padding-top: 2rem; }

	.mg_top_image_desc_upper        {margin-top: 1.2rem; }
	.mg_top_image_desc_upper_afure  {margin-top: 1.2rem; }
}

.detail_block_title_idx { float: left; height:100%; width: 10rem; }

.desc_1_title_first {clear:both; margin-top:0rem; font-size:4rem}
.desc_1_title       {clear:both; margin-top:3rem; font-size:4rem}
.desc_1_row   {overflow:hidden; clear:both; margin-left: 2rem; margin-right: 1rem; height:auto; width:auto;}
.desc_1_maru_B  {float:left; width: 2.5rem; height:2.5rem; }
.desc_1_maru    {background-color:purple; width: 1.6rem; height:1.6rem; border-radius: 50%; margin-top: 0.3rem; }
.desc_1_bun   {float:left; text-align:left; width:90%}

/***** .detail_block_content_right { float:right; margin-left: -62px; padding-left: 62px; width:100%}  *****/
.detail_block_content_right { float:left; width:34.2rem;}

.ft_normal    {font-size:1.6rem; }
.ft_in_label  {font-size:2.4rem; }

.desc_2_bun   {}

.desc_3_title_WEB { background-color:blue;   color:white; width:100%; height: auto; font-size:3.6rem; margin-top:1rem;  margin-bottom:1rem; }
.desc_3_title_FAX { background-color:orange; color:white; width:100%; height: auto; font-size:3.6rem; margin-top:1rem;  margin-bottom:1rem; }
.desc_3_in      { text-align: left; margin-left:2rem;  margin-top:1.5rem; margin-bottom:1.5rem; }


.ft_order_desc {}

