@charset "utf-8";

/*********************
* base tags
*********************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 auto;
}

body {
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', 'メイリオ', 'sans-serif';
	font-size: small;
	line-height: 135%;
	-webkit-text-size-adjust: 100%;
}

.do-fixed {
    position: fixed;
}

#contents {
	line-height: 120%;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}

html>/**/body .clearfix { display /*\**/: block\9 }

input,
textarea,
select {
	width: 100%;
	margin: 5px 0;
	padding: 5px;
	font-size: xx-large;
}

button {
}

input,
textarea {
	-webkit-box-sizing: border-box; /* Chrome, Safari */
}

input[type=image] {
	width: auto;
}

input[type=radio] {
	float: left;
	margin: 5px 0 0;
	width: auto;
}

label {
	display: block;
	/*float: left;*/
	width: 530px;
	margin: 0 0 0 45px;
	padding: 5px 0 0 0;
	font-size: x-large;
}

p {
	padding-bottom: 15px;
}

h1 {
	/*display: none;*/
}

h2 {
}

img {
	border: none;
}

/********************************
* 共通
********************************/
#header {
	position: relative;
	z-index: 100;
}

/*#header h1 {
	position: absolute;
	left: 33%;
	top: 210px;
}*/

#header .main_logo {
	position: absolute;
	left: 33%;
	top: 210px;
	z-index: 200;
}

#header .g_menu {
	width: 640px;
	height: 76px;
	background: #df6011 url(../images/common/bg01.jpg) repeat-y;
}

#header .g_menu a {
	display: block;
	position: absolute;
	right: 20px;
	top: 352px;
	background: url(../images/common/icon01.png) no-repeat;
	width: 80px;
	height: 52px;
	text-indent: -9999px;
}

#header .menu_back {
	display: none;
	width: 640px;
	border-bottom: 1px solid #fff;
	background-color: #d26117;
}

#header ul.menu {
	/*display: none;*/
	width: 640px;
	border-bottom: 1px solid #fff;
}

#header ul.menu li {
	list-style-type: none;
	display: block;
	padding: 15px 10px;
	line-height: 40px;
	border-top: 1px solid #ffffff;
	color: #FFFFFF;
	background-color: #d26117;
	/*font-size: 25px;*/
	font-size: x-large;
	line-height: 150%;
}

#header ul.menu li a {
	display: block;
	color: #FFFFFF;
	background: url(../images/common/yajirushi_menu.png) no-repeat 595px center;
	background-color: #d26117;
	text-decoration: none;
}

#header ul.sub_menu {
}

#header ul.sub_menu li {
	list-style-type: none;
	padding: 0 10px;
	border: none;
}

#header ul.sub_menu li a {
	display: block;
	padding: 5px 10px;
	line-height: 40px;
	color: #FFFFFF;
	background: url(../images/common/yajirushi_menu.png) no-repeat 585px center;
	background-color: #d26117;
	/*font-size: 18px;*/
	font-size: x-large;
	line-height: 150%;
	text-decoration: none;
}

#header h2 {
	position: relative;
}

#header h2 a {
	position: absolute;
	top: 12px;
	right: 30px;
}

.head_text {
	position: absolute;
	top: 0;
	left: 0;
}

.head_text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

.flip_outer {
	position: relative;
	width: 550px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0;
	-webkit-transform: translateZ(0);
}

.flip {
/*	width: 6000px;*/
	/* 1000px(item) * 6 + 10px */
}

.flip:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.flip li,
.flip2 li {
	float: left;
	margin: 0 5px;
	list-style-type: none;
}

.flip li a,
.flip2 li a {
	display: block;
	overflow: hidden;	/*不要部分の切り取り*/
	width: 175px;
	height: 175px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.flip_prev a,
.flip2_prev a {
	position: absolute;
	display: none;
	z-index: 100;
	width: 23px;
	height: 31px;
	top: 48%;
	left: 15px;
	text-indent: -9999px;
	background-image:url(../images/common/yajirushi03.png);
	background-repeat: no-repeat;
}

.flip_next a,
.flip2_next a {
	position: absolute;
	display: block;
	z-index: 100;
	width: 23px;
	height: 31px;
	top: 48%;
	right: 15px;
	text-indent: -9999px;
	background-image:url(../images/common/yajirushi01.png);
	background-repeat: no-repeat;
}

.contents_inner {
	margin: 20px 0;
	padding: 0 10px;
}

#bottom_menu_back {
	background-color: #d16216;
}

#bottom_menu_inner {
	width: 608px;
	margin: 0 auto;
	padding: 15px 0 30px;
}

#bottom_menu_back ul.bottom_menu {
}

#bottom_menu_back ul.bottom_menu li {
	margin-bottom: 10px;
	list-style-type: none;
}

#bottom_menu_inner .go_page_top {
	width: 126px;
	margin: 25px auto 0;
}

#side_menu {
	margin: 15px 0; 
	padding: 10px 12px;
	height: 160px;
}

#side_menu li {
	float: left;
	list-style-type: none;
	margin-left: 24px; 
}

#side_menu li:first-child {
	margin-left: 0; 
}

#footer {
	background: url(../images/common/bg02.png) no-repeat right bottom;
	background-color: #fdf9f6;
	height: 368px;
}

#footer #footer_privacy {
	margin-bottom: 30px;
	padding: 20px 0;
	text-align: center;
	border-bottom: 2px solid #e0d2d1;
}

#footer #footer_privacy a {
	font-size: x-large;
	color: #c5541c;
	text-decoration: none;
}

#footer #footer_inner {
	 width: 640px;
	 margin: 0 auto;
	 padding-top: 30px;
}

#footer #footer_inner p {
	font-size: x-large;
	line-height: 140%;
}

#footer #footer_inner img {
	float: left;
	margin: -30px 0 50px 0;
}

#footer #footer_inner span {
	font-weight: bold;
	font-size: x-large;
}

#footer #footer_copyright {
	font-size: x-large;
	line-height: 140%;
	padding: 20px 0;
	text-align: center;
}

/********************************
* TOP
********************************/
#top .slider {
	margin-bottom: 20px;
}

#top .line {
	margin: 20px 0;
	width: 100%;
	border: 1px solid #cbcbcb;
}

#top h2 {
	margin: 0 0 30px;
}

#top .whatsnew_back {
	background: url(../images/top/img02.png) no-repeat 10px 10px;
	background-color: #eeeded;
	padding: 10px 10px 15px 10px;
	position: relative;
	margin: 15px 0 50px;
}

#top dl.whatsnew_list {
	margin-top: 60px;
	padding-top: 5px;
	height: 250px;
	overflow-y: scroll;
}

#top dl.whatsnew_list dt {
	color: #848484;
	margin-bottom: 10px;
	font-size: x-large;
}

#top dl.whatsnew_list dd {
	margin-bottom: 20px;
	font-size: x-large;
	line-height: 140%;
}

#top dl.whatsnew_list dd a {
	color: #c1571d;
	text-decoration: none;
}

#top dl.whatsnew_list dd a:hover {
	text-decoration: underline;
}

#top .whatsnew_list_link {
	background: url(../images/top/yajirushi01.png) no-repeat;
	position: absolute;
	bottom: -30px;
	right: 10px;
}

#top .reform_box {
	margin: 20px 0 30px;
}

#top .reform_box img {
	margin-bottom: 5px; 
}

#top .reform_box a {
	font-size: x-large;
	line-height: 150%;
	text-decoration: none;
	color: #bd541f;
	/*color: #000000;*/
}

#top .reform_box p {
	font-size: x-large;
	line-height: 150%;
	padding: 0;
}

#top ul.reform_list {
	margin: 20px auto;
	background-color: #eeeded;
	padding: 10px 50px;
	height: 164px;
	width: 540px;
}

#top ul.reform_list li {
	float: left;
	list-style-type: none;
	margin-left: 24px;
}

#top ul.reform_list li:first-child {
	margin-left: 0;
}

#top p.brown {
	color: #ab7067;
	font-size: x-large;
	line-height: 150%;
	/*font-size: medium;
	line-height: 140%;*/
}

#top ul.concept_list {
	border: 5px solid #ccc;
	margin: 30px 10px;
}

#top .concept_list ul li{
	border-left: 5px solid #ccc;
	border-right: 5px solid #ccc;
	margin: 0px;
	padding: 15px 20px;
	list-style-type: none;
}
 
#top .concept_list ul li.m1{
	border-top: 5px solid #ccc;
	border-bottom: 3px dashed #f0d4c2;
}
 
#top .concept_list ul li.m2,
#top .concept_list ul li.m3{
	border-bottom: 3px dashed #f0d4c2;
}
 
#top .concept_list ul li.m4{
	border-bottom: 5px solid #ccc;
}
 
#top .concept_list ul li a{
	background: url(../images/common/yajirushi03.png) no-repeat 100% 50%;
	color: #c5551c;
	display: block;
	height: 48px;
	margin: 0;
	padding: 25px 20px 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	font-size: xx-large;
 }
 
#top .concept_list ul li .message {
	display: none;
	font-size: medium;
}

#top .concept_list ul li .message p {
	font-size: x-large;
	line-height: 150%;
	/*font-size: medium;
	line-height: 1.2em;*/
}
 
#top .concept_list ul li img{
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 15px;
	margin-top: -15px;
}

#top ul.contents_list {
	border-bottom: 5px solid #ccc;
	margin: 30px 10px;
}

#top .contents_list ul li{
	border-left: 5px solid #ccc;
	border-right: 5px solid #ccc;
	height: 68px;
	margin: 0px;
	padding: 15px 20px;
	list-style-type: none;
}
 
#top .contents_list ul li.m1{
	border-top: 5px solid #ccc;
	border-bottom: 3px dashed #f0d4c2;
}
 
#top .contents_list ul li.m2,
#top .contents_list ul li.m3{
	border-bottom: 3px dashed #f0d4c2;
}
 
#top .contents_list ul li.m4{
	border-bottom: 5px solid #ccc;
}
 
#top .contents_list ul li a{
	background: url(../images/common/yajirushi04.png) no-repeat 100% 50%;
	color: #c5551c;
	display: block;
	height: 48px;
	margin: 0;
	padding: 25px 20px 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	font-size: xx-large;
 }


    .slidesjs-pagination {
      margin: 6px 0 0 47%;
      list-style: none;
	  text-align: center;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 10px;
      height: 0;
      padding-top: 10px;
      background-image: url(../images/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
	  zoom: 200%;
    }


    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -10px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -20px
    }

	.slidesjs-navigation {
		display: none;
	}
	
#top .dog_lover_img {
	position: relative;
	width: 640px;
	background-image: url(../images/top/img15.png);
	background-repeat: no-repeat;
}

#top .dog_lover_comment {
	padding: 450px 5px 0 5px;
}

#top .dog_lover_comment p {
	font-size: x-large;
	line-height: 150%;
}

#top .dog_lover_button {
	text-align: center;
	margin: 30px 0 50px 0 ;
	

}


/********************************
* 商品一覧
********************************/



/*#product_list #contents_inner { padding: 20px 10px; }

#product_list h3 { margin-top: 20px; }

#product_list .product_name {
	padding: 20px 0 0;
	color: #092243;
	font-size: medium;
	font-weight: bold;
}

#product_list .product_detail_inner { padding: 10px 0 20px; }

#product_list .detail_button {
	width: 363px;
	margin: 0 auto 40px;
}

#product_list .yakitate_bg {
	padding: 20px 0;
	background-color: #2c465d;
	margin-bottom: 40px;
}

#product_list .yakitate {
	padding: 20px 10px 15px;
	color: #ffffff;
	font-size: medium;
	font-weight: bold;
}

#product_list .yakitate_bg p {
	padding-left: 10px;
	color: #ffffff;
}

#product_list .detail_button02 {
	width: 363px;
	margin: 0 auto;
}

#product_list p span {
	color: #ff0000;
}

#product_list p.set_alert {
	padding: 20px 0 5px;
}

/********************************
* 商品詳細共通
********************************/
#product_details h3 { margin-top: 20px; }

#product_details h4 {
	background: url(../images/item/common/img04.jpg) no-repeat;
	height: 27px;
	font-size: x-large;
	padding: 13px 0 0 20px;
	font-weight: normal;
	color: #052247;
}

#product_details .product_name {
	padding: 20px 10px 0;
	color: #092243;
	font-size: medium;
}

#product_details .detail_button {
	width: 363px;
	margin: 0 auto 40px;
}

#product_details .kodawari_inner {
	background-color: #eaeaea;
	padding: 20px 10px 20px;
}

#product_details .kodawari_inner .recipe {
	text-align: center;
	margin-bottom: 20px;
}

#product_details .kodawari_inner .recipe img {
	margin-top: 20px;
}

#product_details .kodawari_inner .recipe a {
	color: #ae9666;
	text-decoration: none;
}

#product_details .product_inner {
	padding: 10px 10px 20px;
}

#product_details .product_inner p span {
	font-weight: bold;
}

#product_details .product_inner p span.red {
	color: #ff0000;
}

#product_details .product_inner p span.underline {
	text-decoration: underline;
}

#product_details .product_inner #product_info tr th {
	padding-bottom: 10px;
}

#product_details .product_inner #product_info tr td {
	padding-bottom: 10px;
}

#product_details .product_inner #product_info tr td.paddingLeft {
	padding-left: 12px;
}

#product_details .recommend_bg02 {
	background-color: #e5e5e5;
	width: 100%;
	height: 235px;
	margin: 10px 0 15px;
	position: relative;
}

#product_details ul.recommend_list02 {
	width: 2220px;
	margin: 0 auto;
	/*padding: 20px 0;*/
}

#product_details .recommend_bg02 .recommend_left_arrow {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 23px;
	height: 31px;
}

#product_details .recommend_bg02 .recommend_right_arrow {
	position: absolute;
	top: 90px;
	right: 10px;
	width: 23px;
	height: 31px;
}

#product_details ul.recommend_list02 li {
/*	margin-left: 10px;*/
	list-style-type: none;
	float: left;
}

#product_details ul.recommend_list02 li:first-child { margin-left: 0; }

#product_details #price_list {
	width: 620px;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#product_details #price_list th,
#product_details #price_list td {
	padding: 8px 5px 5px 5px;
	border: 1px solid #666;
}

#product_details #price_list th {
	background-color: #66C;
	color: #FFF;
	font-size: 20px;
	line-height: 130%;
}

#product_details #price_list td {
	text-align: center;
	font-size: 24px;
}

#product_details #price_list tr td span.alert {
	font-weight: bold;
	color: #ff0000;
}

#product_details #price_list input[type=image] {
	width: 90px;
	height: 45px;
	margin-top: 5px;
}

#product_details #price_list .v_align_m {
	vertical-align: middle;
}

#product_details ul.attention li { margin-left: 20px; }

#product_details p.set_alert {
	font-weight: bold;
	color: #ff0000;
	border: 1px solid #0d2444;
	padding: 15px;
}

/********************************
* こだわり
********************************/
#kodawari h3 { margin: 20px 0; }

#kodawari h4 {
	background: url(../images/item/common/img04.jpg) no-repeat;
	height: 27px;
	font-size: x-large;
	padding: 13px 0 0 20px;
	font-weight: normal;
	color: #052247;
	margin: 20px 0;
}

#kodawari .kodawari_inner01 {
	padding: 20px 10px;
}

#kodawari .kodawari_inner01 .recipe {
	text-align: center;
	margin-bottom: 30px;
}

#kodawari .kodawari_inner01 .recipe img { margin-top: 20px; }

#kodawari .stock_inner {
	padding: 20px 10px 10px;
	background-color: #996c33;
}

#kodawari .stock_inner p { color: #ffffff; }

#kodawari ul.stock_list {
	padding: 20px 10px;
	background-color: #e4e4e4;
}

#kodawari  ul.stock_list li { margin: 0 0 10px 20px; color: #996c33; }

#kodawari  ul.stock_list li span { color: #000000; }

#kodawari .safety_inner {
	padding: 20px 10px 10px;
	background-color: #082854;
}

#kodawari .safety_inner p { color: #ffffff; }

#kodawari ul.safety_list {
	padding: 20px 10px;
	background-color: #dee5e5;
	margin-bottom: 20px;
}

#kodawari ul.safety_list li { list-style-type: none; margin-bottom: 10px; }

/********************************
* うなぎの美味しい食べ方
********************************/
#tabekata h3 { margin-top: 20px; }

#tabekata h4.caption {
	background: url(../images/item/common/img04.jpg) no-repeat;
	height: 27px;
	font-size: x-large;
	padding: 13px 0 0 20px;
	font-weight: normal;
	color: #052247;
	margin: 50px 0 20px;
}

#tabekata h4.tabekata_list_title {
	background:url(../images/tabekata/maru.png) no-repeat left center;
	padding: 18px 0 0 30px;
	height: 31px;
	font-size: x-large;
	font-weight: normal;
}

#tabekata .tabekata_list ul{
}

#tabekata .tabekata_list ul li{
	list-style-type: none;
	background-color: #b28850;
	border: 2px inset #ffffff;
	height: 79px;
	margin: 0;
	width: 315px;
	float: left;
}

#tabekata .tabekata_list ul li a{
	color: #ffffff;
	display: block;
	width: 300px;
	height: 31px;
	margin: 0;
	padding: 25px 10px 23px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	font-size: x-large;
	line-height: 34px;
}

#tabekata .tabekata_list ul li a::before {
	content: url(../images/tabekata/sankaku.png);
	padding-right: 10px;
}

#tabekata .tabekata_inner { padding: 20px 10px; }

#tabekata .tabekata_inner p span {
	color: #193860;
	font-weight: bold;
}

#tabekata .tabekata_inner p span.bold {
	color: #000000;
	font-weight: bold;
}

#tabekata .tabekata_inner .recipe_link {
	text-align: center;
	margin: 20px 0 30px;
}

/********************************
* 焼きたて商品と真空商品の違い
********************************/
#yakitate h3 { margin-top: 20px; }

#yakitate h4 {
	background: url(../images/item/common/img04.jpg) no-repeat;
	height: 27px;
	font-size: x-large;
	padding: 13px 0 0 20px;
	font-weight: normal;
	color: #052247;
	margin: 0 0 20px;
}

#yakitate .yakitate_inner { padding: 20px 10px; }

/********************************
* うなぎ料理レシピ
********************************/
#recipe h3 { margin-top: 20px; }

#recipe h4.caption {
	background: url(../images/item/common/img04.jpg) no-repeat;
	height: 27px;
	font-size: x-large;
	padding: 13px 0 0 20px;
	font-weight: normal;
	color: #052247;
	margin: 20px 0 20px;
}

#recipe h4.tabekata_list_title {
	background:url(../images/tabekata/maru.png) no-repeat left center;
	padding: 18px 0 0 30px;
	height: 31px;
	font-size: x-large;
	font-weight: normal;
}

#recipe .recipe_list ul{
	margin-top: 20px;
}

#recipe .recipe_list ul li{
	list-style-type: none;
	background-color: #b28850;
	border: 2px inset #ffffff;
	height: 79px;
	margin: 0;
	width: 315px;
	float: left;
}

#recipe .recipe_list ul li a{
	color: #ffffff;
	display: block;
	width: 300px;
	height: 31px;
	margin: 0;
	padding: 25px 10px 23px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	font-size: x-large;
	line-height: 34px;
}

#recipe .recipe_list ul li a::before {
	content: url(../images/tabekata/sankaku.png);
	padding-right: 10px;
}

#recipe .recipe_list ul li.small a { font-size: 1.4em; }

#recipe .recipe_inner { padding: 20px 10px; }

#recipe .recipe_inner p { color: #0e2545; }

#recipe .recipe_inner p span { font-weight: bold; }

#recipe .recipe_inner p span.bold {
	color: #000000;
	font-weight: bold;
}

#recipe .recipe_inner .recipe_link {
	text-align: center;
	margin: 20px 0 0;
}

#recipe #recipe_quantity {
	width: 400px;
	margin-bottom: 15px;
}

#recipe #recipe_quantity tr td {
	width: 200px;
	color: #0e2545;
	font-size: large;
	padding: 3px 0;
}

/********************************
* 店舗情報
********************************/
#tenpo h3 { margin-top: 20px; }

#tenpo h4 {
	background: url(../images/item/common/img04.jpg) no-repeat;
	height: 27px;
	font-size: x-large;
	padding: 13px 0 0 20px;
	font-weight: normal;
	color: #052247;
	margin: 0 0 20px;
}

#tenpo .tenpo_inner { padding: 20px 10px; }

#tenpo .profile_banner {
	width: 625px;
	margin: 20px auto 40px;
}

#tenpo .product_list_link {
	width: 531px;
	margin: 30px auto;
}

#tenpo .tenpo_inner p span { font-weight: bold; }
#tenpo .tenpo_inner p span.blue { color: #082854; }

/********************************
* 店主プロフィール
********************************/
#profile h3 { margin: 20px 0; }

#profile .profile_inner { padding: 20px 10px; }
#profile .profile_inner img { padding-bottom: 20px; }

#profile .profile_name {
	text-align: right;
	padding-right: 10px;
	margin-bottom: 40px;
}

/********************************
* お得な割引
********************************/
#discount h3 { margin-top: 20px; }

#discount .discount_inner { padding: 20px 10px 0; }

#discount #discount_tbl {
	margin-bottom: 20px;
	width: 600px;
	border: 1px solid #1a2847;
	border-collapse: collapse;
}

#discount #discount_tbl tr td {
	width: 260px;
	border: 1px solid #1a2847;
	border-collapse: collapse;
	color: #1a2847;
	font-size: large;
	padding: 15px 10px;
}

#discount #discount_tbl tr td span { color: #ff0000; }

#discount .carriage_free_banner {
	margin: 20px 0;
}

/********************************
* ご利用ガイド
********************************/
#how_to_buy h3 { margin: 20px 0; }

#how_to_buy h4 {
	color: #052247;
	margin-top: 50px;
	font-size: x-large;
	line-height: 120%;
}

#how_to_buy h4.category {
	margin-top: 30px;
}

#how_to_buy .how_to_buy_inner { padding: 0 10px 20px; }

#how_to_buy .how_to_buy_list ul{
	margin-top: 10px;
}

#how_to_buy .how_to_buy_list ul li{
	list-style-type: none;
	background-color: #b28850;
	border: 2px inset #ffffff;
	height: 79px;
	margin: 0;
	width: 315px;
	float: left;
}

#how_to_buy .how_to_buy_list ul li a{
	color: #ffffff;
	display: block;
	width: 300px;
	height: 31px;
	margin: 0;
	padding: 25px 10px 23px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	font-size: x-large;
	line-height: 34px;
}

#how_to_buy .how_to_buy_list ul li a::before {
	content: url(../images/tabekata/sankaku.png);
	padding-right: 10px;
}

#how_to_buy .how_to_buy_list ul li.small a { font-size: 1.5em; }

#how_to_buy .question{
	background: url(../images/how_to_buy/img_q.png) no-repeat 10px 13px;
	padding: 12px 10px 10px 40px;
}

#how_to_buy .answer{
	background: url(../images/how_to_buy/img_a.png) no-repeat 10px 13px;
	background-color: #f6e5e5;
	padding: 12px 10px 10px 40px;
	margin-bottom: 20px;
}

#how_to_buy .answer span {
	font-weight: bold;
}

/********************************
* お客様の声
********************************/
#voice h3 { margin-top: 20px; }
#voice h3 { margin: 20px 0; }

#voice .voice_inner { padding: 20px 10px; }

#voice .voice_bg {
	padding: 10px;
}

#voice .beige  {
	background-color: #f0e8e0
}

#voice .voice_bg p span {
	font-weight: bold;
}

/********************************
* プライバシーポリシー
********************************/
#privacy h3 { margin-top: 20px; }

#privacy h4 {
	margin-bottom: 10px;
	background-color: #e5e8eb;
	padding: 5px 0 5px 5px;
}

#privacy .privacy_inner { padding: 20px 10px; }

#privacy .privacy_list_bg { margin-bottom: 20px; }

/********************************
* メディア掲載情報
********************************/
#media h3 { margin-top: 20px; }

#media h4 {
	margin-bottom: 10px;
	background-color: #e5e8eb;
	padding: 5px 0 5px 5px;
}

#media .media_inner { padding: 20px 10px; }

#media .entry {
	width: 610px;
	border: 1px solid #a1a1a1;
	margin: 10px;
	padding: 10px 5px;
}

#media h3.entry_title {
	margin-top: 0;
	background: url(../images/media/icon.png) no-repeat 10px center;
	padding: 10px 0 10px 40px;
	border-bottom: 1px solid #a1a1a1;
}

#media h3.entry_title a {
	color: #000000;
	text-decoration: none;
}

#media .entry_body {
	width: 600px;
	padding: 10px;
}

#media .media_list_page {
	margin-top: 30px;
}

#media p.pagebute {
	text-align: center;
	padding: 20px 0 40px 0;
}

#media p.pagebute a {
	padding: 10px 20px;
	border: 1px solid #a1a1a1;
	text-decoration: none;
	color: #000;
	font-size: large;
}

#media p.pagebute span.current_page {
	padding: 10px 20px;
	border: 1px solid #a1a1a1;
	background-color: #0e2545;
	color: #FFFFFF;
	font-size: large;
}


*/