@charset "utf-8";

/*　プロフィールページの設定　*/

/*　緋宮栞那写真　*/
#pro_img {
	float: left;
	width: 199px;
	text-align: center;
}

/*　テキスト　*/
#pro_txt {
	float: right;
	width: 360px;
	margin-bottom:30px;
}
#pro_txt h3 {
	margin-bottom: 1em;
}
#pro_txt ul {
	color: #666666;
	font-size: 75%;
	margin:0 10px 2em 10px;
	list-style-type: none;
}
#pro_txt li {
	margin-bottom: 1em;
	background: url(../img/arrow04.gif) no-repeat left 4px;
	padding-left: 12px;
	line-height: 1.2em;
}
#pro_txt li.arrow02 {
	background: url(../img/arrow02.gif) no-repeat left center;
	color: #333333;
	border-bottom:1px dotted #E8E8E8;
}

/*　会社概要ページの設定*/

table.company {
	width: 480px;
	font-size: 80%;
	line-height: 1.2em;
	margin:0 auto 20px auto;
}

table.company td {
	padding: 5px;
	border-bottom:1px solid #CCCCCC;
}
table.company td.td_ttl {
	border-left: 5px solid #CCCCCC;
	vertical-align: top;
	background-color: #F7F7F7;
}
.com_txt {
	width: 480px;
	margin: 0 auto 1em auto;
	clear: both;
}
.com_txt p {
	padding: 5px;
	line-height: 1.5em;
}
.com_txt_left {
	float: left;
	width: 360px;
	margin-bottom:1em;
}
.com_txt_right {
	float: right;
	width: 120px;
	margin-bottom:1em;
	font-size: 80%;
	text-align: center;
}
.com_txt_right img {
	padding-top: 5px;
}
.com_txt h3 {
	border-bottom:1px dotted #CCCCCC;
	font-size: 90%;
	font-weight: bold;
	padding: 5px;
	background-color: #F7F7F7;
	margin: 1em 0 1em 0;
}
.com_txt_red {
	font-weight: bold;
	color: #CC6666;
}

#access_txt {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#access_txt p {
	margin: 5px 5px 15px 10px;
}

#access_txt h3 {
	font-size: 80%;
	font-weight: bold;
	padding: 5px;
	border-left:5px solid #D3381C;
}

#map {
	text-align: center;
	width: 500px;
	margin: 30px auto;
}

