.info_privacy_box {
	border: 3px solid rgb(220,220,220);
	position: relative;
	/*text-align: center;*/
	font-size: 1.2em;
	padding: 20px 40px;
}

.tab_friends {
    width: 100%;
    border-bottom: 1px solid #222;
}

.tab_friends li {
    float: left;
}

.tab_friends li:first-child .link_tab {
    padding-left: 0;
}

.tab_friends .on .link_tab {
    font-weight: 700;
    color: #1e1e1e;
}

.tab_friends .link_tab {
    display: block;
    position: relative;
    padding: 27px 27px 31px 33px;
    font-size: 20px;
    line-height: 22px;
    color: #999;
    letter-spacing: -1px;
}

.tab_friends:after {
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    clear: both;
    content: '';
}

	.info_privacy {
	    /*width: 80%;*/
	    margin: 0 auto;
	    font-size: 16px;
	    color: #1e1e1e;
	    line-height: 26px;
	}

	.txt_privacy_title {
		font-size: 1.6em;
		font-weight: 500;
		margin-bottom: 10px;
		margin-top: 70px;
		line-height: 1.6em;
		color: #000;
		display: none;
	}

	.info_privacy blockquote {
		border-left: 1px solid #eee;
	    font-size: .9em;
	    margin-left: 10px;
	    background-color: rgb(250,250,250);
	    padding: 10px 30px;
	}

	.info_privacy .tit_privacy {
	    display: block;
	    margin-top: 50px;
	    color: #222;
	    font-size: 1.3em;
	    line-height: 18px;
	}

	.info_privacy .list_privacy li {
	    margin-bottom: 30px;
	    line-height: 2.0em;
	}

	.info_privacy .txt_privacy {
	    margin-top: 30px;
	}

	.info_privacy .list_agree {
	    margin-top: 30px;
	}
	
	.txt_privacy_ol {
		margin-left: 30px;
	}
	.txt_privacy_ol li {
		margin-bottom: 5px;
	}

	.tbl_privacy th {
	    height: 70px;
	    border: 1px solid #222;

	    /*border-bottom: 1px solid #222;*/
	}

	.tbl_privacy td {
	    /*height: 354px;*/
	    padding: 10px 0;
	    border: 1px solid #222;
	    text-align: center;
	}