@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html {
    overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Noto Sans Japanese", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 1.8;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
	overflow: hidden;
    position: relative;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	opacity: 0.6;			/*マウスオン時の透明度*/
	text-decoration: none;		/*マウスオン時にリンクの下線を消す設定*/
}



/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1400px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
}

.inner_other {
	max-width: 1300px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
}

.inner_group {
	max-width: 1300px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 1%;
	text-align: left;
}

.inner_about {
	max-width: 1000px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
}

.inner_topics {
	max-width: 1000px;	/*サイトの最大幅*/
	margin: 10px auto 200px auto;
	padding: 0 2%;
}

.inner_footer {
	max-width: 1400px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;
	text-align: left;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/

/*ロゴ画像*/
header #logo {
	max-width: 330px;	/*ロゴ画像の幅*/
	float: left;	/*左に回り込み*/
	margin-top: 0px;
	z-index: 1;
	position: relative;
}

.sh_black{
	background-color: black;
	max-width: 100%;
	margin-left: -200%;
	margin-right: -200%;
	padding:0 200%;
	text-align: left;
	position: relative;
}

/*PCメインメニュー
---------------------------------------------------------------------------*/
/*PCメニューブロック*/

.menu_block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
}

.menu_left{
	float: left;
	z-index: auto;
	background-color: black;
	max-width: 100%;
	margin-left: -200%;
	margin-right: -200%;
	padding:0 200%;
	text-align: center;
	position: relative;
}

.menu_right{
	max-width: 1000px;
	float: right;
}

.dropdwn{
    max-width: 100%;
    display: flex;
    z-index: 50;
}

.menu_block ul{
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
}

.menu_block li{
    max-width: calc(1000px/5);
    position: relative;
    padding: 14px 0px 11px 0px;
    display: block;
    cursor: pointer;
}

.dropdwn>li{
    width: 800px;
    margin: 1px;
    background: #000000;
    display: inline;
}

.dropdwn_menu{
    width: 100%;
    display: none;
    position: absolute;
    margin-left: -5px;
    margin-top: 10px;
    padding: 0;
    background: black;
    font-size: 90%;
}

.dropdwn_menu li{
    width: 100%;
    margin-top: 0px;
}

.dropdwn_menu a{
    margin: 5px 0px -5px 0px;
    display: block;
    color: #fff;
    text-decoration:none;
}

li a:hover{
    background: #b3d7ff;
    color: rgb(65, 65, 65);
}




#menubar {
	max-width: 790px;
	padding-top:12px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 16%;	/*メニュー幅（100÷6個=16.6%）　もし４個にするなら100÷4=25%になる。*/
	font-size: 110%;
	background-image: url(../images/menul.png);
	background-position: right top;
	background-repeat: no-repeat;
	display:  block;
	color: #333;
	text-decoration: none;
	text-align: center;
	line-height: 18px;	/*メニューの高さ*/
	padding-top: -4px;	/*下のブロックの「border-bottom」と「bottom」の数字と合わせる。*/
	padding-left: 10px;
	padding-right: 3px;
}
#menubar li a {
	display:  block;
	color: #333;
	text-decoration: none;
	text-align: center;
	line-height: 18px;	/*メニューの高さ*/
	padding-top: -4px;	/*下のブロックの「border-bottom」と「bottom」の数字と合わせる。*/
	padding-left: 10px;
	padding-right: 3px;
}

/*英語表記の設定*/
nav#menubar ul li span {
	font-size: 12px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準にする設定*/
	color: #6b88c8;	/*文字色*/
}

nav#menubar ul li a span {
	font-size: 12px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準にする設定*/
	color: #6b88c8;	/*文字色*/
}

nav#menubar ul li a:hover span {
	font-size: 12px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準にする設定*/
	color: #6cc886;	/*文字色*/
}

/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #333;	/*背景色*/
	font-size: 85%;			/*文字サイズ*/
	color: #fff;			/*文字色*/
	padding-top: 35px;
	padding-bottom: 20px;
}
footer a, footer a:hover {
	color: #fff;	/*リンクテキスト、マウスオン時の文字色*/
}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
#footermenu {
	overflow: hidden;
	margin-left:5px;
	padding-bottom: 20px;	/*上下、左右へのボックス内の余白*/
	font-size: 12px;	/*文字サイズを少し小さく*/
	margin-right: 1%;
}
/*１列分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 15%;		/*幅。今回は5列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
}
/*メニュー１個あたりの設定*/
#footermenu ul li {
	padding: 0 6px;	/*上下、左右への余白*/
}
/*見出し*/
#footermenu li.title {
	font-weight: bold;	/*太字にする*/
	background: rgba(0,0,0,0.1);	/*背景色*/
	border-radius: 2px;	/*角丸のサイズ*/
}
/*リンクテキスト*/
#footermenu a {
	text-decoration: none;
	opacity: 0.9;	/*透明度。70%色がでた状態の事。*/
}
/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;	/*透明度。100%色がでた状態の事。*/
}


.clear {clear: both;}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 5px;
}
#pagetop a {
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #999;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	width: 60px;	/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 10px;	/*角丸のサイズ*/
	border: 3px solid #fff;	/*枠線の幅、線種、色*/
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);	/*ボックスの影*/
	margin-bottom: 20px;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #fff;	/*背景色*/
	color: #6782bd;		/*文字色*/
}

/*各ページフォント 
---------------------------------------------------------------------------*/

.contents_title{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 30px;
	font-weight: bold;
	margin-top: 60px;
	letter-spacing: 0.1em;
	color: black;
	text-align: left;
}

.contents_title2{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 23px;
	font-weight: bold;
	margin-top: 20px;
	letter-spacing: 0.1em;
	color: black;
	text-align: center;
}

.contents_title3{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 16px;
	margin-top: 20px;
	letter-spacing: 0.1em;
	text-align: center;
}

.contents_txt{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 18px;
	margin-top: 20px;
	letter-spacing: 0.1em;
	color: black;
	text-align: left;
}

.contents_txt2{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
	margin-top: 20px;
	color: black;
	text-align: left;
}

.contents_midashi{
	font-size: 23px;
	margin: 35px 0px 20px 0px;
	text-align: center;
}

.contents_midashi span{
	color: rgb(195,13,35);
}


/*会社概要
---------------------------------------------------------------------------*/
.about_l{
	width: 50%;
	float: left;
	text-align: left;
}

hr.style {
	border-top: 1px dotted #a0a0a0;
}

hr.stylesp{
	margin-bottom: 15px;
}

.demoabout {
	width: 50%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
}

.demoabout th{
    width: 30%;
    display: block;
    border-top: none;
    float: left;
}
	
.demoabout td{
    width: 180%;
    display: block;
    border-top: none;
	margin-bottom:10px;
}


/*沿革
---------------------------------------------------------------------------*/
.history_l{
	width: 50%;
	float: left;
	text-align: left;
}

.demohistory {
	width: 50%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
}

.demohistory th{
    width: 20%;
    display: block;
    border-top: none;
    float: left;
}
	
.demohistory td{
    width: 200%;
    display: block;
    border-top: none;
	margin-bottom:10px;
}


/*ご挨拶
---------------------------------------------------------------------------*/
.greeting_l{
	width: 20%;
	float: left;
	text-align: left;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
}

.greeting_c{
	width: 40%;
	float: left;
	text-align: left;
	margin: 0px 40px;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
	letter-spacing: -0.01em;
}

.greeting_r{
	width: 30%;
	float: left;
	text-align: left;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
}

.demogreeting {
	width: 50%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
}

.demogreeting th{
    width: 40%;
    display: block;
    border-top: none;
    float: left;
	line-height:150%;
}
	
.demogreeting td{
    width: 200%;
    display: block;
    border-top: none;
	margin-bottom:10px;
	line-height:150%;
}


/*グループ会社　会社概要
---------------------------------------------------------------------------*/
.g_about_l{
	width: 50%;
	height: auto;
	float: left;
	text-align: center;
}

.g_web_l{
	width: 3%;
	height: auto;
	float: left;
	text-align: left;
	margin-left: 60px;
}

.g_about {
	width: 100%;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
	text-align: left;
	margin-left: 60px;
}

.g_about_s {
	width: 100%;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
	text-align: left;
}


/*グループ会社紹介 
---------------------------------------------------------------------------*/

.c_name{
	font-family: "新ゴ M" !important;
	font-style: normal;
	font-size: 30px;
	text-align: left;
	color: black;
}

.group_topics{
	font-family: "新ゴ M" !important;
	font-style: normal;
	font-size: 23px;
	text-align: left;
	color: black;
}


.group_topics2{
	font-family: "新ゴ M" !important;
	font-style: normal;
	font-size: 12px;
	color: black;
}

.store_list{
	font-family: "新ゴ M" !important;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	color: black;
	margin-left: 345px; 
}

.noodleshop{
	font-family: "新ゴ M" !important;
	margin-bottom: 5px;
	color: black;
}

.store_list a{
	text-decoration: none;
	color: black;
}

.group_topics a{
	text-decoration: none;
}

.g_float_l{
	float: left;
}

.g_float_r{
	float: right;
}

.pad{display: none;}

/*所有権解除
---------------------------------------------------------------------------*/

.o_txt_min {
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
}

.o_txt_top {
	font-family: "新ゴ M" !important;
	font-style: normal;
	font-size: 25px;
	text-align: center;
	margin: 50px auto;
	font-feature-settings: "palt";
}


/*その他
---------------------------------------------------------------------------*/
.pc {display:block;}
.pc_menu {display:block;}
.sh {display:none;}
.sh_menu {display:none;}

/*画面幅1368px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1368px) {

.menu_right{
	max-width: 900px;
	float: right;
}


}


/*画面幅1264px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1264px) {

.menu_right{
	max-width: 800px;
	font-size: 95%;
}

}


/*画面幅1160px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1160px) {

.menu_right{
	max-width: 750px;
	font-size: 90%;
}

.menu_left{
	width: 25%;
	height: 50px;
}

}

/*画面幅1056px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1056px) {

.menu_right{
	max-width: 700px;
}

.menu_left img{
	margin-top: 3px;
}

.dropdwn li{
	font-size: 85%;
	margin-top: 4px;
}


}


/*画面幅972px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 972px) {

.menu_right{
	max-width: 650px;
}

.menu_left img{
	margin-top: 5px;
}


}



/*画面幅960px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 960px) {

	#map .gmap {
		padding-top: 75%;
	}

}


/*画面幅902px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 902px) {


.sh_menu {display:block;}
.pc_menu {display:none;}

.pad{
	display: block;
	margin: -15px 0px; 
}

.store_list{
	font-size: 13px;
	margin-left: 0px; 
}

}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

body {
	max-width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width:auto;
	overflow: hidden;
}

.sh_menu {display:block;}
.pc_menu {display:none;}

}




/*画面幅768px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px){

body {
	max-width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




/*グループ会社紹介 
---------------------------------------------------------------------------*/

.c_name{
	font-size: 20px;
}

.group_topics{
	font-size: 17px;
	line-height: 1.8em;
}

.store_list{
	font-size: 13px;
	margin-left: 0px; 
}


.g_float_l{
	line-height: 1.3em;
}

.menu_left{
	width: 25%;
	text-align: left;
	height: 40px;
}

.menu_left img{
	margin-top: 5px;
}

.menu_right{
	max-width: 525px;
	margin: 0px;
	float: right;
	height: 20px;
}

.dropdwn li{
	font-size: 70%;
	margin: 0px;
}




}






/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

body{
	max-width: 100%;
}

#map .gmap {
	padding-top: 100%;
}

}


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

body{
	max-width: 100%;
}




}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){ 

/*全体の設定
---------------------------------------------------------------------------*/
body {
	max-width: 100%; 
	margin-left: auto;
	margin-right: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main{
	padding-top: 0px;
}


.inner_topics {
	max-width: 98%;	/*サイトの最大幅*/
	margin: 10px auto 50px auto;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #333;	/*背景色*/
	font-size: 85%;			/*文字サイズ*/
	color: #fff;			/*文字色*/
	padding-top: 20px;
	padding-bottom: 20px;
}
footer a, footer a:hover {
	color: #fff;	/*リンクテキスト、マウスオン時の文字色*/
}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
#footermenu {
	margin-top: -15px;
	margin-left:2px;
	font-size: 80%;
}

#footermenu ul {
	float: left;
	width: 50%;
}


.clear {clear: both;}

/*各ページフォント 
---------------------------------------------------------------------------*/

.contents_title{
	font-size: 20px;
	margin-top: 20px;
}

.contents_txt{
	font-size: 12px;
	margin-top: 20px;
}

.contents_title2{
	font-size: 20px;
	margin-top: 20px;
}

.contents_txt2{
	font-size: 14px;
	margin-top: 20px;
}

.contents_midashi{
	font-size: 120%;
	margin: 35px 0px 20px 0px;
	text-align: center;
}

/*会社概要
---------------------------------------------------------------------------*/
.demoabout {
	text-align: left;
}

/*沿革
---------------------------------------------------------------------------*/
.history_l{
	text-align: left;
}

.demohistory {
	max-width: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
}

.demohistory th{
    width: 50%;
    display: block;
    border-top: none;
    float: left;
    font-size: 80%;
}
	
.demohistory td{
    width: 400%;
    display: block;
    border-top: none;
    font-size: 80%;
	margin-bottom:10px;
}

.demohistory img{
    width: 70%;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*ご挨拶
---------------------------------------------------------------------------*/

.demogreeting {
	max-width: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
}

.greeting_font {
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
}

.demogreeting th{
    width: 30%;
    display: block;
    border-top: none;
    float: left;
    font-size: 90%;
	line-height:150%;
}
	
.demogreeting td{
    width: 200%;
    display: block;
    border-top: none;
	margin-bottom:10px;
	text-align: left;
	font-size: 90%;
	line-height:150%;
}

/*グループ会社 会社概要
---------------------------------------------------------------------------*/

.g_demoabout {
	max-width: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
}

.g_demoabout th{
    width: 25%;
    display: block;
    border-top: none;
    float: left;
    font-size: 90%;
	line-height:150%;
	text-align: center;
}
	
.g_demoabout td{
    width: 200%;
    display: block;
    border-top: none;
	margin-bottom:10px;
	text-align: left;
	font-size: 90%;
	line-height:150%;
}

.g_about_list {
	max-width: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
}

.g_about_list th{
    width: 5%;
    display: block;
    border-top: none;
    float: left;
    font-size: 90%;
	line-height:150%;
	text-align: center;
	margin-right: 3px;
}
	
.g_about_list td{
    width: 200%;
    display: block;
    border-top: none;
	margin-bottom:10px;
	text-align: left;
	font-size: 90%;
	line-height:150%;
}

.g_web_l{
	width: 13%;
	float: left;
	margin: 2px 5px;
}

.g_about {
	width: 100%;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
	text-align: left;
	margin-left: 60px;
}

.g_about_r{
	width: 80%;
	float: left;
	text-align: left;
}

.g_about_s {
	width: 98%;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	text-align: left;
}

.g_about_a {
	width: 98%;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	text-align: left;
	margin: 0px auto;
}

/*グループ会社紹介 
---------------------------------------------------------------------------*/

.c_name{
	font-size: 18px;
}

.group_topics{
	font-size: 15px;
	line-height: 1.8em;
}

.store_list{
	font-size: 12px;
	margin-left: 0px; 
}

.hanyuu{
	margin-right: 0px;
	float: right;
}

/*社会貢献活動
---------------------------------------------------------------------------*/
.sh_body{
	width: 95%;
	margin: 0 auto;
}

/*所有権解除
---------------------------------------------------------------------------*/

.o_txt_top {
	font-size: 15px;
	text-align: center;
	margin: 30px auto;
}

/*茨城日産 硬式野球部
---------------------------------------------------------------------------*/

.bb_history{
	text-align: center;
}

.bb_history{
	width: 80%;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
}

.bb_history th{
    width: 20%;
    display: block;
    border-top: none;
    float: left;
	line-height:110%;
}
	
.bb_history td{
    width: 100%;
    display: block;
    border-top: none;
	margin-bottom:10px;
	line-height:110%;
}

.bb_schedule{
	width: 100%;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
	font-size: 120%;
}


/*その他
---------------------------------------------------------------------------*/
.sh {
	display:block;
	text-align: center;
}
.pc {display:none;}



}
