/*
Theme Name: about
Author: 
Description: GOSHU original theme.
*/

@import url("reset.css");

@charset "UTF-8";

/*---- privacy_box ----------------------------------------*/
.privacy_box {
	width:700px;
	margin:0 auto;
	padding:50px 0 120px;
	}
.privacy_box h2{
	margin-bottom:40px;
	}	
.privacy_box p {
	font-size:14px;
	line-height:21px;
	margin-bottom:20px;
	}	
	
.privacy_box h4 {
	font-size:18px;
	font-weight:bold;
	margin-top:50px;
	margin-bottom:20px;
	}	
	
	
.privacy_box .contact_box {
	border:1px solid #cccccc;
	margin-bottom:120px;
	padding:20px 0;
	}
	
.privacy_box dl{
	float:left;
	width:200px;
	margin-left:30px;
	font-size:14px;
	padding-bottom:5px;
	}	
.privacy_box dl dt {
	margin-bottom:5px;
	line-height:24px;}	
.pub{
	text-align:right;
	}	