/*聖テレジア会4施設 合同見学会CSS*/
@charset "Shift_JIS";

@import url("../../common/css/page-min.css"); /*共通設定*/

.msg{
margin-bottom: 1.0em;
}

.msg .event-date{
	margin-top: 1.0em;
}

.msg .event-date small.tokki{
	display: block;
	margin-top: 0.5em;
}

.msg .event-date small.tokki:before{
	content: "※ ";
}

.msg .event-date small.tokki span{
	margin-left:1.5em;
}

/* 地域 */
.msg ul{
	list-style-type: none;
	font-weight: bold;
	/*margin:1.0px 0px;*/
	padding-left: 0;
}

.msg ul li span{
	display: inline-block;
	width: 5.2em;
}


.box h3{
	font-weight: normal;
	text-indent: 10px;
	letter-spacing: 1px;
border-left: 5px #6b8e23 solid;
border-bottom: 1px #6b8e23 solid;
margin: 15px 0px 10px;
}

.box table{
	border-collapse: collapse;
}

/*Firefoxのみ適応*/
@-moz-document url-prefix() {
 .box table {
    border-collapse: separate;
    border-spacing: 0;
  }
}

.box th,.box td{
	padding: 5px 0px;
}

.box th{
	font-weight: normal;
	/*vertical-align: top;*/
	text-align: right;
	padding-right: 15px;
	border-right: 1px #999 dotted;
}

.box td{
	padding-left: 15px;
}

.box td input[type="text"]{
	margin-right: 0.5em;
}

.box td input.field-width01{
	width: 350px;
}

.box td input[name="date"]{
	width: 100px;
}

.box td textarea{
	width: 350px;
	height: 100px;
}

.box th small,.box caption small{
color: #FF0000;
}

.box th small{
margin-right: 5px;
}

.box caption{
	font-size: 0.8em;
	text-align: right;
}

.box td input[type="checkbox"],
.box td input[type="radio"]{
	margin-left: 1.0em;
}

/*PDF*/

.pdf{
	text-align: right;
	font-size: 0.8em;
}

.pdf a:before{
	content: url(../../common/img/pdf-icon.png);
	padding-right: 0.5em;
	position: relative;
    top: 4px;
}

.pdf a:after{
	content: url(../../common/img/external-link-icon.png);
	padding-left: 0.5em;
	position: relative;
    top: 2px;
}
