﻿@charset "utf-8";

/*
Site URL	http://www.umin.ac.jp/faq/mail/＊
Created		2014/11/13
Last update	2014/11/13 by Hayashi
Author		Hayashi Ryosuke
*/

.mail-bracklist{
	font-weight: bold;
	color: rgb(250,20,20);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	基礎情報
	mailfaq #6666FF
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#webmailfaq_image_color{
	border-top:5px solid #6666FF;
	background:#FFF;
}
#webmailfaq_image_color h2:before{
	background-color:#6666FF;
}
#webmailfaq_image_color h2.oshirase_box:before{
	background-color:transparent;
}
#webmailfaq_image_color h3:before{
	background:#6666FF;
}
#webmailfaq_image_color h3:after{
	background:#222266;
}

.text_red{
	color:#F00;
}
.text_bold{
	font-weight:bold;
}
.clear_both{
	clear:both;
}
.a_link a[href^="http://"]:before,
.a_link a[href^="https://"]:before{
	content:url(/images/email/link.png);
	padding-right:0px;
}
.a_link a[href^="#"]:before{
	content:"";
}
#backtop{
	position: fixed;
	right: 5px;
	bottom: 40px;
	z-index:10;
	padding:3px;
	cursor:pointer;
	text-align:center;
	color:#FFF;
	background-color:rgba(10,10,10,0.6);
}
#backtop div{
	cursor:pointer;
	border:dotted #DDD 2px;
	padding:4px;
}
@media only screen and (max-width:600px){
#backtop{
	width:100%;
	right: 0px;
	bottom: 0px;
}
}

/*======================================
mailfaqテンプレ
=========================================*/
#mailfaq_index ul{
	margin-left: 5em;
}
#mailfaq_index ul li{
	text-indent: -5em;
	padding-bottom: 0.8em; 
}

.mailfaq-box{
	border: 1px solid #ddd;
	background-color: #ffd;
	margin-top: 28px;
	box-shadow: 3px 1px 4px #44a;
}
.mailfaq-question{
	border-bottom: 2px dotted #ddd;
	position: relative;
	padding-left: 25px;
}
.mailfaq-question:before{
	position: absolute;
	content: url(/images/Q.png);
	left: 5px;
}
.mailfaq-question h4{
	margin-right: 12px;
	margin-left: 8px;
}
.mailfaq-answer{
	padding: 1em 0;
	position: relative;
	padding-left: 25px;
	padding-bottom: 20px;
}
.mailfaq-answer:before{
	position: absolute;
	content: url(/images/A.png);
	left: 5px;
}
.mailfaq-answer p{
	margin: 0 18px 12px 24px;
	line-height: 1.6em;
}
.mailfaq-answer h5{
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 7px;
}
	/*メール容量テーブル*/
	.mail_table{
		margin:12px 0 12px 25px;
	}
	.mail_table table {
		border-collapse :collapse;
		border: #DDD 1px solid;
	}
	.mail_table table tbody tr:nth-child(odd){
		background-color: inherit;
	}
	.mail_table table tbody tr:nth-child(even){
		background-color: inherit;
	}
	.mail_table table tbody tr{
		border-top: #DDD 1px solid;
		border-bottom: #DDD 1px solid;
	}
	.mail_table table tbody tr th{
		padding: 7px 12px;
	}
	.mail_table table tbody tr td{
		padding: 7px 12px;
		text-align: center;
		vertical-align: middle;
	}
	.mail_table_col2{
		background-color: #FDD ;
	}
	.mail_table_col3{
		background-color: #FEA ;
	}
	.mail_table_col4{
		background-color: #DFF ;
	}

	/*容量注釈*/
	.mail_table_notes ol{
		list-style: none;
		counter-reset: li;
		margin-left: 55px;
		margin-right: 25px;
	}
	.mail_table_notes ol li{
		position: relative;
		margin: 0;
	}
	.mail_table_notes ol li:before{
		content: "※" counter(li);
		counter-increment: li;
		position: absolute;
		top:-2px;
		left: -2em;
	}

.open_box{
	text-decoration: underline;
	color: #44f;
	cursor: pointer;
}
.open_box:before{
	content:url(/images/email/ar_g.png);
	padding-right:0px;
}
.hiding_box{
	display: none;
}

#faq-enq_check{
	padding:7px;
	margin:10px 40px;
	border:#F00 groove 2px;
	background-color:#FCF;
}
#faq-enq_check label{
	display:inline;
	font-weight:bold;
}
#faq-enq_check input{
	cursor:pointer;
}
/*
	同意有り
	====================================*/
#faq-enq_check_on{
	display:none;
}
#faq-enq_check_on a{
	display:block;
	width:280px;
	height:100px;
	padding:40px 0 0 25px;
	font-size:16px;
}
/*
	同意無し
	====================================*/
#faq-enq_check_off{
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	FOOTER
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#h_footer{
	/*background-color:#FFF;*/
	background:url(/images/footer_bg.png) #EEE;
	border-top:#CCC solid 2px;
}
#h_footer h4{
	padding:0;
	margin:5px;
}
#h_footer p{
	padding:0;
	margin:0;
}
#h_footer ul{
	margin:0 0 10px 0px;	
	padding:7px 0 0 0;
	border-left:#CCC dotted 2px;
	list-style:none;
}
#h_footer li{
	width:95%;
	padding-left:7px;
	margin-bottom:4px;s
	font-size:12px;
}

@media only screen and (max-width:600px){
#h_footer ul{
	width:100%;
}
}



#mail_trouble{
	border: 2px red solid;
}