﻿@charset "utf-8";

/*
Site URL	http://www.umin.ac.jp/oshirase/mail-spam.html
			http://www.umin.ac.jp/oshirase/mail-spam/＊
Created		2015/07/31
Last update	2016/03/11 by Hayashi
Author		Hayashi Ryosuke
*/

span.str{
	font-weight: bold;
}
.text_red{
	color: red;
}
/*
.important-title{
	border: 10px solid #f77;
	padding: 10px;
	background-color: #ffc;
	border-radius: 5px;
}
*/
.text-a-underline a{
	text-decoration: underline;
}
.important-title{
	border:4px #f90 solid;
	border-radius: 5px;
	background: #ffff99;
}
.important-title h2{
	width: 100%;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	border: none;
	font-size: 28px;
	color: #ff0000;
}
.important-title p{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
}
.important-list h3{
	border:none;
	background-color: #fff;
	position: relative;
	margin-left: 28px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 18px;
	padding: 7px 0;
}
.important-list h3:before{
	position: absolute;
	content: url("/images/icons/im.jpg");
	left: -15px;
	top: -0px;
}
.important-list h4{
	border:none;
	background-color: #fff;
	position: relative;
	margin-left: 28px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 18px;
	padding: 7px 0;
}
.important-list h4:before{
	position: absolute;
	content: url("/images/icons/qa.png");
	left: -20px;
	top: -0px;
}
.important-list p{
	padding: 0;
	margin:0 0 0 28px;
}
ul{
	margin-top: 12px;
	margin-left: 20px;
}
.spam-mail-exp h4{
	padding-top: 10px;
}
/*
スパム報告
*/
.pan{
	margin: 10px 20px;
	padding: 0;
}
.spam-mail-exp{
	margin-left: 20px;
	margin-bottom: 40px;
}
.spam-mail-exp p{
	position: relative;
	margin-left: 8.5em;
}
p.spam-from:before{
	content: "差出人(from)";
	font-weight: bold;
	position: absolute;
	margin-right: 2em;
	left: -8.5em;
}
p.spam-from:after{
	content: "＞";
	font-weight: bold;
	position: absolute;
	top: 0;
	left: -1.5em;
}
p.spam-subject:before{
	content: "件名(subject)";
	font-weight: bold;
	position: absolute;
	margin-right: 2em;
	left: -8.5em;
}
p.spam-subject:after{
	content: "＞";
	font-weight: bold;
	position: absolute;
	top: 0;
	left: -1.5em;
}
p.spam-file:before{
	content: "添付ファイル";
	font-weight: bold;
	position: absolute;
	margin-right: 2em;
	left: -8.5em;
}
p.spam-file:after{
	content: "＞";
	font-weight: bold;
	position: absolute;
	top: 0;
	left: -1.5em;
}
pre{
	position: relative;
	margin-left: 8.5em;
}
pre:before{
	content: "本文（body）";
	font-weight: bold;
	position: absolute;
	margin-right: 2em;
	left: -8.5em;
}
pre:after{
	content: "＞";
	font-weight: bold;
	position: absolute;
	top: 0;
	left: -1.5em;
}

.spm-footer{
	margin-top: 40px;
}

/*
2016/3/29
スパム対策　一部形式のファイル添付制限
mail-spam-attachmentremoved.html
*/
.attachmentremoved{
	counter-reset : ar-h3;
}
.attachmentremoved h3{
	counter-reset : ar-h4;
	counter-increment : ar-h3;
	font-size: 24px;
	font-weight: bold;
	margin-top: 40px;
	border-top: none;
	border-right: none;
	border-bottom: dotted 3px #ccc;
	border-left: 10px solid #a00;
	background-color: #fff;
}
.attachmentremoved h3 + p,
.attachmentremoved h3 + p + p{
	margin-left: 20px;
}
.attachmentremoved h3:before{
	content:counter(ar-h3) "：";
	padding-right: 4px;
}
.attachmentremoved h4{
	margin-left: 20px;
	margin-top: 20px;
	counter-increment : ar-h4;
	font-size: 20px;
	margin-bottom: 10px;
}
.attachmentremoved h4:before{
	content:counter(ar-h4) " ）";
	padding-right: 4px;
}
.attachmentremoved h4 + ul{
	padding: 0;
	margin-left: 40px;
	margin-top: 10px;
}
.attachmentremoved h4 + p{
	margin-left: 40px;
}
.attachmentremoved h5{
	margin-left: 20px;
}
.attachmentremoved img{
	margin-left: 20px;
}
/*
2016/3/29
スパム・ウイルスメール増加に関する注意喚起
mail-spam-warning.html
*/
.spam-warning{
	counter-reset : ar-h3;
}
.spam-warning h3{
	counter-increment : ar-h3;
	font-size: 24px;
	font-weight: bold;
	margin-top: 40px;
	border-top: none;
	border-right: none;
	border-bottom: dotted 3px #ccc;
	border-left: 10px solid #a00;
	background-color: #fff;
}
.spam-warning h3 + p{
	margin-left: 20px;
}
.spam-warning h3:before{
	content:counter(ar-h3) "：";
	padding-right: 4px;
}
.open_box{
	color:#03F;
	cursor:pointer;
	text-decoration:underline;
}
.open_box:before{
	content:url(/images/million/ar.png);
	padding-right:0px;
}
.hiding_box{
	display:none;
	margin:0 0 0 20px;
	padding:7px;
	border:#93C 2px solid;
	border-radius: 5px;
}
.hiding_box p{
	padding: 7px;
	margin: 0px;
}
.spam-p{
	width: 97%;
	margin:14px auto;
}
.spam-p p{

}


/*
https://www.umin.ac.jp/oshirase/mail-blacklist.html
該当ページの仕様
*/
.blacklist-time{
	font-size: 24px;
	font-weight: bold;
}
.blacklist-time-weight{
	font-size: 30px;
	color: rgb(200,20,20);
}

h3.clear-flag:before{
	position: absolute;
	content: url("/images/icons/cl.png");
	left: -24px;
	top: 4px;
}