﻿@charset "utf-8";

/* ページカラー */
body {
	/* 文字色 */
	color:#111;
	border-top:2px solid #02124d;

}

/* ページ全体枠のカラー */
#wrapper {
	background-color: #fff;
}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* 「ヘッダー」のカラー */
#header-area {
	background-color:#02124d;
	border-top:2px solid #02124d;
	padding: 1px;
	text-align: center;
}



/* -----------------------------------------------------------------------------
 menu-original
----------------------------------------------------------------------------- */
#menu-area {
	margin-top:3px!important;
	margin-left: 0px!important;
	background-color: #fff;
}


@media screen and (max-width:640px){
#menu-area ul.menu li {
	min-width: 65px!important;
	margin: 5px 2px 5px 0px;

}
	#menu-area.menu{
	padding: 2px!important;
	}
}


/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
/* 編集後にコメントアウト */
/*#menu-bottom-area {
	margin-top: 350px;
}*/

/* 「お知らせ」のカラー */
#today-area {
	background-color:#FFFFFF;
	border:1px solid #666;
}

/* ノードの背景カラー */
#contents-area .box {
	background-color:#FFFFFF;
}

/* ノードの見出しカラー H2 */
#contents-area .box h2 {
  position: relative;
  padding: 5px 5px ;
  border-left: 5px solid #02124d;
	font-size:120%;
  font-weight: bold;
	color: #02124d;
	
}
#contents-area .box h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #02124d;
}



/* ノードの見出しカラー H3 */
#contents-area .box h3 {
	font: 120%;
	 border-bottom: dotted 1px #666;
	color: #041F80;
	margin:10px 20px 0px!important;
	padding-bottom: 0px;
	 font-weight: bold;
	text-align: left;
}


#contents-area .box .left-img {
	width:150px;
	margin:0 0 0 10px;
	float:left;
}

#contents-area .box .right-txt {
	margin:0px 0px 0 170px;
}
/* リストのアイコン */
#contents-area .box ul li {
	background:url(../p-img/100404_1/ico1.png) left center no-repeat;
	
}

/* tableのカラー */
#contents-area .box table.table-style1 th {
	 font-size:13px;
	border-collapse:collapse;
}

#contents-area .box table.table-style1 tr {
	background-color:#FFFFFF;
	border-bottom:1px #999999 dotted;
}
#contents-area .box table.table-style1 td{
	line-height: 180%;
}
#contents-area .box .map {
	margin:20px  0px;
	text-align:center;
}

/*--------------------------------------------------------------------------
 original
----------------------------------------------------------------------------- */

.emphasise {
	padding: 10px;
	width: 640px;
	text-align:left;
	border-radius: 2px;      /* 角丸の指定 */
	font-size: 110%;
	color: #666666;
	border: 1px solid #666666;
}



/* 「About Us」のカラー */
#contents-area .box dl dt {
	color:#111;
	background:url(../p-img/100404_1/ico1.png) left center no-repeat;
}

.smp_ver { display:none; }

@media screen and (max-width:640px){
.pc_ver { display:none;}
.smp_ver { display:block;}
	
	.emphasise {
 width: auto;
margin: 50px auto;
}	

}

@media screen and (max-width:640px){
	.banner input#bt_mail {
	 width:95%!important;
	}	

	}	


/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */
#footer-area {
	background-color:#FFFFFF;
}

#footer-area .link {
	border-bottom:1px solid #efefef;
}

#footer-area .link a {
	color:#515151;
}

#footer-area .link a:hover {
	color:#E32828;
}

/* ページトップへ戻る */
#footer-area .pagetop img {
	border:1px solid #999999;
}
@media screen and (max-width:640px){
#footer-area .pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	top: auto;
	left: auto;
}

#contents-area .box input.smp_ver {
	width: 80%;
	max-width: 378px;
	padding: 0px;
	margin: 5px;
}
}
