@charset "euc-jp";

/*
	Site Name: 
	Description:
	Version: 
	Author: Webproduce Corporation
*/ 

/* ---------------------------------------------------------------

	h

----------------------------------------------------------------*/
h1.border {
	border-left: solid 5px #CB96B1;
	border-bottom: solid 1px #CB96B1;
	padding: 5px;
	line-height: 1.4em;
}

h1 span {
	font-weight: normal;
	font-size: small;
}

h2.border{
	border-left: solid 5px #CB96B1;
	padding: 0 5px;
}

/* ---------------------------------------------------------------

	p

----------------------------------------------------------------*/
.paragraph { padding: 10px 0 20px;}
#container p.page_ttl { margin-bottom: 10px;}
#container p { margin-bottom: 1.5em;}
#container p.nomargin { margin-bottom: 0.2em;}
/* ---------------------------------------------------------------

	table

----------------------------------------------------------------*/
table.basic {
	width: 100%;
	border: solid 3px #BEBEBE;
	margin-bottom: 1.5em;
}

table.basic .basicCaption {
	margin-bottom: 6px;
	padding-left: 8px;
	border-left: 4px solid #999;
	text-align: left;
	font-weight: bold;
}

table.basic th {
	white-space: nowrap;
	background: #EEEEEE;
	text-align: left;
}

table.basic th,
table.basic td {
	border: solid 1px #BEBEBE;
	padding: 5px;
	vertical-align: top;
}

table.basic th.clear,
table.basic td.clear {
	border: solid 0px;
	padding: 5px;
	vertical-align: top;
}

/*- 文字揃え -*/
table.basic th.t_right,
table.basic td.t_right { text-align: right;}

table.basic th.t_left,
table.basic td.t_left { text-align: left;}

table.basic th.t_center,
table.basic td.t_center { text-align:center;}

.t_right { text-align: right;}
.t_left { text-align: left;}

table.basic td.t_middle { vertical-align: middle;}


/*- 年月日付きリスト -*/
table.d_list {
	width: 100%;
}

table.d_list th {
	white-space: nowrap;
	color: #993366;
	font-weight: bold;
	width: 75px;
}

table.d_list th,
table.d_list td {
	padding: 8px 5px 5px;
	vertical-align: top;
}

/*- table.zebra efect -*/
.zebra01 { background: url(../images/bar_dot.gif) repeat-x bottom;}
.zebra02 { background: url(../images/bar_dot.gif) repeat-x bottom #F7F7F7;}


/*- form -*/
table.form {
	width: 100%;
	border: solid 3px #CB96B1;
	margin-bottom: 1.5em;
}

table.form th {
	white-space: nowrap;
	background: #E5CAD8;
/*	background: #EAD5E0; -1レベル */
	text-align: left;
}

table.form th,
table.form td {
	border: solid 1px #CB96B1;
	padding: 5px;
	vertical-align: top;
}

.submit {
	text-align: center;
	padding: 10px 0;
}

.submit input{
	margin: 0 5px;
	font-size: 16px;
}


/* ---------------------------------------------------------------

	contact

----------------------------------------------------------------*/
#contact {
	background: #993366;
	border: solid 3px #993366;
	margin-bottom: 10px;
}

#contact h2 {
	color: #FFFFFF;
	padding: 5px 5px 5px 25px;
	font-size: small;
	background: url(../images/ico_phone.gif) no-repeat 5px 0.5em;
}

#contact dl {
	background: #FFFFFF;
}

#contact dl dt {
	padding: 5px;
}

#contact dl dd { border-bottom: dotted 1px #993366;	padding: 0 5px 5px; }
#contact dl dd.last { border-bottom: none; padding-bottom: 0; }

#contact dl dd address {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.1em;
}

#contact dl dd address span {
	font-size: small;
	font-weight: normal;
}

p.justify{
	margin: 0!important;
}
.justify {
	display: flex;
	justify-content: space-between;
}

ul.asterisk{
	margin: 0 0 0 1em;
}
ul.asterisk li {
	list-style-type: none;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
ul.asterisk li:last-child {
	margin-bottom: 0;
}
ul.asterisk li:before {
	display: inline;
	content: "※";
}

.pdf_thumbnail{
	text-align: center;
	margin-bottom: 1.5em;
}
.pdf_thumbnail img {
	border: 1px solid #ccc;
}
.pdf_thumbnail span {
	display: block;
	margin-top: 0.2em;
}