﻿@charset "UTF-8";


/*********************************
 * ～900
 *********************************/

@media screen and (max-width:900px){

	h2 {padding-bottom:0.4em; border-bottom:1px solid #022d51;}
	h2 span {font-size:70%;}

  table.profile {width:100%; border-top:1px solid #7f7f7f;}
  table.profile th {width:40%; padding:0.5em 1em; border:1px solid #ddd; vertical-align:top;}
  table.profile td {padding:0.5em 1em; border:1px solid #ddd;}
  table.profile tr:nth-child(even) th,
	table.profile tr:nth-child(even) td {background:#fafafa;}

}



/*********************************
 * 901～
 *********************************/

@media screen and (min-width:901px) {

	h2 {padding-bottom:0.4em; border-bottom:1px solid #022d51;}
	h2 span {font-size:70%;}
	
  table.profile {width:100%; border-top:1px solid #7f7f7f;}
  table.profile th {width:30%; padding:0.5em 0.5em 0 1.5em; border:1px solid #ddd; vertical-align:top;}
  table.profile td {padding:0.5em 1.5em 0.5em 1.5em; border:1px solid #ddd;}
  table.profile tr:nth-child(even) th,
	table.profile tr:nth-child(even) td {background:#fafafa;}

}


