@charset "utf-8";

#facebook-tab {
	position: fixed;
	top: 300px;
	right: 0;
}

* html #facebook-tab {
	position: absolute;
	top: 300px;
	right: 0;
}

#twitter-tab {
	position: fixed;
	top: 415px;
	right: 0;
}

* html #twitter-tab {
	position: absolute;
	top: 415px;
	right: 0;
}

#translate-tab {
	position: fixed;
	top: 0;
	right: 10px;
}

* html #translate-tab {
	position: absolute;
	top: 0;
	right: 10px;
}

.backToTop2 {
	position: fixed;
	bottom: 0;
	right: 10px;
	font-size: 12px;
	color: #666;
	background-color: #fafafa;
	width: 120px;
	padding: 2px 0 3 0 3px;
}

* html .backToTop2 {
	margin-right: 10px;
	float: right;
	height: 1em;
}

.backToTop2 a {
	color: #666;
	text-decoration: none;
}

body#content {
	width:570px;
	margin-left:20px;
	background-image:url(images/mce_bg.png) !important;
	background-repeat:repeat-y;
}

#content .justifyleft {
	float: left;
	margin-right: 12px;
	clear: both;
	margin-bottom: 7px;
}

#content .justifyright {
	float: right;
	margin-left :12px;
	clear: both;
	margin-bottom: 7px;
	margin-right: 5px;
}

#content .floatclear {
	clear: both;
}

/* 共通 */

.margintop0 {margin-top: 0px !important;}
.margintop3 {margin-top: 3px !important;}
.margintop5 {margin-top: 5px !important;}
.margintop10 {margin-top: 10px !important;}
.margintop15 {margin-top: 15px !important;}
.margintop20 {margin-top: 20px !important;}
.margintop25 {margin-top: 25px !important;}
.margintop30 {margin-top: 30px !important;}
.margintop35 {margin-top: 35px !important;}
.margintop40 {margin-top: 40px !important;}
.margintop45 {margin-top: 45px !important;}
.margintop50 {margin-top: 50px !important;}
.margintop55 {margin-top: 55px !important;}
.margintop60 {margin-top: 60px !important;}
.marginbtm0 {margin-bottom: 0px !important;}
.marginbtm3 {margin-bottom: 3px !important;}
.marginbtm5 {margin-bottom: 5px !important;}
.marginbtm10 {margin-bottom: 10px !important;}
.marginbtm15 {margin-bottom: 15px !important;}
.marginbtm20 {margin-bottom: 20px !important;}
.marginbtm25 {margin-bottom: 25px !important;}
.marginbtm30 {margin-bottom: 30px !important;}
.marginbtm35 {margin-bottom: 35px !important;}
.marginbtm40 {margin-bottom: 40px !important;}
.marginbtm45 {margin-bottom: 45px !important;}
.marginbtm50 {margin-bottom: 50px !important;}
.marginbtm55 {margin-bottom: 55px !important;}
.marginbtm60 {margin-bottom: 60px !important;}

.alignC {text-align: center !important;}
.alignL {text-align: left !important;}
.alignR {text-align: right !important;}

.clearB {
	clear: both !important;
}

.clearBB {
	clear: both !important;
	height: 0 !important;
	line-height: 0 !important;
}

.bold {
	font-weight: bold !important;
}

.font-s {
	font-size: 10px !important;
}

.font-l {
	font-size: 16px !important;
}

.font-xl {
	font-size: 18px !important;
}

.color-red {
	color: #CC0000 !important;
}

.color-orange {
	color: #FF6600 !important;
}

.color-green {
	color: #006943 !important;
}

.color-gray {
	color: #cccccc !important;
}


.imgR {
	float: right;
	margin: 0 5px 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.width330 {
	width: 330px !important;
}

/*  */

#content .banner {
	margin-bottom:1em;
}

#content h1 {
	font-size: 16px;
	background: url(/styles/images/content/h1_bg.png) no-repeat;
	height: 38px;
	width: 525px;
	color: #333333;
	padding-left: 25px;
	padding-top: 9px;
	margin-bottom: 15px;
}

#content h2.pageTitle {
	font-size: 16px;
	background: url(/styles/images/content/h1_bg.png) no-repeat;
	height: 38px;
	width: 525px;
	color: #333333;
	padding-left: 25px;
	padding-top: 9px;
	margin: 0 0 15px 0;
	border: none;
}

#content h2.pageTitle span {
	font-size: 12px;
	margin-left: 10px;
}

#content h2 {
	font-size: 16px;
	color: #006943;
	letter-spacing: 1px;
	margin: 40px 0 20px 0;
	padding: 4px 0 2px 6px;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #006943;
	width: 539px;
}

#content h2.red {
	color: #cc0000;
	border-left: 5px solid #cc0000;
}

#content h2.yellow-green {
	color: #abcd03;
	border-left: 5px solid #abcd03;
}

#content h2.green {
	color: #006943;
	border-left: 5px solid #006943;
}

#content h2#h2pagetop {
	margin-top: 0;
}

#content h3 {
	font-size: 16px;
	color: #006943;
	line-height: 1.5;
	margin :2em 0 1em;
	border-left: 5px solid #abcd03;
	padding: 0 0 0 6px;
}

#content h3.red {
	color: #333333;
	border-left: 5px solid #cc0000;
}

#content h3.yellow-green {
	color: #333333;
	border-left: 5px solid #abcd03;
}

#content h3.green {
	color: #333333;
	border-left: 5px solid #006943;
}

#content h4 {
	font-size: 14px;
	color: #333;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1em;
}

#content h5 {
	font-size: 14px;
	margin-bottom: 1em;
}

#content h6 {
	font-size: 14px;
	margin-bottom: 1em;
}

#content p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 1em;
}

#content ul {
	width: 540px;
	margin-bottom: 1em;
	padding-left: 10px;
	list-style: none;
}

#content ul li {
	padding-left: 15px;
	background: url(../images/list_mark.gif) no-repeat 0 6px;
	font-size: 14px;
	line-height: 1.6;
}

#content ul.red li {
	padding-left: 15px;
	background: url(../images/list_mark_red.gif) no-repeat 0 6px;
	font-size: 14px;
	line-height: 1.6;
}

#content ul.yellow-green li {
	padding-left: 15px;
	background: url(../images/list_mark_yellow-green.gif) no-repeat 0 6px;
	font-size: 14px;
	line-height: 1.6;
}

#content ul.green li {
	padding-left: 15px;
	background: url(../images/list_mark_green.gif) no-repeat 0 6px;
	font-size: 14px;
	line-height: 1.6;
}

#content ul#repair-menu {
	width: 550px;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#content ul#repair-menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#content ul#repair-menu li {
	margin: 0;
	padding: 0;
	background-image: none;
	width: 110px;
	float: left;
}

#content ul#repair-menu li img {
	vertical-align: middle;
}

#content ul#repair-menu li a {
	text-decoration: none;
}

#content ul#repair-btn {
	width: 550px;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

#content ul#repair-btn:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#content ul#repair-btn li {
	margin: 0 0 0 11px;
	padding: 0;
	background-image: none;
	width: 176px;
	float: left;
}

#content ul#repair-btn li img {
	vertical-align: middle;
}

#content ul#repair-btn li a {
	text-decoration: none;
}

#content ul.border {
	width: 550px;
	padding-top: 7px;
	padding-left: 0;
	border-top: 1px dotted #999;
}

#content ul.border li {
	margin-bottom: 7px;
	padding-left: 15px;
	padding-bottom: 5px;
	line-height: 1.6;
	border-bottom: 1px dotted #999;
}

#content dl {
	margin-bottom: 1em;
}

#content dt {
	font-weight: bold;
	margin-bottom: 0.7em;
}

#content dd {
	margin-bottom: 1em;
	line-height: 1.6;
}

#content table {
	margin-bottom: 1em;
	border-collapse: collapse;
	width: 550px;
	font-size: 12px;
}

#content table td, #content table th {
	border:1px solid #ccc;
	padding: 5px;
	vertical-align:top;
}

#content table th {
	background-color: #eee;
	font-weight: bold;
	white-space: nowrap;
}

#content table.no_border td, #content table.no_border th {
	border: none;
}

#content table.noborder td, #content table.noborder th {
	border:none;
}

#content a:link, #content a:visited {
	color: #3366FF;
	text-decoration: underline;
}

#content a:focus, #content a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#content a:link strong, #content a:visited strong {
	text-decoration: underline;
}

#content a:focus strong, #content a:hover strong {
	text-decoration: underline;
}

.greenbox {
	background-color: #f8fff3;
	padding: 10px;
	border: 1px solid #cccccc;
	margin-bottom: 1em;
}

.bluebox {
	background-color: #f1fdff;
	padding: 10px;
	border: 1px solid #cccccc;
	margin-bottom: 1em;
}

.bluebox h3 {
	color: #444 !important;
}

/* J:com */

.bg-y {
	margin: 20px 0 20px 0;
	padding: 20px 30px 10px 30px;
	width: 470px;
	background-color: #fffae1;
}

#content_right #page .bg-y h2 {
	margin-left: 0;
	margin-bottom: 15px;
	background-image: none;
	padding: 0;
}

#content_right #page .bg-y h3 {
	margin: 10px 0 0 0;
}

#content_right #page .bg-y p {
	margin: 0 0 10px 27px;
}

/* パソコン安心パック */

table#anshinPacTable {
}

#content table#anshinPacTable th {
	width: 120px;
	white-space: inherit;
	font-size: 85%;
	line-height: 120%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#content table#anshinPacTable td {
	font-size: 85%;
	line-height: 120%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

div#pricePcdock01 {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #f0fffe;
	padding: 0 15px;
	width: 518px;
}

div#pricePcdock01 p {
	margin: 0;
	font-size: 100%;
	line-height: 120%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

table#anshinPacTable2 {
	width: 400px !important;
}

table#anshinPacTable2 td {
	border: 0 !important;
	line-height: 100% !important;
	padding: 10px 0 0 0 !important;
	font-weight: bold !important;
}

#content table#anshinPacTable td.bgcolor1 {
	background-color: #fffdd2;
}

#content table#anshinPacTable td.bgcolor2 {
	background-color: #e4ffd2;
}

#content table#anshinPacTable td.bgcolor3 {
	background-color: #d2f6ff;
}

/* トップページ */

#toppage div#twitterColumn {
	background-color: #e9f3ff;
	width: 169px;
	padding: 10px 0 0 9px;
	margin: 10px 0 10px 0;
	font-size: 90%;
	border: 1px solid #cccccc;
}

#toppage div.twtText {
	width: 155px;
	overflow: hidden;
}

/* blog */

#blog img.aligncenter {
	text-align: center;
}

#blog h2 {
	margin-top: 15px;
}

.date {
	margin: 0 0 30px 0;
	color: #999;
}

div.navigation {
	width: 525px;
}

div.navigation:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

div.navigation div.alignleft {
	width: 200px;
	float: left;
}
div.navigation div.alignright {
	width: 200px;
	float: right;
	text-align: right;
}

p.postmetadata {
	font-size: 75% !important;
}

.wp_social_bookmarking_light {
	height: 20px;
	background-color: #f0f0f0;
	padding: 5px;
}

.wp_social_bookmarking_light div {
	float: left;
}

.wp_social_bookmarking_light_clear {
	clear: left;
}

/**/

table.shop-jisseki {
	font-size: 75% !important;
}

table.shop-jisseki th.item01 {
	width: 15%;
}

table.shop-jisseki th.item02 {
	width: 10%;
}

table.shop-jisseki th.item03 {
	width: 15%;
}

table.shop-jisseki th.item04 {
	width: 20%;
}

table.shop-jisseki th.item05 {
	width: 40%;
}

/* 左右ブロック分け */

div.mainABwrap {
	width: 550px;
}

div.mainABwrap:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div.mainABwrap div.mainA {
	width: 270px;
	float: left;
}

div.mainABwrap div.mainB {
	width: 270px;
	float: right;
}

/**/

div#tag-cloud {
	margin: 0 0 0 10px;
	width: 180px;
	line-height: 150% !important;
}

div#tag-cloud a:link {
	color: #3366FF;
	text-decoration: underline;
}

div#tag-cloud a:focus, div#tag-cloud a:hover {
	color: #FF9900;
	text-decoration: underline;
}

/* contact完了画面 */

p.thanks-address {
	margin: 0 30px;
	padding: 20px;
	background-color: #eee;
}

/* まずはお近くの店舗へお問い合わせください */

.contact-box {
	margin: 15px 0 20px;
	padding: 1px;
	width: 546px;
	border: 1px solid #ccc;
	background-color: #fafafa;
}

#content .contact-box ul {
	margin: 10px 20px;
	padding: 0;
	width: 510px;
}

#content .contact-box ul li {
	margin: 0 0 0 5px;
	padding: 0;
	background-image: none;
	font-size: 90%;
	font-weight: bold;
	display: inline;
}

.contact-box ul li a {
	padding: 0 0 0 10px;
	background: url(/images/common/contact-arw.gif) no-repeat;
	font-weight: normal;
}

#content .contact-box ul li a:link, #content .contact-box ul li a:visited {color: #333333; text-decoration: none;}
#content .contact-box ul li a:hover, #content .contact-box ul li a:focus {color: #ff9900; text-decoration: underline;}

.contact-box .btn {
	padding: 3px 0;
	background-color: #ffcccc;
	text-align: center;
}

/* Shop */

#content h3.shop-list {
	padding-top: 3px;
	border-bottom: 1px solid #cccccc;
	background-color: #f5ffc5;
}

#content h4.shop-list {
	border: none;
}

#content table.shop-list {
	border-collapse: collapse;
	width: 550px;
	font-size: 14px;
	margin-bottom: 30px;
}

#content table.shop-list th, #content table.shop-list td{
	border: none !important;
	border-top: 1px dotted #999 !important;
	border-bottom: 1px dotted #999 !important;
	padding: 8px 0 6px;
	background-color: #fafafa;
}

#content table.shop-list th {
	width: 30%;
	padding-left: 10px;
}

#content table.shop-list td.item01 {
	width: 50%;
	letter-spacing: 0.2em;
}

#content table.shop-list td.item02 {
	width: 20%;
	text-align: right;
	padding-right: 10px;

}

#content table.shop-list tr.gray th, #content table.shop-list tr.gray td {
	background-color: #f1f1f1;
}

#content table.shop-list th span, #content table.shop-list td span {
	font-size: 75%;
	letter-spacing: 0;
	font-weight: normal;
}

dl.shop-news {
	padding: 15px 0 0;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #999;
}

/* refresh */

p.green-bar {
	background-color: #006943;
	color: #fff;
	font-size: 18px !important;
	font-weight: bold;
	padding: 5px 0 5px;
	text-align: center;
	margin-top: 30px;
}

/* employment */

#content ul#employment-staff {
	width: 550px;
	margin-bottom: 1em;
	padding-left: 0;
	list-style: none;
	border-top: 1px solid #ccc;
}

#content ul#employment-staff li {
	padding: 10px 0 0 60px;
	background: none;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	height: 50px;
}

#content ul#employment-staff li.item01 {
	background: url(/images/employment/01.jpg) no-repeat left center;
}

#content ul#employment-staff li.item02 {
	background: url(/images/employment/02.jpg) no-repeat left center;
}

#content ul#employment-staff li.item03 {
	background: url(/images/employment/03.jpg) no-repeat left center;
}

#content ul#employment-staff li.item04 {
	background: url(/images/employment/04.jpg) no-repeat left center;
}

#content ul#employment-staff li.item05 {
	background: url(/images/employment/05.jpg) no-repeat left center;
}

.imgRcap170 {
	width: 170px;
	float: right;
	margin: 0 0 10px 10px;
}

#content .imgRcap170 p {
	font-size: 90%;
	line-height: 120%;
	margin-top: 2px;
}

.jirei {
	border: 1px dotted #666666;
	padding: 0 20px;
	margin: 20px 0;
}

#content div.repair-menu-detail {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #666666;
	width: 550px;
	overflow :hidden;
}

#content div.repair-menu-detail:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#content div.repair-menu-detail#top {
	border-top: 1px dotted #666666;
}

#content div.repair-menu-detail div.repair-menu-detail-pct {
	margin: 0;
	width: 120px;
	float: left;
}

#content div.repair-menu-detail div.repair-menu-detail-txt {
	margin: 0;
	width: 420px;
	float: right;
}

#content div.repair-menu-detail div.repair-menu-detail-txt h3 {
	margin: 0;
	padding: 0;
	border: 0;
	color: #333333;
	font-size: 100%;
}

#content div.repair-menu-detail div.repair-menu-detail-txt h3 a {
	text-decoration: none;
	padding-left: 13px;
	background: url(../images/arw.gif) no-repeat 0 2px;
}

#content div.repair-menu-detail div.repair-menu-detail-txt p {
	font-size: 90%;
	margin: 0;
}

#content ul.repair-list li {
	font-weight: bold;
	margin-bottom: 1em;
}

#content ul.repair-list li a {
	font-size: 90%
	font-weight: normal;
	text-decoration: none;
	padding-left: 13px;
	background: url(../images/arw.gif) no-repeat 0 2px;
}


#content a.arw {
	text-decoration: none;
	padding-left: 13px;
	background: url(../images/arw.gif) no-repeat 0 2px;
}

#content a.arw-b {
	font-weight: bold;
	text-decoration: none;
	padding-left: 13px;
	background: url(../images/arw.gif) no-repeat 0 2px;
}

/* 宅配サービスの流れ */

.takuhai-flow-box {
	margin: 0;
	padding: 4px;
	width: 540px;
	border: 1px dotted #666666;
}

.takuhai-flow-step {
	width: 60px;
	float: left;
}

.takuhai-flow-txt {
	padding: 7px 10px 0 10px;
	width: 340px;
	float: left;
}

.takuhai-flow-pct {
	width: 60px;
	float: left;
}

#content .takuhai-flow-txt h3 {
	border: none;
	color: #333333;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#content .takuhai-flow-txt p {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

.takuhai-flow-arw {
	margin: 3px 0 2px 0;
	text-align: center;
}

/* 店舗・営業所一覧 */

table#shop-list th {
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
}

table#shop-list td {
	padding: 10px 0 0 10px;
}

table#shop-list ul {
	margin: 0;
	padding: 0;
	width: 450px;
}

table#shop-list ul li {
	margin: 0 10px 10px 0;
	padding: 0;
	display: block;
	width: 100px;
	height: 24px;
	background-image: none;
	text-align: center;
	font-weight: bold;
	float: left;
}

table#shop-list ul li a {
	display: block;
	width: 100px;
	height: 22px;
	padding-top: 2px;
}

table#shop-list ul li a:link, table#shop-list ul li a:visited {
	background: url(/images/shop/shop/btn_green_off.gif) no-repeat;
	text-decoration: none;
	color: #333333;
}

table#shop-list ul li a:focus, table#shop-list ul li a:hover {
	background: url(/images/shop/shop/btn_green_on.gif) no-repeat;
	text-decoration: none;
	color: #333333;
}

table#shop-list ul li.heiten a:link, table#shop-list ul li.heiten a:visited {
	background: url(/images/shop/shop/btn_gray_off.gif) no-repeat;
	text-decoration: none;
	color: #333333;
}

table#shop-list ul li.heiten a:focus, table#shop-list ul li.heiten a:hover {
	background: url(/images/shop/shop/btn_gray_on.gif) no-repeat;
	text-decoration: none;
	color: #333333;
}

table#shop-list ul li.kaiten a:link, table#shop-list ul li.kaiten a:visited {
	background: url(/images/shop/shop/btn_pink_off.gif) no-repeat;
	text-decoration: none;
	color: #333333;
}

table#shop-list ul li.kaiten a:focus, table#shop-list ul li.kaiten a:hover {
	background: url(/images/shop/shop/btn_pink_on.gif) no-repeat;
	text-decoration: none;
	color: #333333;
}

div.takuhai_btn {
	margin: 0;
	padding: 5px 0;
	background-color: #FFFFCC;
}









