﻿@charset "utf-8";
/* CSS Document */

.VoiceMain {
	font-size:12px;
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.clear {
	clear:both;
}

a img {
	border:none;
}
/*margin*/
.top20 {
	margin-top:20px;
}

/**/
#head {
	width:612px;
	font-size:12px;
	line-height:120%;
	color:#666666;
	margin-bottom:15px;
}
#head img {
	margin:15px 0px 15px 15px;
}
#head p {
	margin-left:15px;
}

/*-------------------
愛用者コメントの囲み
---------------------*/
div.commentwrap {
	width:480px;
	line-height:160%;
	padding:20px 0 20px 5px;
	color:#45B7D3;
	min-height:90px;
	_height:90px;
}

/*女性用*/
div.woman {
	width:500px;
	_width:480px;
	background-color:#FFF0FF;
}
/*男性用*/
div.men {
	width:500px;
	_width:480px;
	background-color:#E6F0FF;
}
div.profile {
	border-bottom:#70C8DE solid 1px;
	width:490px;
	_width:500px;
	margin-bottom:15px;
}

div.commentwrap p.name {
	float:left;
}
div.commentwrap p.point {
	float:right;
}
div.commentwrap p.comment {
	clear:both;
}
.commentTable {
	margin-bottom:20px;
}

/*ページトップへ*/
table.pagetop {
	margin-bottom:15px;
}
table.pagetop {
	margin-bottom:15px;
}

/*セカンドのページトップへ*/
div.secondPagetop img {
	margin:20px 0px 20px 530px;
}

/*タイトル*/
.tit {
	margin-bottom:30px;
}

/*注文ボタン*/
img.order {
	margin-left:220px;
}
/*---------------------------
２ページ目以降
------------------------------*/

/*ページ送り*/
div.page {
	width:180px;
	_width:200px;
	height:26px;
	float:right;
	margin-right:10px
}

div.page ul{
margin:0;
padding:0;}

div.page li {
	float:left;
	margin-left:20px;
	list-style:none;
	color:#999999;
}
/*ページ送りリンク設定*/
div.page ul li a { color:#999999; text-decoration:underline; }
div.page ul li a:link { color:#999999; text-decoration:underline; }
div.page ul li a:visited { color:#999999; text-decoration:underline; }
div.page ul li a:hover { color:#999999; text-decoration:none; }