@charset "UTF-8";
/* CSS Document */

/* サブナビ  */
.subnaviArea {
	clear:both;
	width:872px;
	padding-top:24px;
	padding-bottom:12px;
	margin-left:24px;
	text-align:center;
}

.subNavi {
	font-size:10px;
}

.subNavi li{
	display:inline;
}

.subNavi li a{
	margin:0px 8px;
}

.howto p{
	margin-left:56px;
	background-color:#FFFFFF;
}

.howto .arrow{
	margin-left:296px;
}

/* for Section */
.itemList {
	display:table-row;
	float:left;
}

.itemList dl {
	width:132px;
	float:left;
	display:block;
	padding:16px 16px 0px 0px;
}

.itemList dl.after{
	padding-right:0px;
}

.itemList dl dt {
	width:132px;
}

.itemList dl dd {
	padding:0px 4px;
	line-height:1.5;
}

.question{
	float:left;
	margin-top:16px;
}

.question dl {
	width:576px;
	display:block;
	margin-top:8px;
}

.question dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.question dt {
	width:20px;
	float:left;	
	clear:both;
}

.question dd {
	width:552px;
	float:right;
}

.banner {
	width:480px;
	margin:24px auto;
}

.staffArea{
	width:888px;
	letter-spacing:-0.4em;	
}

.staffList {
	overflow:hidden;
	width:248px;
	margin:16px 8px 0px 8px;
	padding:0px 16px 16px 16px;
	vertical-align:top;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	*display: inline; /*for ie5～7*/
	*zoom: 1; /*for ie5～7*/
	letter-spacing:normal;
	background:#ebf5d6;
	line-height:1.5;
}

.LLsize{
	min-height:768px;
	height:auto !important;
	height:768px;
}

.Lsize{
	min-height:728px;
	height:auto !important;
	height:728px;
}

.Msize{
	min-height:680px;
	height:auto !important;
	height:680px;
}

.staffList p.staffname {
	width:120px;
	float:right;
	font-size:123%;
	font-weight:bold;
	color:#58a233;
	padding-top:32px;
}

.staffList p.pins {
	text-align:center;
}

.staffkana{
	font-size:77%;
}

.staffList dl.staffProfile{
	margin-top:6px;
	width:248px;
}

.staffList dl.staffProfile:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.staffList dl.staffProfile dt{
	float:left;
	font-weight:bold;
}

.staffList dl.staffProfile dd{
}

.staffList dl.staffComment{
	width:248px;
	margin-top:12px;
}

.staffList dl.staffComment dt{
	color:#58a233;
	font-weight:bold;
	width:248px;
}




dl dt.greenL  {
	margin-top:8px;
}


/* for Section */
.voice {
	width:640px;
	display:block;
	margin:0px auto;
	margin-top:24px;
	padding:4px 24px 24px 24px;
	background:#ebf5d6;
}

.voice:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


.voice p.pins {
	text-align:center;
}

.voice p.messageTitle{
	margin-top:10px;
	width:640px;
	font-size:115%;
	font-weight:bold;
	line-height:1.2;
}

.voice p.message{
	display:block;
	padding-top:10px;
	background:url(img/note.gif) repeat-y 0px bottom;
	line-height:24px;
}

.voice p.message .messenger {
	float:right;
}

.voice img{
	margin-bottom:8px;
}

.bg_pink {
	background:#feebf2;
}

