@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:voice.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */

/* definition_.boxVoice */
.boxVoice{
	border-color: #4D2020;
	border-style: solid;
	border-width: 0 0 1px;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

/* definition_.imgBoxL */
.boxVoice .imgBoxL{
	border-width: 0;
	text-align: center;
	width: 228px;
}

.boxVoice .imgBoxL img{
	border-color: #4D2020;
	border-style: solid;
	border-width: 1px;
}

/* definition_.textBoxR */
.boxVoice .textBoxR{
	width: 450px;
}

.boxVoice .textBoxR p{
	margin: 0;
}
















