﻿@charset "utf-8";


/* voice */
/* -------------------------------------------------------- */


/* box1 */

.voice .box1 h3 {
	margin:0;
}
.voice .box1 h4 {
	margin:0 0 15px 10px;
}
.voice .box1 .lbox {
	width:410px;
}
.voice .box1 .rbox {
	width:410px;
}

.voice .box1a {
	width:388px;
	margin-left:10px;
}

.voice .box1b {
	width:130px;
	text-align:right;
	float:right;
}
.voice .box1b img {
	display:inline;
}
.voice .box1b p {
	font-size:55%;
}
.voice .box1b p span {
	font-size:140%;
}




/* message */
/* -------------------------------------------------------- */

.message .box1 {
	margin-bottom:13px;
}
.message .box1a {
	width:274px;
	float:left;
}
.message .box1b {
	width:259px;
	margin-left:15px;
	padding-bottom:12px;
}

.message .box1 h3 {
	margin-bottom:8px;
}
.message .box1 table {
	width:235px;
	font-size:9px;
	line-height:17px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-left:12px;
}
.message .box1 th {
	width:92px;
	text-align:left;
	vertical-align:top;
}
.message .box1 td {
	width:143px;
	text-align:left;
	vertical-align:bottom;
}
.message .box1 td img {
	display:inline;
	vertical-align:middle;
	margin:0 5px 3px 0;
}
.message .box1 span {
	font-size:12px;
	padding-right:5px;
}

.message .box1 .co1 {background:url(../img/message/bg_01a.gif) repeat-y right top;}
.message .box1 .co1 .box1b {background:url(../img/message/bg_01b.gif) no-repeat left bottom;}
.message .box1 .co2 {background:url(../img/message/bg_02a.gif) repeat-y right top;}
.message .box1 .co2 .box1b {background:url(../img/message/bg_02b.gif) no-repeat left bottom;}
.message .box1 .co3 {background:url(../img/message/bg_03a.gif) repeat-y right top;}
.message .box1 .co3 .box1b {background:url(../img/message/bg_03b.gif) no-repeat left bottom;}
.message .box1 .co4 {background:url(../img/message/bg_04a.gif) repeat-y right top;}
.message .box1 .co4 .box1b {background:url(../img/message/bg_04b.gif) no-repeat left bottom;}
.message .box1 .co5 {background:url(../img/message/bg_05a.gif) repeat-y right top;}
.message .box1 .co5 .box1b {background:url(../img/message/bg_05b.gif) no-repeat left bottom;}
.message .box1 .co6 {background:url(../img/message/bg_06a.gif) repeat-y right top;}
.message .box1 .co6 .box1b {background:url(../img/message/bg_06b.gif) no-repeat left bottom;}
.message .box1 .co7 {background:url(../img/message/bg_07a.gif) repeat-y right top;}
.message .box1 .co7 .box1b {background:url(../img/message/bg_07b.gif) no-repeat left bottom;}
.message .box1 .co8 {background:url(../img/message/bg_08a.gif) repeat-y right top;}
.message .box1 .co8 .box1b {background:url(../img/message/bg_08b.gif) no-repeat left bottom;}
.message .box1 .co9 {background:url(../img/message/bg_09a.gif) repeat-y right top;}
.message .box1 .co9 .box1b {background:url(../img/message/bg_09b.gif) no-repeat left bottom;}

.message .m30 {
	margin-bottom:30px;
}




/* popup */
/* -------------------------------------------------------- */

body.popup {
	background:#b2dfff;
}
.popup #container {
	width:450px;
}
.popup #main {
	width:450px;
	background:#ffffff;
}
.popup #main-inner {
	width:450px;
	padding-bottom:10px;
	background:url(../img/message/popup_bg_02.gif) no-repeat left bottom;
}
.popup #main h2 {
	width:450px;
	font-size:80%;
	text-align:center;
	color:#ffffff;
	margin-bottom:15px;
	padding:14px 10px 6px 10px;
}
.popup #main h2.co1 {background:url(../img/message/popup_bg_01a.gif) no-repeat 0 0;}
.popup #main h2.co2 {background:url(../img/message/popup_bg_01b.gif) no-repeat 0 0;}
.popup #main h2.co3 {background:url(../img/message/popup_bg_01c.gif) no-repeat 0 0;}
.popup #main h2.co4 {background:url(../img/message/popup_bg_01d.gif) no-repeat 0 0;}
.popup #main h2.co5 {background:url(../img/message/popup_bg_01e.gif) no-repeat 0 0;}
.popup #main h2.co6 {background:url(../img/message/popup_bg_01f.gif) no-repeat 0 0;}
.popup #main h2.co7 {background:url(../img/message/popup_bg_01g.gif) no-repeat 0 0;}
.popup #main h2.co8 {background:url(../img/message/popup_bg_01h.gif) no-repeat 0 0;}
.popup #main h2.co9 {background:url(../img/message/popup_bg_01i.gif) no-repeat 0 0;}

.popup .box1 {
	width:430px;
	margin:0 0 40px 18px;
}
.popup .rbox {
	width:165px;
}
.popup .rbox img {
	margin-left:20px;
	margin-bottom:12px;
}
.popup .rbox p {
	font-size:9px;
	line-height:17px;
	margin-left:20px;
}
.popup .rbox p img {
	display:inline;
	vertical-align:middle;
	margin:0 5px 3px 0;
}
.popup .rbox p span {
	font-size:12px;
	padding-right:5px;
}

.popup .bt {
	margin-left:15px;
}