@charset "utf-8";
/*------common------*/
body, div, h1, h2, h3, h4, h5, h6,
p, brockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
  margin: 0;
  padding: 0;
  line-height:1;
  font-size:100%;
  font-style:normal;
  font-weight:normal;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img {
  border: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

.clear { clear: both; }

html {
  height: 100%;
  overflow-y: scroll;
}

li { list-style-type: none; }
textarea { font-size: 100%; }

/*------Link color------*/
a {
  text-decoration: none;
  font-weight: normal;
}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover {
  color: #000000;
  background-color: #ffff00;
}

img a:hover {
  background-color: #ffffff;
}

a:active { color: #000000; }

/*-------------Margin------------*/
.m_top {
 margin-top: 10px;
}

.m_btm {
 margin-bottom: 10px;
}

.m_btm2 {
 margin-bottom: 20px;
}

.m_btm3 {
 margin-bottom: 30px;
}

.m_left {
 margin-left: 10px;
}

/*-------------Text align------------*/
.cntr {
  text-align: center;
}
.txt_r {
  text-align: right;
}

/*---------------Whole--------------*/
body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-family: Verdana, Osaka, "ＭＳ Ｐゴシック","MS PGothic", Sans-serif;
  font-size: 75%;
}

html>/**/body {
  font-size: 12px;
}

#wrapper {
  height: 100%;
}

body > #wrapper {
  height: auto;
  min-height: 100%;
}

#container_wrapper {
  margin: 0 auto;
}

#container {
  width: 910px;
  padding-bottom: 100px;
  margin: 0 auto;
}

/*-----------Header-----------*/
#header {
  width: 910px;
  height: 77px;
  margin: 0 auto;
}

#logo {
  margin: 20px 20px 0 0;
  float: left;
}

h1 {
  float: left;
  margin-top: 38px;
  font-size: 80%;
}

h1 a:hover {
  background-color: #ffffff;
}

#header_r {
  width: 260px;
  height: 67px;
  float: right;
  background: url("../images/common/head_cart_bg.gif") no-repeat;
}

.cart_area {
  float: left;
  background-color: #ffffff;
  padding: 5px 10px;
  margin: 10px 7px 0 17px;
  width: 120px;
  text-align: center;
}

* html .cart_area {
  margin: 10px 6px 0 8px;
}

#header_r ul {
  float: right;
  padding: 17px 10px 0 0;
}

#header_r ul li {
  float: left;
}

/*------Global menu------*/
#g_menu {
  height: 35px;
  background: url("../images/common/g_menu_bg.gif") repeat-x;
  margin-bottom: 20px;
}

#g_menu ul {
  width: 910px;
  margin: 0 auto;
}

#g_menu li {
  float: left;
  font-size: 0;
}

/*------Column------*/
#l_sub {
  float: left;
  width: 200px;
}

#main {
  float: left;
  width: 690px;
  margin-left: 20px;
  padding-bottom: 100px;
}

/*----------Footer----------*/
#footer_box {
  position: relative;
  width: 100%;
  height: 100px;
  margin: -100px auto 0;
  background: url(../images/common/line.gif) repeat-x center 20px;
}

#footer {
  width: 910px;
  height: 100px;
  margin: 0 auto;
}

.page_top {
  float: right;
}

.footer_area {
  clear: both;
  font-size: 10px;
  color: #666666;
}

.footer_area dl {
  float: left;
  margin-top: 10px;
}

.footer_link {
  float: left;
  margin-top: 10px;
  padding-bottom: 15px;
  border-left: 2px dotted #cccccc;
}

#foot_list1 {
  margin: 10px 0 5px 10px;
  padding: 10px 0 5px;
}

#foot_list1 li {
  display: inline;
  padding: 1px 7px 0;
  border-right: 1px solid #dcdcdc;
}

#foot_list1 .last {
  border-right: none;
}

#foot_list2 {
  margin-left: 10px;
}

#foot_list2 li {
  display: inline;
  padding: 1px 7px 0;
  border-right: 1px solid #dcdcdc;
}

#foot_list2 .last {
  border-right: none;
}

#footer address {
  font-size: 9px;
  color: #666666;
  margin: 7px 15px 0 0;
}

#foot_list1 a:link,
#foot_list2 a:link 
 { color: #666666; }
#foot_list1 a:visited,
#foot_list2 a:visited 
{ color: #666666; }

/*------Main column------*/
.mainbox {
  margin-bottom: 10px;
  border: 3px solid #cccccc;
}

/*----------Biginner----------*/
.biginner_bnr a {
  display: block;
  width: 200px;
  height: 55px;
  margin-bottom: 10px;
  background: url(../images/common/biginner.jpg) no-repeat;
}

.biginner_bnr span {
  display: none;
}

/*------Login or entry------*/
.login {
  border: 1px solid #cccccc;
  padding: 7px 6px;
  margin-bottom: 10px;
}

.login a {
  display: block;
  width: 186px;
  height: 29px;
  background: url(../images/common/login_btn.png) no-repeat;
}

.login span {
  display: none;
}

/*------Mypage button------*/
.mypage {
  border: 1px solid #cccccc;
  padding: 7px 6px;
  margin-bottom: 10px;
}

.mypage a {
  display: block;
  width: 186px;
  height: 29px;
  background: url(../images/common/btn_mypage.png) no-repeat;
}

.mypage span {
  display: none;
}
/*------------Side common------------*/
.side_box {
  width: 200px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #f7f7f7 url(../images/common/side_border_b.gif) no-repeat center 43px;
}

.side_box dl {
  margin-top: 3px;
  padding: 10px 10px 0;
}

.side_box dd {
  margin: 7px 0 0 10px;
  padding-left: 10px;
  line-height: 120%;
  background: url(../images/common/side_list_mrk.gif) no-repeat 0 3px;
}

.side_bnr li {
  margin-bottom: 10px;
  font-size: 0;
}

/*------------Side Brand------------*/
.brand {
  width: 61px;
  height: 32px;
  margin: 8px 0 0 13px;
  background: url(../images/common/side_brand.gif) no-repeat;
}

.brand span {
  display: none;
}

/*------------Side Recipe------------*/
.side_recipe {
  width: 61px;
  height: 32px;
  margin: 8px 0 0 13px;
}

.more_recipe {
  width: 85px;
  margin-top: 7px;
  padding: 7px 0 0 115px;
  background: url(../images/common/side_border_t.gif) no-repeat center 0;
}

/*------------Side ask------------*/
.side_ask {
  width: 188px;
  height: 41px;
  padding: 14px 0 0 12px;
  background: url(../images/common/ask_bg.gif) no-repeat;
}

/*------------Side info------------*/
.side_info {
  width: 200px;
  height: 48px;
  margin-bottom: 3px;
  background: url(../images/common/side_info_t.gif) no-repeat;
}

.side_info span {
  display: none;
}

.side_bnr li.info {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 100%;
}

.side_bnr .info li {
  margin: 5px 0 8px 7px;
  font-size: 100%;
}

.side_bnr .info li.info_date {
  margin: 5px 0 5px 0;
  padding-left: 7px;
  background: url(../images/common/side_list_mrk.gif) no-repeat 0 3px;
}

/*------------inquiry------------*/
.inquiry {
  background: url(../images/common/inquiry_bg.jpg) no-repeat center 1px;
  padding-bottom: 7px;
}

* html .inquiry {
  background: url(../images/common/inquiry_bg.jpg) no-repeat center 4px;
}

.inquiry h3 {
  margin: 10px 0 0 12px;
}

.inquiry_btn {
  width: 188px;
  margin: 43px auto 0;
}

/*-----------Bread crumbs list-----------*/
#bread_list li {
  display: inline;
  padding-left: 20px;
  background: url("../images/common/gt.gif") no-repeat 6px center;
}

#bread_list li.bread_top {
  background-image: none;
  background-image: url();
  margin-left: -20px;
}

/*-----------No side cloumn-----------*/
#main_l {
  width: 735px;
  margin: 0 auto 50px;
}

/*-----------Common Title-----------*/
.title_l {
  height: 40px;
  line-height: 40px;
  background: url(../images/common/title_bg.png) no-repeat;
  padding-left: 31px;
  font-size: 125%;
  font-weight: bold;
}

/*--------Table parts--------*/
.tb_t {
  width: 505px;
  margin-bottom: 5px;
  padding-left: 12px;
  height: 23px;
  background: url(../images/common/t_small.gif) no-repeat;
  line-height: 23px;
  font-size: 120%;
  font-weight: bold;
  color: #444444;
  clear: both;
}

.tb_desc {
  padding: 5px 0;
  line-height: 120%;
}

.tb1,.tb2 {
  width: 735px;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cccccc;
}

.tb1 th {
  padding: 6px;
  border: 1px solid #cccccc;
  background-color: #f7f7f7;
  vertical-align: center;
  text-align: center;
}

.tb2 th {
  padding: 6px;
  border: 1px solid #cccccc;
  background-color: #f7f7f7;
  vertical-align: center;
  text-align: left;
}

.tb1 td,
.tb2 td {
  padding: 6px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  vertical-align: center;
  line-height: 130%;
}

.tb1 td input,
.tb2 td input,
.tb1 td select,
.tb2 td select {
  border: 1px solid #cccccc;
}

.tb1 td input.chk,
.tb1 td input.radio {
  border: none
}

.tb2 td input.chk,
.tb2 td input.radio {
  border: none
}

/*--------Buttton--------*/
.cart_btn1 {
  width: 145px;
  margin: 10px auto 0;
  font-size: 0;
}

.cart_btn2 {
  width: 312px;
  margin: 10px auto 0;
  font-size: 0;
}

.cart_btn2 img {
  margin: 0 5px;
}

.cart_btn2 input {
  margin: 0 5px;
}

/*--------Title--------*/
.trade_t {
  width: 735px;
  height: 55px;
  padding: 13px 0;
  margin-bottom: 20px;
  background: url(../images/common/t_trade.gif) no-repeat 0 13px;
  border-top: 3px solid #808080;
  border-bottom: 1px solid #cccccc;
}

.trade_t span {
  display: none;
}

.privacy_t {
  width: 735px;
  height: 55px;
  padding: 13px 0;
  margin-bottom: 20px;
  background: url(../images/common/t_privacy.gif) no-repeat 0 13px;
  border-top: 3px solid #808080;
  border-bottom: 1px solid #cccccc;
}

.privacy_t span {
  display: none;
}

.guide_t {
  width: 735px;
  height: 55px;
  padding: 13px 0;
  margin-bottom: 20px;
  background: url(../images/common/t_guide.gif) no-repeat 0 13px;
  border-top: 3px solid #808080;
  border-bottom: 1px solid #cccccc;
}

.guide_t span {
  display: none;
}

/*--------Text--------*/

.text_box p {
  line-height: 130%;
  margin-bottom: 30px;
}

.text_box div {
  line-height: 130%;
}

.text_box h3 {
  background: url(../images/common/t_small.gif) no-repeat;
  color: #444444;
  font-size: 120%;
  font-weight: bold;
  height: 23px;
  line-height: 23px;
  margin-bottom: 20px;
  padding-left: 12px;
}

.text_box h4 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}

.text_link {
  background: url(../images/common/side_list_mrk.gif) no-repeat 0 3px;
  margin: 18px 0;
  padding: 0 0 0 10px;
}

.text_info {
  border: 1px solid #cccccc;
  padding: 20px;
}

/*--------Others--------*/
.caption {
  line-height: 150%;
  margin-bottom: 20px;
}

.go2top {
  text-align: right;
  margin-right: 10px;
}

.red {
  color: #ff0000;
}

.guide_tb {
  width: 692px;
}

.error_page {
  width: 400px;
  margin: 70px auto 0;
  border: 1px dotted #cccccc;
  padding: 30px;
}

.error_page h2 {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 20px;
}

.error_page p {
  line-height: 160%;
}

#dl_pdf {
  width: 430px;
  margin: 20px auto 0;
  font-size: 0;
}

#dl_pdf img {
  float: left;
  margin-right: 10px;
}