﻿@charset "UTF-8";

/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
/* f 2020.03.27 */
h2.block-goods-name--text {
	font-size: 25px;
}


/* f 2020.01.10 */

/* --------------------------------------------------------------------
	フリーページ　共通
--------------------------------------------------------------------- */
div.freepage_ {
}
div.freepage_narrow_ {
	padding: 0 60px;
}
div.freepage_ .box_ {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
div.freepage_ h2 {
	background: #e7e6e5;
	border-bottom:2px solid #5258A4;
	clear:both !important;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	padding:7px;
}
div.freepage_ p {
	padding: 0 10px 10px 10px;
	line-height: 160%;
}
div.freepage_ h3 {
	font-weight: bold;
	padding: 10px 0;
}
div.freepage_ ul li a {
	color:#1111CC;
	text-decoration:underline;
}
div.freepage_ ul li a:hover {
	text-decoration: none;
}


/* --------------------------------------------------------------------
	フリーページ　会社概要
--------------------------------------------------------------------- */
#company {
}
#company table {
	width: 100%;
}
#company table th {
	width: 8em;
	vertical-align: top;
}
#company table td {
	vertical-align: top;
}


/* --------------------------------------------------------------------
	フリーページ　プライバシーポリシー
--------------------------------------------------------------------- */
#privacy {
}
#privacy p {
	margin-bottom: 10px;
	text-indent: 1em;
}
#privacy ol {
	/*border-top: 1px dotted #CCC;*/
	width:97%;
}
#privacy ol li {
	padding: 10px 0;
	/*border-bottom: 1px dotted #CCC;*/
}
/* --------------------------------------------------------------------
	フリーページ　ご利用規約
--------------------------------------------------------------------- */
#agreement ul {
	padding: 0 10px;
	overflow: hidden;
}
#agreement ul li {
	padding: 0 0 10px 0;
	width: 350px;
	float: left;
	display: inline;
	height: 100%;
	
}

#agreement h3 {
	clear: both;
	background:  #EBEBEB;
	margin: 10px 0 20px 0;
	padding-left: 10px;
}
#law table , #agreement table {
	margin: 0 0 10px 12px;
	border: 1px solid #ccc;
}
#law table th , #agreement table th {
	background: #f1f1ed;
	padding: 10px;
}
#law table th , #agreement table th {
	border-right: 1px solid #ccc;
}
#law table td , #agreement table td {
	padding: 10px;
}
#law table th , #law table td , #agreement table th , #agreement table td {
	border-bottom: 1px solid #ccc;
}

/* --------------------------------------------------------------------
	フリーページ ご利用ガイド
--------------------------------------------------------------------- */

#guide  {
}

#guide h3 {
    font-size:15px;
}

#guide h4 {
    font-size:14px;
	color:#5258A4;
}

#guide .step_ {
    width:97%;
    margin: 0 0 40px 0;
}




/* f 2020.01.13 */
/* --------------------------------------------------------------------
	ユーザー定義　フッター
--------------------------------------------------------------------- */
#footer {
	/*margin-top: 20px;*/
	width: 960px;
	/*padding: 20px;*/
	background: #fff;
	border: 1px solid #d1d5ba;
	
}
#footer a {
	text-decoration: underline;
	font-size: 10px;
}
#footernav {
	margin-bottom: 5px;
	text-align: center;
	background: #b1b1b1;
	padding: 5px 0;
}
#footernav li {
	display: inline;
	padding: 4px 0 3px 0;
	height: 100%;
	/*border-right: 1px solid #CCC;*/
}
#footernav li a {
	margin: 0 0 0 2.2em;
	font-size: 10px;
}
#footernav li.first_ {
	/*border-left: 1px solid #CCC;*/
}
#footernav li#hours-fter {
	background: url(/img/usr/hours-icon.png) no-repeat;
}
#footernav li#hours-fter a {
	margin: 0 0 0 2.7em;
}
#footernav li#order-fter {
	background: url(/img/usr/order-icon.png) no-repeat;
}
#footernav li#place-fter {
	background: url(/img/usr/place-icon.png) no-repeat;
}
#footernav li#cancel-fter {
	background: url(/img/usr/cancel-icon.png) no-repeat;
}
#footernav li#refund-fter {
	background: url(/img/usr/refund-icon.png) no-repeat;
}
#footernav li#cooling-fter {
	background: url(/img/usr/cooling-icon.png) no-repeat;
}
#footernav li#price-fter {
	background: url(/img/usr/price-icon.png) no-repeat;
}
#footernav li#payment-fter {
	background: url(/img/usr/payment-icon.png) no-repeat;
}
#footer-other {
	text-align: center;
	overflow: hidden;
}
#footer-other li {
	display: inline;
	margin: 0 8px;
}
#copyright {
	color: #999;
	text-align: center;
	margin: 5px 0;
}


