<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/*---------------------------------------------------------
#contents
---------------------------------------------------------*/
#contents {
	background-color:#FFF;
}


/*---------------------------------------------------------
header
---------------------------------------------------------*/
header{
	padding: 0;
}


/*---------------------------------------------------------
headlines
---------------------------------------------------------*/

.hl01{
	color: #FFF;
	font-size: 1.5rem;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 12px;
	margin-bottom: 10px;
	background: url(../common/list02.gif) left top no-repeat;
	background-size: 2px 32px;
	-webkit-background-size: 2px 32px;
	-moz-background-size: 2px 32px;
	-ms-background-size: 2px 32px;
}

/*.form-header{
    border-bottom: 4px solid #007f3a;
}*/


/*---------------------------------------------------------
inner
---------------------------------------------------------*/ 
.inner {
	padding: 0 10px;
}


/*---------------------------------------------------------
cvArea
---------------------------------------------------------*/
#cvArea{}

#cvBox{
	padding-bottom: 25px;
}

.caution{
	text-align: center;
}

/*.btnTxt*/
.btnTxt a{
	position: relative;
	text-decoration: underline;
	padding-right: 18px;
}
	.btnTxt a::before{
		position: absolute;
		content: "";
		top: 2px;
		right: 0;
		width: 14px;
		height: 14px;
		background-color: #000;
		border-radius: 50%;
	}
	.btnTxt a::after{
		position: absolute;
		content: "";
		top: 7px;
		right: 4px;
		width: 5px;
		height: 5px;
		border-style: solid;
		border-width: 1px;
		border-color: #ffffff;
		border-left: none;
		border-bottom: none;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}


/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer {}

#footBox {
	color: #040000;
	/*background-color: #EEEEEE;*/
	border-top: #040000 solid 1px;
	border-bottom: #040000 solid 1px;
	padding: 15px 0px;
}

#footBox li {
	min-height: 20px;
	height: auto !important;
	height: 20px;
}

#footBox li.fTitle{
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}

#footBox li#fTel{
	background: url(../common/icon_tel.gif) left top no-repeat;
	background-size: 60px auto;
	padding-left: 70px;
	margin-bottom: 5px;
}
	#footBox li#fTel a {
		color: #040000;
		font-weight: bold;
		text-decoration: underline;
	}

#footBox li#time{
	font-size: 1.2rem;
	/*letter-spacing: -1px;*/
	background: url(../common/icon_time.gif) left top no-repeat;
	background-size: 60px auto;
	padding-left: 70px;
}


footer .copy {
	font-size: 1.0rem;
	color: #FFF;
	text-align: center;
	background-color: #e50067;
	padding: 15px 10px;
}


/*---------------------------------------------------------
注釈
---------------------------------------------------------*/ 
.note{
	display:inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.notes li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 3px;
}


/*---------------------------------------------------------
elements
---------------------------------------------------------*/ 
/*----- 整列 ----*/
.txtCenter { text-align: center;}
.txtRight { text-align: right;}
.txtLeft { text-align: left;}


/*----- マージン ----*/
.mB0 { margin-bottom: 0px !important;}
.mB05 { margin-bottom: 5px !important;}
.mB10 { margin-bottom: 10px !important;}
.mB15 { margin-bottom: 15px !important;}
.mB20 { margin-bottom: 20px !important;}
.mB25 { margin-bottom: 25px !important;}
.mB30 { margin-bottom: 30px !important;}
.mB35 { margin-bottom: 35px !important;}
.mB40 { margin-bottom: 40px !important;}


/*----- フロート ----*/
.fLeft { float: left;}
.fRight { float: right;}

img.fLeft { padding: 0 10px 10px 0}
img.fRight { padding: 0 0 10px 10px}


/*----- 文字色 ----*/
.fColor01{ color: #400000 !important;}/*茶色*/
.fColor02{ color: #D80000 !important;}/*レッド*/
.fColor03{ color: #e50067 !important;}/*ピンク*/


/*----- フォント ----*/
.fBold {
	font-weight: bold;
}


.fzl{
    font-size: 14px;
}</pre></body></html>