@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
form,
input,
button,
textarea,
p,
blockquote,
th,
tr,
td {
	margin: 0;
	padding: 0;
}

input {
	display: inline;
	vertical-align: middle;
}

input:hover.rollover,
a:hover img,
input:hover.btn {
	opacity: 0.75;
}

h1 {
	background-color: #b2dfdd;
	color: #222;
	font-size: 150%;
	font-weight: 700;
	margin-top: 20px;
	padding: 10px;
	position: relative;
}

h1.logo {
	background-color: transparent;
	font-size: 150%;
	font-weight: 700;
	margin: 0;
	padding: 0;
	position: relative;
}

h2 {
	background-color: #b2dfdd;
	color: #222;
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 8px;
	position: relative;
}

h3 {
	font-size: 100%;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: bottom;
}

input.submit {
	margin-top: 20px;
}

input.password {
	width: 100px
}

input.vertical {
	margin-bottom: 10px;
	margin-right: 10px
}

input.horizontal {
	margin-left: 10px;
	margin-right: 10px
}

li {
	list-style: none;
	text-indent: 0;
	vertical-align: bottom;
}

input,
button,
textarea,
option {
	font-size: 100%;
}

select {
	font-size: 120%;
}

input[type="submit"],
input[type="button"] {
	font-size: 120%;
}

input[type="chexkbox"],
input[type="radio"] {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	vertical-align: text-top;
}

textarea {
	height: 300px;
	width: 500px;
	font-size: medium;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

img.member {
	width: 40px;
	vertical-align: middle;
}

th {
	background-color: #cce8e6;
	border: 1px solid #ccc;
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
	padding: 5px;
	text-align: center;
}

td {
	border: 1px solid #ccc;
	font-size: 100%;
	padding: 5px;
}

ul.tab li {
	background: #b2dfdd;
	border-left: 3px solid #b2dfdd;
	border-right: 3px solid #b2dfdd;
	border-top: 3px solid #b2dfdd;
	cursor: pointer;
	float: left;
	font-size: 110%;
	font-weight: 700;
	margin: 0 10px 0 0;
	padding: 5px 25px;
	border-radius: 10px 10px 0 0;
}

ul.tab_narrow li {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	height: 20px;
}

ul.tab li.select {
	background: #72c4bd;
	border-left: 3px solid #72c4bd;
	border-right: 3px solid #72c4bd;
	border-top: 3px solid #72c4bd;
	cursor: default;
	border-radius: 10px 10px 0 0;
}

ul.navi li {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #888;
	cursor: pointer;
	font-size: 110%;
	margin: 0;
	padding: 6px 0;
	width: 103px;
}

ul.navi li.select {
	color: #333;
	cursor: default;
	font-weight: 700;
}

.paging {
	font-size: 150%;
	margin-top: 20px;
	text-align: center;
}

.wrapper {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
}

.inner {
	margin: 0 auto;
	text-align: left;
}

#contents {
	padding-bottom: 10px;
	padding-top: 5px;
}

#contents>.inner {
	clear: both;
}

#contentsFooter {
	clear: both;
	margin-bottom: 10px;
}

#contentsFooter .idvNew .header {
	background: url(../design/new/bg_new_h.png) no-repeat left center;
	float: left;
	margin: 5px 30px 0;
	text-align: center;
	width: 362px;
}

#contentsFooter .idvNew .header img {
	margin: 0 8px 0 0;
	vertical-align: middle;
}

#contentsFooter .idvNew .inner {
	background: url(../design/new/bg_str1.jpg) repeat 0 0;
	border: 3px solid #72c4bd;
	clear: both;
	padding: 10px;
}

#contentsFooter .idvNew .inner ul {
	overflow: hidden;
	width: 980px;
}

#contentsFooter .idvNew,
.idvBBS {
	clear: both;
	overflow: hidden;
}

#contentsFooter .idvNew ul.tab,
.idvTitle ul.tab,
.idvIndex ul.tab,
.content_items ul.tab {
	display: block;
	float: left;
	overflow: hidden;
}

#contentsFooter .idvNew .inner ul li,
.idvTitle .inner ul li,
.idvSubscription .inner ul li,
.content_items .inner ul li {
	float: left;
	margin: 15px 19px 0;
	position: relative;
	width: 100px;
}

.idvVolList .inner ul li {
	float: left;
	margin: 15px 22px 0;
	position: relative;
	width: 100px;
}

#contentsFooter .idvNew .inner ul li img,
.idvTitle .inner ul li img.pht,
.idvSubscription .inner ul li img,
.idvVolList .inner ul li img,
.content_items .inner ul li img {
	border: 1px solid #999;
	margin: 0;
	width: 120px;
}

#contentsFooter .idvNew .inner ul li p,
.idvTitle .inner ul li p,
.idvSubscription .inner ul li p,
.idvVolList .inner ul li p,
.content_items .inner ul li p {
	font-size: 90%;
	font-weight: 700;
	margin: 3px 0 0;
	width: 100px;
}

.naviPagetop {
	margin-bottom: 10px;
	text-align: right;
}

#contentsHeader {
	margin-bottom: 10px;
	overflow: hidden;
	text-align: left;
}

#contentsHeader .idvParent h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 8px 15px;
}

#contentsHeader .idvParent td {
	border: none;
	font-weight: 700;
	padding: 0;
}

#contentsHeader .idvParent .inner {
	clear: both;
	line-height: 150%;
	padding: 10px;
}

#contentsHeader .idvCampaign {
	float: left;
}

#contentsHeader .idvCampaign img {
	margin-bottom: 10px;
	width: 550px;
}

#contentsHeader .idvInfoblog {
	background: url(../design/board/bg_infoblog_mid.png) repeat-y 0 0;
	float: right;
	overflow: hidden;
	width: 440px;
}

#contentsHeader .idvInfoblog .inner {
	background: url(../design/board/bg_infoblog_btm.png) no-repeat left bottom;
	margin-top: 0;
	padding-bottom: 5px;
	text-align: left;
}

#contentsHeader .idvInfoblog dl {
	background: url(../design/board/bg_infoblog_line.png) repeat-x 4px top;
	display: block;
	margin: 0 3px 3px 10px;
	overflow: hidden;
	padding-top: 3px;
}

#contentsHeader .idvInfoblog dt {
	float: left;
	width: 40px;
}

#contentsHeader .idvInfoblog dd {
	float: left;
	margin: 3px 0 0 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 370px;
}

#contentsHeader .idvInfoblog dd a {
	overflow: hidden;
}

#contentsHeader .idvInfoblog dd span {
	color: #777;
}

#contentsHeader .idvParent table,
.idvMember h2 table {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#contentsSide .idvLogin .header,
#footer p {
	margin-bottom: 5px;
}

#carou_slide {
	clear: both;
	height: 120px;
	position: relative;
	width: 1000px;
}

#carou_slide .caroufredsel_wrapper {
	height: 120px !important;
	margin-left: 25px !important;
	width: 960px !important;
}

#carou_slide a.prev {
	background: url(../design/header/btn_arw_slide_l.png) no-repeat 0 0;
	display: block;
	height: 120px;
	left: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 16px;
}

#carou_slide a.prev:hover {
	background: url(../design/header/btn_arw_slide_l_o.png) no-repeat 0 0;
}

#carou_slide a.next {
	background: url(../design/header/btn_arw_slide_r.png) no-repeat 0 0;
	display: block;
	height: 120px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 16px;
}

#carou_slide a.next:hover {
	background: url(../design/header/btn_arw_slide_r_o.png) no-repeat 0 0;
}

#carou_slide .slide {
	height: 120px !important;
	overflow: hidden;
}

#carou_slide .slide a {
	display: block;
	float: left;
	height: 120px;
	margin: 0 10px 0 0;
	padding: 0;
}

#contentsFull {
	float: left;
	width: 960px;
	margin-left: 20px;
	margin-right: 20px;
}

#contentsMain {
	float: left;
	width: 760px;
	margin-left: 20px;
	margin-right: 0;
}

#contentsSide {
	float: left;
	width: 220px;
}

#contentsSide .idvLogin {
	background: url(../design/side_nav/bg_login_mid.png) repeat-y 0 0;
}

#contentsSide .idvLogin .inner {
	background: url(../design/side_nav/bg_login_btm.png) no-repeat left bottom;
	text-align: center;
}

#contentsSide .idvLogin .btn input {
	margin: 0 5px;
	vertical-align: middle;
}

#contentsSide .idvLogin .txtLarge,
#contentsSide .idvLogin .txtNote {
	margin: 3px 15px 0;
	padding-bottom: 15px;
}

#contentsSide .idvLogin dl dt,
#contentsSide .idvLogin dl dd {
	margin-bottom: 3px;
}

#contentsSide .idvLogin dl {
	margin-bottom: 8px;
}

#naviCategory span {
	height: 12px;
	position: absolute;
	right: 3px;
	top: 2px;
	width: 48px;
}

#naviCategory div.top {
	cursor: pointer;
	height: 35px;
	padding-top: 15px;
	padding-left: 10px;
	font-size: 130%;
	font-weight: 700;
}

#naviCategory ul.item {
	display: block;
	margin: 0;
	padding: 0 0 6px 10px;
	width: 200px;
}

#naviCategory ul.item li {
	background: url(../design/side_nav/ico_ccl1.png) no-repeat 0 0.3em;
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 110%;
}

#naviCountry ul {
	margin: 0;
	padding: 0 10px 10px;
	width: 200px;
}

#naviCountry ul li {
	background: url(../design/side_nav/ico_ccl1.png) no-repeat 0 0.3em;
	margin-bottom: 12px;
	padding-left: 8px;
	font-size: 120%;
}

#copyright {
	margin: 10px auto 0;
	text-align: right;
	width: 960px;
}

#footer {
	background: url(../design/footer/bg_footer.png) repeat 0 0;
	padding: 0 0 20px;
}

#footer .box {
	float: left;
	margin: 30px 0 0 50px;
	width: 260px;
}

#footer .box .txt {
	display: inline;
}

#footer .box .txt img {
	padding: 0 0 5px 5px;
}

#footer .inner {
	background: url(../design/footer/bg_footer_inner.png) no-repeat 0 50px;
	height: 480px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
	width: 980px;
}

#footer h3 {
	margin-left: 90px;
	text-align: left;
}

#footer h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer h5 {
	color: #72C4BD;
	font-weight: 700;
	font-size: medium;
	margin-top: 5px;
	margin-bottom: 10px;
}

#header,
#contents>.inner {
	width: 1000px;
}

#logoSet {
	float: left;
	margin: 12px 0 0 20px;
	overflow: hidden;
	width: 455px;
}

#logoSet .logo {
	float: left;
}

#logoSet .lead {
	float: right;
	margin-top: 15px;
}

#headerTop {
	background-color: #eee;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

#headerMiddle {
	background-image: url(../design/header/bg_header.png);
	height: 80px;
	overflow: hidden;
}

#headerBottom {
	background: url(../design/header/bg_navi_gl.png) no-repeat 0 0;
	padding-top: 10px;
}

#headerBottom table {
	margin-bottom: 10px;
	width: 1000px;
}

#headerBottom td {
	border-bottom: none;

	border-right: 2px dotted #333;
	border-top: none;
	font-size: 95%;
	font-weight: 700;
	padding: 3px;
	text-align: center;
}

#headerAnnouncement {
	margin: 20px;
	padding: 20px;
	overflow: hidden;
	text-align: center;
	font-size: 150%;
	font-weight: 700;
	border: 3px solid #72C4BD;
}

#naviLogin {
	height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
	border: 0 none;
	text-align: left;
	float: left;
}

#naviLogin a {
	padding-left: 10px;
}

#naviLink {
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0 none;
	text-align: right;
	float: right;
}

#naviLink a {
	padding-right: 10px;
}

#naviLink img {
	max-height: 25px;
	max-width: 25px;
	padding-bottom: 2px;
}

#utility {
	float: right;
	margin: 30px 20px 0 0;
	text-align: right;
	width: 480px;
}

#naviSearch {
	margin-bottom: 10px;
}

#naviSearch .btn {
	margin: 0 2px;
	vertical-align: bottom;
}

#naviSearch .txtbox {
	height: 22px;
	width: 180px;
}

#naviSearch select.pulldown {
	height: 2em;
}

#naviAccount {
	text-align: right;
}

#naviAccount a {
	font-weight: 700;
	padding-left: 15px;
}

/* .idvBanner a {
    margin-right: 20px;
    margin-bottom: 12px;
} */

.idvTodaysHeader {
	z-index: 50;
	margin: 7px 0 20px;
	width: 300px;
	font-size: 1.5em;
	background-color: rgba(114, 196, 189, 0.55);
	padding: 8px;
	box-shadow: 1px 8px 4px -3px rgba(0, 0, 0, 0.2);
}

.idvTodays {
	background-color: #f5fbfb;
	margin-top: -45px;
	padding-top: 45px;
	position: relative;
	width: 760px;
}

.idvTodays ul {
	margin: 0 0 0 15px;
	overflow: hidden;
	width: 760px;
}

.idvTodays ul li {
	background: url(../design/pickup/bg_line1.png) no-repeat center top;
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
	padding-top: 10px;
	width: 350px;
}

.idvTodays ul li .pht {
	float: left;
	width: 120px;
}

.idvTodays ul li .pht img {
	border: 1px solid #999;
	width: 120px;
}

.idvTodays ul li .phtR {
	float: left;
	margin-left: 10px;
	width: 220px;
}

.idvTodays ul li .phtR p.volName {
	font-weight: 700;
	margin-bottom: 5px;
}

.idvTodays ul li .phtR span.new {
	display: block;
	margin-bottom: 5px;
}

.idvRank {
	background: url(../design/ranking/bg_rank_mid.png) repeat-y 0 0;
	float: left;
	width: 370px;
}

.idvRank .inner {
	background: url(../design/ranking/bg_rank_btm.png) no-repeat left bottom;
	overflow: hidden;
	padding-bottom: 10px;
	width: 370px;
}

.idvRank .header {
	background: url(../design/ranking/h_rank.png) no-repeat left center;
	width: 370px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 8px;
}

.idvRank .header .description {
	font-weight: 700;
	font-size: 120%;
	vertical-align: middle;
	padding-top: 5px;
}

.idvRank ol {
	float: left;
	margin: 0 0 0 20px;
	text-align: left;
	text-decoration: none;
	width: 350px;
}

.idvRank ol li {
	font-size: 100%;
	line-height: 130%;
	margin-bottom: 8px;
	padding: 2px 0 2px 25px;
}

.idvRank ol li.num01 {
	background: url(../design/ranking/ico_rank1.png) no-repeat left center;
	font-weight: 700;
}

.idvRank ol li.num02 {
	background: url(../design/ranking/ico_rank2.png) no-repeat left center;
	font-weight: 700;
}

.idvRank ol li.num03 {
	background: url(../design/ranking/ico_rank3.png) no-repeat left center;
	font-weight: 700;
}

.idvRank ol li.num04 {
	background: url(../design/ranking/ico_rank4.png) no-repeat left center;
}

.idvRank ol li.num05 {
	background: url(../design/ranking/ico_rank5.png) no-repeat left center;
}

.idvRank ol li.num06 {
	background: url(../design/ranking/ico_rank6.png) no-repeat left center;
}

.idvRank ol li.num07 {
	background: url(../design/ranking/ico_rank7.png) no-repeat left center;
}

.idvRank ol li.num08 {
	background: url(../design/ranking/ico_rank8.png) no-repeat left center;
}

.idvRank ol li.num09 {
	background: url(../design/ranking/ico_rank9.png) no-repeat left center;
}

.idvRank ol li.num10 {
	background: url(../design/ranking/ico_rank10.png) no-repeat left center;
}

.idvTwitter {
	float: left;
	margin-left: 20px;
	width: 370px;
}

.twitter-timeline {
	min-width: 370px !important;
}

.idvTitle,
.idvIndex {
	clear: both;
	overflow: hidden;
}

.idvTitle .inner,
.idvIndex .inner {
	border-left: 3px solid #72c4bd;
	border-right: 3px solid #72c4bd;
	border-top: 3px solid #72c4bd;
	border-bottom: 3px solid #72c4bd;
	clear: both;
	padding: 10px;
}

.idvVolList .inner {
	overflow: hidden;
	clear: both;
}

.idvTitle .inner ul,
.idvSubscription .inner ul,
.idvVolList .inner ul,
.content_items ul {
	padding-left: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	width: 730px;
}

.idvTitle .inner .content_items ul li img.sub {
	margin: 0;
}

.idvTitle .idvNew .inner {
	background: url(../design/new/bg_str1.jpg) repeat 0 0;
	border-left: 3px solid #72c4bd;
	border-right: 3px solid #72c4bd;
	border-top: 3px solid #72c4bd;
	clear: both;
	padding: 10px;
}

.idvTitle .idvNew .header .content_items {
	font-weight: 700;
	margin-bottom: 10px;
}

.idvTitle .idvNew .header .content_items img {
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.idvIndex .link,
.idvSubscription .link {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	width: 730px;
}

.idvIndex .link a,
.idvSubscription .link a {
	font-size: 110%;
	margin: 0 5px 3px 0;
}

.idvIndex h2,
.idvSubscription h2 {
	padding: 5px 15px;
}

.idvIndex .section,
.idvSubscription .section {
	margin: 0 0 10px 10px;
}

.idvIndex p.section_name,
.idvSubscription p.section_name {
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 10px;
}

.idvIndex p.no_item,
.idvSubscription p.no_item {
	margin: 0 0 10px 30px;
}

.idvIndex ul.title {
	clear: both;
	margin-left: 30px;
	overflow: hidden;
}

.idvIndex ul.title li {
	float: left;
	height: 20px;
	margin: 2px 0;
	overflow: hidden;
	padding-left: 65px;
	width: 280px;
}

.idvIndex ul.title a {
	font-size: 100%;
}

.idvVol {
	border: none;
	display: block;
	margin-bottom: 20px;
	width: 760px;
}

.idvVol .idvPht {
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: none;
	border-top: 1px solid #666;
	vertical-align: top;
	padding: 20px 10px 10px 20px;
	width: 182px;
}

.idvVol .idvPht img.pht {
	border: 1px solid #666;
	margin-bottom: 15px;
	position: relative;
	width: 150px;
	z-index: 50;
}

.idvVol .idvPht .idvKwd {
	display: block;
	float: left;
	text-align: left;
}

.idvVol .idvPht .idvKwd dl {
	width: 152px;
}

.idvVol .idvMeta {
	border-bottom: 1px solid #666;
	border-left: none;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	vertical-align: top;
	padding: 20px 20px 10px 10px;
}

.idvMeta .idvDetail,
.idvMeta .idvReview,
.idvMeta .idvList {
	display: block;
	float: right;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 540px;
}

.idvVol .idvDetail {
	background: url(../design/vol/bg_vol_detail_mid.png) repeat-y 0 0;
}

.idvVol .idvDetail .inner {
	display: block;
	float: right;
	margin: 0;
	padding: 10px;
	width: 520px;
}

.idvVol .idvDetail h2 {
	background-color: #fff;
	margin: 0 0 10px;
}

.idvVol .idvDetail .left {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 300px;
}

.idvVol .idvDetail .right {
	border: none;
	float: right;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 220px;
}

.idvVol .idvDetail .right select {
	height: 1.5em;
	margin: 0 5px 0 2px;
}

.idvVol .idvDetail .wishlist {
	margin-top: 10px;
}

.idvVol .idvReview {
	background: url(../design/vol/bg_str1.jpg) repeat 0 0;
}

.idvVol .idvReview .inner {
	margin: 0;
	padding: 10px;
	text-align: left;
	width: 520px;
}

.idvVol .idvReview .writer {
	display: block;
	float: right;
	text-align: right;
}

.idvVol .idvReview .writer img {
	display: block;
	float: right;
	margin-top: 5px;
	text-align: right;
	width: 40px;
}

.idvVol .idvReview .writerComment {
	display: block;
	line-height: 150%;
}

.idvVol .idvList {
	font-size: 110%;
}

.idvSummary {
	width: 760px;
}

.idvSummary .tableVol {
	margin-bottom: 30px;
	width: 760px;
}

.idvSubscription {
	clear: both;
	overflow: hidden;
	padding: 10px;
}

.idvReviewCustomer {
	display: block;
}

.idvReviewCustomer .idvReviewPost {
	background-color: #fff1f1;
	margin-bottom: 20px;
	padding: 15px 15px 10px;
}

.idvReviewCustomer .idvReviewPost ul {
	font-size: 90%;
	overflow: hidden;
}

.idvReviewCustomer .idvReviewPost li {
	float: left;
	padding-right: 10px;
}

.idvReviewCustomer .idvReviewPost p {
	clear: both;
	font-size: 90%;
	margin-top: 10px;
}

.idvReviewCustomerHeader {
	display: block;
	float: right;
}

.idvPost {
	background: url(../design/frame/bg_form1_mid.png) repeat-y 0 0;
}

.idvPost .inner {
	background: url(../design/frame/bg_form1_btm.png) no-repeat left bottom;
	padding-bottom: 20px;
	width: 760px;
}

.boxForm {
	background-color: #f5fbfb;
	margin: 0 10px;
	padding: 20px;
	text-align: center;
}

.boxForm table,
.idvBasket table {
	border: 1px solid #333;
	font-size: 100%;
	margin-bottom: 20px;
	width: 100%;
}

table.boxLogin {
	border: none;
	font-size: 100%;
	margin-bottom: 10px;
	margin-left: 50px;
	width: 80%;
}

table.boxLogin td {
	border: none;
	padding: 0 20px;
	vertical-align: bottom;
}

.idvBBS .inner {
	border: 3px solid #72c4bd;
	clear: both;
	padding: 20px;
	text-align: center;
}

.idvBBS .filter {
	background-color: #cce8e6;
	margin: 0 0 20px;
	width: 100%;
}

.idvBBS .filter td {
	border: none;
	padding: 10px;
}

.idvBBS h2,
.idvBasket h2,
.idvMember h2 {
	margin-bottom: 10px;
	padding: 5px 15px;
}

.idvBBS .list,
.idvBBS .post,
.idvBBS .replied {
	width: 100%;
}

.idvBBS .post td,
.idvBBS .replied td {
	border: none;
}

.idvBBS .post img {
	max-width: 710px;
}

.idvBBS .split {
	border-top: 1px solid #999;
}

.idvBBS .subject {
	font-size: 120%;
	font-weight: 700;
}

.idvBBS .tag a {
	margin-right: 5px;
}

.idvBBS .vote {
	background-color: #f5fbfb;
	margin-bottom: 20px;
	padding: 3px;
	text-align: center;
}

.idvBasket img.pht {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 120px;
}

.idvBasket .total {
	font-size: 120%;
	margin: 50px 0 20px;
}

.idvBasket .total th {
	background-color: #fff1f1;
}

.idvBasket textarea {
	height: 150px;
	width: 700px;
}

.idvBasket .inner {
	font-size: 100%;
	margin: 10px 30px 40px;
}

.idvBasket .inner .total {
	font-size: 100%;
	margin: 0;
}

.idvMember h2 td {
	border: none;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.idvMember table {
	font-size: 100%;
	margin-bottom: 30px;
	width: 100%;
}

.idvMember img.pht {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 120px;
}

.idvMember .mailmagazine {
	border: none;
	margin: 0;
}

.idvMember .mailmagazine td {
	border: none;
	padding: 2px 0;
}

.idvMember .mailmagazine td.stripe {
	background-color: #ddd;
}

.progress {
	margin-bottom: 20px;
	text-align: center;
}

.price {
	font-size: 120%;
	line-height: 140%;
	margin-bottom: 8px;
}

.idvHtml li {
	list-style-type: disc;
	list-style-position: inside;
}

img.customerReview {
	cursor: pointer;
	width: 150px;
	height: auto;
	margin-bottom: 10px;
}

img.itemsList {
	cursor: pointer;
	width: 120px;
	height: auto;
	margin-bottom: 10px;
	margin-right: 10px;
}

.content_more {
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	width: 320px;
	margin: 20px auto;
	padding: 10px;
	background-color: #edf7f7;
	border-radius: 8px;
	border-top: 1px solid #a3a1a1;
	border-left: 1px solid #a3a1a1;
	border-right: 4px solid #919191;
	border-bottom: 4px solid #919191;
	color: #545454;
}

.content_more:hover {
	background: #e8f1f2;
	border-top: 3px solid #919191;
	border-bottom: 1px solid #a3a1a1;
	border-left: 3px solid #919191;
	border-right: 1px solid #a3a1a1;
	transition: all .3s;
}

.vol_more {
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	width: 320px;
	font-weight: 700;
	margin: 20px auto;
	padding: 10px;
	background-color: #edf7f7;
	border-radius: 8px;
	border-top: 1px solid #a3a1a1;
	border-left: 1px solid #a3a1a1;
	border-right: 4px solid #919191;
	border-bottom: 4px solid #919191;
	color: #545454;
}

.vol_more:hover {
	background: #e8f1f2;
	border-top: 3px solid #919191;
	border-bottom: 1px solid #a3a1a1;
	border-left: 3px solid #919191;
	border-right: 1px solid #a3a1a1;
	transition: all .3s;
}

div.tab_content {
	border: 3px solid #c47279;
	padding: 15px 5px;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}

ul.content_items_tab {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.content_items_tab li {
	background: #b2dfdd;
	border-left: 3px solid #b2dfdd;
	border-right: 3px solid #b2dfdd;
	border-top: 3px solid #b2dfdd;
	cursor: pointer;
	float: left;
	font-size: 110%;
	font-weight: 700;
	margin: 0 10px 0 0;
	padding: 5px 25px;
	border-radius: 10px 10px 0 0;
	height: 22px;
}

ul.content_items_tab li.select {
	background: #c47279;
	border-left: 3px solid #c47279;
	border-right: 3px solid #c47279;
	border-top: 3px solid #c47279;
	color: #fff;
	cursor: default;
	font-size: 120%;
	height: 22px;
}

.attention_comment {
	color: red;
	margin: 10px;
	text-align: left;
}

.progress {
	margin-bottom: 20px;
}

.progress ul {
	display: table;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

.progress li {
	display: table-cell;
	vertical-align: middle;
}

.progress_selected {
	background-color: #99d5d1;
	padding: 0 20px;
}

.progress_not_selected {
	background-color: #d6d6d6;
	color: #777;
	padding: 0 20px;
}

.idvBanner>.banner_btn {
	margin: 20px 1px;
	background: #6BC6BB;
	color: #fff;
	border: none;
	position: relative;
	height: 70px;
	font-size: 1.2em;
	/*ボタン幅に影響 1~1.2emがいいかと*/
	padding: 0 3em;
	/*ボタン幅に影響*/
	transition: 600ms ease all;
	outline: none;
	border: dashed 1px white;
	width: 240px;
}

.idvBanner>.banner_btn:hover {
	background: #fff;
	cursor: pointer;
}

.idvBanner>.banner_btn:hover p {
	color: teal;
}

.idvBanner>.banner_btn:active {
	background: #fff;
}

.idvBanner>.banner_btn:before,
.idvBanner>.banner_btn:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 2px;
	width: 0;
	background: white;
	transition: 400ms ease all;
	border: dashed 0px white;
}

.idvBanner>.banner_btn:after {
	right: inherit;
	top: inherit;
	left: 0;
	bottom: 0;
}

.idvBanner>.banner_btn:hover:before,
.idvBanner>.banner_btn:hover:after {
	width: 100%;
	transition: 600ms ease all;
	border-top: dotted 2px #1AAB8A;
}

.idvBanner>.banner_btn:active:before,
.idvBanner>.banner_btn:active:after {
	width: 100%;
	transition: 600ms ease all;
	border-top: dotted 2px #1AAB8A;
}

.question-attention {
	color: deeppink;
	padding-top: 6px;
	margin-top: 8px;
}
