@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
body {
	color: #444;
	font-size: 1.1;
	line-height: 1.4;
	text-align: left;
	background: #FFF;
	font-family:'Meiryo UI','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}
ul, ol, li {
	list-style-type: none;
}
img {
	border: 0;
}
a {
	color: #01498E;
	text-decoration: none;
}
a:active,
a:hover {
	color:#01498E;
	text-decoration: underline;
}
.tcenter {
	margin-right: auto !important;
	margin-left: auto !important;
}
.txtleft {
	text-align: left !important;
}
.txtright {
	text-align: right !important;
}

em {
	font-style : normal;
	font-weight : bold;
}
.gdrp {
	text-decoration: underline;
	font-size: 16px;
	margin: 13px 0 13px 0;
}
.kome {
	padding-left: 1em;
	text-indent: -1em;
}
.sm {
	font-size: 0.9em;
	margin-left: 10px;
}
.ml10 {	margin-left: 10px; }
.ml20 {	margin-left: 20px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }
.pl216 { padding-left: 216px;}
h2 {
    overflow: hidden;
    width: 800px;
    height: 61px;
    margin: 25px auto auto auto;
    font-size: 1.4em;
    font-weight: bold;
    color: #C1291E;
}

h3 {
}


.clear {
	float: none !important;
	clear: both !important;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

#container {
}

/***ヘッダー***/
#headerArea {
	position: relative;
	display: block;
	width: 100%;
	background: #c1291e;
}
#headerArea .logo {
	float: left;
	margin: 10px 50px 10px 7px;
}
#headerArea img {
	width: 140px;
	height: 40px;
}
#headerArea a,
.headerBottom a {
	color: #FFF;
}
#headerArea a:hover,
.headerBottom a:hover {
	color: #FFF;
}
#headerArea .mainHeader {
	width: 952px;
	margin: 0 auto;
	padding: 0 2px 0 2px;
	position: relative;
	overflow: hidden;
}
#headerArea ul.navi_menu {
	overflow: hidden;
	zoom: 1;
	background: #C1291E;
}
#headerArea .navi_menu li {
	display: inline-block;
	line-height: 66px;
	margin: 0px 22px 0 22px;
}
#headerArea .navi_menu li a,
.headerBottom li a {
	display: block;
	font-size: 16px;
	padding: 0 30px;
}
.headerBottom {
	width: 100%;
	background: #E86B6B;
	padding: 5px 0;
	margin-bottom: 17px;
	margin-right: 50px;
	text-align: right;
}
.headerBottom ul {
	margin-right: 50px;
}
.headerBottom li {
	color: #FFF;
	display: inline-block;
}
h1 {
	overflow: hidden;
	width: 800px;
	height: 54px;
	margin: 25px auto auto auto;
	font-size: 1.5em;
}
h1.require {
	width: 947px;
}
.accordion {
	display: none;
}


/***フォーム共通 ***/
input[type=checkbox] {
	width: 20px;
	height: 20px;
	vertical-align: bottom;
}

form a.btnClick,
form a.btnClick_update {
	display: inline-block;
	background: url('/ui/images/common/button_01.png') no-repeat left top;
}
form a.btnClick span,
form a.btnClick_update span{
	display: inline-block;
	line-height: 42px;
	background: url('/ui/images/common/button_01.png') no-repeat right top;
	color: #FFF;
}
form a.btnClick_update2 {
	display: inline-block;
	background: url('/ui/images/common/button_07.png') no-repeat left top;
}
form a.btnClick_update2 span{
	display: inline-block;
	line-height: 42px;
	background: url('/ui/images/common/button_07.png') no-repeat right top;
	color: #FFF;
}
form a.btnClick_back,
form a.btnClick_back_menu {
	display: inline-block;
	background: url('/ui/images/common/button_02.png') no-repeat left top;
}
form a.btnClick_back span,
form a.btnClick_back_menu span {
	display: inline-block;
	line-height: 42px;
	background: url('/ui/images/common/button_02.png') no-repeat right top;
	color: #FFF;
}
form a.btnClick_down {
	display: inline-block;
	background: url('/ui/images/common/button_03.png') no-repeat left top;
}
form a.btnClick_down span {
	display: inline-block;
	line-height: 42px;
	background: url('/ui/images/common/button_03.png') no-repeat right top;
	color: #FFF;
}
form a.btnClick_edit {
	display: inline-block;
	background: url('/ui/images/common/button_04.png') no-repeat left top;
}
form a.btnClick_edit span {
	display: inline-block;
	line-height: 33px;
	background: url('/ui/images/common/button_04.png') no-repeat right top;
	color: #FFF;
}
form a.btnClick_delete {
	display: inline-block;
	background: url('/ui/images/common/button_05.png') no-repeat left top;
}
form a.btnClick_delete span {
	display: inline-block;
	line-height: 33px;
	background: url('/ui/images/common/button_05.png') no-repeat right top;
	color: #FFF;
}
form a.btnClick_close {
	display: inline-block;
	background: url('/ui/images/common/button_06.png') no-repeat left top;
}
form a.btnClick_close span {
	display: inline-block;
	line-height: 42px;
	background: url('/ui/images/common/button_06.png') no-repeat right top;
	color: #FFF;
}
form a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
form span:hover {
	text-decoration: underline;
}
form .btn {
	text-align: center;
}
#radio {
	border: none;
}
#formContents em {
	font-style: normal;
	color:#C1291E;
}
input.color {
    color: #4797BC;
    font-weight: bold;
    width: 100%;
}
input::-webkit-input-placeholder {
    color: #BBB;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #BBB;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #BBB;
    font-weight: normal;
}
/***エラー***/
.error {
	margin: 0 auto 20px auto;
	color: #C1291E;
	border-top: 1px solid #C1291E;
	border-bottom: 1px solid #C1291E;
	padding: 10px;
}
.error p {
	text-align: center;
}

/***お知らせメッセージ***/
.infoMsg {
	margin: 0 auto 20px auto;
	color: #C1291E;
	border: 1px solid #C1291E;
	padding: 10px;
}
.infoMsg p {
	text-align: center;
	font-size: 1.3em;
}
.infoMsg2 {
    line-height: 2.5;
    font-size: 1.1em;
}
.infoMsg2 p {
    text-align: left;
    font-size: 1.1em;
    margin: 0 auto;
}
.infoMsg2 span {
	font-size: 1.1em;
}
.infoMsg2 .under {
    line-height: 2;
    margin: 30px 0 0 0;
    font-size: 0.9em;
	color: #FF7600;
}
.infoMsg2 .under p {
	font-size: 1em;
}
.infoMsg2 .notice {
    border: 1px solid #000;
    padding: 15px;
    margin-top: 28px;
    text-align: center;
}
.infoMsg2 .notice2 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px;
    margin-top: 28px;
    text-align: center;
}
.infoMsg3 {
    margin: 5px auto 3px auto;
    padding: 10px;
}
.infoMsg3 .errorLeft {
    width: 600px;
    margin: 0 auto;
    font-weight: bold;
}
.infoMsg3 p {
	text-align: left;
}
.infoMsg3 dl {
	margin-bottom: 16px;
}
.infoMsg3 dl:last-child {
	margin-bottom: 0;
}
.infoMsg3 dt {
    margin:  0px 10px 3px 0px;
}
.infoMsg3 dd {
    display: list-item;
    list-style: disc;
    margin-left: 22px;
    line-height: 25px;
}

input.msgStyle,
textarea.msgStyle,
select.msgStyle {
	background: #FFCBF7;
	border: 1px solid #D83D31;
}

/*クラウド*/
.cloud {
	font-size: 1.1em;
}
.cloud h3 {
	position: relative;
    font-size: 1.3em;
    color: #1EBF84;
    border-bottom: 2px solid #1EBF84;
    text-align: left;
    padding: 19px 0px 0 43px;
    font-weight: normal;
	margin-bottom: 10px;
}
.cloud h3:before {
    position: absolute;
    top: 29px;
    left: 12px;
    width: 12px;
    height: 12px;
    border: 3px solid #bafbe4;
    content: "";
}
.cloud h3:after {
	position: absolute;
    top: 23px;
    left: 4px;
    width: 12px;
    height: 12px;
    border: 3px solid #1EBF84;
    content: "";
}
.cloud .outline p {
	margin-bottom: 12px;
	line-height: 24px;
}
.cloud .btn {
	margin: 17px 0;
}
.cloud .btn p {
	margin-bottom: 5px;
	text-align: center;
}
#formContents .cloud .btn a.btnClick {
	margin: 0px;
}
.cloud em {
	font-weight: normal;
}
#formContents .cloud .alertArea {
	padding: 10px;
    font-size: 0.9em;
    background: #F3F3F3;
}
#formContents .cloud .alertArea p {
	margin: 0;
}
.cloud .link a {
    background: url(/ui/images/common/arrow_right_red.png) no-repeat 0 0.4em;
    padding-left: 16px;
    font-weight: normal;
}
#formContents .cloud .link .linkp {
	padding-left: 13px;
}

/***フッター***/
#footerArea {
	clear: both;
	position: relative;
	width: 100%;
	font-size: 0.8em;
	margin-top: 50px;
	border-top: 1px solid #C1291E;
	height: 50px;
}
#footerArea .fsiLink {
	zoom: 1;
	margin: auto;
	width: 952px;
	padding-top: 8px;
	height: 39px;
	border-top: 1px solid #C1291E;
	margin-top: -1px;
}
#footerArea .leftLink {
	float: left;
	width: 342px;
	margin-top: 5px;
}

#footerArea .centerLink {
	float: left;
	padding-top: 5px;
	height: 29px;
	text-align: center;
	position: relative;
	width: 273px;
}

#footerArea .rightLink {
	float: right;
	text-align: right;
	height: 29px;
	margin: auto;
	padding-top: 5px;
}
/****ログイン画面****/
#loginContents {
	clear: both;
	position: relative;
	width: 100%;
}
#loginContents .loginArea p {
	color: #AC1E14;
	text-align: center;
}
#loginContents .loginArea {
	width: 100%;
	padding: 24px 0 5px 0;
	background: #F0F0F0;
}
#loginContents .loginArea table {
	margin: 9px auto;
}
#loginContents span:hover {
	text-decoration: underline;
}
#loginContents .loginArea a.btnClick,
#loginContents .newUserArea a.btnClick {
	margin: 22px 0px 0px 0px;
	padding: 0px 10px 0px 94px;
}
#loginContents .loginArea a.btnClick span {
	margin: 0px -10px 0px 35px;
	padding: 0px 134px 0px 8px;
}
#loginContents .newUserArea a.btnClick span {
	margin: 0px -10px 0px 0px;
	padding: 0px 101px 0px 8px;
}
#loginContents table.newBlock {
	margin: auto;
}
#loginContents table.newBlock a.btnClick {
	margin: 22px 0px 0px 0px;
	padding: 0px 19px 0px 64px;
}
#loginContents table.newBlock a.btnClick span {
	margin: 0px -19px 0px 13px;
	padding: 0px 49px 0px 0px;
}
#loginContents .newUserArea {
	width: 100%;
	padding: 1px 0 5px 0;
	background: #FFDAC9;
}
#loginContents .newUserArea table {
	margin: 10px auto 16px auto;
	text-align: center;
}
#loginContents .btnInfo {
	color: #C73903;
	margin: 22px auto;
	width: 384px;
	text-align: center;
}
#loginContents table.textLink {
	margin: auto;
}
#loginContents table.textLink a {
	background: url('/ui/images/common/link_red.gif') no-repeat 0 1.1em;
	padding-left: 1em;
}
#loginContents table.textLink span {
	color: #D83D31;
	background: none;
	margin: 0;
	padding: 0;
}

/*****お客様専用メニュー****/
#indexContents {
	clear: both;
	position: relative;
	color: #FFF;
	width: 100%;
	overflow: hidden;
}
#indexContents a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
}
#indexContents a:hover {
	color: #FFF;
}
#indexContents .box1,
#indexContents .box3,
#indexContents .box5 {
	clear: both;
	float: left;
	width: 50%;
	height: 163px;
	background: #9A74C3;
	position: relative;
}
#indexContents .box3 {
	background: #F38856;
}
#indexContents .box5 {
	background: #88C99A;
}
#indexContents .box2,
#indexContents .box4,
#indexContents .box6,
#indexContents .box6on {
	float: right;
	width: 50%;
	height: 163px;
	background: #E86B6B;
	position: relative;
}
#indexContents .box4 {
	background: #DFC153;
}
#indexContents .box6,
#indexContents .box6on {
	background: #7BC3D3;
}
#indexContents .box7 {
	clear: both;
	width: 100%;
	height: 135px;
	position: relative;
	background: #B5B5B5;
}

#indexContents .box7.basecolor {
	background: #6b86e8;
}

#indexContents .box7.basecolor .boxDetail {
	padding-left: 94px;
}

#indexContents .box1:hover,
#indexContents .box2:hover,
#indexContents .box3:hover,
#indexContents .box4:hover,
#indexContents .box5:hover,
#indexContents .box6on:hover {
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}

#indexContents .box1 .boxTitle {
	margin: 38px 165px auto auto;
	text-align: right;
}
#indexContents .box1 .boxDetail,
#indexContents .box3 .boxDetail,
#indexContents .box5 .boxDetail {
	margin: 10px 77px auto auto;
	text-align: right;
	width: 318px;
}
#indexContents .box2 .boxTitle,
#indexContents .box4 .boxTitle,
#indexContents .box6 .boxTitle,
#indexContents .box6on .boxTitle,
#indexContents .box7 .boxTitle {
	margin: 38px auto auto 100px;
	text-align: left;
}
#indexContents .box2 .boxDetail,
#indexContents .box4 .boxDetail,
#indexContents .box6 .boxDetail,
#indexContents .box6on .boxDetail {
	margin: 10px auto auto 160px;
	text-align: left;
	width: 318px;
}
#indexContents .box3 .boxTitle {
	margin: 38px 202px auto auto;
	text-align: right;
}
#indexContents .box5 .boxTitle {
	margin: 38px 179px auto auto;
	text-align: right;
}
#indexContents .box7 .boxTitle {
	margin: 24px auto auto auto;
	text-align: center;
}
#indexContents .box7 .boxDetail {
	margin: 10px auto auto auto;
	text-align: center;
	width: 326px;
	padding-left: 156px;
}
#indexContents .boxTitle img {
	vertical-align: middle;
}
#indexContents .boxTitle span {
	padding-left: 10px;
	font-size: 1.5em;
}
#indexContents .boxTitle span:hover {
	text-decoration: none;
}
#indexContents .boxDetail p {
	text-align: left;
}
.menuboxMsg {
	clear: both;
	margin-top: 13px;
}
.menuboxMsg a {
	background: url(/ui/images/common/arrow_lightblue.gif) no-repeat 0 0.4em;
	padding-left: 12px;
	margin: 0px 0px 0 20px;
}


.download{
	max-width:860px;
	margin:0 auto;
}
.download div.disc{
	padding: 20px;
/*	border: solid 1px #c9c9c9;*/
	background: #fff7f1;
	margin-top: 20px;
	font-size: 15px;
	border-radius: 5px;
}
.download div.disc .title{
	font-weight: bold;
}

.download .date {
	float: right;
	width: 300px;
	margin-bottom: 18px;
}
.download .date p {
	/*width: 300px;*/
	margin: 0 auto;
	text-align: right;
}
.download .outLine {
	clear: both;
}
.download .outLine span {
	font-size: 1.2em;
	color: #C1291E;
}
.download .detailArea {
	margin: 10px 5px 33px 5px;
}
.download .detailArea .linkBtn {
	text-align: right;
}
.download .detailArea .linkBtn a {
	background: url(/ui/images/common/arrow_right_red.png) no-repeat 0 0.3em;
	padding-left: 1em;
}
.download .detailArea ol {
	padding: 0;
	margin: 0 0 0 25px;
}
.download .detailArea ol li {
	line-height: 20px;
	padding-bottom: 15px;
	font-size: 1em;
}
.download .detailArea ul {
	margin: 10px 0 20px 36px;
}
.download .detailArea ul li {
	line-height: 20px;
	padding-bottom: 5px;
}
.download .detailArea .fileName {
	font-size: 1.2em;
}
.download .detailArea {
	margin-top: 10px;
}
.download p.alert {
	/* background: url('/ui/images/common/icon_attention.png') no-repeat 0 0.2em; */
	color: #C1291E;
	padding-left: 23px;
}
.download .btnArea {
	text-align: center;
	padding: 0 0 18px 0;
}
.download .btnArea a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.download .btnArea .warning {
	color: #F00;
}
.download .btnArea p.gray {
	color: #808080;
}


.download .standardTable table {
	margin: 10px 0 50px 0;
	width: 860px;
	color: #333;
	border-collapse: separate;
	border-spacing: 0;
}
.download .standardTable table tr.clickable {
	cursor:pointer;
}
.download .standardTable table tr.clickable:hover {
	color: #FFF;
	background: #FFFBDC;
}
.download .standardTable table th {
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #666;
	background-repeat: repeat;
	padding: 22px 10px 5px 10px;
	white-space: nowrap;
	font-size: 1.1em;
}
.download .standardTable table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #666;
	padding: 26px 10px;
	line-height: 19px;
	vertical-align: middle;
}
.download .standardTable table td.name{
	background: url(/ui/images/common/b_arrow.gif) no-repeat 10px center;
	padding-left: 25px;
	color: #00AD86;
}
.download .standardTable table td.size{
	text-align: right
}

#indexContents .download .standardTable table td  a{
	position:static;
}
#indexContents .download .standardTable table td P{
	line-height: 1.5em;
	margin-bottom: 1em;
}
.download .standardTable span {
	background: url(/ui/images/common/b_arrow.gif) no-repeat 0 0.4em;
	padding-left: 1.1em;
	color: #00AD86;
}
h1.dlH1{
	height: auto;
	min-height: 54px;
}
.download h2{
	font-size: 32px;
	text-align: center;
	border-bottom: 0;
	color:#000;
	font-weight: normal;
	margin-bottom: 10px;
	height: auto;
	width: auto;
}
.download h2:before,
.download h2:after{
	border: none;
}
.download .descriptionbox {
	text-align: center;
	font-size: 17px;
}
.download .standardTable th.name{
	width:330px;
}
.download .standardTable th.size{
	width:150px;
}
.download .standardTable th.disc{
	width: 330px;
}
.download .standardTable th.up-date{
	width:150px;
}
.download .standardTable.timesTable th.name{
	width:260px;
}
.download .standardTable.timesTable th.times{
	width:110px;
}
.download .standardTable.timesTable th.size{
	width:150px;
}
.download .standardTable.timesTable th.disc{
	width: 290px;
}
.download .standardTable.timesTable th.up-date{
	width:150px;
}

.download .standardTable td.times,
.download .standardTable td.up-date{
	text-align: center;
}

.box8 {
	max-width: 860px;
	position: relative;
	margin: 0 auto 20px;
	border-top: 1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
}
#indexContents .box8 a {
	background: url(/ui/images/common/arrow01.png) no-repeat right center;
	width: 100%;
	position: static;
	display: table;
}
#indexContents .box8 a:hover {
	opacity:0.7;
}

.box8 .boxTitle{
	display: block;
	line-height:100px;
	padding-left: 25px;
	white-space: nowrap;
	vertical-align: middle;
	width: auto;
	text-align: center;
}
.box8  .boxDetail{
	display: block;
	padding-left: 25px;
	padding-right: 30px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#indexContents .box8 .boxTitle span,
#indexContents .box8 .boxDetail p{
	color:#333;
	display:inline;
}

#indexContents .box8 .boxTitle img{
	margin-bottom:10px;
}

.download a.btnClick_back {
	width: 296px;
	margin-top: 40px;
}

.download.downloadSys a.btnClick_back {
	width: 350px;
}

.download a.btnClick_back span {
	background:none;
	line-height: 38px;
	height: 42px;
}

.btn.layoutTop {
	width: 960px;
	margin: 10px auto 40px;
}

.btn.layoutTop a.btnClick_back {
	background: url(/ui/images/common/arrow_left_red02.png) no-repeat 0 2px;
	padding-left: 24px;
	color:#333;
	height: 21px;
	display: block;
}
.download .detailArea .linkBtn a {
	background: url(/ui/images/common/arrow_right_red.png) no-repeat 0 0.3em;
	padding-left: 1em;
}
.downloadList .detailArea .linkBtn{
	text-align: left;
}

.downloadList section {
	margin-bottom: 100px;
}

/*20181018　Add */

.supportList .info1 {
	background: #295f9b;
	padding: 2px 12px;
	color: #FFF;
}

.supportList .info1 ul {
	padding: 1px;
	border-bottom: 1px solid #FFF;
}

.supportList .info1 ul:last-child {
	border: none;
}

.supportList .info1 li {
	display: inline-block;
	width: 30%;
	background: #295f9b;
	padding: 18px 10px;
	vertical-align: middle;
	font-size: 15px;
}

.supportList .info1 li.data {
	width: 64%;
	font-size: 23px;
}

.supportList .info1 li.data.tel {
	letter-spacing: 1px;
}

.supportList .info1 li div {
	font-size: 18px;
}

.supportList .info2 {
	margin: 19px;
}

.supportList .info2 li {
	list-style: inside;
	padding-left: 1.5em;
  text-indent: -1.5em;
}

.supportList .info3 {
	background: #f1f1f1;
	padding: 15px;
}

.supportList .info3 p {
	color: #C1291E;
	font-size: 19px;
	margin: 3px 0 10px 0;
}

.supportList .info3 li {
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 1em;
}

.supportList .info4 {
	margin: 0;
	text-align: center;
}

.supportList .info4 li {
	display: inline-block;
	width: 49%;
	text-align: center;
	background: -moz-linear-gradient(top, #d3e4ff, #c1d9ff);
	background: -webkit-linear-gradient(top, #d3e4ff, #c1d9ff);
	background: -ms-linear-gradient(top, #d3e4ff, #c1d9ff);

}

.supportList .info4 .box1 {
	line-height: 53px;
}

.supportList .info4 .box1 a {
	background: url(/ui/images/common/menu06.png) no-repeat 15px 19px;
}

.supportList .info4 .box1:hover,
.supportList .info4 .box2:hover,
.supportList .info4 .box3:hover {
	background: #adccff;
}

.supportList .info4 a {
	padding: 15px 13px;
	display: block;
	color: #444;
}

.supportList .info4 a:hover {
	text-decoration: none;
	opacity: 1;
}

.supportList .info4 p span {
	font-size: 18px;
}

.supportList .info4 p span:hover {
	text-decoration: none;
}

.supportList .info4 .box2 {
	line-height: 53px;
}

.supportList .info4 .box2 a {
	background: url(/ui/images/common/menu07.png) no-repeat 15px 19px;
}

.supportList .info4 .box3 {
	line-height: 53px;
}

.supportList .info4 .box3 a {

	background: url(/ui/images/common/menu08.png) no-repeat 15px 19px;
}

.supportList .info4 .box4 {
	line-height: 53px;
	background:#ffffff;
}

.supportList .outline {
   margin: 0 0 16px 0;
}

.supportList .outline.end {
color: #c1291e;
   margin-bottom: 70px;
}


/*20181018　Add  END*/

/*旧form.css Start*/

/***ステップナビ***/
.stepArea {
	width: 950px;
	margin: 17px auto 0 auto;
	text-align: center;
}
.step-navi {
	text-align: center;
	margin: 0;
	display: inline-block;
	letter-spacing: -.40em;
	height: 57px;
	width: 100%;
}
.step {
	position: relative;
	width: 120px;
	height: 41px;
	background: #BCBCBC;
	text-align: center;
	padding-left: 0px;
	display: inline-block;
	border-left: 1px solid #ffffff;
	margin: 0 auto;
	letter-spacing: normal;
}
.stepMail {
	width: 200px;
}
.stepPW {
	width: 160px;
}
.step:after {
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #BCBCBC;
}
.white:after {
	/* border-left: 10px solid #FFF; */
}
.step:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #ffffff;
}
.step span{
	color: #ffffff;
	padding-left: 10px;
	padding-right: 0px;
	font-size: 0.7em;
	line-height: 41px;
}
.current{
	background: #C1291E;
}
.current:after{
	border-left: 10px solid #FFF;
}
.current2:after {
	border-left: 10px solid #C1291E;
}
.gray:after {
	border-left: 10px solid #BCBCBC;
}

/***ログイン画面***/
#loginContents input {
	margin: 0 0 20px 0;
	padding: 8px 3px 8px 2px;
	width: 311px;
}


/***フォーム部品***/
#formContents {
	width: 800px;
	margin: 0 auto;
}

/***メールアドレス***/
#formContents .mailField {
	margin-top: 50px;
}
#formContents .mailField em {
	font-weight: normal;
}

/***利用規約***/
#formContents .privacy {
	border: 1px solid #999;
	padding: 10px;
	font-size: 0.9em;
}
#formContents .rule {
	overflow: auto;
	height: 400px;
	margin: 0;
	padding: 0 10px 10px 0;
}
#formContents .rule p {
	margin-left: 8px;
}
#formContents .ruleList {
	margin: 0;
	padding: 0 10px 10px 0;
}

#formContents .ruleList p {
	margin-left: 29px;
}
#formContents a.linkicon {
    background: url(/ui/images/common/icon_link.gif) no-repeat right;
    padding: 0 20px 0 0;
}
#formContents .privacy ol,
#formContents .privacy li {
	list-style-type: decimal;
	margin: 13px 0 13px 17px;
}
#formContents .privacy li {
	font-weight: bold;
	padding-left: 10px;
}
#formContents .privacy .inlineArea {
	margin: 10px 0 10px 56px;
}
#formContents .privacy .inlineArea ol,
#formContents .privacy .inlineArea li {
	list-style-type: lower-alpha;
	margin: 0;
	font-weight: normal;
	border: none;
}
#formContents .privacy .information {
	border: 1px solid #999;
	margin: 10px auto 10px 6px;
	padding: 10px 5px;
}
#formContents .privacy .information p {
	margin-left: 15px;
}
#formContents .privacy .information p.title {
	font-weight: bold;
	margin-left: 5px;
}
#formContents .secure {
	margin: 30px 0 0 0;
	font-size: 0.9em;
}
#formContents .secure p {
	font-size: 1.1em;
	margin-top: 15px;
}
#formContents .secure p.detali {
	font-size: 1.0em;
	margin: 10px 0 0 15px;
}

/***お客様情報***/
#formContents .userField  {
	margin: 20px 0 15px 0;
}
#formContents .userField p {
	font-weight: bold;
	font-size: 1.2em;
}

#formContents .userField .small {
	font-size: 0.8em;
	font-weight: normal;
	padding-left: 1em;
	text-indent: -1em;
}

#formContents .userField .smallT {
	font-size: 0.8em;
	font-weight: normal;
	color: #C1291E;
	padding-left: 13px;
	text-indent: -1em;
}
#formContents .userField span {
	font-weight: normal;
	text-decoration: none;
}
#formContents .userField dl,
#formContents .userField dt,
#formContents .userField dd {
	margin: 0;
	padding: 0;
}
#formContents .userField dl {
	clear: both;
	empty-cells: show;
	width: 800px;
	margin: 25px auto;
	background-color: #EEE;
	border-bottom: 1px #c0c0c0 solid;
	border-right: 1px #c0c0c0 solid;
	border-left: 1px #c0c0c0 solid;
    box-sizing: border-box;
}
#formContents .userField dt {
	width: 220px;
	float: left;
	background-color: #EEE;
	clear: left;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border-top: 1px solid #c0c0c0;
}

	#formContents .userField .cloudExt dt {
		width: 260px;
		float: left;
		background-color: #EEE;
		clear: left;
		font-weight: normal;
		text-align: left;
		padding: 10px;
		border-top: 1px solid #c0c0c0;
	}


#formContents .userField dd {
	padding: 10px;
	text-align: left;
	border-top: 1px #c0c0c0 solid;
	margin-left: 240px;
	background-color: #FFF;
	overflow: hidden;
}
#formContents .userField dd p {
	margin: 0;
	font-weight: normal;
	font-size: 1.0em;
	width: 550px;
	margin-left: 10px;
}
/***パスワード変更***/
#formContents .userField p.PW {
	color: #C1291E;
	font-size: 0.9em;
}

#formContents input {
	font-size: 1.0em;
	margin-top: 5px;
	padding: 3px;
	margin-left: 10px;
}
#formContents input placeholder {
	color: silver;
}
#formContents select {
	margin: 5px 0 1px 0;
	font-size: 1em;
	padding: 3px;
}
#formContents textarea {
	font-size: 17px;
	margin-bottom: 2px;
}
#formContents select {
	margin-left: 10px;
}
#formContents input.inputExLarge {
	width: 90%;
}
#formContents input.inputLarge {
	width: 300px;
}
#formContents input.inputRegular {
	width: 250px;
}
#formContents input.inputSmall {
	width: 150px;
}
#formContents input.inputSSmall {
	width: 50px;
}
#formContents form a.btnClick,
#formContents form a.btnClick_back,
#formContents form a.btnClick_close {
	margin: 22px 0 0 0;
	padding: 0px 9px 0px 76px;
}
#formContents form a.btnClick_down {
	margin: 0;
	padding: 0px 9px 0px 76px;
}
#formContents form a.btnClick_update,
#formContents form a.btnClick_update2 {
	margin: 10px 0 0 0;
	padding: 0px 9px 0px 76px;
}

#formContents form input.btnSubmit {
    display: inline-block;
    line-height: 42px;
    background: url(/ui/images/common/button_01.png) no-repeat left top;
    color: #FFF;
	margin: 10px 0 0 0;
	padding: 2px 50px 2px 50px;
	cursor:pointer;
	border: none;
}

#formContents form a.btnClick_back_menu {
	margin: 20px 0 0 0;
	padding: 0px 9px 0px 50px;
}

#formContents form a.btnClick span,
#formContents form a.btnClick_back span,
#formContents form a.btnClick_down span,
#formContents form a.btnClick_close span,
#formContents form a.btnClick_update span,
#formContents form a.btnClick_update2 span {
	margin: 0px -10px 0px 0px;
	padding: 0px 76px 0px 0px;
}
#formContents form a.btnClick_back_menu span {
	margin: 0px -10px 0px 0px;
	padding: 0px 50px 0px 0px;
}

/***製品情報***/
#formContents .seihinSelect {
	overflow: hidden;
    margin-bottom: 32px;
}
#formContents .seihinSelect p {
	padding-left: 1em;
    text-indent: -1em;
}
#formContents .seihinSelect dl,
#formContents .seihinSelect dt,
#formContents .seihinSelect dd,
#formContents .seihinSelect ul,
#formContents .seihinSelect li {
	margin: 0;
	padding: 0;
}
#formContents .seihinSelect dl {
    clear: both;
    width: 800px;
    margin: 0 auto;
    background: #FFDFDC;
    overflow: hidden;
}
#formContents .seihinSelect dt {
    float: left;
    clear: left;
    font-weight: normal;
    text-align: left;
    padding: 19px;
}
#formContents .seihinSelect ul {
	clear: both;
	background: #FFDFDC;
	padding: 15px 15px 15px 0px;
	width: 800px;
}
#formContents .seihinSelect li {
	display: inline-table;
	background: #FFDFDC;
	padding-right: 10px;
}
#formContents .seihinSelect .btn {
	padding: 0 0 10px 0;
}
#formContents .seihinSelect em {
	font-style: normal;
	font-size: 0.7em;
}
#formContents .seihinSelect span {
	font-weight: normal;
	color: #C1291E;
	text-decoration: none;
}
#formContents p {
	padding-left: 0em;
	text-indent: 0em;
}
#formContents .seihinSelect dt p {
	color: #C1291E;
}
.reflow .label {
	display: none;
}
#formContents .seihinArea {
	margin: 20px 0 0 0;
	font-size: 1.1em;
}
#formContents .seihinArea span {
	text-decoration: none;
}
#formContents .seihinArea p {
	margin: 20px 0 10px 0;
}
#formContents .seihinArea table {
	empty-cells: show;
	width: 800px;
	margin: 0 auto;
	border: 1px #c0c0c0 solid;
	border-collapse: collapse;
}
#formContents .seihinArea table thead {
	background: #EDEDED;
}
#formContents .seihinArea tr {
	padding: 10px;
}
#formContents .seihinArea th {
	font-weight: normal;
	background-color: #EEE;
	border-bottom: 1px #c0c0c0 solid;
	text-align: center;
	padding: 10px;
}
#formContents .seihinArea td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px #c0c0c0 dotted;
}

#formContents .alertArea {
	border: 1px solid #ccc;
    padding: 20px;
}

#formContents .mailArea {
	margin-top: 20px;
}
#formContents .mailArea table {
	width: 400px;
	margin: 15px;
}

#formContents form a.btnClick_edit,
#formContents form a.btnClick_delete {
	margin: 0;
	padding: 0px 0px 0px 4px;
}
#formContents form a.btnClick_edit span,
#formContents form a.btnClick_delete span {
	margin: 0px -5px 0px 0px;
	padding: 0px 23px 0px 14px;
}
#formContents .CompArea {
    margin: 5px auto 3px auto;
    color: #C1291E;
    padding: 10px;
}
#formContents .CompArea dl {

}
#formContents .CompArea dt {
    margin:  0px 10px 9px 0px;
}
#formContents .CompArea dd {
    display: list-item;
    list-style: disc;
    margin-left: 22px;
    line-height: 25px;
}
/***製品情報削除***/
#formContents .gurumeDeleteArea {
	margin: 31px 0;
	padding: 0;
	border-top: 1px solid #999;
}
#formContents .gurumeDeleteArea li {
    border-bottom: 1px solid #999;
    margin: 20px 0;
    padding-left: 2em;
    text-indent: -1.3em;
    padding-bottom: 23px;
}
#formContents .gurumeDeleteArea p {
	font-weight: normal;
    color: #C1291E;
}

/***お客様情報削除***/
#formContents .deleteArea {
	border: 1px solid #999;
	margin: 20px 0;
	padding: 0 10px;
}
#formContents .deleteArea ul {
	padding-left: 20px;
}
#formContents .deleteArea li {
	font-size: 1.2em;
	margin: 15px 0;
	padding-left: 1em;
	text-indent: -1.3em;
}


/*クラウド利用規約*/
#formContents .cloudPrivacy {
	border: 1px solid #999;
	padding: 10px;
}
#formContents .cloudRule {
	overflow: auto;
	height: 400px;
	margin: 0;
	padding: 0 10px 10px 0;
}
#formContents .cloudRule h3 {
	text-align: center;
    margin-bottom: 14px;
    margin-top: 15px;
}
#formContents .cloudRule h4 {
	margin: 25px 10px 12px 12px;
    border-bottom: 1px solid #CCC;
    padding: 0 0 4px 9px;
    border-left: 6px solid #CCC;
}
#formContents .cloudRule h5 {
    margin: 19px 10px 10px 17px;
    padding: 9px;
    background-color: #EFEFEF;
}
#formContents .cloudPrivacy p {
	margin-left: 15px;
	font-size: 0.9em;
	margin-right: 15px;
}
#formContents .cloudPrivacy ol p {
	margin-left: 2px;
}

#formContents .cloudPrivacy ol,
#formContents .cloudPrivacy ol li {
    list-style-type: decimal;
    margin: 10px 10px 10px 23px;
	font-size: 0.9em;
	line-height: 20px;
}
#formContents .cloudPrivacy ul {
	counter-reset:item;
 	list-style:none;
}
#formContents .cloudPrivacy ul li:before {
    content:"(" counters(item, "-") ")";
    counter-increment:item;
    margin-right:0.5em;
}
#formContents .cloudPrivacy ul li {
    padding-left: 2em;
    text-indent: -2em;
    list-style-type: none;
}
#formContents .cloudPrivacy .inlineArea {
	margin: 10px 0 10px 60px;
}
#formContents .cloudPrivacy .inlineArea ol,
#formContents .cloudPrivacy .inlineArea li {
	list-style-type: lower-alpha;
	margin: 0;
	font-weight: normal;
	border: none;
}
#formContents .cloudPrivacy .information {
	border: 1px solid #999;
	margin: 10px auto 10px 20px;
	padding: 10px 5px;
}
#formContents .cloudPrivacy .information p.title {
	font-size: 1.1em;
	font-weight: bold;
}
#formContents .description {
	margin: 0 0 30px 0;
}
#formContents .secure {
	margin: 30px 0 0 0;
}
#formContents .secure p {
	font-size: 1.1em;
	margin-top: 15px;
}
#formContents .secure p.detali {
	font-size: 1.0em;
	margin: 10px 0 0 15px;
}
#formContents .allSection {
    margin: 47px 0px 17px 11px;
}

/*クラウドサービス仕様書*/
#require {
	width: 947px;
	margin: 0 auto;
}
#require p.date {
	text-align: right;
    padding: 0;
    margin: 0 auto;
}
#require em {
    font-style: normal;
    color: #F16666;
    font-size: 0.9em;
}
#require .address {
	background: #3DCCEA;
	color: #FFF;
}
#require .contents {
	background: #3F80D0;
	color: #FFF;
}
#require .downloadbar {
	background: #5FBF2E;
	color: #FFF;
}
#require .bg-gray {
	background: #D4D4D4;
	color: #444;
}
#require .bg-ver24 {
	background: #F56A60;
	color: #FFF;
}
#require .bg-ver23 {
	background: #FFA93A;
	color: #FFF;
}
#require .bg-2017 {
	background: #9B443E;
	color: #FFF;
}
#require .txt-ver24 {
	color: #F56A60;
}
#require .txt-ver23 {
	color: #FFA93A;
}
#require h2 {
    position: relative;
    padding-left: 48px;
    color: #333;
    font-size: 23px;
    line-height: 37px;
    height: 37px;
    margin: 31px auto 10px auto;
    font-size: 1.6em;
    color: #C1291E;
    width: 100%;
}
#require h2:before {
    position:  absolute;
    top: 12px;
    left: 12px;
    width: 14px;
    height: 14px;
    border: 4px solid #FF8C84;
    content: "";
}
#require h2:after {
    position:  absolute;
    top: 2px;
    left: 2px;
    width: 17px;
    height: 17px;
    border: 4px solid #C1291E;
    content: "";
}
#require h3 {
    clear: both;
    width: 100%;
    color: #FFF;
    font-weight: normal;
    font-size: 1.3em;
    padding: 6px 10px;
}
#require .serviceArea {
    font-weight: normal;
    padding: 0 0 32px 0;
    font-size: 1.0em;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
}
#require .versionArea {
    margin: 28px auto 0 auto;
    overflow: hidden;
}
#require .versionArea li {
	display: inline-block;

}

#require .versionArea p {
    color: #C1291E;
    font-size: 0.9em;
    font-weight: bold;
}
#require .version {
    clear: both;
    width: 140px;
    font-size: 1.1em;
    text-align: center;
    line-height: 14px;
    background: #FFA93A;
    color: #FFF;
    padding: 11px 20px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    letter-spacing: 1px;
    margin: 0 14px 0 7px;
    height: 14px;
}
#require .new {
	background: #F56A60;
}
#require .mac {
    background: #9B443E;
    width: 270px;
}
#require .desc {
	padding: 6px 30px 17px 30px;
}
#require ul {
	list-style-type: square;
}
#require .peliod li {
    list-style-type: square;
    margin: 1.0em 1.5em 1.5em 2em;
    line-height: 27px;
}
#require .tosArea {
	margin: 56px auto 30px auto;
}
#require .tosArea ol {
	margin-left: 20px;
}
#require .tosArea li {
	margin: 20px 0;
	background: none;
	font-weight: normal;
	list-style-type: square;
}
#require .tosArea h2 {
    margin: 0;
    text-align: left;
}
#require .tosArea table {
	width: 100%;
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
}
#require .tosArea table th {
    padding: 12px 12px 12px 0;
    font-weight: normal;
}
#require .tosArea tr.hg {
	border:none;
}
#require .tosArea td.hg {
    line-height: 0;
}
#require .tosArea td.tit {
	color: #000;
}
#require .tosArea table th.thleft {
	width: 47%;
}
#require .tosArea table tr {
	border-bottom: 1px solid #CCC;
}
#require .tosArea table tr:last-child {
	border-bottom: none;
}
#require .tosArea table td {
	padding: 12px 8px;
}
#require .tosArea table td.name {
	text-align: left;
}
#require .tosArea table td.ediTitle {
	background: #CCC;
}
#require .warning {
    margin: 20px 0 0 0;
    background: #E4E4E4;
    padding: 10px 20px 10px 20px;
}
#require .warning p {
    padding: 10px 0 10px 1em;
    text-indent: -1em;
    color: #C1291E;
    font-size: 0.9em;
    font-weight: bold;
}
#require .warning ul {
	padding: 0 0 10px 30px;
}
#require .warning li {
	margin: 0;
    background: none;
    font-weight: normal;
    list-style-type: square;
    color: #C1291E;
    font-size: 0.9em;
    font-weight: bold;
}
#require .peliod {
    margin: 72px auto 34px auto;
}
/*旧form.css*/

/* @media screen and (max-width:1120px) {
	#indexContents .box1 .boxTitle {
		margin: 38px auto 0 auto;
		text-align: center;
		padding-right: 16px;
	}
	#indexContents .box3 .boxTitle {
		margin: 38px auto 0 auto;
		text-align: center;
		padding-right: 45px;
	}
	#indexContents .box5 .boxTitle {
		margin: 38px auto 0 auto;
		text-align: center;
		padding-right: 26px;
	}
	#indexContents .box2 .boxTitle,
	#indexContents .box4 .boxTitle,
	#indexContents .box6 .boxTitle,
	#indexContents .box6on .boxTitle {
		margin: 38px auto 0 auto;
		text-align: left;
		padding-left: 53px;
	}
	#indexContents .box1 .boxDetail,
	#indexContents .box3 .boxDetail,
	#indexContents .box5 .boxDetail {
		margin: 0 auto auto auto;
		text-align: center;
		padding-left: 44px;
		width: 230px;
	}
	#indexContents .box2 .boxDetail,
	#indexContents .box4 .boxDetail,
	#indexContents .box6 .boxDetail,
	#indexContents .box6on .boxDetail {
		margin: 0 auto 0 113px;
		width: 230px;
	}
}
 */
@media screen and (min-width:601px) and (max-width:950px) {
	#footerArea .fsiLink {
		width: 100%;
	}
	#footerArea .leftLink {
		float: inherit;
	    text-align: center;
	    width: 100%;
	}
	#footerArea .rightLink {
		float: inherit;
		width: 100%;
		text-align: center;
	}

	#footerArea .centerLink {
	    width: 100%;
	}

	h1 {
		width: 90%;
	    margin: 10px;
	    height: 30px;
	}
	h2 {
		width: 90%;
	}
	.headerBottom ul {
		margin: 0;
	}
	#headerArea .mainHeader {
		width: 100%;
		padding: 0;
	}

	#indexContents .box1 .boxTitle {
		margin: 38px auto auto auto;
		text-align: left;
		padding-left: 20px;
	}

	#indexContents .box2 .boxTitle {
		margin: 38px auto auto auto;
		text-align: left;
		padding-left: 20px;
	}


	#indexContents .box3 .boxTitle {
		margin: 38px auto auto auto;
		text-align: left;
		padding-left: 20px;
	}

	#indexContents .box4 .boxTitle {
		margin: 38px auto auto auto;
		text-align: left;
		padding-left: 20px;
	}

	#indexContents .box5 .boxTitle {
		margin: 38px auto auto auto;
		text-align: left;
		padding-left: 20px;
	}

	#indexContents .box6 .boxTitle,
	#indexContents .box6on .boxTitle{
		margin: 38px auto auto auto;
		text-align: left;
		padding-left: 20px;
	}
	#indexContents .box7 .boxTitle {
		margin: 38px auto auto auto;
		text-align: center;
		padding-right: 70px;
	}

	#indexContents .box1 .boxDetail,
	#indexContents .box2 .boxDetail,
	#indexContents .box4 .boxDetail,
	#indexContents .box6 .boxDetail,
	#indexContents .box6on .boxDetail {
		margin: 0;
		text-align: left;
		width: auto;
		padding-left: 20px;
	}
	#indexContents .box7 .boxDetail {
		margin: 0 auto auto auto;
		text-align: left;
		width: 282px;
		padding-left: 39px;
	}
	#indexContents .box7 .boxTitle {
		margin: 24px auto auto auto;
		text-align: center;
	}
	.stepArea {
		width: 100%;
	}
	#formContents .userField dl,
	#formContents .userField dt,
	#formContents .userField dd {
		margin: 0;
		padding: 0;
	}
	#formContents .userField dl {
		width: 100%;
	    border-right: none;
	}


	#formContents .userField dt {
		width: 100%;
		padding: 10px 0;
		border: none;
		float: inherit;
	}

	#formContents .userField dd {
		padding: 10px 0;
		border: none;
	}
	#formContents .userField dt span,
	#formContents .userField dd span {
		margin-left: 10px;
	}


	.supportList .info1 li {
		width: 97%;
	   text-align: center;
    padding: 9px;
	}
	.supportList .info1 li.data {
		width: 97%;
	}
	.supportList .info4 li {
		width: 100%;
	}
	.supportList .info4 .box1,
	.supportList .info4 .box2,
	.supportList .info4 .box3 {
		line-height: 28px;
	}

	#formContents {
		width: 100%;
	}
	#formContents p,
	#formContents .infoMsg {
		margin-left: 10px;
		margin-right: 10px;
	}

	#formContents .seihinSelect dl,
	#formContents .seihinSelect dt,
	#formContents .seihinSelect dd,
	#formContents .seihinSelect ul,
	#formContents .seihinSelect li {
		margin: 0;
		padding: 0;
	}
	#formContents .seihinSelect dl {
		width: 100%;
	}
	#formContents .seihinSelect dt {
		padding: 10px;
		width: 100%;
	}
	#formContents .seihinSelect ul {
		background: #FFDFDC;
		padding: 15px 15px 15px 30px;
		width: 100%;
	}
	#formContents .seihinSelect li {
		display: inline-table;
		padding-right: 10px;
	}
	.reflow thead {
		display: none;
	}
	.reflow th,
	.reflow td {
		float: left;
		clear: left;
		padding: 0;
		width: 100%;
		border-width: 0 0 1px;
		text-align: left !important;
	}
	.reflow tr > td:first-child {
		margin-top: 20px;
		border-top: 2px solid #C0C0C0;
	}
	.reflow tr > td:last-child {
		border-bottom: 2px solid #000;
	}
	.reflow tr:first-child > td:first-child {
		margin-top: 0;
	}
	#formContents .seihinArea p {
		margin: 0;
	}
	.reflow .label {
		display: block;
		float: left;
		width: 150px;
		background: #EEEEEE;
	}
	.reflow .seihinArea {
		margin: 0 0 0 33%;
		background: #fff;
	}
	#formContents .seihinArea td {
		padding: 0;
	}
	#formContents .seihinArea span {
		text-decoration: none;
		padding: 10px;
		margin-right: 10px;
	}
	#formContents .seihinArea table {
		width: 100%;
		border: none;
	}
	#formContents .seihinArea .gurume {
		text-align: left;
	}
	#formContents .seihinArea .content {
		margin: 8px 0 3px 0;
	}

	.stepArea {
		width: 100%;
	}

	.step {
		width: inherit;
		height: 0;
		background: none;
	}
	.step-navi {
		text-align: left;
		letter-spacing: inherit;
		margin-left: 10px;
		width: auto;
	}
	.step span{
		color: #444;
		padding-left: 13px;
		padding-right: 5px;
	}
	.step:after {
		top: 12px;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
	}

}



@media screen and (max-width:600px) {

	#footerArea .fsiLink {
		width: 100%;
	}
	#footerArea .leftLink {
		float: inherit;
	    text-align: center;
	    width: 100%;
	}
	#footerArea .rightLink {
		float: inherit;
		width: 100%;
		text-align: center;
	}

	#footerArea .centerLink {
	    width: 100%;
	}

	h1 {
		width: auto;
	    margin: 10px;
	    height: 30px;
	}
	h2 {
		width: 90%;
	}
	.headerBottom ul {
		margin: 0;
	}
	#headerArea .mainHeader {
		width: 100%;
		padding: 0;
	}

	#indexContents .box1 .boxTitle,
	#indexContents .box2 .boxTitle,
	#indexContents .box3 .boxTitle,
	#indexContents .box4 .boxTitle,
	#indexContents .box5 .boxTitle,
	#indexContents .box6 .boxTitle,
	#indexContents .box6on .boxTitle
	 {
		margin: 10px;
		text-align: left;
		padding-left: 10px;
		font-size: 90%;
	}


	#indexContents .box1 .boxDetail,
	#indexContents .box3 .boxDetail,
	#indexContents .box5 .boxDetail {
		margin: 10px;
		text-align: left;
		width: auto;
		font-size: 90%;
	}

/* 	#indexContents .box2 .boxTitle,
	#indexContents .box4 .boxTitle,
	#indexContents .box6 .boxTitle {
		text-align: left;
	} */
/* 	#indexContents .box4 .boxTitle {
		margin: 38px auto auto auto;
		text-align: left;
		padding-left: 20px;
	}
	#indexContents .box6 .boxTitle,
	#indexContents .box6on .boxTitle{
		margin: 38px auto auto auto;
		text-align: left;
		padding-left: 20px;
	} */
	#indexContents .box7 .boxTitle {
		margin: 38px auto auto auto;
		text-align: center;
		padding-right: 70px;
	}

	#indexContents .box8 .boxTitle {
		margin: 38px auto auto auto;
		text-align: center;
		padding-right: 70px;
	}
	#indexContents .box1 .boxDetail,
	#indexContents .box2 .boxDetail,
	#indexContents .box4 .boxDetail,
	#indexContents .box6 .boxDetail,
	#indexContents .box6on .boxDetail {
		margin: 0;
		text-align: left;
		padding-left: 20px;
		padding-right:10px;
		width:auto;
		font-size: 90%;
	}
	#indexContents .boxTitle span {
		padding-left:5px;
		font-size: 1.2em;
	}
	#indexContents  .boxDetail p{
		margin: 0;
		text-align: left;
		padding-left: 10px;
		width:auto;
		font-size: 90%;
	}

	#indexContents .box7 .boxDetail {
		margin: 0 auto auto auto;
		text-align: left;
		width: 282px;
		padding-left: 39px;
	}

#indexContents .box7.basecolor .boxDetail{
		padding-left: 50px;
}

	#indexContents .box7 .boxTitle {
		margin: 24px auto auto auto;
		text-align: center;
		padding-left: 5px;
	}

	#indexContents .box8 .boxDetail {
		margin: 0 auto 20px auto;
		text-align: left;
		width: 282px;
		padding-left: 39px;
	}
	#indexContents .box8 .boxTitle {
		margin: 24px auto auto auto;
		text-align: center;
	}
	.stepArea {
		width: 100%;
	}
	#formContents .userField dl,
	#formContents .userField dt,
	#formContents .userField dd {
		margin: 0;
		padding: 0;
	}
	#formContents .userField dl {
		width: 100%;
	    border-right: none;
	}
	#formContents .userField dt {
		width: 100%;
		padding: 10px 0;
		border: none;
		float: inherit;
	}
	#formContents .userField dd {
		padding: 10px 0;
		border: none;
	}

	#formContents .userField dd p {
		width: auto;
		margin-left: 10px;
	}

	#formContents .userField dt span,
	#formContents .userField dd span {
		margin-left: 10px;
	}
	#formContents .userField .smallT {
		padding-left: 3px;
	}

	.supportList .info1 li {
		width: 97%;
	   text-align: center;
    padding: 9px;
	}
	.supportList .info1 li.data {
		width: 97%;
	}
	.supportList .info4 li {
		width: 100%;
	}
	.supportList .info4 .box1,
	.supportList .info4 .box2,
	.supportList .info4 .box3 {
		line-height: 28px;
	}

	#formContents {
		width: 100%;
	}
	#formContents p,
	#formContents .infoMsg {
		margin-left: 10px;
		margin-right: 10px;
	}

	#formContents .seihinSelect dl,
	#formContents .seihinSelect dt,
	#formContents .seihinSelect dd,
	#formContents .seihinSelect ul,
	#formContents .seihinSelect li {
		margin: 0;
		padding: 0;
	}
	#formContents .seihinSelect dl {
		width: 100%;
	}
	#formContents .seihinSelect dt {
		padding: 10px;
		width: 100%;
	}
	#formContents .seihinSelect ul {
		background: #FFDFDC;
		padding: 15px 15px 15px 30px;
		width: 100%;
	}
	#formContents .seihinSelect li {
		display: inline-table;
		padding-right: 10px;
	}
	.reflow thead {
		display: none;
	}
	.reflow th,
	.reflow td {
		float: left;
		clear: left;
		padding: 0;
		width: 100%;
		border-width: 0 0 1px;
		text-align: left !important;
	}
	.reflow tr > td:first-child {
		margin-top: 20px;
		border-top: 2px solid #C0C0C0;
	}
	.reflow tr > td:last-child {
		border-bottom: 2px solid #000;
	}
	.reflow tr:first-child > td:first-child {
		margin-top: 0;
	}
	#formContents .seihinArea p {
		margin: 0;
	}
	.reflow .label {
		display: block;
		float: left;
		width: 150px;
		background: #EEEEEE;
	}
	.reflow .seihinArea {
		margin: 0 0 0 33%;
		background: #fff;
	}
	#formContents .seihinArea td {
		padding: 0;
	}
	#formContents .seihinArea span {
		text-decoration: none;
		padding: 10px;
		margin-right: 10px;
	}
	#formContents .seihinArea table {
		width: 100%;
		border: none;
	}
	#formContents .seihinArea .gurume {
		text-align: left;
	}
	#formContents .seihinArea .content {
		margin: 8px 0 3px 0;
	}

	.stepArea {
		width: 100%;
	}

	.step {
		width: inherit;
		height: 0;
		background: none;
	}
	.step-navi {
		text-align: left;
		letter-spacing: inherit;
		margin-left: 10px;
		width: auto;
	}
	.step span{
		color: #444;
		padding-left: 13px;
		padding-right: 5px;
	}
	.step:after {
		top: 12px;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
	}
.current:after{
	border-left: 10px solid #C1291E;
}

.current2:after {
    border-left: 10px solid #BCBCBC;
}

.download .standardTable table
{
	width:auto;
}

.download .standardTable table thead{
    display: block;
    float: left;
    width: 50%;
}

.download .standardTable table tbody{
    display: block;
    float: left;
    width: 50%;
}

.download .standardTable table tr{
    display: block;
    float: left;
}

.download .standardTable table tr th
{
    border-left: none;
    display: block;
    height: 50px;
    text-align: left;
    vertical-align: middle;
    border-bottom-style: none;
    color: #666;
    background-repeat: repeat;
    padding: 22px 10px 5px 10px;
    white-space: nowrap;
    font-size: 1.1em;
}

.download .standardTable table tr td
{
    border-left: none;
    display: block;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-bottom-style: none;
    color: #666;
    background-repeat: repeat;
    padding: 22px 10px 5px 10px;
    white-space: nowrap;
    font-size: 1.1em;
}



}

/* @media screen and (max-width:415px) {
	#indexContents .box1 .boxTitle,
	#indexContents .box2 .boxTitle,
	#indexContents .box4 .boxTitle {
		font-size: 54%;
		margin-top: 25px;
		padding-right: 0;
	}
	#indexContents .box3 .boxTitle,
	#indexContents .box5 .boxTitle,
	#indexContents .box6 .boxTitle,
	#indexContents .box6on .boxTitle {
		font-size: 54%;
		margin-top: 25px;
		padding-right: 12px;
	}
	#indexContents .box1 .boxDetail,
	#indexContents .box3 .boxDetail,
	#indexContents .box5 .boxDetail {
		font-size: 80%;
		width: 113px;
		padding-left: 26px;
	}

	#indexContents .box2 .boxDetail,
	#indexContents .box4 .boxDetail,
	#indexContents .box6 .boxDetail,
	#indexContents .box6on .boxDetail {
		font-size: 82%;
		width: 106px;
		padding-left: 37px;
	}
	.step-navi {
		height: 72px;
	}
} */
