@charset "utf-8";

/*--------------------------------

	基本スタイル

----------------------------------*/

html{
	margin: 0;  
	padding: 0;  
	height: 100%;  
}

*{
	padding:0;
	margin:0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #242424;
	font-size: 14px;
	font-weight: normal;
	line-height:1.5em;
	font-family:'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック','Lucida Grande',Arial,Helvetica,sans-serif;
	background-color: #FFF;
}

body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

p, ul, ol, li, dl, dt, dd, table, th, td, form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
}

a:link, a:visited {
	color: #f28e00;
	text-decoration: underline;
}

a:active, a:hover {
	color: #737373;
	text-decoration: none;
}

a.btn:hover img {
	opacity: 0.70;
	filter: alpha(opacity=70);
}

a.btn2:hover img {
	opacity: 0.72;
	filter: alpha(opacity=72);
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding:0;
}

img {
	border: 0;
}

.bgwhite {
	background-color:#fff;
}

.txtMidiam {
	font-size:13px;
}

.txtMini {
	font-size:11px;
	line-height: 1.3em;
	color: #666;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear { 
	clear: both;
	padding:0;
	margin:0;
}

.txt_center {
	text-align:center;
}

.txt_right {
	text-align:right;
}

.pit_logotxt {
	color:#f29600;
	font-weight:bold;
}

/*　clearfix
---------------------*/

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clearfix:after {
  content: " ";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

/*--------------------------------

	共通スタイル

----------------------------------*/

#pageWrap {
	width: 100%;
	height:auto;
}


/*--------------------------------

	フッター

----------------------------------*/
#pageWrap #footer {
	clear: both;
	background-color: #fcfcfc;
	width: 100%;
	margin: 75px 0 0 0;
}

#pageWrap #footer a {
	color:#606060;
	text-decoration:none;
}

#pageWrap #footer a:hover {
	color:#242424;
	text-decoration: underline;
}

#pageWrap #footer .inner {
	width:950px;
	margin:28px auto 0 auto;
}

#pageWrap #footer dl {
	border-right: 1px solid #e0e0e0;
	float: left;
	height: 187px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 9px;
	margin-top: 0;
}

#pageWrap #footer dl dt {
	color:#606060;
	font-weight:bold;
	font-size:13px;
	padding-bottom: 1px;
}

#pageWrap #footer dl dd ul li {
	font-size:11px;
	background:url(../images/footer_li_img.gif) no-repeat 0 10px;
	padding:0 0 0 11px;
	width: auto;
}

#pageWrap #footer dl dd ul li .innerList {
	padding:2px 0;
}

#pageWrap #footer dl dd ul li .innerList li {
	padding:0 0 0 11px;
	margin-top:0;
	line-height: 1.7em;
}

#pageWrap #footer dl.lot dd ul li {
	float: left;
	width:67px;
}

#pageWrap #footer .inner .symbol {
	float: left;
	width:222px;
	height:139px;
	margin: 16px 0 0 3px;
	background-image: url(../images/footer_img.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#pageWrap #footer .inner .symbol p {
	width:133px;
}

#pageWrap #footer .inner .copyright {
	font-size: 10px;
	color: #7f7f7f;
	text-align: right;
	clear: both;
	padding: 8px 5px 13px 0;
}

#pageWrap #footer .pagetop {
	position: absolute;
	margin: -71px 0 0 885px;
	height: 45px;
	width: 49px;
	cursor: pointer;
}

/*　TOPページ用　*/
#pageWrap #top #footer {
	border-top:1px solid #e0e0e0;
}

/*　下層ページ用　*/
#pageWrap #contents #footer {
	border-top:1px solid #e0e0e0;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#pageWrap #contents #footer .contact_area {
	width: 950px;
	margin: 0 auto;
	background-image: url(../images/footer_inbg.gif);
	background-repeat: no-repeat;
	height: 36px;
	padding-top:6px;
}

#pageWrap #contents #footer .contact_area .cbtn a {
	background-image: url(../images/footer_btn_form.png);
	background-repeat: no-repeat;
	display:block;
	width:354px;
	height:26px;
	text-indent:-10000px;
	margin:0 0 0 308px;	
}

#pageWrap #contents #footer .contact_area .cbtn a:hover {
	background-position:0 -36px;
}


/*　ヘッダーお問い合わせウインドウJS表示　*/
#lean_overlay {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;

}

.modal {
    display: none;
    width: 209px;
    height:178px;
    margin:0;
    padding:0;
}

