@charset "UTF-8";

/* =========================================================================
　base.css （全ページ共通の設定）

[目次]

　1.リセット
　2.body
　3.各要素
　4.ヘッダー
　5.コンテナ（コンテンツ＋サイド）
　6.コンテンツ
　7.サイド
　8.フッター
 9.解像度(スマホ)対応
10.CMSKIT用
========================================================================= */

/* -------------------------------------------------------------------------
 1.リセット
------------------------------------------------------------------------- */
html,body,div,
blockquote,pre,
dl,dt,dd,
form,input,textarea,select,option,optgroup,button,label,fieldset,legend {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}

/* -------------------------------------------------------------------------
 2.body
------------------------------------------------------------------------- */
body {
	min-width: 1280px;
	color: #333;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	background: #FFF;
	line-height: 1.2;
}

/* テキストリンクの設定
---------------------------------------------------------------------- */
a:link {
	color: #FF801E;
}
a:visited {
	color: #7D7D7D;
}
a:hover,
a:active,
a:focus {
	color: #FFA700;
}

/* th */
#content th a:link {
	color: #333;
}
#content th a:visited {
	color: #707070;
}
#content th a:focus,
#content th a:hover,
#content th a:active {
	color: #E00000;
}

/* 非表示の設定
---------------------------------------------------------------------- */
hr.hide {
	display: none;
}

/* -------------------------------------------------------------------------
 3.各要素
------------------------------------------------------------------------- */

/* h1
---------------------------------------------------------------------- */
h1 {
	color: #ff801f;
	font-size: 150%;
	font-weight: bold;
	margin: 15px 0 0;
	padding: 15px 15px 0;
	line-height: 1.5;
	text-align: center;
}

/* h2
---------------------------------------------------------------------- */
h2 {
	clear: both;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.1;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-bottom: 2px solid #ff801f;
	margin: 0 0 10px;
	padding: 10px;
}

/* h3
---------------------------------------------------------------------- */
h3 {
	clear: both;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 20px 15px;
	background: url("../images/base/contents_bg.png") repeat scroll 0 0;
	line-height: 1.1;
}
h3:before {
	content: "";
	margin: 0 10px 0 0;
	padding: 10px 0;
	border-left: 7px solid #ff801f;
}

/* h4
---------------------------------------------------------------------- */
h4 {
	border-bottom: 1px dotted #555;
	clear: both;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 20px;
	padding: 10px 10px 10px 0;
}
h4:before {
	content: "";
	margin: 0 7px 0 0;
	padding: 0;
	border-left: 5px solid #ff801f;
}

/* h5
 * ---------------------------------------------------------------------- */
h5 {
	clear: both;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 20px;
	padding: 10px 10px 10px 0;
}
h5:before {
	content: "";
	margin: 0 7px 0 0;
	padding: 0;
	border-left: 3px solid #ff801f;
}

/* p
---------------------------------------------------------------------- */
p {
	font-size: 100%;
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.5;
}

/* ul,ol
---------------------------------------------------------------------- */
ul {
	font-size: 100%;
	margin: 0 0 20px 15px;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0 0 10px 20px;
}
#content ul li {
	background: rgba(0, 0, 0, 0) url("../images/base/li_bg.png") no-repeat scroll 0 3px;
	margin: 0 0 5px;
	padding: 0 0 1px 20px;
}
#content ul.ul-type1 li,
#content ul.ul-type2 li {
	background: none;
	padding: 0;
}
#content ul.ul-type1 li {
	padding-left: 20px;
	background-image: url("../images/base/list_image1.png"), url("../images/base/list_image1-hover.png");
	background-position: 0 2px;
	background-repeat: no-repeat;
}
#content ul.ul-type1 li:hover,
#content ul.ul-type1 li:focus,
#content ul.ul-type1 li:active {
	background-image: url("../images/base/list_image1-hover.png"), url("../images/base/list_image1.png");
	background-position: 0 2px;
	background-repeat: no-repeat;
}
#content ul.ul-type2 li {
	padding-left: 23px;
	background-image: url("../images/base/list_image2.png"), url("../images/base/list_image2-hover.png");
	background-position: 0 3px;
	background-repeat: no-repeat;
}
#content ul.ul-type2 li:hover,
#content ul.ul-type2 li:focus,
#content ul.ul-type2 li:active {
	background-image: url("../images/base/list_image2-hover.png"), url("../images/base/list_image2.png");
	background-position: 0 3px;
	background-repeat: no-repeat;
}
ol {
	font-size: 100%;
	margin: 10px 10px 20px 40px;
	padding: 0;
	line-height: 1.3;
}
ol li {
	margin: 0 0 10px;
	padding: 0;
}

/* 入れ子 */
ul li ul {
	margin: 15px 15px 0;
}
ol li ol {
	margin: 15px 15px 0 40px;
}
#content ul li ol li {
	background: none;
	padding: 0;
}
#content ul li ol li ul li {
	background: rgba(0, 0, 0, 0) url("../images/base/li_bg.png") no-repeat scroll 0 3px;
	padding: 0 0 1px 20px;
}
#content ul li ol li ul li ol li {
	background: none;
	padding: 0;
}
ol li ul {
	margin-top: 10px;
}
ol li ul li {
	padding: 0 0 0 15px;
}

/* メインコンテンツのみ適用 */
#content ul li a {
	font-weight: bold;
}

/* table
---------------------------------------------------------------------- */
#content table {
	clear: both;
	margin: 0 0 20px;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #CCC;
	border-spacing: 0;
	empty-cells: show;
}
#content caption {
	font-size: 120%;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
#content th {
	font-size: 100%;
	font-weight: bold;
	padding: 10px 5px;
	background: #BFE8EF;
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1;
}
#content td {
	font-size: 100%;
	padding: 10px;
	border: 1px solid #CCC;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3;
}

#content .small-font {
	font-size: 75%;
}

#content .x-small-font {
	font-size: 59%;
}

/* hr
---------------------------------------------------------------------- */
hr {
	height: 0;
	margin: 15px 5px;
	padding: 0 0 5px;
	border: none;
	border-bottom: 1px dotted #AAA;
}

/* blockquote
---------------------------------------------------------------------- */
blockquote {
	margin: 0 0 15px;
	padding: 15px;
	border:1px solid #999;
}
blockquote p {
	margin: 0;
}

/* -------------------------------------------------------------------------
 4.ヘッダー
------------------------------------------------------------------------- */
#header {
	border-top: 5px solid #ff801f;
	box-shadow: 0 3px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
}
#header-inner {
	
}
#header-belt {
	width: 980px;
	margin: 5px auto 10px;
	padding: 10px 0 0;
	overflow: hidden;
	min-height: 60px;
}

/* ナビゲーションを飛ばす
---------------------------------------------------------------------- */
p#header-skipnavi {
	/* CSS適用環境では非表示 */
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
}

/* noscript
---------------------------------------------------------------------- */
p#header-noscript {
	margin: 0 0 20px;
	padding: 8px;
	background: #FFF;
	text-align: center;
}

/* ロゴ
---------------------------------------------------------------------- */
h1#header-logo {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -5px;
	left: 210px;
	z-index: 100;
}

/* 文字サイズ変更・背景色変更
---------------------------------------------------------------------- */
dl#header-fontsize,
dl#header-bgcolor {
	float: right;
	font-size: 100%;
	margin: 0 0 10px 12px;
	padding: 0 6px 0 0;
}
dl#header-fontsize dt,
dl#header-bgcolor dt {
	float: left;
	padding: 0 5px 0 0;
}
dl#header-fontsize dd,
dl#header-bgcolor dd {
	float: left;
	padding: 0;
	cursor: pointer;
}
dl#header-fontsize dd,
dl#header-bgcolor dd {
	border: 1px solid #CCC;
	padding: 0 3px;
	margin-left: -1px;
}
dl#header-fontsize dd.active,
dl#header-bgcolor dd.active {
	background: #7092DA;
	color: #FFF;
}


/* ヘッダーナビ
---------------------------------------------------------------------- */
ul#header-navi {
    float: right;
    line-height: 1.2;
    margin: 0 0 5px 12px;
    overflow: hidden;
    padding: 0;
}
ul#header-navi li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
}
ul#header-navi li#header-sitemap {
	background: rgba(0, 0, 0, 0) url("../images/header/sitemap.png") no-repeat scroll 0 0;
	padding: 0 0 0 22px;
}
ul#header-navi li#header-rss {
	background: rgba(0, 0, 0, 0) url("../images/header/rss.png") no-repeat scroll 0 0;
	padding: 0 0 0 22px;
}
ul#header-navi a {
	text-decoration: none;
	color: #000;
}
ul#header-navi a:hover,
ul#header-navi a:active,
ul#header-navi a:focus {
	color: #FFA700;
}
ul#header-navi li:last-child {
	margin: 0 0 0 -1px;
}
ul#header-navi li li a:link {
	color: #333;
	text-decoration: none;
}

/* Google検索
---------------------------------------------------------------------- */
#header-search {
	clear: both;
	float: right;
	margin: 0;
}
#header-search table.gsc-search-box {
	width: 280px;
}

#header-search td.gsc-input {
	padding: 0;
}
#header-search .gsc-input-box {
	height: 100%;
}
#header-search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0;
}
#header-search .goog-te-gadget-simple,
#header-search form.gsc-search-box {
	font-size: 125%;
}

#header-search .gsc-input-box {
	border: 1px solid #CCC;
}
#header-search td.gsc-search-button input {
	background: #4091ff none repeat scroll 0 0;
	margin: 0 0 0 5px;
}
#header-search td#gs_tti50 {
	padding: 2px 5px 0;
}
#header-search td.gsc-search-button input:focus,
#header-search td.gsc-search-button input:hover,
#header-search td.gsc-search-button input:active {
	background: #FFA700;
}
#header-search td.gsc-clear-button,
#header-search table.gsc-branding {
	display: none;
}

/* Google翻訳
---------------------------------------------------------------------- */
#header-translation {
	float: right;
	margin: 2px 5px 0 0;
}

/* グローバルナビ
---------------------------------------------------------------------- */
#globalnavi-wrapper {
	background: rgba(0, 0, 0, 0) url("../images/base/contents_bg.png") repeat scroll 0 0;
	box-shadow: 0 3px rgba(0, 0, 0, 0.15);
	padding: 10px 0;
}
ul#globalnavi {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 0 200px;
    width: 780px;
}
ul#globalnavi li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-left: 1px solid #999;
	float: right;
	padding: 0 10px;
}
ul#globalnavi li:first-child {
	padding: 0 0 0 10px;
}
ul#globalnavi li:last-child {
	border: medium none;
}
ul#globalnavi li a {
	text-decoration: none;
	color: #000;
}
ul#globalnavi li a:hover,
ul#globalnavi li a:active,
ul#globalnavi li a:focus {
    color: #ffa700;
}
ul#globalnavi li a.stay {
    color: #ffa700;
}

/* スマホ用メニュー表示ボタン
---------------------------------------------------------------------- */
#sp-button {
	border-radius: 20px;
	cursor: pointer;
	display: none;
	float: right;
	height: 30px;
	margin: 2px 10px 0;
	text-indent: 99999px;
	width: 30px;
	display: none;
	background: #ff801f none repeat scroll 0 0;
	position: relative;
}
#sp-button span {
	background: #fff none repeat scroll 0 0;
	display: block;
	height: 3px;
	left: 0;
	margin: 6px 7px 0 10px;
	position: relative;
	top: 5px;
	width: 20px;
}
#sp-button span:before,
#sp-button span:after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	border-top:	3px solid #fff;
	border-radius: 10px;
}
#sp-button span:before {
	top: 14px;
}
#sp-button span:after {
	bottom: -7px;
}

/* モーダルウィンドウ
---------------------------------------------------------------------- */
#sp-modal {
	display: none;
	width: 94%;
	margin: 0;
	padding: 0 3%;
	z-index: 200;
	position: absolute;
}
#sp-modal ul {
	margin: 0 0 15px;
	padding: 0;
}
#sp-modal ul li {
	margin: 0;
	padding: 0;
}
#sp-modal ul li a {
	font-size: 90%;
	display: block;
	padding: 10px;
	background: #FFF;
	background: -webkit-gradient(linear,left top, left bottom,	from(#FFF), to(#F4F4F4));
	background:	-moz-linear-gradient(top,#FFF,#F4F4F4);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #CCC;
	border-bottom: none;
	text-align: center;
	text-decoration: none;
	color: #333;
}
#sp-modal p.modal-close {
	/*background: url(../images/base/sp-close.png) no-repeat center center, */
	background: -moz-linear-gradient(top, #ff801f 0%, #e65700 50%, #df3f16 50%, #e65700 100%);
	/*background: url(../images/base/sp-close.png) no-repeat center center,*/
	background: -webkit-gradient(linear, left top, left bottom,
	color-stop(0, #ff801f), color-stop(0.5, #e65700),
	color-stop(0.5, #df3f16), color-stop(1, #e65700));
	color: #FFF;
	padding: 0;
	text-decoration: none;
	text-align: center;
	margin: 10px 0;
	opacity: 1 !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: bold;
	text-shadow: 0 -1px 0px #333, 0 1px 0px #555;
	-webkit-text-shadow: 0 -1px 0px #333, 0 1px 0px #555;
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
}
#sp-modal p.modal-close a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

/* オーバーレイエリア */
#sp-modal_overlay{
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.6);
}

/* -------------------------------------------------------------------------
 5.コンテナ（コンテンツ＋サイド）
------------------------------------------------------------------------- */
/* トップページとサイドありの下層ページは　#container、
   サイドなしの下層ページは　#container.noside */

#container {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 18px 0 25px;
	overflow: hidden;
}

/* -------------------------------------------------------------------------
 6.コンテンツ
------------------------------------------------------------------------- */
/* コンテンツ内の項目は、
   トップページは別ファイル top.css で設定
   下層ページは別ファイル content.css で設定 */

/* カテゴリトップページのみ、表題を非表示にする。 */
#top-title {
    display: none;
}

/* 下層ページ
---------------------------------------------------------------------- */
/* 通常 */
#content {
	width: 660px;
	margin: 0 0 20px;
	float: right;
}
/* 講座案内 */
#content.kouza {
	width: 710px;
	float: right;
}

/* サイドなし */
#container.noside #content {
	width: 950px;
	float: none;
	margin: 0 15px;
}

/* -------------------------------------------------------------------------
 7.サイド
------------------------------------------------------------------------- */
#side {
	width: 290px;
	float: left;
}

/* サイドリスト
---------------------------------------------------------------------- */
.side-list {
	margin: 0 0 15px;
	padding: 0 0 9px;
}
.side-list ul {
	margin: 0;
	border: 1px solid #ccc;
    line-height: 1.2;
    overflow: hidden;
}
.side-list ul li {
	background: none;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
.side-list ul li:last-child {
	border: none;
}
.side-list ul li a {
	background: #fff url("../images/base/side-list_li_bg.png") no-repeat scroll 270px center;
	color: #333;
	padding: 10px 20px 10px 10px;
	text-decoration: none;
	display: block;
}
.side-list ul li a:hover,
.side-list ul li a:active,
.side-list ul li a:focus {
	color: #FFA700;
}

/* 画像つきサイドリスト
---------------------------------------------------------------------- */
#img-list {
}
#img-list ul {
	border: 1px solid #ff801f;
}
#img-list ul li {
	border-bottom: 1px solid #ff801f;
	overflow: hidden;
}
#img-list ul li:last-child {
	border: none;
}
#img-list ul li img {
	float: left;
	padding: 5px 10px;
}
#img-list ul li a {
	padding: 20px 30px 20px 0;
	min-height: 20px;
}

/* サイドバナー
---------------------------------------------------------------------- */
.side-banner {
	margin: 0 0 15px;
	padding: 0 0 9px;
	text-align: center;
}
.side-banner p {
	margin: 0 0 15px;
}

/* メールマガジン(サイドバナー)
---------------------------------------------------------------------- */
#mail-magazine {
	border: 1px solid #CCC;
	padding: 0 0 15px;
	text-align: left;
	overflow: hidden;
	background: #fff none repeat scroll 0 0;
}
#mail-magazine p {
	margin: 0;
}
#mail-magazine p#mail-magazine_img {
	margin: 0;
	padding: 0;
}
#mail-magazine p#mail-magazine_text {
	padding: 10px;
}
#mail-magazine ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
#mail-magazine ul li {
	display: inline-block;
	padding: 0;
	border: 2px solid #ff801f;
	border-bottom: 4px solid #ad6d3f;
	border-radius: 5px;
	background: #ff801f;
	margin-bottom: 10px;
}
#mail-magazine ul li:last-child {
	background: #FFF;
}
#mail-magazine ul li a {
	display: inline-block;
	padding: 5px 25px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#mail-magazine ul li:last-child a {
	color: #ff801f;
}

/* サイドバナー
---------------------------------------------------------------------- */


/* サイドナビ(階層移動用)
---------------------------------------------------------------------- */
ul#sidenavi {
	margin: 0 0 15px;
	background: #FFF;
	border: 1px solid #CCC;
	line-height: 1.2;
	overflow: hidden;
	width: 290px;
}
ul#sidenavi li {
	padding: 0;
	background: none;
}
ul#sidenavi li a {
	width: auto;
	display: block;
	color: #333;
	padding: 13px 5px;
	background: #F7F7F7;
	border-bottom: 3px solid #777;
	text-decoration: none;
	text-align: center;
}
ul#sidenavi li a:visited {
	color: #7D7D7D;
	text-decoration: none;
}
ul#sidenavi li a:hover,
ul#sidenavi li a:active,
ul#sidenavi li a:focus,
ul#sidenavi li a.stay,
ul#sidenavi li a.stay:visited {
	color: #000;
	background-color: #EEE;
	text-decoration: none;
}

/* 第２階層 */
ul#sidenavi ul {
	font-size: 90%;
	margin: 10px;
	overflow: hidden;
}
ul#sidenavi ul li a {
	padding: 10px 0 10px 20px;
	background: none;
	border-bottom: 1px dotted #777;
	text-align: left;
}

/* -------------------------------------------------------------------------
 8.フッター
------------------------------------------------------------------------- */
#footer {
	clear: both;
	padding: 20px 0 0;
	background: #ff801f none repeat scroll 0 0;
	color: #FFF;
}
#footer-inner {
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
    font-size: 90%;
}
#footer.form p {
	margin: 0;
	text-align: center;
}
#footer.form #footer-inner address {
	float: none;
	text-align: center;
}

/* アドレス
---------------------------------------------------------------------- */
#footer #footer-inner address {
	font-style: normal;
	padding: 0 0 30px;
	line-height: 1.3;
	float: left;
}

/* フッターナビ
---------------------------------------------------------------------- */
ul#footer-navi {
	float: right;
	margin: 0;
	padding: 0 0 30px;
	overflow: hidden;
}
ul#footer-navi li {
	float: left;
	margin: 0 0 5px -1px;
	padding: 0;
	background: none;
	border-left: 1px solid #FFF;
}
ul#footer-navi li a {
	display: block;
	padding: 1px 10px;
	text-decoration: none;
	color: #000;
}
ul#footer-navi li a:visited {
	color: #444;
	text-decoration: none;
}
ul#footer-navi li a:hover,
ul#footer-navi li a:active,
ul#footer-navi li a:focus {
	color: #FFF;
	text-decoration: underline;
}

/* コピーライト
---------------------------------------------------------------------- */
#footer p#footer-copyright {
	clear: both;
	color: #FFF;
	margin: 0;
	padding: 10px 0;
	background: #e85f28;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

/* -------------------------------------------------------------------------
 9.解像度(スマホ)対応
------------------------------------------------------------------------- */

/* 共通
---------------------------------------------------------------------- */


/* トップページ
---------------------------------------------------------------------- */
/* スクリーンサイズが横幅980px以下の場合 */
@media only screen and (max-width: 980px) {
	/* 全体 */
	body {
		min-width: 100%;
	}
	img {
		max-width: 100% !important;
		height: auto;
	}

	/* ヘッダー */
	#header {
		box-shadow: none;
	}
	h1#header-logo {
		margin: 0;
		left: 0;
	}
	h1#header-logo img {
    	width: 75%;
	}
	#header-belt {
		width: 100%;
	}
	dl#header-fontsize,
	dl#header-bgcolor,
	#header-search,
	#header-translation {
		display: none;
	}
	ul#header-navi {
	    float: none;
	    margin: 15px 0 0 145px;
	    text-align: center;
	}
	ul#header-navi li {
		margin: 0 50px 0 0;
	}

	/* グローバルナビ */
	#globalnavi-wrapper {
		display: none;
	}

	/* スマホ用メニュー表示ボタン */
	#sp-button {
		display: block;
		width: 40px;
		height: 40px;
	}

	/* コンテンツ */
	#container {
		width: 100%;
	}

	/* サイドナビ(階層移動用) */
	ul#sidenavi {
		width: auto;
		margin: 10px;
	}

	/* サイドコンテンツ */
	#side {
		float: none;
		width: 100%;
	}

	/* サイドリスト */
	.side-list {
		margin: 0 10px 15px;
	}
	.side-list ul li {
		padding: 0 10px 0 0;
		background: #fff none repeat scroll 0 0;
	}
	.side-list ul li a {
		background: #fff url("../images/base/side-list_li_bg.png") no-repeat scroll right center;
	}

	/* メールマガジン */
	#mail-magazine {
		width: 290px;
		margin: 0 auto 15px;
	}

	/* フッター */
	#footer-inner {
		width: 100%;
	}
	#footer #footer-inner address {
		padding: 0 10px 15px;
	}
	ul#footer-navi {
		padding: 0 10px 15px;
	}
	ul#footer-navi li:first-child {
    	border-left: medium none;
	}
}

@media only screen and (max-width: 480px) {
	h1#header-logo {
		left: -5px;
	}
	h1#header-logo img {
		width: 70%;
	}
	ul#header-navi {
	    float: none;
	    margin: 15px 0 0 140px;
	    text-align: center;
	}
	ul#header-navi li {
		margin: 0 20px 0 0;
	}
}
@media only screen and (max-width: 400px) {
	h1#header-logo {
		left: -40px;
	}
	h1#header-logo img {
		width: 40%;
	}
	#header-belt {
	    min-height: unset;
	    padding: 0;
	    width: 100%;
	}
	ul#header-navi {
	    margin: 7px 0 0 90px;
	}
	ul#header-navi li {
		margin: 0 15px 0 0;
	}
	#sp-button {
		width: 30px;
		height: 30px;
	}
	#sp-button span {
		height: 2px;
		left: 0;
		margin: 4px 7px 0;
		top: 5px;
		width: 15px;
	}
	#sp-button span:before,
	#sp-button span:after {
		border-top:	2px solid #fff; 
	}
	#sp-button span:before {
		top: 10px;
	}
	#sp-button span:after {
		bottom: -5px;
	}
}

/* -------------------------------------------------------------------------
10.CMSKIT用
------------------------------------------------------------------------- */
/* ページ編集画面
---------------------------------------------------------------------- */
/* タイトル(ページ編集) */
h1#wcv_sys_h1_edit {
	text-align: left;
}
/* タイトル(ページの編集) */
h2#wcv_sys_edit_topbelt_title {
	border: none;
	line-height: unset;
}

/* 絶対位置を解除 */
#wcv_sys_edit_pageeditarea #slide-img {
	margin: 0 auto;
}
#wcv_sys_edit_pageeditarea #slide-news,
#wcv_sys_edit_pageeditarea #top-banner {
	position: unset;
}

/* 背景画像を非表示にする */
#wcv_sys_edit_pageeditarea ul#globalnavi {
	background: none;
}

/* 広報誌のボタン */
#wcv_sys_edit_pageeditarea #kouhou ul li img {
    height: auto;
    margin: 0;
    width: auto;
}

/* 非表示表題を表示させる */
#wcv_sys_edit_pageeditarea #top-title {
    display: block;
}

/* TOPICS用アイコン画像を表示させる */
#wcv_sys_edit_pageeditarea #topicsicon {
	display: block;
}

/* Adobe Reader自動挿入ブロック */
#wcv_sys_edit_pageeditarea .adobe-linkarea div {
    background: #fff none repeat scroll 0 0;
}

/* ブロック編集画面
---------------------------------------------------------------------- */
#wcv_sys_container h1#wcv_sys_h1_edit {
	text-align: left;
}
#wcv_sys_container h2#wcv_sys_edit_topbelt_title {
	border: none;
	line-height: unset;
}
#wcv_sys_container h3#wcv_sys_edit_blockeditarea_leftcolumn_title::before,
#wcv_sys_container h3#wcv_sys_edit_blockeditarea_rightcolumn_title::before {
	border: none;
	margin: 0;
	padding: 0;
}
#wcv_sys_container h4.wcv_sys_edit_blockeditarea_leftcolumn_blockarea_title::before,
#wcv_sys_container h4.wcv_sys_edit_blockeditarea_rightcolumn_blockarea_title::before {
	border: 0;
	margin: 0;
}

/* 申し込みフォームへ　ボタン
---------------------------------------------------------------------- */
.moushikomiform-botton{
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
	border: 2px solid #FFFF00;
	border-bottom: 2px solid #DAA520;
	border-radius: 5px;
	background: #FFFF99;
	font-size: 140%;
	color: #000000;
	font-weight: 600;
}

.moushikomiform-link{
	text-decoration: none;
}

/*申し込みフォームの背景色変更
------------------------------------------------------------------------*/

#event_form th{
	background: #ffff994f;
}

div.wcvcenter table tbody fieldset{
	border:none;
}