@charset "UTF_8";


body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;	/*背景色、背景画像の読み込み*/
	background-color: #FDCC8A;
	background-image: url(../image/cloth-f1.jpg);
	background-repeat: repeat;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 14px;
	line-height: 150%;
}

.align_center{text-align: center;}
.align_right{text-align: right;}

h1,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
    color: #2000ff;
}
a:hover {
	color: #333333;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定。残したままがいいならこの1行削除。*/
}
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1000px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/*h1見出しタグ設定*/
#container h1 {
	font-size: 12px;		/*文字サイズ*/
	text-align: left;	/*文字を右寄せ*/
	padding-top: 2px;
	padding-bottom: 2px;
	color: #D90005;
}
#container h1 a {
	text-decoration: none;
}
.aligncenter{ text-align:center !important;}

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

/*ヘッダー（ロゴが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	width: auto;	/*ヘッダー背景画像の読み込み、リピートしない*/
	height: 210px;
	padding-top: 7px;
	/* [disabled]background-image: url(../image/header.jpg); */
	background-repeat: no-repeat;
	background-color: red;
	border-radius: 8px 8px 0px 0px;
	padding-left: 5px;
}


/*コンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	background: url(../image/contents_bg.gif) repeat-y;	/*背景画像の読み込み＆Y軸(縦軸)リピート*/
	overflow: hidden;
	padding-top: 10px;
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 720px;	/*メインコンテンツ幅*/
	float: right;
	margin-right: 10px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 130%;
	color: #FFFFFF;	/*文字色*/
	clear: both;
	width: 700px;
	background: url(../image/midashi_bg1.gif) no-repeat;	/*背景画像の読み込み＆リピートしない*/
	line-height: 44px;
	height: 44px;
	padding-left: 50px;
	overflow: hidden;	/*下線の幅、線種、色*/
	margin-top: 10px;
	border-bottom-width: 5px;
	border-bottom-style: none;
	border-bottom-color: #FFF100;
	margin-bottom: 10px;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;
}

/*puppy.html、photo.htmlの写真用ボックス設定
---------------------------------------------------------------------------*/


/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左にまわりこませる*/
	width: 240px;	/*サブコンテンツ幅*/
	padding-left: 10px;
}
/*テキストタイプのh3見出しタグ設定*/
#sub h3.text {
	color: #FFFFFF;	/*文字色*/
	font-size: 100%;
	background-color: #ff1717;	/*背景色*/
	text-align: center;	/*文字をセンタリング*/
	padding: 5px;
	border: 3px double #FFF;	/*枠線の幅、線種、色*/
}
/*段落タグ設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

/*テキストタイプのメニュー
---------------------------------------------------------------------------*/
#sub ul.menu {
	margin-bottom: 1em;
	text-align: center;	/*文字をセンタリング*/
}
#sub ul.menu a {
	text-decoration: none;
	display: block;
	width: 230px;
	background: url(../image/uline1.gif) no-repeat left bottom;	/*下線画像の読み込み＆リピートしない＆左側を読み込んで下部に配置*/
	color: #ff1717;	/*文字色*/
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;	/*文字を太字にする設定。通常がいいならこの1行削除。*/
}
#sub ul.menu li a:hover {
	color: #897049;	/*マウスオン時の文字色*/
	background: url(../image/uline1.gif) no-repeat right bottom;	/*下線画像の読み込み＆リピートしない＆右側を読み込んで下部に配置*/
}

/*サムネイルスライドショー
---------------------------------------------------------------------------*/
#thumbnail {
	overflow: hidden;
	font-size: 10px;
	height: 120px;
	width: 630px;
	position: relative;
	background: url(../image/thum_bg.jpg);	/*背景のコルク画像読み込み*/
	padding: 10px;
	margin-bottom: 1em;
}
#thumbnail a img {
	border: 1px solid #FFF;	/*画像のフチの線幅、線種、色*/
}
#thumbnail a:hover img {
	border: 1px solid #FFF100;	/*マウスオン時の画像のフチの線幅、線種、色*/
}
#thumbnail a {
	display: block;
	float: left;
	width: 100px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	color: #FFF;	/*リンクテキストの色*/
}
#thumbnail a:hover {
	color: #FFF100;	/*マウスオン時のリンクテキストの色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*iframe風に見せる設定。全部表示させておきたいならこの1行と、下のheightの行を削除。*/
	height: 150px;			/*ボックスの高さ*/
	width: 640px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 620px;
	border-bottom: 1px solid #CCC;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 520px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*センタリング*/
	clear: both;
	background: url(../image/footer_bg.gif) no-repeat center top;	/*背景画像の読み込み＆上部に配置*/
	padding-top: 30px;
	padding-bottom: 10px;
	color: #333333;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
	line-height: normal;
	font-size: 10px;
}

/*テーブル1
---------------------------------------------------------------------------*/
.ta1 {
	width: 650px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	line-height: 150%;
}
/*テーブル内の右側*/
.ta1 td{
	width: 407px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #FFF100;	/*背景色*/
}
/*テーブル1行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #ff1717;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #d2d2d2;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #ff1717;
}
.c {
	text-align: center;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
#headermenu01 a{
	background-position : 0 0;
	background-repeat : no-repeat;
	text-decoration : none;
	text-indent : -9999px;
	display : block;
	width : 164px;
	height : 39px;
	background-image: url(../image/navi01-2.jpg);
	color: #009;
}

#headermenu01 a:hover {
	background-position : 0 -39px;
	background-repeat : no-repeat;
	background-image: url(../image/navi01-2.jpg);
}

/***取引実績***/
#headermenu02 a{
	background-position : 0 0;
	background-repeat : no-repeat;
	text-decoration : none;
	text-indent : -9999px;
	display : block;
	width : 164px;
	height : 39px;
	background-image: url(../image/navi02-2.jpg);
}

#headermenu02 a:hover {
	background-position : 0 -39px;
	background-repeat : no-repeat;
	background-image: url(../image/navi02-2.jpg);
} 

/***レンタルの流れ***/
#headermenu03 a{
	background-position : 0 0;
	background-repeat : no-repeat;
	text-decoration : none;
	text-indent : -9999px;
	display : block;
	width : 164px;
	height : 39px;
	background-image: url(../image/navi03-2.jpg);
}

#headermenu03 a:hover {
	background-position : 0 -39px;
	background-repeat : no-repeat;
	background-image: url(../image/navi03-2.jpg);
} 

/***よく頂くご質問***/
#headermenu04 a{
	background-position : 0 0;
	background-repeat : no-repeat;
	text-decoration : none;
	text-indent : -9999px;
	display : block;
	width : 164px;
	height : 39px;
	background-image: url(../image/navi04-2.jpg);
}

#headermenu04 a:hover {
	background-position : 0 -39px;
	background-repeat : no-repeat;
	background-image: url(../image/navi04-2.jpg);
}

/***運営会社スタッフ紹介***/
#headermenu05 a{
background:url(../image/navi05-2.jpg);
background-position : 0 0;
background-repeat : no-repeat;
text-decoration : none;
text-indent : -9999px;
display : block;
width : 164px;
height : 39px;
}

#headermenu05 a:hover {
	background-position : 0 -39px;
	background-repeat : no-repeat;
	background-image: url(../image/navi05-2.jpg);
}
/***お問い合わせ・ご予約***/
#headermenu06 a{
background:url(../image/navi06-2.jpg);
background-position : 0 0;
background-repeat : no-repeat;
text-decoration : none;
text-indent : -9999px;
display : block;
width : 164px;
height : 39px;
}

#headermenu06 a:hover {
	background-position : 0 -39px;
	background-repeat : no-repeat;
	background-image: url(../image/navi06-2.jpg);
}
#merit tr th {
	font-size: 12px;
	color: #FF6600;
	vertical-align: top;
}
#merit tr td span {
	font-size: 16px;
	color: #FF3300;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
#merit tr td p {
	font-size: 14px;
	color: #333333;
}
.pop a:hover { /*マウスが乗ったら*/
	position: relative;
	top: 0px;
	left: 0px;
}
.fukidasipop { /*吹き出し本体*/
	position: absolute;
	top:17px;
	left:10px;
	display: none; /*何も表示しない*/
	padding: 5px; /*内側の余白*/
	width: 120px; /*ブロックの幅*/
	text-decoration: none; /*文字飾り*/
	color: #333; /*文字色*/
	background-color: #CCC; /*背景色*/
	border-top:white solid 10px;
	border-left:#CCC solid 10px;
	filter: alpha(opacity=85); /* IE */
	　　-moz-opacity:0.85;
/ *Firefox・Netscape */ 　opacity:0.85; /* Opera・Safari */
}
a:hover .fukidasipop {
	display: block; /*ブロック要素で表示*/
}
.pop a {
	text-decoration: none;
}
.menulist {
	width: 230px;
	text-align: left;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.menulist h2 {
  margin: 0;
  width: 225px;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 14px;
  color:#FFFFFF;
  background-color:#FF0000;
}

.menulist a{
	color: #353535;
	display: block;
	border-top: solid 1px #c6c6c6;
	border-right: solid 1px #c6c6c6;
	border-bottom: solid 1px #c6c6c6;
	border-left: solid 1px #c6c6c6;
	width: 225px;
	font-size: 12px;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
 }

.menulist a:hover{
	color: #CC1533;
	background-color: #CCC;
}
.basic_table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.basic_table {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.text_red {
	color: #FF0000;
}
.list_item {
	margin-left: 30px;
}
.list_item li {
	margin-top: 5px;
	padding-left: 20px;
	text-indent: -20px;
	color: #333333;
}
.text_20 {
	font-size: 20px;
}

.text_18 {
	font-size: 18px;
}
.text_16 {
	font-size: 16px;
}
.text_14 {
	font-size: 14px;
}

.text_12 {
	font-size: 12px;
}

.text_11 {
	font-size: 11px;
}
.text_10 {
	font-size: 10px;
}
.text_bold {
	font-weight: bold;
}
.float_right {
	float: right;
	margin:5px 10px 5px 10px;
}
.float_left{
	float:left;
	margin:10px;
}

.mt_10px{margin-top: 10px;}

.merit2 {
	font-size: 14px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFDFFF;
	border: 1px solid #F9F;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	line-height: 120%;
	margin-top: 10px;
	padding-left: 10px;
	}
.merit2 ul {
	/* list-style-image: url(../image/merit.jpg);
	list-style-position: outside; */
	}
.merit2 li {
	list-style: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	/* margin-left: 30px; */
	padding-left: 30px;
	background-image: url(../image/merit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.65;
	margin-bottom: 1em;
	}
.demerit2 {
    font-size: 14px;
    font-weight: normal;
    margin-right: auto;
    margin-left: auto;
    background-color: #FCFECC;
    border: 1px solid #DFDA68;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    line-height: 120%;
    width: 95%;
    padding-left: 10px;
	}
.demerit2 ul {
	/* list-style-image: url(../image/demerit.jpg);
	list-style-position: outside; */
	}
.demerit2 li {
	list-style: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	/* margin-left: 30px; */
	padding-left: 30px;
	background-image: url(../image/demerit.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.65;
	margin-bottom: 1em;
	}
	.caption {
	font-size: 11px;
	text-align: left;
	line-height: 14px;
	margin-top: 5px;
}
.table_siyou tr td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border : 1px solid #E95E01;
	vertical-align: top;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.table_siyou tr th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E95E01;
	border-left-color: #E95E01;
	padding: 3px;
	vertical-align: top;
	font-size: 12px;
}

.table_kakaku {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.table_kakaku th,.table_kakaku td{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	font-size: 12px;
}
.table_kakaku th{
	background-color: #FFD08D;
}
.kakaku {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.reservation {
	margin-top: 30px;
	font-size: 26px;
	font-weight: bold;
	color: #0000FF;
	line-height: 150%;
	text-align: center;
	}
#main h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF1717;
	padding-left: 20px;
	background-image: url(image/circle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}
.table_list {
	border-top-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FD5514;
	border-right-style: none;
	border-left-width: 1px;
	border-left-color: #FD5514;
	padding: 3px;
}
.table_list td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FE5416;
	border-bottom-color: #FD5514;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
}
.table_list tbody tr th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FD5514;
	border-bottom-color: #FD5514;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url(url);
}
#tb_howto tr td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E0E02;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.worning {
	list-style-type: none;
}
.worning li {
	background-image: url(../image/worning.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
}
.keikoku {
	list-style-type: none;
}
.keikoku li {
	background-image: url(../image/use/keikoku.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
}
.staff {
	border: 1px dotted #999999;
	width: 160px;
	vertical-align: top;
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	line-height: 16px;
}
.end_position{
	float: left;
	margin-right: 0px;
	margin-left: 5px;
}#header td {
	width: 164px;
	background-color: #FFFFFF;
}
.table01 tr td {
	vertical-align: top;
	padding: 8px;
}
.table01 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer_link{
	width:980px;
	font-size:12px;
	text-align:center;
	background-color: #FFFFFF;
}
.footer_link td{
	line-height:normal; 
	width:110px;
}
.table2 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #666666;
	border-top-color: #666666;
}
.table3 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}
.table3 th {
	background-color: #FFD5B5;
	text-align: center;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	padding-right:5px;
	font-weight:normal;
}
.table3 tr td {
	vertical-align: top;
	padding-top: 5px;
	padding-right:5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
.table2 tr th {
	background-color: #CCCCCC;
	vertical-align: top;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.table2 tr td {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 1px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}.table2  p {
	font-size: 12px;
}
.red_box {
	font-size: 14px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFEFBF;
	border: 2px solid #FF0101;
	padding:10px;
	text-align: left;
	line-height: 140%;
	margin-top: 20px;
	}
	.normal_list li {
	margin-bottom: 10px;
	list-style-type: disc;
	margin-left: 30px;
}
.border {
    background-color: #333333;
    height: 5px;
    font-weight: bold;
    color: #FFF;
    width: 95%;
	text-align:left;
	padding-left:0.5em;
}
.box_red{
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	border: 2px solid #FF0004;
}
.footer_link{ margin-left:auto; margin-right:auto; }
.footer_link td{ padding:0 8px 10px 8px; text-align:center; width:107px; font-size:10px; line-height:1.1; vertical-align:top;}
.list_kome_kakko {
	padding: 0;
	margin: 0;
}
.list_kome_kakko li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	text-indent: -2.5em;
	margin-left: 0.5em;
}

.blue_box {
    font-size: 14px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    background-color: #BFDFFF;
    border: 1px solid #039;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 140%;
    margin-top: 20px;
}
.float_right {
    float: right;
    margin-right: 10px;
    font-size: 14px;
}

.table2 {
    font-weight: normal;
    text-align: left;
    border-left-width: 1px;
    border-top-width: 1px;
    border-left-style: solid;
    border-top-style: solid;
    border-left-color: #666666;
    border-top-color: #666666;
}
.table2 th{
    background-color: #FFDFBF;
    font-weight: bold;
    text-align: center;
        padding: 5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #666666;
    border-bottom-color: #666666;
}
.table2 tr td {
    vertical-align: top;
    padding: 5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #666666;
    border-bottom-color: #666666;
}
.price1 {
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
}

/************voice*****************/
.year{
	border: 3px dotted #C25653;
	width: 90%;
	margin: 10px auto;
	padding: 15px;
}
.voice{
	border: 3px dotted #FCD6B7;
	width: 90%;
	margin: 10px auto;
	padding: 15px;
}
.year_name{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	font-size: 16px;
	color: #835926;
	font-weight: bold;
}
.year_title{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 26px;
	color: #673401;
	font-weight: bold;
}
.year_base{
	width: 50%; 
	vertical-align: top; 
	background-color:#FDEADA;  
	border-radius: 20px; 
	padding: 15px;
}
.voice_name{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #835926;
}
.voice_title{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 18px;
	color: #835926;
	font-weight: bold;
}.voice_base{
	width: 50%; 
	vertical-align: top; 
	background-color:#FEF1B6;  
	border-radius: 20px; 
	padding: 15px;
}

/*******消費電力*********/
.box_yellow {
	background-color: #FFFEE0;
	padding-top: 1.4em;
	padding-right: 1.4em;
	padding-bottom: 1.4em;
	padding-left: 1.4em;
}
.text_red, .txt_red {
    color: #FF0000;
}
.box_yellow ol li {
    margin-left: 2em;
}

.bt_item a {
	display: block;
	background-image: -webkit-linear-gradient(270deg,rgba(255,96,99,1.00) 0%,rgba(255,113,116,1.00) 15.03%,rgba(255,0,0,1.00) 59.07%,rgba(213,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,96,99,1.00) 0%,rgba(255,113,116,1.00) 15.03%,rgba(255,0,0,1.00) 59.07%,rgba(213,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,96,99,1.00) 0%,rgba(255,113,116,1.00) 15.03%,rgba(255,0,0,1.00) 59.07%,rgba(213,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,96,99,1.00) 0%,rgba(255,113,116,1.00) 15.03%,rgba(255,0,0,1.00) 59.07%,rgba(213,0,0,1.00) 100%);
	border-radius: 8px;
	border: 1px solid #980002;
	padding-top: 0.3rem;
	padding-right: 0.3rem;
	padding-bottom: 0.3rem;
	padding-left: 0.3rem;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 10px #FFFFFF;
	box-shadow: inset 0px 0px 10px #FFFFFF;
	text-shadow: 0px -1px hsla(0,0%,0%,0.41);
	font-size: 12px;
	width: 92%;
	margin-bottom: 1rem;
}
.bt_item a:hover{
	background-color: indianred;
	background-image: none;
}
.bt_item a strong{
    display: block;
    font-size: 18px;
    background-image: url(../image/arrow.png);
    background-repeat: no-repeat;
    background-size: auto 1em;
    background-position: 92% 50%;
    padding-right: 1em;
    line-height: 100%;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.bt_red a{
	background-color: #FF0004;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.3em;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #9A9A9A;
	box-shadow: 2px 2px 2px #9A9A9A;
	padding-top: 0.8rem;
	padding-right: 24px;
	padding-bottom: 0.8rem;
	/* [disabled]padding-left: 0.2rem; */
	margin-bottom: 0px;
	border-style: none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: auto 30px;
	width: 275px;
	float: right;
	clear: left;
}
.bt_red:after {
content: ".";
display: block;

height: 0;
clear: both;
visibility: hidden;}
input.bt_red {
	padding: 0.4rem;
display:block; 
	position: absolute;
	right: 0px;
	margin-top: 1rem;
}
.indent {
    margin-bottom: 0;
    padding: 0 0 0 1em !important;
    margin-left: 1em;
    text-indent: -1em;
}
/*****************CS********************/
.redBox1 {
    padding: 10px;
    border: double 12px #c00;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px 45px 0px;
}
.card {
    background-color: #FFF;
    border: 1px solid #DDD;
    box-shadow: 2px 2px 8px 0px #7c7a85;
    margin: 0 0 20px 0;
    padding: 0 0 60px 0px;
    display: grid;
}
.pb {
    background-color: rgba(255, 255, 255, 1);
    padding: 0px 0px 0px 10px;
}
.center_block {
    text-align: center;
}
.text_18 {
    font-size: 18px;
    line-height: 1.5;
}
p#text_19{
	font-size: 19px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0px 5px 0;
}
.text_42 {
    font-size: 42px;
    line-height: 1.5;
}
.text_24 {
    font-size: 24px;
    margin-bottom: 15px;
}
.text_19 {
    font-size: 19px;
    margin-bottom: 15px;
    text-align: center;
}
.display{
    display: block;
}
.text_red{
	color:#FF0000;
}
#mb0 {
    padding: 33px 0 33px 0px;
    font-size: 36px;
}
#cs_image {
    max-width: 700px;
    width: 100%;
}
p.img_center {
    text-align: center;
    margin-bottom: 50px;
}
.box_orange {
    width: 215px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: rgba(255,231,170,1.00);
}
/* guarantee.html
-------------------------------------------------- */

.flex.ul1 {
	padding-left: 13px;
	display: flex;
}

.list1 {

	background-color: #ff7900;
	padding: 35px;
	border: solid 1px;
	text-align: center;
	list-style: none;
	padding-top: 55px;
	padding-left: 30px;
	padding-right: 25px;
}
.asterisk::before {
	content: '※';
}
.asterisk, .greater {
	padding-left: 2em;
}
.asterisk.n_l.mini_text {
	margin-bottom: 10px;
}
.listp1 {
	vertical-align: inherit;
	font-size: 17px;
	margin: 0;
	color: white;
}

.list2 {
	padding: 14px;
	width: 414px;
	border: solid 1px;
	list-style: none;
	padding-right: 0;
	padding-left: 0px;
	margin-left: 0;
}

	.f_points::before {
    content: '・';
}

#main div.normal .n_l {
	margin: 0;
}
.list2 p {
    margin-top: 0;
}

.label00.rental_label {
	margin: 0;
	padding: 0;
}
#contents .label00.rental_label {
    margin: -31px 0px 0px 159px;
    position: absolute;
}
#contents .n_l.f_points {
    margin: 0;
	padding: 0;
}
#contents .n_l.annotator {
    margin: 0;
	padding: 0;
}
#main .button_link.bold {
    padding: 0;
}

/* charge.html
-------------------------------------------------- */
#main .mini_text {
    font-size: 11px;
}
#main .asterisk.mini_text {
	padding-left: 3em;
    font-size: 12px;
}
#main a {
    text-decoration: none;
}
.charge_link_a {
    margin-top: 0;
}
.asterisk_1:before {
    content: '※1)';
}
.asterisk_2:before {
    content: '※2)';
}
.asterisk_2 {
    text-indent: -2em;
}
#main .asterisk_2.mini_text {
    margin-left: 22px;
	padding: 0;
	margin-top: 0;
}
.asterisk_1 {
    text-indent: -2em;
}
#main .asterisk_1.mini_text {
    margin-left: 22px;
	padding: 0;
}
.center {
    text-align: center;
}
.triangle::before {
    content: '▼';
    color: blue;
}
.annotator {
    padding-left: 1em;
    text-indent: 0em;
}
.cw.under_line_zone.standard_charge_div1 .annotator {
    padding-left: 4em;
    text-indent: 0em;
}
.content.standard_contets p {
    margin-top: 0;
}
.cw.under_line_zone.standard_charge_div1 .annotator {
    padding-left: 4em;
    text-indent: 0em;
}
.content.standard_contets .p2 {
    font-size: 18px;
    padding: 0;
}
.before_delivery.delivery_paragraph p {
    margin-top: 0;
}
.cw.rental_of_flow.end span {
    color: 
    red;
}
.font_right {
    text-align: right;
}
#contents .n_l.f_points {
    text-indent: -1em;
    padding-left: 1em;
}
.flow_paragraph01 a,.flow_paragraph02 a,.flow_paragraph03 a,.flow_paragraph04 a,.flow_paragraph05 a {
    color: black;
}
.flow_paragraph01 a:link,.flow_paragraph02 a:link,.flow_paragraph03 a:link,.flow_paragraph04 a:link,.flow_paragraph05 a:link {
    text-decoration: none;
}
.n_l.f_points {
    text-indent: -1em;
    padding-left: 1em;
}
#main .annotator {
    padding-left: 1em;
    text-indent: 0em;
}


#item_list_banner h3 {
    height: auto;
}
#main .cm__price_area p {
    padding: 0em 1em 0em 1em;
}
.cm__price_list_area li {
    margin: 0;
}
#main .cm__johnson_box p,
#main .cm__responsive_device p {
    padding: 0;
}
/* 全国往復送料の※の変更*/
.hk_cc, .hk_asterisk {
    position: relative;
    top: -6px;
    font-size: 10px;
}
.hk_shipping_asterisk {
	position: relative;
	top: -24px;
	font-size: 10px;
}
.od_merit_zone .shipping_none span {
    position: relative;
    top: -6px;
    font-size: 10px;
}
/* ※北海道・九州沖縄を除くの表示　*/
.johnson_box,.jb_hk,.r_d_block_hk,.hk_freeshipping {
	display: block !important;
}
@media(max-width:640px){
    .cm__responsive_device .cm__rd_other .r_d_block_hk {
      display: none !important;
    }
}
/* ※北海道・九州沖縄を除くの変更*/
.johnson_box,.jb_hk,.r_d_block_hk,.hk_freeshipping, .p_hs {
    text-align: right;
    font-size: 10px 
}
/* 【  アコーディオン】 ***************/
.accbox .accordion_switch {
	color:  blue;
	font-weight: bold;
	margin: 0px auto 0px auto;
	width: 95%;
	text-align: right;
  }
.accbox .accordion_switch {
	  transition: .3s;
	  cursor: pointer;
  }
.accbox .accordion_switch:hover {
	color: blue;
	text-decoration: underline;
}
.acPerformanceContents .close_accordion.close_accordion {
	color:  blue;
	font-weight: bold;
	margin: 0px auto 0px auto;
	width: 95%;
	text-align: right;
	transition: .3s;
	cursor: pointer;
}
.acPerformanceContents .close_accordion.close_accordion:hover {
	color: blue;
	text-decoration: underline;
}
.acPerformanceContents {
	display: block;
}

/* product_price_bodyの画像と商品名を消す（itemIDをサイト毎に修正）　***************/
#item171, #item167, #item357, 
.item171 .cm__d_l .d_block.no1 .mein_item.box .mein_item_img,
.item167 .cm__d_l .d_block.no1 .mein_item.box .mein_item_img,
.item357 .cm__d_l .d_block.no1 .mein_item.box .mein_item_img {
	display: none;
}
.garapon_nomal .anchor_down,
.garapon_nomal .cm__item_amount_area .cm__d_l {
	display: none;
}
/* 北海道・九州送料コンテンツの表 ***************/
.cm__item_tables .cm__price_list_area .cm__p_list.no0,
.cm__hukuyama_shipping_list .cm__h_shipping_list .shipping_li {
	margin: 0;
}

.cm__hukuyama_shipping_list p {
	margin: 0px;
	padding: 5px;
}

.cm__hukuyama_shipping_list .cm__h_shipping_list .shipping_li {
	padding-bottom: 0px !important;
}
.cm__hukuyama_shipping_list .cm__h_shipping_list {
	padding: 0;
}
.cm__hukuyama_shipping_list .cm__h_shipping_list .shipping_li {
	display: flex;
}
.cm__hukuyama_shipping_list .cm__h_shipping_list .span_left {
	width: 80%;
}
.cm__hukuyama_shipping_list .cm__h_shipping_list .span_right {
	width: 20%;
}
.cm__h_shipping_list .shipping_li:nth-child(1) .ul_li.span_left{
	background-color: #e6e6e6;
}
.cm__h_shipping_list .shipping_li:nth-child(1) .ul_li.span_right {
    background-color: #BDBDBD;
}
.cm__h_shipping_list .shipping_li:nth-child(2) .ul_li.span_left,
.cm__h_shipping_list .shipping_li:nth-child(2) .ul_li.span_right,
.cm__h_shipping_list .shipping_li:nth-child(3) .ul_li.span_left,
.cm__h_shipping_list .shipping_li:nth-child(3) .ul_li.span_right,
.cm__h_shipping_list .shipping_li:nth-child(4) .ul_li.span_left,
.cm__h_shipping_list .shipping_li:nth-child(4) .ul_li.span_right,
.cm__h_shipping_list .shipping_li:nth-child(5) .ul_li.span_left,
.cm__h_shipping_list .shipping_li:nth-child(5) .ul_li.span_right {
    background-color: #fff
}
.cm__h_shipping_list {
	border-style: solid;
	border-width: 1px;
	border-right-color: #595959;
}
.cm__h_shipping_list .shipping_li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #595959;
}
.cm__h_shipping_list .shipping_li .span_left {
	border-right-style: solid;
	border-width: 1px;
	border-right-color: #595959;
}
.cm__h_shipping_list .shipping_li:last-child {
	border-bottom: none;
}
.cm__h_shipping_list .shipping_li {
	box-sizing: border-box;
}
.cm__h_shipping_list {
	box-sizing: border-box;
}
.cm__h_shipping_list .shipping_li:nth-child(1) span p {
	text-align: center;
	font-weight: bold;
}
.cm__h_shipping_list_bottom p:nth-child(1):before,
.cm__h_shipping_list_bottom p:nth-child(2):before {
	content: "※";
}
.cm__h_shipping_list_bottom p:nth-child(1),
.cm__h_shipping_list_bottom p:nth-child(2) {
	text-indent: -1em;
}
.cm__hukuyama_shipping_list .cm__h_shipping_list_bottom p {
	margin: 0;
}
.cm__h_shipping_list p {
	padding: 0;
}

.cm__h_shipping_list .shipping_li .span_right p {
	text-align: right;
}
.cm__hukuyama_shipping_list .cm__h_shipping_list_bottom p {
	padding: 0 !important;
}
.cm__price_list_area .last_p1 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.cm__price_list_area .last_p2 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.cm__h_shipping_list .shipping_li:nth-child(2) .ul_li.span_right p {
	text-align: center;
	color: red;
}
.cm__d_r .discount_parts span {
	color: red;
	margin-top: auto;
	margin-bottom: auto;
}
.cm__d_r .od_merit_zone h4 {
	font-size: 18px;
}
.cm__d_r .od_merit_zone h4::before {
    content: "★";
}
.cm__d_r .discount_parts {
	background-color: #ffc;
	margin: 0 10px 15px 10px;
	padding: 5px 10px 5px 10px;
}
.cm__d_r .discount_parts {
	margin-bottom: 10px;
}
.cm__d_r .od_merit_zone h4 {
	margin: 0;
}


/* 予約フォームの装飾-------------------------------------------------- */
.cm__finale_zone .parts.no1 {
	display: block;
	line-height: 120%;
}
.cm__finale_zone .parts.no0 .p0 {
	text-indent: 0em;
	padding: 0em;
	margin-bottom: 1.34em;
}
.cm__finale_zone .parts.no0 .p0::before {
	content: none;
}
.cm__finale_zone .parts.no0 p::before {
	content: "・";
} 
.cm__finale_zone .parts.no0 p {
	text-indent: -1em;
	padding: 0em 1em;
	margin: 0em;
}
.cm__finale_zone .parts.no1 p {
	text-align: right;
	color: red;
	margin: 0em;
	font-weight: bold;
}
.cm__finale_zone .parts.no3 {
	line-height: 120%;
}
.cm__finale_zone .parts.no3 p {
	margin: 0em;
	text-align: right;
	padding: 0px;
}
.cm__finale_zone .cm__input_reservation .cm__under_bracket90 {
	max-width: 45px;
	margin: 0em;
}
.cm__goto_form .cm__stable_flex {
	display: flex;
}
.cm__finale_zone .cm__pc, .cm__finale_zone a.cm__pc {
	display: block;
}
.cm__finale_zone .cm__input_reserve .cm__p2 {
	line-height: 135%;
	font-weight: bold;
	font-size: 25.5px;
	color: #fff;
}
.cm__finale_zone .cm__goto_form {
	width: 370px;
	height: 70px;
	background-color: red;
	box-shadow: 3px 3px 6px 1px #595959;
}
.cm__input_reserve, .cm__finale_zone .cm__stable_flex .cm__input_reserve .cm__finale_zone .cm__stable_flex .cm__input_reserve {
	margin: auto auto auto auto;
} 
.cm__input_reserve p {
	padding: 0px;
}
.cm__finale_zone .parts.no2 .cm__goto_form .cm__p2 {
	margin: auto;
}
.cm__finale_zone .parts.no2 .cm__goto_form {
	text-align: center;
	margin: 0.7em auto;
	margin-right: 7px;
}
.cm__finale_zone .parts.no1,
.cm__finale_zone .parts.no3 {
	margin-right: 7px;
}
.cm__finale_zone .parts.no2 .cm__goto_form a:link {
	text-decoration: none;
}
.cm__finale_zone .parts.no2 .cm__goto_form a:hover {
	text-decoration: underline;
	text-decoration-color: #fff;
}
.cm__finale_zone .parts.no2 .cm__goto_form:hover {
	opacity: 0.7;
}
.cm__finale_zone .parts.no2 .cm__goto_form a:hover {
	text-decoration-color: #fff;
}
.cm__finale_zone .parts.no1 {
	margin-top: 10px;
}
.cm__finale_zone .parts.no0 p,
.cm__finale_zone .parts.no1 p,
.cm__finale_zone .parts.no3 p {
	padding: 0 !important;
}

.ex_code {
	width: 720px;
}

.ex_code img {
	max-width: 100%;
	height: auto;
}

.ex_code_span {
	color: red;
}


.image-table {
    margin: 0 auto;
    border-collapse: collapse;
}

.image-table td {
    padding: 10px;
}

.image-table img {
    width: 339px;
    height: 339px;
}

.table_siyou {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
	margin-bottom: 30px;
}

.table_siyou .center {
    text-align: center;
}
