@charset "utf-8";
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
原則として、許可なしの再配布は禁止させていただきます。
また、無料でお使いの方は、【ＰＲ枠】のリンクは全て削除禁止です。
加工後の削除も禁止させていただきます。
ご不明な点は、http://www.s-hoshino.com/info.html、または、
http://www.megapx.com/info.htmlのフォームよりお問い合わせください。
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

* {
	padding:0;
	margin: 0;
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif!important;
}

.side_prbox{
font-size:12px!important;
}
.side_prbox a{
color: #0085B0!important;
font-size:12px!important;
}

#base {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
body {
	color:#505050;
	background-color: #F9F9F9;
	font-size: 12px;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/bg.gif?t=1638348904);
	background-repeat: repeat-x;
	background-position: center top;
}

img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
a {
	color: #0085B0;
}
a:hover {
	color: #00C1DD;
	text-decoration: none;
}
/*
ヘッダー
-------------------------------------------*/
#head {
	height: 168px;
	position: relative;
}
#head h1 {
	text-indent: -9999px;
}
#head h2 {
	position: absolute;
	bottom: 15px;
	left: 50px;
	background-image: none;
	padding: 0px;
	margin: 0px;
	color: #505050;
}


#otonokazelogo {
	position: absolute;
	left: 15px;
	top: 10px;
}
#egao {
	position: absolute;
	left: 240px;
	top: 20px;
	font-size: 2em;
	line-height: 1.8;
	letter-spacing: 5px;
	font-weight: bold;
	color: #008080;
	text-align: center;
}
#egao span {
	font-size: 0.85em;
	color: #444;
	font-weight: normal;
}

#head #h_right {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom: solid 5px #ff3300;
	padding: 0 8px;
}

#head #info {
	position: absolute;
	right: 25px;
	font-size: 11px;
	color: #7A8687;
	line-height: 24px;
	text-align: right;
	top: 50px;
}
#head #info strong {
	font-size: 26px;
	color: #47A4C2;
	font-family: Arial, Helvetica, sans-serif;
}
#head #info span {
	font-size: 18px;
	color: #666666;
}
#head #h_list a:hover {
	background-color: #FFFFFF;
}

/*
グローバルナビ
-------------------------------------------*/

#navi {
	/*background-color: #A7B3B3;*/
	padding-left: 15px;
	/*background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/navi.gif?t=1638364924);*/
	position: absolute;
	left: 1px;
	bottom: -10px;
}

#navi li .toplevel {
	line-height: 16px;
	/*	height: 32px;*/
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-left: 13px;
	font-size: 13px;
	color: #505050;
	text-decoration: none;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
}

/*IE6除外
---------------*/
html > body #navi li .toplevel {
	height: 32px;
}
/*---------------*/

#navi li a.toplevel:hover,
#navi li a.toplevel.jshover {
	color: #151515;
}

#navi li a span {
	line-height: 10px;
	font-size: 10px;
	color: #999999;
}
#navi li strong span {
	line-height: 12px;
	font-size: 10px;
	color: #1696D3;
}

/*IE6適用
---------------*/
* html #navi li a span {
	line-height: 14px;
}
* html #navi li strong span {
	line-height: 16px;
}
/*---------------*/

#navi li a:hover span,
#navi li a.jshover span {
	color: #1A80C3;
}
 
#jsnavi {
	display: block;
	position: relative;
	/*background-color: #95A4A4;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/navi.gif?t=1638364924);*/
	height: 44px;
	width: 930px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
}
#jsnavi li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#jsnavi ul {
	width: 150px;
	display: none;
	position: absolute;
	top: 44px;
	left: -1px;
	margin: 0;
}

#jsnavi ul ul {
	left: 149px;
	top: 0;
}

* html #jsnavi ul {
	line-height: 0;
} /* IE6 "fix" */
#jsnavi ul a {
	zoom: 1;
} /* IE6/7 fix */
#jsnavi ul li {
	float: none;
}
 
#jsnavi *:hover {
	background-color: none;
}
#jsnavi a {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/navi-li.gif?t=1638364931);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
}

#jsnavi strong {
	display: block;
	color: #000000;
	line-height: 16px;
	/*	height: 32px;*/
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/navi-li-st.gif?t=1638364944);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	font-weight: normal;
}

/*IE6除外
---------------*/
html > body #jsnavi strong {
	height: 32px;
}
/*---------------*/

#jsnavi a:hover {
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/navi-li-ov.gif?t=1638364937);
}
#jsnavi a.jshover {
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/navi-li-ov.gif?t=1638364937);
}

#jsnavi li.jshover a {
/*	filter: alpha(opacity=90);*/
	-moz-opacity:0.90;
	opacity:0.90;
}

#jsnavi ul a.jshover {
	background-color: #2288AA;
	color: #FFFFFF;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/li-w.gif?t=1638349022);
}
#jsnavi ul a:hover {
	background-color: #32A2CD;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/li-w.gif?t=1638349022);
	color: #FFFFFF;
}
#jsnavi ul a {
/*	filter: alpha(opacity=80);*/
	-moz-opacity:0.80;
	opacity:0.80;
	background-color: #F2F2EE;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/li.gif?t=1638349016);
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #A7B3B3;
	line-height: 20px;
	height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 7px center;
	color: #1D2325;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CED5D5;
	border-left-color: #CED5D5;
}



/*
メイン
-------------------------------------------*/
#main {
	float: left;
	width: 938px;
	padding: 6px;
}
#pankuzu {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#pankuzu strong {
	font-weight: normal;
	color: #505050;
	font-size: 11px;
	letter-spacing: 1px;
}

#content {
	float: right;
	width: 690px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-top: 10px;
}



#content .box_out {
	background-color: #EEEEEE;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	margin-bottom: 5px;
	padding: 10px;
}

h2 {
	font-size: 20px!important;
	line-height: 26px!important;
	padding-top: 16px!important;
	padding-bottom: 12px!important;
	padding-left: 5px!important;
	margin-bottom: 10px!important;
	font-weight: normal!important;
	color: #151A1A!important;
	height: 26px!important;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/h2.gif?t=1638364975);
	background-repeat: repeat-x;
	background-position: bottom;
}

h2,  x:-moz-any-link  {
	padding-top: 12px;
	padding-bottom: 16px;
}

h2 span {
	font-size: 12px;
	padding-left: 20px;
	color: #9CAEB0;
	letter-spacing: 1px;
	line-height: 14px;
}
#content h3 {
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/h3.gif?t=1638364985);
	height: 18px;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 1px;
	font-weight: normal;
	background-color: #333333;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#content h3,  x:-moz-any-link  {
	padding-top: 6px;
	padding-bottom: 6px;
}

#content h3 span {
	font-size: 11px;
	color: #738686;
	line-height: 12px;
	padding-left: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}
#content h4 {
	color: #333;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #D6B583;
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#content h4 span {
	font-size: 12px;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p {
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content .box02_left {
	float: left;
	width: 340px;
	margin-left: 2px;
}
#content .box02_right {
	float: right;
	width: 340px;
}
#content .box02_left h3, #content .box02_right h3 {
	clear: both;
}
#content .box02_left .box_in,
#content .box02_right .box_in {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .box02_left p,
#content .box02_right p {
	margin: 0px;
}

#content .box02_right .dl_list {
	border: 1px solid #D6D5CB;
	background-color: #FFFFFF;
}
#content .box02_right .dl_list dt {
	width: 70px;
	padding-left: 7px;
	background-position: left center;
}
#content .box02_right .dl_list dd {
	width: 205px;
}
#content .box02_right .dl_list dl {
	width: 320px;
	padding-top: 8px;
	padding-bottom: 8px;
}

dl.dl_link {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	margin-right: 5px;
	margin-left: 5px;
}
.dl_link dt {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 28px;
	margin-bottom: 10px;
     /*	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/li.gif?t=1638349016);*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	font-weight: bold;
	letter-spacing: 1px;
}
.dl_link dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	color: #505050;
}


.img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #EDECE9;
}
.img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #EDECE9;
}
#top_img {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #DFDFDF;
}

.btn_s {
	text-align: right;
	clear: both;
	padding: 10px;
}
.btn_s a,
a.btn_s {
	color: #FFFFFF;
	background-color: #36B3E2;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEF0F0;
	border-right-color: #EEF0F0;
	border-bottom-color: #EEF0F0;
	border-left-color: #EEF0F0;
	text-decoration: none;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/btn.gif?t=1638365003);
	background-repeat: repeat-x;
	background-position: center top;
}
.btn_s a:hover,
a.btn_s:hover {
	color: #0F7ABB;
	background-color: #ECFBFF;
	background-image: none;
}


#content .to_top {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}
#content ul.list {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content ul.list li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px;
	padding-left: 15px;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/li.gif?t=1638349016);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	color: #1072BA;
}

#content .chui {
	color: #CC3333;
	font-size: 13px;
}
.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 Pro W6","HiraMinPro-W6";
	padding-top: 5px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
	background-color: #F8F8F6;
}

.teisei {
	text-decoration: line-through;
	padding-right: 5px;
	padding-left: 5px;
}

.box02_left .img_left {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 10px;
}
.box02_left .img_right {
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 10px;
}

#content .menu_base {
	background-color: #F8F7F5;
	width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

textarea ,
input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
.map_base {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
	border: 1px solid #EAEAEA;
}

/*-----dlリスト-----*/
#content .dl_list {
	padding: 5px;
	border: 1px solid #EEEEEA;
	float: left;
	margin-bottom: 5px;
}
#content .dl_list dt {
	float: left;
	display: block;
	width: 80px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/li.gif?t=1638349016);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content .dl_list dd {
	display: block;
	float: right;
	width: 460px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
#content .dl_list dl {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5CB;
	display: block;
	width: 570px;
	padding-top: 7px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
#content .dl_list dd a {
	line-height: 1.4em;
}

/*
サイド
-------------------------------------------*/

#side {
	background-color: #F6F6F6;
	padding: 5px;
	float: left;
	width: 220px;
	margin-top: 10px;
}
#side h3 {

	font-size: 13px;
	line-height: 20px;
	color: #fff;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/side-h3.gif?t=1638365022)!important;
	background-repeat: no-repeat;
	height: 20px;
	padding-bottom: 7px;
	font-weight: normal;
	margin-bottom: 1px;
	padding-top: 5px;
	letter-spacing: 1px;
	text-align: center;
}
#side .side_box {
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/side-box.gif?t=1638365036);
	background-repeat: repeat-x;
	background-position: top;
	width: 220px;
	margin-bottom: 5px;
	background-color: #F2F1EF;
	padding-top: 5px;
	padding-bottom: 10px;
}

#side .side_box img{
margin: 0 auto;
}
#side .side_box h3 {
	background-color: #859DA0;
	background-image: none;
	line-height: 20px;
	height: 20px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D3D1C9;
}
#side .side_box .side_inbox {
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/side-inbox.gif?t=1638365053);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 210px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #F5F5F4;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#side li {
	line-height:0;
}
#side li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #505050;
	text-decoration: none;
	background-color: #F8F8F5;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0D8;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/side-li.gif?t=1638365066)!important;
	background-position: center top;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 34px;
}

#side li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/side-li-ov.gif?t=1638365074)!important;
}

#side .side_box .side_inbox p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
}
#side .side_box .side_btn {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side .side_box .side_prbox {
	width: 186px;
	background-color: #F9F9F7;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 12px;
	color: #5C6F70;
}
#side .side_box .side_prbox p {
	font-size: 10px;
}
#side .side_box .side_prbox a {
	color: #798E8D;
	text-decoration: none;
}

#side li a span {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
#side li a:hover span {
	color: #22A8E8;
}
#side ul {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	display: block;
}
#side .chui {
	font-size: 10px;
	color: #D73743;
	padding-left: 5px;
}

#side .side_box .side_prbox a:hover {
	color: #AAB7B6;
}

/*
フッター
-------------------------------------------*/

#foot_base {
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/foot.gif?t=1638365098);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F0F0F0;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#foot {
width:980px;
padding-top: 30px;
	/*height: 160px;*/
	height: 120px;
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#foot p {

	font-size: 10px;
	color: #859DA0;
	line-height: 16px;
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 25px;
}
#foot li a {
	color: #597173;
	font-size: 11px;
	text-decoration: none;
}

#foot li a:hover {
	color: #809B9D;
}

#foot li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9EABAB;
}

#foot #f_ul01 {
	position: absolute;
	left: 20px;
	top: 15px;
}
#foot #f_ul02 {
	position: absolute;
	left: 20px;
	top: 38px;
}
#foot #f_logo {
	font-size: 16px;
	color: #A7B4B4;
	position: absolute;
	top: 30px;
	right: 22px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #6C7D7D;
	background-color: #F5F5F5;
	line-height: 30px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


/*
各種テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table.table_info {
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#content table td {
	padding: 5px 10px;
	border: 1px solid #EAE8DF;
	font-size: 14px;
}
#content table th {
	font-size: 14px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAE8DF;
	border-right-color: #EAE8DF;
	border-bottom-color: #D1CDBA;
	border-left-color: #EAE8DF;
	background-color: #F1ECE3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #664B24;
}
#content form table th {
	width: 127px;
}

#content table td.td_head {
	background-color: #F5F8F8;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #B4C0C0;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 13px;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/td-head.gif?t=1638365118);
	background-repeat: repeat-x;
}

#content table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/td-odd.gif?t=1638365125);
	background-repeat: repeat-x;
	line-height: 20px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #9AABAB;
}

#content table.table_menu th {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #BDB7A1;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	white-space: nowrap;
	background-color: #FCFBF8;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
	padding-left: 20px;
}
#content table.table_menu th span {
	font-size: 10px;
	color: #36A6DC;
}
#content table.table_menu td {
	padding-left: 15px;
	border-bottom-color: #E5E5E5;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-right: 15px;
}
#content .table_menu strong {
	font-size: 16px;
	color: #238CCB;
	padding-right: 5px;
	padding-left: 5px;
}
#content table.table_menu {
	width: 520px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.table_info th a {
	color: #312D24;
}
#content .table_info .td_odd p {
	margin: 0px;
}

#content table.table_menu td {
	font-size: 14px;
}
#content table.table_menu th {
	font-size: 14px;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/th.gif?t=1638365137);
	background-repeat: repeat-x;
	background-position: center top;
	color: #334A51;
	background-color: #F7F9F9;
	border-right-color: #ABBDBE;
}

/*
ギャラリー
-------------------------------------------------------------------*/
#content .box3 {
	text-align: center;
	width: 205px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F9F7F4;
}
.box3 .btn a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #BF9F62;
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBE1CF;
	border-right-color: #EBE1CF;
	border-bottom-color: #EBE1CF;
	border-left-color: #EBE1CF;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/btn.gif?t=1638365003);
	background-repeat: repeat-x;
	background-position: center top;
}
.box3 .btn a:hover {
	color: #008DD9;
	background-color: #F0FDFF;
	background-image: none;
}
.box3 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #E2DBCD;
}
.box3 a:hover img {
	border-top-color: #89E1FE;
	border-right-color: #89E1FE;
	border-bottom-color: #2FCAFD;
	border-left-color: #89E1FE;
}
#content .box3:hover {
	background-color: #ECFBFF;
	border-top-color: #B3E9F7;
	border-right-color: #B3E9F7;
	border-bottom-color: #B3E9F7;
	border-left-color: #B3E9F7;
}



#content .box01 {
	width: 640px;
	margin-left: 2px;
	margin-bottom: 20px;
}

#content .box01 strong{
	font-size: 1.1em;
}




.box_left {
	float: left;
	width: 31%;
}
.box_right {
	float: right;
	width: 68%;
}

.box_left dl.dl_link {
	border: none;
}
.box_right dl.dl_link {
	border: none;
}

.box_left dt {
	margin-bottom: 14px;
}

.box_in div.line {
	clear: both;
	border-bottom: dotted 1px #ccc;
	height: 10px;
}

.box_in div.line2 {
	clear: both;
	height: 6px;
}




.box_in li {
	margin-top: 8px;
	margin-bottom: 16px;
	font-size: 1.15em;
}





#dantaigaiyou {
	padding-bottom: 70px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #151A1A;
	height: 26px;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/h2.gif?t=1638364975);
	background-repeat: repeat-x;
	background-position: bottom;
}



#youkoso {
	text-align: center;
	padding-top:30px;
}


#dantaigaiyou h2, #dantaiayumi h2 {
	background: none;
	margin-bottom: 0;
}
#dantaigaiyou p {
	margin-top: 0;
}


#otonokazegaiyou {
	margin: 10px;
}

table#otonokazegaiyou th, table#otonokazegaiyou td {
	font-size: 12px;
	font-weight: normal;
	padding: 8px 12px;

}
table#otonokazegaiyou th {
	width: 60px;
}

.canpan {
	margin: 20px;
}

.canpan a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


.gaiyou-photo {
	width: 200px;
	margin: 20px auto;
}


#dantaiayumi {
	padding-top: 16px;
	padding-bottom: 36px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #151A1A;
	height: 26px;
	background-image: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/h2.gif?t=1638364975);
	background-repeat: repeat-x;
	background-position: bottom;
}


dl.ayumi {
	margin: 20px;
}
dl.ayumi dt {
	background: #666;
	color: #fff;
	padding: 8px 10px;
	margin-bottom: 10px;
}
dl.ayumi dd {
	padding: 4px 20px;
	margin-bottom: 10px;
	line-height: 200%;
}

ul.kaiin li {
	list-style-type: disc;
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 10px;
}


#content div.box_in p {
	font-size: 1.1em;
	line-height: 170%;
}


form p,input, textarea {padding: 5px; font-size: 12px;}



#music-saloon-button {
	width: 500px;
	margin: 0 auto;
}


#music-saloon-button a {
	display: block;
	float: left;
	width: 250px;
	height: 120px;
	text-indent: -9999px;
	margin-right: 10px;
}
a#button1 {
	background: url(button_pc_new.png) no-repeat;
}
a#button2 {
	background: url(button_gospel_new.png) no-repeat;
}
a#button3 {
	background: url(button_piano_new.png) no-repeat;
}
a#button4 {
	background: url(button_utagoe_new.png) no-repeat;
}
a#button5 {
	background: url(button_comodo_new.png) no-repeat;
}
a#button6 {
	background: url(button_pcadv_new.png) no-repeat;
}
a#button7 {
	background: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/button-kenhamo.png?t=1638365292) no-repeat;
}





a#button1:hover {
	background: url(button_gospel_new.png) no-repeat;
}
a#button2:hover {
	background: url(button_gospel_new.png) no-repeat;
}
a#button3:hover {
	background: url(button-piano_new.png) no-repeat;
}
a#button4:hover {
	background: url(button_utagoe_new.png) no-repeat;
}
a#button5:hover {
	background: url(button_comodo_new.png) no-repeat;
}
a#button6:hover {
	background: url(button_pcadv_new.png) no-repeat;
}
a#button7:hover {
	background: url(https://u.jimcdn.com/cms/o/se5adba23348a996f/userlayout/img/button-kenhamo.png?t=1638365292) no-repeat;
}




.gallery ul{
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
	}

.gallery ul li{
	display:block;
	float:left;
	margin:0 10px 10px 0;
	}

.gallery ul li img{
	width:100px;
	height:75px;
	padding:4px;
	border:1px solid #FFFF00;
	}

.gallery ul li.last{margin-right:0;}



table#otonokazegaiyou th {
	width: 80px;
} 



.riji-photo {
	float: left;
	width: 200px;
	margin: 10px auto;
	text-align: center;
}
.riji-syoukai {
	float: left;
	width: 450px;
	margin: 10px auto;
}
#content div.box_in p.riji-name {
	border-bottom: dotted 1px #333;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 115%;
}
.riji-name strong {
	font-size: 140%;
}


#content div.box_in div.line {
	clear: both;
	border-bottom: dotted 1px #666;
	margin-bottom: 20px;
}

/* 白枠 */
#cc-m-12932710426,#cc-m-12933123526,#cc-m-12933999726,#cc-matrix-3718715626,
#cc-matrix-3718912426,#cc-matrix-3719000626,
#cc-matrix-3719003126,#cc-matrix-3719004126,
#cc-matrix-3719004526,#cc-matrix-3719005126,
#cc-matrix-3719009626,#cc-matrix-3719009926,
#cc-matrix-3719010826,#cc-matrix-3719011126,
#cc-matrix-3719012726,#cc-matrix-3719012526,
#cc-matrix-3719022126,#cc-m-12935048426,
#cc-m-12932301626,#cc-matrix-3719087326,
#cc-matrix-3719087526,#cc-matrix-3719087726,
#cc-matrix-3719088026,#cc-matrix-3719088226,
#cc-matrix-3719088426,#cc-matrix-3719091426,
#cc-matrix-3719091626{
border:1px solid #D9D9D9;
padding:10px 10px 10px 10px!important;
background-color:#ffffff;
box-sizing:border-box;
}

.j-calltoaction-link-style-3{
background-color:#008080!important;
border:none!important;
padding: 5px 10px!important;
}
iframe{
border:none!important;
background-color:#FFFFFF!important;
}
#cc-matrix-3718715626 h3{
background-color:#666666;
color:#ffffff;
padding-left: 10px;
background-image:none;
font-weight:700;
}

h2.h2-content{
padding: 0 0 30px 0!important;
}

.btn-top{
float:right;
}


 /* bread

---------------------------------------------*/

#bread{
margin-left: 20px;
    margin-bottom:10px;
    padding-top:10px;
    font-size:12px;
}

 

#bread div{

    display:inline;

}

 

#bread ol{

    margin:0px;

    padding:0px;

    display:inline;

}

#bread ol li{

     display:inline;

     margin-right:10px;

     font-size:12px;

}


#bread ol li:before{

    content:"> ";

}
 body.cc-page-index #bread,body#page-2423912226 #bread,
body#page-2423912326 #bread,body#page-2423912426 #bread,
body#page-2424132726 #bread,
body#page-2424140126 #bread{

   display:none;

}