@charset "UTF-8";
/*
Theme hotozero
Author:k aki
*/
a {
	color: #555;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
}
a img:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	/* ie 8 */
	-moz-opacity: 0.7;
	/* FF lt 1.5, Netscape */
}

.br {
	display: none !important;
}

.tit {
	font-family: "Lato", "Roboto", sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #313c4c;
	border-bottom: 3px solid #48b4ff;
	padding-bottom: 8px;
}
.tit span {
	display: inline-block;
	padding-left: 16px;
	color: #646b73;
	font-size: 13px;
	position: relative;
	top: -0.29em;
	font-weight: normal;
}

.icoArea {
	float: left;
}
.newIco,
.prIco {
	display: inline-block;
	font-size: 14px;
	width: 42px;
	height: 42px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	-ms-border-radius: 21px;
	-o-border-radius: 21px;
	border-radius: 21px;
	text-align: center;
	font-weight: bold;
	margin-right: 3px;
}
.newIco {
	border: 2px solid #e74c3c;
	background: #fff;
	color: #e74c3c;
	letter-spacing: -0.03em;
	line-height: 40px;
}
.prIco {
	background: #666;
	color: #fff;
	line-height: 42px;
	letter-spacing: 0.1em;
}

.snsShares {
	display: flex;
	align-items: center;
	gap: 14px;
}
.dictionaryPost .snsShares {
	margin: 0 0 -5px;
}
.snsShares .snsIco {
	width: 24px;
	height: 24px;
}
.snsShares .snsIco-x {
	width: 20px;
	height: 20px;
}
.snsShares .snsIco-link {
	cursor: pointer;
	width: 16px;
	height: 20px;
}
.snsShares .snsIco-link img {
	transition: 0.7s;
}
.snsShares .snsIco-link img:hover {
	opacity: 0.7;
}
.snsShares .snsIco-link {
	position: relative;
}
.snsShares .snsIco-link::before {
	content: "リンクをコピーしました";
	display: block;
	position: absolute;
	width: 12em;
	height: 24px;
	top: -36px;
	left: -5.5em;
	margin: auto;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	background: #48b4ff;
	color: #fff;
	border-radius: 4px;
}
.snsShares .snsIco-link::after {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 12px;
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	background: #48b4ff;
}
.snsShares .snsIco-link::before,
.snsShares .snsIco-link::after {
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}
.snsShares .snsIco-link.active::before,
.snsShares .snsIco-link.active::after {
	opacity: 1;
	visibility: visible;
}

#contents .post .postImgBox .icoArea {
	position: absolute;
	left: 10px;
	top: 12px;
}
#contents .post .postImgBox .icoArea .newIco {
	line-height: 39px;
}
.postTitPrIcoBox {
	display: flex;
	justify-content: flex-end;
}
.postTitPrIco {
	font-size: 11px;
	width: 35px;
	height: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 16px;
	text-align: center;
	font-weight: bold;
	background: #666;
	color: #fff;
	line-height: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
}
.prPost .featureTit {
	position: relative;
	padding-right: 36px;
}
.prPost .featureTit .postTitPrIco {
	position: absolute;
	right: 0;
	top: 3px;
}

.infoArea {
	float: right;
	font-size: 12px;
}
.infoArea li {
	float: left;
}
.infoArea li:first-child:after {
	content: "/";
	padding: 0 0.8em;
}
.infoArea li span {
	color: #48b4ff;
}

.more {
	display: inline-block;
	color: #48b4ff;
	text-decoration: underline;
	font-size: 13px;
}
.more:hover {
	text-decoration: none;
}

.sortArea a {
	text-decoration: none;
	color: #5c5c5c;
}
.sortArea .catArea {
	width: 50%;
	float: left;
}
.sortArea .catArea .cat {
	float: left;
}
.sortArea .catArea .cat a {
	display: inline-block;
	background: #48b4ff;
	padding: 0 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: 200;
	font-size: 12px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
}
.sortArea .catArea .cat a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.sortArea .catArea .subCat a {
	display: inline-block;
	padding: 0 0 0 5px;
	font-weight: 300;
	padding-left: 10px;
	text-decoration: underline;
}
.sortArea .catArea .subCat a:hover {
	text-decoration: none;
}
.sortArea .keyArea {
	width: 49%;
	float: left;
	padding-left: 15px;
	border-left: 2px dotted #ddd;
}
.sortArea .keyArea:before {
	font-family: "CONDENSEicon";
	content: "a";
	background: #fff0c6;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
.sortArea .keyArea li {
	padding: 0 0.2em;
	display: inline;
}
.sortArea .keyArea li a {
	text-decoration: underline;
	padding-right: 0.2em;
}
.sortArea .keyArea li a:hover {
	text-decoration: none;
}
.sortArea .keyArea li:after {
	content: ",";
	text-decoration: none;
}
.sortArea .keyArea li:last-child:after {
	content: "";
}

header {
	width: 1194px;
	margin: 12px auto 10px;
}
header #logo {
	float: left;
}
header #hRight {
	float: right;
	margin: 25px 0 5px;
}
header #hRight li {
	display: inline-block;
}
header #hRight li a {
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #313c4c;
	text-decoration: none;
	margin: 0 0 0 25px;
	letter-spacing: 0.08em;
}
header #hRight #hNav {
	float: left;
	margin-right: 22px;
}
header #hRight #hNav li a:hover {
	text-decoration: underline;
}
header #hRight #hNav li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 7px solid #48b4ff;
	padding-right: 5px;
}
header #hRight .snsArea {
	font-family: FontAwesome;
	float: left;
	margin-top: 1px;
}
header #hRight .snsArea a {
	text-decoration: none;
}
header #hRight .snsArea i {
	display: inline-block;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
}
header #hRight .snsArea i:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
header #hRight .snsArea .fb i {
	background: #305097;
}
header #hRight .snsArea .tw i {
	background: #55acee;
}
header #hRight .snsArea .rss i {
	background: #ee802f;
}
header #serchArea {
	float: right;
	position: relative;
	width: 288px;
	height: 40px;
	margin-left: 22px;
}
header #serchArea #s {
	width: 100%;
	position: relative;
	font-size: 15px;
	text-align: left;
	color: #333;
	background: #f5f5f5;
	border: none;
	height: 38px;
	line-height: 38px;
	margin-top: -6px;
	padding: 0 25px 0 18px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}
header #serchArea #s:focus {
	outline: none;
}
header #serchArea input::-webkit-input-placeholder {
	color: #ccc;
	font-weight: normal;
}
header #serchArea input:-ms-input-placeholder {
	color: #ccc;
	font-weight: normal;
}
header #serchArea input::-moz-placeholder {
	color: #ccc;
	font-weight: normal;
}
header #serchArea input[type="submit"] {
	font-family: CONDENSEicon;
	display: block;
	position: absolute;
	right: 12px;
	top: -2px;
	font-size: 21px;
	background: none;
	border: none;
	cursor: pointer;
	color: #555;
}
header #serchArea input[type="submit"]:hover {
	color: #48b4ff;
}

#gl {
	background: #48b4ff;
	border-bottom: 4px solid #3a90cc;
}
#gl #glIn {
	display: -webkit-box;
	/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;
	/* iOS8以前Safari用 */
	display: flex;
	width: 1194px;
	margin: auto;
	height: 50px;
}
#gl ul {
	display: inline-block;
}
#gl ul .catNav {
	float: left;
}
#gl ul .catNav > a {
	display: inline-block;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	text-decoration: none;
	color: #fff;
	padding-top: 9px;
	height: 50px;
}
#gl ul .catNav > a:hover {
	background: #edf7ff;
	color: #48b4ff;
}
#gl ul .catNav > a span {
	display: block;
	border-left: 1px solid #fff;
	font-size: 18px;
	font-weight: 200;
	letter-spacing: 0.1em;
	padding: 1px 20px 0;
}
#gl ul .catNav:first-child a span {
	border-left: none;
	padding: 1px 25px 0;
}
#gl #dictionaryGnav,
#gl #eventGnav {
	margin: 5px 0 0 15px;
	width: 186px;
	height: 40px;
	background: #313c4c;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#gl #dictionaryGnav:hover,
#gl #eventGnav:hover {
	background: #fff;
}
#gl #dictionaryGnav:hover > a,
#gl #eventGnav:hover > a {
	color: #313c4c;
}
#gl #dictionaryGnav a,
#gl #eventGnav a {
	display: block;
	text-align: center;
	padding-top: 9px;
	line-height: 36px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.2em;
	padding: 1px 10px 0;
	cursor: pointer;
}
#gl #dictionaryGnav a:before,
#gl #eventGnav a:before {
	font-family: "CONDENSEicon";
	content: "M";
	font-size: 1.2em;
	position: relative;
	top: 2px;
	padding-right: 0.5em;
}
#gl #eventGnav a {
	letter-spacing: 0;
}
#gl #eventGnav a::before {
	content: "d";
	font-size: 1.3em;
	top: 1px;
}
#gl .subNav {
	display: none;
	width: 100%;
	left: 0;
	background: #3a90cc;
	position: absolute;
	z-index: 5;
}
#gl .subNav ul {
	width: 1194px;
	margin: 0 auto;
	display: block;
}
#gl .subNav .subCatNav {
	display: inline-block;
	margin: 7px 20px;
}
#gl .subNav .subCatNav a {
	color: #fff;
	font-weight: 100;
	font-size: 15px;
	text-decoration: none;
}
#gl .subNav .subCatNav a:hover {
	text-decoration: underline;
}
#gl #dictionaryGnav > a {
	margin-bottom: 7px;
}
#gl #dictionaryGnav .subNav {
	padding: 12px 0;
}
#gl #dictionaryGnav .subNav li {
	float: left;
	margin-left: 14px;
}
#gl #dictionaryGnav .subNav li:first-child {
	margin-left: 0;
}
#gl #dictionaryGnav .subNav li a {
	width: 387px;
	height: 51px;
	line-height: 41px;
	font-size: 18px;
	font-weight: bold;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background: #fff;
	border-width: 3px;
	border-style: solid;
}
#gl #dictionaryGnav .subNav li a::before {
	font-weight: normal;
}
#gl #dictionaryGnav .subNav li a:hover {
	color: white !important;
}
#gl #dictionaryGnav .subNav #productGnav a {
	color: #48b4ff;
	border-color: #a3d9ff;
}
#gl #dictionaryGnav .subNav #productGnav a::before {
	content: "/";
}
#gl #dictionaryGnav .subNav #productGnav a:hover {
	background: #48b4ff;
}
#gl #dictionaryGnav .subNav #restaurantGnav a {
	color: #5ac465;
	border-color: #ace1b2;
}
#gl #dictionaryGnav .subNav #restaurantGnav a::before {
	font-family: "SF-Webicon";
	content: ")";
}
#gl #dictionaryGnav .subNav #restaurantGnav a:hover {
	background: #5ac465;
}
#gl #dictionaryGnav .subNav #museumGnav a {
	color: #c8aa50;
	border-color: #e3d4a7;
}
#gl #dictionaryGnav .subNav #museumGnav a::before {
	content: "c";
}
#gl #dictionaryGnav .subNav #museumGnav a:hover {
	background: #c8aa50;
}

#bookBox {
	background: #f5f5f5;
	padding: 26px 0 22px;
}
#bookBox #bookBoxIn {
	width: 1194px;
	margin: auto;
}
#bookBox h3 {
	float: left;
	margin: 0 30px 0 30px;
}
#bookBox #bookBoxSlide {
	width: 965px;
	float: left;
	margin-right: 20px;
}
#bookBox #bookBoxSlide .bookBoxSlideItem {
	float: left;
	background: url(images/bookBg.png) repeat-y left top;
	overflow: hidden;
	width: 305px;
	margin-left: 15px;
	padding: 5px;
}
#bookBox #bookBoxSlide .bookBoxSlideItem .bookBoxSlideItemIn {
	position: relative;
	background: #fff;
	padding: 8px 10px 8px;
	min-height: 134px;
}
#bookBox #bookBoxSlide .bookBoxSlideItem .figure {
	display: block;
	float: left;
	width: 77px;
	height: auto;
}
#bookBox #bookBoxSlide .bookBoxSlideItem .figure img {
	width: 100%;
	height: auto;
}
#bookBox #bookBoxSlide .bookBoxSlideItem .cont {
	width: 185px;
	float: right;
}
#bookBox #bookBoxSlide .bookBoxSlideItem .cont .bookTit {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}
#bookBox #bookBoxSlide .bookBoxSlideItem .cont .bookDesc {
	font-size: 13px;
	line-height: 1.4;
	margin-top: 0.3em;
	padding-bottom: 1.75em;
}
#bookBox #bookBoxSlide .bookBoxSlideItem .cont .bookShop {
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	position: absolute;
	bottom: 8px;
	right: 10px;
	display: inline-block;
	font-size: 11px;
	background: #313c4c;
	color: #fff;
	margin-top: 0.5em;
	padding: 0 7px 2px;
	text-decoration: none;
}
#bookBox #bookBoxSlide .bookBoxSlideItem .cont .bookShop:after {
	font-size: 14px;
	line-height: 1.5;
	font-family: "CONDENSEicon";
	content: "ì";
	padding-left: 0.5em;
}
#bookBox #bookBoxSlide .bookBoxSlideItem .cont .bookShop:hover {
	background: #48b4ff;
}
#bookBox #bookBoxSlide .owl-prev,
#bookBox #bookBoxSlide .owl-next {
	position: absolute;
	text-align: center;
	font-family: "CONDENSEicon";
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 1.8em;
	width: 1.8em;
	height: 1.8em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	transition-duration: 0.3s;
}
#bookBox #bookBoxSlide .owl-prev:hover,
#bookBox #bookBoxSlide .owl-next:hover {
	opacity: 0.7;
}
#bookBox #bookBoxSlide .owl-prev {
	left: -1.05em;
}
#bookBox #bookBoxSlide .owl-next {
	right: -1.55em;
}
#bookBox #bookBoxSlide .owl-prev:hover {
	left: -1.15em;
}
#bookBox #bookBoxSlide .owl-next:hover {
	right: -1.65em;
}

.teacherArea {
	margin-top: 0.5em;
	background: #f9f9f9;
	padding: 0.25em 0.5em 0.25em;
	font-size: 0.9em;
}
.teacherArea .teacherTit {
	font-size: 0.9em;
	display: inline;
}
.teacherArea .teacherName {
	margin-left: 0.5em;
	font-weight: bold;
	display: inline;
}
.teacherArea .teacherPosition {
	display: inline;
}
.teacherArea .teacherPosition::before {
	content: "/";
	padding-right: 0.5em;
	margin-left: 0.5em;
}
.intervieweeArea {
	margin-top: 0.5em;
	background: #f9f9f9;
	padding: 0.4em 0.5em 0.4em;
	font-size: 0.9em;
	border-radius: 6px;
}
.intervieweeArea .intervieweeTit {
	font-size: 0.9em;
	display: inline;
}
.intervieweeArea .intervieweeTit::after {
	content: "：";
}
.intervieweeArea .intervieweeName {
	margin-left: 0.5em;
	font-weight: bold;
	display: inline;
}
.intervieweeArea .intervieweePosition {
	display: inline;
}
.intervieweeArea .intervieweePosition::before {
	content: "/";
	padding-right: 0.5em;
	margin-left: 0.5em;
}

#mv .mvBox {
	width: 1194px;
	height: 400px;
	margin: 0 auto;
}
#mv .mvBox .mvImg {
	display: block;
	position: relative;
	overflow: hidden;
	width: 505px;
	height: 400px;
	float: left;
}
#mv .mvBox .mvImg img {
	width: 100%;
	height: auto;
}
#mv .mvBox .cont {
	width: 674px;
	float: left;
	padding: 18px 75px 15px 25px;
	font-size: 17px;
	line-height: 1.9;
}
#mv .mvBox .metaArea {
	margin-bottom: 30px;
}

#mv .mvBox .infoArea {
	float: none;
	font-size: 15px;
	margin-top: 5px;
}
.featureKvTit {
	font-weight: bold;
	margin: 0.5em 0 0;
}
#mv .mvBox .mainArea h2 a {
	display: block;
	font-size: 36px;
	color: #313c4c;
	line-height: 1.275;
	font-weight: 600;
	margin-bottom: 20px;
	text-decoration: none;
}
#mv .mvBox .mainArea h2 a:hover {
	color: #48b4ff;
	text-decoration: underline;
}
#mv .mvBox .intervieweeArea {
	margin: -15px 0 15px;
}
#mv .mvBox .icoArea {
	margin-top: 5px;
}
#mv .mvBox .sortArea {
	float: right;
}
#mv .mvBox .sortArea.left {
	float: left;
}
#mv .mvBox .catArea {
	width: auto;
	clear: both;
}
#mv .mvBox .catArea .cat a {
	color: #fff;
	display: inline-block;
}
#mv .mvBox .catArea .subCat {
	float: left;
}
#mv .mvBox .catArea .subCat a {
	padding-left: 10px;
	text-decoration: underline;
}
#mv .mvBox .catArea .subCat a:hover {
	text-decoration: none;
}

#keyBox {
	border-top: 2px solid #fff0c6;
	border-bottom: 2px solid #fff0c6;
}
#keyBox #keyBoxIn {
	width: 1194px;
	margin: 0 auto;
}
#keyBox #keyBoxIn p {
	height: 39px;
	line-height: 39px;
	padding: 1px 5px;
	background: #fff0c6;
	width: 135px;
	float: left;
	text-align: center;
	margin-right: 20px;
}
#keyBox #keyBoxIn li {
	float: left;
	line-height: 36px;
}
#keyBox #keyBoxIn li a {
	display: inline-block;
	color: #4d565f;
	font-size: 14px;
	text-decoration: none;
	margin: 0 5px;
	padding: 2px 5px 1px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
}
#keyBox #keyBoxIn li a:hover {
	background: #fff0c6;
}

#breadcrumb {
	width: 1194px;
	margin: 12px auto 0;
	text-align: left;
}
#breadcrumb li {
	display: inline-block;
	font-size: 13px;
}
#breadcrumb li:before {
	content: " ＞ ";
}
#breadcrumb li:first-child:before {
	content: "";
}
#breadcrumb a {
	font-size: 13px;
	color: #555;
	margin-right: 7px;
	text-decoration: underline;
}

#wrapperIn {
	width: 1194px;
	margin: 40px auto 85px;
}

.sub #wrapperIn {
	margin-top: 40px;
}

#uraBnr,
#eventBnr,
#ibarakiBnr {
	width: 785px;
	margin-bottom: 17px;
	line-height: 0;
}

#eventBnr {
	margin-top: 7px;
}

#dictionaryBnr {
	margin-bottom: 30px;
}
#dictionaryBnr li {
	float: left;
	margin-left: 17px;
	margin-bottom: 17px;
	line-height: 0;
}
#dictionaryBnr li:nth-child(odd) {
	margin-left: 0;
}

#ibarakiBnr {
	margin-bottom: 50px;
}

#contents {
	width: 785px;
	float: left;
}
#contents .tit {
	border-color: #313c4c;
	margin-bottom: 30px;
}
#contents .tit:before {
	position: relative;
	top: 2px;
	font-family: "CONDENSEicon";
	color: #48b4ff;
	content: "O";
	font-weight: normal;
	padding-right: 13px;
	font-size: 27px;
}
#contents #keyTit:before {
	content: "a";
	top: 1px;
}
#contents #catTit:before {
	content: "M";
	top: 0;
}
#contents .post {
	margin-bottom: 50px;
}
#contents .post .postImgBox {
	position: relative;
	width: 235px;
	height: auto;
	float: left;
	margin-top: 4px;
}
#contents .post .postImgBox .postImg {
	display: block;
}
#contents .post .postImgBox .postImg,
#contents .post .postImgBox .borderbox {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
#contents .post .cont {
	width: 520px;
	float: right;
}
#contents .post .cont h2 a {
	font-size: 26px;
	font-weight: bold;
	color: #313c4c;
	text-decoration: none;
	line-height: 1.4;
}
#contents .post .cont h2 a:hover {
	color: #48b4ff;
	text-decoration: underline;
}

#contents .post .cont .sent {
	margin: 10px 0;
	line-height: 1.8;
	font-size: 14px;
}
#contents .post .sortArea {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 16px 0 8px;
	padding: 6px 0 5px;
	font-size: 12px;
}
#contents .post .sortArea a {
	text-decoration: none;
	color: #5c5c5c;
}
#contents .post .sortArea .catArea .cat a {
	font-size: 11px;
	color: #fff;
}
#contents .post .sortArea .catArea .subCat li {
	display: inline-block;
}
#contents .post .sortArea .catArea .subCat a {
	padding-left: 10px;
	text-decoration: underline;
}
#contents .post .sortArea .catArea .subCat a:hover {
	text-decoration: none;
}
#contents .post .sortArea .keyArea:before {
	width: 18px;
	height: 18px;
	line-height: 18px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	float: left;
}
#contents .post .sortArea .keyArea a {
	text-decoration: underline;
	padding-right: 0.2em;
}
#contents .post .sortArea .keyArea a:hover {
	text-decoration: none;
}
#contents #more a {
	display: block;
	font-family: "CONDENSEicon";
	text-align: center;
	border: 4px solid #76c7ff;
	width: 300px;
	margin: 70px auto 0;
	font-size: 28px;
	text-decoration: none;
	color: #76c7ff;
	padding: 5px 0 4px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
#contents #more a:hover {
	background: #76c7ff;
	color: #fff;
}
#contents #infscr-loading {
	margin-top: 70px;
	text-align: center;
}

.singlePage #wrapperIn {
	margin-top: 50px;
}
.singlePage .icoArea {
	margin-right: 10px;
}
.singlePage .infoArea {
	float: left;
	margin-top: 10px;
}
.singlePage #contents .post {
	margin-bottom: 50px;
}
.singlePage #contents h1 {
	font-size: 36px;
	color: #313c4c;
	line-height: 1.35;
}
.singlePage #contents .post .sortArea {
	margin: 15px auto 30px;
}
.singlePage #contents .post .cont {
	width: 784px;
	line-height: 1.9em;
	text-align: justify;
	word-wrap: break-word;
	text-justify: inter-ideograph;
	font-size: 17px;
	margin-bottom: 20px;
}
.singlePage #contents .post .cont .mvImg {
	width: 784px;
	height: auto;
	margin-bottom: 20px;
}
.singlePage #contents .post .cont .teacherImg {
	display: block;
	margin-bottom: 5px;
}
.singlePage .teacherArea {
	margin: 26px 0 28px;
	padding: 12px 0 16px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: none;
}
.singlePage .teacherArea.imgNo .teacherCont {
	width: 100%;
}
.singlePage .teacherArea .teacherNameArea {
	font-weight: bold;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.04em;
	font-size: 0.9em;
}
.singlePage #contents .post .postcont .teacherArea .teacherNameArea .teacherName {
	font-size: 1.1em;
	margin: 0;
	border-left: none;
	padding: 0;
}
.singlePage .teacherArea .teacherNameArea .teacherPosition::before {
	content: "/";
	margin: 0 0.8em;
	position: relative;
	top: -0.05em;
}
.singlePage .teacherArea .teacherSent {
	font-size: 0.85em;
	line-height: 1.8;
}

.singlePage .intervieweeArea {
	background: #daf0ff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	padding: 1em 1em 0.8em;
}
.singlePage .intervieweeArea .intervieweeImg {
	margin-right: 30px;
}
.singlePage .intervieweeArea .intervieweeImg img {
	border-radius: 4px;
}
.singlePage .intervieweeArea.imgNo .intervieweeCont {
	width: 100%;
}
.singlePage .intervieweeArea .intervieweeCont .intervieweeTit {
	display: block;
	background: #fff;
	color: #48b4ff;
	font-size: 0.85em;
	padding: 0.2em 0.5em 0.05em;
}
.singlePage .intervieweeArea .intervieweeCont .intervieweeTit::after {
	content: none;
}
.singlePage .intervieweeArea .intervieweeNameArea {
	font-weight: bold;
	margin: 15px 0 5px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.04em;
	font-size: 0.9em;
}
.singlePage #contents .post .postcont .intervieweeArea .intervieweeNameArea .intervieweeName {
	font-size: 1.1em;
	margin: 0;
	border-left: none;
	padding: 0;
}
.singlePage .intervieweeArea .intervieweeNameArea .intervieweePosition::before {
	content: "/";
	margin: 0 0.8em;
	position: relative;
	top: -0.05em;
}
.singlePage .intervieweeArea .intervieweeSent {
	font-size: 0.85em;
	line-height: 1.8;
}
.singlePage .interactiveArea .interactiveBlock {
	margin-bottom: 1.3em;
}
.singlePage .interactiveArea .interactiveCont {
	display: flex;
}
.singlePage .interactiveArea .interactiveCont dt {
	font-weight: bold;
}
.singlePage .interactiveArea .interactiveCont dd {
}

.singlePage #contents aside .subTit {
	background: #90959b;
	margin-bottom: 24px;
	padding: 1px 0;
	color: #fff;
	font-weight: 200;
	letter-spacing: 0.04em;
}
.singlePage #contents aside .subTit:before {
	position: relative;
	font-family: "CONDENSEicon";
	font-weight: normal;
	padding: 0 7px 0 12px;
	font-size: 18px;
	font-weight: 200;
}
.singlePage #contents aside .cont {
	margin-top: -5px;
}
.singlePage #contents #postInfo {
	margin: 20px 0 0;
}
.singlePage #contents #postInfo .subTit:before {
	content: "¯";
	font-size: 17px;
	top: 0px;
}
.singlePage #contents #postInfo img {
	display: block;
	width: 310px;
	height: auto;
	float: left;
}
.singlePage #contents #postInfo .cont {
	float: right;
	width: 450px;
	font-size: 14px;
}
.singlePage #contents #postInfo .cont .infoTit {
	font-size: 19px;
	font-weight: normal;
	color: #313c4c;
}
.singlePage #contents #postInfo .cont .sent {
	line-height: 1.55;
	margin: 14px 0 25px;
}
.singlePage #contents #postInfo .cont .infoUrl {
	padding-left: 1.75em;
	position: relative;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #313c4c;
	letter-spacing: 0.04em;
	word-break: break-all;
}
.singlePage #contents #postInfo .cont .infoUrl .ico {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-family: "CONDENSEicon";
	padding-right: 10px;
	font-size: 15px;
	font-weight: 200;
	text-decoration: none;
}
.singlePage #contents #postInfo .cont .infoUrl:hover {
	text-decoration: none;
}
.singlePage #contents #writerProf {
	margin-top: 50px;
}
.singlePage #contents #writerProf .subTit:before {
	content: "D";
	font-size: 17px;
	top: 1px;
}
.singlePage #contents #writerProf .userImg {
	display: block;
	float: left;
	width: 150px;
}
.singlePage #contents #writerProf .cont {
	width: 612px;
	float: right;
	margin-bottom: 0;
}
.singlePage #contents #writerProf .cont .name {
	font-size: 19px;
	font-weight: normal;
	color: #313c4c;
}
.singlePage #contents #writerProf .cont .position {
	font-size: 15px;
	color: #313c4c;
}
.singlePage #contents #writerProf .cont .sent {
	margin: 6px 0 12px;
	font-size: 14px;
}
.singlePage #contents #writerProf .cont .userMeta {
	float: right;
}
.singlePage #contents #writerProf .cont .userMeta .userUrl {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #313c4c;
	letter-spacing: 0.04em;
}
.singlePage #contents #writerProf .cont .userMeta .userUrl .ico {
	display: inline-block;
	position: relative;
	top: 2px;
	font-family: "CONDENSEicon";
	padding-right: 10px;
	font-size: 15px;
	font-weight: 200;
	text-decoration: none;
}
.singlePage #contents #writerProf .cont .userMeta .userUrl:hover {
	text-decoration: none;
}
.singlePage #contents #writerProf .cont .userMeta .userSns {
	float: right;
	margin-top: 8px;
	margin-left: 15px;
}
.singlePage #contents #writerProf .cont .userMeta .userSns li {
	display: inline-block;
	line-height: 1.3;
	float: left;
	width: 40px;
	padding-top: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-left: 5px;
}
.singlePage #contents #writerProf .cont .userMeta .userSns .userFb {
	background: #305097;
}
.singlePage #contents #writerProf .cont .userMeta .userSns .userTw {
	background: #55acee;
}
.singlePage #contents #writerProf .cont .userMeta .userSns .userGp {
	background: #e05235;
}
.singlePage #contents #writerProf .cont .userMeta .userSns a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 13px;
}
.singlePage .wrapper #topRelation {
	background: #f9f9f9;
	padding: 20px 0 20px;
}
.singlePage .wrapper #topRelation .topRelationIn {
	width: 1194px;
	margin: auto;
}
.singlePage .wrapper #topRelation .topRelationIn .relatItem {
	width: 370px;
	margin-left: 41px;
	float: left;
	position: relative;
}
.singlePage .wrapper #topRelation .topRelationIn .relatItem:first-child {
	margin-left: 0;
}
.singlePage .wrapper #topRelation .topRelationIn .thumbLink img {
	position: relative;
	display: block;
	width: 150px;
	height: auto;
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-right: 15px;
}
.singlePage .wrapper #topRelation .topRelationIn .thumbLink img:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.singlePage .wrapper #topRelation .topRelationIn .cont {
	width: 200px;
	float: left;
}
.singlePage .wrapper #topRelation .topRelationIn .relatPtit {
	font-size: 15px;
}
.singlePage .wrapper #topRelation .relatMetaArea {
	width: 220px;
	position: absolute;
	bottom: 0;
	font-size: 12px;
}
.singlePage .wrapper #topRelation .relatMetaArea .cat {
	float: left;
}
.singlePage .wrapper #topRelation .relatMetaArea .cat a {
	font-size: 10px;
	display: inline-block;
	background: #48b4ff;
	padding: 0 4px;
	margin-right: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: 200;
	text-decoration: none;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
}
.singlePage .wrapper #topRelation .relatMetaArea .cat a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.singlePage .wrapper #topRelation .relatMetaArea .subCat a {
	text-decoration: none;
}
.singlePage .wrapper #topRelation .relatMetaArea .subCat a:hover {
	color: #48b4ff;
}
.singlePage #contents .relation .subTit {
	letter-spacing: 0.25em;
	font-size: 17px;
	background: url(images/common/ico_relat.png) 9px 5px no-repeat #48b4ff;
	padding: 5px 0 5px 42px;
}
.singlePage #contents .relation .subTit span {
	font-size: 90%;
	letter-spacing: 0.04em;
}
.singlePage #contents .relation .relationIn .relatItem {
	position: relative;
	float: left;
	width: 380px;
	margin-left: 24px;
	margin-bottom: 45px;
}
.singlePage #contents .relation .relationIn .relatItem:nth-child(2n + 1) {
	margin-left: 0;
}
.singlePage #contents .relation .relationIn .thumbLink img {
	display: block;
	width: 136px;
	height: auto;
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.singlePage #contents .relation .relationIn .cont {
	width: 220px;
	float: left;
	position: relative;
	min-height: 108px;
}
.singlePage #contents .relation .relationIn .relatPtit {
	line-height: 1.625;
	font-size: 16px;
	font-weight: bold;
}
.singlePage #contents .relation .relationIn .relatItem .intervieweeArea {
	padding: 0.3em 0.5em 0.3em;
	display: block;
	margin-bottom: 5px;
}
.singlePage #contents .relation .relationIn .relatItem .intervieweeArea .intervieweeName {
	margin-left: 0;
}
.singlePage #contents .relation .relatMetaArea {
	width: 220px;
	position: absolute;
	bottom: 0;
	font-size: 12px;
}
.singlePage #contents .relation .relatMetaArea .cat {
	float: left;
}
.singlePage #contents .relation .relatMetaArea .cat a {
	font-size: 10px;
	display: inline-block;
	background: #48b4ff;
	padding: 0 4px;
	margin-right: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: 200;
	text-decoration: none;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
}
.singlePage #contents .relation .relatMetaArea .cat a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.singlePage #contents .relation .relatMetaArea .subCat a {
	text-decoration: none;
}
.singlePage #contents .relation .relatMetaArea .subCat a:hover {
	color: #48b4ff;
}
.singlePage #contents .post .postcont .sent {
	font-size: 15px;
	line-height: 2.2;
}
.singlePage #contents .post .postcont .sent a {
	color: #48b4ff;
}
.singlePage #contents .post .postcont h3 {
	margin: 2em 0 0.5em;
	line-height: 1.5;
	display: block;
	color: #48b4ff;
	font-weight: normal;
	font-size: 22px;
}
.singlePage #contents .post .postcont .capH3 {
	margin-top: 0.5em;
}
.singlePage #contents .post .postcont h4 {
	margin: 32px 0 15px;
	font-size: 16px;
	border-left: 4px solid #48b4ff;
	padding: 0 12px;
	line-height: 1.5;
}
.singlePage #contents .post .postcont .wp-caption img,
.singlePage #contents .post .postcont .attachment img {
	width: 100%;
	height: auto;
}
.singlePage #contents .post .postcont .alignleft,
.singlePage #contents .post .postcont .alignright,
.singlePage #contents .post .postcont .aligncenter,
.singlePage #contents .post .postcont .alignnone {
	margin-top: 1.25em;
	margin-bottom: 0.5em;
}
.singlePage #contents .post .postcont .alignleft,
.singlePage #contents .post .postcont img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.singlePage #contents .post .postcont .alignright,
.singlePage #contents .post .postcont img.alignright {
	display: inline;
	float: right;
	margin-left: 1.75em;
}
.singlePage #contents .post .postcont .aligncenter,
.singlePage #contents .post .postcont img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.singlePage #contents .post .postcont .wp-caption {
	font-size: 0.8em;
	line-height: 1.45;
	color: #777;
}
.singlePage #contents .post .postcont .wp-caption .wp-caption-text {
	padding: 9px 8px 9px;
	margin-top: 5px;
	background: #f5f5f5;
}

/* 20201105_お問い合わせエリア */
.singlePage #contents .post .postcont .postFormArea {
	/* border-top: 8px solid #f5f5f5;
  border-bottom: 8px solid #f5f5f5; */
	position: relative;
	border: 3px solid #f5f5f5;
	margin: 40px 0;
	line-height: 2;
	text-align: center;
}
.singlePage #contents .post .postcont .postFormArea::before {
	position: absolute;
	display: inline-block;
	width: 6em;
	top: -1.25em;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	padding: 0.25em 0.6em 0.25em 0.5em;
	content: "Contact";
	font-family: "Roboto";
	font-style: italic;
	font-weight: bold;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	color: #ddd;
}
.singlePage #contents .post .postcont .postFormArea .postFormAreaIn {
	padding: 2.25em 1.5em 2.15em;
}
.singlePage #contents .post .postcont .postFormArea .postFormTit {
	color: #48b4ff;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 0.75em;
}
.singlePage #contents .post .postcont .postFormArea .postFormTit::before {
	content: "〈 ";
}
.singlePage #contents .post .postcont .postFormArea .postFormTit::after {
	content: " 〉";
}
.singlePage #contents .post .postcont .postFormArea ul {
	padding: 1em 0;
	display: inline-block;
}
.singlePage #contents .post .postcont .postFormArea li {
	list-style-type: disc;
	margin-left: 1.25em;
	text-align: left;
}
.singlePage #contents .post .postcont .postFormArea .postFormBtn a {
	position: relative;
	display: block;
	width: 50%;
	height: 2.8em;
	background: #48b4ff;
	border: 2px solid #48b4ff;
	margin: 1em auto 0;
	border-radius: 2.8em;
	font-size: 1em;
	color: #fff !important;
	text-decoration: none;
	padding: 0.3em 0.4em 0.4em;
	transition-duration: 0.5s;
}
.singlePage #contents .post .postcont .postFormArea .postFormBtn a::after {
	position: relative;
	text-decoration: none;
	font-family: "CONDENSEicon";
	content: "ì";
	padding-left: 8px;
}
.singlePage #contents .post .postcont .postFormArea .postFormBtn a:hover {
	background: #fff;
	color: #48b4ff !important;
}
.singlePage #contents .post .postcont .postFormArea small {
	font-size: 0.8em;
}
/*
.wp_social_bookmarking_light {
	margin-top: 10px;
} */

.metaArea .snsShares {
	float: right;
}
/*
.wp_social_bookmarking_light div {
	float: left !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 5px 0px 0 !important;
	min-height: 30px !important;
	line-height: 18px !important;
	text-indent: 0 !important;
}

.wp_social_bookmarking_light img {
	border: 0 !important;
	padding: 0;
	margin: 0;
	vertical-align: top !important;
}

.wp_social_bookmarking_light_clear {
	clear: both !important;
} */

#fb-root {
	display: none;
}

.wsbl_twitter {
	width: 66px;
}

.wsbl_google_plus_one {
	width: 62px;
}

.wsbl_pocket {
	width: 82px;
}

.wp_social_bookmarking_light .wsbl_facebook_like:after {
	content: "";
	display: inline-block;
	width: 5px;
	height: auto;
}

.wsbl_facebook_like iframe {
	max-width: none !important;
}

.page-numbers {
	margin: 0 0 30px;
}
.page-numbers .numbers {
	display: block;
	float: left;
	background: #313c4c;
	color: #fff;
	width: 24px;
	height: 24px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
}
.page-numbers a .numbers {
	background: #fff;
	color: #313c4c;
	border: 1px solid #313c4c;
	line-height: 24px;
	text-decoration: underline;
}
.page-numbers a:hover .numbers {
	background: #313c4c;
	color: #fff;
	text-decoration: none;
}

#postSingle #wrapperIn {
	margin-bottom: 130px;
}
#postSingle .metaArea {
	border-bottom: 3px solid #313c4c;
	padding-bottom: 5px;
	margin: 5px 0 15px;
}
#postSingle .metaArea .snsShares {
	float: right;
}
#postSingle .post > .snsShares {
	margin-top: 20px;
}

#sideArea {
	position: relative;
	width: 360px;
	float: right;
}
#sideArea .cont {
	position: relative;
}
#sideArea section {
	margin-bottom: 35px;
}
#sideArea .sideMetaArea {
	position: absolute;
	bottom: 0;
	margin-top: 7px;
}
#sideArea .sideCat {
	float: left;
	display: inline-block;
	background: #ebebeb;
	font-size: 10px;
	text-decoration: underline;
	padding: 1px 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
}
#sideArea .sideCat a {
	color: #48b4ff;
}
#sideArea .sideCat:hover {
	background: #48b4ff;
}
#sideArea .sideCat:hover a {
	color: #fff;
}
#sideArea .sideInfo {
	right: 0;
	float: right;
	font-size: 11px;
	font-weight: normal;
}
#sideArea #ranking {
	margin-bottom: 35px;
}
#sideArea #ranking .tit {
	border-color: #e74c3c;
}
#sideArea #ranking .tit:before {
	position: relative;
	top: 1px;
	font-family: "CONDENSEicon";
	content: "u";
	font-weight: normal;
	padding-right: 11px;
	font-size: 24px;
	color: #e74c3c;
}
#sideArea #ranking ol {
	border: 1px solid #f9dcd7;
	padding: 25px 10px;
}
#sideArea #ranking ol li {
	color: #888;
	border-top: 1px dotted #ccc;
	margin-top: 20px;
	padding-top: 19px;
}
#sideArea #ranking ol li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
#sideArea #ranking ol li .rankIco {
	position: relative;
	left: -2px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px 0 0;
}
#sideArea #ranking ol li .postImg {
	display: inline-block;
	vertical-align: top;
	width: 82px;
	height: 82px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
#sideArea #ranking ol li .cont {
	display: inline-block;
	width: 200px;
	min-height: 82px;
	margin-left: 7px;
}
#sideArea #ranking ol li .cont h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 24px;
}
#sideArea #ranking ol li .cont h2 a {
	display: block;
	margin-top: -4px;
	color: #555;
	text-decoration: none;
	line-height: 1.5;
}
#sideArea #ranking ol li .cont h2 a:hover {
	color: #48b4ff;
	text-decoration: underline;
}
#sideArea #ranking ol li .sideMetaArea {
	width: 200px;
}
#sideArea #pickup {
	margin-top: 35px;
}
#sideArea #pickup .tit {
	border-color: #ffc832;
	margin-bottom: 20px;
}
#sideArea #pickup .tit:before {
	position: relative;
	top: 0;
	font-family: "CONDENSEicon";
	color: #48b4ff;
	content: "†";
	font-weight: normal;
	padding-right: 16px;
	font-size: 23px;
	color: #ffc832;
}
#sideArea #pickup li {
	background: #f9f9f9;
	padding: 10px 10px 2px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#sideArea #pickup li .postImg {
	width: 96px;
	height: 96px;
	border: 3px solid #fff;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#sideArea #pickup li .cont {
	position: relative;
	width: 230px;
	min-height: 102px;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: top;
	margin-left: 7px;
	padding-bottom: 10px;
}
#sideArea #pickup li .cont h2 {
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 24px;
}
#sideArea #pickup li .cont h2 a {
	color: #555;
	text-decoration: none;
}
#sideArea #pickup li .cont h2 a:hover {
	color: #48b4ff;
	text-decoration: underline;
}
#sideArea #pickup li .cont .sideMetaArea {
	bottom: 10px;
	width: 230px;
}
#sideArea #catNew .tit:before {
	position: relative;
	top: 0;
	font-family: "CONDENSEicon";
	color: #48b4ff;
	content: "M";
	font-weight: normal;
	padding-right: 16px;
	font-size: 23px;
}
#sideArea #catNew .catNewIn {
	border: 1px solid #daf0ff;
	padding: 25px 15px 15px;
}
#sideArea #catNew .catNewIn li {
	margin-bottom: 22px;
}
#sideArea #catNew .catNewIn li:last-child {
	margin-bottom: 35px;
}
#sideArea #catNew .date {
	width: 70px;
	display: block;
	float: left;
	background: #daf0ff;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	padding: 4px 0 5px;
	margin-top: 4px;
	line-height: 1;
}
#sideArea #catNew h2 {
	width: 240px;
	margin-left: 13px;
	float: left;
	line-height: 1.45;
}
#sideArea #catNew h2 a {
	font-size: 14px;
	color: #555;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#sideArea #catNew h2 a:hover {
	text-decoration: none;
}
#sideArea #catNew .catMore {
	display: block;
	background: #f5f5f5;
	padding: 10px 0;
	text-align: center;
	color: #48b4ff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
}
#sideArea #catNew .catMore:before {
	position: relative;
	font-size: 11px;
	font-family: "CONDENSEicon";
	content: "Ñ";
	padding-right: 2px;
}
#sideArea #catNew .catMore:hover {
	background: #48b4ff;
	color: #fff;
}
#sideArea .sideBnr {
	margin-bottom: 28px;
	line-height: 0;
}
#sideArea .sideBnr img {
	width: 100%;
	height: auto;
}
#sideArea .twbox {
	border-bottom: 1px solid #ccc;
	min-height: 667px;
}
#sideArea .twbox p {
	width: 360px;
	margin: 28px 0 0;
}
#sideArea .twbox p img {
	width: 100%;
	height: auto;
}

#recruitArea {
	margin: 0.55em 0 2em;
	background: #f8f8f9;
	padding: 25px 20px 0;
	border-radius: 4px;
}
#recruitArea .recruitTit {
	position: relative;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.45;
	color: #175b8a;
	background: url(images/recruitBg.png) 97% bottom no-repeat;
	-webkit-background-size: auto 72%;
	background-size: auto 72%;
	border-top: 2px solid #4c7592;
	border-bottom: 2px solid #4c7592;
	padding: 0.5em 0 0.625em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/*#recruitArea .recruitTit::after {
  content:"\f104";
  font-family: "Ionicons";
  position: absolute;
  bottom: -0.6em;
  left: 0;
  right: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  font-size: 2.75em;
  line-height: 1;
  text-align: center;
  color: #48b4ff;
}*/
#recruitArea ul {
	/*background: #f4fbff;*/
	/*border-bottom: 2px solid #6b4006;*/
	/*border-bottom: 2px solid #ccc;*/
	/*background: #f5f5f5;*/
	padding: 25px 0 5px;
}
#recruitArea ul li {
	width: 320px;
	margin: auto;
	line-height: 0;
	margin-bottom: 20px;
}
#recruitArea img {
	width: 100%;
	height: auto;
	backface-visibility: hidden;
}
#postSingle #recruitArea {
	padding: 25px 25px 0;
	margin-bottom: 3.5em;
}
#postSingle #recruitArea .recruitTit {
	padding-left: 2.8em;
	background-position: 90% bottom;
	-webkit-background-size: auto 94%;
	background-size: auto 94%;
}
#postSingle #recruitArea .recruitTit br {
	display: none;
}
#postSingle #recruitArea ul {
	display: flex;
	justify-content: space-between;
}

.pagetop {
	position: fixed;
	width: 35px;
	height: 165px;
	background: #313c4c;
	right: 0;
	bottom: 30%;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
}
.pagetop:hover {
	background: #48b4ff;
}

footer {
	background: #f5f5f5;
	border-top: 5px solid #48b4ff;
	padding: 20px 0 2px;
}
footer #footerIn {
	width: 1194px;
	margin: 0 auto;
}
footer #logo {
	position: relative;
	top: -6px;
	float: left;
}
footer #logo img {
	width: 210px;
	height: auto;
}
footer #fRight {
	float: right;
}
footer #fRight #fNav li {
	float: left;
}
footer #fRight #fNav li a {
	display: block;
	font-size: 14px;
	color: #313c4c;
	text-decoration: none;
	margin: 0 0 5px 30px;
	letter-spacing: 0.08em;
}
footer #fRight #fNav li a:hover {
	text-decoration: underline;
}
footer #fRight #fNav li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 7px solid #48b4ff;
	padding-right: 5px;
}
footer #fRight #copy {
	display: block;
	text-align: right;
	font-size: 11px;
}

.subMv {
	height: 130px;
	background: #f5f5f5;
}
.subMv .subMvIn {
	width: 1194px;
	margin: 0 auto;
	line-height: 140px;
}
.subMv .subMvIn h2 {
	font-family: "Lato", "Roboto", sans-serif;
	font-weight: 300;
	color: #48b4ff;
	font-size: 50px;
}
.subMv .subMvIn h2 span {
	position: relative;
	top: -3px;
	font-size: 17px;
	font-weight: normal;
	vertical-align: middle;
}
.subMv .subMvIn h2 span:before {
	display: inline-block;
	content: "";
	width: 1px;
	height: 1px;
	font-weight: normal;
	position: relative;
	top: -8px;
	left: -4px;
	padding: 0 24px 0 22px;
	background: #7a8087;
	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	transform: rotate(-55deg);
}

#contents #serchTit {
	font-weight: 300;
}
#contents #serchTit:before {
	content: "[";
	padding-right: 0;
	font-size: 30px;
}
#contents #serchTit em {
	color: #48b4ff;
	font-style: normal;
	padding: 0 5px;
	letter-spacing: 0.04em;
}

.contact #contents .tit:before {
	content: "F";
}

.contact .read span {
	display: block;
	margin-top: 0.8em;
}

.contact .kojinWrap {
	margin: 25px 0 40px;
	padding: 16px 18px 14px;
	border: 1px solid #daf0ff;
	color: #555;
	font-weight: 200;
}

.contact .kojinWrap strong {
	display: block;
	font-size: 93%;
	font-weight: normal;
	color: #48b4ff;
}

.contact .kojinWrap li {
	padding-top: 10px;
	font-size: 93%;
	line-height: 1.35;
	color: #555;
	text-indent: -1em;
	padding-left: 1em;
}

.contact .kojinWrap li .kojinWrapBox {
	display: block;
	font-size: 95%;
	line-height: 1.7;
	text-indent: 0;
	padding-left: 0;
}

.contact .kojinWrap li .kojinWrapBox span {
	display: block;
	color: #48b4ff;
	margin-top: 10px;
}

.contact .linkList li {
	text-indent: 0;
	display: block;
	color: #555;
	font-size: 13px;
	padding: 18px 0 22px;
}
.contact .linkList li a {
	color: #555;
}
.contact .linkList li a:hover {
	text-decoration: none;
}
.contact .linkList li:before {
	font-family: "CONDENSEicon";
	content: "ú";
	font-size: 80%;
	padding-right: 8px;
	color: #48b4ff;
}
.contact .linkList li:after {
	position: relative;
	text-decoration: none;
	font-family: "CONDENSEicon";
	content: "ì";
	padding-left: 8px;
	font-size: 100%;
}

.contact .kojinWrap .kojinName {
	text-align: right;
	font-size: 80%;
	font-weight: 200;
	line-height: 1.6;
}

.contact .mw_wp_form .table {
	width: 100%;
	margin: 0 0 28px 0;
	border-top: 1px solid #ccc;
	display: table;
	border-collapse: collapse;
}

.contact .mw_wp_form .tr {
	display: table-row;
	width: 100%;
	border-bottom: 1px dotted #ddd;
}

.contact .mw_wp_form .th,
.contact .mw_wp_form .td {
	display: table-cell;
	padding: 19px 13px 17px 2px;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
}

.contact .mw_wp_form .th {
	white-space: nowrap;
	width: 200px;
}

.contact .mw_wp_form .th strong {
	color: #e74c3c;
	font-weight: 300;
}

.contact .mw_wp_form .td input {
	padding: 8px;
	font-size: 14px;
	border: none;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.contact .mw_wp_form textarea {
	margin: 8px 0 4px;
	padding: 8px;
	max-width: 550px;
	width: 100%;
	border: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.contact .mw_wp_form textarea {
	width: 400px;
	height: 130px;
}

.contact .mw_wp_form .note {
	padding-top: 10px;
	font-size: 85%;
	line-height: 1.6;
	color: #575246;
}

.contact .agreementWrap {
	text-align: center;
	font-size: 80%;
}

.contact .agreementWrap .linkList li {
	padding-top: 8px;
	padding-bottom: 10px;
}

.contact .agreementCheckWrap {
	margin: 10px 0 50px;
	background: #edf7ff;
	padding: 12px 10px 11px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.contact .submitWrap input {
	background: none;
	border: 3px solid #48b4ff;
	width: 250px;
	padding: 10px 10px 10px 10px;
	color: #48b4ff;
	font-size: 16px;
	cursor: pointer;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
}
.contact .submitWrap input:hover {
	color: #fff;
	background: #48b4ff;
}

.contact .mw_wp_form .error {
	margin-top: 5px;
	color: #e74c3c !important;
}

#error #errorMes,
#confirm #confirmMes {
	margin-bottom: 25px;
}

#confirm .agreementWrap p,
#confirm .linkList,
#confirm .agreementCheckWrap {
	display: none;
}

#confirm .submitWrap input {
	margin: 0 15px;
	width: 170px;
}

#thanks #thanksMes strong {
	display: block;
	font-size: 20px;
	color: #48b4ff;
	font-weight: 300;
	margin-bottom: 15px;
}

#aboutus .tit:before {
	position: relative;
	top: 3px;
	font-family: FontAwesome;
	content: "\f19d";
	font-size: 29px;
	padding-right: 12px;
}

#aboutus .logoArea {
	text-align: center;
	margin: 40px 0 25px;
}
#aboutus .stit {
	font-size: 20px;
	color: #48b4ff;
	font-weight: 300;
}
#aboutus .read {
	margin-top: 0.6em;
}
#aboutus .memberTit {
	position: relative;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 3px 10px 2px;
	background: #f5f5f5;
	border-left: 2px solid #48b4ff;
}
#aboutus .memberBox {
	margin-top: 25px;
}
#aboutus .memberBox dl {
	margin-bottom: 18px;
}
#aboutus .memberBox dt {
	font-size: 16px;
	font-weight: bold;
	color: #313c4c;
}
#aboutus .memberBox dd {
	margin: 6px 0 0;
	font-size: 14px;
}
#aboutus #memberLeader {
	margin: 45px auto 15px;
}
#aboutus .memberBox .memberTit {
	margin-bottom: 25px;
}
#aboutus .memberBox .memberImg {
	display: block;
	float: left;
	width: 160px;
	margin-top: 5px;
}
#aboutus .memberBox dl {
	float: right;
	width: 600px;
}

#company .tit:before {
	content: "-";
	font-size: 27px;
	top: 2px;
}
#company .stit {
	font-size: 20px;
	color: #48b4ff;
	font-weight: 300;
}
#company .read {
	margin-top: 0.6em;
}
#company #companyProf {
	display: table;
	width: 100%;
	margin: 25px 0;
	border-collapse: collapse;
}
#company #companyProf .tr {
	display: table-row;
	width: 100%;
}
#company #companyProf .th,
#company #companyProf .td {
	display: table-cell;
	padding: 12px 15px;
	text-align: left;
	border: 1px solid #daf0ff;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
}
#company #companyProf .th {
	background: #edf7ff;
	line-height: 1.8;
	width: 250px;
	padding-left: 13px;
}
#company #companyProf .comLink {
	display: inline-block;
	padding-left: 5px;
}
#company #companyProf .comLink:after {
	position: relative;
	top: 1px;
	text-decoration: none;
	font-family: "CONDENSEicon";
	content: "ì";
	padding-left: 8px;
	font-size: 100%;
}
#company #companyProf a {
	color: #555;
}
#company #companyProf a:hover {
	text-decoration: none;
}

.dictionaryMv {
	border-bottom: 3px solid;
	height: 268px;
	background: #f5f5f5;
}
.dictionaryMv .dictionaryMvIn {
	width: 1190px;
	margin: auto;
}

.dictionaryList .tit {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 20px;
}
.dictionaryList .tit:before {
	content: "/";
}
.dictionaryList #itemArea .itemWrap {
	position: relative;
	width: 245px;
	float: left;
	margin-left: 25px;
	margin-bottom: 40px;
}
.dictionaryList #itemArea .itemWrap:nth-child(3n + 1) {
	margin-left: 0;
}
.dictionaryList #itemArea .itemWrap .productImg,
.dictionaryList #itemArea .itemWrap .dictionaryImg {
	position: relative;
	width: 245px;
	height: 245px;
}
.dictionaryList #itemArea .itemWrap .productImg img,
.dictionaryList #itemArea .itemWrap .dictionaryImg img {
	width: 100%;
	height: auto;
}
.dictionaryList #itemArea .itemWrap .reportIco {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 13px;
	padding: 0.2em 0.5em;
	letter-spacing: 0.04em;
}
.dictionaryList #itemArea .itemWrap .reportIco::before {
	position: relative;
	top: 1px;
	font-family: "SF-Webicon";
	content: "d";
	font-size: 1.1em;
	padding-right: 0.5em;
}
.dictionaryList #itemArea .itemWrap .item {
	opacity: 0;
	visibility: hidden;
}
.dictionaryList #itemArea .itemWrap .cont {
	margin: 8px 0 12px;
}
.dictionaryList #itemArea .itemWrap .cont a {
	text-decoration: none;
	color: #313c4c;
	font-size: 16px;
	line-height: 1.5;
}
.dictionaryList #itemArea .itemWrap .cont .productPrice {
	font-size: 16px;
}
.dictionaryList #itemArea .itemWrap .meta {
	font-size: 12px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 4px 0 5px;
}
.dictionaryList #itemArea .itemWrap .meta .university {
	width: 49%;
	float: left;
	color: #48b4ff;
	border-right: 1px dotted #ddd;
}
.dictionaryList #itemArea .itemWrap .meta .date {
	width: 50%;
	float: left;
	padding-left: 9px;
}
.dictionaryList #itemArea .itemWrap .meta .date time {
	color: #48b4ff;
}

.singlePage #contents .dictionaryPost .dictionaryTit {
	font-size: 36px;
	padding-bottom: 15px;
	margin: 25px 0 30px;
	border-bottom: 1px solid #d3d5d7;
}
.singlePage #contents .dictionaryPost .imgArea {
	width: 370px;
	float: left;
	margin-right: 20px;
}
.singlePage #contents .dictionaryPost .imgArea .itemLoad {
	display: none;
}
.singlePage #contents .dictionaryPost #mainImg {
	width: 370px;
	height: 370px;
	position: relative;
	margin-bottom: 10px;
}
.singlePage #contents .dictionaryPost #mainImg div {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
}
.singlePage #contents .dictionaryPost #mainImg a img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.singlePage #contents .dictionaryPost .imageList {
	width: 370px;
	margin-right: 20px;
	float: left;
}
.singlePage #contents .dictionaryPost .imageList .dictionaryImg {
	width: 115px;
	height: auto;
	float: left;
	margin-left: 12px;
	cursor: pointer;
}
.singlePage #contents .dictionaryPost .imageList .dictionaryImg img {
	width: 100%;
	height: auto;
}
.singlePage #contents .dictionaryPost .imageList .dictionaryImg:first-child {
	margin-left: 0;
}
.singlePage #contents .dictionaryPost .imageList .dictionaryImg:hover {
	opacity: 0.75;
	z-index: 0;
}
.singlePage #contents .dictionaryPost .imageList .active {
	opacity: 0.75;
}
.singlePage #contents .dictionaryPost .imgArea {
	width: 370px;
	float: left;
}
.singlePage #contents .dictionaryPost .contArea {
	width: 385px;
	float: right;
	position: relative;
	min-height: 503px;
}
.singlePage #contents .dictionaryPost .contArea .university {
	font-size: 16px;
}
.singlePage #contents .dictionaryPost .contArea .dictionaryDesc {
	font-size: 21px;
	margin: 10px 0 12px;
}
.singlePage #contents .dictionaryPost .contArea .dictionarySent {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 165px;
}
.singlePage #contents .dictionaryPost .contArea .dictionaryReport {
	position: absolute;
	bottom: 0;
	margin-top: 1em;
}
.singlePage #contents .dictionaryPost .contArea .dictionaryReport .dictionaryReportTit {
	font-size: 16px;
	color: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	padding: 0.38em 0.75em 0.42em;
	margin-bottom: 8px;
}
.singlePage #contents .dictionaryPost .contArea .dictionaryReport .dictionaryReportTit::before {
	position: relative;
	top: 1px;
	font-family: "SF-Webicon";
	content: "d";
	padding-right: 0.5em;
	font-size: 1.1em;
}
.singlePage #contents .dictionaryPost .contArea .dictionaryReport a {
	display: -webkit-box;
	/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;
	/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: center;
	/* 縦方向中央揃え（Safari用） */
	align-items: center;
	/* 縦方向中央揃え */
	-webkit-justify-content: center;
	/* 横方向中央揃え（Safari用） */
	justify-content: center;
	/* 横方向中央揃え */
	text-decoration: none;
	background: #f5f5f5;
	overflow: hidden;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	height: 96px;
}
.singlePage #contents .dictionaryPost .contArea .dictionaryReport a .reportImg {
	width: 130px;
	height: 96px;
}
.singlePage #contents .dictionaryPost .contArea .dictionaryReport a .reportImg img {
	width: 100%;
	height: auto;
}
.singlePage #contents .dictionaryPost .contArea .dictionaryReport a .reportTit {
	width: 255px;
	font-size: 14px;
	padding: 0 15px;
	line-height: 1.5;
}
.singlePage #contents .dictionaryPost .contArea .dictionaryReport a:hover {
	background: #48b4ff;
	color: #fff;
}
.singlePage #contents .dictionaryPost .dictionaryInfo {
	display: table;
	width: 100%;
	margin: 1.5em 0 2.5em;
	border-collapse: collapse;
}
.singlePage #contents .dictionaryPost .dictionaryInfo dl {
	display: table-row;
	width: 100%;
}
.singlePage #contents .dictionaryPost .dictionaryInfo dt,
.singlePage #contents .dictionaryPost .dictionaryInfo dd {
	display: table-cell;
	padding: 12px 15px;
	text-align: left;
	border: 1px solid #ebebeb;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
}
.singlePage #contents .dictionaryPost .dictionaryInfo dt {
	background: #f7f7f7;
	line-height: 1.8;
	width: 178px;
	padding-left: 13px;
}
.singlePage #contents .dictionaryPost .dictionaryInfo a {
	color: #555;
}
.singlePage #contents .dictionaryPost .dictionaryInfo a:hover {
	text-decoration: none;
}
.singlePage #contents .dictionaryPost .dictionaryMap {
	position: relative;
	padding-bottom: 64%;
	height: 0;
	overflow: hidden;
}
.singlePage #contents .dictionaryPost .dictionaryMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
}
.singlePage #contents .dictionaryPost .btnArea a {
	display: block;
	width: 500px;
	margin: auto;
	color: #5ac465;
	border: 2px solid #5ac465;
	text-decoration: none;
	text-align: center;
	padding: 0.9em;
	font-weight: bold;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.singlePage #contents .dictionaryPost .btnArea a:after {
	font-family: "CONDENSEicon";
	content: "ì";
	padding-left: 1em;
}
.singlePage #contents .dictionaryPost .recommendArea {
	margin-top: 1em;
}
.singlePage #contents .dictionaryPost .recommendArea aside {
	margin-top: 4.5em;
}
.singlePage #contents .dictionaryPost .recommendArea aside h1 {
	font-size: 22px;
	margin-bottom: 1.5em;
	color: #313c4c;
}
.singlePage #contents .dictionaryPost .recommendArea aside h1:before {
	display: inline-block;
	text-indent: 1px;
	font-family: "CONDENSEicon";
	content: "";
	width: 2.4em;
	height: 2.4em;
	-webkit-border-radius: 2.4em;
	border-radius: 2.4em;
	text-align: center;
	line-height: 2.45em;
	color: #fff;
	background: #313c4c;
	font-size: 0.85em;
	font-weight: normal;
	margin-right: 1em;
}
.singlePage #contents .dictionaryPost .recommendArea .dictionaryRecommend h1::before {
	content: "–";
}
.singlePage #contents .dictionaryPost .recommendArea .areaRecommend h1::before {
	content: "ô";
}
.singlePage #contents .dictionaryPost .recommendArea aside li {
	width: 245px;
	float: left;
	margin-left: 16px;
}
.singlePage #contents .dictionaryPost .recommendArea aside li:first-child {
	margin-left: 0;
}
.singlePage #contents .dictionaryPost .recommendArea aside li .areaName,
.singlePage #contents .dictionaryPost .recommendArea aside li .eventDate {
	font-size: 14px;
	margin-bottom: 0.8em;
}
.singlePage #contents .dictionaryPost .recommendArea aside li img {
	width: 100%;
	height: auto;
}
.singlePage #contents .dictionaryPost .recommendArea aside li a {
	color: #313c4c;
	font-weight: bold;
	text-decoration: none;
}
.singlePage #contents .dictionaryPost .recommendArea aside li a .university {
	font-size: 13px;
	color: #5ac465;
	font-weight: normal;
}
.singlePage #contents .dictionaryPost .recommendArea aside li a:hover {
	color: #5ac465;
}

#restaurantMv {
	border-color: #5ac465;
	background: #f9fef7;
}

#restaurantList .tit:before {
	font-family: "SF-Webicon";
	content: ")";
	color: #5ac465;
}
#restaurantList #itemArea .itemWrap #restaurantIco {
	background: #5ac465;
}
#restaurantList #itemArea .itemWrap .meta .university {
	color: #5ac465;
}
#restaurantList #itemArea .itemWrap .meta .date time {
	color: #5ac465;
}
#restaurantList .pagenation li {
	border-color: #5ac465;
	color: #5ac465;
}
#restaurantList .pagenation li a {
	color: #5ac465;
}
#restaurantList .pagenation li a:hover {
	background: #5ac465;
	color: #fff;
}
#restaurantList .pagenation li.active {
	background-color: #5ac465;
	color: #fff;
}

#searchWrap #restaurantList #serchTit::before {
	content: "";
}
#searchWrap #restaurantList #serchTit em {
	color: #5ac465;
}

#museumMv {
	border-color: #c8aa50;
	background: #fdfbf5;
}

#museumGenre {
	margin-bottom: 55px;
}
#museumGenre .tit::before {
	position: relative;
	content: "r";
	color: #c8aa50;
	font-size: 1.05em;
}
#museumGenre li {
	position: relative;
	width: 374px;
	float: left;
	margin-left: 35px;
	text-align: center;
	background: #ededed;
	border-bottom: 5px solid #e2e2e2;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#museumGenre li::before {
	position: absolute;
	width: 374px;
	height: 222px;
	background: #fff;
}
#museumGenre li:hover {
	background: #c8aa50;
	border-color: #b79c4a;
}
#museumGenre li:hover a {
	color: #fff;
}
#museumGenre li:hover a h2 span {
	color: white;
}
#museumGenre li a {
	text-decoration: none;
}
#museumGenre li img {
	position: relative;
	z-index: 2;
	display: block;
	background: #fff;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-ms-transition-duration: 0s;
	transition-duration: 0s;
}
#museumGenre li h2 {
	font-size: 22px;
	padding: 0.725em 0 0.65em;
	font-weight: normal;
}
#museumGenre li h2 span {
	display: block;
	font-size: 13px;
	color: #c8aa50;
	letter-spacing: 0;
}
#museumGenre li:first-child {
	margin-left: 0;
}

#museumList {
	margin-bottom: 45px;
}
#museumList .tit:before {
	font-family: "CONDENSEicon";
	content: "c";
	color: #c8aa50;
	font-size: 1.2em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
#museumList #itemArea .itemWrap #museumIco {
	background: #c8aa50;
}
#museumList #itemArea .itemWrap .meta .university {
	color: #c8aa50;
}
#museumList #itemArea .itemWrap .meta .date time {
	color: #c8aa50;
}
#museumList .pagenation li {
	border-color: #c8aa50;
	color: #c8aa50;
}
#museumList .pagenation li a {
	color: #c8aa50;
}
#museumList .pagenation li a:hover {
	background: #c8aa50;
	color: #fff;
}
#museumList .pagenation li.active {
	background-color: #c8aa50;
	color: #fff;
}

#searchWrap #museumList #serchTit::before {
	content: "";
}
#searchWrap #museumList #serchTit em {
	color: #c8aa50;
}

#restaurantSingle #contents .dictionaryPost .university {
	color: #5ac465;
}
#restaurantSingle #contents .dictionaryPost .btnArea a {
	color: #5ac465;
	border: 2px solid #5ac465;
}
#restaurantSingle #contents .dictionaryPost .btnArea a:hover {
	background: #5ac465;
	color: #fff;
}
#restaurantSingle #contents .dictionaryPost .recommendArea aside li a .university {
	color: #5ac465;
}
#restaurantSingle #contents .dictionaryPost .recommendArea aside li a:hover {
	color: #5ac465;
}
#restaurantSingle #contents .dictionaryPost #restaurantReport .dictionaryReportTit {
	background: #5ac465;
}
#restaurantSingle #contents .dictionaryPost #restaurantReport a:hover {
	background: #5ac465;
}

#museumSingle #contents .dictionaryPost .university {
	color: #c8aa50;
}
#museumSingle #contents .dictionaryPost .btnArea a {
	color: #c8aa50;
	border: 2px solid #c8aa50;
}
#museumSingle #contents .dictionaryPost .btnArea a:hover {
	background: #c8aa50;
	color: #fff;
}
#museumSingle #contents .dictionaryPost .recommendArea aside li a .university {
	color: #c8aa50;
}
#museumSingle #contents .dictionaryPost .recommendArea aside li a:hover {
	color: #c8aa50;
}
#museumSingle #contents .dictionaryPost #museumReport .dictionaryReportTit {
	background: #c8aa50;
}
#museumSingle #contents .dictionaryPost #museumReport a:hover {
	background: #c8aa50;
}

.productMv {
	position: relative;
	width: 100%;
	height: 245px;
	border-bottom: 5px solid #a3d9ff;
}
.productMv .productMvIn {
	position: absolute;
	width: 1274px;
	margin-left: -634px;
	left: 50%;
	top: 0;
}

#productList .tit::before {
	content: "/";
}

#productType {
	margin-bottom: 20px;
}
#productType .tit {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 15px;
}
#productType .tit:before {
	content: "0";
	position: relative;
	top: -1px;
}
#productType li {
	float: left;
	margin-left: 25px;
}
#productType li:nth-child(3n + 1) {
	margin-left: 0;
}
#productType li a {
	width: 245px;
	display: table;
	background: #f5f5f5;
	margin-bottom: 25px;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	-moz-transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
}
#productType li a:hover {
	background: #48b4ff;
	font-weight: normal;
}
#productType li a:hover .cont h2,
#productType li a:hover .cont .en {
	color: white !important;
}
#productType li a .typeImg {
	display: table-cell;
	width: 110px;
	height: 110px;
}
#productType li a .cont {
	display: table-cell;
	vertical-align: middle;
	width: 122px;
	height: 110px;
	font-size: 16px;
}
#productType li a .cont .en {
	display: block;
	font-size: 10px;
	color: #48b4ff;
	font-weight: normal;
}
#productType li a .cont .kerning {
	letter-spacing: -0.2em;
}

.popupWindow .metaArea {
	margin-bottom: 25px;
}
.popupWindow .metaArea .producttype .typeName,
.popupWindow .metaArea .producttype .typeDesc {
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 26px;
}
.popupWindow .metaArea .producttype .typeName {
	line-height: 27px;
	padding: 0 10px 0 12px;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	background: #48b4ff;
	color: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.popupWindow .metaArea .producttype .typeDesc {
	font-size: 11px;
	line-height: 23px;
	padding: 0 12px 0 10px;
	border: 2px solid #48b4ff;
	background: #fff;
	color: #48b4ff;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	font-weight: normal;
}
.popupWindow .metaArea .date {
	float: right;
	font-size: 15px;
}
.popupWindow .metaArea .date time {
	color: #48b4ff;
}
.popupWindow #pImgArea {
	width: 370px;
	float: left;
	margin-right: 20px;
}
.popupWindow #pImgArea .itemLoad {
	display: none;
}
.popupWindow #mainImg {
	width: 370px;
	height: 370px;
	position: relative;
	margin-bottom: 5px;
}
.popupWindow #mainImg div {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
}
.popupWindow #mainImg a img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.popupWindow #pImgList {
	width: 370px;
	margin-right: 20px;
	float: left;
}
.popupWindow #pImgList .productImg {
	width: 115px;
	height: auto;
	float: left;
	margin-left: 12px;
	cursor: pointer;
}
.popupWindow #pImgList .productImg img {
	width: 100%;
	height: auto;
}
.popupWindow #pImgList .productImg:first-child {
	margin-left: 0;
}
.popupWindow #pImgList .productImg:hover {
	opacity: 0.75;
	z-index: 0;
}
.popupWindow #pImgList .active {
	opacity: 0.75;
}
.popupWindow .contArea {
	width: 323px;
	float: left;
}
.popupWindow .contArea .productTit {
	font-size: 28px;
	line-height: 1.3;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.popupWindow .contArea .university {
	color: #48b4ff;
	font-size: 13px;
	margin-bottom: 8px;
}
.popupWindow .contArea .productDesc {
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 6px;
}
.popupWindow .contArea .productSent {
	font-size: 15px;
	line-height: 1.55;
	margin-bottom: 20px;
}
.popupWindow .productRelation {
	margin-bottom: 20px;
}
.popupWindow .productRelation h1 {
	color: #48b4ff;
	border-bottom: 2px solid #48b4ff;
	font-size: 15px;
	padding-bottom: 2px;
	margin-bottom: 8px;
}
.popupWindow .productRelation a {
	display: -webkit-box;
	/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;
	/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: center;
	/* 縦方向中央揃え（Safari用） */
	align-items: center;
	/* 縦方向中央揃え */
	-webkit-justify-content: center;
	/* 横方向中央揃え（Safari用） */
	justify-content: center;
	/* 横方向中央揃え */
	text-decoration: none;
	background: #f5f5f5;
	height: 80px;
	overflow: hidden;
	-moz-transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
}
.popupWindow .productRelation a .relationImg {
	float: left;
	width: 90px;
}
.popupWindow .productRelation a .relationImg img {
	width: 100%;
	height: auto;
}
.popupWindow .productRelation a .relationTit {
	float: left;
	vertical-align: middle;
	width: 233px;
	font-size: 14px;
	padding-left: 10px;
	line-height: 1.5;
}
.popupWindow .productRelation a:hover {
	background: #48b4ff;
	color: #fff;
}
.popupWindow .productInfo h3 {
	color: #48b4ff;
	font-size: 18px;
	margin-bottom: 8px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.popupWindow .productInfo dl {
	margin-bottom: 5px;
}
.popupWindow .productInfo dt {
	display: inline-block;
	width: 70px;
	text-align: center;
	background: #313c4c;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.04em;
	vertical-align: top;
	margin-right: 5px;
}
.popupWindow .productInfo dd {
	vertical-align: top;
	font-size: 15px;
	display: inline-block;
	padding-right: 5px;
	font-size: 14px;
	line-height: 1.5;
}
.popupWindow .productLink {
	display: block;
	margin-top: 30px;
	text-decoration: none;
	text-align: center;
	width: 100%;
	border: 3px solid #48b4ff;
	padding: 8px 10px 8px 10px;
	color: #48b4ff;
	font-size: 16px;
	-moz-transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
}
.popupWindow .productLink:hover {
	color: #fff;
	background: #48b4ff;
}

#productSingle .metaArea {
	border: none;
	margin-bottom: 25px;
	padding: 0;
}
#productSingle #contents .popupWindow #productPost {
	border: 2px solid #eee;
	padding: 25px 30px 35px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#productSingle #contents .popupWindow .contArea {
	width: 330px;
}
#productSingle #contents .popupWindow h1 {
	font-size: 24px;
}
#productSingle #contents .popupWindow .productTit {
	font-size: 28px;
}
#productSingle .otherPostLink a {
	max-width: 385px;
	display: block;
	position: relative;
	background: #313c4c;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#productSingle .otherPostLink a:before,
#productSingle .otherPostLink a:after {
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	font-family: "CONDENSEicon";
	color: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
#productSingle .otherPostLink a:hover {
	background: #48b4ff;
}
#productSingle .otherPostLink .next {
	float: right;
}
#productSingle .otherPostLink .next a {
	padding-right: 2.5em;
	padding-left: 21px;
}
#productSingle .otherPostLink .next a:after {
	content: "ú";
	right: 1em;
}
#productSingle .otherPostLink .prev {
	float: left;
}
#productSingle .otherPostLink .prev a {
	padding-left: 3em;
}
#productSingle .otherPostLink .prev a:before {
	content: "ù";
	left: 1em;
}

.dictionarySearch {
	margin: 12px 0 35px;
}
.dictionarySearch .dictionarySearchTit {
	background: #313c4c;
	font-size: 20px;
	letter-spacing: 0.08em;
	font-weight: normal;
	color: #fff;
	padding: 6px 12px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.dictionarySearch .dictionarySearchTit:before {
	font-family: "CONDENSEicon";
	content: "[";
	position: relative;
	top: 1px;
	padding-right: 12px;
}
.dictionarySearch form {
	border: 1px solid #ddd;
	border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 20px 18px 25px;
}
.dictionarySearch form input,
.dictionarySearch form select {
	width: 100%;
	display: block;
	border: none;
	background: #f5f5f5;
}
.dictionarySearch form h2 {
	font-size: 14px;
}
.dictionarySearch form .dictionarySearchInput input,
.dictionarySearch form .dictionarySearchSubmit {
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	margin: 7px 0 18px;
	padding: 0 25px 0 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.dictionarySearch form select {
	height: 40px;
	line-height: 33px;
	margin: 5px 0 22px;
	padding: 0 25px 0 20px;
	font-size: 14px;
	color: #313c4c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.dictionarySearch form #universitySelect {
	height: 100px;
}
.dictionarySearch form .dictionarySearchSubmit {
	width: 80%;
	height: 36px;
	line-height: 30px;
	letter-spacing: 0.04em;
	margin: 30px auto 0;
	border: 2px solid;
	background: #fff;
	color: #313c4c;
	font-size: 15px;
	font-weight: bold;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
}
.dictionarySearch form .dictionarySearchSubmit:hover {
	border: none;
	background: #313c4c;
	color: #fff;
}
.dictionarySearch #restaurantSearchTit {
	background: #5ac465;
}
.dictionarySearch #restaurantSearchSubmit {
	color: #5ac465;
}
.dictionarySearch #restaurantSearchSubmit:hover {
	background: #5ac465;
	color: #fff;
}
.dictionarySearch #museumSearchTit {
	background: #c8aa50;
}
.dictionarySearch #museumSearchSubmit {
	color: #c8aa50;
}
.dictionarySearch #museumSearchSubmit:hover {
	background: #c8aa50;
	color: #fff;
}
.dictionarySearch #m_admission .radioArea {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 8px;
	padding: 6px 0;
	text-align: center;
	font-size: 15px;
}
.dictionarySearch #m_admission .radioArea label {
	padding: 0 10px;
}
.dictionarySearch #m_admission .radioArea input {
	width: auto;
	position: relative;
	top: -2px;
	display: inline-block;
	font-size: 2.2em;
}

.dictionaryRanking .tit {
	background: #e74c3c;
	font-size: 20px;
	letter-spacing: 0.04em;
	font-weight: normal;
	color: #fff;
	padding: 6px 12px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border: none;
}
.dictionaryRanking .tit span {
	position: relative;
	top: 1px;
	padding-left: 0;
	letter-spacing: 0.06em;
	color: #fff;
	font-size: 24px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.dictionaryRanking .tit span .num {
	top: 2px;
	padding-left: 5px;
	font-family: "Libre Baskerville", serif;
	font-style: italic;
	font-size: 26px;
}
.dictionaryRanking .tit:before {
	font-family: "CONDENSEicon";
	content: "4";
	position: relative;
	top: 2px;
	font-size: 24px;
	padding-right: 12px;
}
.dictionaryRanking ol {
	border: 1px solid #ddd;
	border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 5px 20px 10px;
}
.dictionaryRanking ol li {
	position: relative;
	margin: 15px 0;
}
.dictionaryRanking ol li .university {
	font-size: 13px;
	color: #48b4ff;
}
.dictionaryRanking ol li h2 {
	line-height: 1.4;
}
.dictionaryRanking ol li h2 a {
	text-decoration: none;
	font-size: 15px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	word-break: break-all;
}
.dictionaryRanking ol li h2 a:hover {
	text-decoration: underline;
}
.dictionaryRanking ol li .productPrice {
	text-align: right;
	margin-top: 5px;
}
.dictionaryRanking .pRankImg {
	float: left;
}
.dictionaryRanking .pRankImg img {
	width: 90px;
	height: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.dictionaryRanking .cont {
	width: 182px;
	position: static;
	float: left;
	padding-left: 14px;
}
.dictionaryRanking .rankIco p {
	position: relative;
	background: #fff;
	font-family: Lato;
	font-size: 13px;
}
.dictionaryRanking .rankIco p .num {
	display: inline-block;
	font-family: "Libre Baskerville", serif;
	font-style: italic;
	font-size: 32px;
	transform: scale(0.9, 1.1);
	/* CSS3 */
}
.dictionaryRanking .rankIco p:before {
	font-family: "CONDENSEicon";
	content: "4";
	position: relative;
	font-size: 18px;
	top: 3px;
}
.dictionaryRanking #pRank1,
.dictionaryRanking #pRank2 {
	margin: 0;
}
.dictionaryRanking #pRank1 .pRankImg,
.dictionaryRanking #pRank2 .pRankImg {
	width: 140px;
	margin-top: 5px;
}
.dictionaryRanking #pRank1 .pRankImg img,
.dictionaryRanking #pRank2 .pRankImg img {
	width: 100%;
	height: auto;
}
.dictionaryRanking #pRank1 h2 a,
.dictionaryRanking #pRank2 h2 a {
	font-size: 16px;
}
.dictionaryRanking #pRank1 .cont,
.dictionaryRanking #pRank2 .cont {
	width: 170px;
}
.dictionaryRanking #pRank1 .contTop,
.dictionaryRanking #pRank2 .contTop {
	min-height: 120px;
}
.dictionaryRanking #pRank1 .university,
.dictionaryRanking #pRank2 .university {
	margin-bottom: 5px;
}
.dictionaryRanking #pRank1 h2 a,
.dictionaryRanking #pRank2 h2 a {
	font-size: 18px;
}
.dictionaryRanking #pRank1 .rankIco p,
.dictionaryRanking #pRank2 .rankIco p {
	font-size: 18px;
	font-weight: bold;
}
.dictionaryRanking #pRank1 .rankIco p .num,
.dictionaryRanking #pRank2 .rankIco p .num {
	position: relative;
	top: 2px;
	font-size: 35px;
	padding-left: 6px;
	font-weight: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.dictionaryRanking #pRank1 .rankIco p:before,
.dictionaryRanking #pRank2 .rankIco p:before {
	padding-right: 9px;
	top: 1px;
	font-size: 25px;
}
.dictionaryRanking #pRank1 .rankIco p:after,
.dictionaryRanking #pRank2 .rankIco p:after {
	content: "";
	position: absolute;
	width: 200px;
	height: 1px;
	right: 0;
	top: 50%;
	margin-top: 5px;
	background: #000;
}
.dictionaryRanking #pRank1 .productPrice,
.dictionaryRanking #pRank2 .productPrice {
	font-size: 16px;
}
.dictionaryRanking #pRank1 .rankIco p .num {
	color: #e74c3c;
}
.dictionaryRanking #pRank1 .rankIco p:before {
	color: #ffc832;
}
.dictionaryRanking #pRank1 .rankIco p:after {
	background: #e74c3c;
}
.dictionaryRanking #pRank2 {
	margin-bottom: 24px;
}
.dictionaryRanking #pRank2 .rankIco p .num,
.dictionaryRanking #pRank2 .rankIco p:before {
	color: #a1a1a1;
}
.dictionaryRanking #pRank2 .rankIco p:after {
	background: #a1a1a1;
}
.dictionaryRanking #pRank3 .contTop,
.dictionaryRanking #pRank4 .contTop,
.dictionaryRanking #pRank5 .contTop {
	min-height: 68px;
}
.dictionaryRanking #pRank3 .rankIco p,
.dictionaryRanking #pRank4 .rankIco p,
.dictionaryRanking #pRank5 .rankIco p {
	float: left;
	text-align: center;
	margin-top: 3px;
	padding-right: 15px;
	line-height: 1.4;
	font-weight: bold;
}
.dictionaryRanking #pRank3 .rankIco p .num,
.dictionaryRanking #pRank3 .rankIco p:before,
.dictionaryRanking #pRank4 .rankIco p .num,
.dictionaryRanking #pRank4 .rankIco p:before,
.dictionaryRanking #pRank5 .rankIco p .num,
.dictionaryRanking #pRank5 .rankIco p:before {
	display: block;
	text-align: center;
	color: #9b684e;
	font-weight: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.dictionaryRanking #pRank3 .productPrice,
.dictionaryRanking #pRank4 .productPrice,
.dictionaryRanking #pRank5 .productPrice {
	font-size: 15px;
}
.dictionaryRanking #pRank5 {
	margin-bottom: 10px;
}

#restaurantRanking ol li .university {
	color: #5ac465;
}

#museumRanking ol li .university {
	color: #c8aa50;
}

#productList #serchTit {
	margin-bottom: 45px;
}
#productList #serchTit:before {
	content: "";
}

#notFound #contents h1 {
	font-size: 20px;
	color: #48b4ff;
	font-weight: 300;
	margin: 5px 0 18px;
}
#notFound #contents #topBack {
	text-decoration: none;
	margin-top: 8px;
	font-size: 14px;
}
#notFound #contents #topBack:before {
	font-family: "CONDENSEicon";
	content: "ú";
	font-size: 80%;
	padding-right: 8px;
	color: #48b4ff;
}

/*イベントボード共通（検索・日付情報・取材予定エリア）*/
.eventMv {
	position: relative;
	width: 100%;
	height: 270px;
	background: #daeffb;
}
.eventMv .eventMvIn {
	position: absolute;
	width: 1274px;
	margin-left: -634px;
	left: 50%;
	top: 0;
}

#eventSearch {
	background: #f5f1e9;
	padding: 22px 0 10px;
}
#eventSearch form {
	width: 1194px;
	margin: auto;
}
#eventSearch form > div {
	display: inline-block;
	vertical-align: middle;
}
#eventSearch select {
	width: 145px;
	height: 40px;
	font-size: 14px;
	line-height: 36px;
	margin: 2px 10px 18px 0;
	padding: 0 15px 0 20px;
	text-indent: 0.25em;
	color: #646b73;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#eventSearch #eventSearchInput input {
	background: #fff;
	border: none;
	cursor: pointer;
	width: 258px;
	height: 40px;
	color: #646b73;
	font-size: 14px;
	line-height: 40px;
	margin: 0 0 14px;
	padding: 0 25px 0 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
#eventSearch #eventSearchInput input::-webkit-input-placeholder {
	text-align: center;
}
#eventSearch #eventSearchSubmit {
	position: relative;
	float: right;
	margin-top: 2px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#eventSearch #eventSearchSubmit:hover {
	opacity: 0.7;
}
#eventSearch #eventSearchSubmit::before {
	display: block;
	position: absolute;
	font-family: "CONDENSEicon";
	content: "[";
	left: 25px;
	top: 2px;
	font-size: 21px;
	color: #fff;
	font-weight: normal;
}
#eventSearch #eventSearchSubmit input {
	cursor: pointer;
	width: 116px;
	height: 40px;
	padding-left: 2.5em;
	font-size: 15px;
	background: #48b4ff;
	color: #fff;
	text-align: center;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	letter-spacing: 0.1em;
	box-shadow: 0 3px 0 0 #3a90cc;
}

#event #serchTit {
	margin-bottom: 20px;
}

#event #contents .metaArea .areaName,
#event #contents .metaArea .eventDate,
#event #contents .reserveArea,
#eventSingle #contents .metaArea .areaName,
#eventSingle #contents .metaArea .eventDate,
#eventSingle #contents .reserveArea {
	float: left;
	height: 27px;
	font-size: 14px;
	line-height: 1;
	padding: 7px 6px;
	margin-bottom: 1.6em;
}
#event #contents .metaArea .areaName,
#eventSingle #contents .metaArea .areaName {
	width: 65px;
	background: #555;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 7px 4px;
}
#event #contents .metaArea .eventDate,
#eventSingle #contents .metaArea .eventDate {
	width: 196px;
	text-align: left;
	position: relative;
	background: #ddd;
	color: #000;
	font-weight: bold;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
#event #contents .metaArea .nowEventState,
#eventSingle #contents .metaArea .nowEventState {
	background: #e74c3c;
	color: #fff;
}
#event #contents .metaArea .eventState,
#eventSingle #contents .metaArea .eventState {
	position: absolute;
	top: 3px;
	right: 4px;
	width: 68px;
	height: 21px;
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 13px;
	text-align: center;
	line-height: 21px;
}
#event #contents .metaArea .nowEvent,
#eventSingle #contents .metaArea .nowEvent {
	color: #e74c3c;
}
#event #contents .metaArea .periodEvent,
#eventSingle #contents .metaArea .periodEvent {
	color: #000;
}
#event #contents .metaArea .endEvent,
#eventSingle #contents .metaArea .endEvent {
	background: #aaa;
	color: #fff;
}
#event #contents .reserveArea,
#eventSingle #contents .reserveArea {
	border: 1px solid #e74c3c;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 0.75em;
	color: #e74c3c;
	padding: 7px 6px 7px 5px;
	font-size: 13px;
	letter-spacing: 0;
}
#event #contents .reserveArea em,
#eventSingle #contents .reserveArea em {
	font-weight: bold;
	letter-spacing: 0.02em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
#event #contents .eventCoverage,
#eventSingle #contents .eventCoverage {
	position: relative;
	width: 80px;
	float: left;
	color: #48b4ff;
	font-weight: bold;
	font-size: 14px;
	padding-left: 1.7em;
	margin: 4px 0 0 0.7em;
}
#event #contents .eventCoverage::before,
#eventSingle #contents .eventCoverage::before {
	position: absolute;
	font-weight: normal;
	left: 0;
	top: 0;
	font-family: "CONDENSEicon";
	content: "*";
	background: #48b4ff;
	color: #fff;
	font-size: 13px;
	text-align: center;
	text-indent: -1px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

/*イベントボード一覧*/
#event #contents .monthTit {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 1.8em;
	padding-bottom: 0;
	border-bottom: 1px dotted #ccc;
}
#event #contents .monthTit .year {
	font-size: 20px;
	font-family: "游ゴシック", YuGothic, sans-serif;
}
#event #contents .monthTit em {
	position: relative;
	top: 1px;
	font-size: 66px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	letter-spacing: -0.075em;
	padding: 0 0.2em 0 0.1em;
}
#event #contents .monthTit .month1 {
	color: #e2c80f;
}
#event #contents .monthTit .month2 {
	color: #cd5638;
}
#event #contents .monthTit .month3 {
	color: #a0c238;
}
#event #contents .monthTit .month4 {
	color: #d06da3;
}
#event #contents .monthTit .month5 {
	color: #009b85;
}
#event #contents .monthTit .month6 {
	color: #daa2ff;
}
#event #contents .monthTit .month7 {
	color: #1599e2;
}
#event #contents .monthTit .month8 {
	color: #0d862f;
}
#event #contents .monthTit .month9 {
	color: #b38711;
}
#event #contents .monthTit .month10 {
	color: #ae3c22;
}
#event #contents .monthTit .month11 {
	color: #7c8a85;
}
#event #contents .monthTit .month12 {
	color: #009dc6;
}
#event #contents .eventList {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#event #contents .genreIco {
	width: 150px;
	float: left;
	margin-right: 20px;
}
#event #contents .cont {
	width: 605px;
	float: left;
}
#event #contents .eventList .cont .row .eventTit a {
	display: block;
	text-decoration: none;
	font-size: 21px;
	color: #313c4c;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
#event #contents .eventList .cont .row .eventTit a:hover {
	color: #48b4ff;
}
#event #contents .eventList .cont .row .eventDesc {
	color: #888;
	font-size: 14px;
	margin-bottom: 1em;
}
#event #contents .eventList .cont .row .eventPlace {
	position: relative;
	float: left;
	width: 400px;
	font-size: 15px;
	padding-left: 1.5em;
	line-height: 1.3;
}
#event #contents .eventList .cont .row .eventPlace::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "CONDENSEicon";
	content: "x";
	color: #48b4ff;
}
#event #contents .eventList .cont .row .eventBtn a {
	display: block;
	position: relative;
	left: -0.25em;
	float: right;
	width: 185px;
	padding: 0.5em;
	background: #48b4ff;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	letter-spacing: 0.1em;
	box-shadow: 0 2px 0 0 #3a90cc;
	-webkit-box-shadow: 0 2px 0 0 #3a90cc;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#event #contents .eventList .cont .row .eventBtn a::after {
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -0.8em;
	font-family: "CONDENSEicon";
	content: "ú";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-size: 0.95em;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#event #contents .eventList .cont .row .eventBtn a:hover {
	opacity: 0.8;
}
#event #contents .eventList .cont .row .eventBtn a:hover::after {
	right: 0.8em;
}

#eventSingle #contents .eventTit {
	margin-bottom: 0.65em;
}
#eventSingle #contents .eventTit a {
	color: #313c4c;
	text-decoration: none;
	font-size: 34px;
	line-height: 1.4;
}
#eventSingle #contents .reserveMove {
	float: left;
	margin-right: 1.5em;
}
#eventSingle #contents .reserveMove a {
	display: inline-block;
	margin: 0;
	padding: 0.2em 0.5em 0.1em;
	color: #e74c3c;
	text-decoration: none;
	border: 1px solid #e74c3c;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	box-shadow: 0 2px 0 0 #d4483a;
	-webkit-box-shadow: 0 2px 0 0 #d4483a;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#eventSingle #contents .reserveMove a::after {
	position: relative;
	top: -2px;
	content: "▼";
	padding-left: 0.5em;
	font-size: 10px;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#eventSingle #contents .reserveMove a:hover {
	background: #e74c3c;
	color: #fff;
}
#eventSingle #contents .reserveMove a:hover::after {
	top: -1px;
}
#eventSingle #contents .snsShares {
	margin-top: 0.28em;
}
#eventSingle #contents .sortArea {
	margin-top: 1.6em;
	margin-bottom: 2em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.8em 0;
}
#eventSingle #contents .sortArea .genreArea a {
	display: inline-block;
	padding: 1.5em 0.25em 1.3em;
	width: 175px;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	display: block;
	height: 100%;
	color: #fff;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#eventSingle #contents .sortArea .genreArea a:hover {
	opacity: 0.7;
}
#eventSingle #contents .sortArea .taxArea {
	float: left;
	margin-left: 1.5em;
	font-size: 16px;
	width: 585px;
}
#eventSingle #contents .sortArea .taxArea dl:first-child {
	margin-bottom: 0.55em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #ccc;
}
#eventSingle #contents .sortArea .taxArea dt,
#eventSingle #contents .sortArea .taxArea dd {
	display: inline-block;
	vertical-align: top;
}
#eventSingle #contents .sortArea .taxArea dt {
	color: #48b4ff;
	width: 6em;
}
#eventSingle #contents .sortArea .taxArea dd li {
	display: inline-block;
}
#eventSingle #contents .sortArea .taxArea dd a {
	font-size: 15px;
	font-weight: bold;
	color: #313c4c;
}
#eventSingle #contents .sortArea .taxArea .eventUniv dd a:hover {
	text-decoration: underline;
}
#eventSingle #contents .sortArea .taxArea .eventKey dd a {
	display: inline-block;
	font-size: 13px;
	height: 26px;
	line-height: 21px;
	padding: 0.1em 0.7em;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid #313c4c;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#eventSingle #contents .sortArea .taxArea .eventKey dd a:hover {
	background: #313c4c;
	color: #fff;
}
#eventSingle #contents .eventDesc {
	font-size: 22px;
	margin-bottom: 0.8em;
	color: #313c4c;
}
#eventSingle #contents .sentArea {
	margin-bottom: 25px;
}
#eventSingle #contents .sentArea .eventImg {
	width: 250px;
	float: left;
	margin-top: 8px;
}
#eventSingle #contents .sentArea .eventImg img {
	width: 100%;
	height: auto;
}
#eventSingle #contents .sentArea .txtArea {
	width: 520px;
	float: right;
}
#eventSingle #contents .sentArea .sent {
	color: #555;
	font-size: 17px;
}
#eventSingle #contents .eventInfo {
	display: table;
	width: 100%;
	margin: 2em 0 3em;
	border-collapse: collapse;
}
#eventSingle #contents .eventInfo dl {
	display: table-row;
	width: 100%;
}
#eventSingle #contents .eventInfo dt,
#eventSingle #contents .eventInfo dd {
	display: table-cell;
	padding: 12px 15px;
	text-align: left;
	border: 1px solid #daf0ff;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
}
#eventSingle #contents .eventInfo dt {
	background: #edf7ff;
	line-height: 1.8;
	width: 178px;
	padding-left: 13px;
}
#eventSingle #contents .eventInfo a {
	color: #555;
}
#eventSingle #contents .eventInfo a:hover {
	text-decoration: none;
}
#eventSingle #contents .eventMap {
	position: relative;
	padding-bottom: 64%;
	height: 0;
	overflow: hidden;
}
#eventSingle #contents .eventMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
}
#eventSingle #contents .btnArea a {
	display: block;
	width: 270px;
	margin: auto;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0.9em;
	font-weight: bold;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#eventSingle #contents .btnArea a:after {
	font-family: "CONDENSEicon";
	content: "ì";
	padding-left: 1em;
}
#eventSingle #contents .btnArea a:hover {
	opacity: 0.8;
}
#eventSingle #contents .btnArea #reserveLink {
	background: #e74c3c;
	box-shadow: 0 3px 0 0 #d4483a;
	-webkit-box-shadow: 0 3px 0 0 #d4483a;
}
#eventSingle #contents .btnArea #infoLink {
	background: #48b4ff;
	box-shadow: 0 3px 0 0 #3a90cc;
	-webkit-box-shadow: 0 3px 0 0 #3a90cc;
}
#eventSingle #contents .eventReport {
	background: #f5f1e9;
	margin-top: 6em;
	padding: 2.5em 2em 2em;
}
#eventSingle #contents .eventReport .eventReportTit {
	width: 179px;
	float: left;
}
#eventSingle #contents .eventReport .cont {
	width: 515px;
	float: right;
}
#eventSingle #contents .eventReport .cont a {
	height: 140px;
	background: #fff;
	text-decoration: none;
	display: flex;
	-js-display: flex;
	-webkit-align-items: center;
	/* 縦方向中央揃え（Safari用） */
	align-items: center;
	/* 縦方向中央揃え */
	-js-align-items: center;
	/* 縦方向中央揃え */
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#eventSingle #contents .eventReport .cont a:hover {
	background: #48b4ff;
	color: #fff;
}
#eventSingle #contents .eventReport .reportImg,
#eventSingle #contents .eventReport .reportImg img {
	height: 140px;
	width: 157px;
	background: #fff;
}
#eventSingle #contents .eventReport .reportImg:hover,
#eventSingle #contents .eventReport .reportImg img:hover {
	opacity: 1;
}
#eventSingle #contents .eventReport .reportTit {
	padding: 1em;
	width: 355px;
	font-size: 18px;
	line-height: 1.5;
}
#eventSingle #contents .recommendArea {
	margin-top: 1em;
}
#eventSingle #contents .recommendArea aside {
	margin-top: 4.5em;
}
#eventSingle #contents .recommendArea aside h1 {
	font-size: 22px;
	margin-bottom: 1.5em;
	color: #313c4c;
}
#eventSingle #contents .recommendArea aside h1:before {
	display: inline-block;
	text-indent: 1px;
	font-family: "CONDENSEicon";
	content: "";
	width: 2.4em;
	height: 2.4em;
	-webkit-border-radius: 2.4em;
	border-radius: 2.4em;
	text-align: center;
	line-height: 2.45em;
	color: #fff;
	background: #313c4c;
	font-size: 0.85em;
	font-weight: normal;
	margin-right: 1em;
}
#eventSingle #contents .recommendArea .eventRecommend h1::before {
	content: "–";
}
#eventSingle #contents .recommendArea .areaRecommend h1::before {
	content: "ô";
}
#eventSingle #contents .recommendArea aside li {
	width: 251px;
	float: left;
	margin-left: 16px;
}
#eventSingle #contents .recommendArea aside li:first-child {
	margin-left: 0;
}
#eventSingle #contents .recommendArea aside li .areaName,
#eventSingle #contents .recommendArea aside li .eventDate {
	font-size: 14px;
	margin-bottom: 0.8em;
}
#eventSingle #contents .recommendArea aside li .areaName {
	width: 60px;
}
#eventSingle #contents .recommendArea aside li .eventDate {
	width: 190px;
}
#eventSingle #contents .recommendArea aside li .eventState {
	font-size: 12px;
	width: 62px;
}
#eventSingle #contents .recommendArea aside li a {
	color: #313c4c;
	font-weight: bold;
	text-decoration: none;
}
#eventSingle #contents .recommendArea aside li a:hover {
	color: #48b4ff;
}
