#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(/images/jquery/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(/images/jquery/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(/images/jquery/info.gif);
}

#popup_content.confirm {
	background-image: url(/images/jquery/important.gif);
}

#popup_content.prompt {
	background-image: url(/images/jquery/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}


#flash_notice, #flash_error, #flash_alert {
  margin-top: 20px;
  padding: 10px;
}

#flash_notice {
  background-color: #fff;
  border: solid 4px #333;
  color: #f00;
  font-weight: bold;
}

#flash_error, #flash_alert, .alert {
  background-color: #fff;
  border: solid 4px #333;
  color: #f00;
  font-weight: bold;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.field_with_errors input {
  margin: 0;
  padding: 0;
  background-color: #ffc0cb;
}

.field_with_errors textarea {
  margin: 0;
  padding: 0;
  background-color: #ffc0cb;
}

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

.formError {
  padding-top:.5em;
  font-size: 15px;
  color: red;
}

#page .title {
  position:absolute;
  top:30px;
  left:40px;
  font-size:30px;
}

.gray {
  color: #AAA;
}

.page .pagination a {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  display: inline-block;
  padding: 2px 4px;
  text-decoration: none;
}

.page .pagination em, .page .pagination span{
  background: #FFFFFF;
  color: #CCCCCC;
  border: 1px solid #D9D9D9;
  display: inline-block;
  padding: 2px 4px;
  text-decoration: none;
}

.page .pagination a:hover{
  background: #cb181d;
  color: #FFFFFF;
  border: 1px solid #D9D9D9;
  display: inline-block;
  padding: 2px 4px;
  text-decoration: none;
}

/*SKU BOX*/
#skubox {
  margin-top: 10px;
}
#skubox dl {
  background: #fff5e9;
  background: -moz-linear-gradient( top, #ffffff, #fff5e9 );
  background: -webkit-gradient( linear, left top, left bottom, from( #ffffff ), to( #fff5e9 ) );
  border: #fff 2px solid;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 10px;
  padding: 5px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 5px;
  overflow: hidden;
  width: 218px;
}
#skubox dl.active {
  background: #fff5e9;
  border: #ffe1b9 2px solid;
}
#skubox dl:hover {
  background: #fff5e9;
  background: -moz-linear-gradient( top, #fff5e9, #ffffff );
  background: -webkit-gradient( linear, left top, left bottom, from( #fff5e9 ), to( #ffffff ) );
}
#skubox dl.active.soldout {
  background: #f5f5f5;
  border: #efefef 2px solid;
  cursor:default;
}
#skubox dl.active.soldout:hover {
  background: #f5f5f5;
  border: #efefef 2px solid;
}
#skubox dl:hover a {
  color: #FE9E00!important;
}
#skubox dl a {
  color: #333;
  line-height: 1.5;
  text-decoration: none;
  font-size: 12px;
}
#skubox .price {
  border: solid #ffe1b9;
  border-width: 1px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
}
#skubox .num {
  text-align: right;
}
#skubox .button a {
  background:url(/images/btn_sheet.png) no-repeat;
  background-position: -324px -203px;
  display: block;
  float: right;
  margin-top: 5px;
  text-indent: -10000px;
  width: 100px;
  height: 30px;
}
#skubox dl:hover .button a {
  background-position: -324px -233px;
}

#caution {
  font-size: 16px;
  font-weight: bold;
  color: #f00;
}

.dealtag li span {
  background: #eaf4fe;
}


/* 位置の修正になります。 */

.recommend-baloon {
  margin-left: -170px;
}

/* Sub-areas navigation, under area selection section */
#subarea a {
  color: #0099ff;
}

#subarea a:hover {
  color: #fe9e00;
}

#subarea span {
  color: #555;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Arial', sans-serif;
}

#subarea a {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Arial', sans-serif;
  text-decoration: none;
}
#purchase_confirm_table td, #purchase_confirm_table th {
  text-align:center;
}

#customer_surveys table{
  margin:0px;
  padding:0px;
  border:0px;
  width:100%;
}

#customer_surveys table td{
  text-align:left;
  border:0px;
}

#customer_surveys table td.score {
  width:80px;
  text-align:center;
}

#customer_surveys table td.text {
  vertical-align:top;
  padding-left:10px;
}

#customer_surveys table tr.even td{
  background-color:#DDEAF0;
}

  .rankingHint {
  display:inline;
  font-size:120%;
  margin-left:10px;
  vertical-align:top;
  text-align:center;
  color:green;
  }

.rankingHint.bad{
  color:red;
}
#averageRanking {
  text-align:center;
  margin:auto;
  border-bottom:1px solid black;
  margin-bottom:10px;
}
#surveyLink {
  font-size: 120%;
  text-align: center;
  margin-top: 10px;
}
#gift_code_feedback {
  text-align:center;
}
#gift_code_feedback.error {
  color:red;
}
#gift_code_ajax {
  margin-top:3px;
  float:right;
  display:none;
}

#gift_code_ajax img {
  border:0px !important;
  }
#gift_code_layer {
  margin-top:10px;
  font-weight:bold;
  width:445px;
}
#coupon_thanks {
  text-align:center;
  width:680px
}

#anketo_points {
  background-color: #f2efe9;
  height:35px;
  margin-top:10px;
  margin-left:65px;
  margin-right:65px;
  border-radius:10px; -moz-border-radius:10px;
  vertical-align:middle;
  padding:10px
}

#points_message {
  margin-left:30px;
  text-align:left;
  vertical-align:middle;
  color: #614642;
  font-size:18px;
  font-weight:bold
}

#points_message div {
  vertical-align:middle;
  display:inline;
}
#coupon_thanks #recommend_deals {
  text-align:left;
}
#coupon_thanks #kuma_point {
  text-align:right;
  margin-right: 80px;
  margin-top:5px;
}
#cart_table {
  border:1px solid black;
}
#cart_table td.deal_column,
#purchase_confirm_table td.deal_column {
  padding:10px;
  text-align:left;
}
#cart_table td.deal_column img,
#purchase_confirm_table td.deal_column img {
  margin:2px;
  margin-right:10px;
}
#cart_table th, #purchase_confirm_table th {
  background-color:#FFE1B9;
  border:1px solid black;
}
#cart_table tr.item_cart_row.even,
#purchase_confirm_table tr.item_cart_row.even {
  background-color:#fcf8f2;
}
#cart_table tr.item_cart_row.even td,
#purchase_confirm_table tr.item_cart_row.even td{
  background-color:#fcf8f2;
}
#cart_table tr#summary td#totals {
  border-right:1px solid black;
}
#cart_table td {
  border-right:1px solid black;
  border-left:1px solid black;
  border-top:0px;
  border-bottom:0px;
}

#cart_table tr.item_cart_row,
#purchase_new_table tr.cart-item,
#purchase_confirm_table tr.item_cart_row {
  border-bottom:1px solid #e3e3e3;
}
#cart_table tr.item_cart_row.last td{
  border-bottom:1px solid black;
}
#cart_table tr#summary {
  background-color:#f0edef;
  height:40px;
}
#cart_table tr#summary td {
  border-top:2px solid black;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
  text-align:center;
}
#cart_table tr#summary td #final_total_price {
  text-align:left;
  margin-left:10px;
  font-size:large;
}
#cart_table tr#no_items {
  font-size:large;
  border-bottom:1px solid black;
}
#cart_table tr#no_items td  {  text-align:center;  }
#cart_table th              {  text-align:center; }
#cart_buttons               {  text-align:center;  }

#cart_banner {
  text-align:center;
  margin-top:20px;
}
.mypage_purchase.first {  margin-top:0px; }
.mypage_purchase {
  border:1px solid gray;
  padding:0px;
  table-layout:fixed;
  margin-top:50px;
}
.mypage_purchase th, .mypage_purchase td, .mypage_summary th, .mypage_summary td{
  border:0px;
  padding:0px;
}
.mypage_summary td.deal_title {  text-align:left; }
.mypage_purchase tr.day{
  background-color:#464440;
  color:white;
  font-weight:bold;
}
.mypage_purchase tr.day td {
  border:1px solid black;
  padding:5px;
}
.mypage_purchase tr.header th, .mypage_summary tr.header th{
  background-color:#e8e7e7;
  padding:5px;
  border-left:1px solid gray;
  border-right:1px solid gray;
}
.mypage_purchase td.buttons img {
  border:none;
  margin-top:5px;
  margin-bottom:5px;
  margin-left:0px;
  margin-right:0px;
  float:none;
}
.mypage_purchase td.buttons {
  text-align:center;
  width:120px;

}
.mypage_purchase th.quantity_head {
  border-right:1px solid gray;
  text-align:center;
  width:50px;
}
.mypage_purchase td.quantity {
  text-align:center;
  vertical-align:middle;
  padding:5px;
}
.mypage_purchase td, .mypage_summary td {
  border:1px solid gray;
}
.mypage_purchase td.deal_link {
  padding:10px;
  /* 購入履歴のDealTitleのTD要素のwidth */
  width:585px;
}
.mypage_purchase td.deal_link a,
.mypage_summary td a{
  color:#09F;
  font-size: 15px;
  line-height: 1.5em;
}
.mypage_purchase td.deal_link div.deal_title,
.mypage_purchase td.deal_link div.skuVariation {
  text-align: left;
}
.mypage_purchase td.deal_link div.use_period,
.mypage_purchase td.deal_link div.deliveryDueDate {
  text-align: right;
}
.mypage_purchase td.deal_link div.skuVariation,
.mypage_purchase td.deal_link div.use_period,
.mypage_purchase td.deal_link div.deliveryDueDate {
  color: #333;
  font-size: 13px;
  line-height: 1.5em;
}
.mypage_purchase td.deal_image {
  width:120px;
  text-align:center;
  overflow:hidden;
  padding:10px;

}
.mypage_purchase td .genre span {
  float:none;
  margin:auto;
  margin-top:5px;
}
.mypage_purchase .purchase_detail_buttons {
  margin: auto;
  width: 90%;
}
.mypage_purchase .purchase_detail_buttons td {
  border: none;
  padding: 2px;
}
.mypage_purchase button {
  cursor: pointer;
}
.purchase_summary_button {
  float: right;
  width: 100px;
  background-color: #c9c2b7;
  width: 100px;
  text-align: center;
  margin-right: 11px;
  font-weight:bold;
  border-bottom-left-radius:5px; -moz-border-bottom-left-radius:5px;
  border-bottom-right-radius:5px; -moz-border-bottom-right-radius:5px;
  cursor:pointer;
}
.purchase_summary   {  display:none; }

table.mypage_summary tr td,
table.mypage_summary tr th {    text-align:center;  }
.mypage_summary .header{
  border-left:1px solid black;
  border-right:1px solid black;
}
.mypage_summary td {  padding:5px;  }
.mypage_summary {
  margin:auto;
  width:626px;
}
.mypage_summary tr.purchase_gift,
.mypage_summary tr.purchase_points  {  background-color: #FCF8F2; }
.mypage_summary tr.purchase_gift    {  border-top:2px solid gray; }
.mypage_summary tr.purchase_gift td, .mypage_summary tr.purchase_points td, .mypage_summary tr.purchase_final_price td{
  border:none;
  text-align:right;
}
.mypage_summary tr {
  border-left:1px solid gray;
  border-right:1px solid gray;
  border-bottom:1px solid gray;
}
#put_in_cart {
  margin-bottom: 20px;
  margin-left: -7px;
}
.mytokup {
  margin-top: -20px;
  margin-left: 18px;
  margin-bottom: 16px;
}
#purchase_new_table,
#purchase_confirm_table {
  border: 1px solid #ccc;
}
#purchase_new_table td,
#purchase_confirm_table td {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top:none;
  border-bottom:none;
}
#purchase_new_table th,
#purchase_confirm_table th {
  text-align:center;
}
#purchase_new_table tr#headers th,
#purchase_confirm_table tr#headers th {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
#purchase_new_table .image_td,
#purchase_confirm_table .image_td {
  text-align:center;
  border-right:0px;
}
#purchase_new_table .deal_title_td,
#purchase_confirm_table .deal_title_td {
  border-left:0px;
  width:500px;
  text-align:left;
  vertical-align:top;
}
#purchase_new_table td.image_td img,
#purchase_confirm_table td.image_td img {
  margin:0px;
  float:none;
}
#purchase_new_table tr#subtotal td{
  background-color: #f5f5f5;
  text-align:right;
  font-size:12pt;
  font-weight:normal;
}
#purchase_new_table tr.cart-item.even td {
  background-color:#FCF8F2;
  border-top:1px solid #E3E3E3;
  border-bottom:1px solid #E3E3E3;
}
#sum_total_price span   {  font-size:100%;  }

#purchase_new_table_2   {  width:100%;      }
#purchase_new_table_2 tr#sum_total_price td{
  background-color:#F0EDEF;
  border:0px;
  height: 40px;
  font-weight:bold;
  font-size:large;
  text-align:right;
}
#purchase_new_table_2 span#total_price {
  width:110px;
  display:block;
  overflow:hidden;
}
#purchase_new_table_2 tr.usepoint td,
#purchase_new_table_2 tr.usepoint th {
}
#purchase_new_table_2 span#member_voucher {
  margin-left:-10px;
  width:545px;
  overflow:hidden;
}
#purchase_new_table_2 span#member_voucher select {
  font-size:14px;
  width:475px;
  margin-top:0;
  margin-bottom:1em;
}
#purchase_new_table_2 td#discount_td {
  width:50px;
  overflow:hidden;
}
#purchase_new_table_2 tr#delivery_tr td,
#purchase_new_table_2 tr#delivery_tr th   {  border:none; }

#purchase_confirm_table td.discount {
  background-color:#F0EDEF;
  color:red;
  font-size:large;
  text-align:right;
}
#purchase_confirm_table td.price {
  background-color:#F0EDEF;
  font-size:large;
  text-align:right;
}
#purchase_confirm_table td.total_price {
  background-color:#F0EDEF;
  font-weight: bold;
  font-size:large;
  text-align:right;
}
#purchase_confirm_table td.discount.voucher {
  font-size:100%;
  font-weight:normal;
  border-left:1px solid black;
}
.table.purchases_t tr.even td {
  background-color:#FCF8F2;
  border:none;
}
.table.purchases_t tr.odd td{
  border-bottom:0px;
}
#buy_button_layer {
  margin-bottom:10px;
}





div.entry_box {
  background: #FFF;
  width: 650px;
  margin: 10px auto 50px;
}

.thanks_message_title {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.present_info {
  width: 650px;
  overflow: hidden;
}

.present_info #gift_image {
  float: left;
  margin-left: 10px;
  text-align:left;
}

.present_info #gift_message .hint {
  margin-top: 15px;
  font-size: 8px;
  color: #966;
}

.recommend-title{
  background-color: #FFE1B9;
  height: 40px;
  color: #fff;
  text-shadow: 1px 1px 1px #CEB695;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 40px;
  padding-left: 9px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.cart-recommend-title{
  background-color: #FF9900;
  height: 30px;
  color: #fff;
  text-shadow: 1px 1px 1px #CEB695;
  font-size: 18px;
  font-weight: 500;
  margin: auto;
  margin-bottom: 10px;
  line-height: 30px;
  width: 680px;
  padding-left: 9px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.delivery-address #main, .delivery-address .yellow{
  width: 470px !important;
  margin-bottom: 0px !important;
}
.delivery-address .box-b{
  width: 450px !important;
}
.delivery-address h2.yellow{
  margin-top: 0px !important;
  padding: 5px 0px !important;
}

.dealListTag {
  font-size: 90%;
  display: inline-block;
  border: 1px solid salmon;
  padding: 1px 2px 0px;
  background-color: salmon;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-right: 0.4em;
  color: #fff;
}

.dealListTag.M {
  border: 1px solid slateblue;
  background-color: slateblue;
}

.dealListTag.MW {
  border: 1px solid mediumseagreen;
  background-color: mediumseagreen;
}

.dealListTag.kumagift {
  color: #EA7979;
  border: 1px solid #FF8888;
  background-color: #FFFFFF;
}

.freebox .anc-box {
  display: block;
  margin: 1em auto;
  background: #efefef;
  padding: .5em .5em;
  border-radius: 5px;
}

.freebox .anc-box .voice-ttl{
  display: block;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.4em;
}

#side .stack {
  margin-bottom: 15px;
}
.sm_view {
  background-color: white;
}

#goToSp {
  width: 96%;
  height: 2.5em;
  margin: 10px auto;
  line-height: 2.5em;
  font-size: xx-large;
  text-align: center;
  color: #0D0D0D;
  font-family: 'Arial';
  /* font-size: 24px; */
  background: #C4EAAB;
  background: -moz-linear-gradient(top, #C4EAAB 0%, #12CC5D 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C4EAAB), color-stop(100%,#12CC5D));
  background: -webkit-linear-gradient(top, #C4EAAB 0%,#12CC5D 100%);
  background: -o-linear-gradient(top, #C4EAAB 0%,#12CC5D 100%);
  background: -ms-linear-gradient(top, #C4EAAB 0%,#12CC5D 100%);
  background: linear-gradient(to bottom, #C4EAAB 0%,#12CC5D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C4EAAB', endColorstr='#12CC5D', GradientType=0 );
  border-width: 3px;
  border-style: solid;
  border-color: #348511;
  border-radius: 15px;
  box-shadow: 0px 0px 0px 0px #1C1B18;
  text-shadow: 0px 1px 0px #EBEBEB;
}

#goToSp a, a:visited{
  color: #0D0D0D;
  text-decoration: none;
}

/* accordion */
-----------------------------------*/
 span .accordionBox_link {
  color:#333 !important;
}
.accordion {
  width:96%;
  margin:5px 2%;
}
.accordion .trigger {
  position: relative;
  display: block;
  padding: 10px;
  cursor: pointer;
 -webkit-border-radius:3px 3px 3px 3px;
 -moz-border-radius:3px 3px 3px 3px;
 border-radius:3px 3px 3px 3px;
 /*
  -webkit-box-shadow:rgba(221, 221, 221, 0.5) 0 2px 2px;
 -moz-box-shadow:rgba(221, 221, 221, 0.5) 0 2px 2px;
 box-shadow:rgba(221, 221, 221, 0.5) 0 2px 2px;
 */
}
.accordion .trigger.active {
 -webkit-border-radius:3px 3px 0px 0px;
 -moz-border-radius:3px 3px 0px 0px;
 border-radius:3px 3px 0px 0px;
 /*
  -webkit-box-shadow:none;
 -moz-box-shadow:none;
 box-shadow:none;
 */
}
.accordion .trigger::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -7px;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion .trigger.active::after {
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion .accordionBox {
  height: auto;
  border: none;
  box-shadow: none;
  padding: 1em .3em .8em;
  background: #efefef;
}

.accordion .accordionBox ul {
  padding-top: 0.5em;
  width: 93%;
  padding: 10px 0 0 1.6em;
}
.accordion .accordionBox li {
  line-height:1.3em;
  list-style: disc;
}
.accordion.typeTxt {
  width:100%;
  margin:5px 0 5px;
  padding:0;
}
.accordion.typeTxt.tm1em {
  margin: 1.5em 0;
}
.accordion.typeTxt .trigger {
  line-height:1.2em;
  height:1.2em;
  padding:0;
  font-weight:normal;
  cursor: pointer;
  border:none;
  color:#428bca;
  text-decoration:underline;
  text-align: right;
  padding-right: 2.4em;
}



@charset "shift_jis";

div#gmo_foot {
	background:#FFFFFF url(/images/gmo_footer/footer_bg.gif) repeat-x left top;
}

div#gmo_foot img {
	border:0;
}

div#gmo_img{
	margin-top:15px;
	width:143px;
	float:left;
}
iframe#gmo_img{
	margin:15px 20px 0 20px;
	float:left;
}

img#gmo_logo {
	margin:0px 20px 0px 20px;
}

div#gmo_link{
	margin-top:15px;
	float:right;
}

ul#gmo_ul {
	margin:0;
	padding:0px 10px 0px 0px;
	font-size:10px;
	list-style-type:none;
	line-height:1.4em;
	text-align:left;
}

ul#gmo_ul li {
	display:inline;
	margin-right:0.5em;
}

ul#gmo_ul a.link {
	margin-left:0.5em;
	padding-left:11px;
	background:url(/images/gmo_footer/link.gif) no-repeat;
}
ul#gmo_ul a.link:hover {
	background:url(/images/gmo_footer/link_hover.gif) no-repeat;
}

ul#gmo_ul li a {
	font-size:10px;
}

li#gmo_service {
	margin-right:1em;
	font-weight:bold;
}

div#gmo_copy {
	padding-top:5px;
	font-size:10px;
	font-family:Verdana;
	text-align:center;
	clear:both;
}

div#gmo_eng {
	padding-top:15px;
	font-size:10px;
	font-family:Verdana;
}


#simplemodal-overlay{background-color:#000;cursor:wait;}
#simplemodal-container{height:270px;width:400px;background-color:#fff;border:3px solid #ccc;}
#simplemodal-container a.modalCloseImg{background:url(/images/x.png) no-repeat;width:25px;height:29px;display:inline;z-index:3200;position:absolute;top:-15px;right:-18px;cursor:pointer;}
#simplemodal-container #basicModalContent{padding:8px;}
