@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 *
 *	file name : mypage.css
 *
 * :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contentHeader {
    background: url(../images_global/n_bg_content_h.jpg) repeat-x scroll left top transparent;
    height: 80px;
    text-align: center;
}
#contentHeader h1 {
    margin: 0 auto;
    padding-top: 30px;
    text-align: left;
    font-size:18px;
    width: 950px;
}

div#content {
	padding: 0;
}

div#container{
	padding:20px 0 0;
}

#sHeaderColumn p#logoSharp {
	float: none;
	line-height: 1;
	font-size: 12px;
}
#sHeaderColumn p#categoryId{
	margin: 17px 0 0;
	line-height: 1;
	font-size: 1.8rem;
	/* font-size: 12px; */
	font-weight: 600;
	color: #000;
}
#sHeaderColumn p#categoryId .mypage{
	font-size: 1.2rem;
	font-weight: 500;
}

/* ==================================================================
 *  #localNav
 * ================================================================== */
#localNav {
	min-height: 40px;
	height: auto !important;
	height: 40px;
	padding-bottom: 10px;
	margin-bottom: 1px;
	border-bottom: 1px solid #bbbec1;
	background-color: #dbe1e7;
	text-align: center;
}
#localNav #localNavIn {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#localNav #localNavIn ul {
	float: left;
	width: 840px;
	padding-top: 16px;
	font-size: 108%;
	font-weight: bold;
}
#localNav #localNavIn p {
	float: right;
	width: 100px;
	line-height: 1;
	padding-top: 10px;
	font-size: 12px;
}
#localNav #localNavIn li {
	float: left;
	margin-right: 20px;
	white-space: nowrap;
}
#localNav #localNavIn li a {
	display: inline-block;	
}
*:first-child+html #localNav #localNavIn li a {
	display: inline;
	zoom: 1;	
}
* html #localNav #localNavIn li a {
	display: inline;
	zoom: 1;
}
#localNav #localNavIn li a {
	min-height: 18px;
	height: auto !important;
	height: 18px;
	padding-left: 25px;
	background:url(../images_global/icon_arrowL.gif) no-repeat left top;
	color: #333;
	text-decoration: none;
}
#localNav #localNavIn li a:hover {
	background-position: left -36px;
	color: #999;
}

/* ==================================================================
 *  サイト説明（シャープ法人イベント向けサイトである旨記載）
 * ================================================================== */
#container .siteNotesBlock {
	background-color: #fff;
	border: 2px solid #8a8c8f; 
	box-sizing: border-box;
	font-size: 1rem;
	text-align: left;
	margin: 0 auto 1rem;
	padding: 8px 8px 8px 32px;
	width: 950px;
}
#container .siteNotesBlock li {
	list-style-type: disc;
}

/* ==================================================================
 *  div#nTitleBlock
 * ================================================================== */

#nTitleBlock {
	width:950px;
	margin:0 auto;
	padding:0 0 10px;
	border-bottom: 1px solid #CCC;
	text-align:left;
	overflow:hidden;
}
#nTitleBlock .nTitle{
	background: url(../images_global/n_bg_title01.gif) no-repeat left top;
	padding:8px 0 0 20px;
	zoom:1;
}
#nTitleBlock .nTitle h1 {
	font-size: 184.61538%;
	font-weight: normal;
	padding: 0 0 8px;
	background:none;
	height:auto;
	text-align:left;
	line-height:1.0;
}
#nTitleBlock .nTitle p.subTitle {
	margin: 0 0 5px;
}


/* ==================================================================
 *  div#main
 * ================================================================== */
#main{
	width: 950px;
	margin: 0;
	padding: 20px 8px 25px 2px;
	float: left;
}
#main h2{
	background: url(../images_global/n_bg_h2.gif) no-repeat left center;
	font-size: 14px;
	padding: 10px 10px 0.5em 20px;
	text-align: left;
	margin-bottom: 10px;
}
#main h2 img{
	vertical-align: middle;
	margin-right: 10px;
}
#main h3 {
	color:#275e72;
	font-size:108%;
	font-weight:bold;
	border-bottom:dotted 1px #ccc;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}



/* ==================================================================
 *  div#contactContent
 * ================================================================== */
#contactContent{
	background: url(../images_global/n_bg_contents.jpg) no-repeat center top;
	margin-bottom: 15px;
	padding: 10px 0 0;
}
#contactInner{
	background: url(../images_global/n_bg_contents_btm.jpg) no-repeat center bottom;
	/*padding: 0 10px 30px;*/
	padding: 15px 14px 30px;
	zoom:1;
	max-height: 999999px;
}

#contactInner p{
	line-height: 1.6;
}


/* link
----------------------------------------------------------- */
#contactContent .contact_link01 {
    background: url(../images_global/icon_arrow.gif) no-repeat left 0.2em;
    padding: 0 0 3px 22px;
}

#contactContent .contact_link02{
	padding: 0 0 3px 22px;
	background: url(../images_global/n_ic_external.gif) left 0.2em no-repeat;
}


/* ==================================================================
 *  #contactContent .form_table
 * ================================================================== */
#contactContent .form_table {
	border-collapse:collapse;
	border:solid 1px #B9BEC2;
	width:100%;
}
#contactContent .form_table th {
	background:#EFECE5;
	border:solid 1px #B9BEC2;
	padding:6px;
	font-weight:bold;
	line-height:1.8;
}
#contactContent .form_table td {
	border:solid 1px #B9BEC2;
	padding:7px;
	vertical-align:middle;
	text-align:left;
	background: #FFF;
	line-height:1.8;
}
#contactContent .form_table{
	margin:0 0 20px;
}
#contactContent .form_table th{
	font-size: 108%;
}
#contactContent .form_table th,
#contactContent .form_table td{
	padding:0.75em;
}

/* table option
----------------------------------------------------------- */

#main #contactContent .form_table th.row {
	width:25%;
}
#main #contactContent .form_table td.must {
	width:5%;
	text-align:center;
}
#main #contactContent .form_table td.sample {
	width:28%;
}




/* ==================================================================
 * form parts（調整用）
 * ================================================================== */
.messages {
	width: 100%;
	/*float: left;*/
	color: #03C;
	text-align: left;
	font-size: 11px;
}

.errorsBox {
	margin: 10px auto;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
	color: #e00000;
	background: #ffe5e5;
	border: 1px solid #e00000;
}

.errors {
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	color: #C10202;
	margin-top:5px;
}

p.inputMemo {
	font-size:93%;
	margin-top:5px;
	padding-left:1em;
	text-indent:-1em;
}
ul.inputMemo {
	margin-top:5px;
}
ul.inputMemo li {
	font-size:93%;
	padding-left:1em;
	text-indent:-1em;
}


/* ==================================================================
 * お問い合わせエリア
 * ================================================================== */
.sectionInquiry {
	background:#f4f4f4;
	margin:0;
	padding:20px;
}
#contactContent .sectionInquiry h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size:123.1%;
	color:#2d586b;
	background:none;
}


/* ==================================================================
 *  module
 * ================================================================== */
.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px !important;}

.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}

.mt-15 { margin-top: -15px; }
.mt-20 { margin-top: -20px; }
.mt-25 { margin-top: -25px; }
.mt-30 { margin-top: -30px; }
.mt-35 { margin-top: -35px; }

.mb-15 { margin-bottom: -15px; }

.taC {text-align: center !important;}
ul.taC li {
	display: inline;
	margin: 0 5px;
}
.mt30 {margin-top: 30px !important;}
.pt00 {padding-top: 0 !important;}


/* ================================================================
 *  マイページ
 * ================================================================== */

#main #contactContent .form_table .appInfo {
	width: 60%;
}
#main #contactContent .form_table .appEdit {
	width: 22%;
	/*text-align: center;*/
}
#main #contactContent .form_table .appOut {
	width: 18%;
	text-align: center;
}
#main #contactContent .form_table .appTit {
	margin-bottom: 4px;
	font-weight: bold;
}
#main #contactContent .form_table .appInfo li {
	padding: 0 0 0 15px;
	background:url(../images_global/n_ic_circle.gif) no-repeat left 0.6em;	
}
#main #contactContent .form_table .dataInfo {
	width: 68%;
}
#main #contactContent .form_table .dataLoad {
	width: 32%;
	text-align: center;
}

#main #contactContent .notesBlock {
	margin-bottom: 25px;
	padding: 15px 15px 6px;
	background-color: #e6f0fb;
}
#main #contactContent .notesBlock li {
	margin: 0 0 9px 1em;
	text-indent: -1em;
}
#main #contactContent .notesBlock img {
	margin: 0 3px;
	vertical-align: middle;
}
#main #contactContent .areaBlock {
	margin-bottom: 25px;
}
#main #contactContent .areaBlock li {
	/*float: left;
	margin-right: 50px;*/
	margin-bottom: 0.8em;
	background:url(../images_global/icon_arrow.gif) no-repeat left center;
	padding-left: 20px;
}
#main #contactContent .formPw input {
	width: 200px;
}
#main #contactContent .formMail input {
	width: 300px;
}
#main #contactContent .linkArw,
#main #contactContent .linkExternal {
	display: inline-block;	
}
*:first-child+html #main #contactContent .linkArw,
*:first-child+html #main #contactContent .linkExternal {
	display: inline;
	zoom: 1;	
}
* html #main #contactContent .linkArw,
* html #main #contactContent .linkExternal {
	display: inline;
	zoom: 1;
}
#main #contactContent .linkArw,
#main #contactContent ul .linkArw {
	background:url(../images_global/icon_arrow.gif) no-repeat left center;
 	padding-left: 20px;
}
#main #contactContent .linkExternal,
#main #contactContent ul .linkExternal {
	background:url(../images_global/n_ic_external.gif) no-repeat left center;
 	padding-left: 20px;
}



/*追記*/

li.ss_input{
	float: left;
}

.btnArea input{
	vertical-align: bottom;
}

.ss_txtRedB {
    color: #C10202;
    font-weight: bold;
}
.errorsBox{
	display: none;
}
#sp_errors
{
	display: none;
}

.ss_leftComment,.ss_rightComment{
	font-size: 13px;
}
.ss_bottomComment{
	font-size: 93%;
}
.zip .ss_input{
	line-height: 1.2;
}
#ss_passLost{
	margin-top: 20px;
    text-align: center;
}
.errorMsg {
color: #FF0000;
font-weight: bold;
}

.form_table .select_id {
    display: none;
}

.sectionInquiry table td{
	padding: 10px;
	border-top: 1px dashed #b9bec2;
}

.sectionInquiry table tr:first-child td{
	border-top: none;
}

.sectionInquiry table td.contact_name{
	font-size: 18px;
}

.sectionInquiry table td.contact_email{
	width: 30%;
}

/* ================================================================
 *  acting_alert
 * ================================================================== */
#acting_alert {
    position:absolute;
    left: 0px;
    top: 0px;
    width:240px;
    margin:5px;
    z-index: 1000;
    opacity: .60;
    -moz-opacity: .60;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

#acting_alert p.close_alert {
    margin:0;
    padding:3px;
    background:#1393c0;
    text-align:right;
    height:25px;
}

#acting_alert p.content {
    padding:1em;
    margin:0;
    background:#fff;
    border: 1px solid #1393c0;
    height:100%;
}

#acting_alert span.top,
#acting_alert span.bottom {
    display:block;
    background: #fff;
}

#acting_alert span.top span,
#acting_alert span.bottom span {
    display:block;
    height: 1px;
    overflow: hidden;
    background: #1393c0;
}

#acting_alert span.r1{margin: 0 5px;}
#acting_alert span.r2{margin: 0 3px;}
#acting_alert span.r3{margin: 0 2px;}
#acting_alert span.top span.r4, span.bottom span.r4{
    margin: 0 1px;
    height: 2px;
}
#acting_alert span.item {
    font-size: 12px;
}
.close_alert a {
	background-image:url(../../img/bannerClose.gif);
	display:block;
	width:23px;
	height:23px;
}
.close_alert a img {
	display:none;
}
.material_table
{
	width: 100%;
	border-collapse: collapse;
}
/* ================================================================== */