@charset "utf-8";

/*
ここで[メニュー]->[テーマ]で表示される内容を記述します。

Theme Name: CheeseNaTheme
Theme URI: https://jito.me/
Author:  CheeseDeHappy
Author URI: https://jito.me/
Description: CheeseDeHappy のテーマ
Version: 0.0.1
License: Cheese Non License
License URI: https://jito.me/
Tags: Cheese
Text Domain: CheeseNaTheme

CheeseNaTheme WordPress Theme © 2016- CheeseDeHappy
*/

* {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
	font: inherit;
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: "Meiryo";
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.clear {
	clear: both;
}
.sticky {

}
.bypostauthor {

}
.wp-caption {
	margin: 0.5em;
	display: inline-block;
}
.wp-caption p {
	font-size: 0.85em;
	color: #cc8000;
	text-align: center;
	text-shadow:
		1px 1px 1px #808080;
}

.wp-caption-text {

}
.gallery-caption {

}
@media screen and (min-width: 500px){
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	text-align: center;
}
}

p {
	padding: 0.25em 0px;
	line-height: 125%;
}

.post {
	line-height: 125%;
}


/* -----------------------------
wordpress ID
----------------------------- */
#wrapper {
	margin: auto;
	overflow: hidden;
	max-width: 1200px;
}


* {
	transition: all 0.75s ease 0s;
}
body, input, select, option, textarea {
	color: #404040;
	font-family: "Migu 1M";
	font-size: 16px;
}

a {
	color: inherit;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
	padding-bottom: 0;
	border-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	color: inherit;
	padding: 0.5em 0px;
}
strong {
	font-weight: 800;
}


/* -----------------------------
ヘッダ
----------------------------- */
#header {
	margin: 0px 0px 1em 0px;
	padding: 0px 5% 1.5em 5%;
	overflow: hidden;
	background-image: url(./materials/back-h.png);
	background-repeat: no-repeat no-repeat;
	background-position: left bottom;
	background-size: cover;
	position: relative;
}

/* タイトル・サイト説明 ------------------- */
#branding {
}
#site-title {
	padding: 0px;
	font-size: 2em;
	font-weight: 800;
}
#site-title a {
	color: transparent;
	background-image: url(./materials/title-0.png);
	background-repeat: no-repeat no-repeat;
	background-size: contain;
}
#site-title a:hover {
	background-image: url(./materials/title-1.png);
}
#site-description {
	min-height: 10em;
	padding: 2em 2.5% 5em 47.5%;
	line-height: 150%;
	font-size: 1.1em;
	font-weight: 800;
	color: #ffffff;
	text-shadow:
		1px 1px 2px #000000,
		2px 2px 5px #404040;
}


/* メニュー ------------------- */
#menu {
	margin: 1em;
}
#search {
	float: right;
}
.menu {

}

/* ul#menu-top -------------------------- */
#menu-top {
}
#menu-top li {
	display: inline-block;
	float: left;
}
#menu-top li a {
	padding: 0.75em 1.5em;
	display: block;
	background-color: #aa5000;
	text-decoration: none;
	font-weight: 800;
	color: #ffffee;
	border-right: 1px dashed #ffffff;
	transition: all 0.25s ease 0s;
	text-align: center;
	position: relative;
}
#menu-top li:first-child a {
	padding-left: 2em;
	border-top-left-radius: 50%;
}
#menu-top li:last-child a {
	padding-right: 2em;
	border-right: 0;
	border-top-right-radius: 50%;
}
#menu-top li a:hover {
	background-color: #cc8000;
	color: #ffffff;
}
#menu-top li a::before {
	content: " ";
	width: 75%;
	height: 4em;
	position: absolute;
	bottom: 2.1em;
	background-image: url(./materials/b.gif);
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	opacity: 0;
	transition: all 0.25s ease 0.25s;
	z-index: -1;
}
#menu-top li a:hover::before {
	opacity: 1;
}


/* ul#menu-form -------------------------- */
#menu-form {
	padding-top: 1em;
	float: right;
	margin-bottom: 1em;
}
#menu-form::before {
	content: "申し込み受付中！";
	margin: -4em 0 -2em 0;
	padding: 2em 1em 0em 1.5em;
	font-size: 1.5em;
	color: #cc0000;
	font-weight: 800;
	position: absolute;
	right: 0em;
	border-bottom: 3px solid #cc0000;
	text-shadow:
		0 0 10px #ffffff,
		0 0 10px #ffffff,
		0 0 10px #ffffff,
		0 0 10px #ffffff,
		0 0 10px #ffffff
		;
}
#menu-form li {
	margin: 0 -1em 1.5em 0;
	padding: 0;
	text-align: right;
	font-weight: 800;
}
#menu-form li a {
	margin-right: -0.5em;
	padding: 0.5em 2em 0.5em 1.5em;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 1em;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	font-size: 1em;
}
#header:hover #menu-form li a:hover {
	background-color: rgba(64, 150, 255, 0.9);
	color: #ffffff;
}
#header:hover #menu-form li a {
	margin-right: 0;
}
#header:hover #menu-form:hover li a {
	font-size: 1.1em;
}

/* #menu-form-side -------------------------- */
#menu-form-side {
}
#menu-form-side li {
	padding: 0;
}



#menu_switch, .menu_switchLabel, #menu h1 {
	display: none;
}



/* -----------------------------
コンテンツ
----------------------------- */
#continer {
	padding: 1em;
	display: block;
	background-image: url(./materials/back.png);
	background-repeat: no-repeat repeat;
	background-position: center top;
	background-size: cover;
}
#content {
	padding: 1em;
	clear: both;
}
.entry-content iframe {
	width: 96%;
	min-height: 800px;
	margin: 1em auto;
	display: block;
	border: 3px solid #ff0000;
	box-sizing: border-box;
}
.entry-content iframe.eco-lifeday {
	width: 100%;
	height: 540px;
	min-height: 0;
}
.entry-content .wp-embedded-content {
	width: 90%;
	min-height: 0;
	max-height: none;
	margin: 1em auto;
}

.entry-content img {
	max-width: 640px;
	max-height: 640px;
	padding: 0 1em;
}
.entry-content h1 {
	font-size: 1.4em;
}
.entry-content h2 {
	font-size: 1.2em;
}
.entry-content h3 {
	font-size: 1.1em;
}
.entry-content h4 {
	margin-top: 1em;
	padding: 0.25em 1em;
	font-size: 1em;
	background: linear-gradient(left, #ffcc88, transparent);
	background: -webkit-gradient(linear, left top, right top, from(#ffcc88), to(transparent));
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
}

.entry-content ul, .entry-content ol {
	margin: 1em 0px;
	padding-left: 3em;
	list-style-type: disc;
}
.entry-content ol {
	list-style-type: decimal;
}
.entry-content li {
	margin: 0.5em 0px;
	line-height: 125%;
}
ol.none, ul.none {
	list-style-type: none;
}

.entry-content p {
	padding-left: -1em;
	text-indent: 1em;
}


.indent0 {
	padding-left: 0;
	text-indent: 0;
}
.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}
.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}
.indent3 {
	padding-left: 3em;
	text-indent: -3em;
}
.indent4 {
	padding-left: 4em;
	text-indent: -4em;
}
.indent5 {
	padding-left: 5em;
	text-indent: -5em;
}
.indent6 {
	padding-left: 6em;
	text-indent: -6em;
}
.indent7 {
	padding-left: 7em;
	text-indent: -7em;
}
.indent8 {
	padding-left: 8em;
	text-indent: -8em;
}
.indent9 {
	padding-left: 9em;
	text-indent: -9em;
}
.indent10 {
	padding-left: 10em;
	text-indent: -10em;
}


blockquote a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.entry-content blockquote img {
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 150px;
	float: left;
}
blockquote {
	min-height: calc(150px + 3em);
	position: relative;
	margin: 1em 0.5em;
	padding: 0.5em 0.5em 0.5em 1em;
	background-color: #f8f8f8;
	border-left: 3px solid #804000;
}
blockquote::before {
	content: "出典）"attr(data-title)" より ――";
	font-size: 0.8em;
	text-align: left;
	display: block;
}
blockquote::after {
	content: attr(data-site)" ―― "attr(data-url)" から引用";
	font-size: 0.8em;
	text-align: right;
	display: block;
}
blockquote p {
	font-size: 0.9em;
	line-height: 144%;
	opacity: 0.8;
}
.blockquote h1 {
	border: 0;
	background-image: none;
	padding-left: 0;
}

.entry-content table {
	border-collapse: collapse;
	background-color: #ffffff;
}
.entry-content table td, .entry-content table th {
	padding: 0.5em;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #404040;
}
.entry-content table th {
	background-color: rgba(0, 0, 0, 0.1);
	font-weight: 800;
	text-align: center;
}

.entry-content .id11 th p {
}
.post-categories {
	display: inline-block;
}
.post-categories li {
	margin: 0 0.5em 1em 0.5em;
	display: inline-block;
}


/* トップページ限定 ------------------------------------------------- */
.top-page .wp-caption-text {
	font-size: 0.7em;
}

.entry-title {
	font-size: 1.4em;
}
.top-page .entry-title small {
	font-size: 0.8em;
}
.page .entry-title, h1.entry-title.categorys, #content header h1.entry-title {
	margin: 1em 0 1.5em 0;
	padding-left: 2.5em;
	line-height: 150%;
	background-image: url(./materials/b-2.png);
	background-repeat: no-repeat no-repeat;
	background-position: left center;
	background-size: auto 2em;
	border-bottom: 4px dotted #cc8000;
}
.category-date {
	font-weight: 400;
	font-size: 0.7em;
	color: #aa5000;
}

.top-page article {
	margin: 0px;
	padding: 0.125em;
	vertical-align: text-top;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 0.8em;
}
.top-page h2.entry-title {
	display: inline-block;
}

/* トップページの更新情報
----------------------------------------------- */
.top-page .top-news {
	margin-bottom: 1em;
	padding: 0.5em 0.5em 1em 0.5em;
	border: 2px dashed #ee8000;
}
.top-page .top-news .sticky {
	color: red;
}

.top-page .top-news h3 {
	width: 5em;
	text-align: center;
	font-size: 0.8em;
	position: relative;
	top: -1.6em;
	margin-left: 0.5em;
	margin-bottom: -2em;
	background-color: #ffffff;
}
.top-page .top-news .navigation {
	text-align: right;
}
.top-page .top-news article {
	clear: both;
	padding: 0.5em;
}
.top-news .entry-date {
	width: 6em;
	padding: 0.25em 0px;
	float: left;
	display: inline-block;
	vertical-align: text-top;
}
.new-news {
	color: red;
}
.top-page .top-news .entry-title {
	width: calc(100% - 6em);
	padding: 0px;
	line-height: 144%;
	float: left;
	vertical-align: text-top;
}

.news .news-contents {
	padding: 1em 0;
	position: relative;
}

h2.categorys, .entry-content h2 {
	line-height: 150%;
	padding: 0.5em;
}
h2.categorys span {
	width: 1.5em;
	height: 1.5em;
	margin: 0 0.5em 0 0;
	display: block;
	position: relative;
	float: left;
	background-image: url(./materials/b.gif);
	background-repeat: no-repeat no-repeat;
	background-size: auto 100%;
	background-position: center center;
	transition: all 0.75s ease 0s;
}
h2.categorys small {
	font-size: 0.8em;
}
h2.categorys:hover span {
	background-image: url(./materials/b-2.png);
}

label.contentSwitch {
	cursor: pointer;
	display: block;
}
label.contentSwitchUp {
	width: 64px;
	height: 100px;
	float: right;
	cursor: pointer;
	display: block;
	background-image: url(./materials/nav-close-0.png);
	background-repeat: no-repeat no-repeat;
	background-size: auto 75%;
	background-position: center center;
	transition: none;
}
label.contentSwitchUp:hover {
	background-image: url(./materials/nav-close-1.png);
}

input.contentSwitch {
	display: none;
}

input.contentSwitch + div {
	height: 0;
	overflow: hidden;
	background-color: #ffffee;
	transition: all 0.5s ease 0s;
	padding: 0 1em;
	border-bottom: 2px dotted #ee8000;
	margin-bottom: 0.5em;
	clear: both;
}
input.contentSwitch:checked + div {
	height: auto;
	padding: 1em;
}
input.contentSwitch + div + span:after {
	content: '＼ｸﾘｯｸで記事を読む／';
	width: 10em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 1em;
	color: #cc8000;
	font-size: 0.6em;
	transition: all 0.5s ease 0s;
}
input.contentSwitch:checked + div + span:after {
	opacity: 0;
}


/* SNS ------------------- */
.facebook {
	width: 500px;
	max-width: 100%;
	height: 700px;
	margin-bottom: 0.5em;
	display: inline-block;
	vertical-align: text-top;
}


/* category-12は除外 --------------- */
.top-news .category-12 {
	display: none;
}

.top-page .notice-news {
	width: calc(100% - 500px - 0.666em);
	max-width: 100%;
	min-width: 270px;
	height: auto;
	min-height: 3em;
	display: inline-block;
	position: relative;
	vertical-align: text-top;
	border: 2px dashed #ee8000;
	color: #ee8000;
	overflow: visible;
}
.top-page .notice-news h3 {
	width: 8em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -1em;
	left: 1em;
	background-color: #ffffff;
	z-index: 1;
}
.top-page .notice-news ol {
	width: calc(100% - 2em);
	height: calc(100% - 2em);
	margin: 1em 0.5em;
}
.notice-news li {
	margin: 0.25em 0;
	padding: 0.5em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.notice-news li:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.notice-news a {
	padding: 1em 0;
	display: block;
	text-decoration: none;
}
.notice-news .notice-news-header {
	color: #808080;
}
.notice-news input {
	display: none;
}
.notice-frame-over {
	width: 100%;
	height: 100%;
	padding: 4em 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	transition: all 1s ease 0s;
}
.notice-frame-over[data-display=true] {
	opacity: 1;
	pointer-events: auto;
	z-index: 100;
}
.notice-frame-over[data-display=false] {
	opacity: 0;
	pointer-events: none;
	z-index: -1;
}
.notice-frame-back {
	width: 2em;
	height: 2em;
	margin: 0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 2em;
	background-color: rgba(255, 0, 0, 0.5);
	color: #ffffff;
	z-index: 10;
	cursor: pointer;
}
.notice-frame-back:hover {
	background-color: rgba(255, 0, 0, 1);
}

.notice-frame {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 2em;
	display: block;
	background-color: #ffffff;
}

@media screen and (max-width: 1100px){
.top-page .notice-news {
	width: 100%;
	max-width: 500px;
}
}


/* サイドバー ------------------- */
#content {
	width: 75%;
	float: left;
	box-sizing: border-box;
}
#sidebar {
	width: 25%;
	padding: 0.5em;
	float: right;
	box-sizing: border-box;
}


.widget-area {
	padding: 1em;
}
.widget-container {
	margin: 1em 0px;
}
.widget-container h3 {
	background-image: url(./materials/bottom-s.gif);
	background-repeat: no-repeat no-repeat;
	background-size: 1.75em auto;
	background-position: left top 33.333%;
	padding-left: 2em;
	line-height: 150%;
	font-weight: 800;
	border-bottom: 5px solid #cc8000;
	border-right: 5px solid transparent;
}
.widget-container ul {
	padding-left: 2em;
	list-style-type: disc;
	font-size: 0.9em;
}
.widget-container ul li {
	margin: 0.75em 0px;
	line-height: 144%;
}
.widget-container ul li a {
	text-decoration: none;
}
.xoxo li {
	margin: 1em 0px;
	padding: 0.5em 0px;
	font-size: 1em;
}

.widget_categories li {
	color: #aa5000;
	border-bottom: 1px dotted #aa5000;
}
.widget-categories li:hover {
	color: #50aa00;
	border-bottom: 1px dotted #50aa00;
}


#wp-calendar {
	width: 100%;
	text-align: center;
}
#wp-calendar caption {
	font-weight: 800;
}
#wp-calendar td, #wp-calendar th {
	padding: 0.5em 0px;
}
#wp-calendar thead th:first-child, #wp-calendar tbody td:first-child {
	color: red;
}
#wp-calendar thead th:last-child, #wp-calendar tbody td:last-child {
	color: blue;
}
#today a {
	background-color: rgba(0, 0, 0, 0.25);
}
#wp-calendar tbody a {
	text-decoration: none;
	padding: 0.5em 0px;
	display: block;
	color: white;
	background-color: rgba(0, 128, 0, 0.5);
}
#today {
	padding: 0px;
}



/* -----------------------------
フッタ
----------------------------- */
#footer {
	padding: 1em;
	font-size: 0.8em;
	color: #808080;
}

.footer {
	padding-top: 1em;
	font-size: 0.8em;
	color: #808080;
}
.nav-previous, .nav-next {
	width: auto;
	margin: 0.5em auto;
	display: inline-block;
}
.nav-previous a, .nav-next a {
	padding: 0.5em;
}


#footer {
	min-height: 20em;
	padding: 2em 0;
}
#footer address {
	width: auto;
	margin: 1em;
}
#footer address .entry-title, .entry-content h2 {
	margin-bottom: 1em;
	padding-top: 1.5em;
	padding-left: 2.5em;
	line-height: 150%;
	background-image: url(./materials/b.gif);
	background-repeat: no-repeat no-repeat;
	background-position: left center;
	background-size: 2em auto;
	border-bottom: 2px dotted #ee8000;
}


/* コピーライト ------------------- */
#copyright {
	padding: 2em;
	text-align: center;
}



/* -----------------------------
wordpress Class
----------------------------- */



/* アイキャッチ ------------------- */
.wp-post-image, .attachment-post-thumbnail, .meta-sep {
/* 個別ページでは消す -------------- */
	display: none;
}
.top-page .wp-post-image, .top-page .attachment-post-thumbnail {
	width: auto;
	height: auto;
	max-width: 128px;
	max-height: 128px;
	margin: 0px 1em 1em 0px;
	padding: 0px;
	float: left;
	display: inline-block;
}



.coolchoice {
	width: 256px;
	position: absolute;
	bottom: 75px;
}
.coolchoice img {
	max-width: 100%;
	max-height: 100%;
}
@media screen and (max-width: 800px) {
.coolchoice {
	bottom: 350px;
}
#menu-form li {
	margin: 0 0 2em 0;
}
}


/* -----------------------------
wordpress Login
----------------------------- */
#login {
	background-color: RGBa(255, 255, 128, 1);
}


/* -----------------------------
display: none;
----------------------------- */
#comments, .comments-link {
	display: none;
}





/*
800px以下の場合、CSSを変化（タブレット表示）-------------------------------------------------------------- */
@media screen and (max-width: 800px){
#content {
	width: 100%;
}
#sidebar {
	width: 100%;
}
#menu-top li {
	width: 50%;
	margin-bottom: 2.5em;
}
#menu-top li:nth-child(odd) a {
	border-top-left-radius: 25% 50%;
}
#menu-top li:nth-child(even) a {
	border-right: 0;
	border-top-right-radius: 25% 50%;
}
#menu-top li:last-child a {
	border-top-right-radius: 25% 50%;
}

}


/* 写真の横並べ -------------------------------- */
.photo-box2 img {
	width: 48% !important;
	height: auto !important;
	margin: 0 0.25%;
	padding: 0;
}
.photo-box3 img {
	width: 31% !important;
	height: auto !important;
	margin: 0 0.25%;
	padding: 0;
}
.photo-box4 img {
	width: 23% !important;
	height: auto !important;
	margin: 0 0.25%;
	padding: 0;
}

/*
500px以下の場合、CSSを変化（スマホ表示）-------------------------------------------------------------- */
@media screen and (max-width: 500px){
#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px
}
#header {
	width: 100%;
	padding: 0px;
	background-color: #ffffff;
	overflow: hidden;
}
#site-description {
	width: 85%;
	margin-top: 3.5em;
	padding: 0 10% 5em 5%;
	height: auto;
	background-size: 100% auto;
	font-size: 1em;
	font-weight: 400;
	line-height: 200%;
}
#site-title {
	display: none;
}
.menu_switchLabel {
	margin: auto;
	display: block;
	text-align: center;
	font-size: 1.6em;
	text-align: center;
	overflow: hidden;
}
.menu_switchLabel * {
	color: inherit;
}

#menu-top li {
	margin-bottom: 0;
}
#menu-top li a {
	padding: 1em 0.5em !important;
	border-radius: 0 !important;
	border-top: 1px dashed #ffffff;
	display: flex;
}
#menu-top li:first-child a,
#menu-top li:last-child a {
	padding-left: 0;
	padding-right: 0;
}
#menu-top li:nth-child(odd) a {
	border-top-left-radius: 50%;
}
#menu-top li:nth-child(even) a {
	border-right: 0;
	border-top-right-radius: 25% 50%;
}
#menu-top li a::before {
	display: none;
}
#menu-top li:first-child a::before {
	display: block;
	bottom: 3.3em;
	opacity: 1;
}


.top-page .notice-news {
	margin: 3em 0 0 0;
	border: 2px dashed #0080ee;
	color: #0080ee;
}

#menu h1 {
	width: auto;
	margin: auto;
	display: block;
	text-align: center;
	font-size: 1.2em;
}
#menu h1 a {
	padding: 0.25em;
	display: block;
}
#search {
	width: 96%;
	margin: auto;
	float: none;
}
#search label {
	display: block;
}
#search input[type="text"] {
	width: 100%;
	height: 2.5em;
	padding: 0.5em;
	display: block;
	box-sizing: border-box;
}
#search input[type="submit"] {
	display: none;
}
#menu {
}
#menu-top ul {
	margin: 0.5em;
}
#menu-top li {
	width: 50%;
	box-sizing: border-box;
}
#menu-top li a {
	padding: 01.25em 0.5em;
	text-align: center;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-previous, .nav-next {
	text-align: center;
}

#content {
	width: 100%;
	float: none;
}

#sidebar {
	width: 100%;
	padding: 0px;
	float: none;
	box-sizing: border-box;
}


#footer address {
	width: auto;
}

#menu-form li a {
	margin: 0.25em 0;
}
#menu-form li a {
	padding-right: 3em;
	text-align: center;
	display: block;
}
#header:hover #menu-form:hover li a {
	font-size: 1em;
}

.coolchoice {
	width: 60%;
	position: relative;
	display: block;
	margin: auto;
	margin-top: -50px;
	float: none;
	clear: both;
	bottom: 30px;
}
iframe.coolchoice {
	height: 4000px;
}

.photo-box2 img, .photo-box3 img, .photo-box4 img {
	width: 100% !important;
	height: auto !important;
	margin: 0.25em 0;
}

}

.entry-footer {
	margin-top: 1em;
	font-size: 0.9em;
	opacity: 0.9;
	clear: both;
}
.entry-footer:hover {
	opacity: 1;
}
.entry-footer .cat-links {
	font-style: italic;
}
.entry-footer .cat-links a {
	padding: 0.25em 0.75em;
	border: 1px solid rgba(0, 0, 0, 128);
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	text-decoration: none;
	transition: none;
	font-size: 0.9em;
}
.entry-footer .cat-links a:hover {
	background-color: rgba(255, 255, 128, 1);
}
.navigation {
	text-align: center;
}
.navigation * {
	transition: none;
}
.navigation a {
	width: 3em;
	height: 3em;
	border-radius: 2em;
	text-decoration: none;
	font-weight: 800;
	color: #000000;
}
.nav-previous a {
	background-color: rgba(255, 200, 64, 1);
}
.nav-next a {
	background-color: rgba(64, 200, 255, 1);
}
.nav-previous a:hover, .nav-next a:hover {
	color: #ffffff;
}

.FullScreen {
	cursor: pointer;
}



/* file icons
 --------------------------------------------- */
.file {
	margin: 0.25em;
	padding: 0.5em 2.5em 0.5em 0;
	background-repeat: no-repeat no-repeat;
	background-position: right center;
	background-size: contain;
	display: inline-block;
}
.word {
	background-image: url(materials/file_word.png)
}
.excel {
	background-image: url(materials/file_excel.png)
}
.ppt {
	background-image: url(materials/file_ppt.png)
}
.pdf {
	background-image: url(materials/file_pdf.png)
}

