@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :editor-style.css
 author     :keyword-co.net(admin)
 style info :Editor内スタイル
 鳥取大学 入学試験情報

=================================================================== */
/* エディタースタイル */

/* 全ページ共通
---------------------------------------------------------------------*/
/* アイコン表示 */
body#tinymce.wp-editor .icon {
	font-size:0.6em;
	color:#FFF;
	padding:0.1em 0.8em;
	border-radius:4px;
	display: inline-block;
	vertical-align:text-bottom;
	margin-left:5px;
}

body#tinymce.wp-editor .new {
	background: #32b16c;
}

body#tinymce.wp-editor .pickup {
	background: #0062DB;
}

body#tinymce.wp-editor .endMark {
	background:#666;
}


/* デフォルト設定
---------------------------------------------------------------------*/
body#tinymce.wp-editor { 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

body#tinymce.wp-editor h2,
body#tinymce.wp-editor h3,
body#tinymce.wp-editor h4,
body#tinymce.wp-editor h5,
body#tinymce.wp-editor h6,
body#tinymce.wp-editor p
{
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


body#tinymce.wp-editor a {
	color:#39C;
	text-decoration: none;
}

.editorArea img {
	opacity:1;
}


/* Float設定
---------------------------------------------------------------------*/
body#tinymce.wp-editor img.aligncenter,
.editorArea img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

body#tinymce.wp-editor img.alignleft,
.editorArea img.alignleft {
	display: block;
	float: left;
}

body#tinymce.wp-editor img.alignright,
.editorArea img.alignright {
	display: block;
	float: right;
}


/* スタイル設定
---------------------------------------------------------------------*/
body#tinymce.wp-editor ul,
body#tinymce.wp-editor ol {
	margin-left: 0;
}

body#tinymce.wp-editor ul,
.editorArea ul {
	list-style-type:inherit;
}

body#tinymce.wp-editor ol,
.editorArea ol {
	list-style-type:decimal;
}

body#tinymce.wp-editor ol,
body#tinymce.wp-editor ul,
.editorArea ol,
.editorArea ul {
	/*padding: 0 !important;*/
	margin-top: 0;
	margin-bottom: 0;
}

.editorArea ol,
.editorArea ul {
	margin-left:1.5em;
}

body#tinymce.wp-editor .aligncenter,
.editorArea .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

body#tinymce.wp-editor .alignleft,
.editorArea .alignleft {
	display: block;
	float: left;
}

body#tinymce.wp-editor .alignright,
.editorArea .alignright {
	display: block;
	float: right;
}

body#tinymce.wp-editor em,
.editorArea em {
	font-style:italic;
}

/* マークアップ設定
---------------------------------------------------------------------*/
body#tinymce.wp-editor h2,
.editorArea h2 {
	font-size:1.3em;
	font-weight:bold;
	margin-top:2em;
	margin-bottom:1em;
	
	padding: 0.8em 1em;
	background-color: #EEEEEE;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}

/*地域学部*/
/*body#tinymce.wp-editor h2.bg-rs,
.editorArea h2.bg-rs {
	color:#FFF;
	background:#b35e58;
	border-top: none;
	border-bottom: none;
	border-radius:5px;
}*/

/*医学部*/
/*body#tinymce.wp-editor h2.bg-med,
.editorArea h2.bg-med {
	color:#FFF;
	background:#5d82bb;
	border-top: none;
	border-bottom: none;
	border-radius:5px;
}*/

/*工学部*/
/*body#tinymce.wp-editor h2.bg-eng,
.editorArea h2.bg-eng {
	color:#FFF;
	background:#c6860c;
	border-top: none;
	border-bottom: none;
	border-radius:5px;
}*/

/*農学部*/
/*body#tinymce.wp-editor h2.bg-muses,
.editorArea h2.bg-muses {
	color:#FFF;
	background:#9bb029;
	border-top: none;
	border-bottom: none;
	border-radius:5px;
}*/

body#tinymce.wp-editor h3,
.editorArea h3 {
	font-size:1.2em;
	font-weight:bold;
	margin-top:1.8em;
	margin-bottom:0.2em;
	
	border-left: 5px solid #CCC;
	padding: 0.5em 0 0 0.6em;
}

body#tinymce.wp-editor h2 + h3 ,
.editorArea h2 + h3 {
	margin-top:1em;
}

body#tinymce.wp-editor h4,
.editorArea h4 {
	font-size:1em;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:0.2em;
	
	padding:0 0 0.2em;
	border-bottom:1px solid #CCC;
}

body#tinymce.wp-editor h5,
.editorArea h5 {
	font-size:1em;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:0.2em;
}


body#tinymce.wp-editor h2:first-child,
body#tinymce.wp-editor h3:first-child,
body#tinymce.wp-editor h4:first-child,
body#tinymce.wp-editor h5:first-child {
	margin-top:0;
}

.editorArea .date + h2,
.editorArea .date + h3,
.editorArea .date + h4,
.editorArea .date + h5 {
	margin-top:0;
}

/*body#tinymce.wp-editor h6,
.editorArea h6 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:0;
	
	border-left: 3px solid #CCC;
	border-bottom:1px solid #CCC;
	padding: 0.2em 0.5em;
}*/



body#tinymce.wp-editor .img-responsive,
.editorArea .img-responsive {
	margin-top:1em;
}

body#tinymce.wp-editor hr,
.editorArea hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid #CCC;
}


/* Add Quicktag
---------------------------------------------------------------------*/
body#tinymce.wp-editor .centerImg ,
.editorArea .centerImg  {
	width:90%;
	margin:auto;
}


/* .editorArea設定
---------------------------------------------------------------------*/
.editorArea img {
	width:auto;
	height:auto;
}


/* お知らせ　single-default.php */
.editorArea .date {
	font-size:0.9em;
	margin-bottom:5px;
	text-align:right;
}


/* ウィジング設定（新着情報・教員の紹介・よくあるご質問）
---------------------------------------------------------------------*/


/*lgサイズ1200pxより小さい場合に適用*/
@media only screen and (max-width: 1199px) {
}
/*mdサイズ992pxより大きい場合に適用*/
@media only screen and (min-width: 992px) {
}
/*mdサイズ992pxより小さい場合に適用*/
@media only screen and (max-width: 991px) {
}
/*smサイズ768pxより大きい場合に適用*/
@media only screen and (min-width: 768px) {
}
/*smサイズ768pxより小さい場合に適用*/
@media only screen and (max-width: 767px) {
/* Add Quicktag */
	body#tinymce.wp-editor .centerImg ,
	.editorArea .centerImg  {
		width:inherit;
	}

}
/*xsサイズ480pxより小さい場合に適用*/
@media only screen and (max-width: 479px) {
	body#tinymce.wp-editor h2,
	.editorArea h2 {
		font-size:1.1em;
		margin-bottom:0.8em;
		/*padding: 0.4em 0.5em;*/
		padding: 0.5em;
		line-height:1.5;
	}
	body#tinymce.wp-editor h3,
	.editorArea h3 {
		font-size:1.05em;
		border-left-width:4px;
		margin-top:1.5em;
	}
	body#tinymce.wp-editor h4,
	.editorArea h4 {
		font-size:1em;
	}
	body#tinymce.wp-editor h5,
	.editorArea h5 {
		font-size:1em;
	}
	

}

