@charset "utf-8";


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：ノーマライズ
　作　 成 　日：2014年11月20日(木)
　更　 新　 日：2021年7月16日(木)

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* 作業エリア作成 */
.dreamio_rental {
	width:920px;
	margin:0 auto;
	text-align:left;
	padding:0;
}

/* 画像 */
.dreamio_rental img {
	vertical-align:bottom;
	padding:0;
	margin:0;
}

/* 見出し */
.dreamio_rental h1, .dreamio_rental h2, .dreamio_rental h3, .dreamio_rental h4, .dreamio_rental h5 {
	padding:0;
	margin:0;
}

/* ブロック */
.dreamio_rental div {
	padding:0;
	margin:0;
}

/* パラグラフ */
.dreamio_rental p {
	padding:0;
	margin:0;
}

/* 定義リスト */
.dreamio_rental dl, .dreamio_rental dt, .dreamio_rental dd {
	padding:0;
	margin:0;
}

/* テーブル */
.dreamio_rental table {
	border-collapse:collapse;
	border-spacing:0;
}
@media screen and (max-width: 768px) {
	.dreamio_rental {
	    width: 100%;
	}
}
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：共通設定
　作　 成 　日：2014年11月20日(木)
　更　 新　 日：2021年7月16日(木)

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* ブログバナー */
.dreamio_blog_banner {border-top:dashed 1px #b5b5b5;}
.dreamio_blog_banner a {
	display:block;
	margin:30px 0 0;
}
.dreamio_blog_banner a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}

/* テキストリンク */
.dreamio_rental .text_link {
	background:url(../images/ico_link.gif) left center no-repeat;
	padding:0 0 0 14px;
	margin:0 0 0 2px;
}

/* コンテンツトップへ */
.contents_top {
	text-align:center;
}
.contents_top img {
	margin:20px 0 0;
}

/* 注意書き */
.dreamio_rental .attention {color:#c00;}
@media screen and (max-width: 768px) {
	.dreamio_rental .attention {
	    color: #c00;
	    margin-top: 20px;
	}
}
/* タイトル */
h2.rental_h2style{
    position: relative;
	border-top: solid 5px #1576ed;
	padding: 10px 20px;
	color: #1576ed!important;
	font-size: 22px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdfdfd+0,ebebeb+99 */
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #ebebeb 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#ebebeb 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fdfdfd 0%,#ebebeb 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}

.scroll-hint{
	overflow: inherit!important;
}
@media screen and (max-width: 768px) {

	.scroll-hint{
		overflow: auto!important;
	}

	#contents {
	    padding: 0 2%!important;
	}
}

/*pc、sp表示切替*/
.pc {}
.sp { display: none !important; }
@media screen and (max-width: 768px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：トップページ
　作　 成 　日：2014年11月20日(木)
　更　 新　 日：2015年3月16日(月)

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.dreamio_rental_index {color:#333;}

/* ビジュアル ＆ リンク */
.dreamio_rental_index .visual:before, .dreamio_rental_index .visual:after {content:""; display:table;}
.dreamio_rental_index .visual:after {clear:both;}
.dreamio_rental_index .visual {/zoom:1}
.dreamio_rental_index .visual a {float:left;}

@media (max-width: 768px) {
	.dreamio_rental_index .visual img{
		width: 100%;
		height: auto;
	}

	.dreamio_rental_index .visual a {
	    float: left;
	    width: 33.3333%;
	}
}

/* イントロ */
.dreamio_rental_index .intro {margin:30px 0 0;}
.dreamio_rental_index .intro ul:before, .dreamio_rental_index .intro ul:after {content:""; display:table;}
.dreamio_rental_index .intro ul:after {clear:both;}
.dreamio_rental_index .intro ul {
	/zoom:1;
	padding:15px 0 20px;
	border:dashed 1px #1476ed;
	border-top:none;
}
.dreamio_rental_index .intro li {
	float:left;
	display:inline;
	margin:0 0 0 38px;
}

@media (max-width: 768px) {
	.dreamio_rental_index .intro img{
		width: 100%;
		height: auto;
	}

}

/*レンタルしたい商品、サービスを選ぶ*/
.dreamio_rental_index .rental_service table {
    width: 100%;
    margin: 20px 0 0;
}
.dreamio_rental_index .rental_service {
    margin: 30px 0 0;
}

.dreamio_rental_index .rental_service th {
	background:#ededef;
	border:solid 1px #b5b5b5;
	text-align:center;
	padding:8px;
	font-weight: bold;
	border-left: none;
	border-bottom: none;
    font-size: 1.1em;
}
.dreamio_rental_index .rental_service .last {}
.dreamio_rental_index .rental_service td {
	color:#000;
	border:solid 1px #b5b5b5;
	border-top:dashed 1px #b5b5b5;
	border-left: none;
	text-align:center;
	padding:8px;
}

.dreamio_rental_index .rental_service td.td01 {
	border-bottom:dashed 1px #b5b5b5;
	background:#ededef;
	color:#1476ed;
    font-size: 1.1em;
}

.dreamio_rental_index .rental_service td.td02 {
	border-right:dashed 1px #b5b5b5;
	background:#ededef;
	font-weight: bold;
	width: 200px;
	font-size: 1.1em;
	color: #1476ed;
}

.dreamio_rental_index .rental_service td.td03 {
	width: 10px;
	font-weight: bold;
	background:#ededef;
	border-left: solid 1px #b5b5b5;
    font-size: 1.1em;
}


.dreamio_rental_index .rental_service td.td04 {
	border-right:dashed 1px #b5b5b5;
	background:#ededef;
	font-weight: bold;
	border-left: solid 1px #b5b5b5;
}

.dreamio_rental_index .rental_service tr.tr01 a{
	line-height: 1;
	display: inline-block;
	visibility: ;
	vertical-align: bottom;
}

.dreamio_rental_index .rental_service tr.tr01 img{
	line-height: 1;
	display: inline-block;
	visibility: ;
	vertical-align: bottom;
}

.dreamio_rental_index .rental_service .scroll-hint-icon {
    top: 220px!important;
}


/* サービス内容 */
.dreamio_rental_index .service {margin:30px 0 0;}
.dreamio_rental_index .service table {
	width:100%;
	margin:20px 0 0;
	font-size:1.1em;
}
.dreamio_rental_index .service th {
	background:#ededef;
	border:solid 1px #b5b5b5;
	border-bottom:dashed 1px #b5b5b5;
	text-align:center;
	padding:8px;
}
.dreamio_rental_index .service .last {}
.dreamio_rental_index .service td {
	color:#1476ed;
	border:solid 1px #b5b5b5;
	border-top:dashed 1px #b5b5b5;
	font-weight:bold;
	text-align:center;
	padding:8px;
}
.dreamio_rental_index .service span {
	display:inline-block;
	color:#333;
	font-size:0.7em;
	font-weight:normal;
}
.dreamio_rental_index .service ul {
	margin:15px 0 0;
}
.dreamio_rental_index .service li {
	text-indent:-1em;
	padding-left:1em;
	text-align:left;
}



/* ラインナップ */
.dreamio_rental_index .products {margin:30px 0;}
.dreamio_rental_index .products p.sf_title {
	text-align:left;
	font-size:180%;
	font-weight:bold;
	margin:20px 0 0;
	padding-left:30px;
	background: url("/products/homeprojector2/rental/images/ico_sf_title.gif") no-repeat scroll left top 45%;
}
.dreamio_rental_index .products p.sf_title span {
	font-size:70%;
	margin-left:15px;}
.dreamio_rental_index .products dl {margin-top:20px;}
.dreamio_rental_index .products .ss_title {
	display:block;
	margin:50px 0 0;
}
.dreamio_rental_index .products div.product_caption {
	color:#fff;
	background:#212121;
	padding:10px;
	border:solid 1px #b5b5b5;
	border-top:none;
}

.dreamio_rental_index .products dd {margin-top:15px;}
.dreamio_rental_index .products dd.button { /*position:relative;*/ display:inline-block; }
.dreamio_rental_index .products dd.button {display:block;}
* html .dreamio_rental_index .products dd.button { height:1%; }

.dreamio_rental_index .products dd.button:after { display:block; clear:both; height:0; visibility:hidden; content:" "; }

.dreamio_rental_index .products dd.button ul {
	width:965px;
	margin-left:5px;
	overflow:hidden;
}
.dreamio_rental_index .products dd.button li {
	width:296px;
	height:66px;
	margin-right:10px;
	float:left;
	overflow:hidden;
}
.dreamio_rental_index .products dd.button li a {
	display:block;
	width:261px;
	height:30px;
	padding-left:35px;
	padding-top:36px;
	color:#333333;
	font-weight:bold;
	background:url("/products/homeprojector2/rental/images/rental.gif") no-repeat scroll left top;
}
.dreamio_rental_index .products dd.button li a:hover {
	background:url("/products/homeprojector2/rental/images/rentalon.gif") no-repeat scroll left top;
}
.dreamio_rental_index .products dd.button ul li.button02 a {
	background:url("/products/homeprojector2/rental/images/rental02.gif") no-repeat scroll left top;
}
.dreamio_rental_index .products dd.button ul li.button02 a:hover {
	background:url("/products/homeprojector2/rental/images/rental02on.gif") no-repeat scroll left top;}
.dreamio_rental_index .products dd.button ul li.button03 a {
	background:url("/products/homeprojector2/rental/images/rental03.gif") no-repeat scroll left top;
}
.dreamio_rental_index .products dd.button ul li.button03 a:hover {
	background:url("/products/homeprojector2/rental/images/rental03on.gif") no-repeat scroll left top;}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：見出し＋注釈ありバージョン
　作　 成 　日：2018年3月23日(金)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

.dreamio_rental_index .products div.sf_title_info {
width:60%;
float:left;
}

.dreamio_rental_index .products div.sf_title_info_txt {
width:40%;
float:left;
margin-top: 10px;
font-size: 80%;
text-align:right;
}

@media screen and (max-width: 768px) {
	.dreamio_rental_index .products div.sf_title_info {
		width: 100%;
		float: none;
	}
	.dreamio_rental_index .products div.sf_title_info_txt {
		width: 100%;
		float: none;
	}
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：決済処理へ
　作　 成 　日：2014年11月20日(木)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.dreamio_rental_payment {
	color:#333;
	text-align:center;
}

/* タイトル */
.dreamio_rental_payment strong {
	display:block;
	font-size:2em;
	line-height:1.4;
	margin:30px 0 0;
}

/* リスト */
.dreamio_rental_payment ul {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	font-size:1.1em;
	margin:40px 0 0;
}
.dreamio_rental_payment li {
	text-indent:-1em;
	padding-left:1em;
	text-align:left;
	margin:5px 0 0;
}
.dreamio_rental_payment .contact {
	text-indent:0;
	padding-left:0;
	margin:30px 0 0;
}

/* リンク */
.dreamio_rental_payment .button {
	display:block;
	width:310px;
	margin:30px auto 0;
}
.dreamio_rental_payment .button:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：エラー
　作　 成 　日：2014年11月20日(木)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.dreamio_rental_error {
	color:#333;
	text-align:center;
}

/* タイトル */
.dreamio_rental_error strong {
	display:block;
	font-size:2em;
	line-height:1.4;
	margin:30px 0 0;
}

/* テキスト */
.dreamio_rental_error .text {
	font-size:1em;
	line-height:1.4;
	margin:40px 0 0;
}

/* お問い合わせ */
.dreamio_rental_error .contact {
	font-size:1.1em;
	line-height:1.4;
	margin:30px 0 0;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：手続完了
　作　 成 　日：2014年11月20日(木)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.dreamio_rental_finish {
	color:#333;
	text-align:center;
}

/* タイトル */
.dreamio_rental_finish strong {
	display:block;
	font-size:1.8em;
	line-height:1.4;
	margin:30px 0 0;
}

/* テキスト */
.dreamio_rental_finish .text {
	font-size:1em;
	line-height:1.4;
	margin:40px 0 0;
}

/* お問い合わせ */
.dreamio_rental_finish .contact {
	font-size:1em;
	line-height:1.4;
	margin:30px 0 0;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：お問い合わせ
　作　 成 　日：2014年11月20日(木)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.dreamio_rental_support {
	color:#333;
	text-align:center;
}

/* タイトル */
.dreamio_rental_support strong {
	display:block;
	font-size:2em;
	line-height:1.4;
	margin:30px 0 0;
}
.dreamio_rental_support em {
	display:block;
	font-size:1.4em;
	font-weight:bold;
	width:800px;
	line-height:1.4;
	text-align:left;
	margin:30px auto 0;
	padding:0 0 5px;
	border-bottom:solid 2px #0b5dc1;
}
.dreamio_rental_support em span {
	font-size:0.7em;
	font-weight:normal;
	font-style:normal;
	margin:0 0 0 15px;
}
.dreamio_rental_support .m60 {margin:80px auto 0;}


/* テキスト */
.dreamio_rental_support .text {
	font-size:1.1em;
	line-height:1.4;
	width:800px;
	margin:20px auto 0;
	text-align:left;
}

/* テーブル（メール） */
.dreamio_rental_support .mail {
	width:800px;
	margin:15px auto 0;
	font-size:2.1em;
	font-weight:bold;
	background:#fafafa;
	border:solid 1px #efefef;
	padding:10px 0;
}

/* テーブル（電話） */
.dreamio_rental_support .tel {
	width:800px;
	margin:20px auto 0;
	background:#fafafa;
	border:solid 1px #efefef;
	padding:15px 0;
}
.dreamio_rental_support .tel p {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:0 auto;
	font-size:1.1em;
	text-align:left;
}
.dreamio_rental_support .tel strong {
	background:url(../images/ico_tel.gif) center left no-repeat;
	margin:0;
	padding:0 0 0 30px;
	line-height:1.4;
}

/* リスト */
.dreamio_rental_support ul {
	font-size:1.1em;
	width:800px;
	margin:20px auto 0;
}
.dreamio_rental_support li {
	text-indent:-1em;
	padding-left:1em;
	text-align:left;
	margin:5px 0 0;
}

.indent3em  {
	text-indent:-3em!important;
	padding-left:3em!important;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：レンタル規約
　作　 成 　日：2014年11月20日(木)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.dreamio_rental_kiyaku {
	color:#333;
}

/* リスト */
.dreamio_rental_kiyaku ol {}
.dreamio_rental_kiyaku li {margin:40px 0 0;}
.dreamio_rental_kiyaku .head {margin:20px 0 0;}

/* リスト内要素 */
.dreamio_rental_kiyaku strong {
	display:block;
	color:#1476ed;
}
.dreamio_rental_kiyaku span {color:#d22424;}
.dreamio_rental_kiyaku p {margin:3px 0 0;}
.dreamio_rental_kiyaku em {
	display:block;
	font-weight:bold;
	margin:20px 0 0;
}

.dreamio_rental_kiyaku span.fcR.fwB{
    color: #d22424;
    font-weight:bold;
}

.dreamio_rental_kiyaku img {margin:5px 0 0;}

/* リスト内リスト */
.dreamio_rental_kiyaku .num01 li {
	text-indent:-2.5em;
	padding-left:2.5em;
	margin:3px 0 0;
}
.dreamio_rental_kiyaku .num02 li {
	text-indent:-17px;
	padding-left:17px;
	margin:3px 0 0;
}
.dreamio_rental_kiyaku .num03 {margin:10px 0 0;}
.dreamio_rental_kiyaku .num03 li {margin:3px 0 0;}

/* 表組 */
.dreamio_rental_kiyaku table {
	font-size:1.0em;
	width:100%;
	margin:10px 0 0;
	border-right:solid 1px #c3c3c4;
}
.dreamio_rental_kiyaku tr {}
.dreamio_rental_kiyaku th {
	padding: 8px 10px;
	background:#ededef;
	border:solid 1px #c3c3c4;
	border-bottom:dashed 1px #c3c3c4;
	text-align:center;
}
.dreamio_rental_kiyaku td {
	padding: 15px 10px;
	border:solid 1px #c3c3c4;
	border-top:none;
	text-align:center;
	/*color: #1476ed;*/
	font-weight: bold;
}
.dreamio_rental_kiyaku td span {
	font-weight: normal;
	font-size: 0.8em;
	color: #000;
}
.dreamio_rental_kiyaku td ul {
	display: table;
	margin: 0 auto;
	text-align: left;
}
.dreamio_rental_kiyaku td li {
	margin: 0;
	list-style: disc;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：ご利用ガイド
　作　 成 　日：2014年11月20日(木)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.dreamio_rental_guide {
	color:#333;
}

/* サブタイトル */
.dreamio_rental_guide h2 {margin:30px 0 0;}

/* 表組 */
.dreamio_rental_guide table {
	font-size:1em;
	width:100%;
	margin:20px 0 0;
	border-right:solid 1px #c3c3c4;
}
.dreamio_rental_guide th {
	background:#ededef;
	border:solid 1px #c3c3c4;
	border-right:none;
	text-align:center;
	width:200px;
}
.dreamio_rental_guide td {
	border:solid 1px #c3c3c4;
	border-left:dashed 1px #c3c3c4;
	border-right:none;
	padding:15px 20px;
}
.dreamio_rental_guide span {color:#f45353;}
.dreamio_rental_guide .em {color:#f45353;}

.dreamio_rental_guide span.fcR.fwB{
color:red;
font-weight:bold;
}

/* 画像 */
.dreamio_rental_guide em {
	display:block;
	font-weight:bold;
	margin:20px 0 0;
}
.dreamio_rental_guide img {margin:5px 0 0;}

/* 内部テーブル */
.dreamio_rental_guide .inner {
	font-size:1em;
	margin:0 0 10px;
}
.dreamio_rental_guide .inner tr {}
.dreamio_rental_guide .inner th {
	padding: 5px 10px;
	background:#ededef;
	border:solid 1px #c3c3c4;
	border-bottom:dashed 1px #c3c3c4;
	text-align:center;
	width: auto;
}
.dreamio_rental_guide .inner td {
	padding: 15px 10px;
	border:solid 1px #c3c3c4;
	border-top:none;
	text-align:center;
	width: auto;
	/*color: #1476ed;*/
	font-weight: bold;
}
.dreamio_rental_guide .inner td span {
	font-weight: normal;
	color: #000;
	font-size: 0.8em;
}
.dreamio_rental_guide .inner td ul {
	display: table;
	margin: 0 auto;
	text-align: left;
}
.dreamio_rental_guide .inner td li {
	margin: 0;
	margin-left: 1.5em;
	list-style: disc;
}

/* パラグラフ */
.dreamio_rental_guide .tel {
	margin:15px 0 0;
}
.dreamio_rental_guide p span {
	color:#333;
	font-size:0.9em;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：キャンペーン
　作　 成 　日：2014年11月20日(木)
　更　 新　 日：2015年3月16日(月)

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.dreamio_rental_campaign {
	color:#b3424a;
	background:#fff8fe;
	border:solid 2px #b3424a;
	padding:0 20px !important;
	margin:0 0 30px !important;
	text-align:center;
}
.dreamio_rental_campaign p {
	margin: 20px 0;
	color:#b3424a;
	font-size:1.2em;
	font-weight:bold;
}
.dreamio_rental_campaign table {
	margin: 0 auto;
	/*width: 67%;*/
	font-size:1.0em;
}
.dreamio_rental_campaign caption {
	text-align: left;
	font-weight:bold;
	margin:0 0 10px;
}
.dreamio_rental_campaign th,
.dreamio_rental_campaign td {
	padding: 15px 20px;
}
.dreamio_rental_campaign th {
	background-color: #ededef;
	border: solid 1px #b5b5b5;
	border-right: dashed 1px #b5b5b5;
	font-weight:bold;
}
.dreamio_rental_campaign td {
	background-color: #fff;
	border: solid 1px #b5b5b5;
	font-weight: normal;
}

/* エリア */
.dreamio_rental_campaign02 {
	color:#1476ed;
	background:#f1f7fe;
	border:solid 2px #1476ed;
	font-size:1.2em;
	font-weight:bold;
	padding:15px 10px !important;
	margin:0 0 30px !important;
	text-align:center;
}

/* エリア */
.springcp {
	margin: 15px 0 0 !important;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：番号アイコン
　作　 成 　日：2014年11月20日(木)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

.ico_no {
	vertical-align:middle !important;
	margin:0 5px 0 0 !important;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：レンタル商品表組
　作　 成 　日：2016年5月19日(木)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* ラインナップ */

.ancNav li {
    display: inline-block;
	margin-right:15px;
	font-weight:bold;
	vertical-align: text-top;
}

.ancNav .iDown02 {
    background: rgba(0, 0, 0, 0) url("/common/images/ico_down_01.gif") no-repeat scroll left 0.2em;
    padding: 0.2em 0 0 21px;
}

.dreamio_rental_index .products {margin:30px 0;}
.dreamio_rental_index .products .pul_title,
.dreamio_rental_index .products .sf_title,
.dreamio_rental_index .products .mz_title{
	display:block;
	margin:20px 0 0;
}
.dreamio_rental_index .products .ss_title {
	display:block;
	margin:50px 0 0;
}
.dreamio_rental_index .products table {
	width:100%;
	margin:15px 0 0;
}
.dreamio_rental_index .products th {border:solid 1px #b5b5b5;}
.dreamio_rental_index .products td {border:solid 1px #b5b5b5;}
.dreamio_rental_index .products .text {
	color:#fff;
	background:#212121;
	padding:10px;
}
.dreamio_rental_index .products .button {
	text-align:center;
	padding:0 0 15px;
	vertical-align:top;
}
.dreamio_rental_index .products .button img {margin:15px 0 0;}
.dreamio_rental_index .products p {
	text-align:right;
	margin:5px 0 0;
}
.dreamio_rental_index .products p.txt {text-align:left; margin-top:15px;}
.dreamio_rental_index .products .lisProducts {
	width: 100%;
	font-size: 1.1em;
}
.dreamio_rental_index .products .lisProducts th,
.dreamio_rental_index .products .lisProducts td {
	padding:10px 20px;
	text-align:center;
}
.dreamio_rental_index .products .lisProducts th {
	border-bottom:dashed 1px #b5b5b5;
}
.dreamio_rental_index .products .lisProducts td {
	border-top: none;
}
.dreamio_rental_index .products .lisProducts th {background-color:#ededef;}
.dreamio_rental_index .products .lisProducts th.img {width:140px; padding:5px;}
.dreamio_rental_index .products .lisProducts th.number {width:120px; padding:5px; font-weight:bold;}
.dreamio_rental_index .products .lisProducts th.number span {font-size:130%;}
.dreamio_rental_index .products .lisProducts td {}
.dreamio_rental_index .products .lisProducts td img { margin: 0 12px; }
.dreamio_rental_index .products .lisProducts td span {font-size:0.8em;}

@media (max-width: 768px) {
	.dreamio_rental_index .products .lisProducts th,
	.dreamio_rental_index .products .lisProducts td {
		padding:0px 1px;
		text-align:center;
	}
}
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：キャンペーン
　作　 成 　日：2016年04月20日(水)
　更　 新　 日：2016年05月09日(月)

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* ラインナップ */
.dreamio_rental_index .products .lisProducts td.data1 { font-size:100%; font-weight:bold;}
.dreamio_rental_index .products .lisProducts td.data2 { font-size:130%; font-weight:bold;}
.dreamio_rental_index .products .lisProducts td.data3 { font-size:160%; font-weight:bold;}
.dreamio_rental_index .products .lisProducts td.mark {font-size:200%; font-weight:bold;}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：adobe_reader
　作　 成 　日：2021年2月26日(金)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

#contents #get_adobe {
    margin-bottom: 30px;
}
div #get_adobe {
    margin: 10px auto;
    padding: 15px;
    border: solid 1px #ccc;
}
.clearfix {
	display:block;
}
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: " ";
}
.flL {
    float: left;
}
.fsM {
    font-size: 85%;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mr10 {
    margin-right: 10px !important;
}


@media screen and (max-width: 768px) {
	#get_adobe img{
		width: auto;
		height: auto;
		max-width:100%;
	}


}

.trademarkArea .detailSection > div {
    padding: 0 !important;
}

#contents .detailSection > div .inner {
    width: auto!important;
    max-width: auto!important;
    min-width: auto!important;
    margin: 0 auto!important;
    position: relative;
}

/*=================================================================== header ===================================================================*/
#header #headNav .serch p > * { position: relative; top: -1px; }

#header #headNav .serch p input { font-size: 10px !important; }

#header #headNav .serch p .img { letter-spacing: 0; }

#header #headNav .serch p .img input[type="image"] { padding-right: 0; box-sizing: content-box; }

#header #headNav .serch p .txt, #header #headNav .serch p .img_tbl_1 figure figcaption, .img_tbl_1 figure #header #headNav .serch p figcaption { font-size: 14px; }

#header .header_inner { max-width: calc(1210px + 30px); margin: 15px auto 0; padding: 0 15px; }

@media only screen and (max-width: 767px) { #header .header_inner { width: auto; } }

@media only screen and (max-width: 767px) { #header #headNav .serch form input[type="text"] { font-size: 16px !important; }
  #header #headNav .serch p span.img { position: static !important; } }

/*--------------------------------------------------
product_logo_name
--------------------------------------------------*/
#header .product_logo_name { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; margin-bottom: 24px; }

#header .product_logo_name .product_logo { margin-right: 24px; min-height: 52px; }

#header .product_logo_name .product_logo a { display: inline-block; color: #000; font-size: 34px; font-weight: bold; }

body.ua-android #header .product_logo_name .product_logo a { font-weight: bold; }

#header .product_logo_name .product_logo a:hover { text-decoration: none; }

#header .product_logo_name .product_name { font-size: 24px; font-weight: bold; }

body.ua-android #header .product_logo_name .product_name { font-weight: bold; }

@media print, screen and (min-width: 768px) { #header .product_logo_name {flex-wrap:wrap;}
}

@media only screen and (max-width: 767px) { #header .product_logo_name { display: block; position:relative; }
  #header .product_logo_name .product_logo:not(:nth-last-hcild(2)) {padding-right:60px;}
  #header .product_logo_name .product_logo { min-height: 36px; margin-right:0; }
  #header .product_logo_name .product_logo a { font-size: 24px; }
  #header .product_logo_name .product_name:not(:last-child) {padding-right:60px;}
  #header .product_logo_name .product_name { font-size: 16px; }
}

/*------------------------------------------- topicPath -------------------------------------------*/
#header .topic_sub_wrap { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; margin-bottom: 32px; }

@media only screen and (max-width: 767px) { #header .topic_sub_wrap { display: block; margin-bottom: 20px; } }

#header #topic_path ul { line-height: 1.5; letter-spacing: 0; }

#header #topic_path ul li { display: inline-block; vertical-align: middle; font-size: 79%; }

#header #topic_path ul li:not(:last-child) { margin-right: 7px; padding: 0 13px 0 0; background: url(/common/images/bg_topicpath_01.gif) no-repeat right 6px; }

#header #topic_path ul li a { text-decoration: none; }

#header #topic_path ul li a span { color: #005AB4; }

#header #topic_path ul li a:hover { text-decoration: underline; }

#header #topic_path ul li a img { vertical-align: initial; }

@media only screen and (max-width: 767px) { #header #topic_path { margin-bottom: 20px; } }

.homeprojector2_navi_box {
  display: flex;
}

.homeprojector2_navi_box a {
  display: inline-block;
  width: 230px;
  background-color: #1576ED;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
 }

.homeprojector2_navi_box a:nth-child(-n+3) {
  border-right: 1px solid #ffffff;
 }

.homeprojector2_navi_box p {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

.homeprojector2_navi_box a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media only screen and (max-width: 767px) { 
  .homeprojector2_navi_box {
  flex-direction: column;
  }
 .homeprojector2_navi_box a {
  width: 100%;
  padding: 10px 0;
  display: flex;
 }
 .homeprojector2_navi_box a:nth-child(-n+3) {
  border-right: none;
  border-bottom: 1px solid #ffffff;
 }
 .homeprojector2_navi_box p {
  font-size: 16px;
}
}
