@charset "utf-8";

/* ---------------
　　　共用
--------------- */

/*エントリー作成画面でのファイルや画像、キャプションの配置不具合の為の2020.1.10追記CSS*/
.column-file-left .caption { text-align: left; }
.column-file-right .caption { text-align: right; }
.column-file-center .caption { text-align: center; }



body  {
	background: url("../images/bg_body_01.png") center 0 repeat-x;
	font-family: Meiryo,'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','MS PGothic',Verdana,sans-serif;
	font-size: 14px; /* モダンブラウザ向け */
	color: #333;
	_text-align: center;
}

/* リンクの設定 */
a:link {
	border: none;
	color: #333;
	text-decoration: none;
}
a:visited {
	border: none;
	color: #333;
	text-decoration: none;
}
a:active {
	border: none;
	color: #333;
	text-decoration: none;
}
a:hover {
	border: none;
	color: #333;
	text-decoration: underline;
}

/* ---------------
レイアウト関連
--------------- */

/* コンテンツ全体 */
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	_text-align: center;/* for ie6 */
}

/* ヘッダ */
#headWrapper {
	clear: both;
	text-align: center;
	zoom: 1;
}
#header {
	position: relative;
	width: 940px;
	height: 98px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* メインカラム */
#main {
	_display: inline;/* for ie6 */
	float: right;
	width: 700px;
	margin: 10px 10px 20px 0px;
	padding: 0;
	text-align: left;
	_overflow: hidden;/* for ie6 */
}

/* サブカラム */
#sub {
	_display: inline;/* for ie6 */
	float: left;
	width: 220px;
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: left;
}

/* ---------------
　ヘッダ
--------------- */

/* ■■■■■ サイトタイトル #siteTitle　*/
p#tagLine {
	position: absolute;
	top: 1px;
	left: 0;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.05em;
}
#siteTitle {
	position: absolute;
	top: 35px;
	left: 0;
}
#siteName {
	width: 517px;
	font-size: 1px;
	overflow: hidden;
}
#hdrAddress {
	position: absolute;
	width: 240px;
	top: 40px;
	right: 0;
	font-size: 1px;
	overflow: hidden;
}
p#hdrAccess {
	position: absolute;
	top: 1px;
	right: 5px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.05em;
	padding-left: 20px;
	background: url(../images/icon_arrw_02.png) 0 2px no-repeat;
}
p#hdrAccess a {
	color: #fff;
}


/* ■■■■■ グローバルナビ #globalNavi 　*/
#globalNavi {
	list-style: none;
	clear: both;
	width: 940px;
	/*margin: 81px auto 0 auto;*/
	margin: 0 auto;
	/*margin: 0 auto;*/
	padding: 0 1px;
	background: url(../images/bg_hdr_nav.png) 0 0 no-repeat;
}
#globalNavi ul {
	margin: 0 0 10px 0;
	padding: 0;
}
#globalNavi li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

/* 各タブ */
#globalNavi li a {
	display: block;
	width: 188px;
	height: 51px;
	margin: 0;
	padding: 0;
	background-image:  url(../images/bg_glb_nav.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* 学校概要 */
#globalNavi li#naviAbout a {
	background-position: 0 -2px;
}
#globalNavi li#naviAbout a:hover {
	background-position: 0 -55px;
}
#globalNavi li#naviAbout a.stay {
	background-position: 0 -55px;
}

/* 学習システム */
#globalNavi li#naviLearn a {
	background-position: -188px -2px;
}
#globalNavi li#naviLearn a:hover {
	background-position: -188px -55px;
}
#globalNavi li#naviLearn a.stay {
	background-position: -188px -55px;
}

/* 進路指導 */
#globalNavi li#naviCourse a {
	background-position: -376px -2px;
}
#globalNavi li#naviCourse a:hover {
	background-position: -376px -55px;
}
#globalNavi li#naviCourse a.stay {
	background-position: -376px -55px;
}

/* 入試情報 */
#globalNavi li#naviExam a {
	background-position: -564px -2px
}
#globalNavi li#naviExam a:hover {
	background-position: -564px -55px;
}
#globalNavi li#naviExam a.stay {
	background-position: -564px -55px;
}

/* 学校生活 */
#globalNavi li#naviSchool a {
	background-position: -752px -2px;
}
#globalNavi li#naviSchool a:hover {
	background-position: -752px -55px;
}
#globalNavi li#naviSchool a.stay {
	background-position: -752px -55px;
}


/* ■■■■■ メインイメージ #topImage 　*/
p#topImage {
	text-align: left;
}

/* ■■■■■ トピックパス #topicpath 　*/
ul#topicpath {
	margin: 0 10px 0;
	padding: 0 2px;
	font-size: 12px;
}
ul#topicpath li {
	display: inline;
	margin: 0 8px 0 0;
	padding-left: 13px;
	background: url(../images/icon_topicpath_01.png) 0 center no-repeat;
	line-height: 1.5;
}
ul#topicpath li:first-child {
	padding-left: 0;
	background: none;
}

/* ■■■■■ カテゴリー見出し #categoryImg 　*/
h1#categoryImg {
	margin: 0 0 10px;
}

h2 { /*モジュールの見出し*/
	margin: 0 20px 5px 0;
	font-size: 16px;
	text-align: left;
}


/* ---------------
　メイン
--------------- */

/* ■■■■■ メインエリア共通 　*/

.mainModuleBox {
	margin: 0 10px 30px 0;
	padding-left: 10px;
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #eeeeee 50px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(50px,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dddddd 0%,#eeeeee 50px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dddddd 0%,#eeeeee 50px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dddddd 0%,#eeeeee 50px); /* IE10+ */
	background: linear-gradient(to bottom, #dddddd 0%,#eeeeee 50px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	border: solid 1px #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 0 8px #CCCCCC inset;
}
.mainModuleBox h2 {
	margin: 15px 20px 10px;
	text-shadow: 1px 1px 0 #FFFFFF;
}

/*　　　ページ送り　　　*/
ul.entryListNavi {
	display: block;
	margin: 0 20px 10px 0;
	padding: 0;
	text-align: right;
}
section.mainModuleBox ul.entryListNavi {
	margin: 0 9px 10px 0;
}

ul.entryListNavi li{
	display: inline;
}

.backPageLink {
	margin: 0;
	padding: 0;
	float: right;
	_margin-top: 5px;
	text-align: left;
}
.pageLink {
	float: right;
	margin: 0 15px;
	padding: 0 15px;
	text-align: center;
}


.pageLink a,
.pageLink span{
	display: inline-block;
}

.pageLink span {
	margin: 0 5px;
	padding: 5px 10px;
	border: solid 1px #DDDDDD;
	border-radius: 5px;
	background: #EEEEEE;
	box-shadow: 0 0 8px 1px #CCCCCC inset;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFFFFF;
	color: #999999;
}
.pageLink a span {
	display: block;
	margin: 0 5px;
	padding: 5px 10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 40%, #f2f2f2 60%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(40%,#f2f2f2), color-stop(60%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	box-shadow: none;
	color: #006DD9;
}

.forwardPageLink {
	margin: 0;
	padding: 0;
	float: right;
	_margin-top: 5px;
	text-align: right;
}


.backPageLink a,
.forwardPageLink a {
	margin: 0;
	padding: 5px 15px;
	display: block;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 40%, #f2f2f2 60%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(40%,#f2f2f2), color-stop(60%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: solid 1px #DDDDDD;
	border-radius: 5px;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.backPageLink a:hover,
.forwardPageLink a:hover,
.pageLink a span:hover {
	background: #FFFFFF;
	text-decoration: none;
	box-shadow: 0 0 8px #CCCCCC;
}

.backPageLink a:hover,
.forwardPageLink a:hover,
.pageLink a:hover {
	text-decoration: none;
}


/* ■■■■■ ヘッドライン #headline 　*/
ul#headline {
	list-style: none;
	margin: 0 10px 10px 10px;
	padding: 0;
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 2px #CCCCCC;
}

ul#headline li {
	vertical-align: bottom;
	zoom: 1;
}

/* 現在いるとき */
ul#headline li.stay {
	background-color: #EEEEEE;
}

ul#headline li a {
	display: block;
	padding: 8px 20px;
	border-bottom: solid 1px #CCCCCC;
	vertical-align: bottom;
	zoom: 1;
}
ul#headline li:last-child a{
	border: none;
}
ul#headline li a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}
ul#headline li:first-child a:hover {
	border-radius: 5px 5px 0 0;
}
ul#headline li:last-child a:hover {
	border-radius: 0 0 5px 5px;
}

ul#headline li a span.headlineDat {
	color: #666666;
	font-size: 12px;
}

ul#headline li a span.headlineCategory {
	margin: 0 10px;
	padding: 1px 8px;
	background: #ffffff;
	box-shadow: 0 0 8px #666666 inset;
	color: #FFFFFF;
	text-shadow: 0 0 3px #666666;
	font-size: 10px;
	border-radius: 3px;
}

/* ■■■■■ サマリー1/デフォルト #summaryDefault 　*/
#summaryDefault {
	margin: 0 8px 8px 10px;
	padding: 0;
}

#summaryDefault .summaryDefaultEntry {
	float: left;
	width: 338px;
	margin: 0 2px 2px 0;
	background: #FFFFFF;
	box-shadow: 0 0 2px #CCCCCC;
}

#summaryDefault .bl-hover {
	background-color: #EEEEEE;
}
#summaryDefault .summaryDefaultEntry:nth-of-type(1),
#summaryDefault .bl-hover:nth-of-type(1) {
	border-radius: 5px 0 0 0;
}

#summaryDefault .summaryDefaultEntry:nth-of-type(2),
#summaryDefault .bl-hover:nth-of-type(2) {
	border-radius: 0 5px 0 0;
}

#summaryDefault .summaryDefaultEntry:nth-last-of-type(2),
#summaryDefault .bl-hover:nth-last-of-type(2) {
	border-radius: 0 0 0 5px;
}

#summaryDefault .summaryDefaultEntry:nth-last-of-type(1),
#summaryDefault .bl-hover:nth-last-of-type(1) {
	border-radius: 0 0 5px 0;
}

#summaryDefault .summaryDefaultEntry div {
	float: left;
	margin: 10px;
	background: #999999;
	text-align: center;
	line-height: 7.5em;
	color: #FFFFFF;
}

#summaryDefault .summaryDefaultEntry p {
	margin: 5px 10px 0 0;
	word-break: break-all;
	font-size: 12px;
}

#summaryDefault .summaryDefaultEntry .summaryTitle {
	margin: 10px 10px 5px 0;
	font-weight: bold;
	font-size: 14px;
}



/* ■■■■■ サマリー2/カスタムフィールド #summaryCustom 　*/
#summaryCustom {
	margin: 0 0 0;
	padding: 0;
}

#summaryCustom .summaryCustomEntry {
	float: left;
	width: 220px;
	list-style: none;
	margin: 0 9px 9px 0;
	padding: 0 0 10px;
	background: #FFFFFF;
}
#summaryCustom .bl-hover {
	background: #E3E3E3;
}

#summaryCustom .summaryCustomEntry div {
	width: 200px;
	height: 200px;
	margin: 10px 10px 5px 10px;
	background: #999999;
}

#summaryCustom .summaryCustomEntry p {
	padding: 5px 10px 0;
	font-size: 12px;
}

#summaryCustom .summaryCustomEntry h3.summaryTitle {
	padding: 3px 10px 0 10px;
	font-size: 13px;
	font-weight: normal;
}

/* ■■■■■ エントリー #entryBody 　*/
.entry {
	margin: 0 0 30px 0;
	padding: 0 0 10px;
/*	background: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 0 8px #CCCCCC inset;
	border: solid 1px #DDDDDD;*/
}

/*　　　エントリーヘッダー　　　*/
.entryHeader {
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px 0;
	background: #fbfbfb;
	border: 1px solid #cccccc;
	border-top: 2px solid #317FFF;
	-moz-box-shadow: 0px 1px 2px rgba(30,30,30,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(30,30,30,0.3);
	box-shadow: 0px 1px 2px rgba(30,30,30,0.3);
}
.entryHeader time {
	position: absolute;
	font-size: 12px;
	right: 10px;
	top:5px;
}

.entryHeader:after {
}

/* エントリーの日付・カテゴリー */
.entry p.entryCategory {
	display: inline;
	margin: 5px 0 0 29px;
	padding: 0;
}
p.entryCategory span {
	padding: 0 5px 0 0;
}
p.entryCategory span a {
	font-weight: normal;
}

/* エントリータイトル */
.entryTitle {
	margin: 0 120px 0 10px;
	padding: 3px 0 0 10px;
	background: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	border-left: 8px solid #317FFF;
}
.entryTitle a,
.entryTitle a:hover {
	text-decoration: none;
}

/*　　　カスタムフィールド部分　　　*/
.entryCustom {
	background-color: #EEEEEE;
	padding: 10px 20px;
	margin: 0 0 20px 0;
	border-radius: 5px;
}
.entry .entryCustom img {
	float: left;
	padding: 0 10px 0 0;
}
.entry .entryCustom p {
	margin: 0;
	padding: 0 20px 0 0;
}

/*　　　エントリー本文部分　　　*/
.entryColumn {
	margin: 0 20px 0;
}

/*　　　続きを読むリンク　　　*/
.entry p.continueLink {
	margin: 0 20px 5px 0;
}

.entry p.continueLink a {
	padding: 5px 15px 5px 10px;
	background-color: #52BEFF;
	color: #FFFFFF;
	font-weight: bold;
}

.entry p.continueLink a:hover {
	text-decoration: none;
	background-color: #999999;
}

/*　　　エントリータグ　　　*/
.index .entryTag,
.entry .entryTag {
	position: relative;
	margin: 20px 0 0 0;
	padding: 5px 20px 5px 90px;
	background-color: #EEEEEE;
}

.entryTag dt {
	display: block;
	position: absolute;
		top: 5px;
		left: 0;
		_top: 0;
		_left: -90px;
	width: 70px;
	padding: 0 10px 0 0;
	background-color: #62605C;
	color: #FFFFFF;
	font-size: 13px;
	text-align: right;
	zoom: 1;
}

.entryTag dd {
	display: inline;
	margin: 0;
	padding: 0 15px 0 0;
}

.index .entryTag dd a,
.entry .entryTag dd a {
	padding: 2px 3px;
}

/*　　　エントリーフッター　　　*/
.entry p.entryFooter {
	margin: 0;
	padding: 10px 20px 0 0;
	text-align: left;
}

/* ------ エントリー内スタイル ------ */

/* 1カラム用 */
div.column1 {
	clear: both;
	width: 100%;
}

/* 2カラム用 */
div.column2 {
	float: left;
	width: 50%;
}

/* 3カラム用 */
div.column3 {
	float: left;
	width: 33%;
}

/* 半角英数字折り返し対応 */
/*
.entry p,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry ul li, 
.entry ol li, 
.entry dl dt, 
.entry dl dd, 
.entry blockquote,
*/
.entry table th, 
.entry table td {
	word-break: break-all;
}

.entry p {
	margin: 0 0 1em 0;
	font-size: 14px;
	line-height: 1.67;
}

.entry p em {
	background-color: #99FFFF;
	font-style: normal;
}

.entry p strong {
	/* color: #CC3300; */
	font-weight: bold;
}

/* 画像 */
.column-image-right {/*右*/
    	margin: 0 0 20px 20px !important;
}

.column-image-center {/*中央*/
	padding-right: 20px;
	text-align: center;
}

/* 画像URL */
.column-eximage-right {/*右*/
    margin: 0 0 20px 20px !important;
}
.column-eximage-center {/*中央*/
	padding-right: 20px;
	text-align: center;
}

/* 地図 */
.column-map-right {/*右*/
    margin: 0 0 20px 20px !important;
}
.column-map-center {/*中央*/
	padding-right: 20px;
}

/* Youtube */
.column-youtube-center{/*中央*/
	padding-right: 20px;
}

/* 画像の最大幅 */
div.column-image-center,
div.column-image-left,
div.column-image-right,
div.column-image-auto{
	max-width : 100%;
}

/* Youtubeの最大幅 */
.column-youtube-center,
.column-youtube-left,
.column-youtube-right,
.column-youtube-auto{
	max-width: 640px;
}

/* ユニットの間隔 */
.entry div.column-image-auto,
.entry div.column-image-center,
.entry div.column-image-left,
.entry div.column-image-right,
.entry .column-map-auto,
.entry .column-map-center,
.entry .column-map-left,
.entry .column-image-right,
.entry div.column-youtube-auto,
.entry div.column-youtube-center,
.entry div.column-youtube-left,
.entry div.column-youtube-right,
.entry div.column-eximage-auto,
.entry div.column-eximage-center,
.entry div.column-eximage-left,
.entry div.column-eximage-right{
	margin-bottom: 20px;
}

.entry div.column-image-left,
.entry .column-map-left,
.entry div.column-youtube-left,
.entry div.column-eximage-left{
	margin-right: 20px;
}

.entry div.column-image-left {/*左*/
	margin-right: 0;
}

/* 添付ファイル関連 */

/* 添付画像 */
img.columnImage {
	margin: 0 0 0 10px;
	padding: 0;
}
/* 添付ファイルアイコン */
.columnIcon {
	padding: 5px;
}
/* 添付ファイルのキャプション */
.caption {
	margin: 0 0 5px;
	padding: 0 10px 0 0;
	color: #666666;
	font-size: 12px !important;
	line-height: 1.2;
	text-align: center;
}
.nocaption {
	margin-bottom: 10px;
}

.entryHeader {
	margin-bottom:30px;
}

.entry h2 {
}

.entry h3 {
	margin: 0 -5px 25px -5px;
	padding: 3px 10px 4px;
	font-size: 18px;
	overflow: hidden;
	line-height: 1.4;
	zoom: 1;
	border-bottom: 1px solid #ccc;
	border-left: 6px solid #317FFF;
}
.entry h4 {
	margin: 0 0px 15px 0;
	padding: 0 10px 3px 25px;
	border-bottom: solid 1px #cccccc;
	background: url("../images/icon_square_03.png") 0 2px no-repeat;
	line-height: 1.4;
	font-size: 16px;
	overflow: hidden;
	zoom: 1;
}
.entry h5 {
	margin: 0 20px 10px 0;
	padding: 2px 10px 0;
	border-left: solid 5px #317FFF;
	line-height: 1.4;
	font-size: 14px;
	overflow: hidden;
	zoom: 1;
}
.entry blockquote p {
	font-size: 14px;
}

.entry ul {
	margin: 20px 20px 15px 0;
	padding: 0 0 0 35px;
	font-size: 14px;
	overflow: hidden;
	zoom: 1;
}
.entry ul img {
	vertical-align: top;
}
.entry ul li {
	list-style: disc;
	margin: 0 0 0.8em 0;
	padding: 0;
	line-height: 1.6;
}
.entry ol {
	margin: 20px 20px 15px 0;
	padding: 0 0 0 35px;
	font-size: 13px;
	overflow: hidden;
	zoom: 1;
}
.entry ol li {
	margin: 0 0 0.8em 0;
	padding: 0;
	line-height: 1.2;
}
.entry dl {
}
.entry pre {
	clear: both;
	_width: 600px;
	margin: 20px 20px 15px 0;
	padding: 10px;
	background: #E7E7E7;
	color: #666666;
	font-size: 14px;
	overflow: auto;
}
.entry blockquote {
	clear: both;
	margin: 20px 20px 15px 0;
	padding: 17px 20px;
	padding-top: /9px;/* for ie67 */
	padding-top: 9px\9;/* for ie8 */
    background: #E7E7E7; 
	font-size: 14px;
}
.entry table {
	margin: 20px 20px 15px 0;
	padding: 0;
	border: 1px solid #EEEEEE;
	border-collapse: collapse;
	color: #666666;
}
.entry table caption {
    background: #E7E7E7;
}
.entry tr {
	margin: 0;
	padding: 0;
}
.entry th {
	padding: 5px 10px;
    background: #E7E7E7;
	border: 1px solid #FFFFFF;
	text-align: left;
}
.entry td {
	padding: 5px 10px;
	border: 1px solid #EEEEEE;
}



/* ---------------
　サブ
--------------- */

/* ■■■■■ サブエリア共通 　*/

.subModuleBox {
	margin: 0 0 15px;
}

.subModuleBox h2 {
	margin: 0 0 5px;
	text-align: center;
	font-size: 14px;
}




/* ■■■■■ エントリーリスト #entryList 　*/
ul#entryList {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}

ul#entryList li {
	vertical-align: bottom;
	zoom: 1;
}

/* そのページを表示しているとき */
ul#entryList li.stay {
	background-color: #efefef;
}

ul#entryList li a {
	display: block;
	padding: 8px 10px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	vertical-align: bottom;
	zoom: 1;
}

ul#entryList li a:hover,
ul#entryList li a.stay {
	background-color: #efefef;
	text-decoration: none;
}


/* ■■■■■ カテゴリーリスト #categoryList 　*/
#categoryList {
	margin: 0 0 30px 0;
}

#categoryList ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}

#categoryList ul li {
	vertical-align: bottom;
	zoom: 1;
}

#categoryList ul li a {
	display: block;
	padding: 8px 20px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	vertical-align: bottom;
	zoom: 1;
}

/* そのページを表示しているとき */
#categoryList ul li.stay {
	background-color: #efefef;
}

#categoryList ul li a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
	border-radius: 8px;
}

#categoryList ul li ul li a {
	padding: 3px 10px 3px 40px;
}

/* ■■■■■ サマリー3/縮小版 #summaryMini 　*/
#summaryMini {
	margin: 0 0 20px 0;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}

#summaryMini p.summaryMiniEntry a {
	display: block;
	margin: 0;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
}
#summaryMini a:hover {
	background: #FFFFFF;
	text-decoration: none;
}

#summaryMini p.summaryMiniEntry span.summaryMiniThumbnail {
	float: left;
	width: 60px;
	height: 60px;
	background: #999999;
	margin: 0 10px 0 0;
}

#summaryMini p.summaryMiniEntry span.summaryMiniTitle {
	display: block;
	float: left;
	width: 150px;
	margin: 8px 0 0;
}

/* ■■■■■ ピックアップリスト #pickupList 　*/
ul#pickupList {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul#pickupList li {
	zoom: 1;
	margin: 0 0 10px;
}


/* ■■■■■ バナー #banner 　*/
ul#subBnr {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
ul#subBnr li {
	margin: 0 0 0;
	padding: 0;
}
ul#subBnr li.stay {
	display: none;
}


/* ■■■■■ リンクリスト #linkList 　*/
ul#linkList {
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
	border-top: solid 1px #999999;
}

ul#linkList li {
}


ul#linkList li a {
	display: block;
	margin: 5px 0;
	padding: 3px 0;
}

ul#linkList li a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}


/* ■■■■■ 検索フォーム #search 　*/
#search {
	position: absolute;
	bottom: 10px;
	right: 0;
}
#searchText {
	font-size: 14px;
	border-radius: 5px;
	border: solid 1px #CCC;
	height: 24px;
	width: 200px;
	padding-left: 0.5em;
}
#searchSsubmit {
	height: 24px;
	padding: 0 10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 40%, #f2f2f2 60%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(40%,#f2f2f2), color-stop(60%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: solid 1px #CCC;
	border-radius: 5px;
	font-size: 12px;
	vertical-align: top;
}

/* ■■■■■ ページの先頭へリンク #pageTop 　*/
#pageTop a {
	display: block;
	position: absolute;
		bottom: 0;
		right: 0;
	padding: 3px 10px;
	background: #333;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	text-shadow: -1px -1px 0 #000;
}
#pageTop a:hover {
	text-decoration: none;
	background: #494949; /* Old browsers */
	background: -moz-linear-gradient(top, #494949 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #494949 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #494949 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #494949 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom, #494949 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

/* ■■■■■ コピーライト #copyright 　*/
#copyright {
	display: block;
	padding: 5px 20px;
	background: #333;
	color: #FFF;
	font-size: 14px;
	text-align: right;
}
#copyright p {
	width: 940px;
	margin: 0 auto;
	padding: 0 20px 0 0;
	text-align: left;
	zoom: 1;
}
#copyright img {
	vertical-align: middle;
}


/* ---------------
　メールフォーム
--------------- */

H2.contactH2 {
	margin: 30px 20px 10px 0;
	padding: 3px 10px 5px;
	border-bottom: solid 1px #999999;
	color: #333333;
	font-size: 16px;
}



/* 電話番号　*/
#contactNo {
	margin: 5px 0 0 0;
	padding: 0;
	color: #666666;
	font-size: 24px;
	font-weight: bold;
}

/* フォームテーブル */
.ablogcmsForm {
	width: 595px;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border: 0px;
}
table.ablogcmsForm {
	width: 640px;
	border: none;
	border-top: 1px solid #CCCCCC;
}

.ablogcmsForm tr {
}
.ablogcmsForm th {
	width: 180px;
	margin: 0;
	padding: 8px 10px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	color: #333333;
	font-size: 13px;
	vertical-align: top;
	white-space: normal;
}
span.required {
	margin: 0 10px;
	padding: 1px 8px;
	background: #999999;
	box-shadow: 0 0 8px #666666 inset;
	color: #FFFFFF;
	text-shadow: 0 0 3px #666666;
	font-size: 10px;
	border-radius: 3px;
	font-weight: normal;
}

.ablogcmsForm td {
	margin: 0;
	padding: 5px 20px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	font-size: 15px;
	_text-align: left;
}

ul.mailStep {
	padding: 0;
}

/* フォーム入力欄 */
.formM {
	width: 325px;
}

.formL {
	width: 410px;
}

/* エラー文 */
.entry p.emSection {
	margin: 0;
	padding: 5px 0 0;
	color: #C00;
}

/* メッセージ文 */
.message {
}

/*　フォームサイズ　*/

.formSizeHarf {
	font-size: 15px;
	padding: 7px;
}
.formSizeFull {
	width: 350px;
	padding: 7px;
	font-size: 15px;
}

.formSelect {
	font-size: 15px;
	margin: 5px;
	padding: 7px 10px;
	-webkit-appearance: button;
	border: solid 1px #bbb;
	border-radius: 8px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #d8d8d8 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#d8d8d8), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#d8d8d8 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#d8d8d8 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#d8d8d8 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#d8d8d8 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

/* 確認画面へ進むボタン */
.formBtn {
	float: right;
	width: 240px;
	margin: 0 20px 20px 0;
	_margin: 0 10px 0 0;
	padding: 7px 10px;
	text-align: center;
	text-shadow: 1px 1px 0 #FFF;
	font-size: 16px;
	font-weight: bold;
	border: solid 1px #bbb;
	border-radius: 8px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #d8d8d8 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#d8d8d8), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#d8d8d8 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#d8d8d8 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#d8d8d8 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#d8d8d8 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.formBtn:hover {
	box-shadow: 0 0 10px #99CCFF;
	background: #ebf1f6; /* Old browsers */
	background: -moz-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
}

/* 入力画面へ戻るボタン */
#btnToInput {
	float: left;
}

/* 送信ボタン */
#btnSubmit {
	float: right;
	background: #ffe5e5; /* Old browsers */
	background: -moz-linear-gradient(top, #ffe5e5 0%, #ffdbdb 50%, #ffbfbf 51%, #ffd1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe5e5), color-stop(50%,#ffdbdb), color-stop(51%,#ffbfbf), color-stop(100%,#ffd1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffe5e5 0%,#ffdbdb 50%,#ffbfbf 51%,#ffd1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffe5e5 0%,#ffdbdb 50%,#ffbfbf 51%,#ffd1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffe5e5 0%,#ffdbdb 50%,#ffbfbf 51%,#ffd1d1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffe5e5 0%,#ffdbdb 50%,#ffbfbf 51%,#ffd1d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe5e5', endColorstr='#ffd1d1',GradientType=0 ); /* IE6-9 */
}
#btnSubmit:hover {
	box-shadow: 0 0 10px #FF9999;
	color: #FFF;
	text-shadow: -1px -1px 0 #900;
	background: #ffc6c6; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc6c6 0%, #ff7a7a 50%, #ff2626 51%, #ff6b6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc6c6), color-stop(50%,#ff7a7a), color-stop(51%,#ff2626), color-stop(100%,#ff6b6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc6c6 0%,#ff7a7a 50%,#ff2626 51%,#ff6b6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc6c6 0%,#ff7a7a 50%,#ff2626 51%,#ff6b6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc6c6 0%,#ff7a7a 50%,#ff2626 51%,#ff6b6b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc6c6 0%,#ff7a7a 50%,#ff2626 51%,#ff6b6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc6c6', endColorstr='#ff6b6b',GradientType=0 ); /* IE6-9 */
}

/*.formBtn:hover {
	opacity: 0.8;
}

.formBtn form {
	display: inline;
}*/


#mailStep {
	display: block;
	width: 220px;
	height: 180px;
	margin: 0 0 20px 0;
	text-indent: -9999em;
}

.step1 {
	background: url(../images/site/contact/step1.png) no-repeat center top;
}

.step2 {
	background: url(../images/site/contact/step2.png) no-repeat center top;
}

.step3 {
	background: url(../images/site/contact/step3.png) no-repeat center top;
}


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

opacity rollover

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

#subBnr a:hover img,
a.hoverImg:hover img {
	opacity: .65; /* Standard: FF gt 1.5, Opera, Safari */  
	filter: alpha(opacity=65); /* IE lt 8 */  
	-ms-filter: "alpha(opacity=65)"; /* IE 8 */  
	-khtml-opacity: .65; /* Safari 1.x */  
	-moz-opacity: .65; /* FF lt 1.5, Netscape */
}




/* ---------------
　管理用スタイル
--------------- */
#adminBox {
	margin: 0 10px 20px !important;
}

.comPost {
	margin: 0 0 10px 0 !important;
}

form#entryForm {
	width: 700px !important;
	margin: 0 20px 0 0;
}

.formEntryAction {
	margin: 20px 0 !important;
}

.js-edit_inplace.align_hidden::before {
    margin-right: 20px;
}


.editLink {
	font-size: 12px;
	font-weight: normal;
}



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

オーバーライド

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

.subModuleBox h2 {
	position: relative;
	display: block;
	margin: 0;
	padding: 8px 10px 6px;
	text-align: center;
	background-color: #317FFF;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}


/* ■■■■■ エントリーリスト #entryList 　*/
ul#entryList {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	border-bottom: solid 2px #317FFF;
	border-left: 2px solid #317FFF;
	border-right: 2px solid #317FFF;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}

ul#entryList li {
	vertical-align: bottom;
	zoom: 1;
}

/* そのページを表示しているとき */
ul#entryList li.stay {
	background-color: #fff;
}

ul#entryList li a {
	display: block;
	padding: 8px 10px 8px 35px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	vertical-align: bottom;
	zoom: 1;
	background: #F6F3EE url("../images/icon_square_02.png") 12px 11px no-repeat;
}

ul#entryList li a:hover,
ul#entryList li a.stay {
	background-color: #fff;
	text-decoration: underline;
}

ul#entryList li.stay a {
	color: #ff6600;
	background-color: #fff;
}

#categoryList {
	margin: 0 0 30px 0;
}

#categoryList ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	border-bottom: solid 2px #317FFF;
	border-left: 2px solid #317FFF;
	border-right: 2px solid #317FFF;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}

#categoryList ul li {
	vertical-align: bottom;
	zoom: 1;
}

#categoryList ul li a {
	display: block;
	padding: 8px 10px 8px 35px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	vertical-align: bottom;
	zoom: 1;
	background: #f3f3f3 url("../images/icon_square_02.png") 12px 11px no-repeat;
}

/* そのページを表示しているとき */
#categoryList ul li.stay {
	background-color: #fff;
}

#categoryList ul li a:hover {
	background-color: #f0f0f0;
	text-decoration: underline;
}

#categoryList ul li.stay a {
	color: #ff6600;
	background-color: #fff;
}


/* Index_biggerlink
------------------------------- */

#indexList01 {
	width: 700px;
	margin: 0 0 50px;
	padding: 10px 0 0;
}
#indexList01 li {
	position: relative;
	display: inline;
	width: 300px;
	float: left;
	margin: 0 10px 20px;
	padding: 14px;
/*	background-color: #efefef;*/
	background-color: #F6F3EE;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px rgba(20,20,20,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(20,20,20,0.2);
	box-shadow: 0px 0px 5px rgba(20,20,20,0.2);
	behavior: url(/files/js/PIE.htc);
}
#indexList01 li:hover {
	background-color: #ffffff;
	cursor: pointer;
}
#indexList01 li img {
	float: left;
	border: 1px solid #fff;
}
#indexList01 li div {
	float: right;
	width: 165px;
}
#indexList01 li h2 {
	margin: 0 0 5px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 15px;
}
#indexList01 li p {
	margin: 0;
	line-height: 1.5;
}
#indexList01 li a {
	color: #333;
	text-decoration: none;
}

/* 国際交流
------------------------------- */

#worldMap {
	display: block;
	width: 700px;
	height: 427px;
	margin-bottom: 10px;
	background: url("../images/international/bg_map_base1.png") 0 0 no-repeat;
}

/* tbl01
------------------------------- */
.tbl01 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
}
.tbl01 th,
.tbl01 td {
	padding: 10px 20px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #ddd;
}
.tbl01 th {
	width: 10em;
	background-color: #f8f8f8;
}

/* tbl02
------------------------------- */
.tbl02 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 13px;
}
.tbl02 th,
.tbl02 td {
	padding: 8px 20px 7px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #ddd;
}
.tbl02 th {
	background-color: #f8f8f8;
	text-align: center;
	vertical-align: middle;
}
.tbl02 td.tdc {
	text-align: center;
}
.tbl02 td.tdr {
	text-align: right;
}

/* tbl03
------------------------------- */
.tbl03 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 13px;
}
.tbl03 th,
.tbl03 td {
	padding: 8px 10px 7px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #ddd;
}
.tbl03 th {
	background-color: #f8f8f8;
	text-align: center;
	vertical-align: middle;
}
.tbl03 td.tdc {
	text-align: center;
}
.tbl03 td.tdr {
	text-align: right;
}

/* tbl04
------------------------------- */
.entry table.tbl04 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
	border: none;
}
.entry table.tbl04 th,
.entry table.tbl04 td {
	padding: 6px 5px 5px;
	vertical-align: middle;
	text-align: center;
	border: none;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.entry .tbl04 thead th {
	background-color: #B9E5FB;
}
.entry .tbl04 tbody th,
.entry .tbl04 thead td {
	border-left: none;
}
.tbl04 td.tdc {
	text-align: center;
}
.tbl04 td.tdr {
	text-align: right;
}


/* tbl05
------------------------------- */
.entry table.tbl05,
.entry table.tbl06 {
	width: 100%;
	margin-bottom: 5px;
	font-size: 13px;
	border: none;
}
.entry table.tbl06 {
	margin: 0;
}
.entry table.tbl05 {
	border-collapse: separate;
	border-spacing: 5px;
}
.entry table.tbl05 th,
.entry table.tbl05 td {
	padding: 0;
	vertical-align: top;
	border: none;
}
.entry table.tbl06 th,
.entry table.tbl06 td {
	padding: 3px 10px 2px;
	vertical-align: middle;
	border: none;
}
.entry table.tbl05 th {
	padding: 6px 5px 5px;
	font-size: 16px;
	text-align: center;
}
.entry table.tbl06 td {
	vertical-align: middle;
	border: none;
}
.entry table.tbl06 td.tdr {
	text-align: right;
}

/* tbl07
------------------------------- */
.tbl07 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 13px;
}
.tbl07 th,
.tbl07 td {
	padding: 5px 10px 4px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #ddd;
}
.tbl07 th {
	background-color: #f8f8f8;
	text-align: center;
	vertical-align: middle;
}
.tbl07 td.tdc {
	text-align: center;
}
.tbl07 td.tdr {
	text-align: right;
}


th.color_k {
	background: #F6D29F;
}
th.color_s {
	background: #CFE6A7;
}
.tbl06.color_k {
	background: #FCEFDC;
}
.tbl06.color_s {
	background: #EEF6DF;
}
th.total {
	color: #fff;
	background: #3399CC;
}


.colW5 {width:5%;}
.colW7 {width:7%;}
.colW8 {width:8%;}
.colW9 {width:9%;}
.colW10 {width:10%;}
.colW11 {width:11%;}
.colW12 {width:12%;}
.colW13 {width:13%;}
.colW15 {width:15%;}
.colW17 {width:17%;}
.colW20 {width:20%;}
.colW25 {width:25%;}
.colW30 {width:30%;}
.colW35 {width:35%;}
.colW31 {width:31%;}
.colW50 {width:50%;}

th.pd0,
td.pd0 {
	padding-left: 0;
	padding-right: 0;
}
td.valm {
	vertical-align: middle;
}


/* list
------------------------------- */
ul.list01 {
	margin: 0 0 1em 1em;
	padding: 0;
	list-style-type: none;
}
ul.list01 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.list02 {
	margin: 0 0 1em 1em;
	padding: 0;
	list-style-type: none;
}
ul.list02 li {
	margin: 0 0 0 1em;
	padding: 0;
	text-indent: -1em;
	list-style-type: none;
}
ol.list03 {
	list-style-type: decimal;
}
ol.list03 li {
	margin-bottom: 0;
	list-style-type: decimal;
}

.clubList01 {
	float: left;
	width: 310px;
	padding: 0 20px 20px 20px;
}
.clubList02 {
	float: right;
	width: 310px;
	padding: 0 20px 20px 20px;
}


.clubList01 h3,
.clubList02 h3,
h3.clubList {
	margin: 0 0 15px 0;
	padding: 0 10px 3px 25px;
	border-bottom: solid 1px #cccccc;
	background: url("../images/icon_square_01.png") 0 2px no-repeat;
	line-height: 1.4;
	font-size: 16px;
	overflow: hidden;
	zoom: 1;
}

h3.clubList {
	margin: 0 20px 15px;
}

.clubList01 ul,
.clubList02 ul {
	list-style-type: none;
	margin: 0 0 0 25px;
	padding: 0;
}
.clubList01 li,
.clubList02 li {
	margin: 0;
	padding: 0 10px 3px 20px;
	background: url("../images/icon_circle_01.png") 0 3px no-repeat;
}

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

footer

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

#footWrapper {
	clear: both;
	margin: 30px 0 0;
	padding: 0;
	background: #82b5e7;
	text-align: center;
	zoom: 1;
}

#footer {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	zoom: 1;
}

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



.pagetop01 {
	position: absolute;
	top: -25px;
	right: 0;
}
.pagetop01 a {
	display: block;
	padding: 5px 20px;
	background: #82b5e7;
	color: #fff;
	font-size: 12px;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}
.ftrWrap01 {
	position: relative;
	padding: 20px 0 30px;
}
#ftrNav01 {
	width: 940px;
	margin: 0 auto 15px;
	background: url(../images/img_footer_mark.png) 0 bottom no-repeat;
}
.titFtr {
	font-size: 14px;
	font-weight: 700;
	padding-left: 20px;
	margin-bottom: 5px;
	background: url(../images/icon_circle_02.png) 0 3px no-repeat;
}
.ftrList {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}
.ftrList li {
	list-style-type: none;
	font-size: 12px;
	margin: 0 0 0 8px;
	padding: 0 0 0 12px;
	background: url(../images/icon_arrw_01.png) 0 5px no-repeat;
}

.ftrList2 {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0;
}
.ftrList2 li {
	list-style-type: none;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}
.ftrList2 li a {
	padding-left: 20px;
	margin-bottom: 5px;
	background: url(../images/icon_circle_02.png) 0 3px no-repeat;
}

#footer a {
	color: #fff;
}

#ftrNav01 {
}
#ftrNav01 .inCol01,
#ftrNav01 .inCol02,
#ftrNav01 .inCol03,
#ftrNav01 .inCol04 {
	padding-bottom: 1px;
	float: left
}
#ftrNav01 .inCol01 {
	width: 165px;
}
#ftrNav01 .inCol02 {
	width: 185px;
}
#ftrNav01 .inCol03 {
	width: 180px;
}
#ftrNav01 .inCol04 {
	width: 210px;
}
#ftrNav01 .inCol05 {

}
#ftrNav01 .wrapCol {
	background: url(../../img/common/bg_ftr_01.png) no-repeat 0 0;
	padding: 0 22px 0 0;
}
.ftrWrap02 {
	border-top: 1px solid #ccc;
	font-size: 12px;
	padding: 7px 0 5px;
	background: #fff;
	color: #999;
}
#ftrNav02 {
	width: 940px;
	margin: 0 auto;
	letter-spacing: 1px;
	text-align: center;
}





p.mgb0 { margin-bottom: 0; }
p.mgb5 { margin-bottom: 5px; }
p.mgb10 { margin-bottom: 10px; }
p.mgb15 { margin-bottom: 15px; }
p.mgb20 { margin-bottom: 20px; }
p.mgb25 { margin-bottom: 25px; }
p.mgb30 { margin-bottom: 30px; }
p.mgb40 { margin-bottom: 40px; }
p.mgb50 { margin-bottom: 50px; }
ul.mgb10 { margin-bottom: 10px; }
ul.mgb15 { margin-bottom: 15px; }
ul.mgb20 { margin-bottom: 20px; }
ul.mgb25 { margin-bottom: 25px; }
ul.mgb30 { margin-bottom: 30px; }
ul.mgb40 { margin-bottom: 40px; }
ol.mgb10 { margin-bottom: 10px; }
ol.mgb15 { margin-bottom: 15px; }
ol.mgb20 { margin-bottom: 20px; }
ol.mgb25 { margin-bottom: 25px; }
ol.mgb30 { margin-bottom: 30px; }
ol.mgb40 { margin-bottom: 40px; }


ul.songBtn {
	list-style-type: none;
	text-align: center;
	margin-bottom: 30px;
}
ul.songBtn li {
	width: 10em;
	display: inline-block;
	margin: 0 10px;
}

.btnStl01 {
	clear: both;
}

.btnStl01 a {
	text-align: center;
	font-size: 12px;
	display: block;
	padding: 3px 10px 2px;
	font-size: 13px;
	font-weight: 300;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 40%, #f2f2f2 60%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(40%,#f2f2f2), color-stop(60%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 40%,#f2f2f2 60%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btnStl01 a:hover {
	bottom: 9px;
	text-decoration: none;
	background-color: #f0f0f0;
	color: #f60;
}



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

clearfix (基本的にクラス指定では使用しない)

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

/* Modern Browsers
------------------------------- */

#indexList01 li:after,
#ftrNav01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */

#indexList01 li,
#ftrNav01 {
	*zoom: 1;
}