@charset "utf-8";

/* タイトル横■ */
#job .profile-area h3:before,
#job .free-area h3:before {
	background-color: #12BB02;
}
#biz .profile-area h3:before,
#biz .free-area h3:before {
	background-color: #012481;
}
#travel .profile-area h3:before,
#travel .free-area h3:before {
	background-color: #F171E1;
}
#life .profile-area h3:before,
#life .free-area h3:before {
	background-color: #3FCBAF;
}
#event .profile-area h3:before,
#event .free-area h3:before {
	background-color: #B16CE1;
}
#cover .profile-area h3:before,
#cover .free-area h3:before {
	background-color: #022481;
}
#kira .profile-area h3:before,
#kira .free-area h3:before {
	background-color: #96C114;
}
#news .profile-area h3:before,
#news .free-area h3:before {
	background-color: #81CDE4;
}
#editorial .profile-area h3:before,
#editorial .free-area h3:before {
	background-color: #FFAD2E;	
}

/* リストマーカー● */
#job .article .free-area ul li:before {
	background-color: #12BB02;
}
#biz .article .free-area ul li:before {
	background-color: #012481;
}
#gourmet .article .free-area ul li:before {
	background-color: #DE4630;
}
#travel .article .free-area ul li:before {
	background-color: #F171E1;
}
#life .article .free-area ul li:before {
	background-color: #3FCBAF;
}
#event .article .free-area ul li:before {
	background-color: #B16CE1;
}
#cover .article .free-area ul li:before {
	background-color: #022481;
}
#kira .article .free-area ul li:before {
	background-color: #96C114;
}
#news .article .free-area ul li:before {
	background-color: #81CDE4;
}
#editorial .article .free-area ul li:before {
	background-color: #FFAD2E;	
}

/* 番号付きリスト */
#job .article .free-area ol li:before {
	color: #12BB02;
}
#biz .article .free-area ol li:before {
	color: #012481;
}
#gourmet .article .free-area ol li:before {
	color: #DE4630;
}
#travel .article .free-area ol li:before {
	color: #F171E1;
}
#life .article .free-area ol li:before {
	color: #3FCBAF;
}
#event .article .free-area ol li:before {
	color: #B16CE1;
}
#cover .article .free-area ol li:before {
	color: #022481;
}
#kira .article .free-area ol li:before {
	color: #96C114;
}
#news .article .free-area ol li:before {
	color: #81CDE4;
}
#editorial .article .free-area ol li:before {
	color: #FFAD2E;	
}

/* 表組み● */
#contents .article .free-area table {
	border: 1px solid #E2E2E2;
	font-size: 1.3rem;
}
#contents .article .free-area table thead th {
	color: #FFFFFF;
}
#contents .article .free-area table tbody th {
	width: 18%;
	background: #F7F7F7;
}
#contents .article .free-area table th,
#contents .article .free-area table td {
	padding: 4px 0;
	border: 1px solid #E2E2E2;
	font-weight: normal;
	text-align: center;
}
#job #contents .article .free-area table thead th {
	background-color: #71D667;
}
#biz #contents .article .free-area table thead th {
	background-color: #677CB3;
}
#gourmet #contents .article .free-area table thead th {
	background-color: #EB9083;
}
#travel #contents .article .free-area table thead th {
	background-color: #F7AAED;
}
#life #contents .article .free-area table thead th {
	background-color: #3FCBAF;
}
#event #contents .article .free-area table thead th {
	background-color: #8CE0CF;
}
#cover #contents .article .free-area table thead th {
	background-color: #677CB3;
}
#kira #contents .article .free-area table thead th {
	background-color: #C0DA72;
}
#news #contents .article .free-area table thead th {
	background-color: #B3E1EF;
}
#editorial #contents .article .free-area table thead th {
	background-color: #FFCE82;
}

/*Youtube */

.iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ここからスマホ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━　*/
@media screen and (min-width: 0px) and (max-width: 738px) {

/* タイトル */
#job #contents .label {
	background-color: #12BB02;
}
#biz #contents .label {
	background-color: #012481;
}
#gourmet #contents .label {
	background-color: #DE4630;
}
#travel #contents .label {
	background-color: #F171E1;
}
#life #contents .label {
	background-color: #3FCBAF;
}
#event #contents .label {
	background-color: #B16CE1;
}
#cover #contents .label {
	background-color: #022481;
}
#kira #contents .label {
	background-color: #96C114;
}
#news #contents .label {
	background-color: #81CDE4;
}
#editorial #contents .label {
	background-color: #FFAD2E;	
}

/* フリー入力エリア　タイトル横｜ */
#job .article .free-area h2 {
	border-left: 4px solid #12BB02;
}
#biz .article .free-area h2 {
	border-left: 4px solid #012481;
}
#gourmet .article .free-area h2 {
	border-left: 4px solid #DE4630;
}
#travel .article .free-area h2 {
	border-left: 4px solid #F171E1;
}
#life .article .free-area h2 {
	border-left: 4px solid #3FCBAF;
}
#event .article .free-area h2 {
	border-left: 4px solid #B16CE1;
}
#cover .article .free-area h2 {
	border-left: 4px solid #022481;
}
#kira .article .free-area h2 {
	border-left: 4px solid #96C114;
}
#news .article .free-area h2 {
	border-left: 4px solid #81CDE4;
}
#editorial .article .free-area h2 {
	border-left: 4px solid #FFAD2E;	
}

#contents .link-more a {
	font-weight: bold;
	color: #2E5BB2;
}
#contents .link-more a:after{
	margin: 0 0 0 3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#contents .label {
	position: relative;
	padding: 10px;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	z-index: -1;
}
#contents .article {
	width: 92.1875%;
	margin: 0 0 20px;
	padding: 15px 3.90625% 0;
}
#contents .article img {
	max-width: 100%;
	height: auto;
}
#contents .article .date {
	margin: 0 0 5px;
	color: #999999;
}
#contents .article .page-ttl {
	margin: 0 0 10px;
	line-height: 1.4;
	font-size: 1.9rem;
}
#contents .article .sns-area {
	margin: 20px 0 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #E2E2E2;
}
#contents .article .sns-area .sns-btn {
	display: inline-block;
	width: 100%;
	margin: 0 auto 10px;
	text-align: center;
}
#contents .article .sns-area .backnumber {
	position: relative;
	margin: 15px auto 25px;
	text-align: center;
}
#contents .article .sns-area .backnumber a {
	display: inline-block;
	position: relative;
	border: 1px solid #E1E1E1;
	padding: 10px 20px 9px 45px;
	font-size: 1.3rem;
}
#contents .article .sns-area .backnumber a:before{
	content: "\f0ca";
	color: #000;
	font-family: "icomoon";
	font-size: 1.6rem;
	font-weight: normal;
	position: absolute;
	top: 8px;
	left: 20px;
}
#contents .article .btn-inquiry {
	width: 91.52542%;
	margin: 20px auto 25px;
}
#contents .article .btn-inquiry span {
	position: relative;
	display: block;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: #00A3D9;
	text-align: center;
}
#contents .article .btn-inquiry span:after{
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 10px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: -4px 0 0;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg); 
	-moz-transform:rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#contents .article .btn-inquiry a {
	padding: 11px 0 10px;
	color: #FFF;
	border: none;
	background: none;
	font-size: 1.5rem;
	letter-spacing: 1px;
	text-indent: -0.5em;
}
#contents .article .free-area {
	line-height: 1.8;
	font-family:'メイリオ' , Meiryo , "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Helvetica;
}
#contents .article .free-area a,
#contents .article .profile-area a {
	display: inline;
	color: #006AC2;
	text-decoration: underline;
}
#contents .article .free-area img {
	margin: 5px 0;
	width: 100%;
	height: auto;
}
#contents .article .free-area img.size-thumbnail,
#contents .article .free-area img.size-medium {
	width: auto;
	height: auto;
}
#contents .article .free-area h2 {
	line-height: 1.4;
	margin: 20px 0;
	padding: 0 0 0 10px;
	background: none;
	font-size: 1.7rem;
}
#contents .article .free-area h2:before{
	content: none;
}
#contents .article .free-area h3 {
	line-height: 1.4;
	margin: 20px 0 10px;
	padding: 0 0 5px;
	border-bottom: 2px solid #E2E2E2;
	font-size: 1.5rem;
	font-weight: bold;
}
#contents .article .free-area .caption{
	color: #545454;
	font-size: 1.2rem;
	line-height: 1.3;
	margin-top: 5px;
}
#contents .article .free-area .img-box img{
	width: 100%;
}
#contents .article .free-area .txt{
	color: #545454;
	font-size: 1.2rem;
	line-height: 1.5;
}
#contents .article .profile-area,
#contents .article .free-area .bg_gray {
	margin: 0 0 30px;
	padding: 13px;
	background: #F5F5F5;
	word-break: break-all;
}
#contents .article .profile-area h2,
#contents .article .profile-area h3,
#contents .article .free-area .bg_gray h2,
#contents .article .free-area .bg_gray h3 {
	position: relative !important;
	margin: 0 0 10px !important;
	padding: 0 0 0 20px !important;
	font-size: 1.6rem !important;
	font-weight: bold !important;
	background: none !important;
}
#contents .article .profile-area h2:before,
#contents .article .profile-area h3:before,
#contents .article .free-area .bg_gray h2:before,
#contents .article .free-area .bg_gray h3:before  {
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	content: "";
	margin-right: 7px;
}
#contents .article .profile-area p,
#contents .article .free-area .bg_gray p {
	line-height: 1.8;
	font-size: 1.3rem;
}

#contents .article .profile-area .f_notes{
	border-top: 1px solid #CCCCCC;
	font-size: 1.3rem;
	color: #777777;
	padding: 20px 0 10px 0;
	margin-top: 20px;
	line-height: 1.6;	
}
#contents .article .free-area ol {
	counter-reset: li;
}
#contents .article .free-area ol li{
	text-indent: -1.5em;
	margin-left: 1.5em;
}
#contents .article .free-area ol li:before{
	font-weight: bold;
	counter-increment: li;
	content: counter(li) ". ";
}
#contents .article .free-area ul li {
	position: relative;
}
#contents .article .free-area ul li:before {
	display: inline-block;
	width: 7px;
	height: 7px;
	content: "";
	margin-right: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}
#contents .article .page-links {
	margin: 30px 0 40px;
	text-align: center;
}
#contents .article .page-links a {
	display: inline;
}
#contents .article .page-links span {
	display: inline-block;
	margin:0 3px;
	padding: 8px 10px;
	background-color: #444444;
	color: #ffffff;
}
#contents .article .page-links a span {
	color: #000000;
	border: 1px solid #D6D6D6;
	background-color: #ffffff;
	text-align: center;
}
#contents .article .note-txt {
	margin: 20px 0 0;
	font-size: 1.2rem;
}
#contents .article .note {
	text-align: right;
	margin: 20px 0 0;
	font-size: 1.2rem;
	line-height: 1.8;
}
#contents .article .page-navi ul {
	display: table;
	width: 100%;
	margin: 5px 0 0;
	padding: 15px 0;
	border-top: 1px solid #E2E2E2;
}
#contents .article .page-navi ul li {
	display: table-cell;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .article .page-navi ul li:last-child {
	border-left: 1px solid #EEE;
}
#contents .article .page-navi ul li:first-child {
	border-left: none;
}
#contents .article .page-navi ul li.previous-post {
	float: left;
}
#contents .article .page-navi ul li.next-post {
	float: right;
}
#contents .article .page-navi ul li p {
	margin: 0 0 10px;
	color: #2E5BB2;
	font-weight: bold;
	font-size: 1.2rem;
}
#contents .article .page-navi ul li.next-post p {
	text-align: right;
}
#contents .article .page-navi ul li.next-post a {
	display: block;
}
#contents .article .page-navi ul li.previous-post p:before {
	margin: 0 5px 0 0;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	content: "";
}
#contents .article .page-navi ul li.next-post p:after {
	margin: 0 0 0 5px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#contents .article .page-navi ul li dl {
	width: 100%;
}
#contents .article .page-navi ul li dl dt {
	padding: 0;
}
#contents .article .page-navi ul li dl dt span {
	display: none;
}
#contents .article .page-navi ul li dl dd {
	line-height: 1.6;
	font-size: 1.2rem;
}
#contents .article .page-navi ul li.next-post dl dd{
	padding: 0 0 0 20px;
}
#contents .article .page-navi ul li.previous-post dl dd{
	padding: 0 20px 0 0;
}
#contents .related-article ul li {
	position: relative;
	border-bottom:1px solid #eee;
	padding: 12px 10px;
}
#contents .related-article ul li p {
	height: 76px;
}
#contents .related-article ul li .img {
	float: left;
	width: 140px;
	height: 98px;
	overflow: hidden;
	text-align: center;
	background-color: #ffffff; 
	margin-right: 11px;
}
#contents .related-article ul li .img img {
	width: 100%;
	height: auto;
}
#contents .related-article ul li .cat {
	color: #aaaaaa;
	font-size: 1.2rem;
}

/* job */
#job #contents .article h3 {
	line-height: 1.4;
	margin: 20px 0;
	padding: 0 0 0 10px;
	background: none;
	font-size: 1.7rem;
	border-bottom: none;
}
#job #contents .article .cat {
	margin: 0 0 10px;
}
#job #contents .article .cat span {
	font-size: 1.0rem;
	margin: 0 4px 0 0;
	padding: 0px 3px;
}
#job #contents .article .cat span.industry {
	color: #1BB016;
	border: 1px solid #1BB016;
}
#job #contents .article .cat span.position {
	color: #888888;
	border: 1px solid #888888;
	background-color: #F3F3F3;
}
#job #contents .article .date {
	margin: 0 0 10px;
	color: #999999;
	text-align: right;
	font-size: 1.2rem;
}
#job #contents .article .basic-info {
	margin: 0 0 20px;
	border: 1px solid #E2E2E2;
	border-bottom: none;
}
#job #contents .article .basic-info dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #E2E2E2;
	font-size: 1.2rem;
}
#job #contents .article .basic-info dl dt {
	display: table-cell;
	width: 38%;
	padding: 10px;
	border-right: 1px solid #E2E2E2;
	background: #F6F6F6;
}
#job #contents .article .basic-info dl dd {
	display: table-cell;
	padding: 8px;
}
#job #contents .agent-info {
	margin: 25px auto 10px;
	padding: 0 0 5px;
	background: #F5F5F5;	
}
#job #contents .agent-info h2 {
	line-height: 1.6;
	padding: 12px 0 8px 25px;
	background: none;
	font-size: 1.4rem;
	font-weight: normal;
}
#job #contents .agent-info .img {
	display: none;
}
#job #contents .agent-info dl {
	width: 92.39864%;
	margin: 0 auto;
}
#job #contents .agent-info dl dt {
	margin: 0 0 5px;
}
#job #contents .agent-info dl dt a {
	color: #006AC2;
	font-size: 1.4rem;
}
#job #contents .agent-info dl dd {
	line-height: 1.8;
	color: #777777;
	font-size: 1.3rem;
}
#job #contents .agent-info .f_notes {
	width: 92.39864%;
	margin: 15px auto 0;
	padding: 15px 0 0;
	border-top: 1px solid #CCCCCC;
}
#job .agent-info .f_notes p {
	line-height: 1.4;
	margin: 0 0 8px;
	color: #777777;
	font-size: 1.3rem;
}
#job .agent-info .f_notes p.website a {
	position: relative;
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 16px 0 0;
	color: #006AC2;
	font-size: 1.3rem;
}
#job .agent-info .f_notes p.website a:after {
	content: "\e624";
	color: #006AC2;
	font-family: "icomoon";
	font-size: 1.5rem;
	font-weight: normal;
	position: absolute;
	top: -2px;
	right: 0;
}
#job .btn-agent {
	position: relative;
	display: block;
	width: 91.21621%;
	margin: 5px auto 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: #0ABB03;
	text-align: center;
}
#job .btn-agent:after {
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 10px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: -4px 0 0;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg); 
	-moz-transform:rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#job .btn-agent a {
	padding: 11px 0 10px;
	color: #FFF;
	border: none;
	background: none;
	font-size: 1.5rem;
	letter-spacing: 1px; 
	text-decoration: none;
	text-indent: -0.5em;
}
#job .btn-agent .none {
	display: none;
}
#job.recruit #contents .article-body h3 {
	line-height: 1.4;
	margin: 20px 0 10px;
	padding: 0 0 0 10px;
	background: none;
	font-size: 1.7rem;
	border: none;
	border-left: 4px solid #12BB02;
}
#job #contents .related-article article {
	position: relative;
	border-bottom: 1px solid #eeeeee;
	padding: 12px;
}
#job #contents .related-article article:last-child {
	border-bottom: none;
}
#job #contents .related-article article .ttl {
	line-height: 1.3;
	margin: 25px 0 3px;
	font-size: 1.4rem;
}
#job #contents .related-article article .recruit_salary {
	font-size: 1.3rem;
}
#job #contents .related-article article .cat {
	margin: 3px 0 0;
}
#job #contents .related-article article .cat span {
	font-size: 0.9rem;
	margin: 0 4px 0 0;
	padding: 0px 3px;
}
#job #contents .related-article article .cat span.industry {
	color: #1BB016;
	border: 1px solid #1BB016;
}
#job #contents .related-article article .cat span.position {
	color: #888888;
	border: 1px solid #888888;
	background-color: #F3F3F3;
}
#job #contents .related-article .job-data span.date {
	position: absolute;
	top: 10px;
	left: 12px;
}
#job #contents .related-article .job-data span {
	display: block;
	margin: 5px 0 0;
	color: #AAAAAA;
	font-size: 1.2rem;
}

/* gourmet */
#gourmet #contents .page-ttl.g-ttl {
	padding: 15px 10px;
	background: #F0F0F0;
	font-size: 1.5rem;
	font-weight: bold;
}
#gourmet #contents .page-ttl.g-ttl .en {
	padding: 0 0 0 5px;
	font-size: 1.2rem;
}
#gourmet #contents .article .outline .block-left {
	width: 100%;
	margin: 0 0 6px;
}
#gourmet #contents .article .outline .block-left li {
	position: relative;
	display: inline-block;
	width: 47.63513%;
	color: #FFF;
	background: #e3bc44;
	background: -moz-linear-gradient(top,  #e3bc44 6%, #d9a300 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#e3bc44), color-stop(100%,#d9a300));
	background: -webkit-linear-gradient(top,  #e3bc44 6%,#d9a300 100%);
	background: linear-gradient(to bottom,  #e3bc44 6%,#d9a300 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
#gourmet #contents .article .outline .block-left li:first-child {
	float: left;
}
#gourmet #contents .article .outline .block-left li:nth-child(2) {
	float: right;
}
#gourmet #contents .article .outline .btn-reserve a {
	color: #FFF;
	font-size: 1.6rem;
}
#gourmet #contents .article .outline .block-left li a {
	color: #FFF;
}
#gourmet #contents .article .outline .btn-reserve a {
	font-size: 1.6rem;
}
#gourmet #contents .article .outline .block-left li.tel {
	height: 40px;
	padding: 4px 0 0;
}
#gourmet #contents .article .outline .block-left li.tel .txt {
	display: block;
	padding: 0 0 0 15px;
	font-size: 1.7rem;
	font-weight: bold;
}
#gourmet #contents .article .outline .block-left li.tel .num {
	display: block;
	padding: 0 0 0 15px;
	font-size: 1.3rem;
}
#gourmet #contents .article .outline .block-left li.tel:before {
	position: absolute;
	top: 8px;
	left: 15px;
	display:  inline-block;
	padding: 0 7px 0 0;
	content: "\f095";
	color: #FFFFFF;
	font-family: "icomoon";
	font-size: 2.3rem;
	font-weight: normal;
}
#gourmet #contents .article .outline .btn-reserve {
	line-height: 44px;
	font-weight: bold;
}
#gourmet #contents .article .outline .block-right .btn {
	width: 47.63513%;
	margin: 0 0 15px;
	padding: 8px 0 7px;
	border: 1px solid #E1E1E1;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 5%, #ffffff 5%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ffffff), color-stop(5%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 5%,#ffffff 5%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 5%,#ffffff 5%,#eeeeee 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 1.3rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#gourmet #contents .article .outline .block-right .btn:first-child {
	float: left;
}
#gourmet #contents .article .outline .block-right .btn:nth-child(2) {
	float: right;
}
#gourmet #contents .article .outline .block-right .btn a {
	position: relative;
	color: #006AC2;
	font-weight: bold;
}
#gourmet #contents .article .outline .block-right .btn a:after {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 3px 0 0 5px;
	border-top: 2px solid #777777;
	border-right: 2px solid #777777;
	-webkit-transform: rotate(135deg); 
	-moz-transform:rotate(135deg);
	transform: rotate(135deg);
	content: "";
	vertical-align: top;
}
#gourmet #contents .article .outline .block-right .btn-more {
	clear: both;
	width: 84.45945%;
	margin: 5px auto 20px;
	padding: 8px 0 7px;
	border: 1px solid #E4BF4D;
	background: #fff9d8;
	background: -moz-linear-gradient(top,  #fff9d8 10%, #fff5b9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#fff9d8), color-stop(100%,#fff5b9));
	background: -webkit-linear-gradient(top,  #fff9d8 10%,#fff5b9 100%);
	background: linear-gradient(to bottom,  #fff9d8 10%,#fff5b9 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 1.5rem;
}
#gourmet #contents .article .outline .block-right .btn-more a {
	position: relative;
	display: inline-block;
	color: #B06F00;
	font-weight: bold;
}
#gourmet #contents .article .outline .block-right .btn-more a:after {
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: -15px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: -4px 0 0;
	border-top: 2px solid #B06F00;
	border-right: 2px solid #B06F00;
	-webkit-transform: rotate(45deg); 
	-moz-transform:rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#gourmet #contents .article h2 {
	line-height: 1.4;
	margin: 15px 0;
	padding: 0 0 0 10px;
	background: none;
	font-size: 1.7rem;
	border-left: 4px solid #DE4630;
}
#gourmet #contents .article h2:before {
	content: none;
}
#gourmet #contents .article .pickup-info {
	padding: 15px 0 0;
	border-top: 1px solid #E2E2E2;
}
#gourmet #contents .article .pickup-info ul li {
	display: table;
	width: 100%;
	margin: 0 0 5px;
}
#gourmet #contents .article .pickup-info ul li dl dt {
	display: table-cell;
}
#gourmet #contents .article .pickup-info ul li dl dt span {
	display: block;
	min-width: 50px;
	padding: 1px 4px;
	color: #DE4630;
	border: 1px solid #F1B2AA;
	background: #FCF1F1;
	font-size: 1.0rem;
	text-align: center;
}
#gourmet #contents .article .pickup-info ul li dl dd {
	line-height: 1.2;
	display: table-cell;
	padding: 1px 0 0 10px;
	font-size: 1.2rem;
}
#gourmet #contents .article .special {
	margin: 20px 0 30px;
}
#gourmet #contents .article .special .wrap {
	padding: 20px 0 15px;
	border: 2px solid #D9BB7E;
	background: #FFFCE9 url(../images/gourmet_deco_special.png) no-repeat 1px 1px;
	background-size: 30px 31px;
	text-align: center;
	margin-bottom: 10px;
}
#gourmet #contents .article .special .wrap:last-child {
	margin-bottom: 0;
}
#gourmet #contents .article .special .wrap .ttl {
	margin: 0 0 10px;
	padding: 0 25px;
	color: #D81300;
	font-size: 1.6rem;
	font-weight: bold;
}
#gourmet #contents .article .special .wrap .txt {
	margin: 0 0 5px;
	line-height: 1.4;
	font-size: 1.4rem;
}
#gourmet #contents .article .special .wrap .note {
	margin: 0;
	font-size: 1.25rem;
	text-align: center;
	padding: 0 10px;
}
#gourmet #contents .article .profile-area h3 {
	padding: 0!important;
}
#gourmet #contents .article .profile-area h3:before{
	content: none;
}
#gourmet #contents .article .profile-area img {
	margin-bottom: 10px;
	width: 50%;
	height: auto;
}
#gourmet #contents .article .profile-area .f_notes{
	clear: both;
	margin-top: 0;
	padding: 0;
	border: none;
}
#gourmet #contents .article .menu {
	margin: 40px 0 0;
}
#gourmet #contents .article .menu ul li .name {
	line-height: 1.4;
	font-size: 1.3rem;
	font-weight: bold;
}
#gourmet #contents .article .menu ul li .price {
	color: #555555;
	font-size: 1.3rem;
	text-align: right;
}
#gourmet #contents .article .menu ul.menu1 {
	display: table;
	width: 100%;
}
#gourmet #contents .article .menu ul.menu1 li {
	display: table-cell;
	width: 50%;
}
#gourmet #contents .article .menu ul.menu1 li span {
	display: block;
}
#gourmet #contents .article .menu ul.menu1 li:first-child {
	padding: 0 8px 0 0;
}
#gourmet #contents .article .menu ul.menu1 li:nth-child(2) {
	padding: 0 0 0 8px;
}
#gourmet #contents .article .menu ul.menu1 li img {
	width: 100%;
	height: auto;
}
#gourmet #contents .article .menu ul.menu1 li .txt {
	position: relative;
	line-height: 1.4;
	padding: 10px 0 5px;
	border-bottom: 1px solid #E2E2E2;
}
#gourmet #contents .article .menu ul li .name {
	margin: 0 0 8px;
}
#gourmet #contents .article .menu ul.menu1 li .price {
	position: absolute;
	bottom: 5px;
	right: 0;
	color: #555555;
	font-size: 1.3rem;
	text-align: right;
}
#gourmet #contents .article .menu ul.menu2 li {
	padding: 15px 0 10px;
	border-bottom: 1px solid #E2E2E2;
}
#gourmet #contents .article .detail-info {
	margin: 15px 0;
}
#gourmet #contents .article .detail-info h3 {
	line-height: 1.4;
	margin: 30px 0 5px;
	padding: 0 0 5px;
	border-bottom: 2px solid #E2E2E2;
	font-size: 1.5rem;
	font-weight: bold;
}
#gourmet #contents .article .detail-info .photogallery h3:before {
	display: inline-block;
	padding: 0 7px 0 0;
	content: "\f030";
	color: #000000;
	font-family: "icomoon";
	font-size: 1.4rem;
	font-weight: normal;
}
#gourmet #contents .article .detail-info .photo img {
	width: 100%;
	height: auto;
}
#gourmet #contents .article .detail-info .photo li {
	margin: 0 0 10px;
}
#gourmet #contents .article .detail-info .photo li dd {
	margin: 5px 0 0;
	color: #525252;
	font-size: 1.2rem;
}
#gourmet #contents .article .detail-info .photogallery ul {
	max-width: 102%;
	margin: 0 -2% 0 0;
	overflow: hidden;
	text-align: left;
}
#gourmet #contents .article .detail-info .photogallery ul li {
	display: inline-block;
	width: 57px;
	height: 57px;
	margin: 5px 3.4% 5px 0;
	padding: 3px;
	border: 1px solid #E2E2E2;
}
#gourmet #contents .article .detail-info .photogallery ul li img {
	width: 100%;
	height: auto;
}
#gourmet #contents .article .detail-info table {
	line-height: 1.4;
	width: 100%;
	margin: 15px 0 0;
	border: 1px solid #E2E2E2;
	border-bottom: none;
	font-size: 1.1rem;
}
#gourmet #contents .article .detail-info table th {
	width: 30%;
	padding: 6px 5px;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	background: #F7F7F7;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#gourmet #contents .article .detail-info table td {
	padding: 6px 5px;
	border-bottom: 1px solid #E2E2E2;
	vertical-align: top;
}
#gourmet #contents .article .detail-info table td a {
	text-decoration: underline;
	color: #2E5BB2;
	word-break: break-all;
}
#gourmet #contents .article .btn-info {
	width: 91.21621%;
	margin: 20px auto;
}
#gourmet #contents .article .btn-info span {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: #DE4630;
	text-align: center;
}
#gourmet #contents .article .btn-info span:after {
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 10px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: -4px 0 0;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg); 
	-moz-transform:rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#gourmet #contents .article .btn-info a {
	padding: 11px 0 10px;
	color: #FFF;
	border: none;
	background: none;
	font-size: 1.5rem;
	letter-spacing: 1px; 
	text-decoration: none;
}
#gourmet .related-article ul li .name {
	font-size: 1.4rem;
}
#gourmet .related-article ul li .name .en {
	color: #AAAAAA;
	font-size: 1.2rem;
	display: block;
}
#gourmet .related-article ul li span.cat {
	color: #DE4630;
	font-size: 1.2rem;
}

/* event */
#contents .article .event-date {
	display: table;
	width: 100%;
	margin: 0 0 10px;
}
#contents .article .event-date dt {
	display: table-cell;
	width: 45px;
	font-size: 1.0rem;
	text-align: center;
}
#contents .article .event-date dt span {
	line-height: 1.4;
	display: block;
	padding: 2px 0 0;
	color: #A169D0;
	border: 1px solid #C9AEF7;
	background: #F1EBFF;
}
#contents .article .event-date dd {
	display: table-cell;
	padding-left: 15px;
	font-size: 1.4rem;
}
#event #contents .article .btn-entry {
	position: relative;
	display: block;
	width: 94.59459%;
	margin: 20px auto 0;
	border: 1px solid #D6D6D6;
	background: #F4F4F4;
	box-sizing: border-box;
	text-align: center;
}
#event #contents .article .btn-entry a {
	line-height: 1.8;
	display: block;
	padding: 6px 0 4px;
	color: #2C59B2;
	font-weight: bold;
	font-size: 1.5rem;
	text-decoration: none;
}
#event #contents .article .btn-entry a:after {
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 9px;
	width: 6px;
	height: 6px;
	margin: -4px 0 1px 5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg); 
	-moz-transform:rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#event #contents .article .btn-entry a span {
	display: none;
}
#event #contents .outline{
	margin-top: 30px;
}
#event #contents .outline h4{
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 2px solid #E2E2E2;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#event #contents .outline table{
	margin-bottom: 30px;
	width: 100%;
}
#event #contents .outline th{
	font-size: 1.4rem;
	width: 100%;
	display: block;
	color: #AC79E0;
	padding:0 0 10px 0;
	width: 90px;
	text-align: left;
}
#event #contents .outline td{
	font-size: 1.4rem;
	width: 100%;
	display: block;
	border-bottom: 1px solid #E2E2E2;
	padding:0 0 10px 0;
	margin-bottom: 10px;
}
#event #contents .outline td a{
	color:#006AC2;
	text-decoration: underline;
}
#event #contents .outline td a:hover{
	color: #BF502C;
}

/* ebook */
#ebook #contents h1{
	background-color: #022481;
	position: relative;
	padding: 10px;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	z-index: -1;
}
#ebook #contents h2.c-ttl:before{
	background-color: #022481;
}
#ebook #contents .article{
	padding: 20px 12px;
	margin: 0;
	width: auto;
}
#ebook #contents .article .img{
	float: left;
	width: 150px;
	height: 210px;
	overflow: hidden;
	margin: 0 10px 0 0;
}
#ebook #contents .article .img img{
	width: 100%;
	height: auto;
}
#ebook #contents .article .txt-box{
	float: left;
}
#ebook #contents .article .txt-box .ttl{
	font-size: 1.7rem;
	font-weight: bold;
	color: #00247F;
	margin-top: 30px;
}
#ebook #contents .article .vol{
	font-size: 1.3rem;
	font-weight: normal;
	color: #666666;
	margin: 10px 0 25px 0;
}
#ebook #contents .article .cov{
	color: #000000;
	font-size: 1.7rem;
	display: table;
}
#ebook #contents .article .cov .cov-ttl{
	font-weight: bold;
	font-size: 1.3rem;
	padding-right: 10px;
	display: block;
}
#ebook #contents .article .link-more{
	padding: 25px 0;
	clear: both;
}
#ebook #contents .article .link-more a{
	border: 1px solid #D6D6D6;
	background-color: #F4F4F4;
	display: block;
	width: 250px;
	margin:0 auto;
	padding: 15px 0 15px 20px;
	text-align: center;
	position: relative;
}
#ebook #contents .article .link-more a:before{
	content: "\e621";
	font-family: "icomoon";
	font-size: 2.4rem;
	font-weight: normal;
	position: absolute;
	top: 8px;
	left: 55px;
	color: #000000;
}
#ebook #contents .con-box{
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	padding: 25px 15px;
}
#ebook #contents .con-box .ttl{
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#ebook #contents .con-box li{
	margin-bottom: 10px;
	margin-left: 1em;
	text-indent: -1em;
}
#ebook #contents .con-box li:before{
	display: inline-block;
	width: 8px;
	height: 8px;
	content: "";
	margin-right: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	background-color: #aaaaaa;
}
#ebook #contents .article .page-navi ul{
	border: none;
	margin: 0;
}
#ebook #contents .article .link-more.link-archives a:before{
	content: "\f0ca";
	font-family: "icomoon";
	font-size: 1.9rem;
	top: 11px;
	left: 35px;
}
#ebook #contents .article .page-navi ul {
	display: table;
	width: 100%;
	padding: 20px 0 0;
}
#ebook #contents .article .page-navi ul li {
	display: table-cell;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#ebook #contents .article .page-navi ul li:last-child {
	border-left: 1px solid #EEE;
}
#ebook #contents .article .page-navi ul li:first-child {
	border-left: none;
}
#ebook #contents .article .page-navi ul li.previous-post {
	float: left;
}
#ebook #contents .article .page-navi ul li.next-post {
	float: right;
}
#ebook #contents .article .page-navi ul li p {
	color: #2E5BB2;
	font-weight: bold;
}
#ebook #contents .article .page-navi ul li.next-post p {
	text-align: right;
}
#ebook #contents .article .page-navi ul li.next-post a {
	display: block;
}
#ebook #contents .article .page-navi ul li.previous-post p:before {
	margin: 0 5px 0 0;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	content: "";
}
#ebook #contents .article .page-navi ul li.next-post p:after {
	margin: 0 0 0 5px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

}/* max-width:738px END */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ここまでスマホ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━　*/

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ここからPC
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━　*/
@media screen and (min-width: 738px) {
.single {
	background: #FFF;
}
#ebook.single {
	background: #F1F1F1;
}
.box {
	background-color: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#contents .adarea{
	background-color: #F4F4F4;
	width: 1004px;
	padding: 40px 0;
	margin: 40px 0 0;
	text-align: center;
}

/* フリー入力エリア　タイトル横｜ */
#job .article .free-area h2 {
	border-left: 6px solid #12BB02;
}
#biz .article .free-area h2 {
	border-left: 6px solid #012481;
}
#gourmet .article .free-area h2 {
	border-left: 6px solid #DE4630;
}
#travel .article .free-area h2 {
	border-left: 6px solid #F171E1;
}
#life .article .free-area h2 {
	border-left: 6px solid #3FCBAF;
}
#event .article .free-area h2 {
	border-left: 6px solid #B16CE1;
}
#cover .article .free-area h2 {
	border-left: 6px solid #022481;
}
#kira .article .free-area h2 {
	border-left: 6px solid #96C114;
}
#news .article .free-area h2 {
	border-left: 6px solid #81CDE4;
}
#editorial .article .free-area h2 {
	border-left: 6px solid #FFAD2E;	
}

#contents .link-more a {
	font-weight: bold;
	color: #2E5BB2;
}
#contents .link-more a:hover {
	color: #BF502C;
}
#contents .link-more a:after {
	margin: 0 0 1px 5px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#contents .label {
	font-size: 2.3rem;
	margin:2px 0 18px 0;
}
#contents .base-mainarea:after {
	content: '';
	display: block;
	clear: both;
}
#contents .base-mainarea .base-leftarea {
	width: 1004px;
	float: left;
}
#contents .base-mainarea .base-rightarea {
	width: 320px;
	float: right;
}
#contents .base-mainarea .base-rightarea .ad {
	height: 250px;
	margin: -10px 0 30px;
	padding: 10px;
	background-color: #fff;
	-moz-box-shadow: 1px 1px 1px 0px rgba(204,204,204,0.54);
	-webkit-box-shadow: 1px 1px 1px 0px rgba(204,204,204,0.54);
	box-shadow: 1px 1px 1px 0px rgba(204,204,204,0.54);
}
#contents .base-mainarea .base-rightarea .ranking-box {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#contents .article a {
	display: inline-block;
}
#contents .article .vol {
	line-height: 1.0;
	margin: 0 0 10px;
	color: #012480;
	font-size: 2.0rem;
	font-weight: bold;
}
#contents .article .date {
	margin: 5px 0;
	color: #AAAAAA;
	font-size: 1.7rem;
}
#contents .article .page-ttl {
	clear: both;
	margin: 0 0 25px;
	line-height: 1.4;
	font-size: 2.4rem;
	font-weight: bold;
}
#contents .article .sttl {
	margin: 0 0 35px;
	font-size: 1.6rem;
}
#contents .article .sns-area {
	padding: 15px 0 10px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	font-size: 1.4rem;
}
#contents .article .sns-area .sns-btn {
	float: left;
}
#contents .article .sns-area .backnumber {
	float: right;
	padding: 2px 0 0;
	text-align: right;
}
#contents .article .sns-area .backnumber a {
	position: relative;
	padding: 0 2px 0 24px;
}
#contents .article .sns-area .backnumber a:before{
	content: "\f0ca";
	color: #000;
	font-family: "icomoon";
	font-size: 1.8rem;
	font-weight: normal;
	position: absolute;
	top: -3px;
	left: 0;
}
#contents .article .btn-inquiry {
	margin: 35px 0;
}
#contents .article .btn-inquiry span {
	position: relative;
	display: block;
	width: 470px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: #00A3D9;
	text-align: center;
}
#contents .article .btn-inquiry span:after{
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 15px;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: -4px 0 0;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg); 
	-moz-transform:rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#contents .article .btn-inquiry span:hover {
	background: #BF502C;
}
#contents .article .btn-inquiry a {
	display: block;
	padding: 12px 0 9px;
	color: #FFF;
	border: none;
	background: none;
	font-size: 1.7rem;
	letter-spacing: 1px; 
}
#contents .article .free-area {
	line-height: 2.0;
	margin: 30px 0;
	font-size: 1.5rem;
}
#contents .article .free-area img{
	max-width: 1004px;
	height: auto;
}
#contents .article .free-area a,
#contents .article .profile-area a {
	display: inline;
	color: #006AC2;
	text-decoration: underline;
}
#contents .article .free-area a:hover,
#contents .article .free-area a:hover {
	color: #BF502C;
	text-decoration: none;
}
#contents .article .free-area h2 {
	line-height: 1.4;
	margin: 20px 0;
	padding: 0 0 0 15px;
	background: none;
	font-size: 2.0rem;
}
#contents .article .free-area h2:before {
	content: none;
}
#contents .article .free-area h3 {
	line-height: 2.0;
	margin: 20px 0 10px;
	border-bottom: 2px solid #E2E2E2;
	font-size: 1.6rem;
}
#contents .article .free-area ol {
	list-style-type: decimal
}
#contents .article .free-area ol li{
	text-indent: -1.5em;
	margin-left: 1.5em;
}
#contents .article .free-area ul li {
	position: relative;
}
#contents .article .free-area ul li:before {
	display: inline-block;
	width: 8px;
	height: 8px;
	content: "";
	margin-right: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}
#contents .article .free-area .caption {
	font-size: 1.3rem;
	color: #545454;
	margin-bottom: 20px;
	margin-top: 5px;
	line-height: 1.3;

}
#contents .article .free-area .img-box {
	width: 1004px;
	margin-bottom: 20px;
}
#contents .article .free-area .img-box img {
	width: 100%;
	height: auto;
}
#contents .article .free-area .img-box:after {
  content: '';
  display: block;
  clear: both;
}
#contents .article .free-area .img-box .left,
#contents .article .free-area .img-box .right {
	float: left;
	width:491px;
}
#contents .article .free-area .img-box .left {
	margin-right: 22px;
}
#contents .article .free-area .img-box .txt {
	margin: 8px 0 0;
	font-size: 1.2rem;
	color: #535353;
	line-height: 1.5;
}
#contents .article .page-links {
	margin: 30px 0 40px;
	text-align: center;
}
#contents .article .page-links span {
	display: inline-block;
	width: 40px;
	margin:0 3px;
	padding: 10px 0;
	background-color: #444444;
	color: #ffffff;
}
#contents .article .page-links a span {
	color: #000000;
	border: 1px solid #D6D6D6;
	background-color: #ffffff;
	text-align: center;
}
#contents .article .page-links a span:hover {
	color: #BF502C;
}
#contents .article .profile-area,
#contents .article .free-area .bg_gray {
	margin: 0 0 30px;
	padding: 13px;
	background: #F5F5F5;
	font-size: 1.3rem;
}
#contents .article .profile-area h2,
#contents .article .profile-area h3,
#contents .article .free-area .bg_gray h2,
#contents .article .free-area .bg_gray h3 {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	font-size: 1.6rem;
	font-weight: bold;
	background: none;
}
#contents .article .profile-area h2:before,
#contents .article .profile-area h3:before,
#contents .article .free-area .bg_gray h2:before,
#contents .article .free-area .bg_gray h3:before  {
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	content: "";
	margin-right: 7px;
}
#contents .article .profile-area p,
#contents .article .free-area .bg_gray p {
	line-height: 1.8;
	font-size: 1.3rem;
}

#contents .article .profile-area .f_notes{
	border-top: 1px solid #CCCCCC;
	font-size: 1.3rem;
	color: #777777;
	padding: 20px 0 10px 0;
	margin-top: 20px;
	line-height: 1.6;	
}
#contents .article .google-map {
	width: 1004px;
	margin: 0 0 40px;
}
#contents .article .note {
	margin: 0 0 30px;
	font-size: 1.3rem;
	text-align: right;
	line-height: 1.8;
}
#contents .article .note-txt {
	margin: 0 0 30px;
	font-size: 1.3rem;
	text-align: left;
}
#contents .article .page-navi ul {
	display: table;
	width: 100%;
	margin: 0 0 30px;
	padding: 20px 0;
	border-bottom: 1px solid #E2E2E2;
}
#contents .article .page-navi ul li {
	display: table-cell;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .article .page-navi ul li:last-child {
	border-left: 1px solid #EEE;
}
#contents .article .page-navi ul li:first-child {
	border-left: none;
}
#contents .article .page-navi ul li.previous-post {
	float: left;
}
#contents .article .page-navi ul li.next-post {
	float: right;
}
#contents .article .page-navi ul li p {
	margin: 0 0 15px;
	color: #2E5BB2;
	font-weight: bold;
}
#contents .article .page-navi ul li.next-post p {
	text-align: right;
}
#contents .article .page-navi ul li.next-post a {
	display: block;
}
#contents .article .page-navi ul li.previous-post p:before {
	margin: 0 5px 0 0;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	content: "";
}
#contents .article .page-navi ul li.next-post p:after {
	margin: 0 0 0 5px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#contents .article .page-navi ul li dl {
	display: table;
	width: 100%;
}
#contents .article .page-navi ul li dl dt {
	display: table-cell;
	padding: 0 15px 0 10px;
	vertical-align: top;
}
#contents .article .page-navi ul li.next-post dl dt {
	width: 117px;
	padding: 0 15px 0 23px;
}
#contents .article .page-navi ul li dl dt span {
	display: block;
	width: 130px;
	height: 91px;
	overflow: hidden;
}
#contents .article .page-navi ul li dl dt img {
	width: 130px;
	height: auto;
}
#contents .article .page-navi ul li dl dd {
	line-height: 1.6;
	display: table-cell;
	padding: 0 23px 0 0;
	vertical-align: top;
}
#contents .related-article ul {
	width: 100%;
}
#contents .related-article ul li {
	float: left;
	width: 46%;
	margin: 15px 2% 0;
	padding: 0 0 14px;
	position: relative;
	border-bottom:1px solid #eee;
	font-size: 1.4rem;
}
#contents .related-article ul li .img {
	float: left;
	width: 106px;
	height: 74px;
	overflow: hidden;
	text-align: center;
	background-color: #ffffff; 
	margin-right: 13px;
}
#contents .related-article ul li .img img {
	width: 100%;
	height: auto;
}
#contents .related-article ul li span.cat{
	position: absolute;
	left: 119px;
	bottom: 14px;
	color: #999999;
	font-size: 1.2rem;
}

/* job */
#job.recruit #contents .article .cat {
	float: left;
	width: 50%;
	margin: 8px 0 10px;
}
#job.recruit #contents .article .cat span {
	margin: 0 4px 0 0;
	padding: 0 3px;
	font-size: 1.2rem;
}
#job.recruit #contents .article .cat span.industry {
	color: #1BB016;
	border: 1px solid #1BB016;
}
#job.recruit #contents .article .cat span.position {
	color: #888888;
	border: 1px solid #888888;
	background-color: #F3F3F3;
}
#job.recruit #contents .article .date {
	float: right;
	width: 50%;
	margin: 8px 0 10px;
	font-size: 1.5rem;
	text-align: right;
}
#job.recruit #contents .article .basic-info {
	margin: 0 0 30px;
	border-bottom: 1px solid #E2E2E2;
}
#job.recruit #contents .article .basic-info div {
	display: table;
	width: 100%;
	border: 1px solid #E2E2E2;
	border-left: none;
	border-bottom: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#job.recruit #contents .article .basic-info div dl {
	display: table-cell;
	width: 50%;
}
#job.recruit #contents .article .basic-info div dl dt {
	display: table-cell;
	width: 105px;
	padding: 10px 10px 0;
	background: #F6F6F6;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	font-size: 1.3rem;
}
#job.recruit #contents .article .basic-info div dl dd {
	display: table-cell;
	padding: 10px 10px 0;
}
#job.recruit #contents .article h3 {
	line-height: 1.6;
	margin: 20px 0 10px;
	padding: 0 0 0 15px;
	background: none;
	font-size: 1.8rem;
	border: none;
	border-left: 6px solid #12BB02;
	font-weight: bold;
}
#job.recruit #contents .article h3:before{
	content: none;
}
#job #contents .article .free-area {
	line-height: 2.0;
	margin: 0 0 20px;
}
#job .agent-info {
	margin: 40px 0;
	padding: 17px 12px;
	background: #F5F5F5;
}
#job .agent-info a {
	color: #006AC2;
	text-decoration: underline;
}
#job .agent-info a:hover {
	color: #BF502C;
	text-decoration: none;
}
#job .agent-info h2 {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	font-size: 1.6rem;
	font-weight: bold;
	background: none;
}
#job .agent-info h2:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	content: "";
	margin-right: 7px;
}
#job .agent-info .img {
	float: left;
	margin: 0 15px 20px 0;
}
#job .agent-info dl dt {
	margin: 0 0 5px;
	font-size: 1.7rem;
}
#job .agent-info dl dd {
	line-height: 1.8;
	padding: 0 10px 0 0;
	color: #555555;
	font-size: 1.3rem;
}
#job .agent-info .f_notes {
	clear: both;
	width: 100%;
	padding: 20px 0 0;
	border-top: 1px solid #CCCCCC;
	font-size: 1.3rem;
}
#job .agent-info .f_notes p {
	margin: 0 5px 5px;
}
#job .agent-info .f_notes p.website a {
	position: relative;
	display: inline-block;
	padding: 0 20px 0 0;
}
#job .agent-info .f_notes p.website a:after {
	content: "\e624";
	color: #006AC2;
	font-family: "icomoon";
	font-size: 1.8rem;
	font-weight: normal;
	position: absolute;
	top: -3px;
	right: 0;
}
#job .btn-agent {
	position: relative;
	display: block;
	width: 470px;
	margin: 28px auto 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: #0ABB03;
	text-align: center;
}
#job .btn-agent:after{
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 15px;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: -4px 0 0;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg); 
	-moz-transform:rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#job .btn-agent:hover {
	background: #BF502C;
}
#job .btn-agent a {
	display: block;
	padding: 12px 0 9px;
	color: #FFF;
	border: none;
	background: none;
	font-size: 1.7rem;
	letter-spacing: 1px; 
	text-decoration: none;
}
#job .btn-agent a:hover {
	color: #FFF;
}
#job .related-article article {
	position: relative;
	padding: 10px 12px 30px;
}
#job .related-article article .ttl {
	margin: 0 0 3px;
	font-size: 1.5rem;
}
#job .related-article article .cat {
	margin: 3px 0 0;
}
#job .related-article article .cat span {
	font-size: 1.0rem;
	margin: 0 4px 0 0;
	padding: 0 3px;
}
#job .related-article article .cat span.industry {
	color: #1BB016;
	border: 1px solid #1BB016;
}
#job .related-article article .cat span.position {
	color: #888888;
	border: 1px solid #888888;
	background-color: #F3F3F3;
}
#job .related-article .job-data {
	position: absolute;
	bottom: 24px;
	right: 12px;
	color: #AAAAAA;
	text-align: right;
}
#job .related-article .job-data span {
	font-size: 1.3rem;
}
#job .related-article .job-data span.agent {
	display: block;
	font-size: 1.2rem;
}

/* gourmet */
#gourmet #contents .page-ttl.g-ttl {
	margin: 10px 0 13px;
	padding: 23px 0 21px 12px;
	background: #EBEBEB;
	border-left: 6px solid #DE4630;
	font-size: 2.2rem;
	font-weight: bold;
}
#gourmet #contents .page-ttl.g-ttl .en {
	padding: 0 0 0 5px;
	font-size: 1.5rem;
}
#gourmet #contents .article h2 {
	line-height: 1.4;
	margin: 20px 0;
	padding: 0 0 0 15px;
	background: none;
	font-size: 2.0rem;
	border-left: 6px solid #DE4630;
}
#gourmet #contents .article h2:before {
	content: none;
}
#gourmet #contents .article .outline {
	display: table;
	width: 100%;
	margin: 0 0 12px;
}
#gourmet #contents .article .outline .block-left {
	display: table-cell;
	vertical-align: middle;
}
#gourmet #contents .article .outline .block-right {
	display: table-cell;
	float: right;
	width: 298px;
	vertical-align: middle;
}
#gourmet #contents .article .outline .tel {
	position: relative;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 0 0 30px;
	font-size: 2.6rem;
	font-weight: bold;
}
#gourmet #contents .article .outline .tel:before {
	position: absolute;
	top: -2px;
	left: 0;
	padding: 0 7px 0 0;
	content: "\f095";
	color: #DE4630;
	font-family: "icomoon";
	font-size: 3.0rem;
	font-weight: normal;
}
#gourmet #contents .article .outline .btn-reserve {
	float: left;
	margin: 0;
	border: 1px solid #D9A300;
	background: #e3bc44;
	background: -moz-linear-gradient(top,  #e3bc44 6%, #d9a300 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#e3bc44), color-stop(100%,#d9a300));
	background: -webkit-linear-gradient(top,  #e3bc44 6%,#d9a300 100%);
	background: -ms-linear-gradient(top,  #e3bc44 6%,#d9a300 100%);
	background: linear-gradient(to bottom,  #e3bc44 6%,#d9a300 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
#gourmet #contents .article .outline .btn-reserve a {
	padding: 5px 12px 4px;
	color: #FFF;
	font-size: 1.5rem;
}
#gourmet #contents .article .outline .block-right .btn {
	float: left;
	width: 128px;
	padding: 7px 8px 6px;
	border: 1px solid #E1E1E1;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 5%, #ffffff 5%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ffffff), color-stop(5%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 5%,#ffffff 5%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #ffffff 5%,#ffffff 5%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 5%,#ffffff 5%,#eeeeee 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
#gourmet #contents .article .outline .block-right .btn:first-child {
	margin: 0 6px 0 0;
}
#gourmet #contents .article .outline .block-right .btn a {
	position: relative;
	color: #006AC2;
	font-weight: bold;
	text-indent: -0.5em;
}
#gourmet #contents .article .outline .block-right .btn a:hover {
	color: #BF502C;
}
#gourmet #contents .article .outline .block-right .btn a:after {
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: -15px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: -4px 0 0;
	border-top: 2px solid #777777;
	border-right: 2px solid #777777;
	-webkit-transform: rotate(135deg); 
	-moz-transform:rotate(135deg);
	transform: rotate(135deg);
	content: "";
}
#gourmet #contents .article .outline .block-right .btn-more {
	float: right;
	width: 296px;
	margin: 5px 0 0;
	padding: 7px 0 6px;
	border: 1px solid #E4BF4D;
	background: #fff9d8;
	background: -moz-linear-gradient(top,  #fff9d8 10%, #fff5b9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#fff9d8), color-stop(100%,#fff5b9));
	background: -webkit-linear-gradient(top,  #fff9d8 10%,#fff5b9 100%);
	background: -ms-linear-gradient(top,  #fff9d8 10%,#fff5b9 100%);
	background: linear-gradient(to bottom,  #fff9d8 10%,#fff5b9 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 1.5rem;
}
#gourmet #contents .article .outline .block-right .btn-more a {
	position: relative;
	display: inline-block;
	color: #B06F00;
	font-weight: bold;
}
#gourmet #contents .article .outline .block-right .btn-more a:hover {
	color: #BF502C;
}
#gourmet #contents .article .outline .block-right .btn-more a:after {
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: -15px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: -4px 0 0;
	border-top: 2px solid #B06F00;
	border-right: 2px solid #B06F00;
	-webkit-transform: rotate(45deg); 
	-moz-transform:rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#gourmet #contents .article .pickup-info {
	padding: 13px 0 3px;
	border-top: 1px solid #E2E2E2;
}
#gourmet #contents .article .pickup-info ul {
	margin: 0 0 5px;
}
#gourmet #contents .article .pickup-info ul li {
	display: inline-block;
	padding: 0 30px 5px 0;
	vertical-align: top;
}
#gourmet #contents .article .pickup-info ul li dl dt {
	float: left;
	min-width: 40px;
	padding: 1px 4px;
	color: #DE4630;
	border: 1px solid #F1B2AA;
	background: #FCF1F1;
	font-size: 1.0rem;
	text-align: center;
}
#gourmet #contents .article .pickup-info ul li dl dd {
	float: left;
	padding: 1px 0 0 10px;
	font-size: 1.3rem;
}
#gourmet #contents .article .special {
	margin: 40px 0;
}
#gourmet #contents .article .profile-area h3 {
	line-height: 1.8;
	padding: 0;
	font-size: 1.8rem;
}
#gourmet #contents .article .profile-area h3:before{
	content: none;
}
#gourmet #contents .article .profile-area .f_notes{
	margin-top: 0;
	padding: 0;
	border: none;
}
#gourmet #contents .article .special .wrap {
	padding: 25px 0 20px;
	border: 5px solid #D9BB7E;
	background: #FFFCE9 url(../images/gourmet_deco_special.png) no-repeat 1px 1px;
	text-align: center;
	margin-bottom: 10px;
}

#gourmet #contents .article .special .wrap:last-child {
	margin-bottom: 0;
}

#gourmet #contents .article .special .wrap .ttl {
	margin: 0 0 10px;
	color: #D81300;
	font-size: 2.0rem;
	font-weight: bold;
}
#gourmet #contents .article .special .wrap .txt {
	margin: 0 0 10px;
	line-height: 1.4;
	font-size: 1.5rem;
}
#gourmet #contents .article .special .wrap .note {
	margin: 0;
	font-size: 1.3rem;
	text-align: center;
	padding: 0 10px;
}
#gourmet #contents .article .menu {
	margin: 40px 0 0;
}
#gourmet #contents .article .menu ul {
	width: 100%;
}
#gourmet #contents .article .menu ul li {
	float: left;
	width: 50%;
}
#gourmet #contents .article .menu ul li span {
	display: block;
}
#gourmet #contents .article .menu ul li:first-child .img {
	padding: 0 10px 0 0;
}
#gourmet #contents .article .menu ul li:nth-child(2) .img {
	padding: 0 0 0 10px;
}
#gourmet #contents .article .menu ul li img {
	width: 100%;
	height: auto;
}
#gourmet #contents .article .menu ul li .txt {
	position: relative;
	line-height: 1.4;
	margin: 10px 0 0;
	padding: 0 0 13px;
	border-bottom: 1px solid #E2E2E2;
}
#gourmet #contents .article .menu ul li:nth-child(odd) .txt {
	margin: 20px 20px 0 10px;
}
#gourmet #contents .article .menu ul li:nth-child(even) .txt {
	margin: 20px 10px 0 20px;
}
#gourmet #contents .article .menu ul li .name {
	padding: 0 80px 0 0;
	font-size: 1.3rem;
	font-weight: bold;
}
#gourmet #contents .article .menu ul li .price {
	position: absolute;
	bottom: 2px;
	right: 0;
	color: #555555;
	font-size: 1.5rem;
	text-align: right;
}
#gourmet #contents .article .detail-info {
	margin: 40px 0 30px;
}
#gourmet #contents .article .detail-info .photo {
	margin: 0 0 30px;
}
#gourmet #contents .article .detail-info .photo li {
	float: left;
	width: 50%;
}
#gourmet #contents .article .detail-info .photo li:nth-child(odd) dt, 
#gourmet #contents .article .detail-info .photo li:nth-child(odd) dd {
	padding: 0 10px 0 0;
}
#gourmet #contents .article .detail-info .photo li:nth-child(even) dt,
#gourmet #contents .article .detail-info .photo li:nth-child(even) dd  {
	padding: 0 0 0 10px;
}
#gourmet #contents .article .detail-info .photo li dt img {
	width: 100%;
	height: auto;
}
#gourmet #contents .article .detail-info .photo li dd {
	margin: 5px 0 0;
	color: #525252;
	font-size: 1.2rem;
}
#gourmet #contents .article .detail-info h3 {
	position: relative;
	line-height: 2.0;
	margin: 20px 0 10px;
	border-bottom: 2px solid #E2E2E2;
	font-size: 1.6rem;
	font-weight: bold;
}
#gourmet #contents .article .detail-info .photogallery h3:before {
	line-height: 1.8;
	display: inline-block;
	padding: 0 7px 0 0;
	content: "\f030";
	color: #000000;
	font-family: "icomoon";
	font-size: 1.8rem;
	font-weight: normal;
}
#gourmet #contents .article .detail-info .photogallery ul {
	max-width: 1026px;
	margin: 0 -22px 0 0;
	overflow: hidden;
}
#gourmet #contents .article .detail-info .photogallery ul li {
	float: left;
	margin: 10px 22px 10px 0;
	padding: 5px;
	border: 1px solid #E2E2E2;
	background: #FFF;
}
#gourmet #contents .article .detail-info .photogallery ul li a {
	display: block;
}
#gourmet #contents .article .detail-info .photogallery ul li a img:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#gourmet #contents .article .detail-info table {
	width: 100%;
	margin: 20px 0 0;
	border: 1px solid #E2E2E2;
	border-bottom: none;
	font-size: 1.3rem;
}
#gourmet #contents .article .detail-info table th {
	width: 180px;
	padding: 8px 10px;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	background: #F7F7F7;
	font-weight: normal;
	text-align: left;
}
#gourmet #contents .article .detail-info table td {
	padding: 8px 10px;
	border-bottom: 1px solid #E2E2E2;
}
#gourmet #contents .article .detail-info table td a {
	color: #2E5BB2;
	text-decoration: underline;
}
#gourmet #contents .article .detail-info table td a:hover {
	color: #BF502C;
	text-decoration: none;
}
#gourmet #contents .article .btn-info {
	margin: 40px 0 65px;
}
#gourmet #contents .article .btn-info span {
	position: relative;
	display: block;
	width: 470px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: #DE4630;
	text-align: center;
}
#gourmet #contents .article .btn-info span:after{
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 15px;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: -4px 0 0;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg); 
	-moz-transform:rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#gourmet #contents .article .btn-info span:hover {
	background: #BF502C;
}
#gourmet #contents .article .btn-info a {
	display: block;
	padding: 12px 0 9px;
	color: #FFF;
	border: none;
	background: none;
	font-size: 1.7rem;
	letter-spacing: 1px; 
	text-decoration: none;
}
#gourmet .related-article {
	margin: 40px 0 0;
}
#gourmet .related-article ul li .name {
	font-size: 1.4rem;
}
#gourmet .related-article ul li .name .en {
	color: #AAAAAA;
	font-size: 1.2rem;
	display: block;
}
#gourmet .related-article ul li span.cat {
	color: #DE4630;
}

/* event */
#contents .article .event-date {
	display: table;
	width: 100%;
	margin: 0 0 30px;
}
#contents .article .event-date dt {
	display: table-cell;
	width: 100px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
#contents .article .event-date dt span {
	line-height: 1.4;
	display: block;
	padding: 2px 0 0;
	color: #A169D0;
	border: 1px solid #C9AEF7;
	background: #F1EBFF;
}
#contents .article .event-date dd {
	display: table-cell;
	padding-left: 15px;
	font-size: 1.8rem;
}
#event #contents .article .btn-entry {
	position: relative;
	display: block;
	width: 470px;
	margin: 0 auto 32px;
	border: 1px solid #D6D6D6;
	background: #F4F4F4;
	text-align: center;
}
#event #contents .article .btn-entry a {
	line-height: 1.8;
	display: block;
	padding: 8px 0 6px;
	color: #2C59B2;
	font-weight: bold;
	font-size: 1.7rem;
	text-decoration: none;
	text-indent: -1em;
}
#event #contents .article .btn-entry a:after {
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 12px;
	width: 7px;
	height: 7px;
	margin: -4px 0 1px 5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg); 
	-moz-transform:rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#event #contents .article .btn-entry a:hover {
	color: #BF502C;
}
#event #contents .outline h4{
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 2px solid #E2E2E2;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#event #contents .outline table{
	width: 100%;
	border-top: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	margin-bottom: 30px;
}
#event #contents .outline th{
	background-color: #f7f7f7;
	border-bottom: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	padding: 15px;
	width: 90px;
}
#event #contents .outline td{
	border-bottom: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	padding: 15px;
}
#event #contents .outline td a{
	color: #006AC2;
	text-decoration: underline;
}
#event #contents .outline td a:hover{
	color: #BF502C;
}

/* ebook */
#ebook #contents h2.c-ttl:before{
	background-color: #022481;
}
#ebook #contents .article{
	padding: 28px 12px;
}
#ebook #contents .article .img{
	float: left;
	width: 300px;
	height: 420px;
	overflow: hidden;
	margin: 0 24px 30px 17px;
}
#ebook #contents .article .img img{
	width: 100%;
	height: auto;
}
#ebook #contents .article .txt-box{
	float: left;
	width: 639px;
}
#ebook #contents .article .txt-box .ttl{
	font-size: 2.2rem;
	font-weight: bold;
	color: #00247F;
	margin-top: 60px;
}
#ebook #contents .article .vol{
	font-size: 1.6rem;
	font-weight: normal;
	color: #666666;
	margin: 10px 0 25px 0;
}
#ebook #contents .article .cov{
	color: #000000;
	font-size: 2.2rem;
	display: table;
}
#ebook #contents .article .cov span{
	display: table-cell;
	vertical-align: middle;
}
#ebook #contents .article .cov .cov-ttl{
	font-weight: bold;
	font-size: 1.6rem;
	padding-right: 10px;
}
#ebook #contents .article .link-more{
	padding: 30px 0;
	float: left;
}
#ebook #contents .article .link-more a{
	border: 1px solid #D6D6D6;
	background-color: #F4F4F4;
	display: block;
	width: 250px;
	margin:0 auto;
	padding: 15px 0 15px 20px;
	text-align: center;
	position: relative;
}
#ebook #contents .article .link-more a:before{
	content: "\e621";
	font-family: "icomoon";
	font-size: 2.4rem;
	font-weight: normal;
	position: absolute;
	top: 8px;
	left: 55px;
	color: #000000;
}
#ebook #contents .con-box{
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	padding: 25px 15px;
}
#ebook #contents .con-box .ttl{
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#ebook #contents .con-box li{
	margin-bottom: 10px;
	margin-left: 1em;
	text-indent: -1em;
}
#ebook #contents .con-box li:before{
	display: inline-block;
	width: 8px;
	height: 8px;
	content: "";
	margin-right: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	background-color: #aaaaaa;
}
#ebook #contents .article .page-navi ul{
	border: none;
	margin: 0;
}
#ebook #contents .article .link-more.link-archives{
	float: none;
}
#ebook #contents .article .link-more.link-archives a{
	width: 310px;
}
#ebook #contents .article .link-more.link-archives a:before{
	content: "\f0ca";
	font-family: "icomoon";
	font-size: 1.9rem;
	top: 11px;
	left: 60px;
}


/* 3カラム限定 */
@media screen and (min-width: 738px) and (max-width: 1386px) {
#contents .base-mainarea .base-leftarea{
	width: 662px;
}
#contents .article .free-area img{
	max-width: 662px;
}
#contents .article .google-map {
	width: 662px;
}
#contents .article .free-area .img-box{
	width: 662px;
}
#contents .article .free-area .img-box .left,
#contents .article .free-area .img-box .right{
	width:320px;
}
#ebook #contents .article .txt-box{
	width: 297px;
}

}
/* 3カラム限定 ここまで */

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ここまでPC
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━　*/