/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #666;
	font-size: 13px;;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #ffffff;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

.img-border {
	border:1px solid #CCC;
}

a img {
	border: none;
}

a {
	text-decoration:none;
	color:#666;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
	color:#39F;
}

a:active, a:focus {
	text-decoration: none;
	color:#666;
}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	width: 900px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
 margin-bottom:15px;
 float:left;
}

.float-l {
	float:left;
}

.header-menu-top {
	float:left; margin-left:15px;
	background:url(https://img15.shop-pro.jp/PA01239/877/etc/red-dot1.png); background-position:left; background-repeat:no-repeat; padding-left:18px; height:17px; padding-bottom:2px;
}

.header-menu {
	float:left; margin-left:15px;
	background:url(https://img15.shop-pro.jp/PA01239/877/etc/white-dot1.png); background-position:left; background-repeat:no-repeat; padding-left:18px; height:17px; padding-bottom:2px;
}

.header-menu-r {
	float:right; margin-left:15px;
	background:url(https://img15.shop-pro.jp/PA01239/877/etc/white-dot1.png); background-position:left; background-repeat:no-repeat; padding-left:18px; height:17px; padding-bottom:2px;
}

/*　画面左側メニュー　*/
.side {
	float: left;
	width:200px;
}

.side-menu {
	margin-left:5px; float:left; width:190px;
}

.menu {
	display:block; width:190px; height:60px; border:1px solid #CCC; border-top:none;
}

.menu1 {
	display:block; width:190px; height:60px; border:1px solid #CCC; border-top:none; border-bottom:none;
}

.menu2 {
	display:block; width:190px; height:40px; border:1px solid #CCC; border-top:none;
}

.menu3 {
	display:block; width:190px; height:40px; border:1px solid #CCC; border-top:none; border-bottom:none;
}

.menu a {
	text-decoration:none;
	color:#666;
	display:block; width:190px; height:60px;
}

.menu a:hover {
	background-color:#f0f9fd;
	text-decoration:none;
	color:#39F;
	display:block; width:190px; height:60px;
}

.menu1 a {
	text-decoration:none;
	color:#666;
	display:block; width:190px; height:60px;
}

.menu1 a:hover {
	background-color:#f0f9fd;
	text-decoration:none;
	color:#39F;
	display:block; width:190px; height:60px;
}

.menu2 a {
	text-decoration:none;
	color:#666;
	display:block; width:190px; height:40px;
}

.menu2 a:hover {
	background-color:#f0f9fd;
	text-decoration:none;
	color:#39F;
	display:block; width:190px; height:40px;
}
.menu3 a {
	text-decoration:none;
	color:#666;
	display:block; width:190px; height:40px;
}

.menu3 a:hover {
	background-color:#f0f9fd;
	text-decoration:none;
	color:#39F;
	display:block; width:190px; height:40px;
}

.menu-txt1 {
	margin-left:8px; padding-top:9px; height:50px; width:180px; display:block
}

.menu-txt2{
	margin-left:8px; height:59px; width:180px; display:block
}

.menu-txt3{
	margin-left:8px; padding-top:8px; height:32px; width:180px; display:block
}


.left-side_title {
	background:url(https://img15.shop-pro.jp/PA01239/877/etc/side-menu_back.gif); background-repeat:no-repeat; clear:both; height:30px; margin-top:20px; float:left; width:190px; margin-left:5px; padding-top:6px;
}

.left-side_contents {
	margin-left:5px;
}

.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px solid #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px dotted #C3C3C3;
	border-bottom:1px dotted #C3C3C3;
	list-style-type:none;
	margin-bottom:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 680px;
	margin-left:15px;
}

.check_item {
	background:url(https://img15.shop-pro.jp/PA01239/877/etc/side-menu_back.gif); background-repeat:repeat-x; width:680px; height:30px; padding-top:5px;
}

.check_item-contents {
	float:left; width:120px; height:260px; margin-left:10px; margin-bottom:10px; margin-right:5px; font-size:12px;
}

.check_item-img {
	width:120px; height:120px;
}

.red {
	color:#C00;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

.sk_txt {
	text-align:left; padding:5px; font-size:13px; line-height:1.6; border-bottom:1px dotted #99CCFF;
}

.sk_title {
	font-weight:bold; color:#39F;
}

.sk_title a {
	color:#39F;
}
.sk_title a:visited active {
	color:#39F;
}

.sk_exp {
	border:1px dotted #99CCFF; text-align:left; padding:10px; line-height:1.6; margin:15px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
 background:url(https://img15.shop-pro.jp/PA01239/877/etc/footer_back.gif); background-repeat:repeat-x; background-position:bottom; height:80px;
}

.copy {
	text-align:center;
	font-family:10px;
	padding-top:15px;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
}
#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}

/* -------------------------------------
*     トップページ
* ------------------------------------- */
.infobox {
   height: 18em;
   overflow: auto;
   width:99%;
   list-style:none;
   padding-left:5px;
   scrollbar-base-color:#e5fdfd;
   scrollbar-face-color: #b4efef;
   scrollbar-arrow-color:#006;
   scrollbar-shadow-color: #e5fdfd;
   scrollbar-darkshadow-color: #e5fdfd;
 }
/* -------------------------------------
*     商品詳細
* ------------------------------------- */
.item_title-back {
	background:url(https://img15.shop-pro.jp/PA01239/877/etc/item_title-back.jpg); width:680px; height:37px; font-size:16px; font-weight:bold;
}

.item-title {
	padding-top:10px; padding-left:15px;
}

.pad10-0 {
	padding:10px 0px;
}

.txt-right {
	text-align:right; padding-right:10px;
}

.float-r {
	float:right;
}

.center {
	text-align:center;
}

.quick {
	background:url(https://img15.shop-pro.jp/PA01239/877/etc/side-menu_back.gif); padding:3px; text-align:center; display:block; width:140px; margin-left:10px;
}

.item_in-title {
	background:url(https://img15.shop-pro.jp/PA01239/877/etc/side-menu_back.gif); padding:3px; width:680x; height:37px; text-align:left
}
/* -------------------------------------
*    オプションページ
* ------------------------------------- */
.option_page {
	background:#def4ff; padding:5px; text-align:left; font-size:12px
}

/* -------------------------------------
*     フリーページ
* ------------------------------------- */
.txt16p {
	 font-size:16px;
}

.txt11p {
	font-size:11px;
}
.txt12p {
	font-size:12px;
}

.m-top20 {
	 margin-top:20px;
 }
 
.green {
	color:#396;
}

.bold {
	font-weight:bold;
}

.wblue {
	color:#39f;
}


.item-lineup-h120 {
	clear: both;
	margin-left: 15px;
	margin-top: 20px;
	width: 650px;
	float: left;
	height: 150px;
 }

.item_txt {
	float: left;
	width: 130px;
	height: 142px;
	margin-right: 10px;
	text-align: center;
	padding: 0px;
}

.clear {
	clear:both;
}

.item_txt-r {
	float:right; width:130px; height:142px; margin-left:10px; text-align:center;
}

.about-table {
	margin:0px 0px 0px 15px;
}


.back_wblue {
	background:#97e5fe;
}

.back_white {
	background:#FFF;
}

.back_333 {
	background:#333;
}

.back_gr {
	background:#CFC;
}

.pad_t20_b10 {
	padding:20px 5px 10px 5px; vertical-align:top;
}

.pad5 {
	padding:5px;
}

.m-top20 {
	 margin-top:20px;
 }

.m-left15 {
	margin-left:15px;
}
.page {
	text-align:right; clear:both; float:right; margin-top:20px; margin-right:35px; font-size:10px;
}

.orange {
	color:#F90;
}

.td0 {
	margin:0px; padding:0px; line-height:1.0;
}

.faq-q {
	margin-top:20px; margin-left:15px; margin-right:25px; background:#CFC; font-weight:bold; clear:both; padding:5px;
}

.faq-q2 {
	margin-top:20px; margin-left:15px; margin-right:25px; background:#CFF; font-weight:bold; clear:both; padding:5px;
}

.faq-a1 {
	border:1px solid #36F; padding:3px; background:#FFC; margin:20px 15px 15px 25px; float:left; width:20px; text-align:center;
}

.faq-a2 {
	margin-top:20px; margin-right:30px; margin-bottom:20px; float:left;
}

.right {
	text-align:right;
}

.blue {
	color:#111176;
}

/* -------------------------------------
*     スライダー
* ------------------------------------- */
.theme-default .nivoSlider {
	position: relative;
	background: #fff url(https://www.good-will.co.jp/slide/themes/default/loading.gif) no-repeat 50% 50%;
	margin: 0px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(https://www.good-will.co.jp/slide/themes/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/

.slider-wrapper {
	width: 902px;
	margin: 0px;
	height: 276px;
}
