@charset "utf-8";

/* ========================= */
/* 							 */
/* 	contact CSS				 */
/* 	last update 180130		 */
/* 							 */
/* ========================= */



/* コンテンツ：contents（base.css上書
---------------------------------------------------- */

div#contents {
	}


/*---- コンテンツ項目：内容メイン ----*/

div#con_main {
	width: 960px;
    margin: 0 auto;
	/*width: 524px;
	padding: 84px 0px 0 16px;
	margin: 46px 0 0 0;*/
	/*border: 1px dotted #999999;*//*仮枠*/
	}
div#con_main #formIf {
	width: 100%;
	height: 500px;
	}


/*---- サブナビ： nav ----*/

div#nav {
	margin-bottom: 32px;
	/*border: 1px dotted #999999;*//*仮枠*/
	}

div#nav ul {
	list-style: none;
	}

div#nav ul li {
	/*margin-right: 18px;*/
	margin-right: 14px;
	float: left;
	/*border: 1px dotted #999999;*//*仮枠*/
	}

div#nav ul li a {
	display: block;
	width: 236px;
	height: 42px;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 160px;
	color: #A39589;
	background: url(../img/nav_contact.gif) no-repeat;
	/*border: 1px dotted #999999;*//*仮枠*/
	}
	

/*---- 注釈：about ----*/

div#about {
	clear: left;
	width: 485px;
	padding-left: 5px;
	padding-bottom: 10px;
	/*border: 1px dotted #999999;*//*仮枠*/
	}
	
div#about ul {
	list-style: none;
	}

div#about ul li {
	margin-bottom: 18px;
	font-size: 11px;
	line-height: 190%;
	letter-spacing: 2px;
	}

div#about ul li img {
	margin-bottom: 4px;
	}


/*---- お願い：notice ----*/

#con_main .notice {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
	/*width: 485px;*/
	/*padding-left: 5px;*/
	margin: 50px 0px;
	}
	
#con_main .notice img#title_notice {
	float: left;
	margin-right: 10px;
	padding: 25px 54px;
	}
	
#con_main .notice p {
	/*float: right;*/
	/*margin-top: 10px;*/
	/*margin-right: 36px;*/
	text-align: center;
	font-size: 1.1em;
	line-height: 1.4;
	/*width: 270px;*/
	}
#con_main .notice p a {
	color: #989898;
	}



/*---- コンテンツ項目：内容インフォメーション ----*/




/*@media screen and (min-width : 481px) {*/ /* ヨコ480px以上の場合*/ 
@media screen and (max-width: 640px) { /* ヨコ640px以下 */ 



/*---- コンテンツ項目：内容メイン ----*/

div#con_main {
	width: 100%;
	}
div#con_main #formIf {
	width: 100%;
	height: 500px;
	/*padding: 84px 0px 0 16px;
	margin: 46px 0 0 0;*/
	/*border: 1px dotted #999999;*//*仮枠*/
	}




}