@CHARSET "UTF-8";

/* エラー */
#feedback ul {
	color: red;
	font-weight: bold;
	list-style-image: url(/public/images/icon/error.gif);
	margin: 20px 10px 10px 50px;
}
#feedback li {
	line-height: 25px;
}
.errorMessage {
	color: #ff0000;
}

* {
	padding: 0px;
	margin: 0px;
}
html, body {
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	height: 100%;

	font: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka',sans-serif;
	font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

html {
	overflow-y: scroll;
}

h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}
h4 {

	margin-top: 10px;
	margin-bottom: 5px;

	line-height: 40px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 14pt;
	background-image:url(/public/images/title/sub_title.gif);
}

input[type="text"], input[type="password"], textarea, select {
	border:1px solid #4CBAEE;
	background-color: #ffffff;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover password:hover {
	border:1px solid #3399FF;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus password:focus {
	border:1px solid #3399FF;
	background-color: #D2E9FF;
}

input, button {
	vertical-align: middle;
}

input.largeText {
	width:90%;
}
input.middleText {
	width:120px;
}
input.smallText {
	width:80px;
}

/* ラベル */
label {
	margin-left: 2px;
	font-weight: bold;
	color: #0099cc;
	vertical-align: middle;
}

/* ボタン */
button.default {

	letter-spacing: 3px;
	font-weight: bold;

	color: #ffffff;
	text-align: center;
	padding: 2px 10px 2px 10px;

	width: 160px;
	height: 40px;
	border: 1px solid #cccccc;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	background: #2c539e; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c539e 0%, #2c539e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c539e), color-stop(100%,#2c539e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c539e 0%,#2c539e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c539e 0%,#2c539e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c539e 0%,#2c539e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c539e 0%,#2c539e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
}
button.default:hover {

	cursor: pointer;

	background: #517dcf; /* Old browsers */
	background: -moz-linear-gradient(top,  #517dcf 0%, #517dcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#517dcf), color-stop(100%,#517dcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #517dcf 0%,#517dcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #517dcf 0%,#517dcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #517dcf 0%,#517dcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #517dcf 0%,#517dcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#517dcf', endColorstr='#517dcf',GradientType=0 ); /* IE6-9 */
}
button.default:disabled {

	color: #eeeeee;
	cursor: default;

	background: #cfcfcf; /* Old browsers */
	background: -moz-linear-gradient(top,  #cfcfcf 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cfcfcf 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cfcfcf 0%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cfcfcf 0%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cfcfcf 0%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}

button.small {
	color: #ffffff;
	border: none;

	line-height: 30px;
	font-weight: bold;
	width: 80px;
	height: 30px;
	border: 1px solid #cccccc;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	background: #2c539e; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c539e 0%, #2c539e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c539e), color-stop(100%,#2c539e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c539e 0%,#2c539e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c539e 0%,#2c539e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c539e 0%,#2c539e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c539e 0%,#2c539e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
}
button.small:hover {

	cursor: pointer;

	background: #517dcf; /* Old browsers */
	background: -moz-linear-gradient(top,  #517dcf 0%, #517dcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#517dcf), color-stop(100%,#517dcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #517dcf 0%,#517dcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #517dcf 0%,#517dcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #517dcf 0%,#517dcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #517dcf 0%,#517dcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#517dcf', endColorstr='#517dcf',GradientType=0 ); /* IE6-9 */
}
button.small:disabled {

	color: #eeeeee;
	cursor: default;

	background: #cfcfcf; /* Old browsers */
	background: -moz-linear-gradient(top,  #cfcfcf 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cfcfcf 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cfcfcf 0%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cfcfcf 0%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cfcfcf 0%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}

button.execute {
	color: #ffffff;
	text-align: center;

	padding: 2px 10px 2px 10px;
	font-weight: bold;
	width: 160px;
	height: 40px;
	border: 1px solid #cccccc;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	background: #fea100; /* Old browsers */
	background: -moz-linear-gradient(top,  #fea100 0%, #ff7621 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea100), color-stop(100%,#ff7621)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fea100 0%,#ff7621 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fea100 0%,#ff7621 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fea100 0%,#ff7621 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fea100 0%,#ff7621 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea100', endColorstr='#ff7621',GradientType=0 ); /* IE6-9 */
}
button.execute:hover {

	cursor: pointer;

	background: #ffe70b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffe70b 0%, #ffb62d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe70b), color-stop(100%,#ffb62d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffe70b 0%,#ffb62d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffe70b 0%,#ffb62d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffe70b 0%,#ffb62d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffe70b 0%,#ffb62d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe70b', endColorstr='#ffb62d',GradientType=0 ); /* IE6-9 */
}
button.execute:disabled {
	color: #eeeeee;
	cursor: default;

	background: rgb(230,198,142); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2YzY4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWJhOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(230,198,142,1) 0%, rgba(233,186,157,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,198,142,1)), color-stop(100%,rgba(233,186,157,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(230,198,142,1) 0%,rgba(233,186,157,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(230,198,142,1) 0%,rgba(233,186,157,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(230,198,142,1) 0%,rgba(233,186,157,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(230,198,142,1) 0%,rgba(233,186,157,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c68e', endColorstr='#e9ba9d',GradientType=0 ); /* IE6-8 */
}

button.cancel {
	color: #666666;
	text-align: center;
	padding: 2px 10px 2px 10px;

	font-weight: bold;
	width: 160px;
	height: 40px;
	border: 1px solid #cccccc;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
}
button.cancel:hover {

	cursor: pointer;

	background: #f9fafb; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9fafb 0%, #f4f7f8 37%, #e9eff1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fafb), color-stop(37%,#f4f7f8), color-stop(100%,#e9eff1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#e9eff1',GradientType=0 ); /* IE6-9 */
}
button.cancel:disabled {

	color: #cccccc;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;

	background: #f9fafb; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9fafb 0%, #f4f7f8 37%, #e9eff1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fafb), color-stop(37%,#f4f7f8), color-stop(100%,#e9eff1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#e9eff1',GradientType=0 ); /* IE6-9 */
}

button.confirm {
	color: #fff;
	text-align: center;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	width: 160px;
	height: 40px;
	background: linear-gradient(180deg, #FE9F00 0%, #FF7620 100%);
	border: 1px solid #CCC;
	border-radius: 4px;
}

button.clear {
	color: #fff;
	text-align: center;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	width: 160px;
	height: 40px;
	border: 1px solid #CCC;
	border-radius: 4px;
	
	background: #ff4a4a; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff4a4a 0%, #ff4a4a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4a4a), color-stop(100%,#ff4a4a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff4a4a 0%,#ff4a4a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff4a4a 0%,#ff4a4a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff4a4a 0%,#ff4a4a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff4a4a 0%,#ff4a4a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a4a', endColorstr='#ff4a4a',GradientType=0 ); /* IE6-9 */
}
button.clear:hover {
	color: #fff;
	text-align: center;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	height: 40px;
	border: 1px solid #CCC;
	border-radius: 4px;
	cursor: pointer;
	
	background: #f98484; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe9d9d 0%, #fe9d9d 37%, #fe9d9d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe9d9d), color-stop(37%,#fe9d9d), color-stop(100%,#fe9d9d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe9d9d 0%,#fe9d9d 37%,#fe9d9d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe9d9d 0%,#fe9d9d 37%,#fe9d9d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe9d9d 0%,#fe9d9d 37%,#fe9d9d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe9d9d 0%,#fe9d9d 37%,#fe9d9d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9d9d', endColorstr='#fe9d9d',GradientType=0 ); /* IE6-9 */
}

button.confirm:hover {
	color: #fff;
	text-align: center;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	width: 160px;
	height: 40px;
	background: linear-gradient(180deg, #FFE60B 0%, #FFB62C 100%);
	border: 1px solid #CCC;
	border-radius: 4px;
	cursor: pointer;
}

button.download {

	letter-spacing: 3px;
	font-weight: bold;

	color: #000000b8;
	text-align: center;
	padding: 2px 10px 2px 10px;

	width: 160px;
	height: 40px;
	border: 1px solid #dddddd;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
button.download:hover {

	cursor: pointer;

	background: #e9eeef ; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9eeef  0%, #e9eeef  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9eeef ), color-stop(100%,#e9eeef )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9eeef  0%,#e9eeef   100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9eeef  0%,#e9eeef  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9eeef  0%,#e9eeef  100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9eeef  0%,#e9eeef  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eeef ', endColorstr='#e9eeef ',GradientType=0 ); /* IE6-9 */
}
button.download:disabled {

	color: #eeeeee;
	cursor: default;

	background: #cfcfcf; /* Old browsers */
	background: -moz-linear-gradient(top,  #cfcfcf 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cfcfcf 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cfcfcf 0%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cfcfcf 0%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cfcfcf 0%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}

/* リスト */
ul {
	list-style-type: none;
}

/* リンク */
a:link {
	color: #0F88BF;
	text-decoration: underline;
}

a:visited {
	color: #0F88BF;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #FF8000;
	text-decoration: underline;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

table {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table tr {
	height: 38px;
}
table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table td {
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    padding: 5px 10px 5px 10px;
}

table tr.even {
	background-color: #fdfdfd;
}
table tr.odd {
	background-color: #ffffff;
}

* html body dl.list dd div{
   display:inline-block;
}

dl.list {
	border:1px solid #e3e3e3;
	border-top:0;
	background:#f1f1f1;
}
dl.list dt {
	float: left;
	width: 200px;
	border-top: 1px solid #E3E3E3;
	text-align: right;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 20px;
	font-weight: bold;
	line-height: 32px;
}
dl.list dd {
	margin-left: 220px;
	padding:5px 10px 5px 10px;
	border-top:1px solid #E3E3E3;
	background:#ffffff;
	line-height: 32px;
}

hr {
   border-width: 1px 0px 0px 0px;
   border-style: dotted;
   border-color: #CBCBCB;
   height: 1px;
   width: 100%;
   margin: 30px 0px 30px 0px;
   clear: both;
   overflow: hidden;
}

p.info {
	background-color: #F5F5F5;
	padding: 20px 20px 20px 80px;
	margin: 10px 10px 10px 10px;
	font-size: 16px;
	background-image:url(/public/images/icon/info.gif);
	background-repeat: no-repeat;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height: 150%;
}

p.attention {
	background-color: #A5E700;
	padding: 20px;
	margin: 10px 10px 10px 10px;
	font-size: 16px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height: 150%;
}


#container {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
body > #container {
	height: auto;
}

#topLine {
	background-color: #1D2088;
	width: 100%;
	height: 5px;
}

#agentContainer {
	height: 20px;
	background-color: #ED173B;
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
}

#header {
	width: 100%;
	height: 100px;
	overflow: hidden;

	background: #e3f5ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #e3f5ff 0%, #c9e6ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3f5ff), color-stop(100%,#c9e6ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e3f5ff 0%,#c9e6ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e3f5ff 0%,#c9e6ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e3f5ff 0%,#c9e6ff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e3f5ff 0%,#c9e6ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f5ff', endColorstr='#c9e6ff',GradientType=0 ); /* IE6-9 */
}
#headerCenter {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
#logoImages {
	width: 420px;
	height: 100px;
	text-align: left;
	position: absolute;
	bottom: 0;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 20px;
}
#siteLogo {
	margin: 20px 10px 0px 10px;
	float: left;
}
#companyLogo {
	padding: 15px 10px 0px 10px;
	float: left;
}

#companyLogo img {
	height: 75px;
}

#headerBottom {
	height: 25px;
	float: right;
	position: absolute;
	right: 30px;
	bottom: 0px;
}

a.headerMenuLink {
	background-color: #ffffff;
	color: #0F88BF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	width: 60px;
	height: 25px;
	display: block;
	float: left;
	margin-left: 5px;
	text-align: center;
	line-height: 25px;
}
a.headerMenuLink:hover {
	color: #000000;
	text-decoration: none;
}


#topButtonContainer {
	float: right;
}

#footer {
	background-color: #F5F5F5;
	color: #666666;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 200px;
	border-top: 1px dotted #cccccc;

	background: url(/public/images/footer_bg.gif) no-repeat center bottom;
}
#footerCenter {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#footerCenter .footerMenuList {
	margin: 20px 20px 0px 100px;
	float: left;
	overflow: hidden;
}
#footerCenter .footerMenuList li {
	margin: 10px 20px 10px 10px;
	float: left;
	list-style-type: none;
	font-size: 9pt;
}
#footer a:link {
	color: #333333;
	text-decoration: none;
}

#footer a:visited {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #118CC7;
	text-decoration: none;
}

#footer a:active {
	color: #FF8000;
	text-decoration: underline;
}

#copyright {
	clear: both;
	width: 100%;
	text-align: right;
	margin-top: 10px;
	font-weight: bold;
}
#copyright p {
	margin-top: 10px;
	margin-right: 20px;
	color: #333333;
}

.contact {
	float: right;
	width: 250px;
	padding: 10px 20px 10px 20px;
	margin: 20px;
	background-color: #ffffff;
	border: 1px dotted #666666;
	overflow: hidden;
}
.contact .title {
	color: #118CC7;
}
.contact .tel {
	color: #118CC7;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.contact .time {
	color: #666666;
	font-weight: bold;
	text-align: center;
}


#mainContainer {
	background-color: #ffffff;
	overflow: hidden;
	margin: 0 auto;
	width: 980px;
	padding-bottom:200px; /* for footer */
	/*
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	*/
}

#leftContainer {
	width: 230px;
	float: left;
	margin: 0px 0px 30px 0px;
}

#rightContainer {
	width: 710px;
	float: left;
	padding: 10px 10px 20px 20px;
}

/* login account info */
#loginAccountInfo {
	border: 0px solid #cccccc;
	color: #fff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 60px;
	text-align: center;
}
#loginAccountInfo .userId {
	width: 100%;
	line-height: 30px;
	font-weight: bold;
}
#loginAccountInfo .userName {
	width: 100%;
	line-height: 30px;
	font-weight: bold;
}
#btnLogout {
	width: 90px;
	padding-left: 10px;
	background-image: url(/public/images/logout.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

#sideMenuList {
	margin: 30px 5px 20px 10px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;

	border: 1px solid #cccccc;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	background-color: #036690;
}

#sideMenuList div.menu {
	cursor: pointer;

	padding: 0px 0px 0px 10px;
	margin: 0px 2px 0px 2px;
	height: 30px;
	line-height: 30px;

	color: #1D2088;
	font-weight: bold;

	position: relative;
}
#sideMenuList div.menu.parent:after {
	content: url("/public/images/button/menu_down.png");
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}
#sideMenuList div.menu.parent.opened:after {
	content: url("/public/images/button/menu_up.png");
}

#sideMenuList div.level1 {
	background-color: #ffffff;
	border-bottom: 1px dotted #cccccc;
}
#sideMenuList div.level1:hover {
	color: #fff;
	background-color: #1D2088;
}
#sideMenuList div.level2 {
	color: #1D2088;
	background-color: #E6ECE7;
	border-bottom: 1px dotted #aaaaaa;

	padding-left: 20px;

}
#sideMenuList div.level2:hover {
	color: #fff;
	background-color: #1D2088;
}

#sideMenuList div.level3 {
	color: #1D2088;
	background-color: #C8D5CA;
	border-bottom: 1px dotted #ffffff;

	padding-left: 30px;
}
#sideMenuList div.level3:hover {
	color: #fff;
	background-color: #1D2088;
}
#sideMenuList div.selectedMenu {
	background-color: #CD0432;
	color: #ffffff;
}

#sideMenuList .subMenuContainer {
	padding: 0px;
}
#sideMenuList .subMenuContainer ul {
	padding: 10px;
	margin: 0px;
	list-style-type: none;
}
#sideMenuList .subMenuContainer li {
	background-image:url(/public/images/menu/sub_menu.gif);
	background-repeat: no-repeat;
	padding: 15px 10px 15px 30px;
	margin: 0px;
}

#commonMenuList {
	margin: 20px 5px 0px 10px;
	list-style-type: none;
}
#commonMenuList li{
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
	list-style-type: none;
	border: 1px dotted #aaaaaa;
	border-top: 3px solid #666666;
	background-color: #ffffff;
}
#commonMenuList a:link {
	color: #000000;
	text-decoration: none;
}

#commonMenuList a:visited {
	color: #000000;
	text-decoration: none;
}

#commonMenuList a:hover {
	color: #4AB8ED;
	text-decoration: none;
}

#commonMenuList a:active {
	color: #D1262C;
	text-decoration: none;
}

#pageTitle {
	color: #ffffff;
	font-size: 12pt;
	margin-top: 20px;
}

.centerButtonContainer {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-top: 20px;
}

.rightButtonContainer {
	margin: 10px 10px 10px 0px;
	text-align: right;
}

.rightButtonContainer .cancel {
	float: left;
	margin-left: 10px;
}

#gotoTop {
	position: fixed;
	height: 25px;
	bottom: 0px;
	right: 20px;
}

.defaultPageTitle {

	font-size: 1.1em;
	margin: 15px 0px 20px 0px;
	padding: 5px 5px 5px 25px;
	color: #333333;

	letter-spacing: 2px;
	border: 1px solid #eeeeee;

	text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

	overflow: hidden;
}
.defaultSubTitle {

	margin: 0px 0px 10px 0px;
	color: #333333;
	line-height: 40px;
	padding-left :40px;

	letter-spacing: 2px;
	border: 1px solid #eeeeee;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	background: rgb(242,245,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */

}

#fontsizeList {
	margin: 3px 5px 0px 0px;
	float: right;
	overflow: visible;
}
#fontsizeList li {
	float: left;
}

#stepList {
	overflow: hidden;
	margin: 10px 0px 10px 0px;
}

#stepList li {

	float: left;
	margin: 0px 10px 0px 10px;
	width: 150px;
	height: 60px;
	text-align: center;
	line-height: 60px;

	border: none;
	background-color: #FFE56A;
    position: relative;
}

#stepList li:after {
	border-left: 15px solid #FFE56A; /* 右向きの三角形を作るため左のボーダーに色を付ける */
	border-top: 30px solid transparent; /* 上のボーダーを透過に指定 */
	border-bottom: 30px solid transparent; /* 下のボーダーを透過に指定 */
	content: "";
	position: absolute;
	left: 50%; /* 一旦中央へ寄せる */
	top: 0;
	margin-left: 75px; /* 四角形の幅の半分右へ移動する */
}
#stepList li.selected {
	color: #ffffff;
	background-color: #1D2088;
}
#stepList li.selected:after {
	border-left: 15px solid #1D2088; /* 右向きの三角形を作るため左のボーダーに色を付ける */
	border-top: 30px solid transparent; /* 上のボーダーを透過に指定 */
	border-bottom: 30px solid transparent; /* 下のボーダーを透過に指定 */
	content: "";
	position: absolute;
	left: 50%; /* 一旦中央へ寄せる */
	top: 0;
	margin-left: 75px; /* 四角形の幅の半分右へ移動する */
}

/* ご利用規約 */
#termOfService {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px #666666 dotted;
	background-color: #ffffff;
}
#termOfService p {
	height: 200px;
	overflow-y: auto;
	background-color: #ffffff;
}
#termOfService #agreeArea {
	margin-top: 10px;
}
#termOfService #agree {
	margin-right: 5px;
}

/* データなし */
.dataNothing {
	background-color: #f9f9f9;
	border: none;
	color: #666666;
	padding: 10px;
	margin: 20px 0px 20px 0px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#searchResultNotFound {
	background-color: #666666;
	border: none;
	color: #ffffff;
	padding: 10px;
	margin: 50px 0px 20px 0px;
	text-align: center;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* 受付完了 */
#accepted {
	padding: 10px 20px 10px 20px;
	background-color: #D5F041;
	color: #000000;
	margin: 10px 0px 10px 0px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* メッセージ */
p.errorMessage {

	color: #ff0000;
	font-weight: bold;

	padding: 10px 5px 10px 40px;
	margin: 5px 0px 5px 0px;
	border: none;
	background-image: url("/public/images/icon/error.gif");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #FDDDE7;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
p.successMessage {

	color: #024C73;
	font-weight: bold;
	padding: 10px 5px 10px 40px;
	margin: 5px 0px 5px 0px;
	border: none;
	background-image: url("/public/images/icon/success.gif");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #C1E8F9;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* 必須アイコン */
.requiredIcon {
	color: #ffffff;
	margin: 0px 5px 0px 5px;
	font-size: 11px;
	padding: 1px 5px 1px 5px;
	background-color: #B11928;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	background: #ff0084; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0084 0%, #ff0084 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0084), color-stop(100%,#ff0084)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0084 0%,#ff0084 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0084 0%,#ff0084 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0084 0%,#ff0084 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff0084 0%,#ff0084 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0084', endColorstr='#ff0084',GradientType=0 ); /* IE6-9 */
}

/* ページャー */
.pagination-container {
	width: 500px;
	text-align: center;
	overflow: hidden;
	margin: 20px auto 0px auto;
}
.pagination-container .pagination {
	margin: 0 auto;
}
ul.pagination li {
	border: 1px solid #0F88BF;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	overflow: visible;
}
ul.pagination li.off {
	border: 1px dotted #999999;
}
ul.pagination li.off a {
	cursor: default;
}
ul.pagination li a {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 30px;
	float: none;
}
.pagination a.active {
	background-color: #0F88BF;
	color: #ffffff;
}

/* 支払方法 */
.paymentMethod {
	margin: 20px 0px 20px 0px;
}

/* 電話番号 */
input.tel1 {
	width: 50px;
}
input.tel2 {
	width: 35px;
}
input.tel3 {
	width: 35px;
}

/* tooltip */
.tooltip {
	margin-left: -120px;
	padding: 10px;
	background-color: #FBFBFE;
	color: #000000;
	border: 1px solid #999999;
	width: 320px;

	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;

	display: none;
}

/* tooltip error */
.errorIcon .infoIcon {
	float: right;
}
.errorIcon a.infoIcon {
	text-decoration: none;
}
.errorIcon .infoIcon img {
	vertical-align: middle;
}
.errorTooltip {
	font-weight: bold;
	color: #ff0000;
	border: 1px solid #ff0000;
	background-color: #ffefef;
}
.errorInput {
	color: #ff0000;
	font-size: 12px;
	margin-left: 5px;
}
.errorInput img {
	margin-right: 5px;
}

/* tooltip service info */
.serviceIcon .infoIcon {
	float: right;
}
.serviceIcon .infoIcon img {
	vertical-align: middle;
}
.serviceTooltip .descriptionTitle {
	font-weight: bold;
	color: #006AD4;
}
.serviceTooltip .descriptionBody {
	margin-left: 10px;
}

/* tooltip payment method info */
.paymentMethodIcon .infoIcon {
	float: right;
}
.paymentMethodIcon .infoIcon img {
	vertical-align: middle;
}
.paymentMethodTooltip .methodsPaymentName {
	font-weight: bold;
	color: #006AD4;
}
.paymentMethodTooltip .bankName {
	margin-left: 10px;
}

/* tooltip list */
dl.tooltipList {
	font-size: 12px;
	border:1px solid #e3e3e3;
	border-top:0;
	background:#f1f1f1;
}
dl.tooltipList dt {
	font-size: 12px;
	float: left;
	width: 80px;
	border-top: 1px solid #E3E3E3;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0;
	padding-right: 0;
	font-weight: bold;
	line-height: 32px;
}
dl.tooltipList dd {
	font-size: 12px;
	margin-left: 80px;
	padding:5px 20px 5px 10px;
	border-top:1px solid #E3E3E3;
	background:#ffffff;
	line-height: 32px;
}

.guidanceMessage {
	color: #333333;
	margin: 10px 0px 10px 0px;
	border: 1px dotted #efefef;
	background-color: #EDF4FF;
	padding: 10px 10px 10px 10px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.warningGuidanceMessage {
	color: #ffffff;
	margin: 10px 0px 10px 0px;
	border: none;
	background-color: #FF0F63;
	padding: 10px 10px 10px 10px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.smallGuidanceMessage {

	font-size: 12px;

	color: #333333;
	margin: 10px 0px 10px 0px;
	border: 1px dotted #efefef;
	background-color: #EDF4FF;
	padding: 10px 10px 10px 10px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input.imeOn {
	ime-mode: active;
}

input.imeOff {
	ime-mode: disabled;
}

/* lock screen */
#lock {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	text-align: center;
	display: none;
	opacity: 0.3;
	vertical-align: middle;
}
#lock img {
	position:absolute;
	top: 50%;
	left: 50%;
}

#guidance {
	background-color: #E3EFFD;
	padding: 10px;
	margin: 10px 0px 10px 0px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.list .guidance {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}

button.designMode {
	color: #ffffff;
	text-align: center;

	padding: 2px 10px 2px 10px;
	font-weight: normal;
	width: 180px;
	height: 25px;
	border: 1px solid #cccccc;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	background: #fea100; /* Old browsers */
	background: -moz-linear-gradient(top,  #fea100 0%, #ff7621 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea100), color-stop(100%,#ff7621)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fea100 0%,#ff7621 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fea100 0%,#ff7621 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fea100 0%,#ff7621 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fea100 0%,#ff7621 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea100', endColorstr='#ff7621',GradientType=0 ); /* IE6-9 */
	float: right;
	margin: 0px 3px 0px 0px;
}
.subTitle {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );

	border: 1px solid #ececec;
	padding: 10px;
	font-size: 1.4em;

	width: 100%;
	min-height: 60px;
	position: relative;
	box-sizing: border-box;

	font-weight: 500;
	line-height: 1.1em;
}
.subTitle div {
	position: relative;
	padding-left: 10px;
	z-index: 2;
	/*
	font-size: 0.8em;
	*/
}
.subTitle div.left {
	padding-left: 90px;
}
.subTitle div.height {
	line-height: 38px;
}
.subTitle span {
	display: block;
	padding-top: 5px;
	font-size: 11px;
}
div.imgServiceCustomer {
	background-image: url(/public/images/title/service_customer.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 100px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	padding: 0px;
}
div.imgServiceCustomerPayment {
	background-image: url(/public/images/title/service_customer_payment.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 100px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	padding: 0px;
}
div.imgService {
	background-image: url(/public/images/title/service.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 100px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	padding: 0px;
}

p.notice-bullet-points {
	text-indent: -1em;
	padding-left: 1em;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
