@charset "Shift_JIS";

/*
===== 1: CLEARFIX ==========================================
*/
.clear{clear:both;}
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}


/* SUPPORT SETTING
-------------------------------------------------*/
.supportMenu-box {
	margin: 30px 0;
	padding: 0;
}
.supportMenu-box-top {
	margin-top: 0;
}

.supportMenu-box-list {
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
}
.supportMenu-box-list li {
	float: left;
	display: inline;
	margin-left: 15px;
}

.supportMenu-box-txtList {
	margin: 15px 0 15px 15px;
	padding: 0;
	list-style-type: none;
}
.supportMenu-box-txtList li {
	margin: 0 0 5px;
	padding: 0;
}
.supportMenu-box-txtList li a {
	padding-left: 10px;
	background: transparent url(/share/images/arrow_black.gif) no-repeat left 0.4em;
}


/* COMMON SETTING */

.subtitle_mb20{
	margin-bottom:20px;
	clear:both;
}

.mr10{
	margin-right:10px;
}
.mb_mr10{
	margin:0 10px 10px 0;
}
.mb20_mr10{
	margin-right:10px;
	margin-bottom:15px;
}
.mb0{
	margin-bottom:0px;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:15px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.mt50{
	margin-top:50px;
}
.ml10{
	margin-left:10px;
}

.arrow {
	background:transparent url(/share/images/arrow_black.gif) no-repeat scroll left 0.4em;
	margin:1em 0pt;
	padding:0pt 0pt 0pt 10px;
}
.alert {
	color:#FF0000;
}
.disc li{
	list-style: disc;
}
.decimal li{
	list-style: decimal;
}

/* タイトル
-------------------------------------------------*/
.headerTitle {
	position: relative;
	width: 950px;
	height: 39px;
	margin-top: 15px;
}
.headerTitle h1 {
	width: 950px;
	height: 39px;
}
.headerTitle p.toIndexNav {
	position: absolute;
	top: 14px;
	right: 10px;
	width: 190px;
	height: 13px;
}
.subtitle2 {
	background: #1f389c;
	font-weight: bold;
	color: #fff;
	padding: 2px 10px;
	margin: 0 0px 20px 0px;
	font-size: 95%;
}

/* お知らせ枠
-------------------------------------------------*/
.repair_box{
	padding:15px;
	border:1px solid #E3E3E3;
	margin: 0 0 40px 0;
}
.repair_box h3{
	margin:10px 0 20px 0;
	padding:0 10px 5px 15px;
	font-weight: bold;
	text-align: center;
	font-size: 130%;
}

/* Table
-------------------------------------------------*/
.service_box {
	padding: 0 10px;
}
.service_box p{
	margin: 0 10px 20px 10px;
}
.service_box table{
	width: 100%;
}
.service_box table th,
.service_box table td {
	border: solid 1px #ccc;
	padding: 10px;
	vertical-align: top;
}
.service_box table th {
	background: #eee;
	width: 190px;
	font-weight: bold;
}

/*修理品送付先*/
.service_box table.address th {
	background: #eee;
	width: 50%;
	font-weight: bold;
}
.service_box table.address td.area{
	background: #fafafa;
	}

/* Flash Area
-------------------------------------------------*/
.swf_area{
	text-align: left;
	padding-left: 10px;
	}