@charset "UTF-8";
/* CSS Document */





/*contents*/
.border-dot{
	border-bottom: 5px dotted #999999;
	margin-bottom: 50px;
}

.news-box {
    margin-bottom: 50px;
    width: 660px;
	border: 2px solid #69ac7d;
	padding: 18px;
	border-radius: 20px;
}


.news div {
    clear: both;
	padding: 15px 5px;
    border-bottom: 1px dashed #b3b3b3;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.news div:last-child{
	border: none;
}
.news div p {
    text-align: left;
    width: calc(100% - 125px);
    line-height: 1.6;
    color: #333333;
    font-size: 15px;
}

.news h5 {
    color: #FFF;
    font-weight: normal;
    background-color: #808080;
    padding-top: 5px;
    padding-bottom: 3px;
    text-align: center;
    width: 115px;
    float: left;
    margin: auto 10px auto 0px;;
    font-size: 13px;
    line-height: 1em;
	height: 22px;
	border-radius: 11px;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/*contents01*/



.contents01 {
	
	
}





/*contents02*/

.contents02{
	margin-bottom: 50px;
}


/*contact*/

.cbn {
	vertical-align: top;
	display: inline-block;
	float: left;
	margin-right: 10px;
}



form.contact {
	clear: both;
	width: 642px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	font-size: 12px;
	color: #534741;
	display: block;
}

label {
	font-size: 12px;
	color: #635447;
	margin-right: auto;
	margin-left: auto;
}

.contact div.button {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 70px;
}




.contact button {
	border: none;
	border-radius: 6px;
	margin-right: 15px;
	margin-left: 15px;
	cursor: pointer;
cursor: hand;
	font-size: 15px;
	color: #fff;
	background-color: #808080;
	width: 150px;
	height: 30px
}

.contact button:hover{
	color: #000;
}


/* dl
---------------------------------------------------- */

dl {
}

dl dt,dd {
	font-size: 14px;
	color: #333333;
	line-height: 1.6em;
}




.com01 {
	width: 630px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	
}

	.com01 dt {
		float:left;
		width:198px;
		padding:10px 3px 8px 10px;
		line-height: 150%;
		clear:left;
		
	}
		
	.com01 dd {
	line-height: 150%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 195px;
	}
	
.com01:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.com02 {
	width:642px;
	margin:0 0 0 0px;
}

	.com02 dt {
		float:left;
		width:198px;
		padding:10px 3px 8px 10px;
		line-height: 150%;
		clear:left;
	}
		
	.com02 dd {
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 212px;
	}
	
.com02:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.com03 {
	width:630px;
	margin:0 0 0 0px;
}

	.com03 dt {
		float:left;
		width:198px;
		padding:10px 3px 8px 10px;
		line-height:1.8;
		clear:left;
	}
		
	.com03 dd {
		padding:10px 10px 8px 125px;
		line-height:1.8;
	}
	
.com03:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* お問い合わせページ
---------------------------------------------------- */
form,input,textarea,button{
	margin:0;
	padding:2px;
	font-size:100%;
}

.frm_p01 {
	margin:0 5px 0 0;
}

.frm_s01 {
	width:300px;
	font-size:12px;
}





.text01 {
	margin-bottom: 30px;
}






