@charset "utf-8";
/* CSS Document */

/* ヘッダー部分
---------------------------------*/
#main{
	width:840px;
	margin:0 auto;
}
#header{
	background: #A19892;
	padding-top:20px;
	padding-bottom:20px;
}
#header table{
	width:100%;
}
#header th{
	text-align:center;
	color:#fff;
	font-weight:bold;
}
#header td{
	padding-left:20px;
	padding-right:20px;
}
#header a{
	color:#fff;
}

/* ログイン画面
---------------------------------*/
.login_box{
	width:500px;
	margin:20px auto 0 auto;
	border:1px solid #ccc;
	padding:30px;
}
.login_box table{
	margin:0 auto;
}
.login_box td{
	padding:5px;
}
.login_box td.btn{
	padding-top:20px;
	text-align:center;
}
.login_box input{
	width:150px;
}
.err{
	text-align:center;
	color:#F00;
}


/* メニュー画面
---------------------------------*/
.ad_menu_list{
	list-style:none;
}
.ad_menu_list li{
	padding:10px 0;
}
.ad_menu_list a{
	color:#333;
}

/*
	一覧ページ
*/

.list_tb{
	width:700px;
}
.list_tb td{
/*	width:50%;*/
	position: relative;
	padding-bottom:20px;
}
.list_tb td.left{
	width:350px;
	padding-right:10px;
}
.list_tb img.pic{
	float:left;
	margin-right:10px;
}
.list_tb img.btn{
	position:absolute;
	left:220px;
	bottom:20px;
}

/*
	詳細ページ
*/

#naiyo_tb{
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
}
#naiyo_tb th{
	width:100px;
	background-color:#cef0fd;
	font-weight:normal;
	padding:10px;
	vertical-align:top;
	text-align:left;
}
#naiyo_tb td{
	padding:10px;
}
img.f_right{
	float:right;
	margin-left:15px;
}
img.f_left{
	float:left;
	margin-right:15px;
}


/*
	管理一覧ページ
*/

.ad_list_tb{
	width:100%;
	border-collapse:collapse;
	font-size:14px;
	margin-bottom:20px;
}
.ad_list_tb caption {
	text-align:left;
	font-weight:bold;
}
.ad_list_tb th{
	background:#f0f0f0;
}
.ad_list_tb td{
	padding:5px;
}
.t_center{
	text-align:center;
}
.t_right{
	text-align:right;
}
.faq_tb th {
	font-weight:normal !important;
}

/*
	入力ページ
*/

p{
	font-size:14px;
	line-height:1.2;
	padding:0;
	margin:0;
}
#main{
/*	margin:20px auto;
	width:600px;*/
}
.entry_tb{
	width:100%;
	border-collapse:collapse;
	font-size:13px;
	border-bottom:2px dotted #999;
}
.entry_tb tr{
	border-top:2px dotted #999;
}
.entry_tb tr.noline{
	border-top:none;
}
.entry_tb th{
	width:150px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	padding:10px;
}
.entry_tb th p{
	border-left:5px solid #F00;
	padding-left:10px;
	line-height:20px;
}
.entry_tb td{
	text-align:left;
	vertical-align:top;
	padding:10px;
}
.entry_tb textarea{
	width:100%;
}
.entry_tb input.file_name{
	width:100%;
}
.entry_tb input.title{
	width:100%;
}
.form_btn{
	text-align:center;
	margin-top:20px;
	padding-bottom:60px;
}
.ime_disabled{
	ime-mode:disabled;
}
.note{
	margin:10px 0;
	font-size:14px;
}
p.title{
	font-weight:bold;
	font-size:105%;
}
.note a{
	color:#33c;
	font-weight:bold;
}
.t_center{
	text-align:center;
}
.entry_kome{
	color:#F00;
}
.entry_tb img.pic{
	width:180px;
	border:1px solid #666;
}

/*
	トップページ
*/

.top_list_tb{
	width:430px;
	margin:28px 0px 0px 22px;
}
.top_list_tb td{
/*	width:50%;*/
	height:75px;
	vertical-align:top;
	position: relative;
	padding-bottom:10px;
}
.top_list_tb td.left{
	width:350px;
	padding-right:10px;
}
.top_list_tb img.pic{
	float:left;
	margin-right:10px;
}
.top_list_tb img.btn{
	position:absolute;
	right:10px;
	bottom:2px;
}

.lineclamp {
  line-height: 1.5;
/*  width:155px;*/
  width:23em;
  height: 3em;
  position: relative;
/*  padding-right: 3px;*/
  padding-right: 1em;
  overflow: hidden;
}

.lineclamp:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.lineclamp:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}







