@charset "UTF-8";

/* 
====================================================================================================
■ common class
---------------------------------------------------------------------------------------------------- */
/* 準備中 */
.txt_not_ready {
	padding: 80px 0 1000px;
	text-align: center;
	font-weight: bold;
	font-size: large;
}



/* タイトルのスタイル
-------------------------------------------------- */

#tt_style{
         margin:0px 5px 30px 0px ;
         font-size: 300%; /* 14px */
         font-weight:bold;
         font-family: Meiryo,"メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
         color:#ccc;
}
#tt_style:first-child {}
#tt_style:first-letter { color:#000; }


.tt_style01{
font-size: 140%; 
color: #000;
padding:0px 0px 0px 0px ;
margin-bottom:10px;
font-weight: bold;
border-bottom:solid 2px #000;
}

.tt01{
font-size: 140%; 
color: #000;
padding:0px 0px 0px 0px ;
margin-bottom:10px;
font-weight: bold;
border-bottom:solid 2px #000;
}



/* パンくずリスト
-------------------------------------------------- */
#pan {
	margin: 0px 0px 5px 10px;
	line-height: 28px;
	font-family: Meiryo,"メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size:80%;
}
	#pan li {
		display: inline;
	}
		#pan li:before {
			content: "　>>　";
		}
		#pan li.first:before {
			content: "";
		}

/* inner
-------------------------------------------------- */
.inner10 {
	padding: 0 10px;
}

.intro{
overflow: hidden;
margin: 0px auto 0px;
}

/* table_style
-------------------------------------------------- */
.table_style {
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 margin:10px auto 10px;
 font-size:80%;
}

		.table_style th,
		.table_style td {
			padding: 15px 10px;
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			background:#fbfbfb;
		}
		.table_style th {
			width: 28%;
			background: #333;
			vertical-align: top;
			text-align: left;
			color:#fff;
		}
			.table_style td .w350 {
				width: 380px;
			}


p.hissu{
 background:url(../common_img/icon_hissu.png) no-repeat left 2px;
 margin: 0;
 padding:0px 0px 0px 40px ;
}

p.nini{
 background:url(../common_img/icon_ninni.png) no-repeat left 2px;
 margin: 0;
 padding:0px 0px 0px 40px ;
}

/* 
====================================================================================================
■ contact
---------------------------------------------------------------------------------------------------- */
#contact {
}
	#contact #pp {font-size:80%;
	}
		#contact #pp .pp_content {
			padding: 20px;
			background: #eee;
			border: 1px solid #ccc;
		}
			#contact #pp .pp_content dl {
				margin: 0 0 10px 18px;
			}
			#contact #pp .pp_content .list_style01 {
			}
				#contact #pp .pp_content .list_style01 li {
					margin-left: 1.5em;
					list-style-type: lower-latin;
				}
			#contact #pp .pp_content .list_style02 {
			}
				#contact #pp .pp_content .list_style02 li {
					padding-left: 10px;
					border-bottom: 1px dotted #ccc;
					line-height: 42px;
					list-style: inside decimal;
				}

.contact_tel{
position:relative;
}

.contact_acc{
position:absolute;
left:486px;
top:90px;
}



/* googlemap */
.googlemap { border:1px solid #ccc; text-align:center; margin:0px 5px 0px;background:#fff;padding:5px;}
.googlemap iframe { width:902px; height:450px; }
.googlemap small { background:#eee; display:block; text-align:center; padding:15px 10px 15px !important; font-size:14px !important; line-height:1; }


/* 
====================================================================================================
■ company
---------------------------------------------------------------------------------------------------- */
#company {
}
	#company #deal {
	}
		#company #deal .deal_content {
			padding: 10px;
			background: #fefefe;
			border: 5px solid #f4f4f4;
		}

			#company #deal .pp_content .list_style02 {
			}
				#company #deal .deal_content .list_style02 li {
					padding-left: 10px;
					border-bottom: 1px dotted #ccc;
					line-height: 32px;
					list-style: inside decimal;
					font-weight:bold;
				}

