@charset "UTF-8";

/*-----------------------------------------------------
girlsbbs.org用スタイルシート全体
FileName:	defualt/style.css
Version:	06.11.11
-----------------------------------------------------*/

h1{ font-size: 22px; font-weight: normal;}

h2{ font-size: 20px; font-weight: normal;}
h3{ font-size: 18px; font-weight: normal;}
h4{ font-size: 16px; font-weight: normal;}
h5{ font-size: 15px; color: #ff8000;}
h6{ font-size: 14px; color: #008000;}

/*
a:link   {color: #0000ff; text-decoration: underline;}
a:active {color: #0000ff; text-decoration: underline;}
a:hover  {color: #0000ff; text-decoration: underline;}
*/
a:visited{color: #0000ff;}


*{ margin: 0; padding: 0; }

img{border: 0px;}

body {
	background:#ffffff;
	text-align:center;}


#container {
	background:#ffffff;
	position:relative;
	margin:0 auto;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding-left:10px;
	padding-right:10px;
	width: 780px;
	text-align: left;
	line-height: 1.5;
	color: #333;
	font-size: 18px;
	}

#head{
	background:#fff;
	clear:both; 
	width:100%;
	height:100px;
	padding-bottom:5px;
	border-bottom: 3px solid #dc143c;
//	margin-bottom: 5px;
	}
#head a { color:#ffffff; text-decoration:none; }

#navi { background:#f8f8ff; 
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 2px;
	}
#navi a { text-decoration:none; }

#main{ float:left;
	width: 510px;
	padding-left:5px;
}

#menu{ float:right;
		background: #ffffff;
	width: 250px;
	padding-left:5px;
	font-size: 16px;
	}


#foot{
	background: #f8f8ff;
	width:100%;
	clear:both; 
	text-align:center;
	border-top: 1px solid #808080;
	margin-top: 5px;
	font-size: 16px;
	text-decoration: bold;
	}
#foot a{ color:#333; text-decoration:none; }

.left{ float: left;}
.right{ float: right;}

.SearchBox{
 width:468px;
 border:1px solid #c0c0c0;
 margin-top: 20px;
 margin-bottom: 30px;
 margin-left: 10px;
 margin-right: 20px;
 padding-top:10px;
 padding-bottom:2px;
 padding-left:0;
 padding-right:0;
}

.SearchBox hr { color: #c0c0c0; height: 1px; width: 100%;}


.breadcrumb {
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
/*  background-color: #dcdcdc;*/
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
}

.breadcrumb li:after {/* ▶を表示*/
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  padding: 0 0.2em;
  color: silver;
	font-weight: 900;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #888;
}

.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #f3948f;
	font-weight: 900;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

//ページング
.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ccf;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}


.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #000;
  background: #ffc0cb;
  border-radius: 10px;
}



 @media screen and (max-width: 767px) {
 /* スマホ用のCSS */

#container {
	position:relative;
	margin:0 auto;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding-left:10px;
	padding-right:10px;
	width: 90%;
	background:#ffffff;
	text-align: left;
	line-height: 1.5;
	color: #333;
	font-size: 18px;

	}


#main{
	padding:0px;;
	width: 100%;
	}

#menu{
	width: 90%;
	}

#submenu{
	width: 90%;
	}

	.pcview {
		display: none;
	}
	.spview {
		display: block;
	}



}




