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

@import "templates.css";

/* IEマウスオーバー用 */
html {
	*filter: expression(document.execCommand("BackgroundImageCache", false, true));
	overflow-x: hidden;
}

/* Win_IE表示用 */
* {
	/*\*/
	*zoom: 1;
	/**/
}

#atari {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: none;
}

body {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size: 15px;
	/*\*/
	*font-size: 88%;
	/**/
	color: #3C3C3C;
	line-height: 1.9;
	letter-spacing: 1px;
	word-spacing: -0.1em;
	text-align: justify;
}

br {
　letter-spacing: normal; /* ← IE6、IE7対策 */ 
}

* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	border: 0;
}

a {
	overflow:hidden;
	outline:none;
}

ul{
	margin: 0px;
	padding: 0px;
}

li{
	list-style:none;
}


hr {
	display: none;
}

a:link,
a:active,
a:visited { 
	color: #194B96;
	text-decoration: none;
}
a:hover { 
	color: #194B96;
	text-decoration: underline;
}

.linktxt a:link,
.linktxt a:active,
.linktxt a:visited {
	color: #464646;
	text-decoration: none;
}

.linktxt a:hover {
	color: #194B96;
	text-decoration: none;
}

a:hover .over-white {
	opacity:0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
	background-color: #FFF;
}

a:hover .over-white-s {
	opacity:0.90;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	background-color: #FFF;
}

ul {
	list-style-type: none;
}

hr {
	display: none;
}

h1, h2, h3, h4, h5, h6, p,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

select,
input {
	vertical-align:baseline;
}

select {
	padding:2px;
	border:1px solid #aaa;
	background-color:#fff;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

input[type="text"],
input[type="password"],
input[type="file"],
textarea {
	padding:4px;
	border:1px solid #aaa;
	background-color: #FFF;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

select,
input[type="text"],
input[type="password"],
input[type="file"],
textarea {
	font-size:13px;
	outline: none;
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
select {
	height: 24px;
	line-height: 17px;
}

input[type="text"],
input[type="password"],
input[type="file"] {
	height: 24px;
	line-height: 17px;
}
*:first-child+html select { /* IE 7 */
	vertical-align: middle;
}
*:first-child+html input[type="text"],
*:first-child+html input[type="password"],
*:first-child+html input[type="file"] { /* IE 7 */
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
	position: relative;
	/*\*/
	*margin-top: 1px;
	/**/
	vertical-align: middle;
	width: 140;
	height: 10;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus {
	border:1px solid #0F7FBF;
	background-color:#FFFEF7;
	-moz-box-shadow:#0F7FBF 0 0 6px;
	-webkit-box-shadow:#0F7FBF 0 0 6px;
	-khtml-box-shadow:#0F7FBF 0 0 6px;
	box-shadow:#0F7FBF 0 0 6px;
}

table {
  border-collapse:collapse;
  border:none;
  border-spacing:0;
}

th,td{
	padding: 8px 8px 6px 8px;
  vertical-align:top;
  border:solid 1px #999999;
  font-weight:normal;
  text-align:left;
}

caption{
  text-align:left;
}

#caption2{
	font-size: 11px;
}

#clear-right {
	clear: right;
}

#clear-left {
	clear: left;
}

.subtitle_midashi {
  background-color: #eaf7fa;
  font-size: 14px;
  font-weight: bold;
  padding: 13px 10px 7px 14px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-left: 4px solid #40C5E0;
  color: #222222;
}