@charset "utf-8";
/*--------------------------------------------------------------------
Font Size
--------------------------------------------------------------------*/
.font8{font-size:8px;}
.font9{font-size:9px;}
.font10{font-size:10px;}
.font11{font-size:11px;}
.font12{font-size:12px;}
.font13{font-size:13px;}
.font14{font-size:14px;}
.font15{font-size:15px;}
.font16{font-size:16px;}
.font17{font-size:17px;}
.font18{font-size:18px;}
.font19{font-size:19px;}
.font20{font-size:20px;}
.font21{font-size:21px;}
.font22{font-size:22px;}
.font23{font-size:23px;}
.font24{font-size:24px;}
.font25{font-size:25px;}
.font26{font-size:26px;}
.font30{font-size:30px}
.font35{font-size:35px}
/*--------------------------------------------------------------------
Font Style
--------------------------------------------------------------------*/
.bold{font-weight: bold;}
.italic{font-style: italic;}
/*--------------------------------------------------------------------
Text Align
--------------------------------------------------------------------*/
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}
/*--------------------------------------------------------------------
Float
--------------------------------------------------------------------*/
.fl {float: left;}
.fr {float: right;}
.clear {clear: both;}
/*--------------------------------------------------------------------
Overflow/Display
--------------------------------------------------------------------*/
.oh {height: 218px;}
.oh img {margin-bottom:10px;}
.dn {display: none;}
/*--------------------------------------------------------------------
Margin/Padding
--------------------------------------------------------------------*/
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt35{margin-top: 35px !important;}
.mt40{margin-top: 40px !important;}
.mt45{margin-top: 45px !important;}
.mt50{margin-top: 50px !important;}
.mr5{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.mr20{margin-right: 20px !important;}
.mr25{margin-right: 25px !important;}
.mr30{margin-right: 30px !important;}
.mr35{margin-right: 35px !important;}
.mr40{margin-right: 40px !important;}
.mr45{margin-right: 45px !important;}
.mr50{margin-right: 50px !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}
.ml5{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml25{margin-left: 25px !important;}
.ml30{margin-left: 30px !important;}
.ml35{margin-left: 35px !important;}
.ml40{margin-left: 40px !important;}
.ml45{margin-left: 45px !important;}
.ml50{margin-left: 50px !important;}
.m5{margin: 5px !important;}
.m10{margin: 10px !important;}
.m15{margin: 15px !important;}
.m20{margin: 20px !important;}
.m25{margin: 25px !important;}
.m30{margin: 30px !important;}
.m35{margin: 35px !important;}
.m40{margin: 40px !important;}
.m45{margin: 45px !important;}
.m50{margin: 50px !important;}
.pt5{padding-top: 5px !important;}
.pt10{padding-top: 10px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}
.pt25{padding-top: 25px !important;}
.pt30{padding-top: 30px !important;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}
.pr5{padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr25{padding-right: 25px !important;}
.pr30{padding-right: 30px !important;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr45{padding-right: 45px !important;}
.pr50{padding-right: 50px !important;}
.pb5{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}
.pl5{padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl25{padding-left: 25px !important;}
.pl30{padding-left: 30px !important;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl45{padding-left: 45px !important;}
.pl50{padding-left: 50px !important;}
.p5{padding: 5px !important;}
.p10{padding: 10px !important;}
.p15{padding: 15px !important;}
.p20{padding: 20px !important;}
.p25{padding: 25px !important;}
.p30{padding: 30px !important;}
.p35{padding: 35px !important;}
.p40{padding: 40px !important;}
.p45{padding: 45px !important;}
.p50{padding: 50px !important;}

body {
	background-color: #fff;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
a {
	text-decoration: none;
}
a img {
	text-decoration: none;
	border: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
ul{
	list-style-type: none;
}
#wrapper {
	padding-top:10px;
}
#wrapper #logo {
position: absolute;
  top: 36px;
  left: 0px;
  z-index: 1;
  margin: 0;
  padding: 0;
}
#wrapper #logo img {
  width: 636px;
}

#wrapper .box {
	position: relative;
	border: 2px solid #000;
}
#wrapper .info {
	position: relative;
	height: 34px;
	border-bottom: 2px solid #000;
}
#wrapper .info h2 {
	margin-top: 8px;
	border-bottom: none;
}
#wrapper .info .fl {
	width: 157px;
	height: 34px;
	border-right: 2px solid #000;
	float: left;
}

#twitter a .twitter-share-button{
	height: 34px;
	margin: 10px auto;
}

#wrapper .info .update p{
	margin-left: 14px;
	line-height: 1;
	float: left;
	width:330px;
	overflow: hidden;
}

#wrapper .info .twitter-share-button {
	position: relative;
	top: 7px;
	right: -10px;
}
.bxslider {
	width: 636px;
	padding: 0;
	margin: 0;
}
.bxslider ul {
	list-style-type: none;
}
.bx-wrapper {
	height: 358px;
	width:100%;
	overflow:hidden;
}
.bx-wrapper .bx-viewport {
	border: none;
	left: 0;
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/btn_left.png) no-repeat top left;
	background-size: 33px 33px;
}
.cx_smartphoneview .bx-wrapper .bx-prev {
	background-size: 66px 66px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/btn_right.png) no-repeat top left;
	background-size: 33px 33px;
	-webkit-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}
.cx_smartphoneview .bx-wrapper .bx-next {
	background-size: 66px 66px;
}
.bx-wrapper .bx-controls-direction a {
	width: 33px;
	height: 33px;
}
.cx_smartphoneview .bx-wrapper .bx-controls-direction a {
	width: 66px;
	height: 66px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	background-position: inherit;
	opacity: 0.7;
    filter: alpha(opacity=70);
}
#wrapper .over {
	-webkit-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}
#wrapper .over:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}


/****youtube****/
#wrapper #youtube .box {
	position: relative;
	width: 286px;
	height: 286px;
}
#wrapper #youtube h2{
	font-size:20px;
}
/****youtube****/


#wrapper #next_theme .box {
	position: relative;
	width: 286px;
	height: 286px;
}
#wrapper #archive .box {
	position: relative;
	width: 266px;
	height: 280px;
	-webkit-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}
#wrapper #archive   a:hover .box{
	background-color: #f8e22a;
}

#wrapper h2 {
	text-align: center;
	margin: 0 0 20px 0;
	padding-bottom: 12px;
	border-bottom: 2px solid #000;
}
#wrapper h2 img {
	vertical-align: sub;
}
#wrapper #next_theme h2{
	font-size:20px;
}
#wrapper #next_theme h2 div{
	height:30px!important;
}
#wrapper #next_theme h3,
#wrapper #subdata h3 {
	position: absolute;
	margin: 0;
	padding: 5px;
	border: 2px solid #000;
	background-color: #fff;
	top: -2px;
	right: -2px;
}
#wrapper #next_theme h3 {
	width: 100px;
	text-align: center;
}
#wrapper #next_theme .titles,
#wrapper #subdata .titles {
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	position: absolute;
	bottom: -10px;
	left: 10px;
}
#wrapper .r_box {
	margin-left: 310px;
}
#wrapper #archive div {
}
#wrapper #archive h3 {
	line-height: 1.4;
	margin: 0 0 8px;
	padding-left: 30px;
}

#wrapper #archive h4 {
	margin: 12px 0 6px 0;
	height: 20px;
}

#archive .oh img{
	border:2px solid #000;
}

.ico_orange {
	background: url(../img/ico_orange.png) top left no-repeat;
}
.ico_green {
	background: url(../img/ico_green.png) top left no-repeat;
}
.ico_blue {
	background: url(../img/ico_blue.png) top left no-repeat;
}
.ico_orange, .ico_green, .ico_blue {
	background-size: 17px 17px;
}
.bdr_r {
	border-right: 2px solid #000;
}
.bdr_b {
	border-bottom: 2px solid #000;
}
.bdr_l {
	border-left: 2px solid #000;
}
.bdr_t {
	border-top: 2px solid #000;
}
#wrapper #archive p {
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
#wrapper #archive p.date {
	text-align: right;
	border-top: 1px dotted #000;
	margin: 10px 0 0 0;
	padding: 0;
}
.opinions .tcenter {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 194px;
	height: 172px;
}
#wrapper #archive .opinions h3 {
	padding-left: 0;
	margin-bottom: 20px;
}

#wrapper #archive .archive_link {
	position: relative;
	width: 596px;
	height:350px;
}
#wrapper #archive .archive_link img {
width:312px;
margin:15px 0px 0px 120px;
}
#wrapper #archive a h3,#wrapper #archive a h4, #wrapper #archive a p {
	color:#000;
}
#wrapper #archive h3{
padding-left:20px;
}
archive_link li{

}
.archive_link ul {
	list-style-type: none;
	margin: 0;
	padding: 20px;
}
.archive_link ul li {
	width: 270px;
	text-align: center;
	float: left;
	border: 2px solid #000;
	margin-bottom: 7px;
	padding: 5px 0;
	-webkit-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}
.archive_link ul li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: block;
}
.archive_link ul li:hover {
	background-color: #f8e22a;
}
.archive_link ul li:nth-child(odd) {
	margin-right: 8px;
}
.archive_link ul li:last-child {
	width: 552px;
}
#wrapper #subdata .tweets {
	width: 266px;
	height: 266px;
	border: 2px solid #000;
	position: relative;
}
#wrapper #subdata .tweets iframe {
	height: 100%;
}
#wrapper #subdata .ttl_twitter {
	background-color: #2594c1;
	text-align: center;
	padding: 15px;
}
#wrapper #subdata .tweets img {
	width: 225px;
	height: 26px;
}
#wrapper #subdata .twitter_movie {
	width: 286px;
	height: 286px;
	position: relative;
}
.twitter-video{
	width: 286px;
	height: 286px;
	position: relative;
}
#wrapper #subdata .twitter_movie div:first-child {
	min-width: 96%!important;
	margin: 0!important;
	max-width: 286px!important;
	max-height: 286px!important;
}
#wrapper #subdata .cast {
	width: 286px;
	height: 286px;
	border: 2px solid #000;
	position: relative;
}
#wrapper #subdata .cat {
	width: 266px;
	height: 266px;
	border: 2px solid #000;
	position: relative;
}
#wrapper #subdata .twitter_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	min-width: 100%!important;
	margin: 0!important;
}
#wrapper #subdata .toptweet {
	height: 222px;
}
#wrapper #subdata .cast h3 {
	position: absolute;
	margin: 0;
	padding: 5px;
	border: 2px solid #000;
	background-color: #fff;
	top: -2px;
 	right: -2px;
	width: 105px;
	text-align: center;
}
#wrapper #subdata .cast img {
	width: 100%;
}
#wrapper #subdata .cast h3 img {
	margin: 0 auto;
	display: block;
	width: 32px;
	height: 12px;
}

#wrapper #fmenu {
	margin: 0;
	padding: 0;
	height: 161px;
}
#wrapper #fmenu div {
	margin: 0;
	padding: 0;
	width: 210px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}
#wrapper #fmenu div:hover {
	background-color: #f8e22a;
}
#wrapper #fmenu img {
	margin: 0;
	padding: 0;
}

/* SP */

.pcnone { display: none;}
.cx_smartphoneview .pcnone { display: initial;}
.cx_smartphoneview .fod{display:none;}

.cx_smartphoneview #wrapper #archive .box,
.cx_smartphoneview #wrapper #subdata .box {
	float: none!important;
	width: 572px;
	height: auto;
}
#archive .box h4{
	font-size:14px;
}
.cx_smartphoneview #archive .box h4{
	font-size:22px;
	padding-bottom:10px;
}
#archive .box .oh{
	font-size:11px;
}
.cx_smartphoneview #wrapper #archive .box .oh{
	font-size:18px;
}
.cx_smartphoneview .ico_orange,
.cx_smartphoneview .ico_green,
.cx_smartphoneview .ico_blue {
	background-position: 5px 7px;
}
.cx_smartphoneview #wrapper #archive .r_box {
	float: none!important;
	width: 572px;
	height: auto;
	margin-left: 0;
}

.cx_smartphoneview #wrapper #archive .archive_link img {
	float: none!important;
width:312px;
margin:30px 0px 0px 120px;
}
.cx_smartphoneview #wrapper #archive .archive_link li {
	display: block;
	width:100%;

}

.cx_smartphoneview #wrapper #archive img {
	float: right;
}
.cx_smartphoneview #wrapper #archive h2 img {
	float: none;
}
.cx_smartphoneview #wrapper #archive h3 {
	padding-bottom: 12px;
	border-bottom: 2px solid #000;
}
.cx_smartphoneview #wrapper #archive .opinions {
	height: 150px;
}
.cx_smartphoneview #wrapper #archive .opinions img {
	display: none;
}
.cx_smartphoneview #wrapper #archive .opinions h3 img {
	display: block;
}
.cx_smartphoneview #wrapper #archive .opinions h3 {
	border: none;
}
.cx_smartphoneview #wrapper #archive .opinions .tcenter {
	height: 73px;
}

.cx_smartphoneview #wrapper #archive .box.archive_link {
	width: 592px;
}
.cx_smartphoneview #wrapper #subdata .tweets {
	height: 375px;
}
.cx_smartphoneview #wrapper #subdata .toptweet {
	height: 300px;
}
.cx_smartphoneview #wrapper #subdata .twitter_movie {
	width: 596px;
	height: 596px;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.cx_smartphoneview #wrapper #subdata .twitter_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.cx_smartphoneview #wrapper #subdata .cast {
	width: 596px;
	height: 596px;
}
.cx_smartphoneview #wrapper #subdata .cast .titles {
	font-size: 50px;
}
.cx_smartphoneview #wrapper #subdata .cast .titles span {
	font-size: 30px;
}
.cx_smartphoneview #wrapper #subdata .cast img {

}
.cx_smartphoneview #wrapper #subdata .cast h3 img {

}
.cx_smartphoneview #wrapper #subdata .cat {
	width: 576px;
	height: 597px;
	margin: 0;
	font-size: 26px;
}
.cx_smartphoneview #wrapper #subdata .cat h2 {
	margin: 35px 0 30px 0;
}
.cx_smartphoneview #wrapper #subdata .cat h2 img {
	width: 314px;
	height: 62px;
}
.cx_smartphoneview #wrapper #subdata .cat ul li {
	width: 276px;
	height: 59px;
	margin-bottom: 18px;
	line-height: 2;
}
.cx_smartphoneview #wrapper #subdata .cat ul li:nth-child(odd) {
	margin-right: 16px;
}
.cx_smartphoneview #wrapper #subdata .cat ul li:last-child {
	width: 572px;
}

/* archive.html */
.archives .title {
	height: 97px;
	margin-bottom: 14px;
}
.archives .title h1 {
	width: 320px;
	margin: 0 0 14px 0;
	padding: 0;
	float: left;
}
.archives .title h1 img {
	width: 320px;
}
.archives .title .program_ttl {
	width: 256px;
	padding-top: 1px;
	margin-left:350px;
	text-align: center;
}
.archives .title .program_ttl .ttl {
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
}
.archives .title .program_ttl img {
	width: 221px;
}
.archives .cat {
	height: 100px;
	padding: 10px;
}
#wrapper.archives .cat h2 {
	margin: 40px 0 0 0;
	padding: 0 2px 10px;
	border-bottom: 2px solid #000;
	float: left;
}
.archives .cat h2 img {
	width: 75px;
	height: 14px;
}
.archives .cat ul {
	display: block;
	list-style-type: none;
	margin: 8px 0 0 103px;
	padding: 0;
}
.archives .cat ul li {
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #000;
	width: 121px;
	margin: 0 4px 6px 0;
	padding: 2px 0;
	-webkit-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}
.archives .cat ul li:hover {
	background-color: #f8e22a;
}
.archives .cat ul li:nth-child(4n) {
	margin-right: 0;
}
.archives .cat ul li a {
	color: #000;
}
.archives .e_list {
	margin: 14px 0 20px 0;
}
.archives .e_list .box {
	width: 180px;
	margin: 0 12px 12px 0;
	padding: 10px;
	float: left;
	-webkit-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;	
}
.archives .e_list .box:nth-child(3n){
	margin-right: 0;
}
.archives .e_list .box:hover {
	background-color: #f8e22a;
}
.archives .e_list .box img {
	width: 176px;
	height: 100px;
	border: 2px solid #000;
}
.archives .e_list h3 {
	line-height: 1.4;
	margin: 0 0 8px;
	padding-left: 20px;
	background-position-x: left;
	background-position-y: center;
}
.archives .e_list h4 {
	margin: 12px 0 6px 0;
}
.archives .e_list p {
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
.archives .e_list p.date {
	text-align: right;
	border-top: 1px dotted #000;
	margin: 10px 0 0 0;
	padding: 0;
}
.pagination-left {
	margin: 0;
	padding: 20px 0;
	clear: both;
}
ul.pagination {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.pagination li {
	display: block;
	float: left;
	font-size: 18px;
	padding: 0;
	margin: 0 15px 0 0;
}
ul.pagination li a {
	border-radius: 3px;
	-webkit-transition: background-color 300ms ease-out;
	        transition: background-color 300ms ease-out;
	background: none;
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: inherit;
}
ul.pagination li.current a {
	background: transparent;
	color: #000;
	cursor: default;
	font-weight: bold;
}
ul.pagination li.unavailable a {
	cursor: default;
	color: #000;
}
ul.pagination li:hover a, ul.pagination li a:focus {
	background-color: #f8e22a;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
	background-color: transparent;
}
.footer.archives {
	border-top: 1px dotted #000;
	margin-top: 20px;
	padding-top: 20px;
}

/* side */
.side_wrapper .box {
	border: 2px solid #000;
}
.side_wrapper .ads_box {
	padding: 25px;
	margin: 0 0 20px 0;
	width: 286px;
}
.side_wrapper .ads_box img {
	width: 100%;
	height: 100%;
}
.side_wrapper .recentpost {
	padding: 25px 20px 20px;
	margin: 0 0 20px 0;
	width: 296px;
}
.side_wrapper .recentpost h4,
.side_wrapper .archives_box h4 {
	border-bottom: 2px solid #000;
	padding: 0 0 20px 0;
}
.side_wrapper .recentpost h4 img,
.side_wrapper .archives_box h4 img {
	width: 100%;
	height: 100%;
}
.side_wrapper .recentpost ul,
.side_wrapper .archives_box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.side_wrapper .recentpost ul li {
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 12px 12px 12px 30px;
	background-position: 10px center;
	-webkit-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}
.side_wrapper .recentpost ul li:hover {
	background-color: #f8e22a;
}
.side_wrapper .recentpost ul li:last-child {
	margin-bottom: 0;
}
.side_wrapper .recentpost ul li a,
.side_wrapper .archives_box ul li a {
	color: #000;
	font-weight: bold;
}
.side_wrapper .opinions_box {
	width: 276px;
	padding: 30px;
	margin: 0 0 20px 0;
	-webkit-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}
.side_wrapper .opinions_box:hover {
	background-color: #f8e22a;
}
.side_wrapper .opinions_box img {
	width: 100%;
	height: 100%;
}
.side_wrapper .calendar {
	width: 336px;
	height: 336px;
	margin-bottom: 20px;
}

.side_wrapper .archives_box {
	width: 296px;
	padding: 20px 20px 10px;
}
.side_wrapper .archives_box h4 {
	padding-left: 40px;
	padding-right: 47px;
}
.side_wrapper .archives_box ul {
	height: 486px;
}
.side_wrapper .archives_box ul li {
	font-size: 12px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px 0;
	width: 139px;
	float: left;
	-webkit-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}
.side_wrapper .archives_box ul li:nth-child(odd){
	margin-right: 10px;
}
.side_wrapper .archives_box ul li:hover {
	background-color: #f8e22a;
}

/* Calendar */
.s_calender {
	border: 2px solid #000;
	width: 296px;
	margin: 0 0 20px 0;
	padding: 20px;
}
.s_calender .blogCalendar-header {
	display: block;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #000;
	width: 100%;
	margin-bottom: 20px;
}
.s_calender .blogCalendar-header a {
	color: #000;
	padding-right: 5px;
}
.s_calender table {
	width: 100%;
	font-size: 12px;
}
.s_calender td {
	text-align: center;
}
.s_calender td.blogCalendar-dayAreaItem-Saturday {
	color: #76dffb;
}
.s_calender td a {
	color: inherit;
}

/* PAGECSS */
.pop{
	font-size:12px;
	line-height:180%;
}
.pop img{
	border:2px solid #000;
}
.pop h3{
	border: 2px solid #000;
	padding:10px;
}
.cornerbox, .box640-mid{
	border: 2px solid #000;
	width: 90%;
	margin-bottom: 20px;
	padding:5%;
	clear:left;
}
.act-img{
float:left;
width:40%;
padding:3px;
margin:0 15px 15px 0;
}
.act-right{
float:left;
width:55%;
}
.prof ul{
padding:10px;
}
.prof li, .ctitle, .box640-mid dt{
display: block;
border-bottom:solid 2px #000000;
padding: 3px 0px;
color: #000000;
font-weight:bold;
margin-bottom:15px;
}
.ctitle, .box640-mid dt{
font-size:16px;
}
.prof li{
font-size:12px;
}

/* FOD用スライダー */
.demo_stage h2{
color:#000000;
font-size:18px;
text-align:center;
}
.demo_stage {
margin:0 5%;
}
.demo_item{
width:300px;
border:solid 1px #FFF;
margin-left: 5px;
text-align:center;
}
.demo_item_s{
width:300px;
border:solid 1px #FFF;
margin-left: 5px;
text-align:center;
}

.none {
display: none;
}
.demo_item{
min-height: 100px;
max-height: 200px;
}
.demo_item_s{
min-height: 100px;
max-height: 200px;
}
.color1{
font-size:10px;
border:2px solid #000;
}
.color1 span{
font-size:12px;
font-weight:bold;
}
.color1 a{
color:#000;
}
.color1 a:hover{
color:#cccccc;
}
.bgbk{
background-color:#fff;
}
.taidan_title{
font-size:18px;
text-align:center;
font-weight:bold;
margin-top:20px;
}