﻿/*-------------------------------------------
 文字装飾 
--------------------------------------------*/

.f10px{	font-size: 10px; line-height:160%; }
.f11px{	font-size: 11px; }
.f12px{	font-size: 12px; }
.f13px{	font-size: 13px; }
.f14px{	font-size: 14px; }
.f15px{	font-size: 15px; }
.f16px{	font-size: 16px; }
.f17px{	font-size: 17px; }
.f18px{	font-size: 18px; }
.f19px{	font-size: 19px; }
.f20px{	font-size: 20px; }
.f22px{	font-size: 22px; }
.f25px{	font-size: 25px; }
.f30px{	font-size: 30px; }

.f_red{ color: #EA3030; }
.f_glay{ color: #999; }

.f_b{ font-weight:bold; }

/*-------------------------------------------
 レイアウト関係 
--------------------------------------------*/

.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; }
.h100px{ height:100px; }
.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;	
}


/*-------------------------------------------
 hr
--------------------------------------------*/
hr.subtitle {
    border:solid #99CCBB;
	border-width:5px 0 0 0;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
	margin:-5px 0 14px 0;
	padding:0;
} 

hr.sen01 {
	border:solid #AC6CAD;
	border-width:1px 0 0 0;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
	margin:10px 0;
	padding:0;
} 

hr.tensen01 {
	border:dotted #333333;
	border-width:1px 0 0 0;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
	margin:10px 0;
	padding:0;
}

/*-------------------------------------------
 枠
--------------------------------------------*/

.waku01{
	border:1px solid #dadada;
}

/*-------------------------------------------
 リスト 
--------------------------------------------*/

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: #003300;
	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: #99ccbb;
	top: 130%;
	left: 7px;
	margin-top :-22px;
	height: 7px;
	width: 7px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
}

p.shosai {
	margin: -2.5em 5px 10px;
	font-size: 10px;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#fff;
	line-height: 1.5;
	text-align: right;
	opacity: 0.8;
}


h1{
	position:absolute;
	visibility:hidden;
}


h2{
	font-size: 22px;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック",MS PGothic,Sans-Serif;
    font-weight: bold;
    color: #99ccbb;
    line-height: 2rem;
    padding: 0.5rem 1rem;
    border-top: solid 3px #99ccbb;
    border-bottom: solid 3px #99ccbb;
    background: -webkit-repeating-linear-gradient(-45deg, #fafafa, #fafafa 3px,#f5f5f5 3px, #f5f5f5 7px);
    background: repeating-linear-gradient(-45deg, #fafafa, #fafafa 3px,#f5f5f5 3px, #f5f5f5 7px);
}

h3 {
	color: #336633;
    font-weight: bold;
	font-size: 18px;
	margin: 10px 0 5px 0px;
	padding: 5px 0 5px 20px;
	border-radius: 9px;
    font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

h4{
	font-size: 12px;
	width: 300px;
	padding-bottom: 1px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #EB651A;
	color: #EB651A;
}


.poltitle {
	position: relative;
	color: #fff;
	background-image: url(../img/title_back01.gif);
	font-size: 14px;
	line-height: 1;
	margin: 10px 0 8px 0px;
	padding: 7px 0 7px 20px;
	border-radius: 11px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
}

.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: #F27D60;
	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;
}

.poltitle03{
	font-size:17px;
	color:#4287DB;
	font-weight:bold;
	margin-bottom:6px;
}

.poltitle04{
	font-size:17px;
	color:#4287DB;
	font-weight:bold;
	margin-bottom:6px;
}

.poltitle05{
	font-size:15px;
	color:#DF522F;
	font-weight:bold;
	margin-bottom:4px;
}

/*-------------------------------------------
 リンク装飾・ボタン
--------------------------------------------*/

.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;
}