@charset "utf-8";
/* ===================================================================
CSS information

 file name  :privacy .con_privacy.c
 ss
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* 見出し */
#privacy .box_st {
	background-image: url(../images/line_dotline.png);
	background-repeat:repeat-x;
	background-position: center bottom;
	padding-bottom: 0.8em;
}
#privacy .box_st h4 {
	font-weight: normal;
	font-size: 1.4em;
	background-image: url(../images/icon_st.png);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left: 1.2em;
}

/* 
----------------------------------------------------------- */
#privacy .con_privacy {
	clear: both;
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
}
#privacy .con_privacy .box_text {
	line-height:1.8em;
	text-align: justify;
	width: 890px;
	margin:1em auto 5em auto;

}

#privacy .con_privacy .wrp_list {
	padding-left: 1em;
	list-style-position: outside;
	margin-top: 1em;
}
#privacy .con_privacy .wrp_list li {
	list-style-type: disc;
	margin-bottom: 0.3em;
}

#privacy .con_privacy .box_contact {
	width: 950px;
	margin: 30px auto 0 auto;
	clear: both;
	overflow: hidden;
	}
	#privacy .con_privacy .box_contact .wrp_contact {
		padding: 30px;
		background-color: #f5f5f5;
		font-size: 1.2em;
		line-height: 1.8em;
		float: right;
		border: 1px solid #CCC;
	}
		#privacy .con_privacy .box_contact .wrp_contact h4 {
			border-bottom: 1px dotted #CCC;
			padding-bottom: 0.5em;
			margin-bottom: 1em;
		}
		#privacy .con_privacy .box_contact .wrp_contact .name{
			margin-top: 1em;
		}












/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}
