@charset "utf-8";
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body{
	background-color: #F3F2EC;
}
#header {
	margin-bottom: 20px;
}

#main {
	margin-bottom: 0;
}

#main .pageTop {
	margin: 0 auto 20px;/*0 auto 35px*/
	width: 960px;
	text-align: right;
	overflow: hidden;
}
#main .pageTop p{
	display: block;
	margin: 60px 0 0;
	padding: 0;
}
#main .pageTop a {
	font-size: 13px;
	text-decoration: underline;
}

#main .pageTop a:hover {
	text-decoration: none;
}

#main .pageTop img {
	margin-right: 8px;
	vertical-align: middle;
}

#conts h2 {
	margin-bottom: 25px;
	padding: 6px 25px 1px;
	color: #333366;
	font-size: 15px;
	line-height: 34px;
	background-color: #8ECAE6;
	border-bottom: 2px solid #0066CC;
}

#conts .imgBoxR {
	margin-bottom: 0px;
	margin-right: 2em;
}

#conts .imgBoxR .phoBox {
	float: right;
	border: 3px solid #FFF;
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8);;
	
}

#conts .imgBoxR .txtBox {
	margin-top: 65px;/*80*/
	float: left;
	width: 560px;
}

#conts .imgBoxR .txtBox p {
	color: #0066CC;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	line-height: 1.6;
	margin-right: 1.5em;
}

#conts .textArea {
	margin-bottom: 48px;/*48*/
}

#conts .textArea p {
	margin-bottom: 14px;
	font-size: 14px; /*13*/
	text-indent: 1em;
	line-height: 1.85;
}

#conts .textArea .kasen{
	margin-left: 1em;
	text-decoration: underline;
}

#conts .greeting {
	margin: 1em 2em 0;
}

#conts .h2Ttl01 {
	margin-bottom: 30px;
	padding-bottom: 5px;
}

#conts h3 {
	margin-bottom: 28px;
	padding-left: 18px;
	color: #1A1A1A;
	font-size: 15px;/*15*/
	line-height: 1;
	border-left: 5px solid #1D94D4;
}

#conts .tabBox {
	margin-bottom: 50px;
}

#conts table {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFF;
}

#conts table th,
#conts table td {
	padding: 10px 20px 9px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #666;
}

#conts table th {
	width: 21%;
	color: #1D94D4;
	font-weight: normal;
	text-align: center;
	background-color: #D5D3C1;
}

#conts table td ul {
	margin-top: 6px;
}

#conts table td ul li {
	padding-left: 1em;
	text-indent: -1em;
}

#conts .h2Ttl02 {
	margin-bottom: 31px;
}

#conts .h3Ttl01 {
	margin-bottom: 20px;
}

#conts .link {
	margin-bottom: 3em;
}
#conts .link-mb1 {
	margin-bottom: 1em !important;
}
#conts .link a::before {
	content: url(../img/2nd/link_icon.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
#conts .link a {
	color: #333366;
	text-decoration: underline;
}

#conts .link a:hover {
	text-decoration: none;
}

#conts .link-only{
  margin-left: 1em;
  color: #3181E0;
}
#conts .link-only a{
  display: inline-block;
  margin: 1em 0.25em;
}

#conts .text {
	color: #666;
	line-height: 1.85;
}

#conts .text span {
	display: block;
	color: #007739;
	font-weight: bold;
}
#conts .no-indent p{
	text-indent:0 !important
}

#conts .box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 1px #000000;
}
#conts .box1 p {
    margin: 0 !important; 
    padding: 0 !important;
	text-indent:0 !important;
}

#conts .subject a {
	color: #333366;
	text-decoration: underline;
}
#conts .subject a:hover {
	text-decoration: none;
}
#conts img.img-center{
 display: block;
 margin:0 auto;
}

#conts .l-h {
	line-height: 1.6 !important; 
}
#sideBar .txtArea {
	background-color: #D5D3C1;
}
#sideBar .txtArea .inner {
	background-color: #D5D3C1;
}

#sideBar .txtArea .inner-white {
	background-color: #FFF;
}