@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}

body {
	color: #333;
	font-size: 11pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height:1.6em;
}

h1,h2,h3,h4,ul,p,dl{
	margin:0;
	padding:0;
}

.marginT40{
	margin-top: 40px !important;
}

.marginT10{
	margin-top: 10px !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#wrapper{
	width:100%;
	overflow:hidden;
}

header{
	width: 100%;
	height:60px;
	border-bottom: 5px solid #181E67;
	padding-top: 25px;
}

.contents{
	width:950px;
	margin:0 auto;
	clear:both;
}

.inner{
	width: 850px;
	margin:0 auto;
}

footer{
	width:100%;
	background: #181E67;
	font-size: 9pt;
	color: #fff;
	padding: 20px 0;
	margin-top: 40px;
}


footer ul li{
	list-style: none;
	display: inline-block;
	margin: 0 10px 10px 0;
}

footer a{
	color: #fff;
	text-decoration: none;
}

/****************************************

         TOPへ
		  
*****************************************/	
#page-top {
    position: fixed;
    bottom: 20px;
    right: 50px;
}

/****************************************

         パーツ
		  
*****************************************/	

.title_BlueBG{
	background: #181E67;
	color: #fff;
	padding: 10px 15px;
	font-weight: normal;
	border-left: 10px solid #7E81B4;
	font-size: 16pt;
	letter-spacing: 1px;
}

/****************************************

         ログイン
		  
*****************************************/	
.rogin_bg{
	border:1px solid #eee;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	padding: 20px 30px;
	width:300px;
	margin:50px auto;
	font-size: 15px;
}

.rogin_bg .btn_area{
	background:#e9e9f6;
	padding:20px;
	text-align:center;
	margin-top:20px;
}

.rogin_bg table td,
.rogin_bg table th{
	padding:8px;
	white-space:nowrap
}

.rogin_bg table th{
	text-align:right;
}

table.norton{
	border: 1px dotted #666;
	border-left: none;
	border-right: none;
}



/****************************************

         フォーム
		  
*****************************************/	

table.form{
	border-top:1px solid #aaa;
	width:100%;
}	

table.form th{
	border-bottom:1px solid #aaa;
	padding:15px;
	background:#eee;
	text-align:left;
	font-weight:normal;
	white-space:nowrap;
	background:#F7F7F7;
}

table.form td{
	border-bottom:1px solid #aaa;
	padding:15px;
	text-align:left;
}

table.form span.require{
	background:#E40003;
	color:#fff;
	padding:0px 3px;
	font-size:11px;
	float:right;
}

table.form ul.radio li{
	float:left;
	list-style:none;
	margin-right:10px;
}

table.form p.ver_tit{
	border-top:2px solid #eee;
	padding:5px;
	margin:10px 0 0 0;
	font-weight:bold;
}
table.form .small{
	color: #999;
	font-size: 11px;
}

#contact table.form th{
	width: 200px;
}


#contact .btn_area{
	background:#eee; 
	padding:20px; 
	text-align: center;
}
#contact input.w100,
#contact textarea.w100{
	width: 100%;
}

#contact input.w30{
	width: 30%;
}


#contact #submit_btn{
	width: 200px;
	padding: 10px;
    font-size: 1.2em;
    background-color:#181E67;
    color: #fff;
    border-style: none;
	letter-spacing: 1px;
	border-radius:7px;
	margin: 0 10px;
}

#contact #reset_btn{
	width: 200px;
	padding: 10px;
    font-size: 1.2em;
    background-color:#aaa;
    color: #fff;
    border-style: none;
	letter-spacing: 1px;
	border-radius:7px;
	margin: 0 10px;
}

#contact #submit_btn:hover{
	background-color:#FF8A01;
}

#contact #reset_btn:hover{
	background-color:#ccc;
}

#contact .customer_center{
	padding: 20px;
	border: 3px solid #ccc;	
	margin-top: 20px;
}

#contact .customer_center h3{
background: #eee;
	padding: 10px 15px;
	margin-bottom: 20px;
	font-weight: bold;
}

#contact .customer_center ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	border-right: 1px dashed #ccc;
	padding-right: 40px;
}

#contact .customer_center ul li:last-child{
	border-right: none;
	padding-right: 0;
}

#contact .customer_center span{
	font-size: 14pt;	
	display: block;
	margin-top: 10px;
	
}

#contact .customer_center span.freedial{
	font-size: 20pt;	
	font-weight: bold;
}

#contact .customer_center span.freedial::before{
	content: url("../images/common/freedial.jpg");
	margin-right: 10px;
}

#contact .customer_center a{
	display: block;
	margin-top: 10px;
	color: #333;
	text-decoration: none;
}

#contact .customer_center a:hover{
	text-decoration: underline;
	color: #171B69
}

