/** クリアフィックス　**/
.clearfix:after {  content: ".";  /* 新しい要素を作る */  display: block;  /* ブロックレベル要素に */  clear: both;  height: 0;  visibility: hidden;}.clearfix {  min-height: 1px;}* html .clearfix {  height: 1px;  /*\*//*/  height: auto;  overflow: hidden;  /**/}


/** 基本タグ **/

h1 {
	font-size:18px;
	font-weight:bold;
	padding:5px;
	line-height:26px;
	margin:0 0 20px 0;
}


h2 {
	font-size:17px;
	border-bottom:1px solid #087DC0;
	padding:4px;
	margin:0 0 13px 0;
	line-height:24px;
	font-weight:bold;
	color:#223152;
}


h2.h2_ver2 {
background:#288CC6;
color:#fff;
padding:5px 10px;
margin-right:-10px;
margin-left:-10px;
}

/**

**/

p {
	font-size:15px;
	margin:0 0 15px 0;
	line-height:22px;
}

.right {
	text-align:right;
}

.note {
	margin:0 14px 14px 14px;
	padding:14px;
	background:#d7f0ff;
}

.note strong {
	color:#054f7a;
}


ul,ol {
	font-size:14px;
	margin:0 0 6px 15px;
}

ul li {
	list-style-type:square;
	margin:0 0 8px 15px;
	line-height:140%;
}


ol li {
	list-style-type:decimal;
	margin:0 0 8px 15px;
	line-height:140%;
}


ul.upper-alpha li {
	list-style-type:upper-alpha;
	margin-bottom:12px;
}


strong {
	font-weight:bold;
	color:#087BBE;
}


table{
     border: 1px #E3E3E3 solid;
     border-collapse: collapse;
     border-spacing: 0;
	 font-size:14px;
	 margin:0 15px 15px 15px; 
}
table th {
     padding: 5px;
     border: #E3E3E3 solid;
     border-width: 0 0 1px 1px;
     background: #F5F5F5;
     font-weight: bold;
     line-height: 120%;
     text-align: center;
}
table td {
     padding: 5px;
     border: 1px #E3E3E3 solid;
     border-width: 0 0 1px 1px;
     text-align: left;
}

table td.center {
	text-align:center;
}


.td_align_center td {
	text-align:center;
}

thead th {
	text-align:center;
     background: #F0F0F0;
}

thead td {
	text-align:center;
     background: #F5F5F5;
}



table.no-border,
table.no-border th,
table.no-border td{
	border:none;
}



.uline {
	text-decoration:underline;
}




#sendForm table{
	margin:0;
	width:100%;
}

#sendForm th{
	padding:10px;
	text-align:left;
	background:#F2F8FB;
}
#sendForm td{
	padding:10px 10px 20px 10px;
}

#sendForm textarea{
	width:100%;
	height:7em;
}


#sendForm .not-require,
#sendForm .require {
	background:#990000;
	color:#fff;
	font-size:12px;
	padding:2px;
	margin-left:5px;
}
#sendForm .not-require{
	background:#333;
}

.input_text {
	width:300px;
	height:17px;
	padding:3px;
}

.input_textarea {
	padding:3px;
	line-height:18px;
}

.mail {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#btn_area {
	padding:10px;
	text-align:center;
}

.btn {
	display:block;
	width:182px;
	height:39px;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	margin:0 auto;
}

.form-submit {
	background:url("/_/img/btn_form-check.gif") no-repeat;
}

.form-send {
	background:url("/_/img/btn_form-send.gif") no-repeat;
}

.form-edit {
	background:url("/_/img/btn_form-edit.gif") no-repeat;
}

.btn:hover {
	background-position:0 -39px;
}