* {
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	color:#666;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.8;
}

.img_sp{
display:none;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}
.wy{clear:both; height: 0px;}
.tj{clear:both; height: 0px;}
.tj2{clear:both; height: 20px;}
#sepa{clear:both; height: 0px;}

.clear {
	height: 0px;
	clear: both;
}

.clear20 {
	height: 20px;
	clear: both;
}

hr {
	display: none;
}

/* clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div { zoom: 1;/*for IE 5.5-7*/ } 


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

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;}


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

/*ページ中央の幅*/
#wrapper {
	width:955px;
	/*******width:800px; 初期モードで設定 *******/
	margin:0px auto;
	background:#FFF;
}

#header {
	/*******width:100%;*******/
	width: 955px;
	padding-bottom: 10px;
	position: relative;
	height: 110px;
	background-image: url(https://www.kourantei.com/store/images/head_bg.gif);
	background-repeat: no-repeat;
	background-position: left 25px;
}

#header h1{
	margin-top:40px;
	position:relative;
	width:187px;
	height:55px;
	float:left;
}
#header p{
	position:absolute;
	right:0;
	top:60px;
	width:153px;
	height:13px;
}

#body {
}

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

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

#main {
	float:right;
	position:relative;
	/*margin-left:220px;*/
	width:730px;
	}

#footer {
	width:100%;
	background:#000;
	height:77px;
	padding-bottom:10px;
	
}

#footer ul{
	width:420px;
	margin-top:20px;
	float:right;
	text-align:right;
}

#footer ul li{
list-style:none;
float:left;
margin-left:15px;
font-size:12px;
color:#FFFFFF;
	
}


#footer ul li a{
	color:#FFFFFF;
	text-decoration:none;
}


#footer ul li a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

.cop{
clear:both;
text-align:right;
margin:5px 0px 5px auto;
font-size:11px;
color: #887c6d
}


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

/* 画像のボーダー */
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 {text-align:right;}
.center {text-align:center;}


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

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

/*ヘッダーメニューの背景*/
#header_menu {
	height:32px;
	background: url(https://www.kourantei.com/store/images/menu_bg.jpg) no-repeat;
	text-align:right;
	margin-bottom:5px;
	border-top:1px solid #f6f6f6;
}

/*検索ボックス*/
#header #search {
	width:220px;
	float:right;
	background:#ecebe7/* url(https://img.shop-pro.jp/tmpl_img/17/search.gif) no-repeat*/;
	background-position:left bottom;
	padding-bottom:10px;
}

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

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




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

#header_menu ul {
	padding-top:0px;
	padding-bottom:0px;
	
}

#header_menu ul li{
	display:inline;
	margin:0px;
	padding:0px;
}

#header_menu ul li img {
	margin:0px;
	padding:0px;
	

}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
#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:8px;
}
#search .button {
	width:50px;
	height:20px;
	margin-left:3px;
}


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

#footer_menu {
	border-top:1px #CCC solid;
	margin-bottom:10px;
	padding-top:10px;
}

address {
	font-style:normal;
	margin:10px;
}


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

dl {
	margin-bottom:10px;
} 

/* ------------------------------------- 
 *	灰色の部分（おすすめ商品、売れ筋商品、カテゴリのリスト）
 * ------------------------------------- */

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

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

#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 {
	/*background:url(https://img.shop-pro.jp/tmpl_img/17/grayzone.gif) repeat-y;*/
	margin-bottom:10px;
}

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

.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 {
	
}

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

dl#cart dd {

	padding:2px 3px 2px 7px;
}

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

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 {
	height:27px;
	background:url(https://img.shop-pro.jp/tmpl_img/17/main_title.gif) repeat-x;
	background-position:left;
}

.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 {
	border:2px #CCC solid;
	padding:10px;
}

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

.pankuzu {margin-bottom:20px;}


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

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

/* ------------------------------------- 
 *	会員価格の表示 トップページ用
 * ------------------------------------- */
.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 {
	text-align:right;
	margin-bottom:5px;
}
.sort span,strong {
	padding:0px 7px;
}

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

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

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

/* カテゴリーの名前（背景：薄オレンジ） */
.category_title {
	background:#ecebe7 /*url(https://img.shop-pro.jp/tmpl_img/17/category_title.gif) no-repeat*/;
	background-position:6px;
	color:#333; /*商品カテゴリー名・商品名文字色(商品詳細・商品一覧結果共通)*/
	font-weight:bolder;
	padding:3px 20px;
}

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; padding-top:20px; text-align:center;}

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;}

/* 「この商品について問い合わせる」等のボタン */
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 15px 15px 15px;
}

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 20px 20px 20px;
}

/*検索条件の文字の色*/
.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;
	border:1px #CCC solid;
}

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

table#shop th {
	width:150px;
	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;
	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;
}


/* ------------------------------------- 
 *	new
 * ------------------------------------- */
 
 .side_title{
 margin-top:15px;
 }
 
 .box{ 
 border-bottom:1px solid #CCCCCC;
 border-left:1px solid #CCCCCC;
 border-right:1px solid #CCCCCC;
 padding:5px 5px 10px 5px;
 }
 
 .box_sub{
	background-image: url(https://www.kourantei.com/store/images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:12px;
	color:#333333;
	padding-left:10px;
	font-weight:bold;
 }
 
 
  .box_sub a{
	
	color:#333333;
	text-decoration:none;
 }
 
   .box_sub a:hover{
	
	color:#CC0000;
	text-decoration:none;
 }
 
 
 #tpu{
 

 position:relative;
 margin-bottom:25px;
 padding-left:275px;
 }
 
 
  .box_sub02{
	background-image: url(https://www.kourantei.com/store/images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:12px;
	color:#333333;
	padding-left:10px;
	
 }
 
   .box_sub03{
	background-image: url(https://www.kourantei.com/store/images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:12px;
	color:#333333;
	padding-left:10px;
	text-align:right;
 }
 
  .box_tx01{
  	font-size:11px;
	text-align:left;
	padding-left:10px;
	padding-bottom:8px;
	padding-top:3px;
	color:#333333;
	line-height:1.5em;
  }
  
    .box_tx01b{
  	font-size:11px;
	text-align:left;
	padding-left:10px;
	padding-bottom:3px;
	padding-top:3px;
	color:#a40000;
	line-height:1.5em;
  }
  
  .try{
  	margin:13px 0px 13px 0;  }
  
  
  .card{
  width:168px;
  height:29px;
  margin:0px auto 10px auto;
  
  }
  
 .side_photo{
 width:181px;
 margin:0 auto 0 auto;
 }
  
    .line{
  width:153px;
  height:7px;
  margin:7px auto 7px auto;
  
  }
  
    .box_tx02{
  	font-size:14px;
	text-align:center;
	padding-top:3px;
	color:#a40000;
	line-height:1.2em;
	font-weight:bold;
  }
  
    .box_tx03{
  	font-size:16px;
	text-align:center;
	padding-bottom:3px;
	padding-top:3px;
	color:#48232e;
	line-height:1.2em;
	font-weight:bold;
  }
  
  
      .box_tx04{
  	font-size:11px;
	text-align:left;
	padding-bottom:3px;
	padding-top:3px;
	color:#333333;
	line-height:1.2em;
  }
 
 
 /* ------------------------------------- 
 *	top
 * ------------------------------------- */
 #main_area{
 	width:730px;
	position:relative;
	margin-bottom:50px;
	padding-top:18px;
 }
 
 #hand{
 background:url(https://www.kourantei.com/store/images/hand.jpg) no-repeat;
 width:730px;
 height:208px;
 padding-top:180px;

 margin-bottom:30px;

 }
 
 
  #hand3{
 background:url(https://www.kourantei.com/store/images/hand.jpg) no-repeat;
 width:730px;
 height:218px;
 padding-top:180px;
 margin-top:40px;
 margin-bottom:30px;

 }
 
 #woi{
 width:440px;
 margin-left:24px;
 position:relative
 
 }
  #woi2{
 width:440px;
 margin-left:24px;
 position:relative;
 padding-bottom:30px;
 
 }
 
  .nz{
  	
	
	font-size:13px;
	color:#2e0310;
	line-height:1.8em;
  }
  
 #set_all{
 	width:730px;
	position:relative;
	margin:20px 0 20px 0;
  }
  
  #set_all img{
  margin-top:3px;
  }
  
  .set_l{
  	width:350px;
	float:left;
	margin-bottom:30px;
  }
  
    .set_r{
  	width:350px;
	float:right;
	margin-bottom:30px;
  }
  
  
 #main_area h2{
 margin:0 0 25px 0;

 }
 
 
 
.box02{
	width:730px;
	position:relative;
	margin:15px 0 45px 0;
	background:url(https://www.kourantei.com/store/images/dot.gif) no-repeat bottom;
	padding-bottom:30px;
}

.box02_l{
	float:left;
	width:334px;
	height:254px;
	position:relative;
}

.box02_r{
	float:right;
	width:380px;
	padding-top:20px;
	position:relative;
}

.box03{
	width:730px;
	position:relative;
	margin:15px 0 20px 0;
	text-align:center;

}

.sei{
	padding-right:130px;
}
  
.p_tx01{
font-size:11px;
text-align:left;
color:#797979;
padding-bottom:3px;
} 
.p_bg{
	background:url(https://www.kourantei.com/store/images/photo_bg.gif) no-repeat;
	padding:5px;
}

.r_tx{
	font-size:12px;
	text-align:left;
	line-height:1.5em;
	color:#333333;
	padding:10px 3px 7px 3px;
}

.r_dtl{
text-align:right;
}


.oo_hy3z 
	{
	font-size: 11px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	color: #303006;
	line-height:1.3em;

	border-right-width: 1px;
vertical-align: top;
	border-bottom-width: 1px;
	border-right-style: solid;

	border-bottom-style: solid;
	border-right-color: #ffffff;

	border-bottom-color: #ffffff;
	background-color: #dfdfdf;
}


.oo_hy4z
	{
	font-size: 11px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	color: #525252;
	line-height:1.3em;
	vertical-align: top;
	border-right-width: 1px;

	border-bottom-width: 1px;
	border-right-style: solid;

	border-bottom-style: solid;
	border-right-color: #ffffff;

	border-bottom-color: #ffffff;
	background-color: #f3f3f3;
}

	
.oo_hy3 
	{
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #ffffff;
	border-right-width: 1px;

	border-bottom-width: 1px;
	border-right-style: solid;

	border-bottom-style: solid;
	border-right-color: #ffffff;

	border-bottom-color: #ffffff;
	background-color: #ecebe7;
}


.oo_hy4
	{
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #333333;
	vertical-align: top;
	border-right-width: 1px;

	border-bottom-width: 1px;
	border-right-style: solid;

	border-bottom-style: solid;
	border-right-color: #ffffff;

	border-bottom-color: #ffffff;
	background-color: #f5f5f5;
}

.oo_hy2
	{
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #333333;
	border-right-width: 1px;

	border-bottom-width: 1px;
	border-right-style: solid;


	border-bottom-style: solid;
	border-right-color: #ffffff;

	border-bottom-color: #ffffff;
	background-color: #f7f7f7;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}
	
.waku{
	padding:5px;
	border: 1px solid #ECECEC;
	}


.waku2{
	padding:10px;
	border: 1px solid #ECECEC;
	background:#F8F8F3;
	}
	
	
#s_h{
	background:url(https://www.kourantei.com/store/images/s_hand2.jpg) no-repeat;
	width:730px;
	height:323px;
	
	margin-top:80px;
	margin-bottom:20px;

}	
  
.sh_tx{
	width:430px;
	margin:140px 0px 0px 28px;
	font-size:13px;
	line-height:1.8em;
	color:#333333;
	text-align: left;
}



#hanamaru{
	background:#f7f6f4;
	position:relative;
	padding:10px 15px 15px 15px;
	display:block;
	margin-bottom:20px;
}

.hana_tx{
font-size:12px;
color:#333333;
text-align:left;
line-height:1.8em;
padding-top:7px;
padding-bottom:15px;
}

#tpe_pit{
background:#2e0310;
margin-bottom:30px;
padding-bottom:10px;
position:relative;
}

#tpe_pit_in{
width:711px;
background:#f7f6f4;
margin:0 auto 20px auto;


}

#tpe_pit_in p{
	font-size:13px;
	color:#333333;
	text-align:left;
	padding:8px 30px 8px 30px;
	line-height:1.5em;
}

.oisi{
margin-top:20px;
}

#oisi2{
margin-bottom:20px;
padding:10px 25px 25px 25px;
background:#f7f6f4;
font-size:13px;
text-align:left;
line-height:1.8em;
}



/*.cell_mar {
	margin: 0px 1px 5px 1px;
	padding-bottom:3px;
	padding-left:10px;
	border-bottom:1px solid #CCCCCC;
	text-align:left;
	}*/
	
	#detail .table {
	width: 340px;
	/*background: url(https://img.shop-pro.jp/tmpl_img/11/detail_table_bg.jpg) left top repeat-y;*/
	text-align:left;
	margin-top: 20px;
	margin-bottom: 15px;
	}

#detail .table .cell_1 {
	/*width: 105px;*/
	width:130px;
	/*font-size:12px;
	line-height:1.5em;*/
	/*height: 28px;*/
	/*color: #999;*/
/*	border-right: 1px #000 solid;
	border-bottom:1px #000 solid;*/
	
	font-size: 11px;
	text-align: left;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 8px;
	color: #000;
	line-height:1.3em;
	border-right-width: 1px;
    vertical-align: top;
	border-bottom-width: 1px;
	border-right-style: solid;

	border-bottom-style: solid;
	border-right-color: #ffffff;

	border-bottom-color: #ffffff;
	background-color: #dfdfdf;

	}

#detail .table .cell_2 {
	width:220px;
	/*width: 270px;*/
	/*height: 28px;*/
/*	font-size:12px;
	line-height:1.5em;
	color: #432A16;*/
	/*border-bottom:1px #ccc solid;*/
		font-size: 11px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	color: #525252;
	line-height:1.3em;
	vertical-align: top;
	border-right-width: 1px;

	border-bottom-width: 1px;
	border-right-style: solid;

	border-bottom-style: solid;
	border-right-color: #ffffff;

	border-bottom-color: #ffffff;
	background-color: #F4F3F0;
	}
	
#detail .table .cell_22 {
	width:220px;
	/*width: 270px;*/
	/*height: 28px;*/
/*	font-size:12px;
	line-height:1.5em;
	color: #432A16;*/
	/*border-bottom:1px #ccc solid;*/
		font-size: 11px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	color: #CC0000;
	font-weight:bold;
	line-height:1.3em;
	vertical-align: top;
	border-right-width: 1px;

	border-bottom-width: 1px;
	border-right-style: solid;

	border-bottom-style: solid;
	border-right-color: #ffffff;

	border-bottom-color: #ffffff;
	background-color: #f3f3f3;
	}

#detail .table .cell_mar {
	margin: 0px 5px 0px 15px;
	}
	
	
.haso{
margin:15px 0 20px 0px;
}

#haso02{
	width:730px;
	position:relative;
	margin-bottom:30px;
}

.haso02_l{
	width:220px;
	float:left;
	text-align:right;
}

.haso02_r{
	width:470px;
	float:right;
	text-align:left;
	font-size:15px;
	line-height:1.5em;
}

.aka{ color:#FF0000;}
.mizu{ color:#0099FF;}



.eat_title{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:8px 8px 8px 12px;
	border-left:5px #c3bba8 solid;
	background:#e6e1d4;
	color:#9c3e00;
	
}

#eat01{
}

#eat01 ul{
list-style:disc;
}
  
 
 
 
/* ----------アコーディオン---------- */


.menu_list {	
	
}
.menu_head {
width: 730px;
cursor: pointer;
position: relative;
text-align:right;
margin-bottom:5px;
margin-top:20px;
	
}

.menu_body {
	display:none;
	width: 730px;
}
.menu_body p{
  display:block;
  color:#333;
 /* border-bottom:1px solid #CCCCCC;*/
  text-align:left;
  line-height:1.8em;
  padding-left:10px;
  font-size:12px;
  text-decoration:none;
  margin-bottom:3px;
  padding-top:8px;
}
/*.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }
  
  .al_p{
  display:block;
  color:#333;
  border-bottom:1px solid #CCCCCC;
  text-align:left;
  line-height:1.8em;
  padding-left:10px;
font-size:12px;
  text-decoration:none;
    margin-bottom:3px;
  padding-top:8px;
} */
 
  
  
  *Ajax

---------------------------------------------------------------*/ 
#accordion{
	width:730px;
	position:relative;
	margin:auto;
	padding-bottom:20px;

	}


.accordion_toggle{
	margin:10px 0 10px 0;
	width:730px;
	text-align:right;
	}


.accordion_content{
	overflow: hidden;
	color:#666666;
	margin-bottom:30px;
	}
	
	
/*/////////////////*/
div.how {

padding:5px 15px 20px 15px;
/*background:#f5f2eb;*/
font-size: 13px;

}


div.how h3 {
	background:#f3f3f3;
	border-left:3px solid #a0a0a0;
	border-bottom:1px solid #d5d5d5;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:5px 15px 5px 8px;
	margin-top:10px;

}


div.how dl {
width: 100%; 
margin: 0;

}


div.how dt {
width: 20px; 
float: left;
font-weight:bold;
padding: 10px 0 9px 15px; 
line-height: 120%;

color:#53381E;
 
}


div.how dd {
margin: 0;
padding: 10px 25px 9px 22px;
border-bottom: 1px #b7af9c dotted; 
line-height: 120%;

}

.come{
	font-size:12px;
}

#side_nav{

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding:5px;
	margin-bottom:20px;
}

#side_nav p a{
	display:block;
	color:#333333;
	text-decoration:none;

}


#side_nav p a:hover{
	
	color:#CC0000;
	text-decoration:none;

}


#side_nav img{
	margin:3px auto 3px auto ;
}


.nav_tex{
	font-size:13px;
	
	color:#333333;
	padding:8px 1px 8px 1px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
}

.nav_tex2{
	font-size:13px;
	
	color:#333333;
	padding:8px 1px 8px 1px;
	
	margin-bottom:5px;
}

.title_text{
 	font-size:12px;
	
	color:#8D7618;
	font-weight:bold;
	text-align:left;
	
	}
	


.title_text2{
 	font-size:12px;
	background:#F2F2E8;
	color:#8D7618;
	font-weight:bold;
	text-align:left;
	padding:8px 5px 8px 15px;
	margin-bottom:15px;
	}
	
.cate{
	font-size:12px;
	text-align:left;
	color:#FF6600;
	font-weight:bold;
	margin:5px 10px 8px 5px;
	}
	
.setu{
	font-size:11px;
	color:#333333;
	padding:5px 0 2px 0;
	line-height:1.5em;
	text-align:left;
}

.setu2{
	font-size:12px;
	color:#333333;
	padding:10px 8px 10px 8px;
	line-height:1.5em;
	text-align:left;
}

.tex_12_bg{
	font-size:11px;
	color:#000033;
	font-weight:bold;
	padding:10px;
	background:#929CD6;
	text-align:left;
	line-height:1.5em;
	}	
	
	
.tex_12{
	font-size:11px;
	color:#303006;
	/*font-weight:bold;*/
	padding:10px 10px 10px 15px;
	background:#EFEFEF;
	text-align:left;
	line-height:1.5em;
	}
	
.tex_12_3{
	font-size:11px;
	color:#525252;
	/*font-weight:bold;*/
	padding:10px;
	background:#FAFAFA;
	text-align:left;
	line-height:1.5em;
	}
	
.tex_12_4{
	font-size:12px;
	color:#5D5C58;
	line-height:1.5em;
	padding:5px 5px 3px 10px;
	background:#FFF;
	text-align:left;
	}
	
.tex_12_5{
	font-size:12px;
	color:#5D5C58;
	line-height:1.5em;
	padding:0px 5px 3px 25px;
	background:#FFF;
	text-align:left;
	}
	
.text_x{
	font-size:12px;
	color:#5D5C58;
	line-height:1.5em;
	padding:5px 5px 3px 10px;
	background:#FFF;
	text-align:left;
	}
	
.text_z{
	font-size:12px;
	color:#5D5C58;
	line-height:1.5em;
	padding:0px 5px 3px 25px;
	background:#FFF;
	text-align:left;
	}
	
.tex_12_bg{
	font-size:11px;
	color:#000033;
	font-weight:bold;
	padding:10px;
	background:#929CD6;
	text-align:left;
	line-height:1.5em;
	}	
	
.tex_12_2{
	font-size:11px;
	color:#333333;
	line-height:1.5em;
	padding:10px;
	background:#FFF;
	text-align:left;
	}	
	
	
.boku{
	background:#EFEFEF;
	padding:10px;
	font-size:12px;
	color:#333333;
	line-height:1.8em;
	text-align:left;
	
}
.yaji{
	background:url(https://www.kourantei.com/shop/images/yaji.gif) no-repeat;
	height:50px;
	width:500px;
	}
	
	.ptitl{
	text-align:center;
	font-size:16px;
	color:#CC0000;
	line-height:2em;
	font-weight:bold;
	}
	
	.cell_mar {
	margin: 0px 5px 0px 15px;
	}
	
	.teki11{
	font-size:11px;
	color:#666666;
	text-align:left;
	line-height:1.3em;
	padding:5px;
	}
	
.teki111{
	font-size:11px;
	color:#666666;
	text-align:right;
	line-height:1.3em;
	padding:5px;
	}
	
a.teki111:link{
	font-size:11px;
	color:#FF3300;
	}
	
a.teki111:visited{
	text-decoration: underline;
	}
	
	#gallery {
		
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }


/*//////////*/


.uep1{padding-top:10px;}
.uep2{padding-top:20px;}
.uep3{padding-top:30px;}
.uep4{padding-top:40px;}
.uep5{padding-top:50px;}
.uep6{padding-top:60px;}
.ryo23{padding:10px 0 15px 0; font-size:12px; line-height:1.5em; }
.ryo33{padding:25px 0 35px 0; font-size:12px; line-height:1.5em; }
.aka{ color:#FF0000;}

.btm3{padding-bottom:30px;}

/*//////////*/
#ost{ position:relative; width:700px;}
.ost01{ margin:10px 0 10px 0; }
#ost02{ padding:10px; position:relative; border:1px solid #c1c1a3; text-align:left; margin-bottom:13px;}
#ost02 h3{font-size:14px; font-weight:bold; color:#7a5600; float:left; margin-right:100px; margin-bottom:7px;}
#ost02 h4{font-size:16px; font-weight:bold; float:left; margin-right:10px; color:#FF0000; margin-bottom:7px;}
#mnt{font-size:14px; font-weight:bold; color:#000000; font-weight:normal; }
#ost02 p{font-size:12px; color:#333333; padding-left:8px; line-height:1.5em; padding-bottom:10px;}

#cp{width:730px; position:relative; margin-top:10px; margin-bottom:20px;}
#cp h2{ margin-bottom:15px;}

#cp_left{ width:270px; float:left; text-align:left; vertical-align:top; margin-bottom:10px;}
#cp_right{ width:455px; float:right; text-align:left; line-height:1.9em; color:#333333; font-size:13px; vertical-align:top; margin-bottom:10px;}
#cp_right h2{ margin-top:15px; margin-bottom:3px; text-align:left;}
#cp_left2{ width:455px; float:left; text-align:left; line-height:1.9em; color:#333333; font-size:13px; vertical-align:top;}
#cp_left2 h2{ margin-top:15px; margin-bottom:3px; text-align:left; padding-left:8px;}
#cp_left2 p{ padding-left:8px;}


#cp_right2{ width:270px; float:right; text-align:right; vertical-align:top;}

#dtl{width:730px; position:relative; margin-top:10px; margin-bottom:20px;}
#dtlt{ margin-bottom:15px;}

.dtl2{width:334px; position:relative; float:left; margin-bottom:20px; margin-right:30px; margin-left:15px;}
.dtl3{width:334px; position:relative; float:left; margin-bottom:20px;}

#dtl h4{ font-size:14px; float:left; color:#000; font-weight:bold; padding:8px 10px 3px 5px;}
#dtl h5{ font-size:14px; float:right; color:#666666; font-weight:normal; padding:8px 3px 3px 0px;}
#dtl p{ font-size:12px;color:#333333; font-weight:normal; text-align:left; line-height:1.5em; padding:3px;}


.ost_bt{ text-align:center; margin:40px auto 40px auto; }

.tj5{clear:both; height: 50px;} 

.tj_l{clear:both; height: 1px; background: #c7c7bc;}

.news001{position:relative; margin-bottom:20px; border:#e6e6e6 3px solid; padding:8px;}
.news002{font-size:14px; font-weight:bold; color:#ca0000; padding-bottom:3px; text-align:left;}
.news003{font-size:14px;  color:#333; padding-bottom:3px; text-align:left;}

a:hover img.hoverimg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}


.bx01{ position:relative; padding:30px 0 35px 0;}
.lt01{ width:305px; float:left; }
.rt01{ width:420px; float:right; }

.lt01 img{padding:0 0 8px 0;}
.lt01 p{ font-size:11px; }
.rt01 p{padding:5px 0 5px 0; font-size:13px; line-height:1.8em;}

.bx02{background:url(https://www.kourantei.com/store/images/bg01.jpg) repeat; padding:9px;}
.bx02 h3{  text-align:center; padding:0; margin:0;}

.bx03{ padding:10px 0 0 0 ; width:711px;}
.bx04{ background:#f7f6f4; padding:10px 20px 10px 30px}

.lt02{ width:450px; float:left; padding-top:7px; }
.rt02{ width:190px; float:right; }
.lt02 p{ padding:12px 0 0 35px; font-size:13px; line-height:1.8em;}
.txt01{ font-size:11px; padding:15px 0 0 0; text-align:right;}

.bx05{ border-bottom:#ecebe7 1px solid; border-left:#ecebe7 1px solid; border-right:#ecebe7 1px solid;}
.lt03{  float:left; padding-left:16px;  }
.rt03{  float:right; padding:20px 10px 0 0; }
.bx06{  padding-left:16px;  }
.bx06 p{ padding:10px 0 10px 0; font-size:12px; line-height:1.8em;}
.bx07{  margin:30px auto 30px auto; text-align:center;}

.lt04{ width:350px; float:left; margin-top:40px;}
.rt04{ width:350px; float:right; margin-top:40px;}

.lt04z{ width:350px; float:left; margin-top:20px;}
.rt04z{ width:350px; float:right; margin-top:20px;}

.txt02{ font-size:15px; padding:32px 0 0 0; line-height:1.5em; }

.tp_bt01{ text-align:right; padding:20px 0 0 0;}

.lt05{ width:400px; float:left; margin-top:28px; font-size:15px; line-height:1.5em;}
.rt05{ width:309px; float:right; margin-top:28px;}

.lt05 p{font-size:12px; padding-top:8px;}

#tp_bg01{ height:347px; background:url(https://www.kourantei.com/store/images/tp_bg01.jpg) no-repeat; margin-top:30px;}
.txt03{ font-size:12px;  line-height:2em; padding:120px 0 0 25px; }

.tp_bt02{ padding:20px 0 0 200px;}

#tp_bg02{ height:347px; background:url(https://www.kourantei.com/store/images/tp_bg02.jpg) no-repeat; margin-top:30px; padding-right:20px; margin-bottom:30px;}
.txt04{ font-size:12px;  line-height:2em; padding:108px 0 0 390px; }

.tp_bt03{ padding:20px 0 0 570px;}
.tp_bt04{ padding:10px 0 0 210px;}

.txt05{ font-size:14px;  line-height:2em; padding:15px 0 10px 0px; }
.aka2{ color:#a40000;}

.hy001{ background:#2a2a2a;}
.hy002{ background:#f5f4ee; color:#1b1b1b; padding:5px 10px 5px 20px; font-size:12px;}
.hy003{ background:#fff; color:#1b1b1b; padding:5px 30px 5px 8px; text-align:right; font-size:12px;}

.hy004{ background:#dfdfdf; color:#2a2a2a; padding:8px; font-size:13px; text-align:center;}
.hy005{ background:#f3f3f3; color:#2a2a2a; padding:8px; text-align:center; font-size:13px;}
.hy006{ background:#fff; color:#2a2a2a; padding:8px; text-align:center; font-size:13px;}




.txt06{ font-size:14px;  color:#a40000; padding:8px 0 10px 0px; text-align:right; font-size:11px; }

.txt07{ font-size:14px;  line-height:1.5em; padding:10px 0 10px 0px; }

.lt06{ width:260px; float:left; font-size:14px; line-height:1.5em; margin-right:10px; margin-top:20px; padding-top:10px;}
.rt06{ width:420px; float:left; margin-top:20px;}

.lt07{ width:420px; float:left; font-size:14px; line-height:1.5em; margin-top:20px;}
.rt07{ width:295x; float:right; margin-top:20px;}

.lt08{ width:180px; float:left; font-size:14px; line-height:1.5em; margin-top:20px; padding-top:25px;}
.rt08{ width:540px; float:right; margin-top:20px; font-size:13px; line-height:1.8em;}
.rt08 p{ padding-bottom:10px; font-size:14px;}
.txt08{ font-size:12px; }

.gt01{ width:730px; background:url(https://www.kourantei.com/store/images/gift04.gif) no-repeat 630px 30px; margin:20px 0 30px 0;}
.txt09{ font-size:14px; padding:20px 0 10px 0; line-height:1.8em; }

.bx08{  margin:20px auto 0px auto; position:relative; }

.lt09{ width:200px; float:left;  line-height:1.5em; margin-top:20px;  text-align:right;}
.rt09{ width:510px; float:right; margin-top:20px; font-size:13px; line-height:1.8em; font-size:14px;}
.txt10{ padding:10px 0 10px 18px; color:#a40000; font-weight:bold; font-size:14px;}
.txt10b{ padding:10px 0 10px 18px; color:#000; font-weight:bold; font-size:14px;}
.txt11{ padding:0 0 0 18px; font-size:13px; line-height:1.5em;}

.txt12{ padding:5px 0 0 0; font-size:12px; line-height:1.5em; text-align:right;}
.txt13{ font-size:14px;  line-height:1.8em; }
.lt10{ width:500px; float:left;  }
.rt10{ width:230px; float:right; text-align:right; }

.lt11{ width:330px; float:left; font-size:14px; line-height:1.5em; margin-right:20px; margin-top:20px; padding-top:10px;}
.rt11{ width:380px; float:left; margin-top:20px;}


.tex01{ font-size:13px; padding:15px 0 20px 0; line-height:1.5em; }
.tex02{ font-size:13px; padding:15px 15px 20px 15px; line-height:1.5em;}
.tex03{ font-size:12px; line-height:1.8em; color:#666; padding-top:10px;}
.tex04{ font-size:14px; color:#333; padding:8px 0 0 8px; border:none; font-weight:bold; }
.tex05{ font-size:13px; font-weight:bold; padding:5px 0 2px 0; }
.tex06{ font-size:12px;  padding:0 0 10px 0; }


.setbox01{position:relative; background:url(https://www.kourantei.com/store/images/set_bg01.jpg) repeat-x bottom; padding-bottom:30px; margin-bottom:70px;}

.setset01{font:0; line-height:0; margin:0; padding:0;}
.setset02{ background:url(https://www.kourantei.com/store/images/set_set02.jpg) repeat-y; padding:0; clear:both;}
.setset02-1{ background:url(https://www.kourantei.com/store/images/set_set02-1.jpg) repeat-y; padding:0; clear:both;}
.setset03{ width:190px; margin:15px 30px 10px 21px; position:relative; float:left;} 
.setset04{ width:190px; margin:15px 29px 10px 28px; position:relative; float:left;}
.setset05{ width:190px; margin:15px 0px 10px 28px; position:relative; float:left;} 

.set_ttl01{padding:0 0 10px 0; text-align:center;}

.tpn01{margin-top:20px; position:relative;}
.tpn02{
	width: 230px;
	height: 210px;
	position: absolute;
	top: 2px;
	right: 1px;
	z-index: 1000;
}

.setz01{ width:550px; position:relative; float:left; padding-top:5px; }
.setz01 h3{font-size:13px; font-weight:bold; padding:5px 0 2px 0;}
.setz01 h4{font-size:12px;  padding:0 0 10px 0; font-weight:normal;}
.setz02{ float:right; width:140px; padding-top:8px; }




.nenmatsu{ width:655px;
	border:solid 3pt #e5e5e5;
	padding:20px 35px 20px 35px;
	margin:20px auto;}

.akamozi{ color:#91000f;
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
	text-align:center;}
								
.kuromozi{ font-size:12px;
	line-height:22px;
	text-align:center;}
								
.hizukemozi{ font-size:17px;
	font-weight:bold;
	background:#000;
	color:#FFFFFF;
	text-align:center;
	margin:10px auto;
	width:70%;
	line-height:2em;}

.brutus_sp{
display:none;
}

