@charset "utf-8";

img {  
	border: 0;
}  
li {  
	list-style-type: none;
}

tr td .sonota {
    margin-top: 0em;
    margin-left: -2.8em;
    margin-bottom: 0;
}

.clear {clear: both;}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {min-height: 1px;}


/* bugfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.small {
	font-size: 90%;
}
.note {
	font-size: 85%;
	line-height: 1.1;
	margin-top: .6em;
}

.note02 {
	font-size: 85%;
	color: #464646;
	line-height: 1.2;
	margin: 0 0.8em 0 0.8em;
}

.note03 {
	font-size: 85%;
	color: #464646;
	line-height: 1.2;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

/* contents */
/*h3 {
	/*border-left: 8px solid #f60;
	border-bottom: 1px solid #f93;
	padding: 0 0 2px 5px;*/
	/*background: url(title.jpg) no-repeat;
	width: 900px;
	height: 0px;
	padding-top: 150px;
	overflow: hidden;
}*/
h4 {
	margin: 1.5em 0 0.3em 1em;
	background: #ffd571;
	padding: .3em .5em;
	border-left:#ff9c00 solid 8px;
}
#contents {
	width: 900px;
	margin: 15px auto 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 95%;
	line-height: 1.4;
}
#contents p {
	margin: 0 0 1em 0;
	text-indent: 1em;
}
.photo_left {
	width: 400px;
	margin: 0 10px 5px 0;
	float: left;
}

#contents p.cap {
	font-size: 90%;
	line-height: 1.25;
	text-indent: 0;
	margin-top: 5px;
}
.sub_title {
   /* border-bottom: 3px solid #ccc;*/
    display: block;
    margin-bottom: 0.5em;
    position: relative;
}

#wrapper #contents .box .box90 .small {
	border: #ccc 1px solid;
	padding: 5px;
	margin-top: 10px;
	}
/* table */
#contents table {
	border-collapse: collapse;
	font-size: 90%;
	width: 95%;
	margin: 1em auto;
	border-top: solid 1px #777;
	border-left: solid 1px #777;
}
#contents th,
#contents td {
	padding: 5px;
	border-bottom: solid 1px #777;
	border-right: solid 1px #777;
	font-weight: 300;
	vertical-align: middle;
}

#contents th {
	width: 10%;
}
#contents th.pf {
	width: auto;
}
#contents th.kikaku {
	background: #f1d6e3;
}
#contents th.tokuten {
	background: #cde9f7;
}
#contents thead th,
#contents thead td {
	background: #333;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
#contents table.detail_table th {
	background: #f5e5bd;
}
/**/
.indent {
	padding-left: 5em;
}

.indent1em {
	padding-left: 1em;
}

#contents th.subtitle {
	background: #ddd;
}

/* box */
.box .box90 {
	padding: 0 1em;
}
.box div.img_left {
	float: right;
	width: 200px;
	margin: 0 0 10px 10px;
}

.box div.img_left02 {
	float: right;
	width: 130px;
	margin: 0 0 10px 10px;
}

.red {
	color: #f00;
}

@media only screen and (max-width: 769px) {
	#contents {
		width: 98%;
		margin: 0 1%;
	}
	h3 {
	color: #fff;
	background: #3D539E;
	border-left: 8px solid #2c363f;
	padding: 5px 0 5px 10px;
	font-size: 1.2em;
	}
	p#data {
		text-align: right;
		padding-right: 10px;
	}
	#data {
	position: static;
}
#data span {
	position: static;
	text-align: right;
	font-size: .9em;
	margin-bottom: 1.5em;
}
    img .footerLogo  {
    margin-left: 1em;
}
}
@media only screen and (min-width: 769px) {
/* contents */
h3 {
	width: 900px;
	height: 0px;
	overflow: hidden;
}
h3.title {
	background: url(title.jpg) no-repeat;
	padding-top: 150px;
}

#contents {
	width: 900px;
	margin: 15px auto 0;
}

.photo_left {
	width: 400px;
	margin: 0 10px 5px 0;
	float: left;
}

#contents p.cap {
	font-size: 90%;
	line-height: 1.25;
	text-indent: 0;
	margin-top: 5px;
}
.sub_title {
 /* border-bottom: 3px solid #ccc;*/
	display: block;
	margin-bottom: 0.5em;
	position: relative;
}
#data {
	position: relative;
}
#data span {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: .9em;
}
/* table */
table .norap {
	white-space: nowrap;
}
}
