﻿@charset "UTF-8";
body {
    font: 13px / 1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    *font-size:small;
    * font:x-small;
    color:
    #333;
}

select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height:
    100%;
}

/*-----Link-----*/
a, a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
}

a:hover {
    text-decoration: underline;
}

/******************************/
/*------ Basic Layout --------*/
/******************************/
body {
    text-align: center;
}

#wrapper {
  width: 100%;
  /*background: url(/images/common/bg_header.jpg) repeat-x;*/
}

#header{
	width: 100%;
	height: 123px;
}

#header-inner {
    width: 900px;
	position:relative;
	margin: 0 auto;
}

#pnavi {
    width: 100%;
}

#pnavi-inner {
	padding-left:5px;
	width:895px;
    _width: 900px;
    height: 25px;
    text-align: left;
    margin: 20px auto 0;
	font-size:12px;
}
#renew{
	padding-bottom:10px;
	width: 900px;
	height:54px;
}
#container {
    width: 900px;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 15px;
}

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

#side p {
    margin-bottom: 10px;
}

#main {
    width: 640px;
    float: right;
}
#kanagi_nav {
	width:640px;
	/*height:60px;
	clear:both;*/
}

#kanagi_nav ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	width: 640px;
  margin-bottom: 30px;
}

#kanagi_nav ul li {
  width: 206px;
}

#kanagi_nav ul li:nth-child(-n+3) {
  margin-bottom: 10px;
}


#kanagi_nav ul li a {
  display: block;
  text-align: center;
  border: solid 1px #d1e1e7;
  padding: 10px;
  background: url(/images/age/2018/link_icon.png) no-repeat 96% center/25px;
}

/*============================
商品リスト2019ここから
==============================*/
.products {
  margin-bottom: 60px;
}

.products .products_box {
	margin-bottom: 20px;
	border: 2px solid #d1e1e7;
	border-radius: 8px;
	padding: 30px;
	box-sizing: border-box;
}

.products .products_box .ttl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}

.products .products_box .ttl::before {
  display: inline-block;
  content: "";
  width: 23px;
  height: 31px;
  margin: 0px 10px -5px 0px;
}

.products .products_box.kanaginohana .ttl {
  color: #00b2d8;
}

.products .products_box.kanaginohana .ttl::before {
  background: url("/images/common/2018/ttl_icon01.png") no-repeat center/cover;
}

.products .products_box.hozon .ttl {
  color: #014099;
}

.products .products_box.hozon .ttl::before {
  background: url("/images/common/2018/ttl_icon02.png") no-repeat center/cover;
}

.products .products_box.hozon10 .ttl {
  color: #cba022;
}

.products .products_box.hozon10 .ttl::before {
  background: url("/images/common/2018/ttl_icon06.png") no-repeat center/cover;
}

.products .products_box.baby .ttl .p {
  color: #ec79ac;
}

.products .products_box.baby .ttl .g {
  color: #a8d176;
}

.products .products_box.baby .ttl .o {
  color: #f5a100;
}

.products .products_box.baby .ttl .bl {
  color: #52c3f1;
}

.products .products_box.baby .ttl::before {
  background: url("/images/common/2018/ttl_icon03.png") no-repeat center/cover;
}

.products .products_box.gold .ttl {
  color: #62493c;
}

.products .products_box.gold .ttl::before {
  background: url("/images/common/2018/ttl_icon04.png") no-repeat center/cover;
}

.products .products_box.shimanekko .ttl {
  color: #edb520;
}

.products .products_box.shimanekko .ttl::before {
  background: url("/images/common/2018/ttl_icon05.png") no-repeat center/cover;
}

.products .products_box .lead {
	font-size: 16px;
  margin-bottom: 22px;
  line-height: 1.6;
}

.products .products_box .lead_block {
  background-color: #014099;
  color: #fff;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.products .products_box .lead_block >p {
  margin-bottom: 10px;
  line-height: 1.6;
	font-size: 16px;
}

.products .products_box .lead_block .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.products .products_box .lead_block .inner p {
  font-size: 12px;
}

.products .products_box .block {
  margin-bottom: 40px;
}

.products .products_box .block .subttl {
  text-align: center;
  background-color: #ccc;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 20px;
}

.products .products_box.kanaginohana .subttl {
  background-color: #00b2d8;
  color: #fff;
}

.products .products_box.hozon .subttl {
  background-color: #8cb1d5;
  color: #fff;
}

.products .products_box.baby .subttl {
  background-color: #ec79ac;
  color: #fff;
}

.products .products_box.gold .subttl {
  background-color: #62493c;
  color: #fff;
}

.products .products_box.shimanekko .subttl {
  background-color: #edb520;
  color: #fff;
}

.products .products_box.hozon10 .subttl {
  background-color: #8cb1d5;
  color: #fff;
}

.products .products_box.shimanekko .lead {
	text-align: center;
}

.products .products_box .block .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.products .products_box .block .inner .contents {
  width: calc(100%/3);
}

.products .products_box .block .inner .contents img {
  display: block;
  margin: 0 auto;
}

.products .products_box .block .inner .contents p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.products .products_box .block .inner .contents p.teiki {
  color: #e83828;
}

.products .products_box .block .inner .contents p .lg {
  font-size: 22px;
}

.products .products_box .block .inner .contents p .sm {
  font-size: 14px;
}

.products .products_box .block .inner .contents .linkbtn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 160px;
  text-align: center;
  padding: 10px 5px;
  border-radius: 22px;
  font-size: 16px;
}

.products .products_box .block .inner .contents .linkbtn::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border: solid 1px #000;
  border-color: #000 #000 transparent transparent;
  margin: 0 20px 0 0;
}

.products .products_box .block .inner .contents .linkbtn:hover,
.products .products_box .block .inner .contents .linkbtn:active {
  text-decoration: none;
}

.products .products_box .block .inner .contents .linkbtn_y {
  border: solid 1px #cdd409;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffbe+30,f4f700+100 */
  background: rgb(254,255,190); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(254,255,190,1) 30%, rgba(244,247,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(254,255,190,1) 30%,rgba(244,247,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(254,255,190,1) 30%,rgba(244,247,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffbe', endColorstr='#f4f700',GradientType=0 ); /* IE6-9 */
}

.products .products_box .block .inner .contents .linkbtn_y:hover,
.products .products_box .block .inner .contents .linkbtn_y:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffbe+30,f4f700+100 */
  background: rgb(254,255,190); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(244,247,0,1) 30%, rgba(254,255,190,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(244,247,0,1) 30%,rgba(254,255,190,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(244,247,0,1) 30%,rgba(254,255,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f700', endColorstr='#feffbe',GradientType=0 ); /* IE6-9 */
  opacity: 1
}

.products .products_box .block .inner .contents .linkbtn_b {
  color: #fff;
  border: solid 1px #00b2d8;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3fcfdc+0,00b2d7+100 */
  background: rgb(63,207,220); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(63,207,220,1) 0%, rgba(0,178,215,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(63,207,220,1) 0%,rgba(0,178,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(63,207,220,1) 0%,rgba(0,178,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fcfdc', endColorstr='#00b2d7',GradientType=0 ); /* IE6-9 */
}

.products .products_box .block .inner .contents .linkbtn_b::after {
  border-color: #fff #fff transparent transparent;
}

.products .products_box .block .inner .contents .linkbtn_b:hover,
.products .products_box .block .inner .contents .linkbtn_b:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b2d7+0,3fcfdc+100 */
  background: rgb(0,178,215); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0,178,215,1) 0%, rgba(63,207,220,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,178,215,1) 0%,rgba(63,207,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,178,215,1) 0%,rgba(63,207,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2d7', endColorstr='#3fcfdc',GradientType=0 ); /* IE6-9 */
  opacity: 1;
}

.products .products_box .info {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.products .products_box .info span {
  color: #e83828;
  font-size: 22px;
}

.products .products_box .linkbtn_lg {
	position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  width: 478px;
  border: solid 1px #00b2d8;
  padding: 14px 0;
  border-radius: 25px;
  color: #00b2d8;
	margin: 0 auto;
}

.products .products_box .linkbtn_lg::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: 90px;
	display: inline-block;
	content: "";
	width: 32px;
	height: 32px;
	background: url("/images/common/2018/arrow-y.png") no-repeat center/cover;
}

.products .products_box .linkbtn_lg:hover,
.products .products_box .linkbtn_lg:active {
  text-decoration: none;
}

/*長いグラデーションボタン*/
.products .products_box .linkbtn_lg.kanagiBtn {
  color: #fff;
  border: solid 1px #00b2d8;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3fcfdc+0,00b2d7+100 */
  background: rgb(63,207,220); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(63,207,220,1) 0%, rgba(0,178,215,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(63,207,220,1) 0%,rgba(0,178,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(63,207,220,1) 0%,rgba(0,178,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fcfdc', endColorstr='#00b2d7',GradientType=0 ); /* IE6-9 */
}
.products .products_box .linkbtn_lg.kanagiBtn::after {
  border-color: #fff #fff transparent transparent;
}
.products .products_box .linkbtn_lg.kanagiBtn:hover,
.products .products_box .linkbtn_lg.kanagiBtn:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b2d7+0,3fcfdc+100 */
  background: rgb(0,178,215); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0,178,215,1) 0%, rgba(63,207,220,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,178,215,1) 0%,rgba(63,207,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,178,215,1) 0%,rgba(63,207,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2d7', endColorstr='#3fcfdc',GradientType=0 ); /* IE6-9 */
  opacity: 1;
}

.products .products_box .linkbtn_lg.hozonBtn {
  color: #fff;
  border: solid 1px #8cb1d7;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2daf1+0,8cb1d5+100 */
	background: #c2daf1; /* Old browsers */
	background: -moz-linear-gradient(top, #c2daf1 0%, #8cb1d5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c2daf1 0%,#8cb1d5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c2daf1 0%,#8cb1d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2daf1', endColorstr='#8cb1d5',GradientType=0 ); /* IE6-9 */
}
.products .products_box .linkbtn_lg.hozonBtn::after {
  border-color: #fff #fff transparent transparent;
}
.products .products_box .linkbtn_lg.hozonBtn:hover,
.products .products_box .linkbtn_lg.hozonBtn:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8cb1d5+0,c2daf1+100 */
	background: #8cb1d5; /* Old browsers */
	background: -moz-linear-gradient(top, #8cb1d5 0%, #c2daf1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8cb1d5 0%,#c2daf1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8cb1d5 0%,#c2daf1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cb1d5', endColorstr='#c2daf1',GradientType=0 ); /* IE6-9 */
}

.products .products_box .linkbtn_lg.babyBtn {
  color: #fff;
  border: solid 1px #ec79ac;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7aacc+0,ec79ac+100 */
	background: #f7aacc; /* Old browsers */
	background: -moz-linear-gradient(top, #f7aacc 0%, #ec79ac 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f7aacc 0%,#ec79ac 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f7aacc 0%,#ec79ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7aacc', endColorstr='#ec79ac',GradientType=0 ); /* IE6-9 */
}
.products .products_box .linkbtn_lg.babyBtn::after {
  border-color: #fff #fff transparent transparent;
}
.products .products_box .linkbtn_lg.babyBtn:hover,
.products .products_box .linkbtn_lg.babyBtn:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec79ac+0,ec79ac+40,f7aacc+100 */
	background: #ec79ac; /* Old browsers */
	background: -moz-linear-gradient(top, #ec79ac 0%, #ec79ac 40%, #f7aacc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ec79ac 0%,#ec79ac 40%,#f7aacc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ec79ac 0%,#ec79ac 40%,#f7aacc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec79ac', endColorstr='#f7aacc',GradientType=0 ); /* IE6-9 */
}

.products .products_box .linkbtn_lg.goldBtn {
  color: #fff;
  border: solid 1px #62493e;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b7f71+0,62493c+100 */
	background: #9b7f71; /* Old browsers */
	background: -moz-linear-gradient(top, #9b7f71 0%, #62493c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #9b7f71 0%,#62493c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #9b7f71 0%,#62493c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b7f71', endColorstr='#62493c',GradientType=0 ); /* IE6-9 */
}
.products .products_box .linkbtn_lg.goldBtn::after {
  border-color: #fff #fff transparent transparent;
}
.products .products_box .linkbtn_lg.goldBtn:hover,
.products .products_box .linkbtn_lg.goldBtn:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#62493c+53,9b7f71+100 */
	background: #62493c; /* Old browsers */
	background: -moz-linear-gradient(top, #62493c 53%, #9b7f71 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #62493c 53%,#9b7f71 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #62493c 53%,#9b7f71 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62493c', endColorstr='#9b7f71',GradientType=0 ); /* IE6-9 */
}

/*============================
商品リスト2019ここまで
==============================*/


.spec{
	position:absolute;
	top:6px;
	left:15px;
	font-size:14px;
}
.teiki_cost{
		position:absolute;
	top:165px;
	left:15px;
	font-size:12px;
	color:#f33466;
	font-weight:bolder;
}
.teiki_btn{
	position:absolute;
	top:185px;
	left:15px;
}

.tsujyou_cost{
	position:absolute;
	top:210px;
	left:15px;
	font-size:12px;
	font-weight:bolder;
}
.tsujyou_btn{
	position:absolute;
	top:230px;
	left:15px;
}

.item_link {
	position: absolute;
	top: 27px;
	left: 12px;
}

#news {
    width: 640px;
}

#news h2 {
    width: 110px;
    height: 97px;
    float: left;
}

#news div {
    width: 530px;
    height: 97px;
    float: left;
}

#news div dl {
    font-size: 11px;
    width: 520px;
    background: url(/images/index/news_dot.gif) left bottom repeat-x;
    padding: 5px 0 5px 5px;
    float: left;
}

#news div dt {
    width: 140px;
    float: left;
}

#news div dd {
    width: 380px;
    float: left;
}

.under a:hover img {
    filter: alpha(opacity = 80);
    -ms-filter: "alpha( opacity=80 )";
    opacity: 0.8;
}
.teiki_btn a:hover img {
    filter: alpha(opacity = 60);
    -ms-filter: "alpha( opacity=60 )";
    opacity: 0.6;
}
.tsujyou_btn a:hover img {
    filter: alpha(opacity = 60);
    -ms-filter: "alpha( opacity=60 )";
    opacity: 0.6;
}
/******************************/
/*------ Header --------------*/
/******************************/
#logo {
    width: 382px;
    height: 78px;
    position: absolute;
    top: 23px;
    left: 0px;
}

#tel {
    width: 483px;
    height: 58px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#tel_logo {
	background: url(/images/common/2018/header_tel.png) no-repeat left center/contain;
	width:173px;
	height:48px;
	position: absolute;
  top: 7px;
  right: 0px;
	padding-left: 323px;
}

#tel_logo img {
	display:block;
	border:0;
}

#login {
    width: 350px;
    height: 43px;
    position: absolute;
    background: #F3FDFF;
    top: 60px;
    right: 0px;
    text-align: right;
}

#login_btn {
  position: absolute;
  top: 5px;
  right: 138px;
  width: 111px;
  height: 38px;
}

#logout_btn {
  position: absolute;
  top: 5px;
  right: 254px;
  width: 111px;
  height: 38px;
}

#btn_touroku {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 133px;
  height: 38px;
}

.on a:hover img {
    filter: alpha(opacity = 60);
    -ms-filter: "alpha( opacity=60 )";
    opacity: 0.6;
}


/* global navigation */
#g_nav {
  clear: both;
  width: 100%;
  height: 40px;
  border-top: solid 1px #d1e1e7;
  border-bottom: solid 1px #d1e1e7;
}

#g_nav ul {
  width: 900px;
  margin: 0 auto;
}

#g_nav ul li {
  position: relative;
}

#g_nav ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 1px;
  height: 16px;
  border-left: solid 1px #d1e1e7;
}

#g_nav ul li:last-child:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 1px;
  height: 16px;
  border-left: solid 1px #d1e1e7;
}

#g_nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 100%;
  color: #00b2d8;
}

#g_nav li a::before {
  display: block;
  content: "";
  width: 12px;
  height: 18px;
  background: url(/images/common/2018/gnav_icon.png) no-repeat center/cover;
  margin-right: 5px;
}

#g_nav ul .gnav01 {
    width: 145px;
    height: 40px;
    float: left;
}

#g_nav ul .gnav02 {
    width: 208px;
    height: 40px;
    float: left;
}

#g_nav ul .gnav03 {
    width: 187px;
    height: 40px;
    float: left;
}

#g_nav ul .gnav04 {
    width: 168px;
    height: 40px;
    float: left;
}

#g_nav ul .gnav05 {
    width: 192px;
    height: 40px;
    float: left;
}

/******************************/
/*------ Footer --------------*/
/******************************/
#footer{
	   width: 100%;
    height: 112px;
	background:url(/images/common/bg_footer.gif) repeat-x;
	text-align: center;
}
#footer-inner {
	padding-top:20px;
    width: 900px;
	text-align:right;
	position:relative;
	margin: 0 auto;
}
#footer-inner p {
	margin-bottom:15px;
}
.footer_logo{
	position:absolute;
	top:20px;
	left:0px;
}
.footer_logo a:hover img {
    filter: alpha(opacity = 60);
    -ms-filter: "alpha( opacity=60 )";
    opacity: 0.6;
}


.copyright {
    font-size:10px;
}

/******************************/
/*------ Etc -----------------*/
/******************************/
strong, .b {
    font-weight: bold;
}

/*----color-----*/
.red {
    color: #F00;
}

.blue {
    color: #00F;
}

.green {
    color: #080;
}

.orange {
    color: #F90;
}

.highlight {
    background: #FE0;
    color: #000;
    padding: 1px 2px;
}

/******************************/
/*------ common  -------------*/
/******************************/

h4 {
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
}

h5 {
	font-weight:bold;
	font-size:13px;
	margin-bottom:5px;
}

.tar {
	text-align:right;
}

.blueline{
	margin-top:25px;
	border-bottom:solid 1px #00ffff;
}


/*  h2  */

#h2_title {
	font-weight:bold;
	font-size:25px;
	margin-bottom:10px;
}



/*--------------------------------------*/

.list_box .kanagi_box h2 {
	width:639px; 
	height:65px;
	position:relative;
    padding-bottom: 5px;
}

.list_box .kanagi_box h2 p{
	position:absolute;
	top:37px;
	left:42px;
	font-size:12px;
}

.list_box .hozon01 {
    background: url(/images/common/hozon_img01.gif) no-repeat;
    overflow: hidden;
    width: 204px;
    height:215px;
    float: left;
	position:relative;
	margin-right: 14px;
}

.list_box .hozon02 {
    background: url(/images/common/hozon_img02.gif) no-repeat;
    overflow: hidden;
    width: 204px;
    height:215px;
    float: left;
	position:relative;
	margin-right: 14px;
}

.list_box .hozon01 .teiki_cost,
.list_box .hozon02 .teiki_cost {
	color:#000000;
}

.size10 {
	font-size:10px;
}


.frees {
	position:absolute;
	top:64px;
	left:404px;
}


/***********************************/
/* NEW TEIKI */
/***********************************/

#nteiki_outer {}

#nteiki_outer p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 11px;
}

#nteiki_outer a {
	color: #0000fe;
	text-decoration: underline;
}

#nteiki_outer a:hover {
	color: #ff2a00;
	text-decoration: none;
}

.teiki_txt_box01 {
	padding: 36px 0 21px 0;
}

.tt_n01 {
	font-size: 24px !important;
	color: #47bdf0;
	margin-bottom: 17px;
}

#teiki_step_outer {
	padding-bottom: 20px;
}

.teiki_step {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 0 22px 123px;
}

.ntstep1 {
	background-image: url(/images/teiki_new/step1.jpg);
}

.ntstep2 {
	background-image: url(/images/teiki_new/step2.jpg);
}

.ntstep3 {
	background-image: url(/images/teiki_new/step3.jpg);
}

.ntstep4 {
	background-image: url(/images/teiki_new/step4.jpg);
}

.ntstep5 {
	background-image: url(/images/teiki_new/step5.jpg);
}

.ntstep6 {
	background-image: url(/images/teiki_new/step6.jpg);
}

.tt_n02 {
	font-size: 24px !important;
	color: #47bdf0;
}

.marker_ye {
	color: #fa0505;
	background: linear-gradient(transparent 90%, #ffee00 0%);
}

.tt_nbox {
	overflow: hidden;
}

.tt_nbox p {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #fff6d8;
	border: 1px solid #e6e6e6;
	font-size: 18px !important;
	line-height: 50px !important;
	text-align: center;
	box-sizing: border-box;
	width: 140px;
	margin-right: 10px;
	margin-bottom: 0;
	float: left;
}

#teiki_comments_nbox {
	padding-bottom: 40px;
}

.tcn_title {
	font-size: 24px !important;
	line-height: 62px !important;
	color: #47bdf0;
	border-top: 1px solid #47bdf0;
	border-bottom: 1px solid #47bdf0;
	text-align: center;
}

.balloon_left {
	position: relative;
	padding: 17px 20px 13px 20px;
	background-color: #ddffcc;
	display: inline-block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 20px 20px 0 0;
}

.balloon_left::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -10px;
	top: 20px;
	border-right: 10px solid #ddffcc;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.balloon_right {
	position: relative;
	padding: 17px 20px 13px 20px;
	background-color: #cceeff;
	display: inline-block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 20px 0 0 20px;
}

.balloon_right::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -10px;
	top: 20px;
	border-left: 10px solid #cceeff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.balloon_left p,
.balloon_right p {
	margin-bottom: 0 !important;	
}

#teiki_qa_nbox {
	padding-top: 4px;
	padding-bottom: 60px;
}

.tqa_n1 {
	border-bottom: 1px dashed #e5e5e5;
	padding: 24px 0 14px 0;
}

.tqa_txt {
	font-size: 18px !important;
	line-height: 1.2 !important;
	color: #47bdf0;
	margin-bottom: 21px !important;
}

.tqa_num {
	padding-left: 20px;
}

.tqa_num li {
	list-style: decimal;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 11px;
}

.tqa_link {
	width: 380px;
	margin: 0 auto;
	padding-top: 30px;
}

.tqa_link a {
	display: block;
	background-color: #47bdf0;
	color: #ffffff !important;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	text-decoration: none !important;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.tqa_link a:hover {
	background-color: #33c2ff;
}

#erabu_teiki {
	padding-bottom: 40px;
}

/*---------------------*/

.block .subttl {
	position: relative;
}

.block .subttl .expiration_date {
	position: absolute;
	top: 9px;
	right: 9px;
	z-index: 10;
	border-radius: 4px;
	font-size: 11px;
	padding: 4px 8px 5px;
	color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
}



/*---------------------------------------*/
/*---------------------------------------*/

/* hozon_labelless */

#labelless {
    margin-top: 40px;
}

.labelless_banner {
    width: 100%;
    display: block;
}

.heading_text {
    font-size: 26px;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
    margin: 22px 0 20px;
}

.labelless_point {
    margin: 27px auto 0;
    position: relative;
}

.labelless_point_inner {
    background-color: #d8effc;
    padding: 18px 20px 18px;
    box-sizing: border-box;
}

.labelless_point_inner p {
    color: #0e6eb7;
    font-size: 16px;
    font-weight: 500;
}

#labelless_point_fukidashi_pc {
    position: absolute;
    width: 180px;
    right: -20px;
    bottom: -100px;
    z-index: 1;
}

#labelless_point_fukidashi_sp {
    display: none;
}

.sustainable_textbox {
    margin: 20px 0 38px 0;
    width: 470px;
}

.sustainable_textbox p {
    font-size: 12px;
    line-height: 1.11;
    margin: 0 !important;
}

.sustainable_text1 {
    border-bottom: 1px solid #000000;
    padding-bottom: 2px;
}

.sustainable_text2 {
    padding-top: 3px;
}

.labelless_text_img_pc {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.labelless_certification {
    border-top: 1px solid #000000;
    margin-top: 10px;
    padding: 20px 0 0 0;
}


.labelless_certification dl {
    display: table;
    padding-bottom: 30px;
}

.labelless_certification dt,
.labelless_certification dd {
    display: table-cell;
    box-sizing: border-box;
}

.labelless_certification dt {
    width: 178px;
}

.labelless_certification dt img {
    display: block;
    margin: 0 auto;
}

#halal_logo {
    width: 104px;
}

#green_logo {
    width: 102px;
}

#fsc_logo {
    width: 178px;
}

.labelless_certification dd {
    font-size: 12px;
    line-height: 1.11;
    padding-left: 20px;
    margin: 0;
    vertical-align: middle; 
}

.labelless_certification dd span {
    display: block;
}
