/*//////////////////////////////////////////////////////////////////////////////

cosme.css
	
//////////////////////////////////////////////////////////////////////////////*/

/*cosme*/
.cosme #contents .intro img+p{
  margin-top: 40px;
}
.cosme #contents h3{
  font-size: 15px;
  color: #222;
}
.cosme #contents .infoTable{
  border-top:1px solid #E3E3E3;
  font-size:13px;
  line-height:1.4;
  margin-top:10px;
  width: 100%;
}
.cosme #contents .infoTable tr{
	border-bottom:1px solid #E3E3E3;
}
.cosme #contents .infoTable th,
.cosme #contents .infoTable td{
	padding:12px 5px;
  text-align: left;
}
.cosme #contents .cosmeList table{
	border-top:1px solid #E3E3E3;
	font-size:12px;
	line-height:1.4;
	margin-top:10px;
  width: 100%;
}
.cosme #contents .infoTable .tel{
  font-size: 24px;
  font-family: 'Roboto Slab', serif;
}
.cosme #contents .infoTable a{
  font-weight: bold;
}
.cosme #contents .caption{
  margin-top: 20px;
  font-size: 12px;
}
.cosme #contents .caption li+li{
  margin-top: 4px;
}
.cosme #contents .cosmeList tr{
	border-bottom:1px solid #E3E3E3;
}
.cosme #contents .cosmeList tr:last-child{
	border-bottom:none;
}
.cosme #contents .cosmeList th,
.cosme #contents .cosmeList td{
	padding:5px 5px;
  text-align: left;
}
.cosme #contents h4{
  font-size: 14px;
  color: #222;
  margin-top: 20px;
}
.cosme #contents .cosmeList h4+p{
  margin-top: 0.5em;
}
.cosme #contents .cosmeList p+p{
  margin-top: 0.2em;
}
.cosme #contents .col2-list li{
  margin-bottom: 40px;
}
.cosme #contents .col2-list li:nth-last-child(2),
.cosme #contents .col2-list li:last-child{
  margin-bottom: 0;
}


/* Responsive Styles
======================================== */
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 480px) {
  .cosme #contents .col2-list li{
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .cosme #contents .col2-list li:nth-last-child(2){
    margin-bottom: 30px;
  }
}