html {
}
body {
    color:#333333;
    background:#ffffff;
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
    font-size: 1rem;
}
p{
    line-height:1.7;
    margin-bottom: 1.9rem;
}
a {
    color: #0071bf;
    text-decoration: none;
    cursor: pointer;
}
a:focus,
a:hover {
    color:#724598;
    text-decoration: underline;
}
a img:hover{
    opacity:0.8;}
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8 only*/
    vertical-align: middle;
}
b, strong{
    font-weight: 700;
}
.m0{    margin-bottom: 0;
}

/* ----MAIN-------------------------------------------- */
#pageHeader {
    margin: 0;
    background-color:#0071bf;
    padding: 0;
}
#pageHeader h1 {
    margin-top: 0;
    padding: 0;
    border: none;
	font-size: 2rem;
    color: #ffffff;
}
@media only screen and (max-width: 48em){
    #pageHeader h1{
        font-size: 1.2rem;
}
    }

/* TYPOGRAPHY
---------------------------------------------------- */
.red {
    color:#e2144a;
}
.gray {
    color:#666666;
}
.blue {
    color:#0071bf;
}
main h2 {
	padding: .5em .75em;
	background-color: #0292f2;
	border-radius: 6px;
font-size: 1.875em;
line-height: 1.4em;
font-weight: bold;
margin: 2em 0;
color:#ffffff;
text-align: center;}

main h3{
font-size:1.875rem;
margin:0 0 3rem;
padding:5px 10px;
color:#724598;
line-height:1.5;
text-align: center;
}
.top
{margin-top: 3rem;
}
/* TABLE
-----------------------------------------------------------------------------*/
.table{
    border: 1px #cccccc solid;
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    text-align: left;
    margin-bottom: 1.9rem;
    }
.table th{
    padding:10px;border:1px #cccccc solid;border-width: 0 0 1px 1px;background:#f2f2f2;
    font-weight: normal;
    width: 17%;
}
.table td{
    padding:10px;border: 1px #cccccc solid;border-width: 0 0 1px 1px;background:#ffffff;
}
/* striped */
.uk-table {
  width: 100%;
    margin-bottom:1.95rem;
    font-size: 0.87rem;    
}
.uk-table th,.uk-table td {
  padding: 15px;
  border-bottom: 1px solid #dddddd;
}
.uk-table th {
  text-align: left;
}
.uk-table td {
  vertical-align: top;
}
.uk-table thead th {
  vertical-align: bottom;
}
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}

/* BOX
------------------------------------------------------ */
.box {
          text-align: center;
          color: #fff;
          padding: 15px;          
        }
.box-blue {
    padding: 15px;
    margin-bottom: 1.95rem;
        background: #edf4fc;
        border: 1px dashed #0292f2;
        }
.box-blue h3{
font-size:1.25rem;
text-align: left;
border-left:10px solid #0292f2;
margin-bottom:1rem;
}

/* FAQ,worry
------------------------------------------------------ */
.q{
padding:15px 0 15px 80px;
margin-bottom:10px;
background:url(../img/faq.png) no-repeat;
    border-left: none;
border-bottom:dashed 1px #0292f2;
    font-size: 1.4rem;
    font-weight: 700;
text-align: left;
color: #333333;
}
/*dl dt dd*/
.faq dl, .faq dt {
	color:#0071bf;
    margin-top: 0;
    font-size: 1rem;
    margin-bottom: 0.65rem;
}
.faq dd:last-child {
	margin-bottom:1.95rem;
}
/* ul-li---------------------*/
.menu ul, li {
    list-style: none;
}
.menu li{
    float:none;
    margin-bottom:10px;
    margin-left: 5px;
}
.menu li a{
    display:block;
    padding:0 0 5px 16px;
    background:url(../img/li.gif) no-repeat  0 50%;
    border-bottom:1px dashed #cccccc;
    text-decoration: none;
}
.menu li a:hover{
    background-position:3px 50%;
    text-decoration: underline;
}
.menu li:last-child a{
    border:none;
    margin-bottom: 0.975rem;
}
/* --LABEL------------------------------------------ */
.label{
  display: inline-block;
  padding: 1px 2px 0;
  background: #00a8e6;
  font-size: 0.65rem;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  min-width:50px;
  vertical-align: middle;
  text-transform: none;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin:0 5px 4px 0;
}
.label-pgreen {
  background-color: #61c20c;
}
.label-orange {
  background-color: #faa732;
}
.label-pink {
  background-color: #ff0099;
}

/* ----FOOTER------------------------------------------ */
#pageFooter {
    margin-top:0;
}
footer {
    margin-top:1rem;
    padding-top: 1.95rem;
    background:#eeeeee;
    font-size: 1rem;
}
footer h3 {
    font-size: 1.2rem;
border: none;
margin-bottom:1rem;
}
#copyright {
    background-color:#0071bf;
    font-size: 0.75rem;
    text-align: right;
    color: #ffffff;
    padding: 0;
}
.small {
    font-size: 0.75rem;
}
.aligncenter{
    text-align: center;
}

/* ---- mob ------------------------------------------ */
@media only screen and (max-width: 30em){
    body {
    font-size: 0.9rem;
}
    p{
    line-height:1.5;
}
   .box-blue{
    margin-bottom: 1rem;
}
    main h2, main .hgroup h2, {
        font-size: 1.2rem;
   margin: 0.8em 0;
}
main h3, .q  {
        font-size: 1rem;
 margin:0 0 0.4rem 0 ;}
  
    h3, .box-blue h3{
        font-size: 1rem;
}    
   .box-blue{
    margin-bottom: 1rem;
}
    p, .table{
        margin-bottom: 0.65rem;
}
.top
{margin-top: 0.8rem;
}
}


/* ---- page top ------------------------------------------ */
#toTop 									{ display:none; text-decoration:none; position:fixed; bottom:10px; right:10px; overflow:hidden; width:51px; height:51px; border:none; text-indent:-999px; background:url(../img/ui.totop.png) no-repeat left top; }
#toTopHover 							{ background:url(../img/ui.totop.png) no-repeat left -51px; width:51px; height:51px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus 			{ outline:none; }


