﻿@charset "UTF-8";

/* System
------------------------------------------------- */
#main #system {
	margin: 0 0 10px 0;
	clear: both;
	padding-bottom: 5px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #fff;
}
#main #system .ttl {
	color: #F7D152;
	background-color: #980005;
	font-size: 15px;
	padding: 2px 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-moz-border-bottom-left-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
#main #system .ttl span {
	color: #EEE;
	font-size: 13px;
	margin-left: 1em;
}
#main #system .ttl_sys2 {
	font-size: 13px;
	color: #fff;
	background: -webkit-gradient(linear, center top, center bottom, from(#ff83b0), to(#ff83b0));
	padding: 0 4px;
}
#main #system #system_area {
	clear : both;
	padding:5px;
	margin-bottom: 5px;
	background-color: #fff;
	font-size: 12px;
	line-height: 1.5;
	/*font-family: ArialMT, "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3";*/
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#main #system table {
	clear: both;
	width: 100%;
	margin-top: 5px;
}
#main #system table th {
	text-align: left;
	background-color: #000;
	color: #fff;
	font-size: 11px;
	border: solid 1px #60605F;
	line-height: 1.2;
	padding: 2px;
}
#main #system table td.white_l {
	text-align: left;
	vertical-align: middle;
	background-color: #fff;
	font-size: 11px;
	border: solid 1px #60605F;
	line-height: 1.2;
	font-family: ArialMT, "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3";
	padding: 2px;
}
#main #system table td.white_c {
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	font-size: 11px;
	border: solid 1px #60605F;
	line-height: 1.2;
	font-family: ArialMT, "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3";
	padding: 2px;
	color: #333;
}
#main #system table td.pink_c {
	text-align: center;
	vertical-align: middle;
	background-color: #fce1ed;
	font-size: 11px;
	border: solid 1px #60605F;
	line-height: 1.2;
	padding: 2px;
}
#main #system table td.gray_c {
	text-align: center;
	vertical-align: middle;
	background-color: #988e90;
	color: #fff;
	font-size: 11px;
	border: solid 1px #60605F;
	line-height: 1.2;
	padding: 2px;
}
#main #system #system_area .bold_13 {
	line-height: 1.3;
	font-size: 11px;
	color: #333;
}
#main #system .encho {
	-webkit-border-radius: 6px;
	background-color: #fce1ed;
	padding: 5px;
	font-size: 13px;
	margin-top: 10px;
	line-height: 1.3;
}
#main #system .encho span.red {
	color: #f00;
	font-size: 13px;
}
#main #system .encho span {
	font-size: 12px;
}
#main #system .explanation {
	border: 1px solid #532a06;
	font-size: 11px;
	line-height: 1.3;
	margin-top: 10px;
}
#main #system .explanation .ttl_gray {
	background-color: #FD3A60;
	padding: 2px;
	border-bottom: 1px solid #000;
}
#main #system .explanation .text {
	background-color: #fff;
	font-family: ArialMT, "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3";
	padding: 2px;
}
#main #system .explanation .text img {
	float: left;
	width: 95px;
	height: 42px;
	margin-right: 5px;
	margin-bottom: 30px;
}
#main #system .explanation .text a {
	font-size: 12px;
	color: #39f;
	text-decoration: underline;
	font-family: Arial-BoldMT, "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6";
}
#main #system .explanation .text .red {
	color: #f00;
	font-size: 12px;
	font-family: Arial-BoldMT, "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6";
}
#main #system .explanation .text ul {
	background-color: #fff;
	margin-left: 10px;
	padding-left: 10px;
}
#main #system .explanation .text li {
	list-style: disc;
}
.phone_area_common {
-webkit-border-radius: 10px;
border: 2px solid #000;
margin-bottom: 10px;
padding: 5px;
text-align: center;
font-size: 14px;
background-color: #fff;
line-height: 1.2;
}
.phone_area_common a {
display: block;
width: 100%;
font-size: 15px;
font-family: Arial-BoldMT, "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6";
color: #000;
line-height: 1.2;
}
.phone_area_common img {
position: relative;
top: -5px;
width: 26px;
height: 22px;
margin-right: 5px;
}
.phone_area_common a span {
font-size: 21px;
color: #fd3e63;
line-height: 1.2;
}

#system_area .mainblock img {
	margin-bottom: 20px;
}

.system_headtext {
	margin-bottom: 20px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #444;
	font-size: 16px;
	line-height: 1.6em;
	text-align: justify;
}
