/*read.phpレイアウト（2段組み）*/

body {

}

table {
word-break: break-all;
 }

img {
border=0
}

.container{
width:100%;
text-align:left;
margin:0px auto;
}

.header{
width:100%;
padding:0px 0px 15px 0px;
}

.hidari{
float:left;
width:70%;
text-align:left;
margin-top:0px;
}

.migi{
float:right;
width:150;
text-align:right;
margin-top:0px;
}

.footer{
clear:both;
width:100%;
}

.mobile {
    display:none;
}

.mobile2 {
    display:none;
}

.mobile {
display:none;
}

#box{
 display:none;
}


/* ==contents
---------------------------------------------- */
div.secondAds,
div.bbsSearch {
    margin: 0 0 0 0;
    padding: 5px;
    border:solid 1px #adb9c2;
    background: #e3e3e3;
}

div.bbsSearch form {
	position: relative; /* position base */
}

div.bbsSearch select,
div.bbsSearch input.bbsTitle {
	margin-right: 7px;
}

div.bbsSearch input.bbsTitle {
	width: 443px;
}

div.bbsSearch input.submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
}
	/* for ie \*/
	* html div.bbsSearch input.submit {
		right: -3px;
	}
	*:first-child+html div.bbsSearch input.submit {
		right: -3px;
	}/* end */

div.bbsSearch ul {
margin: 0px;
    padding: 10px 5px 10px;
    background: #fff;
}

div.bbsSearch ul li {
    display: inline;
    line-height:25px;
}
div.bbsSearch ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #333 !important;
    background: #ff6;
    border: 1px solid #fc3;
    padding: 2px 5px;
}

* html div.bbsSearch ul li a {
    font-family: sans-serif;
    font-size: 83%;
}

div.bbsSearch ul li a:hover {
    background: #fc6;
    border: 1px solid #f90;
}
div.bbsSearch ul li.all {}
div.bbsSearch ul li.all a {
    background: #fc3;
    border: 1px solid #f90;
    text-align: center;
}
div.bbsSearch ul li.all a:hover {
    color: #333;
    background: #f60;
    border: 1px solid #f30;
}

div.bbsSearch ul li.adult a {
    color: #900;
    background: #ffcccc;
    border: 1px solid #f99;
    text-align: center;
}
div.bbsSearch ul li.adult a:hover {
    background: #f66;
    border: 1px solid #f33;
}


.adxxx a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}