@charset "utf-8";
/* CSS Document */
/*
=========================================================
履歴
目次作成(2017/12/11)
『2.リプレイスメントサービスについて』に表記追加(2017/12/11)

=========================================================
*/
/*
=========================================================
目次
0.base settings
1.オーナーページ　インデックス
2.リプレイスメントサービスについて
=========================================================
*/

/*
=========================================================
0.base settings
=========================================================
*/
.emphasis {
	font-weight: bold;
}
.comments{
	color: #ff0000;
}
.new_line{
	margin-top: 10px;
}
.attention_A {
    font-size: 80%;
    margin-left: 10px
}

/*
=========================================================
1.オーナーページ　インデックス
=========================================================
*/
.sec_owner{
	margin: 25px auto 20px;
}
.sec_owner p{
	width:750px;
	line-height:1.6;
}
.sec_owner h3 a:hover{
	color: #00569C;
}

/*
=========================================================
2.リプレイスメントサービスについて
=========================================================
*/

/*テーブルの設定*/
.hyou1{
	width:750px;
	margin:10px auto 10px 0;
}	
.hyou1 table{
	border:2px solid #333;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.hyou1 caption {
    font-size: 1.2em;
    font-weight: bold;
}
.hyou1 th {
    font-weight: bold;
    text-align: center;
    border: 1px solid #333;
	padding: 3px;
}
.hyou1 td{
    padding: 3px;
    border: 1px solid #333;
}

.hyou1 ul{
	text-align:left;
	margin:10px auto 20px 0;
	line-height:1.4;
}
.hyou1 li.mark{
	color:#F00;
	font-weight:bold;
}
.hyou1 li.mark::before {
    content: "*";
}

ul.order{
	margin:10px auto 10px 30px;
	list-style-type: disc;
	line-height:1.4;
}

/* TJP-Eのみ */
.sec_owner dl dd{
	margin-left:3em;
}