@charset "utf-8";

/*------ 位置情報 ------- */

.center {
	text-align: center;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}


/* ------------- テキスト装飾 ----------------- */

.small {
	font-size: 85%;
}

.attention {
	color: #f00;
}

.rice {
	margin-bottom:5px;
	margin-top:5px;
	padding-left:1em;
	text-indent:-1em;
}



/* ------------- パンナビ ----------------- */
.contents .bread {
	margin: 0;
	font-size: 85%;
	padding-bottom: 10px;
	line-height: 1;
	text-align: right;
}
.bread a:link,
.bread a:visited,
.bread a:hover,
.bread a:active {
	color: #555;
}

.contents th,
.contents td {
	line-height: 1.9;
}

/* ------------- 見出し ----------------- */

.title1 {
	font-size: 130%;
	color: #000;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #aaa;
}


.title2 {
	margin: 50px 0 20px ;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 110%;
}

.title3 {
	margin: 30px 0 20px;
	background: url(../img/bg_title3rd.gif) no-repeat 0 0.2em;
}

.title1st {
	margin: 15px 0;
}

.titleProduct {
	margin: 15px 0 20px;
}

h2.message {
	color:#0C3A92;
	margin-bottom:16px;
}

/* 10.7 margin: 20px 0 11px 0;から変更 */
h2.midashi {
	height: 35px;
	margin: 20px 0 15px 0;
	padding-left: 8px;
	line-height: 35px;
	background-image: url(/common/img/contents_midashi.gif);
	background-repeat: no-repeat;
	font-size: 107%;
}

/* ------------- リスト ----------------- */

/* リンク付きリスト */
.listLink li {
	padding-left: 7px;
	background: url(../img/icon_arw_gray.gif) no-repeat 0 0.6em;
}

/* テキストのリスト */




/* ------------- リンク ----------------- */


/* ページの先頭へ */
.pagetop {
	text-align: right;
	margin: 15px 0;
}

.pagetop a {
	padding-left: 10px;
	background: url(../img/icon_pagetop.gif) no-repeat 0 0.4em
}

.anchor {
	padding-left: 9px;
	background: url(../img/icon_arw_gray.gif) no-repeat 0 0.7em;
}

/* アイコン付きリンク */



/* ------------- form ----------------- */

.required {
	color: #f00;
}

.tblForm {
	width: 98%;
}

.tblForm th,
.tblForm td {
	padding: 10px 5px;
	vertical-align: top;
	border-bottom: 1px dotted #bbb;
}

.tblForm th {
	text-align: left;
	font-weight: normal;
}

.form .btn {
	text-align: center;
}

#contactText {
	width: 98%;
}


/* ------------- 間隔 ----------------- */

.space1em {
	margin-bottom: 0.5em;
	font-weight:bolder;
	font-size: 120%;
}
