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

* {
	margin:0;
	padding:0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:160%;
	color:#333;
}

img {
	border:0;
}

a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.width {
	width:900px;
	margin:0 auto;
}

.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}

li {
	list-style:none;
}

.box {
	border:solid 1px #CCC;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 10px;
}

p {
	margin:40px 0;
}




/* CSS Document */

header {
	display:block;
	background:#333;
	padding:5px 0;
}
header strong {
	width:970px;
	margin:0 auto;
	display:block;
	color:#FFF;
	font-size:90%;
	line-height:130%;
}



article {
	width:940px;
	margin:20px auto;
	border:solid 1px #E4E1CB;
	padding:15px;
}
article:after {
	display:block;
	font-size:1px;
	line-height:1px;
	content:"　";
	clear:both;
}





/* CSS Document */

.head {
	margin:0 0 20px;
}
.head:after {
	display:block;
	font-size:1px;
	line-height:1px;
	content:"　";
	clear:both;
}

h1 {
	float:left;
}
h1 img {
	display:block;
}

.goods_box {
	float:right;
	width:254px;
}
.goods_box img {
	display:block;
}
.goods_box dt {
	margin:0 0 10px;
}





/* CSS Document */

.right {
	float:right;
	width:200px;
}
.right img {
	display:block;
}


.right .title {
	margin:0 0 5px;
}


.right .link {
	font-size:80%;
	line-height:100%;
}
.right .link a {
	display:block;
	padding:12px 10px 10px;
	border-bottom:dotted 1px #CCC;
	color:#333;
	text-decoration:none;
}
.right .link a:hover {
	font-weight:bold;
	background:#F2F7FB;
}


.right .img {
	margin:15px 0 0;
}


.right .button {
	margin:10px 0 0;
}






/* CSS Document */

.left {
	float:left;
	width:710px;
	padding:0 15px 0 0;
	border-right:dotted 1px #CCC;
	font-size:95%;
	line-height:180%;
}


.left h2.start {
	margin-top:0;
}





/* CSS Document */




.top_text {
	text-align:center;
	margin:50px 0 30px;
}


h2 {
	margin:70px 0 -10px;
	padding:5px 0 2px 10px;
	border-left:solid 6px #003366;
	border-bottom:dotted 1px #CCC;
	font-size:170%;
	line-height:130%;
}


.plofile {
	border:
	solid 6px #EEE;
	padding:15px;
	margin:30px 0 70px;
}
.plofile img {
	display:block;
	float:left;
	margin:0 10px 10px 0;
}
.plofile p {
	margin:0 0 40px;
}
.plofile p.end {
	margin:0;
}


h3 {
	margin:80px 0 15px;
	border-bottom:dotted 1px #CCC;
	font-size:150%;
	line-height:130%;
}
h3:before {
	content:"●";
}

.etc p {
	margin:20px 0;
}

.etc .img img {
	display:block;
	float:left;
	margin:10px 10px 10px 0;
}

.etc dl {
	border:solid 5px #EEE;
	padding:15px;
	margin:30px 20px;
}
.etc dt {
	margin:50px 0 0px;
	font-size:130%;
	line-height:130%;
	font-weight:bold;
	border-bottom:dotted 1px #CCC;
}
.etc dt.start {
	margin:0;
}
.etc dd {
	margin:10px 0 0;
}
.etc dd p.end {
	margin:20px 0 0;
}




/* CSS Document */

.button {
	text-align:center;
	margin:60px 0 0;
}
.bt_text {
	text-align:center;
	font-size:80%;
	line-height:130%;
	font-weight:bold;
	margin:5px 0 10px;
}
.card {
	text-align:center;
	margin:0 0 60px;
}





/* CSS Document */

.check_1 {
	margin:30px 0 30px 40px;
}
.check_1 li {
	list-style:disc;
	margin:15px 0;
	font-weight:bold;
}

.check_2 {
	margin:-5px 0 30px 20px;
}
.check_2 li {
	background:url(../images/check_small_02.png) no-repeat;
	background-position:left center;
	padding:15px 0 10px 30px;
	font-size:110%;
	line-height:130%;
	font-weight:bold;
}





/* CSS Document */

.contents_left {
	float:left;
	width:330px;
	padding:10px;
}
.contents_left dt {
	font-size:90%;
	line-height:130%;
	padding:6px 0 4px 8px;
	margin:30px 0 15px;
	font-weight:bold;
	border-left:solid 5px #F00;
	border-bottom:dotted 1px #CCC;
}
.contents_left dt.start {
	margin:0 0 15px;
}
.contents_left dd {
	font-size:75%;
	line-height:130%;
	margin:10px 0 10px 6px;
}
.contents_left dd:before {
	content:"・";
}


.contents_right {
	float:right;
	width:330px;
	padding:10px;
}
.contents_right dt {
	font-size:85%;
	line-height:130%;
	padding:6px 0 4px 8px;
	margin:30px 0 15px;
	font-weight:bold;
	border-left:solid 5px #F00;
	border-bottom:dotted 1px #CCC;
}
.contents_right dt.start {
	margin:0 0 15px;
}
.contents_right dd {
	font-size:75%;
	line-height:130%;
	margin:10px 0 10px 6px;
}
.contents_right dd:before {
	content:"・";
}





/* CSS Document */

footer {
	display:block;
	padding:20px 0;
	margin:40px 0 0;
	text-align:center;
	border-top:dotted 1px #CCC;
	color:#444;
}

footer nav {
	font-size:75%;
	line-height:130%;
	margin:0 0 10px;
}
nav a {
	color:#444;
	text-decoration:none;
}
nav a:hover {
	color:#999;
	text-decoration:underline;
}

footer strong {
	display:block;
	font-size:70%;
	line-height:130%;
	font-weight:normal;
}




/* ################## Color Document ####################### */

.red {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

.yellow {
	background-color:#FFFF00;
}

.u {
	text-decoration:underline;
}

.revocation {
	text-decoration:line-through;
}





/* 追加CSS */


#dpub-reviews, #dpub-review-form {
	font-size:13px;
	width:670px;
}
#dpub-review-avg-table td {
	font-size:13px;
}