/*  初期値設定-----------------------------------------------*/
body { 
font-family: -apple-system, BlinkMacSystemFont, Roboto, Meiryo, "Segoe UI", sans-serif;
text-align:center;
font-size:14px;
}


*, p, ul, li, dl, dt, dd, blockquote, h1, h2, h3, h4, table, th, td, label { 
padding:0; 
margin:0; 
font-family: -apple-system, BlinkMacSystemFont, Roboto, Meiryo, "Segoe UI", sans-serif;
text-align:justify;
font-size:14px;
line-height:1.5em;
color:#333333;
}

input, textarea, select {
font-family: -apple-system, BlinkMacSystemFont, Roboto, Meiryo, "Segoe UI", sans-serif;
font-size:13px;
color:#333333;

}

*, * focus {
outline: none;
}

/*  センタリング -----------------------------------------------*/
body {
text-align:center;
}
body div {
margin:0 auto;
text-align:justify;
}

/*  ページ全体外枠　-----------------------------------------------*/

div.container {
padding:0;
/*background: #fff;
border-left:1px solid #bbbbbb;
border-right:1px solid #bbbbbb;
border-bottom:1px solid #bbbbbb;
*/}
div.container_in {
/*padding:0 10px;
*/}

/*  上部タイトルバナー-----------------------------------------------*/
header {
padding:30px 0 15px 0;
background: #62a1bf;
}
header h1 {
font-size: 20px;
font-weight: bold;
color: white;
text-align: center;

}
body {
background:none;
}

@media (min-width: 1200px) {
	body {
background:url("../images/header_back.jpg") repeat-x top;}
	}






/*  コンテンツ外枠 ----------------------------------------------*/
div.container {
}

div.container_in {
margin:10px 15px;
min-height:300px;
}
/* 右コンテンツ ----------------------------------------------*/

section {
text-align:justify;
min-height:300px; 
color:#333;
padding-bottom:30px;
}


/* フッタ ----------------------------------------------*/

footer {
padding:15px 0 ;
background: #62a1bf;
}

footer p {
font-size: 16px;
color: white;
text-align: center;
}


/*   リンク-----------------------------------*/
a {
color: #03C;
text-decoration:none;
}

a:hover {
color:#03C;
text-decoration:none;
}


a img {
display:inline;
margin:0;
border:none;
}





/*   コンテンツ共通 -----------------------------------*/
h2 {
font-size:20px;
color: #62a1bf;
border-left:5px solid #62a1bf;
line-height:1.5;
padding:10px ;
margin:10px 0 20px 0;
}

h3 {
clear:both;
color: #62a1bf;
fomt-weight:bold;
font-size:18px;
border-bottom:3px solid #62a1bf;
padding:5px 10px;
margin:10px 0;
}





p {
margin:10px 0;
text-align:justify;
}





/* クラス ----------------------------------*/

.red {
color:#CC0000;
font-weight:bold;
text-decoration: underline;
}


.control-label {
font-weight:normal;
font-size:14px;
padding-top:10px;
}

.caption {
font-size:12px;
color:#065ca7;
}

.domain {
font:inherit;
color:inherit;
}
.domain::before {
   content: '@';
}
