﻿@charset "UTF-8";

.gm {margin-top:1em;}



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

@media screen and (max-width:900px){
 
  .area1 img,
  .gm {margin-top:1em !important;}

  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) {
 
  .area1 img {margin-top:2em !important;}
  .area2 .fleft {width:37% !important; max-width:350px !important;}
  .area2 .fright {width:58% !important;}

  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;}

}


