@charset "UTF-8";

/* --- 全体 --- */
html {
       overflow-y:scroll;
}
p{
margin:0px 0px 0px 0px; 
}
img{
border:none;
}
img.access {
vertical-align: -2px;
margin:10px 0px 0px 10px
}
a:hover img {
 opacity: 0.9;
 filter: alpha(opacity=90);
 -moz-opacity: 0.9;
}
a:link{
color: #6633cc;
font-weight:bold;
}
a:visited{
color: #6633cc;
}
a:hover{
 color: #ff33aa;
}
a:active{
color: #ff33aa;
}
body{
font-family:Meiryo, Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 160%;
letter-spacing:0.5px;
margin:0px;
color: #666666;
background-image: url(img/back.jpg);
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}
th,td{
font-family:Meiryo, Tahoma, Verdana, Arial, sans-serif;
font-size:12px;
line-height: 160%;
letter-spacing:0.5px;
}
#container_index{
background-color: #d91170;
color: #ffffff;
}
.clr-block{
clear : both ;
margin:0px 0px 0px 0px;
}
#footer{
color: #ffffff;
font-size: 10px;
}
/* --- ここまで --- */

/* --- サムネイル横並び --- */
#picbox{
	margin: 0px 0px 10px 0px;
	width: 720px;	/*ブロック幅*/
	display: flex;
	flex-wrap: wrap;
	/* ---
	justify-content: space-between;
	--- */
}
#picbox img{
	width: 174px; height:auto;
	margin: 0px 0px 0px 0px;
}
dl{
text-align: center;
padding:0px;
position: relative;
left:0;
float:left;
margin:6px 3px 0px 3px;
}
dt{
margin:0px;
}
dd{
margin:0px;
padding:0px 0px;
}
dd.comment2{
color: #666666;
font-size:12px;
text-align: center;
margin:5px 0px 0px 0px;
}
dd.comment3{
color: #666666;
font-size:12px;
text-align: center;
margin:5px 0px 5px 0px;
}
/* --- ここまで --- */

/* --- 新着 --- */
#new{
background-color:#f8f8f8;
background-image: none;
}
#mainBox{
line-height: 140%;
margin:0px 10px 0px 10px;
font-weight: normal;
}
.hiduke{
margin:5px 0px 0px 0px;
font-weight: bold;
}
.text_con{
padding:0px 0px 5px 0px; 
border-bottom: 1px solid #dcdcdc;
}
/* --- ここまで --- */

/* --- ボタン --- */
.btn {
display: inline-block;
color: #171717;
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
text-align: center;
font-size: 14px;
width: 350px;
background: #e5117d;
margin: 0px 0px 10px 0px;
padding: 8px 20px;
border: 1px solid #ea68a2;
line-height: 160%;
text-decoration:none;
border-radius: 2px;
}
.btn span {
color: #ffffff;
font-size: px;
font-weight: bold;
line-height: 130%;
}
.btn:hover{
 opacity: 0.6;
 filter: alpha(opacity=60);
 -moz-opacity: 0.6;
}
.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#btnbox{
	margin: 4px 0px 0px 0px;
	width: 720px;	/*ブロック幅*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btn2 {
display: inline-block;
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
text-align: left;
font-size: 14px;
width: 200px;
background: #e5117d;
margin: 0px 0px 0px 0px;
padding: 10px 10px;
border: 1px solid #ea68a2;
line-height: 160%;
text-decoration:none;
border-radius: 2px;
}
.btn2 span {
color: #ffffff;
font-size: 14px;
font-weight: bold;
line-height: 130%;
}
.btn2 span2 {
color: #ffffff;
font-size: 11px;
font-weight: normal;
line-height: 130%;
}
.btn2:hover{
 opacity: 0.6;
 filter: alpha(opacity=60);
 -moz-opacity: 0.6;
}
.btn2::before,
.btn2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn2,
.btn2::before,
.btn2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}

/* --- ここまで --- */

/* --- YouTube埋め込み --- */
#youtube{
	margin: 0px 0px 6px 0px;
}

table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	margin:10px 0px;
}
table.type01 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #eee;

}
table.type01 td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
/* --- ここまで --- */

/* --- アクセステーブル --- */
table.type08 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-left: 1px solid #ccc;
}

table.type08 thead th {
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #c00;
	background: #dcdcd1;
}
table.type08 tbody th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ececec;
}
table.type08 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* --- ここまで --- */

/* --- メンバーページテーブル --- */
table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	margin:10px 0px;
}
table.type01 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #eee;

}
table.type01 td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
/* --- ここまで --- */

/* --- スケジュールテーブル --- */
table.sch {
width:926px;
margin: 12px 0px 12px 0px;
border-top: 1px #cccccc solid;
border-left: 1px #cccccc solid;
border-spacing: 0px;
}
table.sch th,td{
font-size:12px;
font-weight: bold;
}
table.sch td {
border-bottom: 1px #cccccc solid;
border-right: 1px #cccccc solid;
padding: 5px 0px 5px 0px;
}
table.sch img {
margin: 5px 10px 5px 10px;
}
/* --- ここまで --- */

/* フッターの背景 */
div#footer-bk
{
	background-color: #000000;   /* 背景色(黒) */
	width:952px;               /* 横の幅を100% */
	bottom: 0px;              /* 絶対位置指定(左0px,下0px) */
	padding: 10px 0;          /* 上下に余白を取る */
}
/* フッターの表示領域 */
div#footer{
	width: 950px;           /* 横の幅970px */
	vertical-align:top;
}

/* --- ここまで --- */

/* --- 箇条書き --- */

ul {
  font-size:13px;
  border: solid 1px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin:10px 12px 10px 12px;
}

ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

ul li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

/* --- ここまで --- */