/*************** notification ***************/

.notification.error {
	background-image: url(../../img/icon_error.png);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	color: #C36;
	padding-left: 20px;
	padding-top: 5px;
}

/* inpu_type
------------------------------------------------------------*/
.input_type01 {
	font-weight:bold;
	color:#fff!important;
	text-align: center;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	cursor:pointer;
	background-color: #333;
	border: 2px solid #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.input_type01:hover {
	background-color: #414141;
}
.input_type02 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0053ad;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0053ad), to(#00438c));
	background: -webkit-linear-gradient(#0053ad, #00438c);
	background: -moz-linear-gradient(#0053ad, #00438c);
	background: -ms-linear-gradient(#0053ad, #00438c);
	background: -o-linear-gradient(#0053ad, #00438c);
	background: linear-gradient(#0053ad, #00438c);
	font-weight: bold;
	color: #FFF!important;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	border: 1px solid #004896;
	-webkit-box-shadow: #666 0px 0px 2px;
	-moz-box-shadow: #666 0px 0px 2px;
	box-shadow: #666 0px 0px 2px;
	cursor:pointer;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.input_type02:hover {
	background: #008BDC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#008BDC), to(#0079BF));
	background: -webkit-linear-gradient(#008BDC, #0079BF);
	background: -moz-linear-gradient(#008BDC, #0079BF);
	background: -ms-linear-gradient(#008BDC, #0079BF);
	background: -o-linear-gradient(#008BDC, #0079BF);
	background: linear-gradient(#008BDC, #0079BF);
	border-top-color: #009EFA;
	border-right-color: #009EFA;
	border-bottom-color: #009EFA;
	border-left-color: #009EFA;
}

.input_type03 {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FCFCFC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FCFCFC), to(#E2E2E2));
	background: -webkit-linear-gradient(#FCFCFC, #E2E2E2);
	background: -moz-linear-gradient(#FCFCFC, #E2E2E2);
	background: -ms-linear-gradient(#FCFCFC, #E2E2E2);
	background: -o-linear-gradient(#FCFCFC, #E2E2E2);
	background: linear-gradient(#FCFCFC, #E2E2E2);
	font-weight: bold;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	border: 1px solid #D3D3D3;
	-webkit-box-shadow: #666 0px 0px 2px;
	-moz-box-shadow: #666 0px 0px 2px;
	box-shadow: #666 0px 0px 2px;
	cursor:pointer;
	font-size: 12px;
}
.input_type03:hover {
	background: #DCE8F3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FCFCFC), to(#DCE8F3));
	background: -webkit-linear-gradient(#FCFCFC, #DCE8F3);
	background: -moz-linear-gradient(#FCFCFC, #DCE8F3);
	background: -ms-linear-gradient(#FCFCFC, #DCE8F3);
	background: -o-linear-gradient(#FCFCFC, #DCE8F3);
	background: linear-gradient(#FCFCFC, #DCE8F3);
	border-top-color: #BDD5E9;
	border-right-color: #BDD5E9;
	border-bottom-color: #BDD5E9;
	border-left-color: #BDD5E9;
}
/* アコーディオンリスト
------------------------------------------------------------*/
.acordion dt
{
	cursor:pointer;
}
.acordion dd
{
	display: none;
}
/* リスト
------------------------------------------------------------*/
ol.kiyaku ol.kiyaku,
ol.kiyaku ul.kiyaku,
ul.kiyaku ol.kiyaku,
ul.kiyaku ul.kiyaku
{
	margin-top:20px;
}
ol.kiyaku li .title,
ul.kiyaku li .title
{
	margin-bottom: 5px;
}
ul.kiyaku
{
	margin-left: 2em;
	margin-bottom: 20px;
}
ul.kiyaku li
{
	list-style-position: outside;
	list-style-type: square;
}
ul.kiyaku li ul.kiyaku li
{
	list-style-type: disc;
}
ul.kiyaku li ul.kiyaku ul.kiyaku li
{
	list-style-type: circle;
}
ol.kiyaku
{
	margin-left: 2em;
	margin-bottom: 20px;
}
ol.kiyaku li
{
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 20px;
}
ol.kiyaku li ol.kiyaku li
{
	list-style-type: none;
	margin-bottom: 10px;
}
ol.kiyaku li ol.kiyaku.decimal li
{
	list-style-position: outside;
	list-style-type: decimal;
}
ol.kiyaku li ol.kiyaku li span
{
	list-style-type: none;
	margin-right: 0.5em;
	margin-left: -2em;
}
/* テーブル系
------------------------------------------------------------*/

.tbl_01
{
	margin-bottom: 20px;
}
.tbl_01,
.tbl_01 th,
.tbl_01 td
{
	border: 1px solid #CCC;
}
.tbl_01 th,
.tbl_01 td
{
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.tbl_01 th,
.tbl_01 tr:first-child td
{
	background-color: #E6F4F9;
}
.tbl_01.tbl_yoko tr:nth-child(even) td
{
	background-color: #DDD;
}


/* 画像＆テキスト　横並び
------------------------------------------------------------*/
.lirt,
.ltri
{
	margin-bottom: 20px;
}
.lirt .text,
.ltri .text
{
	width: 63%;
}
.lirt .image,
.ltri .image
{
	width: 35%;
}
.lirt .text,
.ltri .image
{
	float: right;
}

.lirt .image img,
.ltri .image img
{
	width: 100%;
	height: auto;
}


.lirt .image,
.ltri .text
{
	float: left;
}

.title_01 {
	font-size: 24px;
	font-weight: bold;
	color: #999;
	margin-bottom: 20px;
}
.title_02 {
	font-size: 16px;
	font-weight: bold;
	color: #1A66B3;
	margin-bottom: 20px;
}

/* ボタン位置
------------------------------------------------------------*/
.btn_area_01{
	text-align:center;
	margin-bottom: 20px;
}