* {
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	color:#4c4c4c;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFF0 ;
}

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


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

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

/*ショップタイトル-リンク色指定*/
#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: #666; text-decoration: none;}


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

/*ページ中央の幅*/

#header {
	margin: 0 auto;
	padding: 0;
	width:900px;
}

#body {
	margin: 10px auto 10px auto;
	padding: 0;
	width:900px;
}
#body:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
*:first-child+html #body{  
	zoom: 100%;  
}

#side {
	width:220px;
	float:left;
	margin: 0;
	padding: 0 20px 0 20px;
}

#main {
	float: right;
	margin: 0;
	padding: 0 10px 0 10px;
	width: 620px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#footer {
	clear: both;
	margin: 0 auto 35px auto;
	padding: 0;
	width:900px;
}

/* -------------------------------------
 *	文字の大きさ
 * ------------------------------------- */
 #main p{
	margin: 0 0 35px 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.6;
}
 

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

/* 画像のボーダー */
img.border {
	border:1px #CCC solid;
}

/* メイン画像（大サイズ）*/
img.mainimg {
	border:1px #CCC solid;
	margin-bottom:10px;
}

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

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


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

/*ヘッダーメニューの背景*/
#header_menu {
	float: right;
	margin: 5px 0;
	text-align:right;
	width: 600px;
}


#header #title {
}
#header #title img{
	margin: 0px 0 5px 15px;
	padding: 0;
}

#header_menu ul {
	padding-top:2px;
}

#header_menu ul li{
	display:inline;
	padding: 2px 5px;
	font-size: 0.75em;
	border-right:1px solid #898575;
}
#header_menu ul li a{
	padding: 3px;
	color: #5c5950;
	text-decoration: none;
	background-color: #fff;
}
#header_menu ul li a:hover{
	color: #ffb904 !important;
}

/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */
h1 {
	color:#000;
	font-size:22px;
	margin:10px 0 10px 0;
	padding:5px;
	color:#fff;
	background-color: #000;
}


/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
#header #search .title {
	height:20px;
	background:url(https://img.shop-pro.jp/tmpl_img/17/search_title.gif) no-repeat;
	background-position:left top;
}

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


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

#footer h3 {
	margin:10px 0 5px 0;
	padding:0;
	font-size: 1em;
	line-height: 1.6;
}

#footer h3 span{
	font-size: 0.75em;
}
#footer p {
	margin:0px 0 10px 0;
	padding:0;
	font-size: 0.75em;
	line-height: 1.6;
}
#footer_menu{
	font-size: 0.9em !important;
}
#footer_menu a{
	text-decoration: none;
}
#footer_menu a:hover{
	text-decoration: underline;
}


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

dl {
	margin-bottom:10px;
}

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

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

/* リストのタイトル部分（四角の枠） */
#grayzone dt {
	font-weight:bolder;
	background:#FFF;
	border:1px #FF9900 solid;
	margin-bottom:5px;
	padding-top:3px;
}

/* リスト部分（左端にオレンジ色の丸の画像） */
#grayzone dd {
	background:url(https://img.shop-pro.jp/tmpl_img/17/dd.gif) no-repeat;
	background-position:0px 6px;
	padding-left:12px;
	margin-bottom:3px;
}

#grayzone dd.sp {
	background:none;
	border-top:2px #FFF dotted;
	padding:0px;
	margin:3px;
}


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

.grayzone dt {
	font-weight:bolder;
	background:#FFF;
	border:1px #FF9900 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 {
	margin-bottom:35px;
	border-bottom:3px #000 solid;
	padding-bottom:10px;
}

dl#cart dt {
	text-align:center;
	padding-top:5px;
}

dl#cart dd {
	font-size:0.8em;
	border-bottom:1px #CC3300 dotted;
	padding:2px 3px 2px 7px;
}
dl#cart dd a{
	text-decoration:none;
}

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

dl#owner {
	border-bottom:2px #8F826C solid;
}

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

dl#owner dd {
	border-left:2px #8F826C solid;
	border-right:2px #8F826C 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/17/dd_arrow.gif) no-repeat;
	background-position:1px 6px;
}

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

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

dl#mailmaga {
	border:1px #8F826C solid;
}

dl#mailmaga dt {
	border-bottom:1px #8F826C 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: 0 0 10px 0;
	height:32px;
}

.main_title .point {
	height:27px;
	width:20px;
	float:left;
	background:url(https://img.shop-pro.jp/tmpl_img/17/main_title_point.gif) no-repeat;
	background-position:left;
}

.main_title .title {
	height:27px;
	margin-left:20px;
	background:url(https://img.shop-pro.jp/tmpl_img/17/main_title_right.gif) no-repeat;
	background-position:right;
}
.main_title .title img {margin-top:6px;}

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

div.info {
	color:#996633;


	margin-bottom:20px;
}

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

.free_space {
	margin: 0 0 35px 0;
	padding: 0;
}


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

.pankuzu {
	margin:10px 0 20px 0;
	padding: 5px;
	font-size: 0.75em;
	line-height: 1;
	border: 1px solid #ccc;
}
.pankuzu a{
	text-decoration: none;
}
.pankuzu a:hover{
	text-decoration:underline;
}

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

.itemarea {
	margin:5px 0;
	width:20%;
	float:left;
	text-align:center;
	font-size: 0.8em;
}

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

.price_top {
	padding:0px;
}

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


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

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

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

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

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

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


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

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

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

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

/* カテゴリーの名前（背景：薄オレンジ） */
.category_title {
	margin: 20px 20px 20px 20px;
	padding: 0 0 5px 0;
	color:#333; /*商品カテゴリー名・商品名文字色(商品詳細・商品一覧結果共通)*/
	font-weight:bolder;
	border-bottom:1px solid #000;
}

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.detail {margin:10px 0;}

div.detail_img {width:100%;text-align:center;}

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

table.spec {
	background:#CCC;/*商品価格表-罫線の色*/
	width:100%;
}

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

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

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

table.spec td.sales {
	color:#CC0000;/*商品価格表-販売価格の文字色*/
	font-weight:bolder;
}

/* 「カートに入れる」ボタン */
div.cart_in {
	text-align:right;
	margin-top:10px;
}
div.cart_in img {
	width:132px;
	height:34px;
}

/* 商品の説明 */
div.explain {
	margin:10px 0;
	font-size: 0.8em;
	line-height: 1.6;
}

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

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

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


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

.price_detail {
	padding:0px;
}

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

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

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

div.tb div.title {
	color:#8F826C;
	font-size:14px;
	background:url(https://img.shop-pro.jp/tmpl_img/17/arrow.gif) no-repeat;
	background-position:left;
	border-bottom:2px dotted #8F826C;
	padding-left:15px;
	margin-bottom:10px;
}

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

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

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

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


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

.search_result {
	margin:5px 0px 20px 0px;
	padding: 10px;
	font-size: 0.75em;
	border: 1px solid #ccc;
}

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

/* 会員価格の表示 商品検索結果用 */
.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;
	font-size: 0.8em;
	line-height: 1.6;
	border:1px #CCC solid;
}

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

table#shop th {
	white-space: nowrap;
	width: 1%;
	background:#DDD;
	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:#DDD;
	padding:5px;
	}

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

.sk .note {
	padding:5px;
	}

.payment_img {
	margin:3px;
	}


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

div#privacy {
	margin:10px 20px 20px 20px;
	font-size: 0.8em;
	line-height: 1.6;
	border:1px #CCC solid;
}

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

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


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


/* ------------------------------------- 
 *	USER
 * ------------------------------------- */
.table-company{
	margin: 0px 0px 35px 0px;
	padding:0;
	width: 580px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-company th{
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	width:1%;
	white-space:nowrap;
}
.table-company td{
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.6;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}

.dl-map{
	margin:0 0 35px 0;
	padding:0 0 0 320px;
	background:url(https://img16.shop-pro.jp/PA01098/580/etc/bg_dl-map.jpg) no-repeat;
	background-position:left bottom;
	min-height:235px;&#8232;	height: auto !important;&#8232;	height: 235px;
}
.dl-map dt{
	margin:0 0 10px 0;
	padding:20px 5px 5px 5px;
	font-size:1em;
	font-weight:bold;
	line-height:1;
	color:#000;
	border-bottom: 3px solid #000;
}
.dl-map dd{
	margin:0 0 0px 0;
	padding:5px;
	font-size:0.9em;
	line-height:1.6;
}
.white-box {
	margin: 0 0 35px 0;
	padding:10px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border:1px solid #ccc;
}
.white-box h2{
	margin-bottom: 20px;
	color: #000;
}
.yellow-box p{
	color: #4c4c4c;
}
.yellow-box {
	margin: 0 0 10px 0;
	padding:10px;
	background-color: #ffb904;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.yellow-box h2{
	margin-bottom: 20px;
	color: #fff;
}
.yellow-box p{
	color: #fff;
}


.table-soy-sauce{
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-soy-sauce th{
	padding: 10px 0px;
	font-size: 1em;
	line-height: 1.5;
	color: #fff;
	width: 33%;
	text-align: center;
}
.table-soy-sauce td{
	padding: 5px 8px 20px 8px;
	font-size: 0.8em;
	line-height: 1.5;
	color: #000;
	width: 33%;
	vertical-align: top;
}
.side-box {
	margin: 0 0 10px 0;
	padding:10px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.side-box h3{
	margin:0 0 10px 0;
	padding:0;
	line-height: 1;
}

.side-box p{
	margin:0;
	padding:0;
	font-size:0.75em;
	line-height:1.5;
}

#category-list{
	margin:0 0 35px 0;
	padding:0;
}
#category-list dd a{
	display:block;
	padding:5px 0 5px 5px;
	font-size:13px;
	color:#000;
	border-bottom:1px dotted #afaa95;
	text-decoration:none;
}
#category-list dd a:hover{
	color:#ffb904;
	background-color:#FFF;
}
.bg-intro{
	background:url(https://img16.shop-pro.jp/PA01098/580/etc/bg_p_intro.jpg) no-repeat;
	background-position:right bottom;
	padding-right:250px !important;
	padding-bottom:5px !important;
}
.caution_1{
	color:#C00;
}

#shopping-guide{

}
#shopping-guide dt{
	margin:0 0 5px 0;
	padding:5px;
	font-size:0.8em;
	font-weight:bold;
	border-bottom:1px dotted #afaa95;
}
#shopping-guide dd{
	margin:0 0 35px 0;
	padding:5px;
	font-size:0.75em;
	line-height:1.5;
	border:1px dotted #afaa95;
}



.souryou{
	margin: 0px 0px 0px 0px;
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
}
.souryou th{
	padding: 3px;
	border:1px #afaa95 solid;
	background: #F5F5F5;
	font-size:1em;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	white-space:nowrap;
}
.souryou td{
	padding: 3px;
	font-size:1em;
	line-height:1.5;
	border: 1px #afaa95 solid;
	text-align: left;
}
.nowrap{
	white-space:nowrap !important;
}
.td-center{
	text-align:center !important;
}

#ticker{
	margin: 0 0 10px 0;
	padding: 10px;
}
#ticker li{
	margin: 0 0 3px 0;
	padding: 3px 0;
	font-size: 0.8em;
	line-height: 1.4;
	border-bottom: 1px dotted #f3f1e2;
	list-style: none;
}
#ticker li a{
	color: #e19e19;
	text-decoration: none !important;
}
#ticker li a:hover{
	color: #ffb904;
}
#ticker p{
	margin: 0 10px 0px 10px;
	padding-bottom: 10px;
}
.img-fl{
	float: left;
	padding: 0 5px 2px 0;
}
.new-info{
	margin: 0 0 35px 0;
	padding: 0;
	height: 120px;
	overflow: auto;
}
.new-info dt{
	margin: 0;
	padding: 3px;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1;
	color: #000;
}
.new-info dd{
	margin: 0 0 10px 0;
	padding: 3px;
	font-size: 0.75em;
	line-height: 1;
}

#banner{
	margin: 0;
}
#banner ul{
	margin: 0;
	padding: 0;
}
#banner ul li{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}
#banner ul li a{
	line-height: auto;
}
.links{
	margin: 0 0 35px 0;
	padding: 0;
}
.links li{
	margin: 0 0 3px 0;
	padding: 3px 0;
	font-size: 0.9em;
	line-height: 1;
	list-style: none;
}
.links li a{
	text-decoration: none;
}
.links li a:hover{
	text-decoration:underline;
}

.details{
	margin: 0px 0px 35px 0px;
	padding:0;
	font-size: 0.8em;
	width: 620px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.details th{
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	width:1%;
	white-space:nowrap;
}
.details td{
	padding: 5px;
	line-height: 1.6;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}
.pagetop{
	margin-bottom: 35px;
	font-size: 0.8em;
	text-align: right;
}
.pagetop a{
	padding: 5px;
	color: #fff !important;
	background-color: #000;
	text-decoration: none;
}
.pagetop a:hover{
	background-color: #ffb905;
	text-decoration: none;
}
.outline{
	padding: 20px !important;
	font-size: 0.8em !important;
	line-height: 2 !important;
	color: #000;
	background-color: #ffb904;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.cool{
	margin: 0 0 35px 0;
}
.cool dt{
	margin: 0 0 10px 0;
	padding: 0;
}
.cool dd{
	margin: 0 0 0 0;
	padding: 5px;
	color: #6289c6;
	background-color: #d0daed;
}
.cool ul{
	margin: 0 0 5px 0;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.6;
	list-style-position: inside;
	border:3px double #fff;
}
