﻿/* yoshiki -------------------------- */
#brandTop .freeBox .yoshiki #title1{
    background-color: #000;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 40px;
    color: #FFF;
    padding: 0 0 0 13px;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
}
#brandTop .freeBox .yoshiki #title2{
	font-size: 20px;
	font-weight: bold;
	padding: 19px 0 0px 0;
	border-bottom: 1px solid #333;
	margin-bottom:7px;
}

#brandTop .freeBox .yoshiki table{
	width:100%;
	font-size:15px;
}
#brandTop .freeBox .yoshiki table tr td:nth-child(1){ width:15%;}
#brandTop .freeBox .yoshiki table tr td:nth-child(2){ width:67%;}
#brandTop .freeBox .yoshiki table tr td:nth-child(3){ width:18%;}

#brandTop .freeBox .yoshiki a{ text-decoration:underline;}

#brandTop .freeBox .yoshiki #zitsutenpo{
	font-size: 17px;
	margin-top: 20px;
}


#brandTop .freeBox .yoshiki .pc{ display:none;}













@media screen and (max-width:600px){
#brandTop .freeBox .yoshiki #title2{ 
	padding-left:20px;
}

#brandTop .freeBox .yoshiki table tr td:nth-child(1){
	width:100%;
	display:block;
	padding:0 6%;
	box-sizing:border-box;
}
#brandTop .freeBox .yoshiki table tr td:nth-child(2){
	width:100%;
	display:block;
	padding:0 6%;
	box-sizing:border-box;
}
#brandTop .freeBox .yoshiki table tr td:nth-child(3){
	width:100%;
	display:block;
	margin-bottom:30px;
	padding:0 6%;
	box-sizing:border-box;
}
#brandTop .freeBox .yoshiki #zitsutenpo{
	font-size: 17px;
	margin-top: 20px;
	padding-left:20px;
}


#brandTop .freeBox .yoshiki .pc{ display:block;}
}
