@charset "UTF-8";

/* CSS Document */


/* -----------------------------------
    メイルサービスのポップアップ
   ----------------------------------- */

#mailService {
	padding: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#mailService h2 {
	padding: 10px 15px 7px;
	margin: 0px 0px 20px;
	font-size: 16px;
	color: #FFF;
	line-height: 1.1;
	background-color: #106724;
	border-radius: 6px;
}
#mailService h3 {
	padding: 10px 15px 7px;
	margin: 15px 0px 15px;
	font-size: 16px;
	color: #000;
	line-height: 1.1;
	background-color: #DDD;
	border-radius: 6px;
}

.containerTable {
	width: 100%;
}
.containerTable td {
	vertical-align: top;
}

.textContainer {
	width: 380px;
	padding-right: 15px;
}
.btnContainer {
	display: table;
	border-collapse: separate;
}

.btnLarge {
	height: 80px;
	width: 180px;
	padding-top: 3px;
	border: 3px solid #DDD;
	font-size: 108%;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-image: linear-gradient(180deg,rgba(255,246,169,1.00) 0%,rgba(255,194,61,1.00) 100%);
	background-color: #FFF6A9;
	border-radius: 10px;
}
.btnLarge:hover {
	border: 3px solid #F60;
	background-image: linear-gradient(180deg,rgba(255,246,169,1.00) 0%,rgba(249,171,0,1.00) 100%);
}

