body {
/* 背景色				*/	background-color	:#F0F2F4;
/* 空き（上）			*/	margin-top			:0px;
/* 空き（下）			*/	margin-bottom		:0px;
/* 空き（左）			*/	margin-left			:0px;
/* 空き（右）			*/	margin-right		:0px;
/* フォント色			*/	color				:#333333;
}
/* リンク色				*/	a:link		{color	:#476AA4;}
/* リンク色（クリック）	*/	a:visited	{color	:#800080;}
a:hover {text-decoration:none;color:#476AA4;}

/* 擬似クラス（black）	*/
a.black:link {text-decoration:none;color:#666666;}
a.black:visited {text-decoration:none;color:#666666;}
a.black:hover {color:666666;margin-top:2px;position:relative;top:2px;left:2px;}
a.black:active {text-decoration:none;color:#666666;}

/* 擬似クラス（orange）	*/
a.orange:link {text-decoration:none;color:#FF823C;}
a.orange:visited {text-decoration:none;color:#FF823C;}
a.orange:hover {color:FF823C;margin-top:2px;position:relative;top:2px;left:2px;}
a.orange:active {text-decoration:none;color:#FF823C;}

.text_title01 {
	color		:#666666;
	font-size	:80%;
	line-height	:140%;
}
.text_outline {
	color		:#666666;
	font-size	:80%;
	line-height	:110%;
}
.text_title_top {
	color		:#FF823C;
	font-size	:100%;
}
.text_title_top02 {
	color		:#821E00;
	font-size	:100%;
}
.text_copyright {
	font-size	:80%;
	color: #fff;
}
.text_sentence {
	font-size	:80%;
	line-height	:140%;
}
.text_sentence100 {
	font-size	:100%;
	line-height	:140%;
}

.text_link70 {
	font-size	:70%;
}

.text_link80 {
	font-size	:80%;
}

.text_sentence_small {
	font-size	:75%;
}

.text_sentence_main {
	font-size	:80%;
	line-height	:140%;
	font-weight: bold;
}

.text_sentence85 {
	font-size	:85%;
	line-height	:140%;
}

.plaxlogo{
	padding-top		: 10px;
	padding-bottom	: 10px;
}




/* privacyページ用（201803小林追加）ここから →採用ページのお問合せ用に転用。。。*/

h1.prv_h1 {
	color: #FFFFFF;
	border-left: solid 6px #CC0000;/*左側の線*/
	background: #EE4433;
	margin: 1.5em 0 0.5em 0;
	padding: 0.5em;
	list-style-type: none!important;/*ポチ消す*/
	line-height: 1.2rem;
	font-weight: bold;
	font-size: 95%;
}

h2.prv_h2 {
	color: #404040;
	border-left: solid 5px #DD0000;/*左側の線*/
	background: whitesmoke;
	margin: 1em 0 0.8em 0.5em; 
	padding: 0.5em;
	list-style-type: none!important;/*ポチ消す*/
	line-height: 1.1rem;
	font-weight: bold;
	font-size: 105%;
}

h3.prv_h3 {
	margin: 0; 
	padding: 0.7em 0 0.2em 1.2em;
	font-weight: normal;
	font-size: 80%;
}

ul.prv_l, ol.prv_l {
	margin: 0;
	padding-left: 2.2em;
}
li.prv_l {
	margin: 0; 
	padding: 0 0 0.7em 0.5em;
	line-height: 150%;
	font-size: 80%;
}

p.prv_p1 {
	margin: 0;
	font-size: 80%;
	line-height: 160%;
	padding: 0 0 0.5em 1.2em;
}

p.prv_p2 {
	margin: 0;
	font-size: 80%;
	line-height: 160%;
	padding: 0 0 0.3em 3.1em;
}

table.prv_date {
	width: 12em;
	margin-left: auto;
	font-size: 80%;
	text-align: right;
}
td.prv_date1 {
	width: 4em;
}
td.prv_t_top {
	padding-top: 2em;
}
td.prv_t_bottom {
	padding-bottom: 2em;
}

div.prv_contact {
	margin: 0.2em 1em 1em 1em;
	padding: 0.5em 1em;
	border: solid #888888 1px;
	font-size: 80%;
	line-height: 160%;
}


/* privacyページ用（201803小林追加）ここまで */

