@charset "utf-8";
html {
	color: #FFF;


}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	background-image: url(../img/side-slanting-mesh.png);
	background-repeat: repeat;
}

img {

}


#header {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#header img {
	height: auto;
	width: 100%;


}
#headertext {
	font-size: 18px;
	padding: 1px;
	color: #FFF;
	background-color: #009;
	text-align: center;
}

#containerall {
	background-image: url(../img/bg_00_7.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header-nav {
	background: linear-gradient(#CCC, #000);

}

#menu {
	overflow: hidden;
	font-size: 15px;
	display: none;
}
#menu-box ul {
	margin: 0px;
}
#menu-box ul li {
	background: linear-gradient(#CCC, #000);
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu-box ul li a:hover {
	color: #000;
}
#menu-box ul li a {
	text-decoration: none;
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 18px;
}

#main {
	overflow: hidden;
}
#topここから新着記事{
}
#topcategory {
	width: auto;
	border: 2px solid #FFF;
}
#topcategory img{
	width: 100%;
	height: auto;
}




#new_articl {
	background-color: #505050;
	overflow: hidden;
}
#new_archive {
	background-color: #009;
	font-size: 20px;
	color: #FFF;
	padding: 5px;
	text-align: center;
	border: 1px solid #006;
}
#new_contents {
	overflow: hidden;
	margin-top: 5px;

}

#new_contents ul {
	overflow: hidden;
}

#new_contents ul li {
	width: 98%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	box-sizing: border-box;
	margin-left: 1%;
	display: inline-block;
	margin-bottom: 5px;
}

#new_contents ul li:hover {
	background-color: #FCF;
}

#new_contents ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
}
#topここからトラブル別記事{
}

#trouble {
	background-color: #505050;
	overflow: hidden;
}
#trouble_category {
	background-color: #009;
	font-size: 20px;
	color: #FFF;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #006;
}
#troublelist {
	margin: 5px 5px 0px;
	overflow: hidden;

}

#troublelist ul {
	overflow: hidden;
}

#troublelist ul li {
	width: 49%;
	float: left;
	box-sizing: border-box;
	padding: 5px;
	margin-right: 0.5%;
	margin-left: 0.5%;
	background-color: #666666;
	border-radius: 5px;
	margin-bottom: 5px;
}

#troublelist ul li:hover {
	background-color: #999;
}

#troublelist ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-size: 18px;
}




#contents {

}
#contentstext  p{
	margin: 20px;

}

#ここからパンくずリスト{
}

#pankuzu {
	font-size: 12px;
	overflow: hidden;
	background-color: #009;
	background-image: url(../img/home_img.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#pankuzu ul {
	padding-left: 15px;

}

#pankuzu ul li {
	float: left;
}

#pankuzu ul li:hover {
}

#pankuzu ul li a {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	color: #FFF;
}


#ここからすべてのカテゴリーページ{
}



#category_all {
	overflow: hidden;
	background-color: #505050;
}
.category_title {
	font-size: 24px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	padding: 10px;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FC0;
}
.category_nav {
	overflow: hidden;
}
.category_nav ul {
}
.category_nav ul li {
	margin-bottom: 10px;
	height: 180px;
}
.category_nav ul li:hover {
	background-color: #999;
	display: block;
}
.category_nav ul li p {
	font-size: 14px;
	overflow: hidden;
	padding: 5px 15px;
}
.category_nav ul li a {
	text-decoration: none;
}
.category_nav ul li h2 a {
	color: #FFF;
	font-weight: bold;

}

#ここから個別カテゴリページ{
}

#category {
	background-color: #505050;
	border: 1px solid #FFF;
}
#category_list_title {
	font-size: 24px;
	font-weight: bolder;
}

#category_list_title h2 {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}

#category_list_title_box {
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FD007F;
}

#category_list_title_text {
	padding: 5px;
	overflow: hidden;
}
#category_list_title_text p {
	padding: 5px;
}
.category_title_img img{
	height: auto;
	width: 100%;

}
.category_title_img{
	width: 50%;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}


#category_list {
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

#category_list ul {
}
#category_list ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	box-sizing: border-box;
	margin-left: 1%;
}


#category_list ul li:hover{
	background-color: #999;
}

#category_list ul li a {
	display: block;
}
#category_list ul li p {
	display: block;
	font-size: 12px;
}
.post_img img{
	width: 100%;
	height: auto;

}

.post_img {
	width: 100px;
	float: left;
	overflow: hidden;
}

.category_list_box {
	overflow: hidden;

}
.category_title_text  p{
	overflow: hidden;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	font-size: 12px;
}
.category_title_text a {
	overflow: hidden;
	color: #FFF;
}









.more {
	font-size: 14px;
	background-color: #666;
	border: 1px solid #FFF;
	width: 120px;
	float: right;
	margin: 5px;
	border-radius: 10px;
	text-align: center;
}



.more:hover {
	background-color: #CCC;
}

.more a {
	text-decoration: none;
	color: #FFF;
	display: block;
}
h2 {
	text-align: center;
	font-size: 20px;
	background-color: #000099;
	padding: 3px;
}
#sideber   {


}

.ad-side-top {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #505050;
}


.sidemenu {
	text-align: center;
	background-color: #000099;
	color: #FFF;
	padding: 5px;
	border: 1px solid #FFF;
	font-size: 20px;
}
#sidemenutext{
	background-color: #505050;
	overflow: hidden;
}
#sidemenutext ul {
	margin: 5px 2%;

}
#sidemenutext ul li:hover {
	background-color: #999;
}
#sidemenutext ul li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding: 5px;
	margin-bottom: 4px;
	background-color: #505050;
	border-radius: 5px;
	background-image: url(../img/car-02.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px;
}

#sidemenutext ul li a{
	text-decoration: none;
	display: block;
	color: #FFF;
	font-size: 18px;
	padding-left: 40px;
}
#sidecategory {
	overflow: hidden;
	background-color: #505050;
	padding-top: 5px;
}
#sidecategory ul {
	overflow: hidden;
}
#sidecategory ul li:hover {
	background-color: #999;
}
#sidecategory ul li {
	background-color: #505050;
	box-sizing: border-box;
	width: 48%;
	float: left;
	padding: 2px;
	margin-right: 1%;
	margin-bottom: 4px;
	margin-left: 1%;
	border-radius: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#sidecategory ul li a {
	text-decoration: none;
	display: block;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
}



#footer {
	text-align: center;
	padding: 2px;
	font-size: 12px;
	background-color: #505050;
}
#footernav {
	margin-top: 10px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#footernav ul {

}
#footernav ul li {
	float: left;
	margin-bottom: 5px;
	width: 50%;
}
#footernav ul li:hover {
	text-decoration: underline;
	color: #F90;
}
#footernav ul li a {
	color: #F90;
	text-decoration: none;
}
#footernav ul li a:visited {
	color: #F60;
}

#topここからCTDBとは{
}
#ctdbinfo {
	background-color: #505050;
	padding-top: 0px;
	overflow: hidden;
	padding-bottom: 10px;
}
#ctdbinfo_title {
	color: #FFF;
	font-size: 26px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#ctdbinfo_sub_title {
	padding: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#ctdbinfo_text {
	text-align: center;
}
#ctdbinfo_text p{
	text-align: center;
	font-size: 18px;
	background-color: #333;
}
#ctdbinfo_text ul {
}
#ctdbinfo_text ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;

}
#ctdbinfo_text ul li:hover {
	background-color: #FCF;
}
#ctdbinfo_text ul li a {
	display: block;
	padding: 5px;
	color: #F90;
}







3ここから利用規約{
}
#ctdbinfo_text ul li a:visited {
	color: #F60;
}

.ctdbinfo_agree {
	border-left-width: 10px;
	border-left-style: solid;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	margin-top: 10px;
}
.ctdbinfo_agree_text {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.ctdbinfo_agree_text a{
	color: #F90;

}
.ctdbinfo_agree_text a:visited {
	color: #F60;
}









#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 10px;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

#screen480overxxxxxxxxxxxxxxxxxxxxxxxx{
		
}		





















@media screen and (min-width: 481px)
{
#screen480overxxxxxxxxxxxxxxxxxxxxxxxx{
		
}		




#menu {
	display: block;
}




#menu-box ul li {
	width: 33.333%;
	box-sizing: border-box;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
}	
	

#toggle{
	display: none;
}

#new_contents ul li {
	width: 48%;
	float: left;
	display: inline-block;
	overflow: hidden;
}

#category_list ul li {
	float: left;
	width: 48%;
	display: inline-block;


}
.category_nav ul li {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	overflow: hidden;
	display: inline-block;
	float: left;
}


#screen768overxxxxxxxxxxxxxxxxxxxxxxxx{
		
}	


}






























@media screen and (min-width: 769px)
{
#screen768overxxxxxxxxxxxxxxxxxxxxxxxx{
		
}	
h2 {
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
}

#header img {
	width: 100%;

}

#header-nav {

}




#menu-box {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


#menu-box ul {
}

#menu-box ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}

#main {
	overflow: hidden;
	margin-bottom: 5px;
	background-image: url(../img/bg_00_7.png);
}

#contents {
	float: left;
	width: 100%;
	}

#new_articl {
	border: 1px solid #CCC;
	border-radius: 5px;
	padding-top: 5px;
	margin-top: 0px;
}

#new_archive {
	border-radius: 5px;
	text-align: left;
	padding-left: 20px;
	margin: 5px 10px;
}

#trouble {
	margin-top: 10px;
	border: 1px solid #999;
	border-radius: 5px;
	padding-top: 5px;
}

#trouble_category {
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 5px;
	text-align: left;
	padding-left: 20px;
	margin-top: 5px;
}
#category_all {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.category_nav {
	padding: 10px;
}
#category_list_title {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;

}

.sidemenu {
	margin-bottom: 5px;
	border-radius: 5px;
}
#sidemenutext{
	margin-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
}

#sideber h3 {
	background-color: #CCC;
	padding: 5px;
}
.ad-side-top {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;

}
#sidecategory {
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
}
#ctdbinfo {
	padding-top: 10px;
	border: 1px solid #999;
	border-radius: 5px;
}
#ctdbinfo_title {
	border-radius: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#screen960overxxxxxxxxxxxxxxxxxxxxxxxxxxxx{
		
}
}





@media screen and (min-width: 960px)
{

#screen960overxxxxxxxxxxxxxxxxxxxxxxxxxxxx{
		
}

#header {
	width: 960px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

#menu-box {
	width: 960px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

#menu-box ul li {
	width: 16.6%;
	border-bottom-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
}

#menu-box ul li a {
	padding: 5px;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
#contents {
	float: left;
	width: 650px;
}
#category_all {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.category_title_img{

}

#category_list ul li {

}




#sideber {
	width: 300px;
	float: right;
}
.ad-side-top {
	padding-top: 0px;
	background-image: url(../img/side-slanting-mesh.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidecategory ul li {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}


#footernav ul li {
	width: 25%;
}	


#screen1000overxxxxxxxxxxxxxxxxxxxxxxxxxxxx{
		
}

}
