﻿


/*スマホサイト**********************************************************************/
@media screen and (max-width:700px) {



img#name_alphabet {
    height: 3vh;
    display: block;
    margin: 20px auto 30px auto;
}

p#name_jp {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 10px;
}

p#measurement {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
}



#pdf {
	width: 10vw;
    margin: 0px auto 18px auto;
}



img#top {
    width: 100vw;
	display: block;
    margin: 0px auto 0px auto;
}



#pictures {
    width: 100vw;
    margin: 0px auto 100px auto;
}
img.picture_type1 {
    width: 50vw!important;
}
img.picture_type2 {
    width: 100vw!important;
}



}










/*PCサイト**************************************************************************/
@media screen and (min-width:701px) {



img#name_alphabet {
    width: 1200px;
    height: 50px;
    display: block;
    margin: 50px auto 0px auto;
}

p#name_jp {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    text-align: center;
    margin: 15px 0px 15px 0px;
}

p#measurement {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    text-align: center;
    margin: 0px 0px 24px 0px;
}



#pdf {
	width: 62px;
	height: 72px;
    margin: 0px auto 18px auto;
}



img#top {
    width: 550px;
    height: 705px;
	display: block;
	margin: 0 auto 0 auto;
}



#pictures {
    width: 1180px;
    margin: 0px auto 150px auto;
}



}





















