@charset "utf-8";

/* ----------------------------------------------------- */

.ctr {
	text-align: center;
}

.lt {
	text-align: left;
}

.rt {
	text-align: right;
}

.mrg1b {
	margin-bottom: 1em;
}

.mrg3b {
	margin-bottom: 3em;
}

.mrg15b {
	margin-bottom: 15em;
}

/* フォント -------------------------------------------- */

.fbrwn_b {
	color: #F63;
	font-weight: bold;
}

.fred_s {
	font-size: 80%;
	color: #CC0000;
}

.fbrwn_bb {
	color: #0C6;
	font-size: 140%;
	font-weight: bold;
}

.freq {
	font-weight: bold;
	text-align: right;
}

/* テーブル -------------------------------------------- */

table {
	margin-bottom: 1.5em;
	color: #333333;
}

table th {
	padding: 5px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background-color: #EFEFEF;
}

table td {
	padding: 5px;
}

table.tb_ctr {
	margin-left: auto;
	margin-right: auto;
}

/* フォーム -------------------------------------------- */

textarea, input {
	font-size: 100%;
}

/* トップ ---------------------------------------------- */

dl.plist {
	margin-bottom: 3em;
}

dt.plist1 {
	background-image: url(../cts/p_1.jpg);
	padding-top: 25;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 100;
	background-repeat: no-repeat;
	height: 45px;
	width: 90px;
	background-position: 10px 10px;
	float: left;
}

dt.plist1b {
	background-image: url(../cts/p_1.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 100px;
	height: 40px;
	width: 79px;
}

dt.plist2 {
	background-image: url(../cts/p_2.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 100px;
	height: 34px;
	width: 79px;
}

dt.plist3 {
	background-image: url(../cts/p_3%20.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 34px;
	width: 79px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 100px;
}

dl.plist dd {
	padding-top: 0.7em;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 100px;
}

/* ECサイト -------------------------------------------- */

dl.eclist {
	margin-bottom: 2em;
}

dl.eclist dt {
	float: left;
	padding-bottom: 25px;
	font-size: 0.88em;
	color: #666666;
	width: auto;
}

dl.eclist dd {
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 190px;
}

/* SEO ------------------------------------------------- */

.img_mrg img {
	margin: 0 2px 2px 0;
}

