* {
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	background:#FFF;
	color:#555;
	font-size:12px;
	font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;javascript:jf_UpperSubmit();
	letter-spacing: 0;
}

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


/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link    {color:#000; text-decoration: none;}
a:visited {color:#000; text-decoration: none;}
a:active  {color:#000; text-decoration: none;}
a:hover   {color:#666; text-decoration: underline;}

/*ショップタイトル-リンク色指定*/
#title a:link    {color: #000; text-decoration: none;}
#title a:visited {color: #000; text-decoration: none;}
#title a:active  {color: #000; text-decoration: none;}
#title a:hover   {color: #000; text-decoration: underline;}


/* -------------------------------------
 *	ページレイアウト
 * ------------------------------------- */

/*ページ中央の幅*/
#wrapper {
	width:990px;
	margin:0px auto;
	background:#FFF;
}

#header {
	width:100%;
}

#h-border {
	width:100%;
	background:#FFF;
	border-bottom:2px dotted #000;
	margin-bottom:30px;
}

#body {
}

#body .margin {
	margin:10px 10px 30px 5px;
}

#side {
	width:190px;
	float:left;
}

#main {
	margin-left:210px;
	}

#footer {
	width:100%;
	text-align:center;
}

#f-border {
	width:100%;
	background:#FFF;
	border-top:2px dotted #000;
	margin-top:20px;
}


#top-center {
	float: left;
	width: 580px;
}
#top-right {
	float: right;
	width: 160px;
	background:#EFEEED;
}


/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */
h1 {
	font-weight:normal;
	font-size:0.9em;
	padding-top:5px;
	margin:0px 10px 5px 10px;
}

h2 {
	font-weight:normal;
	font-size:0.9em;
	margin-left:5px;
	margin-bottom:10px;
}

h4 {
	font-weight:strong;
  	font-size:1.2em;
	margin:10px 0px 10px 0px;
}

h5 {
	font-weight:strong;
  	font-size:1.2em;
  padding: 0.5em;/*文字周りの余白*/
  background: #FFFFEE;/*背景色*/
  border-left: solid 6px #009872;/*左線*/
}


/* ------------------------------------- 
 *	商品画像のサイズ・装飾設定(商品画像のサイズは「画像サイズ設定」で行います)
 * ------------------------------------- */

/* 画像のボーダー */
img.border {
	border:1px #FAFAFA solid;
	background:#FFF;
	padding:5px;
}

/* メイン画像（大サイズ）*/
img.mainimg {
	margin:10px;
}

/* 商品のその他画像のサイズ */
img.thumnail {
	width:100px;
}

img {border:none;}
.small {font-size:10px;}
.right {text-align:right;}
.center {text-align:center;}



a img {
background:none!important;
}

a:hover img {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}


/* ************************************************ 
 *	ヘッダー（サイトタイトル、検索スペース、メニュー）
 * ************************************************ */
 
/* ------------------------------------- 
 *	ヘッダー内レイアウト
 * ------------------------------------- */

#header .margin {
	margin:10px 10px 0px 10px;
	}

/*ヘッダーメニューの背景 ヘッダーメニュー以外の位置調整*/
#header_menu {
	height:5px;
	text-align:right;
	padding-right:10px;
}

/*検索ボックス*/
#header #search {
	width:500px;
	float:right;
	text-align:right;
	padding-bottom:5px;
}

#header #title {
	padding-right:405px;
}


/* ------------------------------------- 
 *	ヘッダーメニュー（ホーム、マイカウント、お問い合わせ）
 * ------------------------------------- */

#header_menu ul {
	padding-top:5px;
	color:#555;
	font-weight:bold;
	font-size:0.9em;
	line-height: 150%;
}

#header_menu ul li{
	display:inline;
}

#header_menu ul li img {
	height:12px;
	margin-right:5px;
}

/*ヘッダーメニュー-リンク色指定*/
#header_menu a:link    {color:#999; padding:5px; background:#FFF; text-decoration:none;}
#header_menu a:visited {color:#999; padding:5px; background:#FFF; text-decoration:none;}
#header_menu a:active  {color:#999; padding:5px; background:#FFF; text-decoration:none;}
#header_menu a:hover   {color:#000; padding:5px; background:#FFF; text-decoration:underline;}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
#header #search .title {
	height:12px;
	background:;
	background-position:;
}

#search select,input {
	margin-left:8px;
}
#search .button {
	width:20px;
	height:20px;
	margin-left:3px;
}


/* ************************************************ 
 *	フッター（メニュー、コピーライト）
 * ************************************************ */

#footer_menu {
	font-size:0.9em;
	margin-bottom:10px;
	padding-top:15px;
}

address {
	font-size:0.9em;
	font-style:normal;
	padding-bottom:20px;
}



/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */
 

/* ------------------------------------- 
 *	レフトメニュー（おすすめ商品、売れ筋商品、カテゴリのリスト）
 * ------------------------------------- */

#leftemenu {
	background:;
	margin-bottom:10px;
}

#leftemenu h3 {
	margin:5px 0px;
	padding:5px 0px;
	border-bottom:1px #CCCCC0 solid;
	color:#000;
	font-size:1.4em;
	font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
	font-weight:normal;
}

#leftemenu ul {
	margin:0px 5px;
	list-style: none outside;
}

/* リスト部分 */
#leftemenu ul li {
	border-bottom:1px #CCCCC0 dotted;
}

#leftemenu ul li a {
	line-height:2.3em;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	background: #FFF;
	color: #000;
}

#leftemenu ul li a:link {
	color: #000;
}

#leftemenu ul li a:visited {
	color: #000;
}

#leftemenu ul li a:active {
	color: #000;
}

#leftemenu ul li a:hover {
	background: #2E8484;
	color: #FFF;
}



/* ------------------------------------- 
 *	サイドイメージ
 * ------------------------------------- */

#sideimage {
	background:;
	margin-bottom:10px;
}


#sideimage ul {
	margin:5px 0px;
	list-style: none outside;
}


/* リスト部分 */
#sideimage  li {
}

#sideimage  li img {
	margin-bottom:10px;
}


#sideimage ul li a {
}

#sideimage ul li a:link {
}

#sideimage ul li a:visited {
}

#sideimage ul li a:active {
}

#sideimage ul li a:hover {
}




/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */


/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */


.grayzone {
	background:url(https://img.shop-pro.jp/tmpl_img/24/grayzone.gif) repeat-y;
	margin-bottom:10px;
}

.grayzone .top {
	background:url(https://img.shop-pro.jp/tmpl_img/24/grayzone_top.gif) no-repeat;
	background-position:left top;
}
.grayzone .bottom {
	background:url(https://img.shop-pro.jp/tmpl_img/24/grayzone_bottom.gif) no-repeat;
	background-position:left bottom;
}

.grayzone dt {
	font-weight:bolder;
	background:#FFF;
	border:1px #0066FF solid;
	margin-bottom:5px;
	padding-top:3px;
}

.grayzone dl {margin:0px 5px;}

.grayzone dt img {margin:2px 5px;}

.grayzone dd #btn_members_login,
.grayzone dd #btn_members_signup,
.grayzone dd #btn_members_logout {
	text-align:center;
}

.grayzone dd #btn_members_signup {
	padding-top:7px;
	margin-top:7px;
	border-top:2px #FFF dotted;
}

.grayzone dd #btn_members_signup span,
.grayzone dd #btn_members_logout span {
	font-size:10px;
	line-height:1.1em;
	display:block;
	padding-bottom:5px;
}


/* ------------------------------------- 
 *	カートの中身を見る
 * ------------------------------------- */
dl#cart {
	border-bottom:2px #0098CC solid;
}

dl#cart dt {
	background:#0098CC url(https://img.shop-pro.jp/tmpl_img/24/round_cart.gif) no-repeat;
	background-position:left top;
	text-align:center;
	padding-top:5px;
}

dl#cart dd {
	border-left:2px #0098CC solid;
	border-right:2px #0098CC solid;
	padding:2px 3px 2px 7px;
}

/* ------------------------------------- 
 *	店主のコーナー
 * ------------------------------------- */

dl#owner {
	border-bottom:2px #6C798F solid;
}

dl#owner dt {
	background:#6C798F url(https://img.shop-pro.jp/tmpl_img/24/round_owner.gif) no-repeat;
	background-position:left top;
	text-align:center;
	padding:5px 0;
}

dl#owner dd {
	border-left:2px #6C798F solid;
	border-right:2px #6C798F solid;
	padding:2px 3px 2px 7px;
}

/* ------------------------------------- 
 *	トラックバック、フリースペースのリスト
 * ------------------------------------- */

dl#list dt {
	font-weight:bolder;
	margin-bottom:5px;
}

dl#list dd {
	padding-left:17px;
	margin-bottom:3px;
	background:url(https://img.shop-pro.jp/tmpl_img/24/dd_arrow.gif) no-repeat;
	background-position:1px 6px;
}

div.border {
	border-top:2px #6C798F dotted;
	padding-bottom:5px;
	background:none;
}

/* ------------------------------------- 
 *	メールマガジン登録・解除
 * ------------------------------------- */

dl#mailmaga {
	border:1px #6C798F solid;
}

dl#mailmaga dt {
	border-bottom:1px #6C798F dotted;
	margin:5px;
	font-weight:bolder;
}

dl#mailmaga dd {
	text-align:center;
	margin-bottom:5px;
}

/* ------------------------------------- 
 *	feed
 * ------------------------------------- */
#feed {
	text-align:center;
	}
#feed img {
	width:57px;
	height:15px;
	margin:5px;
	}


/* ************************************************ 
 *	メインエリア
 * ************************************************ */

table.box {
	width:99.5%;
	margin:0px auto 20px auto;







	}

/* ------------------------------------- 
 *	各タイトル（おすすめ商品、売れ筋商品、サブカテゴリー)
 * ------------------------------------- */
.main_title {
	margin-bottom:10px;
	margin-top:15px;
	margin-bottom:10px;
	border-bottom:1px #CCCCC0 solid;
	font-size:1.4em;
	font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	line-height:2.3em;
	color:#000;
}


.main_title .title img {margin-top:;}


.top_title {
	margin-top:15px;
	margin-bottom:10px;
	border-bottom:1px #CCCCC0 solid;
	font-size:1.4em;
	font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
	font-weight:normal;
	line-height:2.3em;
	color:#000;
}



/* ------------------------------------- 
 *	お知らせエリア
 * ------------------------------------- */

div.info {
	line-height: 1.7;
	margin-bottom:10px;
	font-size:0.9em;
}

div.info a:link    {color:#000; text-decoration: none;}
div.info a:visited {color:#000; text-decoration: none;}
div.info a:active  {color:#000; text-decoration: none;}
div.info a:hover   {color:#666; text-decoration: underline;}

div.info dl {
	width:570px;
}

div.info dt {
	font-weight: bold;
	float:left;
	width:80px;
	clear:both;
	padding:5px;
}

div.info dd {
	float:right;
	width:470px;
	padding:5px;
	border-bottom:1px #CCCCC0 dotted;
	 /float:none;
	 /margin-left:100px;
	 /width:auto;
}


/* ------------------------------------- 
 *　フリースペース
 * ------------------------------------- */

.free_space {
	border:1px #CCC solid;
	padding:10px;
}

/* ------------------------------------- 
 *	パンくずナビ
 * ------------------------------------- */

.pankuzu {
	font-size:0.8em;
	margin-bottom:15px;
	}


/* ------------------------------------- 
 *	アイテムエリアの設定（商品を複数個横に並べる表示の設定）
 * ------------------------------------- */

.itemarea {
	margin:5px 15px;
	width:150px;
	float:left;
	text-align:left;
	font-size:0.9em;
}


.itemarea_top {
	margin:5px 15px;
	width:150px;
	float:left;
	text-align:left;
	font-size:0.9em;
}



/* ------------------------------------- 
 *	ランキングの設定（商品をたてに1個並べる表示の設定）
 * ------------------------------------- */

.rankingbox{
	display:block;
	margin:5px 0 10px 0;
	width:100%;
	padding-bottom:10px;
	border-bottom:1px #FFF dotted;
	font-size:0.9em;
	}

.rankingimg{
	width:90%;
	}

img.pbimgl{
	float:left;
	height:100px;
	padding:0 10px 0 0;
	}

.rankingbox:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	}


.rk-expl{
	}

.rk-price{
	font-weight: bold;
	}




.ranking-item {
	margin:10px;
	padding:20px;
	width:100%;
	float:left;
	text-align:left;
}

.ranking-menu {
	padding:2px 5px;
	background: #000;
	color: #FFF;
	font-size:1.4em;
	font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
	font-weight:normal;
}


/* ------------------------------------- 
 *	価格の表示 トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
	font-weight: bold;
}

.price_top {
	padding:0px;
	font-weight: bold;
}

.discount_rate_top {
	padding:2px 0px 0px;
	color:#ff8000;
}

.soldout {
	display:block;
	color:#ff0000;
	font-weight: bold;
	display: block;
	padding:1px 0px;
}

.right_announce {
	margin:5px;
	font-size:0.8em;
}


/* ************************************************ 
 *	商品一覧・検索結果・詳細ページ
 * ************************************************ */

/* ------------------------------------- 
 *	商品一覧・検索結果//アイテムリストの設定（一行表示の設定）
 * ------------------------------------- */

table.list {
	width:99.5%;
	border-top:1px #0098FF solid;
	border-bottom:1px #0098FF solid;
}

table.list td {padding:10px 5px;}

/* 商品の名前 */
table.list div.name {
	margin-right:100px;
}

/* 商品の値段 */
table.list div.price {
	color:#00CBCC;
	width:150px;
	float:right;
	text-align:right;
}
/* 商品の簡易説明 */
table.list {margin-top:10px;}


/* 並び順 */
.sort {
	text-align:right;
	margin-bottom:5px;
	font-size:0.9em;
}
.sort span,strong {
	padding:0px 7px;
}

/* ページナビ（全 [*] 商品中 [*-*] 商品を表示しています。） */
.pagenavi {
	margin:5px 0;
	font-size:0.9em;
}

.pagenavi span {
	padding:0px 7px;
	color:#999;
}

/* ------------------------------------- 
 *	商品一覧・検索結果・詳細ページ共通
 * ------------------------------------- */

/* カテゴリーの名前 */
.category_title {
	border-left:#555 10px solid;
	background-position:6px;
	font-size:1.3em;
	font-weight:bold;
	padding:2px 10px;
}


dd#group-list {
	border-top:#FFF dotted 2px;
	padding:0px;
	margin:0px;
	height:1px;
	line-height:0px;
}

.group-list-link {
	margin:5px 0px 0px;
}

/* ************************************************ 
 *	商品一覧ページ
 * ************************************************ */

/* 会員価格の表示 商品一覧用 */
.regular_price_all {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_all {
	padding:0px;
}

.discount_rate_all {
	padding:2px 0px 0px;
	color:#ff0000;
}




/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
div.ci {
	margin-bottom: 20px;
	}

div.ci div.title {
	background: url("https://img02.shop-pro.jp/PA01129/743/etc/dd_arrow.gif") no-repeat scroll left center transparent;
	border-bottom:1px #CCCCC0 dotted;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 15px;
	}

div.checkitem {
	margin:0 0 10px 0;
	float:left;
	padding: 0 15px 0 2px;
	width: 100px;
	font-size:0.85em;
	}

div.checkitem .ci_img {
	width:90px;
	border:1px #EEEEEE solid;
	background:#FFF;
	padding:5px;
	}







/* ************************************************ 
 *	商品詳細ページ
 * ************************************************ */

div.detail {margin:10px 0;}

div.detail_img {width:62%;text-align:left;float:left;}

/* ------------------------------------- 
 *	商品のスペック表
 * ------------------------------------- */

table.spec {
	background:#FFF;/*商品価格表-罫線の色*/
	width:38%;
	margin-top:10px;
}

table.spec th {
	background:#FFF;/*商品価格表左側セルの背景色*/
	padding:5px;
	width:100px;
	color:#333;/*商品価格表左側セルの文字色*/
	font-weight:bold;
	text-align:left;
}

table.spec td {
	background:#FFF;/*商品価格表右側セルの背景色*/
	padding:5px;
}

table.spec table.num td {padding:0px;}

table.spec td.sales {
}

table.spec td.stock {
	color:red;
	font-weight:bolder;
}

/* 「カートに入れる」ボタン */
div.cart_in {
	margin:15px 0px;
}
div.cart_in img {
}

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

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

/* 商品の説明 */
div.explain {
	margin:10px 0;
	line-height:2;
}

div.explain a {
	text-decoration: underline;
}

/* 「この商品について問い合わせる」等のボタン */
div.etc {
	text-align:center;
	margin-top:10px;
}
div.etc img {
margin:5px;
	}

/* 会員価格の表示 商品詳細用 */
.regular_price_detail {
	padding:0px 0px 2px;
	text-decoration:line-through;
}

.price_detail {
	padding:0px;
}

.discount_rate_detail {
	padding:2px 0px 0px;
	color:#ff0000;
}

/* ------------------------------------- 
 *	商品詳細 - リンク各種
 * ------------------------------------- */


ul.btn {
	font-size:0.9em;
	border-top:1px #CCCCC0 dotted;
	margin: 10px 0px 20px;
	list-style-type:none;
	list-style-image:none;
	padding: 10px 0px 0px 10px;
}

ul.btn li {
	margin: 0px 0px 2px;
	line-height: 1.6em;
	list-style-type:none;
	list-style-image:none;
	padding: 0px 0px 0px 16px;
	background: url(https://img02.shop-pro.jp/PA01129/743/etc/dd_arrow.gif) no-repeat left center;
}

.giftpackage {
	background: #eee;
	padding:10px;
}

.giftpackage a {
	text-decoration: underline;
}


/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

div.tb {margin-bottom:20px;}

div.tb div.title {
	font-size:11px;
	background:url(https://img.shop-pro.jp/tmpl_img/24/dd_arrow.gif) no-repeat left center;
	padding-left:15px;
}

/*ベージュの背景色エリア*/
div.area_bg {
	background:#FFF;
	margin:0px 10px 0px 10px;
}

/*トラックバック本文レイアウト*/
div.tb div.tb_area {
	padding:10px 15px 15px 15px;
}

div.tb div.tb_area span {
	font-size:10px;
	color:#6C798F;
	margin-right:30px; 
}

div.tb div.tb_area p.tb_title {
	border-top:1px dotted #6C798F;
	font-weight:bolder;
	padding:5px 0;
}


/* ************************************************ 
 *	商品検索結果
 * ************************************************ */

.search_result {
	margin:5px 20px 20px 20px;
}

/*検索条件の文字の色*/
.search_result strong {
	color:#2E8484;
}

/* 会員価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_search {
	padding:0px;
}

.discount_rate_search {
	padding:2px 0px 0px;
	color:#ff0000;
}



/* ************************************************ 
 *	その他のページ
 * ************************************************ */

/* ------------------------------------- 
 *	オプション在庫・値段表
 * ------------------------------------- */

div#option {
	padding:10px;
	background:#FFF;
}

table.option {
	margin:20px auto;
	background:#CCC;
	}


table.option th {
	background:#DDD;
	text-align:left;
	font-weight:normal;
	border:2px solid #FFF;
}


table.option td {
	background:#FFF;
	padding:3px;
	}

.option_btn {
	text-align:center;
	}

/* 会員価格の表示 オプション用 */
.regular_price_stock {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_stock {
	padding:0px;
}

.discount_rate_stock {
	padding:2px 0px;
	color:#ff0000;
}


/* ------------------------------------- 
 *	特定商取引法に基づく表記
 * ------------------------------------- */

table#shop {
	width:90%;
	margin:10px auto 20px auto;
	border:1px #CCC solid;
}

table#shop td,th {padding:5px;}

table#shop th {
	width:150px;
	background:#EFEEED;
	text-align:left;
	font-weight:normal;
}

/* ------------------------------------- 
 *	支払い方法・配送方法について
 * ------------------------------------- */

.sk {
	width:90%;
	margin:10px auto 20px auto;
	border:1px #CCC solid;
	}

.sk .title_sp {
	padding:2px;
	}
	
.sk .title {
	font-weight:bolder;
	background:#EFEEED;
	padding:5px;
	}

.sk .title img {margin:3px;}

.sk .note {
	padding:5px;
	}

.payment_img {
	margin:3px;
	}

/* ------------------------------------- 
 *	プライバシーポリシー
 * ------------------------------------- */

div#privacy {
	margin:10px 20px 20px 20px;
	border:1px #CCC solid;
}

div#privacy .title_sp {
	padding:2px;
	}

div#privacy .title {
	font-weight:bolder;
	background:#EFEEED;
	padding:5px;
}


div#privacy .note {
	padding:5px;
}


/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     width:90%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     text-align:left;
     background:#FFF;
     font-size:0.95em;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     font-size:0.85em;
}
.stock_zero {
     color:red;
}


/* -------------------------------------
*     フリーページ　Q and Aリスト
* ------------------------------------- */


#QA dl{
    margin:40px;
     line-height:1.8em;
     overflow: hidden;
     _zoom: 1;
}

#QA dl dd,
#QA dl dt{
     text-indent: -2.6em;   
     padding: 0 20px 0px 50px;
}

#QA dl dt{
     margin:20px 20px 0 0;
     color:#333399;
}

#QA dl dd:first-letter,
#QA dl dt:first-letter{
     font-size: 1.4em;
     font-weight: bold;
     margin-right:10px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}


#QA dl dd{
     margin: 20px 0 -1px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}


#QA dl dt:first-letter{
     color: #333399;
}
#QA dl dd:first-letter{
     color: #990033;
}


#QA p{
     line-height:1.8em;
}


#QA ul {
     margin-left:30px;
     line-height:1.8em;
     list-style-type : square; 
}
#QA ul li{
}


/* ------------------------------------- 
 *	トップページ - Slider
 * ------------------------------------- */

.slider {
	position: relative;
	margin-bottom: 40px;
}

.bx-wrapper {
	z-index: 0;
}

.bx-wrapper img {
	width: 100%;
	height: auto;
}

.slider .bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	left: 0 !important;
	border: none !important;
}

.slider .bx-wrapper .bx-caption {
	background: #000000;
	background: rgba(0, 0, 0, 0.60);
}

.slider .bx-wrapper .bx-caption span {
	font-size: 14px;
	padding: 10px 10px 10px 20px;
}


.box-news {
    padding: 0 0 5em 5em;
    margin: 2em 0;
}
.box-news p {
    margin: 0; 
    padding: 0;
}

.box-news dl {
}

.box-news dt {
	font-weight: bold;
	float:left;
    padding: 1em 0 0 0;
}

.box-news dd {
  margin-left: 80px;
  padding: 1em 0 2em 2em;
  border-bottom:1px #CCCCC0 dotted;
}




ul.list1 {
  border: dotted 1px;/*ドット 色 太さ*/
  padding: 1em 1em 1em 3em;
}

ul li.list1 {
  padding: 0.5em 0;
}




