@charset "utf-8";


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

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 15px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,textarea,input {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none; max-width: 150%; height: auto; vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #52ade2;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*container（全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1400px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;	/*上下、左右へのブロック内の余白*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
/*ロゴ画像*/
header {
	width:100%;
  max-width: 1398px;
  background-color:white;
  margin-left:1px;
	
	overflow: hidden;
  position: fixed;
  text-align:center;
  color:black;
  
  top: 0px;
  left: auto;
  z-index: 100;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.normal-logo {
  height: 55px;  /*高さ*/
	float: left;	/*左に回り込み*/
	margin-top: 20px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}
.normal-logo h1{
	width: 300px;
}

.normal-logo div{
	width:150px;
	right:auto;
	border:solid 1px #eee;
	margin-left:1.0em;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1) inset;
	text-align:left;
	padding:0.3em 0.5em 0.5em 0.5em;
	line-height:150%;
	color:#555;
	position: absolute;
}
.normal-logo div.nameBox{
	top:0px;
	right:300px;
}

.normal-logo div.pointBox{
  top:0px;
  right:70px;
	width:200px;
}

.small-logo {
	padding-top:6px;
  height: 40px;
  float: left;  /*左に回り込み*/
  margin-top: 0px; /*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
  margin-right:6px;
  background-color:white;
}
.small-logo h1{
	width: 200px;
}

.small-logo div{
  right:auto;
  width:150px;
  border:solid 1px #eee;
  margin-left:1.0em;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1) inset;
  text-align:left;
  padding:0.2em 0.3em 0.2em 0.3em;
  line-height:100%;
  color:#555;
  font-size:small;
  position: absolute;
}
.small-logo div.nameBox{
	top:8px;
  right:300px;
}
.small-logo div.pointBox{
  top:8px;
  right:70px;
  width:200px;
}




/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
	float: right;		/*右に回り込み*/
	margin-top: 23px;	/*ブロックの上にあける余白。上下のバランスをここで調整して下さい。*/
	margin-right: 3%;	/*ブロックの右にあける余白。*/
	width: 350px;		/*ブロック幅*/
	border-radius: 3px;	/*角丸のサイズ*/
	padding: 5px;		/*ボックス内の余白*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	text-align: center;	/*文字をセンタリング*/
}
/*TEL*/
.tel {
	letter-spacing: 0.2em;	/*文字間隔を広くする設定。通常がいいならこの行削除。*/
	font-size: 20px;		/*文字サイズを大きく*/
}
/*TELの受付時間の小文字部分*/
.tel span {
	font-size: 11px;	/*文字サイズを小さく*/
	display: block;
	letter-spacing: 0.1em;	/*文字間隔*/
}

/*コンテンツ（左右ブロックとフッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	overflow: hidden;
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	border-top: none;			/*上の線だけ消す*/
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2が透明度20%の事。*/
	border-radius: 10px 10px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下への順番。*/
}

.pcSize{
  display:block;
}
.mobileSize{
  display:none;
}
.educationTable{
	width:100%;
}
.educationTable tr{
	width:100%;
}
.educationTable td{
}

/*メインメニュー
---------------------------------------------------------------------------*/

.headBox{
  position:relative;
}
.siteMessage{
  position:absolute;
  color:white;
  width:90%;
  top:80px;
  margin:1.1em 1.1em 0 1.1em;
  font-size:32px;
  font-weight:bold;
  line-height:130%;
  text-shadow: 5px 5px 6px rgba(255,255,255,0.8);
}


/*メニューブロック*/
#menubar {
	clear: both;
	overflow: hidden;
	background: linear-gradient(#52ade2, #3b97cc);	/*グラデーション*/
	padding: 5px 0px 5px 2.8%;	/*上、右、下、左への余白*/
	font-size: 18px;	/*文字サイズ*/
	margin-top:100px; /*  */
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 20%;
}
#menubar li a {
	display:  block;
	text-decoration: none;
	text-align: center;	/*文字を中央に*/
	line-height: 1.5;	/*行間を少し狭く*/
	padding: 7px 0px;	/*上下、左右へのボックス内の余白*/
	color: #fff;	/*文字色*/
	border-right: 1px solid #fff;	/*右側の線の幅、線種、色（古いブラウザ用）*/
	border-right: 1px solid rgba(255,255,255,0.3);	/*右側の線の幅、線種、色。255,255,255は白の事で0.3が透明度30%の事。*/
	text-shadow: 0px -1px rgba(0,0,0,0.8);	/*テキストの影。右へ、下へ(マイナスなので上に向けて)、0,0,0は黒のことで0.8は透明度80%の事。*/
}
/*１つ目のメニューにだけ左側に線を入れる設定*/
#menubar li:first-child a {
	border-left: 1px solid #fff;	/*古いブラウザ用*/
	border-left: 1px solid rgba(255,255,255,0.3);
}
/*マウスオン時*/
#menubar li a:hover {
	background: #fff;	/*背景色*/
	color: #52ade2;		/*文字色*/
	text-shadow: none;	/*テキストの影を消す*/
}
/*装飾文字（※800px以下の小さな端末#menubar-sも共通）*/
#menubar li a span, #menubar-s li a span {
	display: block;
	text-shadow: none;
	font-size: 11px;	/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔を少し広く*/
	color: rgba(255,255,255,0.5);	/*文字色。255,255,255は白の事で0.5は透明度50%の事。*/
}
/*装飾文字のマウスオン時*/
#menubar li a:hover span {
	color: #52ade2;	/*文字色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	overflow: hidden;
	float: left;	/*右に回り込み*/
	padding: 40px 0 0 2%;	/*上、右、下、左側へのボックス内の余白*/
	width: 72%;		/*幅*/
	margin-bottom: 30px;
	position: static;
}

#contents .largeMain{
	width:99%;
	box-sizing:border-box;
	padding-top:1.0em;
}

/*メインコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	font-size: 18px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
	margin-bottom: 20px;
	padding: 12px 20px;	/*上下、左右への余白*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
	border-bottom: 1px solid #dcdcdc;	/*メニュー下の線の幅、線種、色*/
	border-top: 4px solid #52ade2;	/*メニュー上の線の幅、線種、色*/
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
	text-shadow: 0px 2px #fff;	/*テキストの影。右へ、下へ、色。*/
	font-weight:bold;
}
/*メインコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	font-size: 18px;	/*文字サイズ*/
	margin-bottom: 20px;
	padding: 2px 20px;	/*上下、左右への余白*/
	border: 1px solid #dcdcdc;	/*線の幅、線種、色*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
}

#main h4 {
	font-size: 16px;
	padding: 2px 10px; /*上下、左右への余白*/
	border: 1px solid #dcdcdc; /*線の幅、線種、色*/
}
#main h5 {
  font-size: 16px;
  padding: 12px 5px 0px 5px; /*上下、左右への余白*/
  border-bottom: 1px solid #dcdcdc; /*線の幅、線種、色*/
}

/*メインコンテンツの段落タグ設定*/
#main p {
	padding: 0px 20px 15px;	/*上、左右、下への余白*/
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}

/*物件一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	margin-bottom: 15px;	/*ボックスの下に空ける余白*/
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
}
#main .list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	padding: 3%;	/*ボックス内の余白*/
}
/*各ボックスの設定（※compactタイプへの追加設定）*/
#main .list.compact {
	box-shadow: none;
	width: 18%;			/*幅*/
	float: left;		/*左に回り込み*/
	margin-left: 1.3%;	/*右側に空けるスペース*/
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.2;	/*行間を狭くする*/
}
#main .list.compact a {
	height: 260px;	/*高さ*/
	border: none;
	padding: 0;
}
/*ボックス内のh4タグ設定*/
#main .list h4 {
	margin-bottom: 0.5em;
	color: #52ade2;		/*文字色*/
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色*/
}
/*ボックス内のh4タグの１文字目への設定*/
#main .list h4::first-letter {
	border-left: 3px solid #52ade2;	/*左側の線の幅、線種、色*/
	padding-left: 10px;	/*線と文字との余白*/
}
/*ボックス内のh4タグ設定（※compactタイプへの追加設定）*/
#main .list.compact h4 {
	border: none;
}
/*ボックス内のh4タグの１文字目への設定（※compactタイプへの追加設定）*/
#main .list.compact h4::first-letter {
	border: none;
	padding: 0;
}
/*ボックス内の段落タグ設定*/
#main .list p {
	padding: 0px;
	margin-left: 24%;	/*左側の写真幅とのバランスをとって設定*/
}
/*ボックス内の段落タグ設定（※compactタイプへの追加設定）*/
#main .list.compact p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 20%;		/*写真の幅*/
	margin-right: 1%;	/*写真の右側に空ける余白*/
}
/*マウスオン時のボックス内の写真設定*/
#main .list a:hover figure img {
	opacity: 0.8;	/*透明度80%にする設定*/
}
/*ボックス内の写真設定（※compactタイプへの追加設定）*/
#main .list.compact figure img {
	float: none;
	margin: 0;
	margin-bottom: 10px;
	border: none;
	width: auto;
	padding: 0;
}
/*マウスオン時のボックス内の写真設定（※compactタイプへの追加設定）と、ボックスにoption2スタイルが指定された場合の画像の設定。*/
.list.option2 a:hover figure img,
.list.option2 figure img {
	opacity: 0.3 !important;
}
/*登録日情報*/
#main .list .date {
	display: block;
	font-size: 11px;	/*文字サイズ*/
	color: #999;		/*文字色*/
	text-align: right;	/*テキストを右側に*/
}

/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
#main .list table {
	font-size: 12px;	/*文字サイズ*/
	width: 78%;			/*テーブル幅*/
	margin-bottom: 5px;
}
#main .list table,
#main .list table td,
#main .list table th{
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
}
#main .list table td,
#main .list table th{
	padding: 1%;	/*テーブル内の余白*/
}
/*色のついた見出しブロック*/
#main .list table th{
	width: 20%;		/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
	background: #edf0f5;	/*背景色*/
}
/*白い説明用ブロック*/
#main .list table td {
	width: 30%;	/*幅*/
}

/*詳細ページの画像切り替え（imgchg_pack.js）※一般のhtmlテンプレートで利用。
---------------------------------------------------------------------------*/
/*大きな画像のボックスと説明文を入れるボックス*/
#item-image {
	position: relative;
}
/*大きな画像の１行目*/
#item-image #item_image1 {
	z-index:2;
	position:relative;
	overflow:hidden;
}
/*大きな画像の２行目*/
#item-image #item_image2 {
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}
/*サムネイル画像*/
.thumbnail {
	width: 80px;	/*画像の幅*/
	height: 80px;	/*画像の高さ*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;
}
.thumbnail:hover {
	border: 1px solid #999;	/*マウスオン時の枠線の幅、線種、色*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*左に回り込み*/
	width: 22%;		/*幅*/
	padding: 40px 2% 0 0;	/*上、右、下、左へのボックス内の余白*/
	margin-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	text-align: center;		/*内容をセンタリング*/
	background: #52ade2;	/*背景色*/
	color: #fff;			/*文字色*/
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #dcdcdc;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;	/*メニュー内の余白。上下、左右への設定。*/
	border-bottom: solid 1px #dcdcdc;	/*下の線の線種、幅、色*/
	border-left: solid 1px #dcdcdc;		/*左の線の線種、幅、色*/
	border-right: solid 1px #dcdcdc;	/*右の線の線種、幅、色*/
}
/*h2直下にsubmenuが続いた場合のみ、submenuの上の線を消す設定*/
#sub h2 + ul.submenu {
	border-top: none;
}

/*subコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	overflow: hidden;
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
	border: solid 1px #dcdcdc;	/*線の線種、幅、色*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1) inset;	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事で0.1は透明度10%の事。insetは内側への影、という意味。*/
}
/*h2直下にbox1が続いた場合のみ、box1の上の線を消す設定*/
#sub h2 + .box1 {
	border-top: none;
}
/*box1内のサブメニュー*/
#sub ul.submenu {
	margin-bottom: 0;
}

/*サブコンテンツ内の物件一覧ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#sub .list {
	position: relative;
	overflow: hidden;
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.2;	/*行間を狭くする*/
}
#sub .list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 5px 0;	/*上下、左右へのボックス内の余白*/
	border-top: 1px solid #dcdcdc;	/*上の線の幅、線種、色*/
}
/*最後ボックスの設定*/
#sub .list:last-of-type a {
	border-bottom: 1px solid #dcdcdc;	/*上の線の幅、線種、色*/
	margin-bottom: 20px;	/*下に空けるスペース*/
}
/*ボックス内のh4タグ設定*/
#sub .list h4 {
	color: #52ade2;		/*文字色*/
}
/*ボックス内の写真設定*/
#sub .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 20%;		/*写真の幅*/
	margin-right: 5px;	/*写真の右側に空ける余白*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #52ade2;	/*背景色*/
	color: #fff;	/*文字色*/
	font-size: 85%;	/*文字サイズ*/
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 18%;		/*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
}
#copyright a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 20px;
	margin-bottom: 15px;
	height: 160px;	/*高さ*/
	overflow: auto;	/*上で設定した高さを超えた場合にスクロールを出す設定。全部表示させていたいなら、この行と上の高さの行を削除する。*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	color: #52ade2;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #eee;	/*下線の幅、線種、色*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #eee;	/*背景色*/
	font-size: 18px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 80px;	/*アイコンからテキストにする場合はここの幅を大きく変更して下さい。pxでなく%での指定もOKです。*/
	height: 40px;
}
.ta1 td .specialbox img {
	vertical-align: middle;
}

/*submitボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 10px 30px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
	font-size: 16px;	/*文字サイズ*/
	border: 1px solid #ccc;
	cursor:pointer;
}
/*マウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	background: #fff;	/*背景色*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	margin-right: 2%;
}
#pagetop a {
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #52ade2;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	width: 100px;	/*幅*/
}
/*マウスオン時*/
#pagetop a:hover {
	background: #3b97cc;	/*背景色*/
	color: #fff;		/*文字色*/
}

/*一覧ページのボックス内のアイコン
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1,option2共通*/
span.option1, span.option2 {
	text-align: center;
	line-height: 1;
	display: block;
	font-size: 10px;	/*文字サイズ*/
	width: 120px;		/*幅*/
	padding: 48px 0 5px 0;	/*上、右、下、左へのボックス内の余白*/
	position: absolute;
	right: 0px;	/*ボックスに対して右から0pxの場所に配置*/
	top: 0px;	/*ボックスに対して上から0pxの場所に配置*/
	transform: rotate(45deg) translate(20px,-60px);	/*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
	color: #FFF;	/*文字色*/
	background: #999;	/*背景色*/
}
/*option1への追加設定*/
span.option1 {
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
}
/*h2タグ内で使った場合のoption1とoption2*/
h2 span.option1, h2 span.option2 {
	text-shadow: none;
	width: auto;
	padding: 2px 5px;
	position: static;
	transform: none;
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	text-shadow: none;
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #52ade2;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}



/* トップ */
.loginSmallBox{
}

.loginSmallBox dt{
	font-weiht:bold;
	font-size:13px;
}

.loginSmallBox dd{
  margin:-0.5em 0 0 2.5em;
}
.loginCtrlBox{
	padding-top:1.0em;
	text-align:center;
}
.loginCtrlBox input[type=submit]{
	padding:3px 18px!important;
}


.indent2{
	padding-left:1.5em;
}

dl.fileList{
}

dl.fileList dt{
}
dl.fileList dd{
}
dl.fileList dd a{
  display:block;
  border:solid 1px silver;
  border-radius:6px;
  padding:0 6px;
  margin:6px 0;
	text-decoration:none;
}
dl.fileList dd a:hover{
	background-color:#AFEEEE;
}



/*PAGE BACK設定
---------------------------------------------------------------------------*/
.pageback {
  clear: both;
  margin-right: 2%;
  margin-top:1.0em;
  margin-bottom:-1.0em;
}
.pageback a {
  color: #fff;    /*文字色*/
  font-size: 20px;  /*文字サイズ*/
  background: #52ade2;  /*背景色*/
  text-decoration: none;
  text-align: left;
  display: block;
  /*float: left;*/
  width: 200px; /*幅*/
  padding-left:1.0em;
  box-sizing:border-box;
  white-space:nowrap;
}
/*マウスオン時*/
.pageback a:hover {
  background: #3b97cc;  /*背景色*/
  color: #fff;    /*文字色*/
}



/* 問題関連テーブル定義
*/
.mondaiTable{
	width:100%;
	margin-bottom:2.0em;
}
.mondaiTable th{
	border:solid 2px white;
  background: #edf0f5;
}
.mondaiTable td{
	border:solid 2px white;
	background: #edf0f5;
}



/* タイル表示 */
#main .tile{
}
#main .tile a{
	display:block;
	float:left;
	width:270px;
	height:200px;
	margin-right:1.0em;
  margin-bottom:2.0em;
  text-decoration: none;
  font-weight:bold;
  line-height:100%;
}
#main .tile .title{
  display:block;
  padding-top:0.5em;
  padding-left:0.5em;
  font-size:18px;
  text-shadow    : 
       4px  4px 5px #ffffff,
      -4px  4px 5px #ffffff,
       4px -4px 5px #ffffff,
      -4px -4px 5px #ffffff,
       4px  0px 5px #ffffff,
       0px  4px 5px #ffffff,
      -4px  0px 5px #ffffff,
       0px -4px 5px #ffffff; 
}
#main .tile .subtitle{
  display:block;
  padding-top:0.5em;
  padding-left:0.5em;
  font-size:13px;
  text-shadow    : 
       4px  4px 5px #ffffff,
      -4px  4px 5px #ffffff,
       4px -4px 5px #ffffff,
      -4px -4px 5px #ffffff,
       4px  0px 5px #ffffff,
       0px  4px 5px #ffffff,
      -4px  0px 5px #ffffff,
       0px -4px 5px #ffffff; 
}
#main .tile:after{
	clear:both;
}

.indexMessage{
	width:95%;
	padding:0.2em 0.6em;
	border:solid 2px red;
	font-size:16px;
	color:red;
	margin:0.5em 1.0em -1.0em 1.0em;;
	font-weight:bold;
}

.educationRead{
}
.educationHead{
	width:100%;
	display:block;
	background-color:white;
	padding:0.2em 0.3em;
	z-index:99;
}
.educationHead input[type=button]{
	padding:0px 12px;
	margin:0;
}

.educationHeadMove{
	top:46px;
  left:30px;
  border:solid 1px black;
  position:fixed;
}

.courseMsgBox{
	line-height:110%;
}
.courseMsgBox *{
	padding:3px;
	margin:3px;
}

a.cert{
  color:blue;
  background-color:#F0F8FF;
  padding:3px 12px 0px 12px;
  border:solid 2px blue;
  font-weight:bold;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration:none;
  
  width:250px;
  margin:0.5em;
  display:block;
  text-align:center;
}

a.cert:hover{
  color:red;
  border:solid 2px red;
  background-color:#FFDDDD;
}

div.certBox{
  text-align:right;
  padding:3.0em;
}


div.qaBox{
	padding-left:3.0em;
	text-indent:-2.0em;
	line-height:150%;
}



/* 点滅 */
.blinking > *{
  -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.blink {
  animation: blinkAnime 1s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: inherit }
 100% { color: red }
}

.msgMain{
	margin:1.0em 3.0em 3.0em 3.0em
}

.pcOnly{
	display:block;
}
.mobileOnly{
	display:none;
}