@charset "UTF-8";
/* ---------------
石川丸（テストサーバ専用）
カスタムフィールド記事作成画面
--------------- */
.editInfoTitle{
	margin-left: 15px;
}

.editInfo {
	width: 480px;
}

.editInfo table{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 30px;
}

.editInfo th{
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ---------------
テキストエリア
--------------- */
/* インフォメーション */
.textareaM{
	height:150px;
	width:450px;
}

.textareaS{
	height: 100px;
	width:450px;
}

/* 釣果ブログ */
.textareaBlogM{
	height:150px;
	width:300px;
}

.textareaBlogS{
	height: 50px;
	width:300px;
}

/* ---------------
インフォーメション独自
---------------*/
/* 項目の文字の大きさ */
.editInfoShip{
	font-size: 18px;
	color: #1B7FCC;
}

.editInfoCourse{
	background-color: #dbebf7;
	width: 480px;
}

/* ---------------
釣果ブログ独自
---------------*/
.blogEditTitle{
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}

