@charset "UTF-8";

/* ===============================
	製品共通スタイル
=============================== */

body {
	min-inline-size: 320px;
}

.mt1em {
	margin-top: 1em;
}

.line {
	text-decoration: underline;
}

/* アロータイトル・左 */
ul.list-container li {
	margin-bottom: 0.2em;
}

ul.list-container a {
	display: inline-block;
	padding-left: 1em;
	background: url('https://jp.sharp/products/device/assets/common/images/chevron-right-solid.svg') no-repeat left 0 top .4em / auto .8em;
}

/* ページ製品ナビメニュー */
.page-navi-container ul.list-page-navi {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	font-weight: 400;
}

.link-cat {
	display: block;
	padding-left: 1.4em;
	text-decoration: none;
	position: relative;
	margin-top: .8rem;
}

.link-cat::before {
	content: '';
	display: inline-block;
	inline-size: 1em;
	block-size: 1em;
	background: url('https://jp.sharp/products/device/assets/common/images/chevron-right-solid.svg') no-repeat center top / auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: .2em;
}

.link-cat::after {
	content: '';
	display: inline-block;
	inline-size: .9em;
	block-size: .9em;
	background: url('https://jp.sharp/products/device/assets/common/images/icon-window.svg') no-repeat center center;
	background-size: auto 100%;
	position: relative;
	top: .1em;
	right: -.4em;
}

.link-pdf {
	display: block;
	padding-left: 1.4em;
	text-decoration: none;
	position: relative;
	margin-top: .8rem;
}

.link-pdf::before {
	content: '';
	display: inline-block;
	inline-size: 1em;
	block-size: 1em;
	background: url('https://jp.sharp/products/device/assets/common/images/chevron-right-solid.svg') no-repeat center top /auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: .2em;
}

.link-pdf::after {
	content: '';
	display: inline-block;
	inline-size: .9em;
	block-size: .9em;
	background: url('https://jp.sharp/products/device/assets/common/images/download.svg') no-repeat center center;
	background-size: auto 100%;
	position: relative;
	top: 0.1em;
	right: 0;
}

.cat-title {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.3;
}

.cat-info {
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: .5rem;
}

.link-cat,
.link-pdf {
	font-size: 1.4rem;
	font-weight: 400;
}

.page-navi-container ul li {
	position: relative;
}

.page-navi-container ul li::before {
	content: '';
	display: inline-block;
	inline-size: 1em;
	block-size: 1em;
	background: url('https://jp.sharp/products/device/assets/common/images/chevron-down-solid.svg') no-repeat center center / auto 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -.45em;
}

.page-navi-wrap {
	padding-top: 1.8rem;
	padding-bottom: .2rem;
	border-top: solid 1px var(--silver-gray);
	border-bottom: solid 1px var(--silver-gray);
	max-inline-size: 1200px;
	margin-inline: auto;
}

/* カテゴリタイトル */
.sub-section:last-of-type {
	padding-bottom: 0rem;
}

.sub-section .sub-title {
	font-size: 2.2rem;
	font-weight: 400;
	padding: .3em .5em .3em 5%;
	background: var(--white-gray);
}
.sub-section.sp-pb {
	padding-bottom: 0rem;
}
/* サブインナーコンテナ */
.list-container {
	font-size: 1.4rem;
}

.list-container.pt {
	margin-top: 2em;
}

.list-title {
	font-size: 1.5rem;
	margin-top: 1.6em;
	margin-bottom: .6em;
}

/* サブインナーコンテナ */
.sub-inner-container.bt-line {
	border-top: solid 1px #000;
	margin-top: 2em;
}


/* リンクバナー */
.sales-link {
	margin-top: 20px;
	text-align: center;
	font-weight: 400;
}

.sales-link .sales {
	display: inline-block;
}

.sales-link .sales::before {
	content: '';
	display: inline-block;
	inline-size: 14px;
	block-size: 16px;
	background: url('https://jp.sharp/products/device/assets/common/images/chevron-right-solid.svg') no-repeat center left /auto 100%;
	position: relative;
	top: 2px;
	padding-left: 20px;
}


/* ====================================
	製品共通：カラー設定
 ==================================== */
/* 注釈カラー */
sup {
	color: #00a0e9;
}

/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {

	/* リンク */

	a.btn-gray {
		display: block;
		max-inline-size: 460px;
		margin-left: auto;
		margin-right: auto;
		padding: 1.3em 0 1.3em;
		font-size: 1.6rem;
		line-height: 1;
		background: var(--charcoal-gray);
		color: #fff;
		text-align: center;
		position: relative;
		text-decoration: none;
	}

	a.btn-gray::before {
		content: '';
		display: inline-block;
		inline-size: 14px;
		block-size: 16px;
		background: url('https://jp.sharp/products/device/assets/common/images/chevron-right-solid-w.svg') no-repeat center center / auto 100%;
		position: absolute;
		top: 50%;
		left: 1em;
		margin-top: -0.5em;
	}
}

/* ====================================
	767px以下専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

	article {
		padding: 0rem 2rem 0rem 2rem;
	}

	.cat-title {
		font-size: 1.5rem;
		line-height: 1.4;
	}

	.cat-info {
		font-size: 1.1rem;
		margin-top: .4rem;
	}

	.link-cat,
	.link-pdf {
		font-size: 1.2rem;
	}

	.link-pdf {
		padding-left: 1.6rem;
		margin-top: .3rem;
	}

	/* ページ製品ナビメニュー */
	.page-navi-menu {
		padding-bottom: 3.5rem;
	}

	.page-navi-menu {
		margin-left: 5%;
		margin-right: 5%;
	}

	.page-navi-container ul.list-page-navi {
		font-size: 1.2rem;
		line-height: 3;
	}

	.page-navi-container ul.list-page-navi a {
		color: inherit;
	}

	.page-navi-container ul li {
		margin-right: 1.2em;
		margin-bottom: .8em;
		padding-left: 1.4rem;
		line-height: 1.4;
	}

	.page-navi-container ul li::before {
		margin-top: -.4em;
	}

	.page-navi-container ul li:last-of-type {
		margin-right: 0em;
	}

	/* カテゴリタイトル */
	.sub-section {
		padding-top: 1rem;
		padding-bottom: 1rem;
		font-weight: 400;
	}

	.sub-section:last-of-type {
		padding-bottom: 0rem;
	}

	.sub-section .sub-title {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	/* リンク */
	.arrow-link {
		margin-top: 60px;
	}
}

/* ====================================
	768px以上1023px以下専用スタイル
===================================== */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	article {
		padding: 0px 20px 0px 20px;
	}

	/* ページ製品ナビメニュー */
	.page-navi-menu {
		padding-bottom: 4em;
	}

	.page-navi-container {
		max-inline-size: 720px;
		margin-left: auto;
		margin-right: auto;
	}

	.page-navi-container ul.list-page-navi {
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 2.6;
	}

	.page-navi-container ul.list-page-navi a {
		color: inherit;
	}

	.page-navi-container ul li {
		margin-right: 2em;
		margin-bottom: 1.4rem;
		padding-left: 1.8rem;
		line-height: 1.4;
	}

	.page-navi-container ul li:last-of-type {
		margin-right: 0em;
	}

	.fa-angle-down {
		margin-right: 0.3em;
		font-size: 1.8rem;
		position: relative;
		top: 2px;
	}

	/* カテゴリタイトル */
	.sub-section {
		padding-top: 1rem;
		font-weight: 300;
	}

	.sub-section:last-of-type {
		padding-bottom: 0rem;
	}
	.sub-section {
		padding-bottom: 3rem;
	}

	.sub-section .sub-title {
		font-size: 2.4rem;
	}

}

/* ====================================
	1024px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {

	article {
		padding: 0px 20px 0px 20px;
	}

	.line-gray {
		margin: 70px 0;
	}

	/* リンク */
	.arrow-link {
		margin-top: 15rem;
		text-align: center;
	}

	a.btn-gray {
		display: inline-block;
		inline-size: 50%;
		padding: 1.3em 0 1.3em;
		font-size: 1.6rem;
		line-height: 1;
		background: var(--charcoal-gray);
		color: #fff;
		text-align: center;
		position: relative;
		text-decoration: none;
	}

	a.btn-gray::before {
		content: '';
		display: inline-block;
		inline-size: 14px;
		block-size: 16px;
		background: url('https://jp.sharp/products/device/assets/common/images/chevron-right-solid-w.svg') no-repeat center center / auto 100%;
		position: absolute;
		top: 50%;
		left: 1em;
		margin-top: -0.5em;
	}

	/* ページ製品ナビメニュー */
	.page-navi-menu {
		padding-bottom: 6rem;
	}

	.page-navi-wrap {
		padding-top: 1.8rem;
		padding-bottom: .2rem;
		border-top: solid 1px var(--silver-gray);
		border-bottom: solid 1px var(--silver-gray);
	}

	.page-navi-container {
		max-inline-size: 720px;
		margin-left: auto;
		margin-right: auto;
	}

	.page-navi-container ul.list-page-navi {
		font-size: 1.4rem;
		line-height: 2.6;
	}

	.page-navi-container ul.list-page-navi a {
		color: inherit;
	}

	.page-navi-container ul li {
		margin-right: 2em;
		margin-bottom: 1.4rem;
		padding-left: 1.8rem;
		line-height: 1.4;
	}

	.page-navi-container ul li:last-of-type {
		margin-right: 0em;
	}

	.fa-angle-down {
		margin-right: 0.3em;
		font-size: 1.8rem;
		position: relative;
		top: 2px;
	}

	/* カテゴリタイトル */
	.sub-section {
		padding-top: 1rem;
		font-weight: 300;
	}

}


/* 製品のサポート・ご購入 */
ul.list-main-support li a {
	background-repeat: no-repeat;
}

ul.list-main-support li a[data-icon="d-sjl"] {
	background-image: url(https://jp.sharp/products/device/support/image/banner_d-square.svg);
}

ul.list-main-support li a[data-icon="d-okamoto"] {
	background-image: url(https://jp.sharp/products/device/support/image/banner_e-junction.png);
}

ul.list-main-support li a[data-icon="aaaaa"] {
	background-image: url(https://jp.sharp/products/device/support/image/icon-aaaaa.svg);
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	/* 商品のサポート・ご購入 */
	#support {
		border-top: none;
	}
	ul.list-main-support {
		display: flex;
		justify-content: space-between;
		
	}
	ul.list-main-support li {
		width: 33.3%;
		border: solid 1px #D9D9D9;
		margin-right:1%;
	}
	ul.list-main-support li a {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		height: 100%;
		padding: 50% 5% 5% 5%;
		background-repeat: no-repeat;
		background-position: center top 20%;
		background-size: 30% auto;
		/*border-left: solid 1px #D9D9D9;*/
		font-size: 1.4rem;
	}
	ul.list-main-support li:first-child a {
		border-left: none;
	}
	ul.list-main-support li a .ttl {
		width: 100%;
		text-align: center;
	}
	ul.list-main-support li a .ttl .small {
		font-size: 0.8em;
	}
	ul.list-support {
		margin-top: 2rem;
	}
	ul.list-support li .ttl {
		font-size: 1.4rem;
	}
	ul.list-support li a {
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0.2em 2em 0.2em 1.4em;
		position: relative;
	}
	ul.list-support li a::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f105";
		display: inline-block;
		font-size: 1.2em;
		line-height: 1;
		position: absolute;
		top: 50%;
		left: 0.2em;
		margin-top: -0.5em;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {

	/* 製品のサポート・ご購入 */
	#support .products-sub-title {
		padding-top: 0;
		border-top: none;
	}
	ul.list-main-support {
		display: flex;
		justify-content: space-between;
		margin-top: 5rem;
	}
	ul.list-main-support li {
		width: 31%;
	}
	ul.list-main-support li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		padding: 10% 10% 10% 35%;
		background-repeat: no-repeat;
		background-position: left 18% center;
		background-size: 20% auto;
		border: solid 1px #D9D9D9;
		font-size: 1.8rem;
	}
	ul.list-main-support li a:hover {
		background-color: #e5e5e5;
		text-decoration: none;
	}
	ul.list-main-support li a .ttl {
		text-align: center;
	}
	ul.list-main-support li a .ttl .small {
		font-size: 0.8em;
	}
	ul.list-support {
		display: flex;
		flex-wrap: wrap;
	}
	ul.list-support li {
		width: 31%;
		margin-left: 3.5%;
		margin-top: 3rem;
	}
	ul.list-support li:nth-child(3n-2) {
		margin-left: 0;
	}
	ul.list-support li a {
		display: flex;
		align-items: center;
		height: 100%;
		padding: 1em 1em 1em 2em;
		border: solid 1px #D9D9D9;
		position: relative;
	}
	ul.list-support li a:hover {
		background: #e5e5e5;
		text-decoration: none;
	}
	ul.list-support li a::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f105";
		display: inline-block;
		font-size: 1.2em;
		line-height: 1;
		position: absolute;
		top: 50%;
		left: 0.75em;
		margin-top: -0.5em;
	}

	/* フレックスコンテナ */
	.flex-container {
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}


	/* サブインナーコンテナ */
	.list-title {
		font-size: 1.8rem;
	}

	/* サブインナーコンテナ */
	.sub-inner-container.bt-line {
		margin-top: 4em;
	}

	/* リストコンテナ */
	.list-container {
		font-size: 1.6rem;
	}

	/* サブコンテナ */
	.sub-section .sub-container {
		inline-size: 33%;
		padding-left: 1rem;
	}

	.sub-section .sub-container:first-of-type {
		padding-left: 0;
	}

	.sub-section .sub-container.col1 {
		inline-size: 100%;
		margin-top: 3rem;
	}


	/* リンク */
	.arrow-link {
		margin-top: 11.6rem;
		text-align: center;
	}


}

/* ====================================
	タブレット専用スタイル
===================================== */
@media screen and (min-width: 768px) and (max-width: 1079px) {
	ul.list-main-support li a {
		padding: 10% 5% 10% 28%;
		background-position: left 9% center;
		background-size: 18% auto;
	}
}


/* ====================================
	サイトマップ 追加
===================================== */

#globalPageTitle {
	margin-bottom: 0em;
}


/* ====================================
	サポートページ 追加
===================================== */

/* 問合せボタン */

#rounded-box {
	width: 400px;
	height: 50px;
	border-radius: 10px;
	background-color: #e88622;
	color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 7px 7px 10px;
	margin: 20px 20px 20px;
}
#rounded-box2 {
	width: 400px;
	height: 50px;
	border-radius: 10px;
	background-color: #e88622;
	color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 7px 7px 10px;
	margin: 20px 20px 10px 20px;
}

.important-notification {
	text-align: right;
}

.important-notification a {
	display: inline-block;
	padding: 0.25em;
	background: #e88622;
	color: #000000;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	font-size: 1.5rem;
	line-height: 1;
}
/* 問合せボタン PC&タブレット、印刷 */
@media print , screen and (min-width: 768px) {
	.important-notification {
		float: right;
		margin: 2rem 0;
	}
}

/* 代理店情報 */
.announcered2 {
	padding: 10px 15px;
	margin-top: 15px;
}
.announcered2 .title {
	font-weight: bold;
	margin-bottom: 5px;
}
.announcered2 .text {
	padding-left:20px;
	background:url("https://jp.sharp/products/device/assets/common/images/ico_circle_gray_s.gif") no-repeat 3px 15px;
}

.announcered2 .text01 {
	font-size: 1.5rem;
}

.announcered2 .cocoro_entry_modal_btn01 {
	float:right;
}
.announcered2 .chat_t {
	float:left;
}
 @media only screen and (max-width: 767px) {
	.announcered2 {
		padding: 13px;
	}
	.announcered2 .title {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.announcered2 .text {
		font-size: 1.3rem;
	}
	.announcered2 .text01 {
		font-size: 1.4rem;
	}

	.announcered2 .chat_t {
		float:none;
	}
	.announcered2 .cocoro_entry_modal_btn01 {
		float:none;
	}
}

/* お知らせ */
.announcered {
	border: #ef000e 1px solid;
	padding: 10px 15px;
	margin-top: 15px;
}
.announcered .title {
	color: #ef000e;
	font-weight: bold;
	margin-bottom: 5px;
}
.announcered .text {
	padding-left:20px;
	background:url("https://jp.sharp/products/device/assets/common/images/ico_circle_gray_s.gif") no-repeat 3px 4px;
	font-size: 1.4rem;
	font-weight: 400;
}

.announcered .text01 {
	font-size: 1.5rem;
}

.announcered .cocoro_entry_modal_btn01 {
	float:right;
}
.announcered .chat_t {
	float:left;
}
 @media only screen and (max-width: 767px) {
.announcered {
	padding: 13px;
}
.announcered .title {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.announcered .text {
	font-size: 1.3rem;
}
.announcered .text01 {
	font-size: 1.4rem;
}

.announcered .chat_t {
	float:none;
}
.announcered .cocoro_entry_modal_btn01 {
	float:none;
}
}

/* お問い合わせ・お役立ち情報 */
.btn-list {
	padding-bottom: 0;
	padding-top: 5rem;
}
.btn-list .base-width {
	border-bottom: #d9d9d9 1px solid;
	padding-bottom: 6rem;
}
 @media print, screen and (min-width: 768px) {
.btn-list ul.list-main-support {
	display: flex;
	justify-content: space-around;
	margin-top: 2.5rem;
}
.btn-list ul.list-main-support li {
	width: 46%;
}
.btn-list ul.list-main-support li {
	margin-right: 1%;
}
.btn-list ul.list-main-support li:last-child {
	margin-right: 0;
}
.btn-list ul.list-main-support li a {
	padding: 15px;
	padding-right: 67px;
	justify-content: flex-start;
}
.btn-list ul.list-main-support li a .ttl {
	text-align: left;
	font-size: 16px;
}
.btn-list ul.list-support li {
	width: 24.2%;
	margin-left: 1%;
	margin-top: 1em;
}
.btn-list ul.list-support li:nth-child(4n-3) {
	margin-left: 0;
}
}
@media only screen and (max-width: 767px) {
.btn-list {
	padding-top: 3rem;
}
.btn-list .base-width {
	padding-bottom: 4.5rem;
}
	/* フレックスコンテナ */
	.flex-container {
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		flex-direction: column;
		font-weight: 300;
	}

}
/* お問い合わせ */
#contact ul.list-main-support li a[data-icon="kojin"] {
	background-image: url(https://jp.sharp/products/device/assets/common/images/icon-window.svg);
	background-size: 28px auto;
	background-position: right 17px center;
}
#contact ul.list-main-support li a[data-icon="mail"] {
	background-image: url(/support/top/images/icon_mail.svg);
	background-size: 36px auto;
	background-position: left 17px center;
}
#contact ul.list-main-support .line {
	display: block;
}
 @media print, screen and (min-width: 768px) {
#contact.btn-list ul.list-main-support {
	margin-bottom: 1rem;
}
}
 @media only screen and (max-width: 767px) {
#contact ul.list-main-support {
	display: block;
	border: none;
	margin-top: 3px;
}
#contact ul.list-main-support li {
	width: 100%;
	margin-bottom: 3px;
}
#contact ul.list-main-support li:last-child {
	margin-bottom: 0;
}
#contact ul.list-main-support li a {
	align-items: center;
	padding: 15px;
	padding-left: 65px;
	border-left: none;
	border: solid 1px #D9D9D9;
}
#contact ul.list-main-support li a[data-icon="chat"] {
	padding-left: 65px;
	background-position: left 8px top 67%;
}
#contact ul.list-main-support li a .ttl {
	text-align: left;
}
}
/* お役立ち情報 */
#information ul.list-main-support li a[data-icon="d-sjl"] {
	background-image: url(https://jp.sharp/products/device/support/image/banner_d-square.svg);
	background-size: 70px auto;
	background-position: left 18px center;
}
#information ul.list-main-support li a[data-icon="okamoto"] {
	background-image: url(https://jp.sharp/products/device/support/image/banner_e-junction.png);
	background-size: 110px auto;
	background-position: left 10px center;
}
 @media print, screen and (min-width: 768px) {
#information.btn-list ul.list-support {
	margin-bottom: 2rem;
}
#information.btn-list ul.list-main-support li a {
	padding-left: 140px;
}
}
 @media only screen and (max-width: 767px) {
#information.btn-list ul.list-main-support li {
	width: 50%;
}
#information.btn-list ul.list-main-support li a {
	background-position: center top 20%;
}
}
/* ===============================
	お知らせ一覧ページ 追加 2025.4.1
=============================== */
@media all and (min-width: 768px) {
	.content a {
		color: #002CB2;
		text-decoration: underline;
	}
	.content a:hover {
		text-decoration: none;
	}
	.sttl {
		font-size: 28px;
		font-weight: normal;
		border-bottom: #DDD 3px solid;
		margin: 35px auto 35px;
		position: relative;
	}
	.sec {
		width: 980px;
		padding: 0 30px;
		margin: 0 auto;
	}
	.notices .sec {
		margin: 0 auto 60px;
	}
	.notices .sttl {
		cursor: pointer;
	}
	.notices .sttl:after {
		content: '';
		display: block;
		width: 26px;
		height: 18px;
		background: url(/products/device/assets/common/images/icon_arrow.png) no-repeat 0 0;
		position: absolute;
		bottom: 11px;
		right: 10px;
	}
	.notices .sttl.open:after {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}
	.notices .box {
		display: none;
		padding: 0 40px 36px;
		margin: 0 0 15px;
	}
	.notices .box.open {
		display: block;
	}
	.notices .box dt {
		color: #999;
		width: 210px;
		float: left;
		padding: 18px 0 18px 20px;
	}
	.notices .box dd {
		padding: 18px 20px 18px 220px;
		position: relative;
	}
	.notices .box dd:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #ddd;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {
	.sec {
		width: 100%;
		padding: 0 4%;
		margin: 0 auto;
	}
}
/* ====================================
	767px以下専用スタイル
===================================== */
@media all and (max-width: 767px) {
	.content a {
		color: #002CB2;
		text-decoration: underline;
	}
	.content a:hover {
		text-decoration: none;
	}
	.sec {
		width: 100%;
		padding: 0 4%;
		margin: 0 auto;
	}
	.sttl {
		font-size: 19px;
		font-weight: normal;
		border-bottom: #DDD 3px solid;
		padding: 0 0 1px;
		margin: 20px auto 20px;
		position: relative;
	}
	.notices .sec {
		margin: 0 auto 60px;
	}
	.notices .sttl {
		cursor: pointer;
	}
	.notices .sttl:after {
		content: '';
		display: block;
		width: 20px;
		height: 14px;
		background: url(/products/device/assets/common/images/icon_arrow.png) no-repeat 0 0 /contain;
		position: absolute;
		bottom: 12px;
		right: 8px;
	}
	.notices .sttl.open:after {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}
	.notices .box {
		display: none;
		margin: 0 0 15px;
	}
	.notices .box.open {
		display: block;
	}
	.notices .box dl {
		margin: 0 auto 30px;
	}
	.notices .box dt {
		color: #666;
		padding: 12px 0 2px 10px;
	}
	.notices .box dd {
		padding: 0 0 12px 10px;
		position: relative;
	}
	.notices .box dd:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #ddd;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
/* margin-left */
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }
.ml70 { margin-left: 70px !important; }
.ml75 { margin-left: 75px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }
.ml90 { margin-left: 90px !important; }
.ml95 { margin-left: 95px !important; }
.ml100 { margin-left: 100px !important; }
