@charset "utf-8";
/* CSS Document */

h2 { background: url(../img/profile/title.png) no-repeat; }
.nom { text-align: center; margin-bottom: 15px; }


table { width: 600px; margin: 0 auto; border-collapse: collapse; border-top: 2px solid #E6E6E6; border-bottom: 2px solid #E6E6E6; }
tr { border-bottom: 1px solid #E6E6E6D; }
th,td { height: 90px; }
th { width: 130px; padding: 30px 0 30px 30px; text-align: center; }
td { text-align: left; padding: 30px; }
td p { margin-bottom: 10px; }
tr:nth-child(odd) { background: #F2F2F2; }

strong { font-size: 16px; font-weight: 700; }
.tag { background: #FF0076; padding: 2px 8px; margin-right: 10px; color: #FFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.tagapp { background: #00DF0A; padding: 2px 8px; margin-right: 10px; color: #FFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.cv { color: #808080; }

.sampleV { /*----clearfix-----*/ _height: 1px; min-height: 1px; }
.sampleV:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }/*----clearfix-----*/
.sampleV li { float: left; margin: 0 15px 5px 0; }
.voice { margin-right: 5px; }


/*
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
スマホ用に対応させたいな……
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
*/
@media screen and (max-width: 720px) {
	h2 { background-size: contain; }
	
	table { width: 100%; }
	th { width: 30%; padding: 15px 0 15px 15px; vertical-align: top; }
	th img { width: 100%; max-width: 130px; }
	td { padding: 15px; }
	
}