/*-------------------------------------------
 文字装飾 
--------------------------------------------*/

.f10px_glay{ font-size: 10px; color:#999; }
.f11px_glay{ font-size: 11px; color:#999; }

.f10px{	font-size: 10px; }
.f11px{	font-size: 11px; }
.f12px{	font-size: 12px; }
.f13px{	font-size: 13px; }
.f13px_b{ font-size: 13px; font-weight: bold; }
.f15px_b{ font-size: 15px; font-weight: bold; }
.f20px_b{ font-size: 20px; font-weight: bold; }

.f12px_red{ font-size: 12px; color: red; }
.f12px_red_b{ font-size: 12px; color: red; font-weight:bold; }

.f12px_orange{ font-size: 12px; color: #eb661b; }
.f13px_orange{ font-size: 13px; color: #eb661b; }
.f13px_orange_b{ font-size: 13px; color: #eb661b; font-weight:bold; }

.f12px_blue{ font-size: 12px; color: #2389CD; }
.f13px_blue{ font-size: 13px; color: #2389CD; }
.f13px_blue_b{ font-size: 13px; color: #2389CD; font-weight:bold; }

.f15px_orange_b{ font-size:15px; color:#f17d2d; font-weight:bold; line-height:160%; }

.f20px_orange_b{ font-size:20px; color:#f17d2d; font-weight:bold; line-height:160%; }

/*-------------------------------------------
 レイアウト関係 
--------------------------------------------*/

.taright{ text-align:right; }

.mlr5px{ margin:0 5px 0 5px; }
.mlr10px{ margin:0 10px 0 10px; }
.mlr20px{ margin:0 20px 0 20px; }

.mt5lr10b20px{ margin:5px 10px 20px 10px; }

.mlrt10b20px{ margin:10px 10px 20px 10px; }
.mlrt10b30px{ margin:10px 10px 30px 10px; }

.mlr10b20px{ margin:0 10px 20px 10px; }
.mlr10b30px{ margin:0 10px 30px 10px; }
.mlr15b20px{ margin:0 15px 20px 15px; }

.ml5px{ margin-left:5px; }
.ml10px{ margin-left:10px; }
.ml20px{ margin-left:20px; }

.ml50px{ margin-left:50px; }
.ml600px{ margin-left:600px; }
.ml800px{ margin-left:800px; }

.h5px{ height:5px; }
.h10px{ height:10px; }
.h20px{ height:20px; }
.h30px{ height:30px; }
.h200px{ height:200px; }

.m5px{ margin: 5px; }
.m10px{ margin: 10px; }
.m20px{ margin: 20px; }

.righton01{
	width:100%;
	text-align:right;
}

.righton02{
	text-align:right;
	margin:15px 100px 0 0 ;
}

.righton03{
	width:100%;
	text-align:right;
	margin-top: -50px;
	margin-bottom: 30px;
}


.flolef {
	width: 368px;
	height: auto;
	margin: 10px 10px 0 10px;
	padding: 0;
	text-align:left;
	float: left;
}

.flori {
	width: 368px;
	margin: 10px 3px 10px 0;
	padding: 0;
	text-align:left;
	float: right;	
}

.bira_le {
	width: 240px;
	height: 50px;
	line-height:70px;
	margin: 0;
	padding: 0;
	text-align:left;
	float: left;
}

.bira_ri {
	width: 460px;
	height: 50px;
	margin: 0 20px 0 0;
	padding: 0;
	text-align:right;
	float:right;
}

/*-------------------------------------------
 リスト 
--------------------------------------------*/

ul.repo{
	margin:5px 0 0 0;
	padding:0;
}

ul.repo li{
	margin: 0 0 0 20px;
	padding:0;
}

/*-------------------------------------------
 タイトル
--------------------------------------------*/

.title01{
	position: relative;
	color: #fff;
	font-size: 12px;
	background: #004ca1;
	padding:1px 0 1px 20px;
	margin: 0 0 7px 0;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3) inset;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: bold;
}


.title01:before {
	content: "";
	position: absolute;
	background: #e60012;
	top: 130%;
	left: 7px;
	margin-top :-22px;
	height: 7px;
	width: 7px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
}



.poltitle {
	position: relative;
	color: #333;
	background-image: url(../img/title_back01.gif);
	font-size: 12px;
	line-height: 1;
	margin: 10px 0 5px 0px;
	padding: 5px 0 5px 20px;
	border-radius: 9px;
	font-weight: normal;
	text-align: left;
}

.poltitle:before {
	content: "";
	position: absolute;
	background: #fff;
	top: 94%;
	left: 7px;
	margin-top :-16px;
	height: 11px;
	width: 11px;
	border-radius: 5px;
}

.poltitle01{
	background: #fff;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:3px solid #8ed75e;
	padding: 5px 0 5px 10px;
	background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(51%,#ddd), color-stop(100%,#fff)); /* webkit */
	-pie-background:linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie */
	behavior: url(images/PIE.htc);  /* ie */
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:16px;
	font-weight: bold;
	margin: 8px 0 20px 0;
}

.poltitle02{
	background: #1ca0e5;
	padding: 5px 0 5px 20px;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:16px;
	color: #fff;
	font-weight: bold;
	margin: 8px 0 20px 0;
}

.poltitle02_s{
	background: #1ca0e5;
	padding: 2px 0 2px 10px;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:13px;
	color: #fff;
	font-weight: normal;
	margin: 8px 0 10px 0;
}

.poltitle03{
	font-size:23px;
	color:#D63021;
	font-weight:bold;
	margin-bottom:6px;
	padding-bottom:4px;
	border-bottom:1px solid #D63021;
}

.to_title{
	font-size:20px;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight:bold;
	color:#f17d2d;
	border-bottom:4px solid #f17d2d;
	margin-bottom:10px;
	height:33px;
	line-height:33px;
}

.to_title span{
	font-size:30px;
}


/*-------------------------------------------
 リンク装飾・ボタン
--------------------------------------------*/

.link01{
	color: #fff;
}
.link01 a{
	color: #fff;
}

.button01 {
	display: inline-block;
	width: 200px;
	height: 54px;
	padding-left:60px;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background: #555 url(../img/policy/pdf_icon01.png) no-repeat;
	background-position: 13% 45%;
	border: 2px solid #999;
	line-height: 50px;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 15px;
}
.button01::before,
.button01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button01,
.button01::before,
.button01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button01:hover {
	background-color: #fff;
	border-color: #58972E;
	color: #58972E;
}

.button02 {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #555;
	border: 2px solid #999;
	line-height: 50px;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 15px;
}
.button02::before,
.button02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button02,
.button02::before,
.button02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button02:hover {
	background-color: #fff;
	border-color: #58972E;
	color: #58972E;
}




.button03, .button03:visited{
       font-size:13px;
      background:#45bcd2;
      display:inline-block;
	width: 150px;
	text-align: center;
      padding:3px 7px 2px 8px;
      color:#ffffff;
      text-decoration:none;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      border-radius:4px;
      border:none;
      position:relative;
      cursor:pointer;
      margin:10px 10px 0 0;
         vertical-align: middle;
}
a.button03 {
     color:#ffffff;
}
.button03 a:link{
     color:#ffffff;
}
.button03:hover{
      background:#555;color:#fff;
}






/*-------------------------------------------
 他
--------------------------------------------*/


.kome01 {
	padding-left: 1em;
	text-indent: -1em;
}