@charset "utf-8";
/* ===================================================================
CSS information
 File Name  : addstyle.css
 Style Info : カブトオフィス追加分
=================================================================== */

a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {
	display:none;
	text-decoration:none;
	line-height:1.6em;
	font-size:9px;
	font-weight:normal;
	padding:5px 5px;
	margin-left:8px;
	width:158px;
}
a.tooltip:hover span{
	display:inline;
	text-decoration:none;
	position:absolute;
	font-weight:normal;
	color:#6c6c6c;
/*		background:url(../../images/aba_fukidashi.gif) no-repeat left top; */
	border:1px solid #cccccc;
	background:#ffffff;
}

/*
a.tooltip span {display:none; text-decoration:none; line-height:1.2em; font-size:0.6em; padding:2px 3px; margin-left:8px; width:160px; }
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c; }
 */


div.fieldWithErrors {
	display:inline;
	color:#cc0000;
}

.seektitle, .seektitle a, .seektitle a:visited {
	font-size: 1.2em;
	font-weight:bold;
	color:#336600;
	line-height:1.2em;
}

.tbl_list_basic {
	width:100%;
	margin-bottom:20px;
}

.tbl_list_basic th {
	padding-right:3px;
}
.tbl_list_basic th.lastChild {
	padding-right:0;
}

.backCream {
	background-color:#F6F7E9;
}

#contents .tbl_list_basic th p{
	background-color:#F4F5EF;
	border:1px solid #cccccc;
	padding:5px;
	margin-bottom:0;

}
.tbl_list_basic td {
	padding:15px 7px;
	border-bottom:1px dotted #cccccc;
}
.tbl_list_basic td.firstChild {
}
.tbl_list_basic td.lastChild {
}

.tbl_list_basic th,.tbl_list_basic td {
}

.tbl_bookmark {
	margin:0;
}
.tbl_bookmark td {
	padding:3px;
	vertical-align:middle;
}

.tbl_basic {
	border:2px solid #C7C8C3;
	width:770px;
	font-size:116.6%;
	margin:0 auto 15px;
}
.tbl_basic th,.tbl_basic td{
	border-left:2px solid #C7C8C3;
	border-right:2px solid #C7C8C3;
	border-bottom:1px dotted #C7C8C3;
	padding:20px;
	vertical-align:middle;
}
.tbl_basic td p{
	margin-top:10px;
	margin-bottom:0;
}
.tbl_basic th,.tbl_basic td.lastChild{
}
.blue .tbl_basic td.ttl{
	border-left:none;
	border-right:none;
	border-bottom:none;
	padding:10px;
	background-color:#0952A1;
	color:#ffffff;
}
.blue .tbl_basic td.ttl img{
	padding-top:2px;
	padding-left:2px;
}
.tbl_basic th {
	background-color:#F5F4EF;
	width:215px;
	vertical-align:middle;
}
.tbl_basic td.card {border-left:none;}
.tbl_basic td.left {border-right:none;}

.tbl_basic table{
	border:none;
	width:100%;
}
.tbl_basic  table td{
	border-left:none;
	border-right:none;
	border-bottom:none;
	padding:3px;
	vertical-align:middle;
}
.tbl_basic  table .card td.left{
}

.tbl_list_order {
	width:100%;
	margin-bottom:20px;
}

.tbl_list_order th {
	text-align:center;
	padding-right:3px;
}
.tbl_list_order th.lastChild {
	padding-right:0;
}

.tbl_list_order th p{
	background-color:#F4F5EF;
	border:1px solid #cccccc;
	padding:5px;
	margin-bottom:0;

}
.tbl_list_order td {
	padding:15px 7px;
	border-bottom:1px dotted #cccccc;
}

.tbl_list_order2 {
	font-size:116.6%;
	width:770px;
	margin-bottom:20px;
	margin:0 auto 15px;
}

.tbl_list_order2 th {
	text-align:center;
	padding-right:3px;
}
.tbl_list_order2 th.lastChild {
	padding-right:0;
}

.tbl_list_order2 th p{
	background-color:#F4F5EF;
	border:1px solid #cccccc;
	padding:5px;
	margin-bottom:0;

}
.tbl_list_order2 td {
	padding:15px 7px;
	border-bottom:1px dotted #cccccc;
}


.box_message {
	background-color:#F4F5EF;
	padding:5px;
	margin:5px;
}

pre {
	padding: 0.5em 10px;
	border: 1px dotted #aaa;
	width: 826px;
	color: #333;
	overflow:auto;
	background-color: #f5f5f5;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
	line-break:strict;
	word-wrap:break-word; /* IE対策 */
	word-break:break-all; /* IE対策 */
}
pre.publ  {
	width:788px;
	background-color: #fff;
}

/* [20120105追記] start */
#request_cont {
	margin:30px 0 20px 0;
}

#request_cont p {
	margin:0 0 20px 0;
}

#request_cont .request_att_header {
	width:604px;
	padding-top:10px;
	background:url(/images/review/review_header.jpg) left top no-repeat;
}

#request_cont .request_att_btm {
	padding-bottom:10px;
	background:url(/images/review/review_btm.jpg) left bottom no-repeat;
	margin:0 0 10px 0;
}

#request_cont .request_att_bg {
	padding:10px 17px 10px 17px;
	background:url(/images/review/review_bg.jpg) left top repeat-y;
}

#request_cont .request_att_ttl {
	width:570px;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	color:#D2161E;
	padding:0 0 8px 0;
	border-bottom:1px dotted #D2161E;
	margin:0 0 14px 0;
}

#request_cont .request_att_txt {
	width:570px;
	font-size:12px;
	margin:0 0 30px 0;
}

#request_cont .request_att_txt dl dd {
	font-weight:bold;
	color:#4D4D4D;
	line-height:20px;
}

.fs14 {font-size:14px;}

#request_cont .request_att_txt dl dt {
	color:#4D4D4D;
	line-height:19px;
	margin:0 0 0 0;
}

#request_cont .request_att_txt dl dd a,
#request_cont .request_att_txt dl dt a {
	color:#D2161E;
	text-decoration:underline;
}

#request_cont .request_att_txt dl dd a:hover,
#request_cont .request_att_txt dl dt a:hover {
	color:#D2161E;
	text-decoration:none;
}

/* [20120105追記] end */

a:hover img, .mouseOver:hover {
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}

a:hover img.btn, a:hover img.nowhite {
    cursor:pointer;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity:1.0;
    zoom:1;
}


big.tpoint {
	color:#D1161D;
}

div.field_with_errors {
	display: inline-block;
	display: inline;
}
