﻿@charset "utf-8";

/*------------------------------------------------
パンくず
------------------------------------------------*/

.breadcrumb {
	background: #f0f0f0;
	margin: 0;
	padding:  10px 0;
}

.breadcrumb ul {
	width: 960px;
	margin: 0 auto;
}

.breadcrumb ul li {
	display: inline;
	padding-right: 20px;
	font-size: 14px;
	position: relative;
}

.breadcrumb ul li:after {
	content: "＞";
	position: absolute;
	top: -2px;
	right: 0;
}

.breadcrumb ul li.current:after {
	display: none;
	padding: 0;
}

.breadcrumb ul li a {
	color: #333;
}

.breadcrumb ul li.home a {
	overflow: hidden;
	text-indent: -9999em;
	background: url(/kikin/images/common/icon_home.png) left bottom no-repeat;
	display: inline-block;
	width: 15px;
	height: 14px;
	vertical-align: -2px;
}

/*------------------------------------------------
タイトルエリア
------------------------------------------------*/

.titleArea {
	background: url(/kikin/images/common/bg_title.gif);
	z-index: 10;
	height: 80px;
	margin-bottom: 35px;
}

.titleArea .inner {
	width: 960px;
	margin: 0 auro;
	position: relative;
}

.titleArea .inner h2 {
	color: #21e67c;
	font-size: 200%;
	font-weight: bold;
	line-height: 80px;	
	position: absolute;
	z-index: 30;
}

.titleArea .inner h2 span {
	color: #333;
	font-size: 62.5%;
	font-weight: normal;
	letter-spacing: normal;
	display: block;
	padding-top: 20px;
}

.titleArea .inner h2.line {
	padding-top: 50px;
}

.titleArea .inner h2.line2 {
	line-height: 1.4;
}

.titleArea .inner img {
	position: absolute;
	z-index: 20;
	top: 0px;
	left: -100px;
	width: 80px;
	height: 80px;
}

/*------------------------------------------------
メインエリア
------------------------------------------------*/

#mainContainer {
	margin-bottom: 100px;
}

.mainArea {
	width: 700px;
	float: left;
}

.mainArea section {
	margin-bottom: 50px;
}

.mainArea section:last-child {
	margin-bottom: 0;
}

/*タイトル*/

h3.title {
	margin-bottom: 15px;
	padding: 0 0 10px 25px;
	border-bottom: 1px solid #21e676;
	color: #21e66a;
	font-size: 137.5%;
	background: url(/kikin/images/common/icon_title1.png) 0 2px no-repeat;
}
h3.title a {
	color: #00b347;
}
h3.title2 {
	background: url(../images/common/bg_title02.gif) no-repeat left center #ebebeb;
	border-radius:3px;
	padding:12px 12px 12px 30px ;
	margin-bottom:20px;
	line-height: 1.4;
	font-size: 137.5%;
}
h3.title3 {
	margin-bottom: 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #21e670;
	color: #21e670;
	font-size: 137.5%;
}
h3.title1st {
	margin-bottom: 15px;
	padding: 0 0 10px 25px;
	border-bottom: 1px solid #e6a321;
	color: #e6a321;
	font-size: 137.5%;
	background: url(/kikin/images/common/icon_title1st.png) 0 2px no-repeat;
}
h3.title2nd {
	margin-bottom: 15px;
	padding: 0 0 10px 25px;
	border-bottom: 1px solid #2176e6;
	color: #2176e6;
	font-size: 137.5%;
	background: url(/kikin/images/common/icon_title2nd.png) 0 2px no-repeat;
}
h4.title {
	background:url(../images/common/bg_title03.gif) no-repeat left 0.05em;
	padding-left:20px;
	margin-bottom:20px;
}

h5.title {
	font-size: 16px;
	margin-bottom:10px;
}

/*テーブル*/

table.ta01 {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

table.ta01 th,
table.ta01 td {
	padding: 10px;
	border: 1px solid #c1c1c1;
	border-collapse: collapse;
	line-height: 1.4;
}

table.ta01 th {
	background:#fbffe7;
	font-weight:normal;
}
table.ta01 td {
	/*font-size: 87.5%;*/
}
table.ta01 .type01 {
	background: #f2f2f2;
}
table.ta01 td a.pdf {
	background:url(../images/common/icon_pdf.png) no-repeat left 0.05em;
	text-indent:-20px;
	padding-left:20px;
}


/*テーブル*/
table.ta02 {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

table.ta02 th,
table.ta02 td {
	padding: 10px;
	border: 0px solid #c1c1c1;
	border-collapse: collapse;
	line-height: 1.4;
}

table.ta02 th {
	background:#fbffe7;
	font-weight:normal;
}
table.ta02 td .bar {
	height: 4px;
}
table.ta02 .type01 {
	background: #f2f2f2;
}
table.ta02 td a.pdf {
	background:url(../images/common/icon_pdf.png) no-repeat left 0.05em;
	text-indent:-20px;
	padding-left:20px;
}

table.ta03 {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

table.ta03 th,
table.ta03 td {
	padding: 10px;
	border: 1px solid #c1c1c1;
	border-collapse: collapse;
	line-height: 1.0;
}

table.ta03 th {
	background:#fbffe7;
	font-weight:normal;
}
table.ta03 td {
	/*font-size: 87.5%;*/
}
table.ta03 .type01 {
	background: #f2f2f2;
}
table.ta03 td a.pdf {
	background:url(../images/common/icon_pdf.png) no-repeat left 0.05em;
	text-indent:-20px;
	padding-left:20px;
}
/*リスト*/

.list1 li {
	text-indent: -2em;
	margin:  0 0 5px 2em;
	line-height: 1.4;
}

.list2 li {
	text-indent: -1em;
	margin:  0 0 10px 1em;
	line-height: 1.4;
}

img.bunsu {
	vertical-align: middle;
}

/* ※注意書き */

.caution {
	text-indent:-1em;
	padding-left:1em;
}
.cautionx {
	padding-left:-1em;
}
.caution2 {
	text-indent:-2em;
	padding-left:2em;
}
.caution2x {
	padding-left:2em;
}
.caution3 {
	text-indent:-3em;
	padding-left:3em;
}
.caution5 {
	padding-left:5em;
}
.caution6 {
	text-indent:-6em;
	padding-left:6em;
}
.caution7 {
	text-indent:-1em;
	padding-left:7em;
}
.infogidai {
text-indent: -4em;
padding-left: 4em;
}

/* ボタン */
.btn {
	min-width: 390px;
	margin:0 auto;
	text-align:center;
}
.btn a {
	position: relative;
	min-width: 390px;
	color:#333;
	background: url(../images/common/bg_btn02.gif);
	display: inline-block;
	padding: 10px 0;
	line-height:1.4;
	text-decoration:none;
	border-bottom: 2px solid #51f976;
	border-radius: 10px;

}

.btn span {
	position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -8px;
	background: url(../images/common/icon_arrow10.png) no-repeat;
	width: 10px;
	height: 16px;
	display: block;
}

.btn span img {
	display: none;
}

.btn a:hover {
	border-bottom: none;
	border-top: 2px solid #fff;
}

.btn a:hover span {
}


.btn02 {
	width: 605px;
	margin:0 auto;
	padding-bottom:4px;
	text-align:center;
	border-radius:2px;
	background: url(../images/common/bg_btn.gif) repeat-x bottom left;
	/*height:50px;*/
	position: relative;
}
.btn02 a {
	width:601px;
	color:#FFF;
	background:#00ff30;
	display:block;
	padding: 10px 0;
	border-radius:2px;
	line-height:1.4;
	text-decoration:none;
	border: 2px solid #19ff7c;
	/*height:40px;*/
}

.btn02 span {
	position: absolute;
	top: 50%;
	right: 3%;
	margin-top: -0.8em;
}

.btn02:hover {
	padding:2px 0 2px;
}

.btn02:hover span {
	margin-top: -0.7em;
}

.btn03 {
	min-width: 310px;
	margin:0 auto;
	text-align:center;
}
.btn03 a {
	position: relative;
	min-width: 310px;
	color:#333;
	background: url(../images/common/bg_btn1st.gif);
	display: inline-block;
	padding: 10px 0;
	line-height:1.4;
	text-decoration:none;
	border-bottom: 2px solid #f9b051;
	border-radius: 10px;

}

.btn03 span {
	position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -8px;
	background: url(../images/common/icon_arrow10.png) no-repeat;
	width: 10px;
	height: 16px;
	display: block;
}

.btn03 span img {
	display: none;
}

.btn03 a:hover {
	border-bottom: none;
	border-top: 2px solid #fff;
}

.btn03 a:hover span {
}

.btn04 {
	min-width: 310px;
	margin:0 auto;
	text-align:center;
}
.btn04 a {
	position: relative;
	min-width: 310px;
	color:#333;
	background: url(../images/common/bg_btn2nd.gif);
	display: inline-block;
	padding: 10px 0;
	line-height:1.4;
	text-decoration:none;
	border-bottom: 2px solid #5162f9;
	border-radius: 10px;

}

.btn04 span {
	position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -8px;
	background: url(../images/common/icon_arrow10.png) no-repeat;
	width: 10px;
	height: 16px;
	display: block;
}

.btn04 span img {
	display: none;
}

.btn04 a:hover {
	border-bottom: none;
	border-top: 2px solid #fff;
}

.btn04 a:hover span {
}

.btn1st {
	min-width: 390px;
	margin:0 auto;
	text-align:center;
}
.btn1st a {
	position: relative;
	min-width: 390px;
	color:#333;
	background: url(../images/common/bg_btn1st.gif);
	display: inline-block;
	padding: 10px 0;
	line-height:1.4;
	text-decoration:none;
	border-bottom: 2px solid #f9b051;
	border-radius: 10px;

}

.btn1st span {
	position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -8px;
	background: url(../images/common/icon_arrow10.png) no-repeat;
	width: 10px;
	height: 16px;
	display: block;
}

.btn1st span img {
	display: none;
}

.btn1st a:hover {
	border-bottom: none;
	border-top: 2px solid #fff;
}

.btn1st a:hover span {
}

.btn2nd {
	min-width: 390px;
	margin:0 auto;
	text-align:center;
}
.btn2nd a {
	position: relative;
	min-width: 390px;
	color:#333;
	background: url(../images/common/bg_btn2nd.gif);
	display: inline-block;
	padding: 10px 0;
	line-height:1.4;
	text-decoration:none;
	border-bottom: 2px solid #5162f9;
	border-radius: 10px;

}

.btn2nd span {
	position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -8px;
	background: url(../images/common/icon_arrow10.png) no-repeat;
	width: 10px;
	height: 16px;
	display: block;
}

.btn2nd span img {
	display: none;
}

.btn2nd a:hover {
	border-bottom: none;
	border-top: 2px solid #fff;
}

.btn2nd a:hover span {
}


/* グレーのコラム */
.column {
	background:#f2f2f2;
	padding:20px;
	line-height:1.5;
	/*margin-bottom:1em;*/
}
.column strong.title {
	margin-bottom:15px;
	display:block;
}


/* 手続きのコラム */
.procedureColumn {
	padding-top:23px;
}
.procedureColumn h4 {
	background:#73c733 ;
	color:#fff;
	font-weight:bold;
	font-size:120%;
	line-height:1.8;
	padding-left:63px;
	position:relative;
}
.procedureColumn h4 span {
	position:absolute;
	bottom:-1px;
	left:5px;
}
.procedureColumn .inner {
	border:#73c733 1px solid;
	padding:20px;
	width:auto;
	margin:0;
}

.procedureColumn .inner dl {
	display: table;
	width: 100%;
}
.procedureColumn .inner dl dt,
.procedureColumn .inner dl dd {
	display: table-cell;
}
.procedureColumn .inner dl dt {
	width: 6em;
}

.procedureColumn .inner p.txt {
	margin-bottom: 1em;
}

/*破線の囲み*/
.boxType01 {
	border: 2px dashed #00ff30;
	padding: 15px;
}

/*角丸の囲み*/
.boxType02 {
	padding: 15px;
	border: 2px solid #21e67c;
	border-radius: 10px;
}
/* 囲み枠 */
.kakomi {
    padding: 10px 10px;
    margin: 10px auto;
    background: #FFF;
			line-height:1.8;
    border: solid 2px #00d67c;/*線の色*/
    border-radius: 10px;/*角の丸み*/
    width: 96%;/*幅の調節*/
}
.kakomigreen {
    padding: 10px 10px;
    background: #a3ffd0;
			line-height:1.8;
    border-radius: 10px;/*角の丸み*/
    width: 130px;/*幅の調節*/
}
.kakomiyellow {
    padding: 10px 10px;
    background: #ffeea4;
			line-height:1.8;
    border-radius: 10px;/*角の丸み*/
    width: 100px;/*幅の調節*/
}

/* リンク */

a.linkPdf {
	padding-right: 20px;
	background: url(../images/common/icon_pdf.png) right center no-repeat;
}

a.linkPdf2 {
	padding-left: 20px;
	background: url(../images/common/icon_pdf.png) left center no-repeat;
}


/*------------------------------------------------
ローカルナビエリア
------------------------------------------------*/

.lnaviArea {
	width: 230px;
	float: right;
}

.lnaviArea dl {
	margin-bottom: 30px;
}

.lnaviArea dt {
	color: #fff;
	background: #1bda8a;
	text-align: center;
	border-radius: 5px;
	padding: 18px 0;
	font-size: 18px;
	line-height: 1.4;
}

.lnaviArea dd {
	border-bottom: 1px dotted #ccc;
}

.lnaviArea dd a {
	color: #333;
	text-decoration: none;
	padding:  14px 25px 14px 10px;
	display: block;
	position: relative;
	font-size: 16px;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
.lnaviArea dd a:hover {
	color: #21e687;
}
.lnaviArea dd a:after {
	content: "＞";
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	right: 10px;
	color: #21e658;
	font-size: 14px;
	font-weight: normal;
}
.lnaviArea .sub a {
	padding-left:25px;
}
.lnaviArea .sub {
	margin:0;
	display:none;
}



.lnaviArea .btnHome {
	margin-bottom: 20px;
}

.lnaviArea .btnHome a {
	display: block;
	border: 2px solid #19ff45;
	border-radius: 3px;
	padding: 14px 0;
	text-align:  center;
	text-decoration: none;
	color: #19ff8a;
}

.lnaviArea .btnHome a span {
	font-size: 14px;
	vertical-align: 2px;
}

.lnaviArea .btnHome a:hover {
	background: #FFF0E1;
}

/*.bnrArea li {
	margin-bottom: 10px;
}

.bnrArea li a {
	display: block;
	background: #fff;
	height: 58px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	box-shadow: 0 3px 0 #d9d9d9;
	font-family: "huimin";
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.1em;
	text-decoration: none;
	padding: 10px;
}

.bnrArea li.bnr01 a {
	color: #f86ea2;
	background-image: url(../images/index/ph_banner01.jpg);
	background-size: auto 58px;
	background-position: 140px 10px;
	background-repeat: no-repeat;
	padding: 13px 10px 7px;
}

.bnrArea li.bnr02 a {
	color: #27cb97;
	background-image: url(../images/index/ph_banner02.jpg);
	background-size: auto 58px;
	background-position: 140px 10px;
	background-repeat: no-repeat;
	padding: 13px 10px 7px;
}

.bnrArea li.bnr03 a {
	color: #f87b36;
	background-image: url(../images/index/ph_banner03.jpg);
	background-size: auto 58px;
	background-position: 140px 10px;
	background-repeat: no-repeat;
	padding: 13px 10px 7px;
}

.bnrArea li.bnr04 a {
	color: #f24040;
	background-image: url(../images/index/ph_banner04.jpg);
	background-size: auto 58px;
	background-position: 140px 10px;
	background-repeat: no-repeat;
	padding: 13px 10px 7px;
}

.bnrArea li:last-child {
	margin-right:0;
}

.bnrArea li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

*/
/*------------------------------------------------
アンカーエリア
------------------------------------------------*/

.ancArea {
	width: 500px;
}

.ancArea ul {
	overflow: hidden;
}

.ancArea ul li {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.ancArea ul li a {
	display: inline-block;
	padding: 5px 15px;
	background: #00da7f;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}

.ancArea ul li a:hover {
	opacity: 0.7;
}

.ancArea2 {
	width: 700px;
}

.ancArea2 ul {
	overflow: hidden;
}

.ancArea2 ul li {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.ancArea2 ul li a {
	display: inline-block;
	padding: 5px 15px;
	background: #19ff8a;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}

.ancArea2 ul li a:hover {
	opacity: 0.7;
}

#accordion{
    height:auto;
    overflow:hidden;
}

#accordion dt{
    display:block;
    cursor:pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    }
#accordion dt:hover{
    background-color:#dedede;
}

#accordion dd{
    clear:both;
    display:none;
    min-height:55px;
    }

/*------------------------------------------------
index
------------------------------------------------*/