@charset "utf-8";
/* CSS Document */

/* clear  */
div.clear{
	clear: both;
}
/*=================================================================
 bread_link
=================================================================*/
.bread_link {
	margin-bottom: -20px;
}
/*=================================================================
 content
=================================================================*/
.content p,
.content dd {
	line-height: 1.5;
}

/* newslogo */
.content h1 {
	margin-bottom: 20px;
	padding-left: 20px;
	clear: both;
}
/* date  */
.content .column .inner .date p {
	text-align: right;
}

/*=================================================================
 column
=================================================================*/
.content .column {
	clear: both;
	margin-bottom: 26px;
	margin-left: 20px;
}
@media (max-width: 767px) {
	.content .column {
	margin-left: 0;
}
	.content .column .inner .phot {
       width: auto !important;
        max-width: 402px;
}
.content .column .inner .photo {
       width: auto !important;
        max-width: 402px;
}
}
/*=================================================================
  inner 
=================================================================*/
.content .column .inner {
	overflow: hidden;
	max-width: 630px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.content .column .inner {
	width:100%!important;
	}
}
/* date */
.content .column .inner p.date {
	width: 630px;
	margin-bottom: 2px;
}
@media (max-width: 767px) {
	.content .column .inner p.date {
	width:100%!important;
	}
}
/* ニュースタイトル */
.content .column .inner h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 1.2em;
	border-bottom: 1px solid #c6c6c6;
	clear: both;
}
/* タイトル下の普通文字span */
.content .column .inner h2 span {
	font-size: 0.85em;
	font-weight: normal;
}
/* 連名時のみ会社名・*/
.content .column .inner p.company {
	margin-bottom: 20px;
	margin-top: -10px;
	text-align: right;
}
/* 報告宣伝 */
.content .column .inner p.pr {
	width: 560px !important;
	margin-bottom: 16px;
	padding: 10px 16px;
	border: 1px solid #c6c6c6;
}
@media (max-width: 767px) {
	.content .column .inner p.pr {
	width:100%!important;
	}
}
.content .column .inner p {
	max-width: 590px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.content .column .inner p {
	width:100%!important;
	}
}

.content .column .inner span.mark {
	color: #0090FF;
}


/*=================================================================
 details    (hyou)
=================================================================*/
.content .column .inner .details {
	max-width: 630px;
	margin-bottom: 15px;
	line-height: 1.5em;
	overflow: hidden;
}
@media (max-width: 767px) {
	.content .column .inner .details {
	width:100%!important;
	overflow: scroll;
	}
}
.content .column .inner .details dl {
	margin: 0 auto;
	line-height: 1.5em;
	width: 590px;
}
@media (max-width: 767px) {
	.content .column .inner .details dl {
	width:100%!important;
	}
}

/* 詳細タイトル */

.content .column .inner .details h3 {
	margin-bottom: 10px;
	padding: 4px 2em;
	font-size: 1em;
	text-indent: -1em;
	background-color: #eee;
	clear: both;
}
.content .column .inner .details p {
	overflow: hidden;
}
.content .column .inner .details p img.content-img {
	float: right;
	width: 120px;
	padding: 0 0 10px 10px;
}

/* hyou */
.content .column .inner table.hyou {
	border-collapse: collapse;
	width:100%;
	font-size:0.9em;
	margin-top: 2px;
}	
.content .column .inner .hyou td {
	border: 1px gray solid;
	padding: 3px 4px 3px 5px;

}
.content .column .inner .hyou th {
	border: 1px gray solid;
	padding: 3px 4px 3px 5px;
		text-align: center;
	background-color: #eee;
	font-weight:normal

}
/* cap */
td.cap {
	text-align: center;
}

td.cap1 {
	text-align: center;
	background-color: #eee;
}

/* details2 */
.content .column .inner div.details2 {
	margin: 0 20px 15px 20px;
	overflow: hidden;
	line-height: 1.5em;

}
.content .column .inner .details2 dt {
	font-weight: bold;
	margin-bottom: 1px;

}

.content .column .inner .details2 dt span {
	margin-right: 1px;
	font-weight: normal;
}

.content .column .inner .details2 dd {
	margin-bottom: 10px;
	padding-left: 20px;
	width: 570px;
}
@media (max-width: 767px) {
	.content .column .inner .details2 dd {
	width:100%!important;
	}
}


/* details3 幅無設定　*/
.content .column .inner div.details3 {
	overflow: hidden;
	line-height: 1.5em;

}
.content .column .inner .details3 dt {
	font-weight: bold;
	margin-bottom: 1px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.content .column .inner .details3 dd {

	margin-bottom: 3px;
}
.content .column .inner .details3 dt span {
	font-weight: normal;
}

/*　幅590pxのbotom20　*/
div.details4 {
	width:590px;
	margin: 0 20px 20px 20px;
	line-height: 1.5em;
	}
/*　details4のbotom無し　*/
div.details5 {
	width:590px;
	margin: 0 20px 0px 20px;
	line-height: 1.5em;
	}


.content h4 {
	margin-bottom: 10px;
	padding: 4px 10px;
	background-color: #eee;
	font-size: 1em;
	clear: both;
}



/*=================================================================
 term
=================================================================*/
.content .column .inner .term {
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 1.5em;
	width: auto;
}

.content .column .inner .term dl {
	line-height: 1.5em;
	margin: 0 auto 10px;
	padding: 0 20px 2px 20px;

}

.content .column .inner .term dt {
	padding-left: 1.3em;
	text-indent: -1.3em;
	width: auto;
	line-height: 1.5em;
}


.content .column .inner .term dd {
	margin-bottom: 10px;
	padding-left: 1.5em;
	width: auto;
	line-height: 1.5em;
	margin-top: 0px;
}

.content .column .inner .term dt span {
	margin-right: 3px;
	font-weight: normal;
}


/*=================================================================
 note
=================================================================*/
.content .column .inner .term .note {
	width: 540px;
	margin: 0 auto;
		clear: both;
}
@media (max-width: 767px) {
	.content .column .inner .term .note {
	width:100%!important;
	}
}


.content .column .inner .term .note p {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
}

/*=================================================================
 contact
=================================================================*/
.content .column .inner .contact {
	border-top: 1px solid #c6c6c6;
	margin-top: 25px;
	padding-top: 16px;
	overflow: hidden;
	line-height: 1.5em;
}

.content .column .inner .contact dl {
	width: 580px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.content .column .inner .contact dl {
	width:100%!important;
	}
}

.content .column .inner .contact dt {
	font-weight: bold;
}
.content .column .inner .contact dd {
	font-weight: normal;
	width: 580px;
}
@media (max-width: 767px) {
	.content .column .inner .contact dd {
	width:100%!important;
	}
}
span.txts {
	font-size: 0.9em;
}
.content .column .inner .contact dl.inner {
	margin-top: 15px;
	padding-left:40px;
}

.content .column .inner .contact dl.inner dd {
	margin-bottom: 15px;
	padding-left:30px;
}
.content .column .inner .contact dl.inner .tel .freedial {
	margin-left: 5px;
	padding-left: 25px;
	background: url("../images/freedial.gif") no-repeat scroll 0 0 transparent;
	font-size: 110%;
	font-weight: bold;
	overflow: hidden;
}

/*=================================================================
 agreement
=================================================================*/
.content .column .inner .agreement {
	margin: 25px 0;
	line-height: 1.5em;
}
.content .column .inner .agreement p {
	width: 580px;
	margin: 0 auto;
	border: 1px solid #c6c6c6;
	padding: 15px 20px;
}
@media (max-width: 767px) {
	.content .column .inner .agreement p {
	width:100%!important;
	}
}

.content .column .inner .agreement dl.detail {
	margin-top: 20px;
}


/* 四角、ドット*/
.sq1{
	background-image: url(../images/sq_01.gif);
	background-position: 0.1em 0.4em;
	background-repeat: no-repeat;
	padding-left: 1em;
}
.sq2{
	background-image: url(../images/sq_02.gif);
	background-position: 0.1em 0.4em;
	background-repeat: no-repeat;
	padding-left: 1em;

}
.dot1{
	background-image: url(../images/dot_01.gif);
	background-position: 0.1em 0.4em;
	background-repeat: no-repeat;
	padding-left: 1em;
}
.dot2{
	background-image: url(../images/dot_02.gif);
	background-position: 0.1em 0.4em;
	background-repeat: no-repeat;
	padding-left: 1em;
}

/*  図をクリックすると、拡大表示で width620 pading10 642 */

 div.phot_b{
	margin: 0 auto;
	overflow: hidden;
	width: 642px;
	margin-top:20px;
		 

}

 .phot_b img{
	border: 1px solid #c6c6c6;
	padding: 10px;
	
}

/* 拡大表示caption */
.ph_b_title{
	text-align: left;
	width:auto;
	margin-bottom: 2px;
}
 div.ph_b_title ul{
	 list-style-type:none;
	 	margin: 0;
 }

 .ph_b_title2 {
	text-align: center;
	width:auto

}

 .ph_b_cap2 {
	text-align: center;
	width:auto;
	margin-top: 30px;	 
}