@charset "utf-8";
/* 【修正注意】レスポンシブ対応ページ全体で使用するcss */

/*★★★★★【修正注意】コンテンツ全体★★★★★*/
body {
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 2
}
img {
	border: none;
	margin: 0;
	padding: 0
}
ul li {
	list-style-type: disc
}
ol, ul {
	margin-right: 10px
}
p {
	margin-top: 0
}
/*リンク*/
a {
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
a:visited {
	color: #551A8B
}
/*コンテンツ全体の横幅設定*/
.boxA:after {
	content: "";
	display: block;
	clear: both
}
/*★★★★★【修正注意】コンテンツ全体ここまで★★★★★*/

/*★★★★★【修正注意】パンくず★★★★★*/
.topicpath {
	font-size: 12px;
	padding: 5px
}
.topicpath a {
	text-decoration: none
}
.topicpath a:hover {
	text-decoration: underline
}
/*★★★★★【修正注意】パンくずここまで★★★★★*/

/*★★★★★【修正注意】メインコンテンツ★★★★★*/
.main {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.main .mail {
	border-color: #333;
	border-bottom: 1px dotted;
}
.main h2 {
	margin-bottom: 10px
}
.main p {
	margin: 5px 0 10px 0;
	padding: 0 10px
}
.main img {
	max-width: 100%;
	height: auto
}
/*修理用メイン内タイトル_スパナ画像あり*/
.main_top {
	display: block;
	margin: 0 0 10px 5px;
	padding: 12px 0 0 5px;
	width: 97%;
	height: 50px;
	border: #999 solid 1px;
	border-radius: 5px;
	box-shadow: 2px 2px 1px 1px #CCC;
	background-image: url(../img/repair.gif);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 98% center;
	font-size: 26px
}
/*デジタルカメラサポート用メイン内タイトル*/
.main_topds {
	display: block;
	margin: 0 0 10px 5px;
	padding: 12px 0 0 5px;
	width: 97%;
	height: 50px;
	border: #999 solid 1px;
	border-radius: 5px;
	box-shadow: 2px 2px 1px 1px #CCC;
	background-image: url();
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 98% center;
	font-size: 26px
}
/*メイン内アンカー*/
.p_link {
	padding: 10px;
	background-color: #E8E8E8;
	border: #999 1px;
	border-style: dotted;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px
}
.p_link ul {
	margin: 0;
	padding-left: 20px
}
.p_link li {
	margin-bottom: 10px
}
/*メイン内アンカーここまで*/

/*メイン内その他*/
.update {
	text-align: right;
	margin: 0 10px 10px 0
}
.important {
	color: #F00;
	font-weight: bold;
	border-style: dotted;
	border: #F00 2px
}
.important a {
	color: #F00
}
.important a:hover {
	color: #F00
}
.content, .content2 {
	margin-bottom: 30px
}
.arrow1 {
	list-style-image: url(../img/arrow.gif);
	margin-bottom: 10px
}
.arrow2 {
	list-style-image: url(../img/arrow02.gif);
	margin-bottom: 10px
}
.request {
	width: 70%;
	border-right: 5px solid #6699CC;
	border-left: 5px solid #6699CC;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../digital/image/com_onegai.gif);
	background-repeat: no-repeat;
	background-position: left center
}
.description {
	width: 86%;
	margin-left: 14%;
	padding-right: 10px
}
/*テーブル*/
table {
	margin-right: auto;
	margin-left: auto;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
}
th {
	color: #FFF;
	background-color: #6699CC;
	font-weight: bold;
	border: #2C4E85 solid 1px;
}
td {
	border: #888888 solid 1px;
}
.no {
	background-color: #CCC
}
.wrap {
	text-align: right;
	margin: 10px 10px 20px 0
}
.att {
	padding-right: 10px
}
/*対応表テーブルの注釈*/
dl {
	margin: 0 10px 15px 20px;
	width: 90%
}
dt {
	float: left;
	margin-right: 5px
}
dd {
	margin-left: 1.3em
}
dt, dd {
	color: #333;
	margin-bottom: 5px
}
/*混雑状況テーブルで利用のクラス*/
.t_cong{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	text-align:center;	
}
.w_cong{
	background-color: #F2F2F2;
}
.j_cong{
	background-color: #F2F2F2;
}
.h_cong{
	background-color: #FFCCFF;
}
.m_cong{
	background-color: #FFFFCC;
}
.l_cong{
	background-color: #CCFFFF;
}
.double-border {
    border-bottom: 3px double #000; /* 二重線のスタイルを適用 */
}
/* メイン内の画像マウスオーバー時に半透明 */	
.boxA a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70)
}
/*メイン内のチャット*/
#main_chat {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFF;
	border-color: #CCC 1px;
	border-radius: 10px;
	box-shadow: 3px 3px 6px 3px #CCC
}
#main_chat .title {
	text-align: center;
	margin-bottom: 0
}
#main_chat .cont {
	margin: 0
}
#main_chat h4 {
	margin: 0
}
#main_chat hr {
	border: dotted 1px #666666
}
#main_chat .btn {
	margin-top: 10px;
	padding: 0;
	text-align: center
}
#main_chat .cont p {
	padding: 0;
	text-align: left
}
#main_chat .op {
	border: #F00 2px dotted;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0
}
.clear, .c {
	clear: both
}
/* チャットバナーの色が変わらない設定 
.btn a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity = 100)
}
*/
/* チャットバナー */
.chat {
	margin-bottom: 10px
}
.chat_sp{
	display: none !important
}
/*テーブルテスト*/
.dslr_table {
	margin: 0 0 15px 15px
}
.dslr_table dt {
	float: left;
	margin-right: 10px;
	font-weight: bold
}
/*テキスト色、背景色*/
.red {
	color: #F00
}
.tips, .note {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 15px
}
.tips {
	background-color: #DEEEFE
}
.note {
	background-color: #FCF
}
/*GW期間中のお知らせ*/
.gw_info {
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #F00
}
.gw_info a {
	color: #F00
}
/*GW期間中のお知らせで左寄せ*/
.gw_txt_left{
	text-align:left
}
/*GW期間中のお知らせここまで*/

/*サミットのお知らせここまで*/
.summit {
	border: #F00 1px solid;
	border-radius: 5px;
	margin: 0 10px 20px 10px
}
/*サミットのお知らせここまで*/

/*ページトップへのアンカー*/
.page-top {
	margin: 0;
	padding: 0;
	display: none
}
.page-top p {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 16px;
	bottom: 16px
}
.move-page-top {
	line-height: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}
.move-page-top:hover {
	opacity: 0.85;
	text-decoration: none;
	cursor: pointer
}
/*ページトップへのアンカーここまで*/

/*メイン内その他ここまで*/
/*★★★★★【修正注意】メインコンテンツここまで★★★★★*/

/*★★★★★【修正注意】バナーエリア★★★★★*/
.banner {
	margin: 0;
	width: auto
}
.banner ul {
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0
}
.banner li {
	display: inline
}
.banner img {
	max-width: 100%;
	height: auto;
	margin-bottom: 0
}
.boxB li {
	margin: 0
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important
}
.s {
	display: none !important
}

/*★★★★★フッターエリア★★★★★*/
.footer {
	font-size: 12px;
	padding: 15px 0;
	border-top: solid 1px #999999
}
.footer p {
	text-align: center;
	margin: 10px
}
.footer p a {
	text-decoration: none
}
.footer p a:hover {
	text-decoration: underline
}
.footer form {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

/*フッターのリンク*/
.f_nav {
	text-align: center;
	margin-left: -50px
}
.f_nav li {
	margin: 0;
	list-style-type: none;
	display: inline;
}
.f_nav li a {
	margin: 0;
	text-align: center;
	text-decoration: none
}

/*検索フォーム*/
.searchWords {
	margin-right: 10px
}
.sbtn {
	padding: 3px 5px;
	cursor: pointer;
	background-color: #FFF;
	border: solid 1px #999;
	border-radius: 3px
}
.sbtn:hover {
	color: #999;
	background-color: #eee
}
/*★★★★★【修正注意】フッターここまで★★★★★*/

/*↓↓↓レスポンシブ対応↓↓↓*/
/*★★★★★横幅が最小で930px時★★★★★*/
@media (min-width:930px) {
/*コンテンツの横幅設定*/
.header, #g_menu, .boxA, .footer {
	max-width: 930px;
	margin-left: auto;
	margin-right: auto
}
.main {
	float: left;
	width: 750px
}
.banner {
	float: left;
	width: 180px
}

/*見出し テキストサイズ*/
h1 {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto
}
.mail {
	font-size: 26px;
	margin-bottom: 20px
}
h2 {
	font-size: 24px;
	border-bottom: 1px dotted
}
h3 {
	font-size: 22px;
	color: #333
}
h4 {
	font-size: 20px;
	color: #333
}
h1, h2, h3, h4, .live800 {
	margin: 10px
}
p, li, .wrap, .update, .tips, .note {
	margin-top: 0;
	line-height: 1.7em;
	font-size: 18px
}

/*テーブル*/
table {
	margin-bottom: 20px
}

/*テーブル内の余白*/
th, tr, td {
	text-align: center;
	padding: 4px
}
/*テーブルここまで*/

/*GW期間中のお知らせ*/
.gw_info {
	padding: 10px;
	margin-bottom: 15px;
	border: #F00 5px double;
	border-radius: 10px
}
/*GW期間中のお知らせここまで*/
}

/*★★★★★横幅が最小で768px時★★★★★*/
@media (min-width:768px) {
body {
	line-height: 1.5
}

/*コンテンツの横幅設定*/
.main {
	margin-top: 0;
	float: left;
	width: 80%
}
.banner {
	float: left;
	width: 20%
}

/*メイン内のフォントサイズ*/
h1, h2, h3, h4, .live800 {
	margin: 8px
}
.main .mail {
	font-size: 24px;
	margin-bottom: 15px
}
h2 {
	font-size: 22px;
	border-bottom: 1px dotted
}
h3 {
	font-size: 20px
}
h4 {
	font-size: 18px
}
p, li, dt, dd, .wrap, .gw_info, .update, .tips, .note {
	font-size: 16px;
	line-height: 1.5em
}

/*グローバルメニュー右のOMロゴ表示*/
.sp_logo{
	display:block
}

/*テーブル*/
table {
	margin-bottom: 15px
}

/*テーブル内の余白*/
th, tr, td {
	text-align: center;
	padding: 4px
}
/*テーブルここまで*/

/*問合せの注意事項、スマホ時チャットバナー*/
.att_btn, .sp_chat {
	display: none
}
/*GW期間中のお知らせ*/
.gw_info {
	padding: 8px;
	margin-bottom: 10px;
	border: #F00 5px double;
	border-radius: 10px
}
/*GW期間中のお知らせここまで*/
}

/*★★★★★横幅が600px～767px時★★★★★*/
@media (min-width:600px) and (max-width:767px) {
body {
	line-height: 1.3
}

/*見出し*/
.main h1 {
	font-size: 24px
}
.main .mail {
	margin-bottom: 15px
}
.main h2 {
	font-size: 22px;
	border-bottom: 1px dotted;
	padding: 4px
}
.main h3 {
	font-size: 20px
}
.main h4 {
	font-size: 18px
}
h1, h2, h3, h4, .live800 {
	margin: 6px
}

/*メイン内のフォントサイズ*/
p, li, dt, dd, .wrap, .gw_info, .update, .tips, .note {
	font-size: 16px;
	line-height: 1.3em
}

/*パンくず*/
.topicpath {
	display: none
}

/*メイン内のチャット*/
#main_chat {
	margin-bottom: 10px;
	padding: 7px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px 3px #CCC
}
#main_chat p {
	width: auto;
	padding: 0;
	margin: 5px 0 10px 0;
	text-align: center
}

/*テーブル*/
table {
	margin-bottom: 10px
}

/*テーブルの余白*/
th, tr, td {
	font-size: 16px;
	padding: 8px
}

/*背景水色の注意書き*/
.tips, .note {
	padding: 10px
}

/*問合せの注意事項、スマホ時チャットバナー*/
.att_btn, .sp_chat {
	display: none
}

/*コンテンツの横幅設定*/
.boxB:after {
	content: "";
	display: block;
	clear: both
}
.boxB-1, .boxB-2, .boxB-3 {
	float: left;
	width: 33.33%
}

/*右カラム*/
.pc{
	border-top: #333 dotted 1px;
	padding-top:10px
}

/*GW期間中のお知らせ*/
.gw_info {
	padding: 5px;
	margin-bottom: 10px;
	border: #F00 5px double;
	border-radius: 10px
}
/*GW期間中のお知らせここまで*/

/*フッター*/
.footer {
	padding: 10px 0;
}
.footer ul li, .footer p {
	font-size: 16px
}
}

/*★★★★★横幅が最大で599px時★★★★★*/
@media (max-width:599px) {
body {
	line-height: 1.3
}

/*パンくず*/
.topicpath {
	display: none
}

/*☆☆メインコンテンツ☆☆*/
/*修理用メイン内タイトル*/
.main_top {
	font-size: 20px;
	background-image: none;
	margin: 0 5px 10px 5px;
	padding: 10px 5px;
	width: auto;
	height: auto;
	border-radius: 3px;
	box-shadow: #CCC 2px 2px 4px
}

/*デジタルカメラサポート用メイン内タイトル*/	
.main_topds {
	font-size: 20px;
	background-image: none;
	margin: 0 5px 10px 5px;
	padding: 10px 5px;
	width: auto;
	height: auto;
	border-radius: 3px;
	box-shadow: #CCC 2px 2px 4px
}	
	
/*メイン内の見出し*/
.sp:before {
	content: attr(data-label)
}
.sp img {
	display: none
}

/*見出し*/
.main h1 {
	font-size: 22px;
	border: #999 solid 1px;
	border-radius: 3px;
	padding: 10px 5px;
	box-shadow: #CCC 2px 2px 4px
}
.sp {
	margin-bottom: 10px
}
.main .mail {
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 0px;
	box-shadow: none;
	padding: 0;
	margin-bottom: 10px
}
.main h2 {
	font-size: 20px;
	border-bottom: 1px dotted;
	padding: 2px
}
.main h3 {
	font-size: 18px
}
.main h4 {
	font-size: 16px
}
h1, h2, h3, h4, .live800 {
	margin: 4px
}

/*メイン内のフォントサイズ*/
p, li, dt, dd, .wrap, .gw_info, .update, .tips, .note {
	font-size: 14px;
	line-height: 1.5em
}

/*メインコンテンツ*/
.main, .banner {
	padding-top: 3px
}
.content {
	margin-bottom: 10px
}
.header p {
	display: none
}
.p_link {
	width: 90%
}
.request {
	width: 95%;
	border-right: 3px solid #6699CC;
	border-left: 3px solid #6699CC;
	background-image: none;
	font-size: 14px
}
.description {
	width: 95%;
	padding-left: 10px;
	margin: 0
}
.medical {
	width: 90%
}
.page-top p {
	right: 10px;
	bottom: 0
}
.move-page-top {
	line-height: 30px
}
.page-top p img {
	width: 50px;
	height: 50px
}

/*テーブル*/
/*テーブル内の余白*/
th, tr, td {
	font-size: 14px;
	padding: 10px
}

/* チャットバナー */
.chat {
	margin-bottom: 5px
}
.chat_sp {
	display: block !important
}

/*メイン内のチャット*/
#main_chat {
	width: 90%;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 3px;
	box-shadow: 2px 2px 3px 2px #CCC
}
#main_chat .btn {
	margin-top: 5px
}

/*注意事項ボタンを表示*/
.att_btn {
	display: table;
	position: relative;
	font-weight: bold;
	width: 120px;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #aaaaaa;
	border-radius: 3px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	text-align: center;
	cursor: pointer
}
.att_btn:hover {
	color: #999;
	background-color: #eee
}
.att_btn:focus {
	outline: none
}

/*注意事項は閉じた状態*/
.att {
	display: none;
	margin-top: 0
}

/*右のバナーはスマホ時は非表示*/
.pc {
	display: none !important
}

/*スマホ表示時のチャットバナー表示*/
.sp_chat {
	text-align: center;
	border-top: #333 dotted 1px;
	padding: 10px
}

/*背景水色の注意書き*/
.tips, .note {
	padding: 5px
}

/*GW期間中のお知らせ*/
.gw_info {
	width: 90%;
	padding: 5px;
	margin-bottom: 10px;
	border: #F00 5px double;
	border-radius: 5px
}
/*GW期間中のお知らせここまで*/
/*☆☆メインコンテンツここまで☆☆*/

/*フッター*/
.footer {
	padding: 7px 0;
}
.footer ul li, .footer p {
	font-size: 14px
}
.footer ul {
	padding: 0 10px;
	margin-left: auto;
	margin-right: auto
}
/*検索フォーム*/
.footer form {
	width: 90%;
}
}
