﻿@charset "UTF-8";
/* CSS Document */

#link {
}

.hotlink {
	width: 100%;
	height: 55px;
	background-image: url("img/base/TOP_title.gif");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	position: relative;
	text-align: right;
	margin-top: 50px;
}
.hotlink div {
	position: absolute;
	bottom: 0;
	right: 18px;
}
.hotlink div p {
	color: #8fc800;
	font-size: 15px;
	margin-bottom: 10px;
}
.hotlink div p.moushikomi a {
	display: block;
	color: #8fc800;
	bottom: 10px;
	background: #FFFFFF;
	border: 3px solid #8fc800;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.hotlink div p.moushikomi a:hover{background: #f8ffe5; text-decoration: none}

.hotlink div p.moushikomi span.members {display: inline}
.hotlink div p.moushikomi span.members .goto {
	font-size: 16px;
	color: #ff7400;
	vertical-align: top;
}

.hotlink div p.moushikomi span.members .only {
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	background: #8fc800;
	height: 20px;
	padding: 2px 12px;
	border-radius: 12px;
	vertical-align: top;
	margin-right: 12px;
}


#category_frame {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
	padding: 12px 0px 0px 12px;
	border: solid 3px #ff7400;
	box-sizing: border-box;
	
}

.category_box {
	box-sizing: border-box;
	position: relative;
	border: solid 2px #8fc800;
	padding: 25px 10px 20px 10px;
	
	width: calc(25% - 12px);
	margin: 0 12px 12px 0;
	
	background-color: #FFFFFF!important;
	background: url("img/box/orange_x.gif"), url("img/box/orange_x.gif"), url("img/box/orange_x.gif"), url("img/box/orange_x.gif");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top 3px left 3px, top 3px right 3px, bottom 3px left 3px, bottom 3px right 3px;
	
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


.category_name {
	display: block;
	border-bottom: solid 1px #8fc800;
	margin-bottom: 10px;
	padding: 0 3px 10px;
	font-size: 18px;
	text-align: center;
}
a.category_btn {
	color: #fff;
	display: inline-block;
	background: #EB6669;
	font-size: 12px;
	border: solid 1px #BF1A20;
	margin-bottom: 20px;
	position: relative;
	width: 94%;
    padding: 4px;
	text-align: center;
}
.category_btn::after {
	content: "≫";
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 8px;
	font-size: 1rem;
}
.category_btn:hover {
	text-decoration: none;
	color: #EB6669;
	background: #fff;
}
.category_name span.size_s {
	font-size: 10px;
	letter-spacing: normal;
	font-feature-settings: "palt";
}
.category_name span.size_m {
	font-size: 14px;
	letter-spacing: normal;
	font-feature-settings: "palt";
	line-height: 2;
}

.category_detail {
	color: #777;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	letter-spacing: normal;
}


.corporation_list {
	margin: 10px 0 0 18px;
	font-size: 11px;
	letter-spacing: normal;
	color: #777;
}
.corporation_list li {line-height: 1.5}
.corporation_list li a {color: #777;}
.corporation_list li a:hover {
	text-decoration: none;
	color: #ff7400;
}

.new {
	display: block;
	font-weight: normal!important;
	font-size: 12px!important;
	font-family: Arial, Helvetica, "sans-serif";
	position: absolute;
	top: 8px;
	right: 18px;
	color: #FF0000;
}




