@charset "utf-8";

/* --------------------------------------------- */
/* ▼モバイル用デザイン */
/* --------------------------------------------- */

@media screen and (max-width: 480px) {
	
.profile {
	padding:0px 10px;
	margin:0px 10px;
}
.profile p{
	margin-top:10px;
	font-size:90%;
	padding:3px 0px;
	text-indent:0;

}
.address {
	padding:0px 10px;
	margin:0px 10px;
}

.profile_img {
	width:180px;	/*画像の表示サイズを指定*/
	margin:10px 30px;

}

.profile_data dt {
	font-size:80%;
	width:40px;	/*見出しセルの幅*/
	padding:2px 0px;	/*パディング*/
	text-align:right;
	float:left;
	color:#660000;
	white-space:nowrap;			/*セル内の改行を禁止する*/
}
.profile_data dd{
	font-size:80%;	
	margin-left:50px;
	padding:2px 0px;		/*パディング*/	
}
.profile_h4 {
	font-size:85%;
	color:#660000;
}
	
	
hr.profile_hr {
	clear:both;
	margin:0px 5px;
	height: 1px;
	border: none;
	border-top: 1px solid;
}
hr.profile_hr {
	clear:both;
	margin:0px 5px;
	height: 1px;
	border: none;
	border-top: 1px solid;
}
	
	
}


/*-------------------------------------------- */
/* ▼PC用デザイン */
/* -------------------------------------------- */

@media screen and (min-width: 481px) {

/*----- 協会案内 -----*/
.profile {
	clear:left;
	width:660px;
    	margin:25px 170px 20px 170px;
	float:left;
}

.profile p{
	text-indent:0;
}


/*----- 協会所在地案内 -----*/


.address {
	clear:left;			/*フロート配置をクリア*/
	width:600px;			/*幅の指定*/
    	margin:0px 200px 50px 200px;
}
.profile_img {
	width:180px;	/*画像の表示サイズを指定*/
	margin:20px 0px 20px 20px;	/*マージン*/
	float:left;			/*画像を左寄せにする*/
}
.profile_info {
	width:370px;
	margin:20px 10px 10px 20px ;		/*幅の指定*/
	float:left;
	
}

.profile_data {
	width:380px;		/*幅の指定*/

	border-collapse:collapse;		/*セル同士の間に隙間を空けない*/
}
.profile_data dt {
	width:50px;			/*見出しセルの幅*/
	padding:3px 0px 0px 10px;	/*パディング*/
	text-align:right;
	float:left;
	color:#660000;
	white-space:nowrap;			/*セル内の改行を禁止する*/
}
.profile_data dd{	
	margin-left:60px;
	padding:3px 5px;		/*パディング*/
	text-align:left;	
}

.profile_h4 {
	color:#660000;
}

hr.profile_hr {
	clear:both;
	margin:0px 5px;
	height: 1px;
	border: none;
	border-top: 1px solid;
}

}