@charset "euc-jp";

/* --------------------------------------------------------------------
	Copyright 2009 Netowl corporation
	netowl service login login_layout.css
/* -------------------------------------------------------------------- */

* {
	margin : 0 ;
	padding : 0 ;
}

body#netowl_login {
	font-family : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ;
	font-size : 75% ;
	text-align : center ;
	line-height : 1.4 ;
	color : #333 ;
}

a {
	outline : none ;
}

a img {
	border : none ;
}

ul, li {
	list-style : none ;
}

img {
	vertical-align : text-bottom ;
}

.text-center {
	text-align : center ;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mg20 {
  margin: 20px;  
}

.color-black {
color: #383838;
}

/* Clearfix */
.clear { clear: both; }
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
    
#login_contents_wrapper {
	width : 780px ;
	margin : 0 auto ;
    padding-top: 18px;
}


#header_menu_wrapper {
	border-bottom : 1px solid #ccc ;
	position : relative ;
	height : 27px ;
	margin-bottom : 18px ;
}

.link-box {
    margin: 10px 0 20px;
	width : 760px ;
    padding: 10px;
    background-color: #fff0d5;
    border: 1px solid #f1c277;
    font-weight: bold;
    text-align: center;
	float: left;
}

/* --------------------------------------------------------------------
	header
/* -------------------------------------------------------------------- */

/*上部サービス間ナビゲーションに関するスタイル*/

#user_service_navi {
	text-align : right ;
	position : absolute ; 
	right : 0 ;
	top : 0 ;
	z-index: 5 ;
}

#user_service_navi li {
	display : block ;
	float : left ;
	height : 21px ;
	line-height : 21px ;
	padding : 0px 5px ;
	margin : 3px 0 ;
	border-right : 1px solid #ccc ;
}

#user_service_navi li a {
	text-decoration : none !important;
}

#user_service_navi_inner {
	float : right ;
}

#user_service_navi li.list_end {
	border-right : none ;
}

#user_service_navi strong {
	color : #333 ;
}

#user_service_navi #sitelink_pulldown {
	text-align : right ;
}

#user_service_navi li a.menu {
    display: block;
	margin-bottom : 2px ;
}

#user_service_navi .submenu {
	visibility : hidden ;
	line-height : 12px ;
	text-align : center ;
	padding-top : 3px ;
	margin-right : -12px ;
}

#user_service_navi .submenu a {
	display: block ;
	text-align: left;
	text-decoration: none;
	padding: 6px ;
	background : #444 ;
	color: #fff;
	margin-bottom : 1px ;
}

#user_service_navi .submenu a:hover {
	background: #999 ;
	color: #FFF;
}


/*ヘッダ部*/


#login_header {
	position : relative ;
	text-align : left ;
	height : 80px ;
}

#login_header h1 {
	width : 214px ;
	height : 53px ;
	text-indent : -9999px ;
	overflow : hidden ;
	margin : 15px 0 12px 0 ;
	float : left ;
}

#login_header h1 a {
	display : block ;
	width : 214px ;
	height : 53px ;
	background : url(../images/common/netowl_logo.png) 0 0 no-repeat ;
}

#login_header h2 {
	float : left ;
	font-size : 18px ;
	margin : 30px 0 0 15px ;
	font-weight : bold ;
}

#login_header #service_switch_logo {
	widht : 210px ;
	height : 42px ;
	float : right ;
	margin-top : 20px ;
}


/* --------------------------------------------------------------------
	contents
/* -------------------------------------------------------------------- */

#login_main_content {
    clear: both;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    text-align: left;
}

#login_form {
    float: left;
    width: 390px;
    border-right: 1px dotted #CCC;
    margin: 30px 0;
    box-sizing: border-box;
}

#login_form form {
    width: 225px;
    margin: 0 auto;
}

#login_form dl {
	margin-bottom : 20px ;
}

#login_form dl dt {
	font-weight : bold ;
	margin-bottom : 3px ;
	margin-top : 12px ;
}

#login_form input.form_type_text {
	width : 219px ;
	padding : 2px 3px ;
}

#login_form .button_box {
	text-align : center ;
}

#login_sub {
    float: left;
    width: 390px;
    margin: 30px 0;
    text-align: center;
    line-height: 1.4;
}

#login_sub h3 {
	margin-bottom : 8px ;
    line-height: 1.6;
}

#login_sub li.list_end {
	margin-bottom : 0 ;
}

#login_service_list {
	width : 780px ;
	margin : 0 auto 15px auto ;
}

#login_service_list li {
	width : 186px ;
	margin : 0 8px 5px 0 ;
	text-align : left ;
	display : inline-block ;
	/zoom : 1 ;
	/display : inline ;
	vertical-align : top ;
}

#login_service_list li:last-child {
	margin : 0 0 5px 0 ;
}

#login_service_list li .icon_img {
	display : block ;
	width :35px ;
	height : 35px ;
	float : left ;
	margin-right : 5px ;
}

#login_service_list li p {
	font-size : 90% ;
}
#login_service_list li p.login_service_list_title{
    padding: 3px 5px;
    margin-bottom: 10px;
    font-size : 100% ;
    font-weight: bold;
    color: #fff;
	background: #808080;
}

#login_service_list li .assist {
	display: block;
	text-indent: 0em;
	float : left ;
	width : 145px ;
}

.unit-other {
    margin: 0 auto 20px auto;
    display: block;
    width: 599px;
    color: #333;
}
.unit-other_s {
    display: block;
    margin-bottom: 15px!important;
    width: 100%;
    float: left;
    color: #333;
}
.unit-other_ttl {
    padding: 3px 0;
    background: #c2c2c2;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.unit-other_body {
    padding: 5px 0;
    border: 1px solid #c2c2c2;
    border-top: none;
    text-align: center;
    color: #999;
}
.unit-other_body li {
    display: inline-block;
    margin: 0 1em 0 0!important;
}
.unit-other_body li::after {
    margin-left: 1em;
    content: '/';
}
.unit-other_body li:last-child { margin-right: 0; }
.unit-other_body li:last-child::after {
    margin-left: 0;
    content: none;
}



/* --------------------------------------------------------------------
	footer
/* -------------------------------------------------------------------- */

#footer {
	clear : both ;
	margin-bottom : 30px ;
	float : left ;
	width : 100% ;
}

#footer .inner {}

#footer .left_container {
	padding: 10px 0;
    background: #ededed;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    text-align: center;
}

#footer .right_container {
	float : right ; 
	width : 115px ;
	margin-bottom : 15px ;
}

.siteseal {
    width: 490px;
    margin: 0 auto;
    padding: 15px 0;
}
.siteseal_img {
    width: 130px;
    height: 50px;
    float: left;
}
.siteseal_txt {
    width: 350px;
    padding-top: 10px;
    margin-left: 10px;
    float: left;
    text-align: left;
}

#footer #verisign_seal {
	height : 85px ;
}

#footer #footer_menu { margin : 0 auto ; }

#footer #footer_menu li {
	display : inline ;
	font-size : 12px ;
	line-height : 1.8 ;
	padding : 3px 6px 3px 21px ;
	border-right : 1px solid #ccc ;
	background : url(../images/common/footer_navi_marker.png) 5px center no-repeat ;
}

#footer #footer_menu li.list_end {
	border-right : none ;
}

#footer address {
	font-style : normal ;
	padding : 10px 0;
	text-transform:capitalize ;
    border-top: 1px solid #c2c2c2;
}