@charset "utf-8";

/* ���ʐݒ� */

* {
	margin: 0;
	padding: 0;
	font-family: "���C���I", "Meiryo", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "�l�r �o�S�V�b�N", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
}

img {
	vertical-align: top;
	border: none;
}

.clear { clear:both; }  
.clear hr { display:none; } 


/* �S�̔w�i */
body {	width: 100%;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	text-align: center;
	background-color:#eeeeee;
}

/* ���C���R���e�i:����100% */
#container {
	margin: auto;
/*	background-color: #c60; */
}

#cushion {
	height:60px;
	background-image:url(../images/02_cushion_bg.jpg);
	margin-bottom:-30px;
}


/* ���C���R���e�i2:����960px */
#container2 { width: 960px;
	margin: auto;
}

/* �w�b�_�[�L���b�`�R�s�[ */
#catch h1{ 
	margin: 0;
	height: 27px;
	padding-top: 8px;
	background-color: #000;
	font-size: 12px;
	color: #f3cf55;
}

/* ヘッダー */
#header {
	background-image:url(../images/00_header_bg.jpg);
	height:61px;
	padding-top:15px;
}

#headbox { width: 960px;
	color: #8E8E8E;
	font-weight: normal;
	line-height: 24px;
/*	background-color: #c30; */
}
#headbox .boxl { width: 300px;
	text-align: left;
	float: left;
}
#headbox .boxr { width: 640px;
	margin-right: 20px;
	text-align: right;
	float: right;
}
#headbox a {
	color: #8E8E8E;
	text-decoration: none;
}
#headbox a:hover {
	color: #333333;
}
#headbox .tw {
	color: #fc0;
}
#headbox .menu { width: 960px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	background-color: #333;
}
#headbox ul { width: 960px;
	list-style: none;
}
#headbox li { width: 160px;
	border-bottom: solid 1px #fff;
	text-align: center;
	float: left;
}

/* グローバルナビ */

#container_navi {
	background-image:url(../images/navi_bg.png);
	height: 55px;
	margin:0;
	padding:0;
}

#global_navi {
	width:960px;
	margin:0 auto;
}

#global_navi ul {
	display:block;
	list-style:none;
	float: left;
	height: 55px;
}

#global_navi li {
	float: left;
	height: 55px;
	position:relative;
}

#global_navi li a{
	display: block;
}


/* ドロップダウン */

#global_navi .dropdown{
	display:none;
	position:absolute;
	top: 64px;
	z-index:9999;
	width: 968px;
	height:326px;
	background:url("../images/01_navi_dropdown_bg_02.png") repeat-y;
}

#global_navi #itemlist{
	left: -61px;
}

#global_navi .dropdown:before{
	content:"";
	display:block;
	position:absolute;
	top:-14px;
	height:14px;
	width:968px;
	background:url("../images/01_navi_dropdown_bg_01.png") no-repeat;
}

#global_navi .dropdown:after{
	content:"";
	display:block;
	position:absolute;
	bottom:-14px;
	height:14px;
	width:968px;
	background:url("../images/01_navi_dropdown_bg_03.png") repeat left bottom;
}

#global_navi .dropdown ul{
	display: block;
	height: 326px;
	width: 945px;
	margin:1px 0 0 14px;
}

#global_navi .dropdown ul:before,
#global_navi .dropdown ul:after { display: table; line-height: 0; content: "";}
#global_navi .dropdown ul:after { clear: both; }


#global_navi .dropdown li{
	height:105px;
	width:310px;
	margin-bottom:5px;
	margin-right:5px;
}

#global_navi .dropdown li a{
	background-color:#eeeeee;
}

#global_navi .dropdown li a:hover{
	background-color:#ffffdb;
}


/* サイドメニュー */
#sidemenu {
	width:230px;
	float:left;
}

#sidemenu ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#sidemenu li {
    display: block;
    margin: 0 0 5px 0;
}

#sidemenu li a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

#sidemenu #side_tel {
	text-indent: -9999px;
	height:160px;
	background: url("../images/03_side_tel.png") no-repeat center center;
}

#sidemenu a#side_mail {
	height:70px;
	background: url("../images/03_side_mail.png") no-repeat 0 0;
}

#sidemenu a:hover#side_mail {
	height:70px;
	background-position: 0 -70px;
}

#sidemenu a#yshop {
	height:60px;
	background: url("../images/03_side_yshop.png") no-repeat 0 0;
}

#sidemenu a:hover#yshop {
	height:60px;
	background-position: 0 -60px;
}

#sidemenu a#yauc {
	height:60px;
	background: url("../images/03_side_yauc.png") no-repeat 0 0;
}

#sidemenu a:hover#yauc {
	height:60px;
	background-position: 0 -60px;
}

#sidemenu a#bbschool {
	height:60px;
	background: url("../images/03_side_bbschool.png") no-repeat 0 0;
}

#sidemenu a:hover#bbschool {
	height:60px;
	background-position: 0 -60px;
}

#sidemenu #side_item {
	text-indent: -9999px;
	height:40px;
	background: url("../images/03_side_sub01.png") no-repeat center center;
}

#sidemenu #side_user {
	text-indent: -9999px;
	height:40px;
	background: url("../images/03_side_sub02.png") no-repeat center center;
}

#sidemenu_item {
	padding:15px 0;
	background-color:#FFF;
	-moz-border-radius: 5px;    /* 古いFirefox */
	-webkit-border-radius: 5px; /* 古いSafari,Chrome */
	border-radius: 5px;         /* CSS3 */
}

#sidemenu_item li {
	text-align:left;
	font-size:14px;
    text-indent: 20px;
	font-weight:bold;
	margin:0;
}

#sidemenu_item li a {
	font-size:14px;
	font-weight:normal;
	padding:5px 0 5px 0;
    display: block;
	text-align:left;
    text-indent: 50px;
    overflow: hidden;
	color:#000;
	text-decoration:none;
	background:url(../images/04_side_sub_bg.png) no-repeat 20px 8px;
}

#sidemenu_item li a:hover {
	background-color:#ffffda;
	color:#000;
}



/* メインメニュー */

#mainmenu {
	margin-left:15px;
	width:715px;
	float:left;
	text-align:left;
}

#main_sub01 {
	background: url("../images/04_main_sub01.png") no-repeat 0 0;
	height:40px;
	width:715px;
	text-indent: -9999px;
	margin-bottom: 8px;
}

#main_sub02 {
	background: url("../images/04_main_sub02.png") no-repeat 0 0;
	height:40px;
	width:715px;
	text-indent: -9999px;
	margin-top:5px;
	margin-bottom: 8px;
}

#main_sub03 {
	background: url("../images/04_main_sub03.png") no-repeat 0 0;
	height:40px;
	width:715px;
	text-indent: -9999px;
	margin-top:5px;
	margin-bottom: 8px;
}

iframe.twitter-timeline {
    width: 715px;
}

#twitter {
    width: 715px;
	height:450px;
	padding-bottom: 8px;
}

#news {
	width:100%;
	height:234px;
	background-color:#fff;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

#news p {
	font-size:20px;
	text-align: center;
}

#banner {
	padding-bottom: 8px;
}

#item {
	margin-bottom:20px;
}

#notice {
	background-color:#fff;
	padding:15px 25px 15px 25px;
	margin-bottom:10px;
}

#notice a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.grid2, .grid3, .grid4 {
	 float: left;
	 display: inline;
	 margin-left: 15px;
	 margin-bottom:8px;
}

/* グリッドシステム */

.grid2 {
	width: 350px;
	}

.grid2 a img{
	margin: -1px;
	border: 1px solid #e5e5e5;
	}
	
.grid2 a:hover img{
	margin: -1px;
	border: 1px solid #666666;
	}
		
.first {
	margin-left: 0;
	clear: left;
}
	 
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix { zoom: 1;}
/* IE7 */
*:first-child+html .clearfix {zoom: 1;}

/* �t�b�^�[ */
#contentsendcont {
	background-color: #363636;
}

#footer  { width: 960px;
	margin:30px auto 0 auto;
	text-align:center;
	font-size: 11px;
	line-height:20px;
	clear: both;
}
#footer .navi {
	padding-top: 10px;
	width: 100%;
	color: #ddd;
}
#footer .navi td {
	text-align: left;
	margin: 4px 20px 0 0;
}
#footer .navi a {
	color: #999;
	text-decoration: none;
	padding: 0 0.75em;
	white-space: nowrap;
}
#footer .navi a:hover {
	color: #fff;
	text-decoration: none;
}


/* トップに戻るボタン */

.page-top {
	margin: 0 ;
	padding: 0 ;
	display: none ;
}

.page-top p {
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top {
	font-size:20px;
	display: block ;
	background: #333333 ;
	width: 50px ;
	height: 50px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-page-top:hover {
	opacity: 0.75 ;
}


/* 不使用？ */
#dropmenu{
  list-style-type: none;
  width: 960px;
  height: 40px;
  margin: 0 auto 0;
  padding: 0;
  background: #333333;
  border-bottom: 5px solid #c0c0c0;
  border-radius: 3px 3px 0 0;
}
#dropmenu li{
  position: relative;
  width: 15%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #222222;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover > a{
  background: #222222;
  color: #eff7b1;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #cc6600;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

/* �R���e���c 960px */
#contents960 { width: 960px;
	clear:left;
	color: #333;
	font-weight: bold;
	line-height: 24px;
	background-color: #fff;
/*	background-color: #3c5; */
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9; */
}

/* �R���e���c 920px */
#contents { width: 920px;
	padding: 20px;
	color: #333;
	text-align: left;
	background-color: #fff;
/*	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9; */
}
#contents a {
	font-weight: bold;
	color: #09f;
	text-decoration: none;
}
#contents a:hover {
	color: #0cf;
	text-decoration: underline;
}

#contentsleft { width:200px;
	float:left;
	text-align:left;
}
#contentsleft img { 
	margin-bottom: 10px;
	border: 1px #ff0000 solid;
}

#contentsright {
	width:720px;
	float:left;
	text-align:left;
}


/* �e��N���X */
.clear {
	clear: both;
}

h2 {
/*	background-image: url("../img/basketball32.gif");
	background-repeat: no-repeat;
	padding-left: 40px; */
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 4px;
}
h3 {
/*	background-image: url("../img/basketball32.gif");
	background-repeat: no-repeat;
	padding-left: 40px; */
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 4px;
}


.tablebox {
	color: #222;
	border-collapse: collapse;
}
.tablebox th {
	border: 1px solid #CCC;
	text-align: left;
	font-weight: bold;
	background-color: #fff5ee;
	padding: 8px;
}
.tablebox td {
	border: 1px solid #CCC;
	background-color: #fff;
	padding: 8px;
}
.tablebox .tc {
	text-align: center;
}
.tablebox .tr {
	text-align: right;
}
.tablebox .ta {
	color: #111;
	text-decoration: underline;
}


.ulbox {
	margin: 10px;
	list-style-type: disc
}
.ulbox li{
	margin: 5px;
}

.redbold {
	color: #F00;
	font-weight: bold;
}

hr.white {
	height: 80px;
	border: 1px #ffffff solid;
	color: #ffffff;
}

.roll a:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

#campaign{
	font-size:13px;
	line-height:25px;
}

#gaiyou{
	color:#333333;
	padding:15px;
	background-color:#eeeeee;
	font-size:9pt;
	line-height:20px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

#lscp_comment{
	width:660px;
	background-color:#ffffff;
	margin:0 auto;
	padding:20px 0 20px 0;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

#lscp_comment table{
	width:600px;
	margin:0 auto 20px auto;
}

#lscp_comment h3{
	margin-bottom:0;
	font-size:16px;
	color:#009FE7;
}

#lscp_comment b{
	color:#FF5500;
}

.sokutei_table{
	border-collapse: collapse;
}

.sokutei_table th{
	padding: 4px;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}

.sokutei_table td{
	padding: 3px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

#document.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

div.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

.timeline {
    max-width: 100% !important;
    width: 100% !important;
    }

/* ここから下を追記 */
.SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }

.SandboxRoot.env-bp-820 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }
	

/* Tシャツページ */
#blue {
	background-color:#dff1fc;
	width:655px;
	padding:25px 30px;
}

#blue h2 {
	font-size:19px;
	color:#1593d8;
	font-weight:700;
}


#blue p {
	font-size:14px;
	line-height:23px;
	padding-left:19px;
	padding-bottom:20px;
}

#white_item {
	background-color:#fff;
	padding:25px 30px;
	margin-top:20px;
}

#white_item h1 {
	font-size:30px;
	color:#fff;
	font-weight:700;
	width:715px;
	background-color:#687278;
	padding:6px 0;
	height:40px;
	margin:-25px  0 20px -30px;
	text-align:center;
	letter-spacing: 1px;
}


#white_item h2 {
	font-size:30px;
	line-height:35px;
	font-weight:700;
	color:#687278;
}

#white_item h3 {
	letter-spacing: 1px;
	display:inline-block;
	font-size:20px;
	color:#fff;
	margin:40px 0 10px 0;
	font-weight:400;
	background-color:#75beeb;
	height:30px;
	padding:5px 20px 0 20px;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}

#white_item h4 {
	font-size:18px;
	font-weight:700;
	margin:20px 0 5px 0;
}

#white_item p {
	font-size:14px;
	line-height:23px;
}


#white_mask {
	background-color:#fff;
	margin-top:20px;
	padding:20px 0 20px 0;
	text-align:center; 
}

#white_mask img {
	margin:7px;
}

#white_mask a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
	
#white_mask table {
	margin:20 auto;
}

#tb_item {
	margin:50px 0 0 0;
	padding:0;
}

#indent {
	font-size:12px;
	margin-left:12px;
}

#faxdl {
}

#faxdl a {
	display: block;
	color:#fff;
	font-size:30px;
	font-weight:600;
	width:650px;
	background-color:#687278;
	padding:6px 0 7px 0;
	height:40px;
	margin-top:30px;
	text-align:center;
	letter-spacing: 1px;
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */  
	text-decoration:none;
}

#faxdl a:hover {
	background-color:#ece736;
}



#white {
	background-color:#fff;
	padding:25px 30px;
	margin-top:20px;
}

#white h1 {
	font-size:30px;
	color:#fff;
	font-weight:700;
	width:715px;
	background-color:#75beeb;
	padding:6px 0;
	height:40px;
	margin:-25px  0 20px -30px;
	text-align:center;
	letter-spacing: 1px;
}


#white h2 {
	font-size:30px;
	line-height:35px;
	font-weight:700;
	color:#75beeb;
	margin-top:40px;
}

#white h3 {
	letter-spacing: 1px;
	display:inline-block;
	font-size:20px;
	color:#fff;
	margin:40px 0 10px 0;
	font-weight:400;
	background-color:#75beeb;
	height:30px;
	padding:5px 20px 0 20px;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}

#white h4 {
	font-size:18px;
	font-weight:700;
	margin:20px 0 5px 0;
}

#white p {
	font-size:14px;
	line-height:23px;
	padding-left:19px;
	padding-bottom:20px;
}


table#logoimage {
	border-collapse: collapse;
	border: 1px solid #ccc;	
	width:655px;
}

table#logoimage td {
	text-align:center;
	border-collapse: collapse;
	border: 1px solid #ccc;	
}

#logoimage img {
	width:90px;
	margin:10px 0;
}

table#logoimage2 {
	border-collapse: collapse;
	border: 1px solid #ccc;	
	width:655px;
}

table#logoimage2 td {
	text-align:center;
	border-collapse: collapse;
	border: 1px solid #ccc;	
}

#logoimage2 img {
	width:120px;
	margin:10px 0;
}

#logoimage2 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7; */

}

table#logoimage3 {
	border-collapse: collapse;
	border: 1px solid #ccc;	
	width:655px;
}

table#logoimage3 td {
	text-align:center;
	border-collapse: collapse;
	border: 1px solid #ccc;	
}

#logoimage3 img {
	width:200px;
	margin:10px 0;
}

#logoimage3 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7; */

}



/* Tシャツメニュー */

#tshirtmenu {
}

#tshirtmenu ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#tshirtmenu li {
	text-align:center;
	float:left;
    display: block;
	margin:0 10px;
	font-size:20px;
	font-weight:600;
	color:#1593d8;
}

#tshirtmenu li a{
    display: block;
	width:290px;
	height:30px;
	padding:3px;
	text-decoration:none;
	color:#1593d8;
	background-color:#FFF;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  

}

#tshirtmenu li a:hover{
    display: block;
	background-color:#b9dff3;
}


