@charset "utf-8";
/*
Theme Name:Family Denki Theme
Theme URI:
Description:ファミリー電気商会テーマ Ver.2「family-denki-theme」
Version: 1.0
Author:株式会社ティー・エム・シー
Author URI: https: //www.tmc-world.co.jp/
*/

/* ----------------------------------------------------------------------
 setting
---------------------------------------------------------------------- */

body {
  margin:0;
  padding:0;
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック","ＭＳ ゴシック","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ ProN W3",sans-serif;
  color: #666666;
}

p{
  margin: 0px;
  padding: 0px;
}

/*Link */
a:link { /*未訪問*/
  color: #1e90ff;
  text-decoration:none;
}

a:visited { /*訪問済み*/
  color: #4D4DFF; 
  text-decoration:none;
}

a:hover { /*ポイント時*/
color: #FF4D4D; 
  text-decoration:underline;
}

a:active { /*選択中*/
  color: #FF4D4D;
  text-decoration:underline;
}

/*2024.5 add */
#container h2 {
	margin: 0px;
	padding: 0px;
	max-width: 960px;
	height: 50px;
	background: url(img/page-title.png) no-repeat 0px 0px;
	line-height: 50px;
	color: #FFFFFF;
	text-indent: 20px;
	letter-spacing: 0.3em;
	margin: 15px 0px 20px 0px;
	border-radius: 0 7px 7px 0;
}

/*ホーム　外部リンク タブレットレイアウト調整パーツ*/
#container #top-content #links ul li.tablet-only {
	display: none;
}

/*ページページトップボタン*/
#pageTop {
	margin-top: 40px;
}

/*SNSリンク add 2023.10.23*/
#container #content .store .box .profile .box-L ul.sns-link {
	margin: 0.5em 0;
	padding: 0;
	list-style-type: none;
	display: flex;
}

#container #content .store .box .profile .box-L ul.sns-link li a {
	display: inline-block;
	padding: 1px 8px;
	font-size: small;
	color: #FFF;
	background-color: #1e90ff;
	border-radius: 8px;
}

#container #content .store .box .profile .box-L ul.sns-link li a:hover {
	text-decoration: none;
	background-color: #4D4DFF;
}

#container #content .store .box .profile .box-L ul.sns-link li:first-child a {
	margin-right: 10px;
}

/*本部 店舗写真*/
/*#container #content .store .honbu-info .profile .box-R a {
	display: none;
}*/

/*個人情報保護方針 2024.4*/
#privacy-policy {
	line-height: 1.5em;
}

#privacy-policy section#policy>ol>li {
	margin-bottom: 0.5em;
	list-style-type: lower-alpha;
}

#privacy-policy section#personal-info>ol>li {
	margin-bottom: 1.0em;
}

#privacy-policy section#personal-info>ol>li>strong {
	display: block;
	margin-bottom: 0.5em;/
}

#privacy-policy section#personal-info>ol>li>ol>li {
	margin-top: 0.5em;
	list-style-type: lower-roman;
}

/*CF7版 問合せフォーム*/
#contactform #privacy-area {
	text-align: center;
}

#contactform #submit-area {
	margin: 10px 0;
	text-align: center;
}

/*個人情報保護方針　個人情報相談窓口*/
#privacy-policy section>ol li:last-child>ul {
	margin-top: 1.5em;
	padding-left: 0;
	list-style-type: none;
} 

#privacy-policy section>ol li:last-child>ul li:first-child {
	padding-bottom: 0.5em;
}

/*clearfix
.float-clear,
#container #content div:after {
  display : block;
  clear : both;
  height : 0px;
  line-height: 0px;
  visibility: hidden;
  content : ".";
  font-size: 1.0em;
}
*/

/*下層サブメニュー カレント*/
.subNavi ul li.current a {
	cursor: default;
}