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


#nav ul li a.nav07 {
	background-position: left -70px;
}

/*main-img*/

#main-img {
	background-image: url(images/main-img.jpg);
}



/*contents*/

#contents {
	padding-top: 60px;
	background-image: url(../common/images/contents-back.jpg);
	background-repeat: repeat;
	background-position: left top;
}

/*contents01*/

.contents01 {
	width: 700px;
	margin-bottom: 30px;
}

.contents01 h3 {
	line-height: 1em;
	margin-bottom: 20px;
}

.contents01 h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #333;
}

#contents span {
	color: #e50011;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*contents02*/

.contents02 {
	width: 660px;
	margin-bottom: 50px;
	border-radius: 15px;
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 0px;
}

#contents .contents02 p {
	width: 500px;
	margin-bottom: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	font-size: 14px;
}

#contents .contents02 p span {
	color: #e86f2e;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*contents03*/

.contents03 {
	width: 700px;
	margin-bottom: 50px;
}

.contents03 div {
	width: 330px;
	text-align: center;
}

.contents03 div h5 {
	margin-bottom: 20px;
}

#contents .contents03 div p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #333;
}




/*contact*/



form.contact {
	clear: both;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	font-size: 12px;
	color: #635447;
	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: 50px;
}


.contact button {
	border: none;
	background-color: #FFF;
	margin-right: 15px;
	margin-left: 15px;
}

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

dl {
}

dl dt,dd {
	font-size: 15px;
	color: #4d4d4d;
	font-weight: normal;
	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:630px;
	margin:0 0 0 0px;
}

	.com02 dt {
	float: left;
	width: 183px;
	line-height: 150%;
	clear: left;
	text-align: right;
	margin-right: 15px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 10px;
	}
		
	.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;
}






@media screen and (max-width: 737px) {
	
#contents {
	padding-top: 10%;
}
	

/*contents01*/

.contents01 {
	width: 90%;
	margin-bottom: 5%;
}

.contents01 h3 {
	margin-bottom: 4%;
}

.contents01 h3 img {
	width: 100%;
	height:auto;
}


/*contents02*/

.contents02 {
	width: 96%;
	margin-bottom: 12%;
	padding-top: 8%;
}

#contents .contents02 p {
	width: 96%;
	margin-bottom: 4%;
	padding-top: 5%;
}

/*contents03*/

.contents03 {
	width: 90%;
	margin-bottom: 0%;
}

.contents03 div {
	width: 100%;
	text-align: center;
	margin-bottom: 10%;
}

.contents03 div h5 {
	margin-bottom: 4%;
}

.contents03 div h5 img {
	width:100%;
	height:auto;
}






/*contact*/



form.contact {
	width: 90%;
}

label {
}

.contact div.button {
	width: 100%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.contact button {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	display: block;
	margin-bottom: 3%;
}

.contact button img {
	width: 100%;
	height:auto;
}



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

dl {
}

dl dt,dd {
}


.com02 {
	width: 100%;
}

	.com02 dt {
	float: none;
	width: 100%;
	line-height: 150%;
	clear: both;
	padding-top: 2%;
	padding-right: 0px;
	padding-bottom: 2%;
	padding-left: 0px;
	text-align: left;
	}
		
	.com02 dd {
	line-height: 150%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 0px;
	padding-left: 0px;
	}
	
.com02 input {
	width: 100%;
	height:auto;
}

.com02 .dd-radio input {
	width: 4%;
	clear: both;
}

.com02 textarea {
	width: 100%;
}
	
	

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


	
}