@charset "utf-8";
@import "reset.css";
@import "fixed.css";



body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "游ゴシック", YuGothic;
  /*font-size: 15px;*/
  color: #444;
  background-color: #fff;
  line-height: 1.1;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  margin: 0;
  padding: 0;
}

h1, h2, h3 { font-weight: bold; }

em { font-style: normal; }

a:link, a:visited { color: #06C; }
a:hover {
  color: #C60;
  text-decoration: none;
}

.txtL { text-align:   left !important; }
.txtR { text-align:  right !important; }
.txtC { text-align: center !important; }

#wraper { position: relative; }

.inner {
  padding: 0 8px;
  margin: 0 auto;
}

.header-btn {
  position: absolute;
  left: 186px;
  top: 10px;
}

.header-btn li {
	display: inline-table;
}

.header-btn a {
	display: block;
	width: 60px;
	padding: 10px 0;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}

.header-btn a:hover {
	opacity: 0.8;
	color: #06C;
}



/* header */

header#top { background-color: #54C3F1; }

header#top h1 { position: relative; }
  header#top h1:after {
    content: "";
    background: url(../img/white-at.png)no-repeat;
    display: block;
    background-size: 50px;
    width:  50px;
    height: 22px;
    position: absolute;
      top: 5px;
      left:  118px;
  }

header#top a.logo {
  background: url(../img/logo-header-sp.png) no-repeat 0 center;
  background-size: 280px;
  width: 280px;
  height: 50px;
  text-indent: -9999px;
  display: block;
}

#titlebar { background-color: #AAEF52; }

#titlebar .inner {
  background: url(../img/img-header.png) no-repeat right bottom;
  background-size: 150px;
  padding: 10px 16px;
  min-height: 140px;
  position: relative;
  margin-top: 40px;
}

#titlebar h1 {
  font-size: 16px;
  background: url(../img/h1-balloon.png) no-repeat;
  background-size: 80px;
  padding-top: 26px;
  width: 54%;
  margin-top: 46px;
}

#breadcrumb {
  background-color: #F7F7F7;
  padding: 10px 0;
  font-size: 11px;
  overflow: hidden;
}

#breadcrumb li {
  float: left;
  line-height: 16px;
}

#breadcrumb li:after {
  content: ">";
  margin: 0 6px;
}

#breadcrumb li:last-child:after {
  content: "";
  margin: 0;
}

#breadcrumb a { color: #444; }

#breadcrumb li:first-child a {
  background: url(../img/icon-home.png) no-repeat;
  background-size: 11px;
  width: 11px;
  height: 10px;
  text-indent: -9999px;
  text-decoration: none;
  display: inline-block;
}

#breadcrumb + * { clear: both; }



/* contents */

#contents { padding-top: 16px; }

#main {}

#main figure {
	margin-bottom: 10px;
}

#topimg img {
	width: 100%;
}

#main h2, #main h3, #main h4 { line-height: 1.3; }

#main h2 {
  font-size: 18px;
  padding: 4px 8px;
  margin-bottom: 10px;
  position: relative;
}

#main h2:before, #main h2:after {
  width: 9px;
  height: 17px;
  position: absolute;
  display: table;
  content: "";
}

#main h2:before {
  background: url(../img/h2-before.png) no-repeat;
  background-size: 9px;
  top: 0;
  left: 0;
}

#main h2:after {
  background: url(../img/h2-after.png) no-repeat;
  background-size: 9px;
  bottom: 0;
  right: 0;
}

#main h3 {
  font-size: 16px;
  margin-bottom: 16px;
}


#main p {
  line-height: 1.6;
  margin-bottom: 24px;
}

#main h4{
font-size: 16x;
font-weight: bold;
color: #0C6C96;
padding-bottom: 10px;
}

#main ul{
   margin-bottom: 20px;	
   padding: 0 20px;
}


#main li{
   list-style: square;
   line-height: 1.4;
   margin-bottom: 1em;
}


#main dl{
	  margin-bottom: 20px;	

}

#main dt{	
    border-left: 4px solid #54C3F1;;
    border-bottom: 1px solid #ddd;
    color: #555; 
    padding: 5px 10px;
    margin-left: 20px;
}

#main dd{
	 line-height: 1.8;
	 font-size: 16px;
	 margin: 20px 40px;
	 color: #555;
}

#main ol{
	margin-bottom: 20px;
	margin-left: 20px;
	}


#main ol li{
list-style-type: decimal;
	margin: 0 20px;
	
}

#main .finger {
  background: url(../img/icon-finger.png) no-repeat 10px 10px;
  background-size: 30px;
  border: 4px double #0C6C96;
  padding: 10px 10px 10px 50px;
  color: #0C6C96;
}

#main table {
	border: 1px solid #ccc;
	margin: 0 auto 2.5em;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.3;
}

#main table caption {
  font-weight: bold;
  margin-bottom: 0.2em;
}

#main th {
	background: #F7F7F7;
	padding: 6px;
	border: 1px solid #ccc;
	font-weight: normal;
}

#main td {
	padding: 6px;
	border: 1px solid #ccc;
}

#main figure img {
  max-width: 300px;
  margin: 1.5em auto;
  display: block;
}

.pac {
  width: 80%;
  margin: 30px auto;
  text-align: center;
  line-height: 1.6;
}

.pac figure { margin-bottom: 4px; }

.pac img { max-height: 90px; }



/* navigation */

nav#gbnav {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;

  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eeeeee), color-stop(0.00, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(top, #ffffff 0%, #eeeeee 100%);

  -webkit-box-shadow: 0px 1px 2px #666;
     -moz-box-shadow: 0px 1px 2px #666;
          box-shadow: 0px 1px 2px #666;
}

nav#gbnav ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #AAAAAA;
}

nav#gbnav ul:last-child{
   border-bottom: none;
}

nav#gbnav li {
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #AAAAAA;
  display: table-cell;
}

nav#gbnav li:hover { cursor: pointer; }

#related { margin: 0 -8px; }

#related ul:before {
  content: "禁煙薬チャンピックスについて";
  background: #aaef52;
  padding: 10px 16px;
  font-weight: bold;
  display: block;
}

#related ul {
  padding: 0;
  margin:  0;
}

#related ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#related ul li a {
  border-bottom: 1px solid #ddd;
  padding: 10px 16px;
  display: block;
}

#sidemenu {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
}

#sidemenu:before {}

#sidemenu .menu {
  position: relative;
  display: none;
}

#sidemenu .menu.open {
  background: #EEEEEE;
  display: block;
  -webkit-box-shadow: 0px 3px 6px #aaa;
     -moz-box-shadow: 0px 3px 6px #aaa;
          box-shadow: 0px 3px 6px #aaa;
}

#sidemenu .menu h2 {
  text-align: center;
  padding: 16px 0;
  border-bottom: 1px solid #CCCCCC;
  background-color: #F5F5F5;
}

#sidemenu .menu h2:after { content: "について"; }

#sidemenu .menu ul {}

#sidemenu .menu li {
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
}

#sidemenu .menu li:last-child { border-bottom: none; }

#sidemenu .menu li a {
  padding: 16px;
  display: block;
  line-height: 1.5;
}

#sidemenu .menu span {
  font-size: 12px;
  padding: 4px 8px;
  background-color: #333;
  color: #fff;
  position: absolute;
  top: 14px;
  right: 10px;
  cursor: pointer;
  display: table;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#toTop {
  margin-bottom: 20px;
  clear: both;
}

#toTop a {
  background: url(../img/icon-return.png) no-repeat center #F7F7F7;
  background-size: 13px;
  padding: 8px 0;
  text-indent: -9999px;
  display: block;
}
#toTop a:hover { background-color: #EEEEEE; }

.pnav {
  border: 1px solid #aaa;
  padding: 0 !important;
  -webkit-border-radius:  10px;
     -moz-border-radius:  10px;
          border-radius:  10px;
}

.pnav:before {
  content: "このページのもくじ";
  font-weight: bold;
  font-size: 0.8em;
  padding: 10px;
  display: block;
}

.pnav li {
  border-top: 1px dashed #aaa;
  list-style: none !important;
  margin: 0 !important;
}

.pnav li a { padding: 10px; display: block; }



/* footer */

footer#bottom {
  text-align: center;
  font-size: 11px;
  margin-bottom: 20px;
}

footer#bottom a {
	display: table;
	margin: 0 auto 10px;
	text-decoration: none;
	font-size: 14px;
}

footer#bottom:before {
  content: "";
  background: url(../img/blue-at.png)no-repeat;
  display: block;
  width: 100px;
  height: 50px;
  background-size: 100px;
  margin: 0 auto;
  padding-bottom: 10px;
}

address { font-style: normal; }



/* banner */

header#top .bn-top {}

header#top .bn-top a {
  background: #0091c4;
  display: block;
  text-align: center;
}

header#top .bn-top img { width: 320px; }

.bn-bottom {
  text-align: center;
  margin-bottom: 30px;
}

.bn-bottom img { width: 100%; max-width: 340px; }



/* item list */

ul#item-list { padding: 0; margin: 0 0 40px; }

ul#item-list li {
  border-top: 1px solid #ccc;
  list-style: none;
  padding: 20px 0;
  margin: 0;
  overflow: hidden;
}
  ul#item-list li:last-child { border-bottom: 1px solid #ccc; }

ul#item-list figure { margin: 0 auto 10px; display: table; }

ul#item-list .item-data {
  margin-bottom: 20px;
  overflow: hidden;
}

ul#item-list em, ul#item-list span {
  margin-bottom: 10px;
  display: table;
}

ul#item-list em {
  font-size: 14px;
  font-weight: bold;
}

ul#item-list span { font-size: 13px; }

ul#item-list span.item-amount {
  border: 1px solid #555;
  padding: 2px 6px;
}

ul#item-list span.item-price b { color: #c00; }

ul#item-list span.item-price s { margin-left: 8px; }

ul#item-list p {
  font-size: 14px;
  clear: both;
  margin: 0;
}

ul#item-list small {
  background: #ff9;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 14px;
  color: #111;
  display: block;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

ul#item-list form { overflow: hidden; }

ul#item-list form select, ul#item-list form input[type="submit"] {
  cursor: pointer;
  box-sizing: border-box;
}

ul#item-list form select {
  font-size: 16px;
  /*border: 1px solid #aaa;*/
  width: 57%;
  height: 60px;
  padding: 0 10px;
  margin-right: 3%;
  float: left;
}

ul#item-list form input[type="submit"] {
  -webkit-appearance: none;
  background: #f60;
  color: #fff;
  font-size: 16px;
  width: 40%;
  line-height: 60px;
  text-align: center;
  border: none;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
  ul#item-list form input[type="submit"]:hover { background-color: #f90; }

.cartBtn {
	margin: 20px 0;
}

.cartBtn a {
  display: block;
  background: #f60;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.cartBtn a:hover {
  background-color: #f90;
}

figcaption { text-align: center; }

.attention {
	color: #F00;
	font-weight: bold;
}