@charset "utf-8";
/* CSS Document */
html{ 
    background:#FFFFFF; 
} 
body {
	font-family: "Hiragino Kaku Gothic Pro",'メイリオ', "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #FFFFFF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	font-size:16px;
	*font:small;
	line-height:250%;
	color:#3F0000;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
	transition: all 0.5s;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	transition: all 0.3s;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	color:#333399;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}


/*　リンク　*/
a:link{
	color:#000066;
	text-decoration: underline;
}
/*a:visited{
	color:#5A7A98;
	color:#597997;
}*/
a:hover{
	color:#CC0000;
}

a img{
	border:none;
	text-decoration:none;
}

a:hover img{
	opacity:0.70;
	filter: alpha(opacity=70);
}
img{
	border:none;
}
li{
	list-style:none;
}

/*　トピックパス（パンくずリスト）　*/
.topic{
	margin:0;
	padding:0;
	background:#FFFFFF;
	font-size:smaller;
	text-align:left;
	color:#6A5556;
}
.topic a{
	color:#6A5556;
}
.topic ol{
	margin:0 20px;
	padding:5px;
	line-height:100%;
}
.topic ol li{
	display:inline;
	list-style-type: none;
	color:#333;
	margin:0;
	padding:0;
}

.topic ol li a {
    /* aの背景画像に記号の画像を指定 */
    background-image:none;
    /* 右寄せ＆リピート無し */
    background-position: center right;
    background-repeat: no-repeat;
	padding:0;
    padding-right: 15px;
}

/* ~~ この固定幅コンテナが他のすべてのエレメントを囲みます。~~ */
.container:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
.container {
	clear:both;
	width: 980px;
	background:none;
	background-color:#FFF;
	margin: 0px auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	padding:10px 0 0 0;
	_height:1px;
	min-height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

.wrapper{
	margin:0px auto 0 auto;
	padding:0;
}
.content:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
.content{
	clear:both;
	margin:0 auto;
	padding:0;
	width:980px;
	clear:both;
	_height:1px;
	min-height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
.innercontent{
	clear:both;
	width:720px;
	margin:0 auto;
	text-align:left;
}

.img_border a{
	border:5px solid #CCC;
	padding:0;
	margin:0;
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
	behavior: url(../ie-css3.htc);
	behavior: url(../PIE.htc);
}

.img_border a:hover{
	border:5px solid #F5F5F5;
	padding:0;
	margin:0;
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
	behavior: url(../ie-css3.htc);
	behavior: url(../PIE.htc);
}

/*　ヘッダ　*/
#header {
	margin:0;
	padding: 0;
	border-top:5px solid #e67e22;
	
}
.head{
	width:980px;
	margin:0 auto;
	text-align:left;
	padding: 0;
	padding-top:10px;
	height:95px;
/*	border-bottom:1px solid #B9A79B;*/
}
.head img{
	vertical-align:middle;
}
.head h1 a:hover img {
	opacity:1;
	filter: alpha(opacity=100);
}
.head h1, .head h3, .head p{
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	height:75px;
	vertical-align:middle;
	float:left;
	font-size:12px;
	font-weight:normal;
	color:#3F0000;
	line-height:200%;
	vertical-align:bottom;
}
.head p, .head h3{
	float: left;
	line-height:180%;
	padding: 25px 5px 5px 30px
}
.head ul{
	float: right;
	text-align:right;
	width:243px;
	margin:0px 0 5px 0;
	padding:0;
}

.head ul li{
	float:left;
	margin:0px 0px 0 10px;
	padding:0;
}

.head_right{
	float:right;
	text-align:right;
}

/*　iframe　*/
iframe{

	border:1px dotted #3F0000;
}

/* TOPメイン　ラインナップ3段・2段 */
.lineup{
	float:left;
	width:205px;
	margin:2px 7px 10px 0;
	background:#333333;
}
.lineup_right{
	float:right;
	width:205px;
	margin:2px 0 10px 0;
	background:#333333;
}
.lineup_midashi1{
	float:left;
	width:205px;
}
.lineup_midashi2{
	float:left;
	width:416px;
}
.lineup_midashi2right{
	float:right;
	width:416px;
}
.lineup_midashi3right{
	float:right;
	width:205px;
	margin-top:0;
	vertical-align:top;
}

.infobox{
	display:block;
	clear:both;
	border:1px solid #CCC;
	background: #C06 url(../images/infobox.jpg) bottom repeat-x;
	background-position:0 0px;
	padding:27px 5px 6px 5px;
	height:50px;
	width:230px;
	text-align:center;
	margin:0 auto 10px auto;
	color:#FFFFFF;
	font-weight:bold;
	font-size:105%;
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
	behavior: url(../ie-css3.htc);
	behavior: url(../PIE.htc);
}
.infobox a{
	color:#FFFFFF;
}

.infobox a:hover{
	color:#FFC;
}

.infobox2{
	display:block;
	clear:both;
	border:1px solid #CCC;
	text-align:center;
	height:80px;
	width:250px;
	margin:10px auto;
	color:#FFFFFF;
	font-weight:bold;
	font-size:110%;
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
	behavior: url(../ie-css3.htc);
	behavior: url(../PIE.htc);
	background-color:#C36;
}
.infobox2 a{
	display:block;
	height:40px;
	width:240px;
	padding:25px 5px 15px 5px;
	color:#FFFFFF;
	text-decoration:underline;
	background: #C06 url(../images/infobox.jpg) bottom repeat-x;
	background-position:0 0px;
		border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
	behavior: url(../ie-css3.htc);
	behavior: url(../PIE.htc);
	text-decoration:none;
}

.infobox2 a:hover{
	display:block;
	height:40px;
	width:240px;
	color:#FFFFCC;
	background:#C36 url(../images/infobox.jpg) top repeat-x;
		border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
	behavior: url(../ie-css3.htc);
	behavior: url(../PIE.htc);

}

.border{
	display:block;
	border:1px solid #CCC;
	padding:10px;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
	behavior: url(../ie-css3.htc);
	behavior: url(../PIE.htc);
}		

/*　共通事項　*/
.float_left{
	float:left;
	padding:0;
}
.m_r45{
	margin-right:45px;
}
.float_right{
	float:right;
	padding:0;
}
.float_right2{
	float:right;
	width:690px;
	text-align:left;
	padding:0;
	margin:10px 0;
}
.font14{
	font-size:14px;
	font-weight:bold;
}
.font10{
	font-size:12px;
}

.margin_top10{
	margin-top:30px;
	margin-bottom:0;
}

.margin0{
	margin:0;
}

.margin5{
	margin:5px 0;
}

.margin_right10{
	margin-right:10px;
}
.margin_right{
	margin-right:20px;
}
.margin_bottom{
	margin-bottom:30px;
}
.margin_bottom2{
	margin-bottom:60px;
}
.margin_left{
	margin-left:30px;
}
.clear {
	clear:both;
}
.clear_both{
	clear:both;
	line-height:0;
	height:0;
	margin:0;
	padding:0;
}
.padding_bottom10{
	padding-bottom:30px;
}
.padding_top{
	padding-top:30px;
}
.x-small{
	font-size:x-small;
}

.font14{
	font-size:14px;
	font-weight:bold;
}
.font10{
	font-size:small;
	*font:x-small;
}
.section {
	margin:10px 0px 10px 15px;
	text-align:left;
}

.right{
	text-align:right;
	margin:0px;
	font-size:x-small;
}

#list li{
	list-style-image::url(../images/li.jpg);
	list-style-position:outside;
	margin-left:30px;
}
#list li a{
	list-style-image::url(../images/li.jpg);
	list-style-position:outside;
	color:#006699;
}
#list li a:hover{
	color:#EC8602;
}

.point{
	padding:7px;
	border:1px solid #CC0000;
	margin:10px;
}

.larger{
	font-size:larger;
}

/* メイン */
#wrapper:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}

#wrapper {
	clear:both;
	width:980px;
	color:#333333;
	margin: 0px auto;
	padding:0;
	text-align:left;
	_height:1px;
	min-height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

.container a{
	text-decoration:underline;
}
.container a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
}
.container a.stay img{
	opacity:1.00;
	filter: alpha(opacity=100);	
}

/* 左メイン */
#primary:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
#primary{
	width:690px;
	float:left;
	margin:0px auto;
	padding:0;
	background:none;
	text-align:left;
	_height:1px;
	min-height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
#main:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
#main{
	width:720px;
	float:right;
	margin:0px auto;
	margin-top:10px;
	padding:0;
	background:none;
	text-align:left;
	_height:1px;
	min-height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

/* 右サブメイン */
#container{
	text-align:center;
	margin:5px;
	height:180px;
}
#secondary{
	width:240px;
	float:right;
	padding:0;
}

#secondary img{
	display:block;
	margin-bottom:15px;
}

#sub{
	width:240px;
	float:left;
	padding:0;
	margin-top:10px;
}

#sub img{
	display:block;
	margin-bottom:5px;
	border:none;
}

.cal_box{
	width:240px;
	text-align:center;
	background:#C00;
	margin:5px 0 10px 0;
	padding:7px auto;
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
	behavior: url(../ie-css3.htc);
	behavior: url(../PIE.htc);
}
.mov_box{
	width:240px;
	text-align:center;
	background:#C00;
	margin:5px 0 10px 0;
	padding:7px auto;
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
	height:190px;
	behavior: url(../ie-css3.htc);
	behavior: url(../PIE.htc);
}

.mov_box img{
	margin:0 auto;
}

/*　サブメニュー　*/
#submenu{
	float:left;
	margin:10px 0px 10px 0;
	padding:2px 0 0px 0;
	text-align:center;
	border:1px solid #CCC;
}
#submenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#submenu li {
	margin:0;
	text-align:left;
	overflow:hidden;
	width:235px;
}

#menu {
	font-weight:bold;
	font-size:95%;
	color:#FF6600;
	overflow:hidden;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
	border-left:5px solid #C00;
}
#menu a{
	display:block;
	padding:12px 0px 12px 12px;
	color:#C00;
	background: none;
	text-decoration:none;
}
#menu a:hover{
	color:#666;
}
#menu2 a{
	display:block;
	width:227px !important;
	width/**/: 237px;
	margin:0px;
	padding:12px 0px 12px 15px;
	height:20px;
	font-size:95%;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	list-style:none;
	border-bottom:1px solid #CCCCCC;
}

#menu2 a:hover {
	color:#C00;
	background: none;
}
#menu3 a{
	display:block;
	width:205px !important;
	width/**/: 215px;
	margin:0px;
	padding:12px 0px 12px 32px;
	height:20px;
	font-size:95%;
	color:#444;
	text-decoration:none;
	background:url(../images/ya.gif) left top no-repeat;
	list-style:none;
	border-bottom:1px solid #CCCCCC;
}

#menu3 a:hover {
	color:#C00;
	background: none;
	background:url(../images/ya.gif) left bottom no-repeat;
}

#menu3 a.selected {
	color:#C00;
	background: none;
	background:url(../images/ya.gif) left bottom no-repeat;
}

#menu4 a{
	display:block;
	width:193px !important;
	width/**/: 203px;
	margin:0px;
	padding:12px 0px 12px 45px;
	height:20px;
	font-size:95%;
	color:#444;
	text-decoration:none;
	list-style:none;
	border-bottom:1px solid #CCCCCC;
}

#menu4 a:hover {
	color:#C00;
	background: none;
}


/* 見出し */
h2{
	clear:both;
	font-size:140%;
	color:#6A5556;
	background:url(../images/h1.gif) left center no-repeat;
	margin:0 0 10px 0;
	padding:4px 0 4px 46px;
	text-align:left;
	height:46px;
	line-height:200%;
}
h2 span{
	font-size:70%;
}
.content h1{
	clear:both;
	font-size:110%;
	color: #C03;
	text-align:left;
	margin:0 0 10px 0;
	padding:4px 0 3px 13px;
	border-left:7px solid #C03;
	border-bottom:1px solid #C03;
	background-color:#EAEAEA;
}
#primary h1{
	clear:both;
	font-size:110%;
	color: #C03;
	text-align:left;
	margin:0 0 10px 0;
	padding:4px 0 3px 13px;
	border-left:7px solid #C03;
	border-bottom:1px solid #C03;
}

#primary h2{
	clear:both;
	font-size:100%;
	color:#C03;
	background:#EAEAEA url(../images/top/h2.jpg) no-repeat;
	margin:0 0 10px 0;
	padding:7px 0 0px 18px;
	text-align:left;
	height:24px;
}

#primary h3{
	clear:both;
	font-size:100%;
	color: #C06;
	background:#EAEAEA url(../images/top/h3.jpg) no-repeat;
	margin:0 0 10px 0;
	padding:4px 0 0px 18px;
	text-align:left;
	height:24px;
}
#primary h3 a{
	color:#333333;
	color:#003366;
}
#primary h3 a:hover{
	color:#004D99;
	text-decoration:underline;
}

#primary h4{
	font-size:100%;
	color:#444;
	margin:0 0 10px 0;
	border-bottom:2px solid #C00;
	padding:7px 0 0px 5px;
	text-align:left;
	height:18px;
}

#secondary h2{
	clear:both;
	height:20px;
	vertical-align:central;
	background:#9CF;
	color:#06F;
	font-size:90%;
	margin:0 0 3px 0;
	padding:0;
	padding-top:3px;
	text-align:center;
	border-radius: 12px;
	-webkit-border-radius: 12px;	/* Safari,Google Chrome */
	-moz-border-radius: 12px; /* Firefox */
	behavior: url(../ie-css3.htc);
	behavior: url(../PIE.htc);
}

#main h1{
/*	background:#CC0000 url(../images/h1.jpg) repeat-x;*/
	height:40px;
	color:#C36;
	font-size:130%;
	line-height:180%;
	padding-top:8px;
/*	border-left:7px solid #C36;*/
	border:none;
	border-bottom:2px solid #C36;
	padding-left:20px;
}

.text{
	float: right;
	font-size: 70%;
	font-weight: normal;
	margin:0px 3px 0 0;
	padding:0;
}
*:first-child+html .text{
	margin:-28px 3px 0 0;
}
*html body .text{
	margin:-28px 3px 0 0;
}

#main h2{
	clear:both;
	font-size:100%;
	color:#444;
	background:#EAEAEA url(../images/h2.jpg) left bottom no-repeat;
	margin:0 0 10px 0;
	padding:4px 0 2px 36px;
	text-align:left;
	height:28px;
}

#main h3{
	clear:both;
	font-size:100%;
	color: #444;
	background:#EAEAEA url(../images/top/h3.jpg) no-repeat;
	margin:0 0 10px 0;
	padding:7px 0 0px 18px;
	text-align:left;
	height:24px;
	border-left:3px solid #C36;
}

#main h4{
	clear:both;
	font-size:100%;
	color:#444;
	margin:0 0 10px 0;
	border-bottom:2px solid #C00;
	padding:7px 0 0px 5px;
	text-align:left;
	height:18px;
}

#main h5{
	clear:both;
	font-size:100%;
	color:#444;
	margin:0 0 10px 0;
	border-bottom:2px solid #006;
	padding:10px 0 0px 7px;
	text-align:left;
	height:18px;
}
#sub h1{
	clear:both;
	height:42px;
	vertical-align:central;
	background:#EFEFEF;
	color:#333;
	font-size:100%;
	margin:0 0 3px 0;
	padding:23px 0 0 15px;
	text-align:left;
	border:none;
	border-bottom:2px solid #C36;
}
#sub h2{
	clear:both;
	height:20px;
	vertical-align:central;
	background:#C00;
	color:#FFFFFF;
	font-size:90%;
	margin:0 0 3px 0;
	padding:0;
	padding-top:3px;
	text-align:center;
	border-radius: 12px;
	-webkit-border-radius: 12px;	/* Safari,Google Chrome */
	-moz-border-radius: 12px; /* Firefox */
	behavior: url(../ie-css3.htc);
	behavior: url(../PIE.htc);
}
/*
h4{
	clear:right;
	font-size:110%;
	color:#000;
	background-color:#EAEAEA;
	background:url(../images/new_g/h4.jpg) repeat-x;
	border-bottom:1px solid #999;
	margin:0 0 10px 0;
	padding:8px 0 8px 10px;
	text-align:left;
}
*/
h5{
	font-size:180%;
	border-bottom:1px solid #CCCCCC;
	color:#141414;
	padding:0 0 0 10px;
/*	border-left:7px solid #999999;*/
	height:30px;
	margin:15px 0;
}	
h6{
	clear:both;
	font-size:110%;
	color: #FF6600;
	border-left:6px solid #FF6600;
	padding:5px;
}

/*個人情報*/

ol.privacy{
    margin:1em 0;
	padding:0 0 0 25px;
	list-style:decimal outside none;
}

ol.privacy li{
	line-height:150%;
	margin:1em;
	padding:0 0 0 15px;
	list-style:lower-roman outside none;
}
ol.privacy2{
    margin:1em 0;
	padding:0 0 0 15px;
	list-style:decimal outside none;
}
ol.privacy2 li{
	line-height:150%;
	margin:10px;
	padding:0;
	list-style:decimal outside none;
}

/*　先輩ページ　*/

#senpai{
	clear:both;
	width:892px;
	width:100%;
	background-color:#CC0000;
	min-height:1px;
	padding:4px 0;
	margin:0px auto;
	text-align:center;
}
.senpai{
	margin:0 auto;
	text-align:center;
	width:892px;
}

.senpai_p{
	float:left;
	margin-right:4px;
}

.senpai_right{
	float:left;
	margin:0;
}
.margin_minus{
	margin-top:-10px;
}
        /* Shared styles */
        
        .drop-shadow {
            position:relative; 
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			behavior: url(../ie-css3.htc);
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute; 
            z-index:-2;
        }
        
/*        .drop-shadow p {
            font-size:16px;
            font-weight:bold;
        }*/


        /* Raised shadow - no pseudo-elements needed */
        
        .raised {
            -webkit-box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		behavior: url(ie-css3.htc);
        }
		
        /* 2- Shared styles */
	 .drop-shadow2 a:link{
		 display:block;
		 width:220px;
		 zoom:1;
		 height:0 !important;
		height /**/:140px;
		padding-bottom:0; !important;
		padding /**/:1em 0 1.8em 0;
		margin:0;
		line-height:140%;
		text-decoration:none;
		background:#fff;
	 }        
        .drop-shadow2 {
			font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            position:relative;
            width:220px;
			text-align:center;
			padding:0;
			padding-top:10px; !important;   
            padding-top/**/:0.4em;
			padding-bottom :10px; !important;
			padding-bottom /**/:2.4em;
			margin:0;
			margin-top:6px;
			margin-bottom:3px;
			margin-left:2px;
            background:#fff;
			text-decoration:none;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			behavior: url(../ie-css3.htc);
        }

        .drop-shadow2:before,
        .drop-shadow2:after {
            content:"";
            position:absolute; 
            z-index:-2;
        }
        
        .drop-shadow2 p {
            font-size:16px;
            font-weight:bold;
			margin:0;
			padding:0;
        }
 
        /* Rotated box */
        
        .rotated {
            -webkit-box-shadow:none;
               -moz-box-shadow:none;
                    box-shadow:none;
            -webkit-transform:rotate(-3deg);    
               -moz-transform:rotate(-3deg);   
                -ms-transform:rotate(-3deg);
                 -o-transform:rotate(-3deg);
                    transform:rotate(-3deg);
			behavior: url(../ie-css3.htc);
        }
        
        .rotated > :first-child:before {
            content:"";
            position:absolute;
            z-index:-1;
            top:0;
            bottom:0;
            left:0;
            right:0;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			behavior: url(../ie-css3.htc);
        }
/*　テーブル　*/

#work,#work3 {
	clear:both;
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:20px 0;
	padding:0;
}
#work th,#work3 th{
	width:160px;
	border:none;
	border-bottom:1px solid #CCCCCC;
	border-collapse:collapse;
	padding:5px 8px;
	font-weight:normal;
	text-align:center;
	vertical-align:top;
}
#work3 th{
	width:140px;
}
#work td,#work3 td{
	border-collapse:collapse;
	border-bottom:1px solid #CCCCCC;
	padding:5px 8px;
	text-align:left;
	background-color:#FFF;
	min-width:100px;
	vertical-align:top;
}

#work2 {
	clear:both;
	width:100%;
	border-collapse:collapse;
	border:1px solid #CCC;
	margin:20px 0;
	padding:0;
}
#work2 th{
	width:200px;
	border:none;
	border-bottom:6px double #CCCCCC;
	border-collapse:collapse;
	padding:8px;
	font-weight:normal;
	text-align:center;
	vertical-align:top;
	background:#705C4F;
	background:#3F0000;
}
#work2 td{
	border-collapse:collapse;
	border-bottom:1px solid #CCCCCC;
	border-bottom:6px double #CCCCCC;
	padding:8px;
	text-align:left;
	background-color:#FFF;
	min-width:100px;
	vertical-align:middle;
	font-size:140%;
	font-weight:600;
	color:#6A5556;
}
#work2 td span{
	font-size:14px;
	font-weight:normal;
	color:#554546;
	line-height:100%;
	text-decoration:none;
}
#work2 td a{
	display:block;
	color:#6A5556;
	height:150px;
	line-height:380%;
	vertical-align:middle;
	padding-left:15px;
}
#work2 td a:hover{
	background:#EAE6E6;
}


#stripe tbody tr:nth-child(even) { 
	background-color:#F0F0F6;
}

#stripe tbody tr:nth-child(odd) {
	 background-color:#FCFCFC;
}

#flow{
	width:870px;
	border:none;
	text-align:center;
	margin:10px auto;
}
#flow th{
	width:240px;
	padding:0px 0px 6px 0;
	border:none;
	text-align:center;
	background:url(../images/new_g/process_b.jpg) no-repeat;
	color:#FFF;
	font-size:120%;
	vertical-align:top;
}
#flow td{
	width:600px;
	padding:10px 0 10px 20px;
	text-align:left;
}
#flow td h5{
	width:600px;
	font-size:110%;
	font-weight:bold;
	color:#CC0000;
	border-bottom:1px solid #CC0000;
	border-left:5px solid #CC0000;
	padding:3px 0 2px 10px;
	margin:0 0 10px 0;
	text-align:le;
}
#naiyou{
	border:none;
	margin:10px 0;
	width:600px;
	width:500px;
}
#naiyou th{
	padding:10px 10px 10px 0;
	text-align:left;
	background-color:#FFFFFF;
	color:#333;
	width:130px;
	vertical-align:top;
	font-size:105%;
	font-weight:normal;
}
#naiyou td{
	padding:10px 0 10px 15px;
	text-align:left;
	background-color:#FFFFFF;
	color:#333;
	border:none;
	width:350px;
}
.kiyaku {
   width: 95%;
   height: 500px;
   margin: 10px auto;
   padding: 8px;
   overflow: auto;
   border: 1px solid #666;
   text-align:left;
}
.kanryo_box{
	border:1px solid #0066CC;
	background-color:#0066CC;
	padding:8px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	margin:30px 0 20px 0;
	width:572px;
}

#kensaku:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
#kensaku{
	margin:10px 0;
	padding:0;
	_height:1px; 　/*ここから追加*/
	min-height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/

}
#kensaku img{
	vertical-align:middle;
}
.kensaku{
	border-left:1px solid #6599AF;
	border-bottom:1px solid #6599AF;
	border-right:1px solid #6599AF;
	padding:5px 5px 0px 5px;
}
.kensaku_box{
	border:1px solid #CCCCCC;
	padding:5px;
	margin:10px;
}

.flash {
	margin-top:20px;
	margin-bottom:20px;
}

.flash a:hover img {
	opacity:1;
	filter: alpha(opacity=100);
}

.flash_bg {
	margin-top:0px;
	padding:0;
	background:#C00 url(../images/top/top_bg.jpg) repeat-x;
}
.recruit_top{
	margin:0;
	padding:0;
}
.recruit_bg{
	margin-top:0px;
	padding:0;
	margin:0;
	background: #FFF url(../images/bg.jpg) repeat-x center top;
	width: 100%;
	left: 0;
}

.recruit_bg2{
	margin-top:0px;
	padding:0;
	background: #FFF url(../images/recruit/bg.jpg) repeat-x center top;
	width: 100%;
	height:auto;
	left: 0;
	/*背景画像を画面いっぱいにする*/
	-webkit-background-size: cover;
    -moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg{
	background:#DFEEFA url(../images/message_bg.jpg) no-repeat;
	margin:0;
	padding:0;
}

.bg_white{
	background-color:#FFFFFF;
	opacity:0.75;
	filter: alpha(opacity=75);	
}

.greetings{
	line-height:240%;
	font-size:105%;
	color:#444;
}
.jinji{
	padding:10px 20px 10px 20px;
	margin:20px;
	border:1px dotted #CCCCCC;
	margin:0 0 15px 0;
	line-height:140%;
}
.jinji1{
	border-left:8px solid #FF9800;
	border-bottom:1px solid #FF9800;
	padding:10px;
	margin:0 0 15px 0;
	line-height:130%;
}

.phot_right{
	float:right;
	padding:3px;
	margin:0 0 0 20px;
	border:1px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
}
.jinji_left{
	clear:left;
	float:left;
	border:2px solid #CCCCCC;
	padding:10px;
	margin:0 10px 15px 0;
	width:265px;	
}
.jinji_right{
	float:right;
	border:2px solid #CCCCCC;
	border-bottom:3px solid #CCCCCC;
	border-right:3px solid #CCCCCC;
	padding:10px;
	margin:0 0 15px 0;
	width:265px;	
}

.special{
	border:5px solid #CCCCCC;
	padding:10px;
	margin:10px 0;
	height:auto;
}
#schedule{
	width:560px;
	padding:0px;
	_height:1px; 　/*ここから追加*/
	min-height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
* html #schedule li a{
 height: 1%;
}
#schedule:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
#schedule ul{
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:bottom;
}
#schedule li {
	display:inline;
	float:left;
	margin:0;
	margin-right:1px;
	padding:0;
	width:111px;
	list-style-type:none;
	/*height:45px;*/
	vertical-align:bottom;
	text-align:center;
}

#schedule li img{
	display: inline;
	vertical-align:bottom;
}
#schedule li a{
	display:block;
	overflow:hidden;
	width:100%;
	zoom:1;
	line-height:0;
	font-size:0;
	vertical-align:bottom;
}
#schedule li a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
}

#schedule td{
	border:1px dotted #999999;
	padding:10px;
	border-collapse:collapse;
}
#news{
	border:4px solid #EFEFE0;
	border-collapse:collapse;
	text-align:left;
	margin:15px 0;
}
#news th{
	border-top:1px solid #B9B973;
	border-right:1px solid #B9B973;
	border-left:1px solid #B9B973;
	border-collapse:collapse;
	padding:5px 5px 0 5px;
	color:#FF6600;
	font-weight:bold;
	text-align:left;
}
#news td{
 	border-right:1px solid #B9B973;
	border-bottom:1px solid #B9B973;
	border-left:1px solid #B9B973;
	padding:0 5px 5px 20px;
}
.photo{
	float:left;
	margin:0px 10px 10px 0;
	width:335px;
}
.p_right{
	float:right;
	margin:0px 0 10px 0px;
	width:335px;
}
.p_title {
	display:block;
	width:230px;
	padding:5px;
	font-weight:normal;
	background-color:#DFDFDF;
	text-align:center;
	font-size:88%;
	line-height:140%;
	color:#444;
}
.p_title2 {
	display:block;
	width:620px;
	padding:5px;
	font-weight:normal;
	background-color:#DFDFDF;
	text-align:center;
	font-size:88%;
	line-height:140%;
}

/* テーブル */

#message {
	width:auto;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	text-align:left;
	font-size:small;
}
#message th {
	padding:8px;
	border-collapse:collapse;
	border:0;
}
#message td {
	padding:8px;
	border-collapse:collapse;
	border:0;
}
.message {
	background-color:#F0F4FF;
	font-size:110%;
}
.photo_a{
	float:left;
	margin-right:20px;
}
.leftmessage{
	float:left;
	text-align:left;
	width:560px;
}
.rightmessage{
	float:right;
	text-align:left;
	width:560px;
}
.lh_low{
	line-height: 200%;
}
.aki{
	margin-top:20px;
}

.title{
	text-align:center;
	background-color:#FFF0E1;
}
div .float2:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}

div .float2{
	clear:both;
	margin:10px 0;
	_height:1px; 　/*ここから追加*/
	min-height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
#kansou{
	width:590px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	margin:10px 0;
}
#kansou td{
	padding:7px;
	text-align:left;
	border-bottom:1px dotted #CCCCCC;
	background-color:#FFFFE8;
}
#qa{
	margin-top:20px;
	width:590px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	background-color:#FFFFFF;
}
#qa td{
	border-bottom:1px dotted #CCCCCC;
	padding:7px;
	border-collapse:collapse;
	vertical-align:top;
}
#qa th{
	border-bottom:1px dotted #CCCCCC;
	padding:7px;
	border-collapse:collapse;
	font-weight:bold;
	font-size:120%;
	background-color:#FFF9EC;
	text-align:left;
}

#ui{
	border:1px solid #999999;
	border-collapse:collapse;
	width:590px;
	margin:10px 0;
}
#ui th{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	width:160px;
	padding:10px;
	text-align:center;
}
#ui td{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	width:160px;
	padding:10px;
	text-align:left;
}
#staff{
	border:1px solid #999999;
	border-collapse:collapse;
	width:690px;
	margin:10px 0;
}
#staff th{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	padding:5px;
	vertical-align:top;
	color:#CC0000;
	font-size:120%;
	text-align:center;
}
#staff td{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	padding:2px;
	line-height:190%;
	font-size:95%;
	text-align:left;
	width:305px;
	vertical-align:top;
}
.staff-photo{
	margin:0px 10px 0px 0px;
	padding:0 2px 2px 0;
	border-bottom:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	float:left;
}

.staff{
	float:left;
	width:154px;
	color:#333;
	font-size:90%;
	margin:7px 0 5px 0;
	padding:5px;
	text-align:left;
	line-height:130%;
	vertical-align:central;
	border:1px solid #CCC;
	border-bottom:3px solid #CCC;
	border-right:2px solid #CCC;
	border-radius: 7px;
	-webkit-border-radius: 7px;	/* Safari,Google Chrome */
	-moz-border-radius: 7px; /* Firefox */
	behavior: url(../ie-css3.htc);
	behavior: url(../PIE.htc);
}
.staff1{
	float:left;
	width:auto;
	color:#333;
	font-size:90%;
	margin:7px 5px 5px 0px;
	padding:5px;
	text-align:left;
	vertical-align:central;
	line-height:130%;
	border:1px solid #CCC;
	border-bottom:3px solid #CCC;
	border-right:2px solid #CCC;
	border-radius: 7px;
	-webkit-border-radius: 7px;	/* Safari,Google Chrome */
	-moz-border-radius: 7px; /* Firefox */
	behavior: url(../ie-css3.htc);
	behavior: url(../PIE.htc);
}

#network{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	width:620px;
	margin:10px;
	padding:10px;
}
#network td{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	padding:10px;
}



/* 共通設定追加 */	
.center{
	text-align:center;
}

.moji_color{
	color:#CC0000;
}
.margin-my{
	margin:0 0 20px 20px;
}
.left:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
.left{
	float:left;
	width:278px;
	padding:0px 10px 2px 2px;
	line-height:130%;
	margin-top:0;
	_height:1px; 　/*ここから追加*/
	min-height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
.rightbox:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
.rightbox{
	float:right;
	text-align:left;
	width:281px;
	padding:0px 2px 2px 2px;
	border-left:1px dotted #CCCCCC;
	line-height:130%;
	margin-top:0;
	_height:1px; 　/*ここから追加*/
	min-height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
.left2{
	float:left;
	width:145px;
	padding:3px 5px 3px 5px;
	border:1px dotted #FF9800;
}
.left2 a{
	text-decoration:none;
}
.right2{
	float:right;
	width:145px;
	padding:3px 0px 3px 5px;
	border:1px dotted #FF9800;
	margin-top:0;
}
.right2 a{
	text-decoration:none;
}
.gray_bg {
  margin: 18px 2px 18px 2px;
  padding: 16px 8px 2px 18px;
  line-height: 200%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

/* グローバル7項目の場合 */
#global{
	clear:both;
	border-bottom:1px solid #999;
	background: #09F url(../images/menu_bg.jpg) repeat-x;
	margin:0;
	padding:0;
	width:100%;
}
#globalmenu{
	clear:both;
	margin:0px auto;
	padding:0px;
	height:40px;
	width:980px;
	list-style-type:none;
}

#globalmenu li{
	float:left;
	width:140px;
	list-style-type:none;
}

#globalmenu li a{
	display:block;
	overflow:hidden;
	width:100%;
	height:0 !important;
	height /**/:18px;
	padding-top:40px;
	background-color:#d35400;
	background-color:#e67e22;
	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:center;
	list-style-type:none;
}

/* オフマウス時 */
#menu01 a { background-position:  0     0; }
#menu02 a { background-position: -140px 0; }
#menu03 a { background-position: -280px 0; }	
#menu04 a { background-position: -420px 0; }
#menu05 a { background-position: -560px 0; }
#menu06 a { background-position: -700px 0; }
#menu07 a { background-position: -840px 0; }

/* オンマウス時 */
#menu01 a:hover { background-position:  0     -40px; }
#menu02 a:hover { background-position: -140px -40px; }
#menu03 a:hover { background-position: -280px -40px; }
#menu04 a:hover { background-position: -420px -40px; }
#menu05 a:hover { background-position: -560px -40px; }
#menu06 a:hover { background-position: -700px -40px; }
#menu07 a:hover { background-position: -840px -40px; }

/* 選択済み */
#menu01 a.active { background-position:  0     -40px; }
#menu02 a.active { background-position: -140px -40px; }
#menu03 a.active { background-position: -280px -40px; }
#menu04 a.active { background-position: -420px -40px; }
#menu05 a.active { background-position: -560px -40px; }
#menu06 a.active { background-position: -700px -40px; }
#menu07 a.active { background-position: -840px -40px; }

/* 先輩グローバル */
#s_global{
	margin:0;
	padding: 0;
	width:100%;
}
#s_globalmenu{
	clear:both;
	margin:0px auto;
	padding:0px;
	height:45px;
	width:980px;
	list-style-type:none;
}

#s_globalmenu li{
	float:left;
	width:180px;
	list-style-type:none;
}

#s_globalmenu li a{
	display:block;
	overflow:hidden;
	width:100%;
	height:0 !important;
	height /**/:23px;
	padding-top:45px;
	background-color:#CC0000;
	background-image:url(../images/new_g/senpai/tub.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:center;
	list-style-type:none;
}

/* オフマウス時 */
#s_menu01 a { background-position:  0     0; }
#s_menu02 a { background-position: -180px 0; }
#s_menu03 a { background-position: -360px 0; }	
#s_menu04 a { background-position: -540px 0; }
#s_menu05 a { background-position: -720px 0; }


/* オンマウス時 */
#s_menu01 a:hover { background-position:  0     -45px; }
#s_menu02 a:hover { background-position: -180px -45px; }
#s_menu03 a:hover { background-position: -360px -45px; }
#s_menu04 a:hover { background-position: -540px -45px; }
#s_menu05 a:hover { background-position: -720px -45px; }

/* 選択済み */
#s_menu01 a.stay, #s_menu01 a.active { background-position:  0     -45px; }
#s_menu02 a.stay, #s_menu02 a.active { background-position: -180px -45px; }
#s_menu03 a.stay, #s_menu03 a.active { background-position: -360px -45px; }
#s_menu04 a.stay, #s_menu04 a.active { background-position: -540px -45px; }
#s_menu05 a.stay, #s_menu05 a.active { background-position: -720px -45px; }


/*　フッタ　*/

#footer {
	clear:both;
	margin:0;
	padding:0;
	background:none;
	height:100%;
	border-bottom:5px solid #e67e22;	
}
.footer{
	width:980px;
	margin:0 auto;
	padding:30px 0;
	font-style:normal;
	color:#660000;
	text-align:center;
	background-color:#FCF9F4;
	height:auto;
	min-height:200px;
}
.footer_tel{
	float:left;
}
address{
	float:left;
	font-style:normal;
	text-align:left;
	font-size:88%;
	line-height:150%;
	margin-left:0px;
}
.oomoji{
	font-size:110%;
	font-weight:bold
}
.oomoji2{
	font-size:110%;
	font-weight:normal;
}
.black{
	color:#333333;
}

#footerSiteMapArea{
	margin:10px auto;
	padding:0;
	border:1px solid #CCC;
	width:980px;
}

#footerSiteMap{
	border:none;
	margin:0;
	padding:0;
	width:980px;
	font-size:smaller;
}

#footerSiteMap th{
	border:none;
	margin:0;
	padding:2px 8px;
	text-align:left;
}

#footerSiteMap td{
	border:none;
	margin:0;
	padding:2px 8px;
	text-align:left;
}

#footerSiteMap ul{
	border:0;
	margin:0;
	padding:0;
}
#footerSiteMap ul li{
	border:0;
	margin:0;
	padding:0;
	color:#666666;
	line-height:160%;
}

#footerArea{
	clear:both;
	margin:10px auto;
	padding:0;
	text-align:center;
	width:350px;
	height:22px;
}

#footerMenu ul{
	margin:0 auto;
	padding:0;
	text-align:center;
}
#footerMenu li{
	float:left;
	margin:0 0 0 18px;
	padding:0;
}

#kensaku h1{
	clear:both;
	margin:0;
	color:#000033;
	color:#333333;
	height:20px;
	background: #33CCFF url(../images/bar.jpg) no-repeat;
	font-weight:bold;
	font-size:110%;
	line-height:120%;
	padding:7px 0 2px 20px;
	border:none;
}
#kensaku h1 a{
	color:#333333;
	color:#003366;
}
#kensaku h1 a:hover{
	color:#004D99;
}
#pageup{
	clear:both;
	width:980px;
	margin:0 auto;
	padding:10px 0 0;
	text-align:right;
}
.align_right{
	text-align:right;
}

/*　フォーム　*/
#form{
	width:550px;
	border:1px solid #999999;
	text-align:center;
	margin:0 auto;
/*	margin-left:65px;*/
}
#form th{
	width:30%;
	padding:7px;
	background-color:#EEEEEE;
	text-align:left;
}
#form td{
	width:80%;
	padding:7px;
	text-align:left;
	background-color:#FFFFFF;
}

#form2{
	width:550px;
	text-align:center;
	margin:0 auto;
}
#form2 th{
	padding:7px;
	background-color:#EEEEEE;
	text-align:left;
	margin:0;
}
#form2 td{
	padding:7px;
	text-align:left;
	margin:0;
}

dl.data2 {
	margin:0 auto;
	padding: 0;
	border: 1px solid #A7A7A7;
	border-top: none;
	background-color: #f5f5f5;
	width:628px;
	margin-bottom:30px;
}

dl.data2 dt {
	margin: 0;
	padding: 0.8em 0 0.8em 0.8em;
	border-top: 1px solid #A7A7A7;
	width: 10em;
	float: left;
	color: #333;
	font-weight:bold;
	line-height:140%;
}

dl.data2 dd:after {height: 0; visibility: hidden; content: "."; display: block; clear: both;}

dl.data2 dd {
	margin: 0 0 0 10em;
	padding: 0.8em 0.4em 0.8em 1em;
	border-left: 1px solid #A7A7A7;
	border-top: 1px solid #A7A7A7;
	background-color: #fff;
	text-align:left;
	line-height:140%;
	min-height:76px;
	height: auto !important;
	height:76px;
}


dl.data {
	margin:0 auto;
	padding: 0;
	border: 1px solid #A7A7A7;
	border-top: none;
	background-color: #f5f5f5;
	width:690px;
	margin-bottom:30px;
}

dl.data dt {
	margin: 0;
	padding: 0.8em 0em 0.8em 0.8em;
	border-top: 1px solid #A7A7A7;
	width: 13em;
	float: left;
	color: #333;
	font-weight:bold;
	line-height:140%;
}

dl.data dd:after {height: 0; visibility: hidden; content: "."; display: block; clear: both;}

dl.data dd {
	margin: 0 0 0 13em;
	padding: 0.8em 0.4em 0.8em 1em;
	border-left: 1px solid #A7A7A7;
	border-top: 1px solid #A7A7A7;
	background-color: #fff;
	text-align:left;
	line-height:140%;
}

.table_box2{
	width:800px;
	margin:20px auto;
}

td{
    border:0;
	padding:0;
}

.merit{
	width:70px;
	border:none;
}

.ilast{
    width:140px;
	border:none;
}

.merit_txt{
	font-size:14px;
	line-height:140%;
	width:440px;
	color:#2A3FAA;
	text-align: left;
	padding-left:10px;
}

.merit_left{
	float: left;
	width: 360px;
	clear: left;
}

.merit_right{
	float: right;
	width: 360px;
	clear: right;
}	

hr{
	border:1px #D6D6D6 dashed;
	height:1px;
	background-color::#D6D6D6;
}

/* 登録個人情報 */

.kojin2{
	font-size:small;
	line-height:160%;
	padding: 10px;
	margin:20px auto;
}

/* Ｑ＆Ａ */

.table_box{
	width:810px;
	margin:20px auto;
}

td{
    border:0;
	padding:0px;
	text-align:left;
}    

.aq{
	width:45px;
}

.a_moji{
    text-align:left;
	font-size:small;
	line-height:140%;
	width:595px;   
}

.q_moji{
    text-align:left;
	font-size:110%;
	color:#003399;
	font-weight:bold;
	line-height:140%;
	width:545px;   
} 
   
/* 店舗等 */

.photo_left{
	float:left;		
}

.right{
	line-height:160%;
}
.content_box:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
		
.content_box{
	clear:both;
	padding:0px 20px;
	text-align:left;
	margin:0;
	_height:1px; 　/*ここから追加*/
	min-height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

.content_right{
	float:right;
	width:540px;
	text-align:left;
}

.content_left{
	float:left;
	width:210px
}

.jisseki{
	font-size:14px;
	line-height:150%;
	color: #2A3FAA;
}
	
.futoji {
	width: 500px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	font-size: 14px;
	font-weight: bold;
	line-height:250%

}
.clear{
	clear:both
}
　	
.event-photo{
	margin:10px 15px 15px 10px;
	padding:2px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	float:left;
}
div .event-photo{
	float:left;
	margin:10px 15px 15px 15px;
	padding:5px;
	border-top:1px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	border-bottom:3px solid #CCCCCC;
	border-left:1px solid #CCCCCC;

}
div .img_right{
	float:right;
	margin:10px 15px 15px 0;
	border-top:1px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	border-bottom:3px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding:5px;
	width:auto;
}

#gaiyou{
	border:1px solid #ABABAB;
	background-color:#ABABAB;
	width:600px;
	vertical-align:top;
	border-collapse:collapse;
	text-align:center;
	margin:10px auto;
}
#gaiyou th{
	background-color:#F5F5F5;
	border:1px solid #CCCCCC;
	font-size:100%;
	font-weight:normal;
	vertical-align:top;
	color:#333333;
	border-collapse:collapse;
	padding:8px;
	width:120px;
	text-align:left;
}
#gaiyou td{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:4px;
	text-align:left;
	vertical-align:top;
	border-collapse:collapse;
	padding:8px;
}

/* 問い合わせ */

#otoiawase{
	width:690px;
	border:1px solid #808080;
	background-color:#808080;
	margin:10px auto;
}

#otoiawase tr{
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	padding:4px;
}

#otoiawase td{
	border:1px solid #FFFFFF;
	padding:4px;
}

.shitumon{
	background-color:#F5F5F5;
	width:120px;
	text-align:center;
}
.download{
	margin:20px 0 6px 0}


#setumei ul{
	list-style-type:square;
	list-style-position:inside;
	margin:0;
	padding:0;
}

#setumei li{
	padding:0 0 5px 5px;
}

.gallery{
	width:210px;
	height:220px;
	float:left;
	text-align:center;
	vertical-align:central;
}
h5.concept{
	color:#3F0000!important;
	border: none!important;
	background: none!important;
	padding-left: 10px!important;
	margin-left: 0!important;
	line-height: 200%;
	font-size: 130%;
	margin-bottom: 40px;
	
}