@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
html,body{
    width: 100%;
	margin: 0px;
}
.menu {
	border: 1px solid #ccc;
    margin-top: 4px;
    padding: 5px!important;
}
.menu-item {
	background-color: #eeeeee;
    background-image: url("../images/side.png");
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    font-size: 12px;
    margin-top: 4px;
    padding: 3px 5px 5px 20px;
    text-align: left;
}
.widget_sp_image {
	margin-bottom:15px;
	text-align:center;
}
.textwidget img {
	line-height:0px;
	height:auto;
}
.nav_in {
	display:block;
	margin:0 auto!important;
}
.side {
	margin-top:15px;
}
table {
	word-break: break-all;
}
.attachment-full {
	height:100%;
}
.area {
	line-height:0px;
}
.side_top {
	line-height:0px;
}
#searchform {
	padding:5px;
	border:1px solid #ccc;
	margin-bottom:10px;
}
.desc {
	padding:10px;
	font-size:95%!important;
	border-top:1px solid #ccc;

}
.list_coments {
	padding:15px;
}
.tit {
	font-size:400%;
	padding:3%;
}
.texts_in {
	padding:15px;
}
.conte_in {
    padding:10px 0 0 0!important;
}
.ban img {
	border:1px solid #ccc;
	z-index:5;
	border-radius:3px;
}

.area_out {
	border:1px solid #ccc!important;
    min-height: 195px;
    height: auto !important;
    height: 300px;
	border-bottom:hidden;
	margin-bottom:20px;
}
html {
	height:100%;
}
body {
	height:100%;
}
.main {
	height:100%;
}
.widget_pages ul {
	border: 1px solid #ccc;
    margin-top: 4px;
    padding: 5px!important;
}
.page_item {
	background-color: #eeeeee;
    background-image: url("../images/side.png");
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    font-size: 12px;
    margin-top: 4px;
    padding: 3px 5px 5px 20px;
    text-align: left;
}
.widget ul {
	border: 1px solid #ccc;
    margin-top: 4px;
    padding: 5px!important;
}

.widget li {
	background-color: #eeeeee;
    background-image: url("../images/side.png");
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    font-size: 12px;
    margin-top: 4px;
    padding: 3px 5px 5px 20px;
    text-align: left;
}
.s_read {
	overflow:hidden;
}

.ad img {
	height:auto;
}
.read_r {
	margin-bottom:0px !important;
}
th {
   border:1px solid #ccc;
}
td {
   border:1px solid #ccc;
}
.alignleft {
	float:left;
	margin:0 15px 15px 0;
}
.alignright {
	float:right;
	margin:0 0 15px 15px;
}
.aligncenter {
	margin:0 auto 15px auto;
	display:block;
}

@media only screen and (max-width: 480px) {
	.ac{
		border-top:none !important;
	}
	
}