/*common.css*/
/*body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 30px;
}*/
#article {
	/*line-height: 20px;*/
	font-size: 14px;
	clear:left;
}
#article img {
	max-width: 100%;
	height: inherit !important;
}
#article p {
	clear: left;
	padding: 0 !important;
}
/*#article h1{
    font-size: 30px;
    line-height: 35px;
    color: #333;
    margin-bottom: 20px;
	height: inherit;
}
#article h2 {
	font-size: 17px;
	border-left: 8px solid #666;
	border-bottom: dotted 1px #666;
	line-height: 27px;
	padding-left: 5px;
	color:#333;
	margin-bottom: 15px;
	height: inherit;
}
#article h3 {
	font-size: 14px;
	font-weight: normal;
	background-color:#f5f5f5;
	border-left: 6px solid #808080;
	line-height: 28px;
	padding-left: 8px;
	color: #333;
	margin-bottom: 15px;
	height: inherit;
}*/
#article p {
	overflow: hidden;		
}
/*floated image-----------*/
#article img[style*="float:left"], #article img[style*="float: left"] {margin:0 10px 5px 0;}
#article img[style*="float:right"], #article img[style*="float: right"] {margin:0 0 5px 10px;}
@media only screen and (max-width: 500px) {
	#article img[style*="float:left"], #article img[style*="float: left"],
	#article img[style*="float:right"], #article img[style*="float: right"] {
		width:100% !important;
		height:auto !important;
		display:block;
		float:none !important;
	}
}
/*------------------------*/
#article .cke_editable {
	font-size: 15px;
}
/*---*/
#article .table {
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: none;
	border-left: none;
}
#article .table td,
#article .table th {
	padding: 5px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: none;
	border-right: none;
}
#article .table th {
	background-color: #EEEEEE;
	text-align: center;
}
/*---*/
.table-striped1 th {
	background-color: transparent;
}
.table-striped1 tr:nth-child(2n+1) > td, 
.table-striped1 tr:nth-child(2n+1) > th {
    background-color: #f7f7f7;
}
.table-striped1 thead th {
	background-color:  transparent !important;
}
/*---*/
.table-striped2 th {
	background-color: transparent;
}
.table-striped2 tr:nth-child(2n) > td, 
.table-striped2 tr:nth-child(2n) > th {
    background-color: #f7f7f7;
}
.table-striped2 thead th {
	background-color:  #f7f7f7;
}
/*---*/
.table-borderless {
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	background-color:transparent;
	border: none !important;
}
.table-borderless td,
.table-borderless th {
	border-top: none !important;
	border-left: none !important;
	background-color:transparent;
}
.table-borderless td,
.table-borderless th {
	border-bottom: 1px solid  #999999;
	border-left: 1px solid transparent;
}
.table-borderless thead th {
	border-bottom: 2px solid #999999;
}
/*エディタ編集時*/
.table-borderless td,
.table-borderless th {
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}
.table-borderless {
	border-top: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}
/*---*/
.table-hover tr:hover {
	background-color: #f7f7f7;
	cursor: default;
}
/*無効ボタンモノクロ化*/
img.btn-disabled {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);

	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	cursor: no-drop;
}
