@charset "utf-8";

/************************************************
 各ページコンテンツ用
************************************************ */
/* ==============================================
▼TOP
=============================================== */
/* メインイメージ
----------------------------------------------- */
#main_image {
    margin-bottom: 10px;
    text-align: center;
}

/* ==============================================
▼下層
=============================================== */
/* ==============================================
▼ガイド
=============================================== */
/* ◎◎について
----------------------------------------------- */
div#undercolumn_aboutus {
}

/* 特定商取引法
----------------------------------------------- */
div#undercolumn_order {
}

/* お問い合わせ
----------------------------------------------- */
div#undercolumn_contact {
    margin: 0 auto;
    width: 100%;
}

.zipimg img {
    vertical-align: middle;
}


/* ==============================================
▼MYページ
=============================================== */
/* 共通設定
----------------------------------------------- */
div#mypagecolumn {
    margin: 0 6px 10px;
	-webkit-box-shadow: 0px 2px 5px rgb(51, 51, 51);
	-moz-box-shadow: 0px 2px 5px rgb(51, 51, 51);
	-ms-box-shadow: 0px 2px 5px rgb(51, 51, 51);
	box-shadow: 0px 2px 5px rgb(51, 51, 51);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#FFF;
	border:1px solid #ccc;
	position:relative;
	behavior: url("http://www.chiken-net.jp/PIE.htc");
	overflow:hidden;
}
#mypage_area {
	margin:0 8px 15px;
}

#mypage_area h3 {
	background: rgb(255,175,75); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,175,75) 0%, rgb(255,146,10) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,175,75)), color-stop(100%,rgb(255,146,10))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size:16px;
	color:#FFF;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	padding:0 0 0 10px;
	margin:0 0 15px;
	behavior: url("http://www.chiken-net.jp/PIE.htc");

}
	
#mypage_area {
	margin:0 10px 20px;
}

#mypage_area h4 {
	font-size:14px;
	color:#999;
	border-bottom:dotted 1px #CCC;
	margin-bottom:5px;
}

#mypage_area h5 {
	font-size:13px;
	color:#BBB;
}

#mypage_area p {
	margin:0 10px 20px;
}


div#mynavi_area {
    width: 100%;
}

div#mycontents_area {
    width: 100%;
}
div#mynavi_area .mynavi_list {
	margin:0 8px 20px;
    width: 100%;
}
div#mynavi_area .mynavi_list li {
    margin: 0 15px 5px 0;
    padding-left: 15px;
    float: left;
    background: url('../img/icon/ico_arrow_01.gif') no-repeat left ;
    font-size: 120%;
}

div#mynavi_area div.point_announce {
    margin-bottom: 30px;
    padding: 10px;
    border: solid 1px #ffcc62;
    background-color: #fffaf0;
}
div#mynavi_area div.point_announce p {
    padding-left: 20px;
    background: url('../img/icon/ico_point.gif') no-repeat left ;
}

div#mycontents_area p.inforamtion {
    margin-bottom: 20px;
}

div#mypagecolumn h4 {
    margin: 10px auto;
    border-bottom: 1px solid #999;
    text-align: left;
    font-size: 120%;
}


/* 購入履歴一覧/詳細
----------------------------------------------- */
div#mycontents_area div.mycondition_area {
    margin: 0 auto 20px 0;
    padding: 10px;
    border: solid 1px #ccc;
    width: 97%;
    background: #f9f9f9;
}
div#mycontents_area div.mycondition_area p {
    float: left;
}
div#mycontents_area div.mycondition_area .btn {
    width: 160px;
    margin-top: 15px;
    float: right;
}
.add_address {
    margin-bottom: 20px;
}


/* 会員登録内容変更/退会
----------------------------------------------- */
div#mycontents_area .message_area {
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

div#mycontents_area .message_area p {
    margin-bottom: 20px;
}

/* ==============================================
▼会員登録
=============================================== */
div#undercolumn_entry {
/*    width: 100%;
*/
}

div#undercolumn_entry .kiyaku_text {
    margin: 20px auto;
    padding: 10px;
    border: solid 1px #ccc;
    width: 94%;
    background: #fff;
}


/* ==============================================
▼ログイン
=============================================== */
div#undercolumn_login {
}

div#undercolumn_login .login_area {
    margin:0 10px 30px;
}

div#undercolumn_login .login_area .inputbox {
    margin: 15px auto 15px auto;
    padding: 15px 20px 10px 20px;
    background: #f0f0f0;
}

div#undercolumn_login .login_area .inputbox .btn_area {
    margin-top: 0;
}


/* ==============================================
▼エラー
=============================================== */
div#undercolumn_error .message_area {
    width: 80%;
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

div#undercolumn_error .message_area .error {
    padding: 120px 0;
}


/* ==============================================
▼商品一覧
=============================================== */
/* ページ送り
----------------------------------------------- */
.pagenumber_area {
}
.search_result {
    float:left;
    line-height:24px;
}
.pagecond_area {
    padding: 10px;
}
.pagenumber_area {
    margin: 10px 8px;
}
.pagecond_area {
}
.pagenumber_area .navi {
    text-align: right;
    line-height:24px;
    float:right;
}
.pagenumber_area .navi li {
    display: inline;
}
.pagenumber_area .change {
    float: right;
    text-align: right;
    white-space: nowrap;
    line-height:24px;
}
.navi a,
.navi strong {
    border-right:1px solid #333;
    padding:0 6px;
}
.navi a {
    color:#E7AD47;
}
/* レイアウト
----------------------------------------------- */
div.list_area {
    padding: 0 0 10px 0;
    overflow: auto;
    margin:10px 8px;
    border-bottom:1px dotted #ccc;
}
div.list_area .detail_table {
    margin:5px 0 10px;
}
div.listphoto {
    float: left;
}
.subimage_area img {
    margin-right:10px;
}
div.detail_btn {
    text-align:center;
    height:40px;
}
/* メインカラム用 1カラム時*/
#one_maincolumn div.listrightbloc {
    float: right;
    width: 74%;
}

/* メインカラム用 2カラム時*/
#two_maincolumn_right div.listrightbloc,
#two_maincolumn_left div.listrightbloc {
    float: right;
    width: 604px;
}

/* メインカラム用 3カラム時*/
#three_maincolumn div.listrightbloc {
    float: right;
    width: 74%;
}


/* 商品情報 各種設定
----------------------------------------------- */
/* 商品ステータス */
div.listrightbloc ul.status_icon {
    margin-bottom: 10px;
    width: 100%;
}
div.listrightbloc ul.status_icon li {
    margin-right: 5px;
    float: left;
}

/* 商品名 */
div.listrightbloc h3 {
    font-weight: bold;
    font-size: 16px;
}
div.listrightbloc h3 a {
    color:#E7AD47;
}
/* コメント */
div.listrightbloc .listcomment {
    margin: 0;
    text-align: left;
}

/* 商品詳細を見る */
div.listrightbloc .detail_btn {
    margin-bottom: 20px;
}

/* 価格 */
div.listrightbloc .pricebox {
    margin: 0 0 10px 0;
}

/* 買い物かご */
div.listrightbloc .cart_area {
    padding: 10px;
    border: 1px solid #cef0f4;
    background-color: #ecf5ff;
    width: 94%;
}

/* 規格 */
div.listrightbloc .classlist {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: url("../img/background/line_dot_02.gif") repeat-x bottom ;
}
div.listrightbloc dl {
    width: 100%;
}
div.listrightbloc dt {
    display: inline-block;
    vertical-align: top;
}
div.listrightbloc dd {
    padding-bottom: 10px;
    display: inline-block;
}
div.listrightbloc dd p.attention {
    margin-top: 5px;
}

/* カゴに入れる */
div.listrightbloc .cartin {
    margin: 0;
    float :right;
}
div.listrightbloc .cartin .quantity {
    padding: 3px 10px 0 0;
    width: 150px;
    float :left;
    text-align: right;
}
div.listrightbloc .cartin .quantity .box {
    width: 70px;
}
div.listrightbloc .cartin_btn {
    width: 160px;
    float :left;
}


/* ==============================================
▼商品詳細
=============================================== */
/* レイアウト

    tplファイルのマークアップが同じ項目
    *1カラム時 [one_maincolumn]
    *2カラム時 [two_maincolumn_left]
               [two_maincolumn_right]
    *3カラム時 [three_maincolumn]

----------------------------------------------- */
.sub_area {
    margin-bottom: 20px;
    width: 100%;
}

/* レイアウト
----------------------------------------------- */
/* 1カラム用 */
#one_maincolumn div#detailphotobloc {
    width: 37%;
    float: left;
}
#one_maincolumn #detailrightbloc {
    width: 63%;
    float: right;
}
#one_maincolumn div.subtext {
    margin-bottom: 20px;
    float: left;
    width: 69%;
}
#one_maincolumn div.subphotoimg {
    float: right;
    width: 25%;
    text-align: right;
}
#one_maincolumn p.subtext {
    margin-bottom: 20px;
}

/* 2カラム用 */
#two_maincolumn_left div#detailphotobloc,
#two_maincolumn_right div#detailphotobloc {
    float: left;
    width: 82px;
}
#two_maincolumn_left #detailrightbloc,
#two_maincolumn_right #detailrightbloc {
    float: right;
    width: 604px;
}
#two_maincolumn_left div.subtext,
#two_maincolumn_right div.subtext {
    margin-bottom: 20px;
    float: left;
    width: 73%;
}
#two_maincolumn_left p.subtext,
#two_maincolumn_right p.subtext {
    margin-bottom: 20px;
}
#two_maincolumn_left div.subphotoimg,
#two_maincolumn_right div.subphotoimg {
    float: right;
    width: 25%;
    text-align: right;
}

/* 3カラム用 */
#three_maincolumn div#detailphotobloc {
    float: left;
    width: 49%;
}
#three_maincolumn #detailrightbloc {
    float: right;
    width: 50%;
}
#three_maincolumn div.subtext {
    margin-bottom: 20px;
    float: left;
    width: 63%;
}
#three_maincolumn p.subtext {
    margin-bottom: 20px;
}
#three_maincolumn div.subphotoimg {
    float: right;
    width: 35%;
    text-align: right;
}

/* 商品情報 各種設定
----------------------------------------------- */
#two_maincolumn_left h2,
#two_maincolumn_right h2,
#windowcolumn h2 {
    padding: 12px 0 10px;
    margin:0 8px 10px;
    background-image:url(../img/background/bg_title.gif);
    background-position:right;
    background-repeat:no-repeat;
    border-bottom:1px dotted #ccc;
    font-size:20px;
    line-height:32px;
}
#windowcolumn h2 {
    margin:0 0 10px;
}
#two_maincolumn_left h2 img,
#two_maincolumn_right h2 img,
#windowcolumn h2 img {
    display:inline;
    vertical-align:bottom;
    margin-right:5px;
}
#detailarea,
#blogarea {
    padding:8px 0 5px;
    margin:0 8px;
}
#detailphotobloc .photo {
    width:82px;
    height:82px;
    margin-bottom:10px;
}
#detailrightbloc .point,
#detailrightbloc .relative_cat {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}
#detailrightbloc .main_comment {
    margin-bottom: 10px;
}
.detail_table th {
    width:124px;
    background: url("../img/background/th_bg1.gif") repeat-y top left ;
    padding:5px 12px;
    font-weight:bold;
}
.detail_table .odd th {
    background: url("../img/background/th_bg2.gif") repeat-y top left ;
}
.detail_table td {
    padding:5px 8px;
}
/* 商品コード */
#detailrightbloc .product_code dt,
#detailrightbloc .product_code dd {
    display: inline;
}

/* 商品ステータス */
#detailrightbloc ul.status_icon {
    margin-bottom: 10px;
    width: 100%;
}
#detailrightbloc ul.status_icon li {
    margin-right: 5px;
    margin-bottom: 3px;
    float: left;
}

/* 通常価格 */
#detailrightbloc .normal_price dt,
#detailrightbloc .normal_price dd {
    display: inline;
}

/* 販売価格 */
#detailrightbloc .sale_price dt,
#detailrightbloc .sale_price dd {
    display: inline;
}

/* ポイント */
#detailrightbloc .point dt,
#detailrightbloc .point dd {
    display: inline;
}

/* 規格 */
#detailrightbloc div.classlist {
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    background: url("../img/background/line_dot_02.gif") repeat-x bottom ;
}
#detailrightbloc .classlist {
    margin-bottom: 5px;
}
#detailrightbloc ul {
    margin-bottom: 10px;
    width: 100%;
}
#detailrightbloc ul li {
    vertical-align: top;
    float: left;
}

/* メーカー */
#detailrightbloc .maker dt,
#detailrightbloc .maker dd {
    display: inline;
}

/* メーカーURL */
#detailrightbloc .comment1 dt,
#detailrightbloc .comment1 dd {
    display: inline;
}

/* 関連カテゴリ */
#detailrightbloc .relative_cat dd {
    margin-left: 1em;
}

/* 買い物かご */
#detailrightbloc .cart_area {
    padding: 10px;
    background-color: #ecf5ff;
    border: 1px solid #cef0f4;
}
#detailrightbloc .quantity dt,
#detailrightbloc .quantity dd {
    display: inline;
}
#detailrightbloc .cartin {
    text-align: center;
}
#detailrightbloc .cartin_btn {
    text-align: center;
}
#detailrightbloc .favorite_btn {
    text-align: center;
    margin-top: 10px;
}


/* お客様の声
----------------------------------------------- */
div#customervoice_area {
    clear: both;
}
div#customervoice_area table.detail_table {
	margin:0 10px;
}

div#customervoice_area .review_bloc {
    margin:0 8px 20px;
    padding: 10px;
    background-color: #f6f6f6;
}

div#customervoice_area .review_bloc p {
    padding-top: 3px;
    margin-right: 10px;
    float: left;
}

div#customervoice_area review_bloc .review_btn {
    float: right;
    width: 160px;
}

#customervoice_area h3 {
    float:left;
    font-size:16px;
}

#customervoice_area .review_date {
    float:right;
    color:#808080;
}

div#customervoice_area .voicetitle {
    margin-bottom: 3px;
    font-weight: bold;
    font-size:14px;
}
div#customervoice_area .voicecomment {
    text-indent:12px;
    margin-bottom:3px;
}
div#customervoice_area .voicereference {
    font-size: 10px;
    float:left;
}
div#customervoice_area .voicereference span {
    font-size: 12px;
}
div#customervoice_area .voiceclick {
    float:right;
}
div#customervoice_area .voiceclick a {
    color:#E7AD47;
}


/* 関連商品（商品部分はbloc.cssのおすすめ商品と共通）
----------------------------------------------- */
div#whobought_area {
    clear: both;
}

/* ***********************************************
▼カートの中
/*********************************************** */
/* 現在のカゴの中
----------------------------------------------- */
div#undercolumn_cart .point_announce {
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #ffcc62;
    background: #fffaf0;
    font-size: 120%;
    text-align: center;
    line-height: 140%;
}
div#undercolumn_cart .totalmoney_area {
    margin-bottom: 20px;
}

div#undercolumn_cart p {
    margin: 10px 5px;
}

div#undercolumn ul#quantity_level li {
    padding: 3px;
    display: inline;
}

div#undercolumn .empty {
    text-align: left;
}

div.form_area {
    margin-bottom: 30px;
}


/* お客様情報入力
----------------------------------------------- */
div#undercolumn_customer {
}

.flow_area {
    margin: 0 0 20px 0;
}

div#undercolumn_customer th em {
    color: #000;
    font-weight: bold;
}


/* お支払い方法・お届け時間等の指定
----------------------------------------------- */
div#undercolumn_shopping .pay_area {
    margin: 0 auto 30px;
    width: 100%;
}
div#undercolumn_shopping .pay_area02 {
    margin: 40px auto 30px auto;
}
div#undercolumn_shopping .pay_area02 .txtarea {
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
    width: 99%;
    height: 150px;
}
div#undercolumn_shopping .pay_area02 .select-msg {
    margin-bottom: 10px;
}

div#undercolumn_shopping .point_area {
    margin: 40px auto 0 auto;
}

div#undercolumn_shopping .point_area .point_announce {
    padding: 20px;
    border: 1px solid #ccc;
}

div#undercolumn_shopping .point_area p {
    margin-bottom: 20px;
}

div#undercolumn_shopping .point_area .point_announce li {
    margin-bottom: 5px;
}


/* お届け先の指定
----------------------------------------------- */
#address_area {
    margin-bottom: 10px;
    width: 100%;
}

#address_area .information {
    width: 65%;
    float: left;
}

#undercolumn_shopping .information {
    margin-bottom: 15px;
}

#address_area .add_multiple {
    padding: 15px 10px;
    border: 1px solid #ffcc62;
    float: right;
    width: 30%;
    color: #555;
    background: #fffaf0;
    text-align: center;
    font-weight: bold;
}

#address_area .add_multiple p {
    margin-bottom: 10px;
}

#address_area p.addbtn {
    font-weight: bold;
    font-size: 10px;
}


/* ==============================================
▼検索結果
=============================================== */
p.condition_area {
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
    width: 566px;
}

/* ==============================================
▼ブログ
=============================================== */
.post {
    border-bottom:1px dotted #ccc;
    margin-bottom:8px;
}
.post h3 {
    font-size:16px;
    font-weight:bold;
}
.blog_pager {
    border:none;
    margin:10px 0;
    padding:0;
}
.blog_pager td {
    border:none;
    margin:0;
    padding:0 30px;
}

/* ==============================================
▼Q&A
=============================================== */
#faq_list {
	border:solid 1px #CCC;
	padding:10px 14px;
	margin:10px 0 20px;
	line-height:24px;
}

.ans {
	padding:0 10px 20px;
	margin:0 0 20px;
	border-bottom:dotted 1px #CCC;
}

.ans h3 {
	height:32px;
	line-height:32px;
	font-size:13px;
	margin:0 0 8px;
}

.ans h3:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}

.ans span {
	display:block;
	width:32px;
	height:32px;
	line-height:32px;
	font-size:12px;
	text-align:center;
	float:left;
	margin:0 10px 0 0;
	color:#FFF;
	background-image:url(../img/background/bg_a.jpg);
	font-weight:bold;
}
.ans h3 span {
	background-image:url(../img/background/bg_q.jpg);
}
.ans p {
	margin:0 !important;
	padding-left:42px;
}
/* ==============================================
▼治験とは
=============================================== */
.about_list {
	border:solid 1px #CCC;
	padding:10px 14px;
	margin:10px 0 20px;
	line-height:24px;
}

.about_list li {
	list-style:disc;
	list-style-position:outside;
	padding:0 0 0 0px;
	margin:0 10px;
}

#detailarea h3 {
	background: rgb(255,175,75); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,175,75) 0%, rgb(255,146,10) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,175,75)), color-stop(100%,rgb(255,146,10))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size:16px;
	color:#FFF;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	padding:0 0 0 10px;
	margin:0 0 15px;
	behavior: url("http://www.chiken-net.jp/PIE.htc");

}
	
#detailarea h4 {
	font-size:14px;
	color:#999;
	border-bottom:dotted 1px #CCC;
}

#detailarea p {
	margin:0 10px 20px;
}
/* ==============================================
▼プライバシーポリシー
=============================================== */
#undercolumn_privacy ul {
	padding:10px 14px;
	margin:10px 0 20px;
	line-height:24px;
}

#undercolumn_privacy li {
	list-style-position:outside;
	padding:0 0 0 0px;
	margin:0 10px;
}

#undercolumn_privacy .decimal li { list-style-type:decimal;}
#undercolumn_privacy .lower-alpha li { list-style-type:lower-alpha;}
#undercolumn_privacy h3 {
	background: rgb(255,175,75); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,175,75) 0%, rgb(255,146,10) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,175,75)), color-stop(100%,rgb(255,146,10))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size:16px;
	color:#FFF;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	padding:0 0 0 10px;
	margin:0 0 15px;
	behavior: url("http://www.chiken-net.jp/PIE.htc");

}
	
#undercolumn_privacy {
	margin:0 10px 20px;
}

#undercolumn_privacy h4 {
	font-size:14px;
	color:#999;
	border-bottom:dotted 1px #CCC;
	margin-bottom:5px;
}

#undercolumn_privacy h5 {
	font-size:13px;
	color:#BBB;
}

#undercolumn_privacy p {
	margin:0 10px 20px;
}

/* ==============================================
▼ここから下追加 2013/01/23
=============================================== */
.frequ {
width:250px;
margin:0 0 8px;
}
.frequ select {
margin:0;
}
.calcu {
margin:0;
}
.calcu th,
.calcu td {
text-align:center !important;
width:auto !important;
padding:4px;
}
.calcu_answer {
float:right;
width:150px;
margin:8px 0 0;
}
.calcu_answer th {
width:50px;
text-align:center;
}
.calcu_answer td {
font-size:14px;
font-weight:bold;
text-align:center;
}
.calcu_text {
padding:22px 0 0;
 float:left;
}
.f14 {
font-size:14px;
}
.box20 {
width:20px;
}
.bet {
border-top:none;
border-bottom:none;
padding:0 4px;
}

