@charset "UTF-8";

table {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}

#container,
#main,
#header{
	width:695px !important;
	}
#logo img {
	position:absolute;
	top:19px;
	left:0px;
}
#logoDebut {
	position:absolute;
	top:21px;
	right:0px;
}

#header,
#detailH,
.printNone{
display:none;
	}
#p-search #detailTitle{
	margin-top:10px;
	}

/*ヘッダーロゴだけ表示
#header {
	height:90px;
	background:none;
}
#header h1,
#detailH,
.printNone{
display:none;
	}
*/
table th, table td {
    padding: 0;
}

.pageBreak {
page-break-before: always;
}

.headline2 {
	zoom: 1;
}

.p-detail #boxContact {
	border-top:2px solid #CCC;
	padding-top:10px;
}
.p-detail .searchContact1 {
    float: left;
    margin-right: 7px;
    width: 200px;
}
.p-detail .searchContact2 {
    float: left;
    margin-right: 7px;
    width: 230px;
}
.p-detail .searchContact2Right {
    float: right;
    width: 240px;
}
.p-detail .searchContact2Right img {
    width: 240px;
}

#p-search #dOptionListBox,
#p-search #dOptionList {
	zoom: 1;
}

.p-detail table#madori td {
    padding: 5px 0;
}

#ieBox {
	background:#EEE;
	color:#666;
	padding:3px 5px;
	margin-top:10px;
	text-align:center;
}
:root *> #ieBox {
	display:none;
}

@media print{
#inner img {
	width:530px;
	display:block;
	padding-bottom:15px;
}
.p-detail table#madori td img{
	width:255px;
	height:191px;
	}
#ieBox {
	display:none;
}
}


