html {
	-webkit-text-size-adjust:none;
}
body {
	font-family: Helvetica;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none;
}
h1 {
	background-repeat: repeat;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
	color: #FFFFFF;
	-webkit-text-size-adjust:none;
}
h2 {
	background-repeat: no-repeat;
	color: #177EC1;
	-webkit-text-size-adjust:none;
}
h3 {
	margin: 0;
	padding: 0;
	color: #177EC1;
	border-bottom: 1px solid #177EC1;
	-webkit-text-size-adjust:none;
}
h4 {
	margin: 0;
	padding: 0;
	color: #000000;
	-webkit-text-size-adjust: none;
}
input {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
select {
	height: 30px;
	font-size: 16px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.list {
	color: #187FC3;
	list-style: disc inside;
}
li {
}
li.list {
	background-color: #FFFFFF;
	margin: 0 0 -1px 0;
	padding: 0 0 0 3px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #999999;
	color: #222222;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
li.normal_list {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
li span {
	color: black;
}
#speclist {
	width: 100%;
	display: block;
}
ul.speclist {
	display: block;
	color: black;
	list-style: square inside;
}
ul.speclist ul {
	font-weight: normal;
	color: black;
	list-style: disc outside;
}
ul.speclist ul ul {
	font-weight: normal;
	color: black;
	list-style: circle outside;
}

div {
	-webkit-text-size-adjust:none;
}

.btn_small, .btn_smallest {
	background-position: 0 0;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
.btn_big, .btn_big_2 {
	background-position: 0 0;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
.btn_middle, .btn_large, .btn_normal, .btn_aplly, .btn_biggest, .btn_editclose {
	background-position: 0 0;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
.underline {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #177EC1;
}
.normal {
	font-size: 14px;
	line-height: 17px;
}
.caution {
	color: #FF0000;
}
.center {
	text-align: center;
}
.info_area {
}
.btn_area {
	height: auto;
	width: 100%;
	text-align: center;
}
.radio_area {
/*	margin: 0 0 20px 0;*/
	padding: 0;
	font-weight: bold;
	border: 1px solid #187FC3;
	color: #464646;
/*	width: 100%;*/
	text-align: center;
/*	vertical-align: middle;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.submit_area {
	margin: 0 0 0 0;
	text-align: center;
}
.submit_area_android {
	margin: 0 0 0 0;
	text-align: center;
}
.errmsg {
	color: #E95383;
	width: auto;
}
.errinfo {
	margin: 20px 0 0 0;
}
.custom_info_title {
	margin-top: 15px;
}
.custom_info_text {
	font-weight: bold;
	color: #333333;
}
.body_text_normal {
	color: #333333;
}

.body_text_caution {
	color: red;
}
.amiami_area_title {
	font-weight: bold;
	margin-top: 15px;
	color: white;
	background-color: #187FC3;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.amiami_area_title_android {
	font-weight: bold;
	margin-top: 15px;
	color: white;
	background-color: #187FC3;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.amiami_area {
	background-color: #E1EBFF;
	border: 2px solid #187FC3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.amiami_area_android {
	background-color: white;
	border: 2px solid #187FC3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.amiami_area_white {
	background-color: white;
	border: 2px solid #187FC3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.amiami_area.with_title {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
.amiami_area_white.with_title {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
.amiami_area_android.with_title {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
.notification_area {
	background-color: white;
	border: 2px solid #187FC3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.custom_form_area {
	background-color: white;
	border: 1px solid none;
}
.custom_form_area .custom_form_header {
	background-repeat: no-repeat;
	color: #177EC1;
	-webkit-text-size-adjust:none;
}

#container {
	margin: 0;
	padding: 0;
}
#header {
}
#content {
	margin: 0;
	padding: 15px;
	overflow: hidden;
}
#footer {
}
#copyright {
	text-align: right;
	color: #C2C2C3;
}
#copyrightyear{
	border:none;
	background-color:#FFFFFF;
	-webkit-appearance: none;
}
#logo {
	background-repeat: repeat;
	margin: 0;
	padding: 9px 0 0 0;
	text-align: center;
}
#privacy button {
	margin: 10px 0 10px 0;
}
#privacy_btn {
	margin: 10px 0 10px 0;
}

.on_off {
	float: left;
	width: auto;
}

.select_home_area {
	border: 1px solid;
}
/* 2012/06/05 k-takeuchi */
#daj_header {
    background: url('/ifilter/smph/service_summary/common/images/header/bg.jpg') repeat-x scroll center bottom transparent;
    height: 35px;
    position: relative;
    text-indent: -9999px;
}#daj_header h1 {
    background: url('/ifilter/smph/service_summary/common/images/header/h1.jpg') no-repeat scroll 0 0 transparent;
    height: 35px;
    margin: 0 auto;
}
#b_close {
	display:none;
	position:absolute;
	z-index:9999;
	top:5px;
	right:5px;
	width:19px;
	height:19px;
	text-indent:-10000px;
	background-image: url('/ifilter/smph/service_summary/common/images/header/close.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.important_area_title span {
    font-weight: bold;
    margin-top: 15px;
    color: white;
    background-color: #ED1C24;
    width: auto;
}
.important_area {
    background-color: transparent;
    border: 2px solid #ED1C24;
}
.important_area_caution {
    color: #ED1C24;
}
.important_area_message {
    display: block;
}
.important_area_message ul li {
    text-indent:-1em;
}


























/* customnew.tpl */
/*
div.customnew_info {
	font-size: 19px;
}

#companydata {
	float: left;
}

#companyname_area {
	float: left;
}

#companypost_area {
	float: left;
	margin-left: 20px;
}

#name_area {
	float: left;
}

#namae_area {
	float: left;
}

#kana_area {
	float: left;
	margin-left: 20px;
}

#address_area {
	float: left;
	min-width: 728px;
}

#zip_area {
	float: left;
}

#prefecture_area {
	float: left;
	margin-left: 20px;
}

#company_text,
#busyo_text,
#mail_text,
#name_text,
#kana_text,
#tel_text {
	width: 334px;
}

#prefecture_text {
	margin: 0 0 0 10px;
}
*/
/* customnew_check.tpl */
/*
div.customnew_check_info {
	font-size: 25px;
}

div.customnew_check_area {
	margin: 0 0 24px 0;
	float: left;
	width: 354px;
}

div.customnew_check_area.right {
	margin: 0 0 0 20px;
}

div.customnew_check_area.full {
	width: 100%;
}

#customnew_check_title {
	margin: 24px 0 24px 0;
}

#preregist_button {
	margin: 0 0 0 24px;
}
*/
/*
#page_info_area {
	margin: 20px;
	width: 100%;
}
*/
/*
#page_info_area .info_text {
	font-size: 20px;
}
*/