﻿@charset "UTF-8";
/* -----------------------------------------------------------------------------
**
** common
**
----------------------------------------------------------------------------- */
/* smartphone defualt */
#smartBody {
	background: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	min-width: 320px;
}


/* -----------------------------------------------------------------------------
**
** Header
**
----------------------------------------------------------------------------- */
#smartHeaderArea12base {
	background-color: #fdd100;
	border-bottom: solid 3px #d71920;
}
#smartHeaderArea12base #siteLogo {
	margin: 0 auto;
	padding: 8px 0 6px;
	text-align: center;
}
#smartHeaderArea12base #siteLogo img {
	width: 130px;
}


/* -----------------------------------------------------------------------------
**
** Footer
**
----------------------------------------------------------------------------- */
#smartFooterAreaBase {
	font-size: 77%;
}
#smartFooterNotes {
	padding: 15px 12px;
	background-color: #1B1B1B;
	color: #ffffff;
}
	#smartFooterNotes li {
		line-height: 1.7;
	}
#smartCopyright{
	padding: 5px 0;
	background-color: #fdd100;
	border-bottom: solid 3px #d71920;
	text-align: center;
}


/* -----------------------------------------------------------------------------
**
** Contents
**
----------------------------------------------------------------------------- */
/*---------------------------------------------------------- */
/* ブロック要素
------------------------------------------------------------ */
#smartContentsArea12base {
	min-width:320px;
}
#smartContentsInner {
	padding: 10px 10px 15px;
}
#smartContentsArea12base .section:not(:first-child) {
	margin-top: 20px;
}
	.sectionInner {
		margin: 6px 12px 0;
	}
	.sectionGray01 {
		margin: 10px 0 0;
		padding: 10px;
		background-color: #f2f2f2;
	}


/*---------------------------------------------------------- */
/* H｜p
------------------------------------------------------------ */
#smartContentsArea12base h1 {
	text-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0.5, rgb(67, 67, 67)),color-stop(0.5, rgb(35, 24, 21)));
	background-image: -moz-linear-gradient(180deg,rgb(67, 67, 67) 50%,rgb(35, 24, 21) 50%);
	background-image: linear-gradient(180deg,rgb(67, 67, 67) 50%,rgb(35, 24, 21) 50%);
	line-height: 1;
}
.section .title {
	padding: 6px 9px;
	background: #000;
	color: #fff;
	font-size: 92%;
	line-height: 1.3;
}
	.section .title.colGray { background: #808080; }
.section p {
	font-size: 92%;
	line-height: 1.5;
}


/*---------------------------------------------------------- */
/* commonパーツ
------------------------------------------------------------ */
.btn {
	margin: 10px auto 0;
	text-align: center;
}
.btn.btnTop {
	margin-top: 35px;
}
.linkListArrow01 li {
	padding-left: 12px;
	background: url("https://cdfront.tower.jp/img12/common/ico_arrow_01.gif") left center no-repeat;
	font-size: 92%;
	line-height: 1.5;
}
.listNotes01 li {
	color: #808080;
	font-size: 92%;
	line-height: 1.5;
}


/*---------------------------------------------------------- */
/* /ec/Customer/NewAccount_sp.html
------------------------------------------------------------ */
h3.typeIcon {
	padding-left: 58px;
	height: 48px;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size: 92%;
	line-height: 1.5;
}
h3.ico01 { background: url("https://cdfront.tower.jp/img12/ec/Customer/NewAccount/ico_01.gif") left top no-repeat; }
h3.ico02 { background: url("https://cdfront.tower.jp/img12/ec/Customer/NewAccount/ico_02.gif") left top no-repeat; }
