body {
  font-family: 'Shin Go Medium';
	letter-spacing: 0.1em;
}

dt {
  font-family: 'Shin Go Bold';
}

dd  {
  font-family: 'Shin Go Medium';
}

#talk_wrap .talk_end p {
    margin: 0 0 .0em 0;
}


.info_desc p strong, .info_desc p b {
  font-weight: normal;
  font-family: 'Shin Go Regular';
}
#index_nav, #talk_wrap, footer {
    background-color: white;
}



@media (max-width: 640px) {
    #wrap {
        position: relative;
        padding-right: 20px;
        padding-left: 20px;
        z-index: 1;
    }
	
	    #talk_wrap {
        max-width: 100%;
        padding: 18px;
}
	}