@charset "utf-8";
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

#main {
	margin-bottom: 0;
	padding-top: 20px;
}

#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: 34px;
	height: 38px;
	background: url(../img/2nd/img_h2_border.jpg) no-repeat;
}
#conts h2 span{
	display: inline-block;
	color: #00398a;
	line-height: 18px;
	padding-left: 10px;
	margin: 10px;
	font-size: 19px;
	letter-spacing: 0.25em;
	border-left: solid 5px #006fd6;
}
/*
#conts h2 img {
    margin: -5px 8px 0 0;
    vertical-align: middle;
}
*/

#conts .imgBoxR {
	margin-bottom: 0px;
	margin-right: 1em;
}

#conts .imgBoxR .phoBox {
	float: right;
	border: 3px solid #FFF;
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8);
}

#conts .imgBoxR .txtBox {
	float: right;
}

#conts .imgBoxR .txtBox p {
	color: #00398a;
	font-size: 15px;
	text-align: right;
	line-height: 1.6;
	margin-right: 1.5em;
}

#conts .textArea {
	margin-top: 34px;
	margin-bottom: 48px;/*48*/
}

#conts .textArea p {
	margin-bottom: 14px;
	font-size: 14px; /*13*/
	text-indent: 1em;
	line-height: 1.85;
}
#conts .textArea p.nao {
	margin-bottom: 3.5em;
	text-indent: 0;
	margin-left: 1em;
}
#conts .textArea .kasen{
	margin-left: 1em;
	text-decoration: underline;
}
#conts .textArea .torikeshi{
	text-decoration: line-through;
}
#conts .textArea ul.jisage li{
	padding-left: 1em;
	text-indent: -1em;
}

#conts .greeting {
	margin-left: 2em;
	margin-right: 2em;
}

#conts .h2Ttl01 {
	margin-bottom: 30px;
	padding-bottom: 5px;
}

#conts h3 {
	display: inline-block;
	width: 100%;
	margin-bottom: 34px;
	color: #00398a;
	font-size: 15px;/*15*/
	line-height: 2;
	background: url("../img/2nd/img_h3_border.jpg") no-repeat bottom;
}

#conts .tabBox {
	margin-bottom: 50px;
	margin-top: 10px;
}
#conts .border-chousei {
	padding-top: 0.5px !important;
}
#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: thin solid #666;
}
#conts table th {
	width: 20%;
	color: #00398a;
	font-weight: 600;
	text-align: center;
	background-color: #fffcd2
}
#conts table.programe {
  width: 730px !important;
  table-layout: fixed !important;
  position: relative;
}

#conts table.programe caption{
	display: table-caption;
	font-weight: 600;
	text-align: left;
	margin-bottom: 0.5em;
}
#conts table.programe caption > span{
    font-weight: 400;
    display: inline-block;
    position: absolute;
    right:0
}
#conts table.programe caption > span.not-right{
    font-weight: 400;
    display: inline-block;
    position: relative;
}
#conts table.programe th,
#conts table.programe td {
	padding: 10px 10px 9px;
}

#conts table.programe +p.come {
	margin-top: 0.25em;
	font-size: 0.8rem;
 }
#conts table.kaihi {
  width: 700px !important;
}
#conts table.kaihi th,
#conts table.kaihi td{
	text-align: left;
}

#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 h3.h3ttl01 {
	margin-bottom: 14px;
}
#conts .link {
	margin-bottom: 3em;
}
#conts .link a::before {
	content: url(../img/2nd/link_icon.png);
	display: inline;
	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; 
}
#conts div.nagare p{
	margin-left: 1em;/*0*/
	text-indent: -1em !important;/*none*/
}
