@charset "utf-8";

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

.breadcrumb {
	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(/images/common/icon_home.png) left bottom no-repeat;
	display: inline-block;
	width: 15px;
	height: 14px;
	vertical-align: -2px;
}

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

.titleArea {
	background: #f2f2f2;
	height: 140px;
	margin-bottom: 40px;
}

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

.titleArea .inner h2 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 20px;
	letter-spacing: 0.2em;
}

.titleArea .inner h2 span {
	color: #333;
	font-size: 62.5%;
	font-weight: normal;
	letter-spacing: normal;
}

.titleArea .inner img {
	position: absolute;
	top: -15px;
	right: 0px;
}

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

#mainContainer {
}

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

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

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

/*タイトル*/
h3.title {
	margin-bottom: 30px;
	padding: 20px 0 20px 20px;
	border-top: 4px solid #64bb41;
	font-size: 137.5%;
	background: #f2f2f2;
}
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;
}
h4.title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	font-size: 117%;
}
h4.title:after  {
	border-bottom: 1px solid #64bb41;
	position: absolute;
	content: " ";
	display: block;
	bottom: -1px;
	width: 2em;
}

h5.title {
	margin-bottom: 15px;
	font-size: 100%;
	color: #64bb41;
}


/*テーブル*/

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

table.ta01 th,
table.ta01 td {
	padding: 10px;
	border: 1px solid #c0c0c0;
	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;
}

/*リスト*/

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


/* ※注意書き */

.caution {
	text-indent:-1em;
	padding-left:1em;
}
.caution2 {
	text-indent:-2em;
	padding-left:2em;
}


/* ボタン */
.btn {
	width:447px;
	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;*/
}
.btn a {
	width:100%;
	color:#FFF;
	background:#64bb41;
	display:block;
	padding:10px 0;
	border-radius:2px;
	line-height:1.4;
	text-decoration:none;
	/*height:40px;*/
}
.btn:hover {
	padding:2px 0 2px;
}
.btn span {
	padding-left:0.8em;
}


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


/* 手続きのコラム */
.procedureColumn {
	background: #f2f2f2;
	margin: 20px 0;
	padding: 10px 18px;
}
.procedureColumn h4 {
	color:#64bb41;
	font-weight:bold;
	font-size:120%;
	line-height:1.8;
}
.procedureColumn .inner {
	width: 100%;
}
.procedureColumn .inner p {
	margin-bottom: 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;
}

/* リンクpdf */
a.pdf {
	background:url(../../images/common/icon_pdf.png) no-repeat left 0.05em;
	text-indent: -25px;
	padding-left: 25px;
	color: #64bb41;
}

.linkA span {
	display: inline-block;
	padding: 2px 16px;
	margin-right: 10px;
	background: #64bb41;
	color: #fff;
}
.linkA a {
	color: #64bb41;
}


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

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

.lnaviArea dl {
	margin-bottom: 30px;
	border: 1px solid #64bb41;
}

.lnaviArea dt {
	color: #fff;
	background: #64bb41;
	text-align: center;
	padding: 26px 0;
	font-size: 1.125em;
	font-weight: bold;
}

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

.lnaviArea dd.lnavi {
	border-bottom: none;
	color: #64bb41;
	font-weight: bold;
	margin: 10px 10px 0;
}

.lnaviArea dd a {
	color: #333;
	text-decoration: none;
	padding:  14px 30px 14px 2px;
	display: block;
	background: url(../images/common/icon_arrow10.png) 96% center no-repeat;
}
.lnaviArea dd a:hover {
	color: #64bb41;
}
.lnaviArea dd:last-child {
	border-bottom: none;
}
.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 #328bc7;
	border-radius: 3px;
	padding: 14px 0;
	text-align:  center;
	text-decoration: none;
	color: #328bc7;
}

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

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

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

.bnrArea li a {
	display: block;
	background: #64bb41;
	height: 56px;
	border: #64bb41 1px solid;
	border-radius: 8px;
	box-shadow: 2px 2px 0 #e4e6cf;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: -0.1em;
	text-decoration: none;
	padding: 9px 10px 9px;
	color: #fff;
	text-shadow:#64bb41 1px 1px 0px, #64bb41 -1px 1px 0px, #64bb41 1px -1px 0px, #64bb41 -1px -1px 0px;
}

.bnrArea li.bnr00 a {
	background: url(../images/index/ph_banner06.jpg) right 0 no-repeat #e53030;
	border: #e53030 1px solid;
	text-shadow:#e53030 1px 1px 0px, #e53030 -1px 1px 0px, #e53030 1px -1px 0px, #e53030 -1px -1px 0px;
}

.bnrArea li.bnr01 a {
	background-image: url(../images/index/ph_banner01.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
}

.bnrArea li.bnr02 a {
	background-image: url(../images/index/ph_banner02.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
}

.bnrArea li.bnr03 a {
	background-image: url(../images/index/ph_banner03.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 1.3;
	height: 70px;
	padding: 2px 10px 2px;
}

.bnrArea li.bnr04 a {
	background-image: url(../images/index/ph_banner04.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
	height: 28px;
	padding: 23px 10px 23px;
}

.bnrArea li.bnr05 a {
	background-image: url(../images/index/ph_banner05.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
}

.bnrArea li.bnr06 a {
	background: url("../images/common/ph_banner07.png") 0 0 no-repeat;
	border: none;
	height: 76px;
	padding: 0;
	border-radius: 10px;
}
.bnrArea li.bnr06 a img {
	display: none;
}

.bnrArea li.bnr07 a {
	background: url("../images/common/ph_banner08.png") 0 0 no-repeat;
	border: none;
	height: 76px;
	padding: 0;
	border-radius: 10px;
}
.bnrArea li.bnr07 a img {
	display: none;
}

.bnrArea li.bnr08 a {
	background: url("../images/index/ph_banner09.png") 0 0 no-repeat;
	background-size: 230px auto;
	border: none;
	height: 90px;
	padding: 0;
	border-radius: 10px;
}
.bnrArea li.bnr08 a img {
	display: none;
}

.bnrArea li.bnr09 a {
	background: url("../images/index/ph_banner10.png") 0 0 no-repeat;
	background-size: 230px auto;
	border: none;
	height: 60px;
	padding: 0;
	border-radius: 10px;
}
.bnrArea li.bnr09 a img {
	display: none;
}

.bnrArea li.bnr10 a {
	background: none!important;
	border: none;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	height: auto;
}
.bnrArea li.bnr10 a img {
	width: 100%;
}

.bnrArea li.bnr13 a {
	background: url("../images/index/ph_banner16.png") 0 0 no-repeat;
	background-size: 230px auto;
	border: none;
	height: 60px;
	padding: 0;
	border-radius: 10px;
}
.bnrArea li.bnr13 a img {
	display: none;
}

.bnrArea li.bnr11 a {
	background-image: url(../images/index/ph_banner12.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
    height: 28px;
    padding: 23px 10px 23px;
    background-color: #ff7619;
	border: #ff7619 1px solid;
	text-shadow:#ff7619 1px 1px 0px, #ff7619 -1px 1px 0px, #ff7619 1px -1px 0px, #ff7619 -1px -1px 0px;
}

.bnrArea li.bnr15 a {
	background: url("../images/index/ph_banner15.png") 0 0 no-repeat;
	background-size: 230px auto;
	border: none;
	height: 60px;
	padding: 0;
	border-radius: 10px;
}
.bnrArea li.bnr15 a img {
	display: none;
}

.bnrArea li.bnr14 a {
	background-image: url(../images/index/ph_banner14.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
}



.bnrArea li:last-child {
	margin-right:0;
}
.bnrArea li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.lnaviArea .line2 dt {
	text-align: left;
	padding: 10px 20px;
	line-height: 1.4;
}




.faqBox {
	padding: 27px 20px;
	margin-bottom: 30px;
	background: #64bb41;
	cursor: pointer;
	position: relative;
}

.faqBox h3 {
	/*background: url(../images/common/icon_faq2.png) 10px 0 no-repeat;*/
	text-align: center;
	color: #fff;
}
.faqBox > div {
	display: none;
	background: url(../images/common/img_triangle.png) 96% 0 no-repeat;
	padding-top: 14px;
	position: absolute;
	top: 60px;
	left: -375px;
	z-index: 10000;
}
.faqBox ul {
	width: auto;
	min-width: 600px;
	background: #fff;
	border: 3px solid #64bb41;
}
.faqBox li {
	display: inline-block;
	padding: 0 15px;
	width: auto;
}
.faqBox li a {
	display: block;
	padding: 13px 35px 13px 0;
	text-decoration: none;
	color: #333;
	background: url(../images/common/icon_arrow10.png) right center no-repeat;
	background-size: 1em;
	border-bottom: 1px dotted #ccc;
	min-width: 225px;
	white-space: nowrap;
	height: auto;
}
.faqBox li a:hover {
	opacity: 0.7;
}
.faqBox li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
	background-position: right 18px;
}




/*
.faqBox {
	border: #64bb41 1px solid;
	padding: 20px;
	margin-bottom: 30px;
}

.faqBox h3 {
	background: url(../images/common/icon_faq.png) 0 0 no-repeat;
	padding-left: 1.5em;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
.faqBox li {
}
.faqBox li a {
	display: block;
	padding: 13px 0;
	text-decoration: none;
	color: #333;
	background: url(../images/common/icon_arrow10.png) right center no-repeat;
	background-size: 1em;
	border-bottom: 1px dotted #ccc;
}
.faqBox li a:hover {
	opacity: 0.7;
}
.faqBox li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
	background-position: right 18px;
}
*/


/* その他 */
.mgb0 {
	margin-bottom: 0px!important;
}
.mgb10 {
	margin-bottom: 10px!important;
}
.mgb20 {
	margin-bottom: 20px!important;
}
.mgb30 {
	margin-bottom: 30px!important;
}
.mgb40 {
	margin-bottom: 40px!important;
}
.mgb50 {
	margin-bottom: 50px!important;
}
.mgb60 {
	margin-bottom: 60px!important;
}

