@charset "utf-8";

/* 
@package WordPress
@subpackage マイベストサポート
@last modified 20151209
*/

/* ==================================
	編集ボタン
================================== */
.editlink {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
	line-height: 1;
	z-index: 9999;
	background: #ccc;
}
.editlink a {
	display: block;
	padding: 5px 0;
	width: 100px;
	background: #000;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.editlink a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==================================
	ヘッダー&フッター（トップ特別仕様）
================================== */
#header {
	height: 490px;
	margin-bottom: 10px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #b49e84 70%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#b49e84 70%);
	background: linear-gradient(to bottom,  #ffffff 0%,#b49e84 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b49e84',GradientType=0 );
}
.header_box {
	height: 490px;
	background: url("./images/top_mainimg_bg.png") no-repeat 0 100%;
}
.banner_list {
	float: right;
}
.banner_list li:hover img {
	opacity: 1;
}
.banner_list li a:hover {
	background: none;
}
.header_box .mail_banner {
	margin-bottom: 90px;
}
.banner_list li.mailmaga {
	position: absolute;
	background: url("./images/top_banner_mailmaga.png") no-repeat;
	padding: 87px 20px 0;
}
.banner_list li.mailmaga img {
	position: relative;
	top: -54px;
	right: 3px;
}
.banner_list li.mailmaga form:nth-of-type(1) {
	position: relative;
	top: -22px;
	right: 0px;
}
.banner_list li.mailmaga form:nth-of-type(2) {
	position: relative;
	top: -25px;
	right: 0px;
}
.banner_list li.mailmaga form .text input {
	width: 140px;
}

/* ==================================
	共通スタイル
================================== */
#top_contents>div,
#left_contents>div,
#bottom_contents>div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_border {
	line-height: 2px;
}
.top_border_turn {
	transform: scale( -1, -1);
	-ms-transform: scale( -1, -1);
	-webkit-transform:scale( -1, -1);
	filter:flipv() fliph();
	-ms-filter:flipv() fliph();
}

/* ==================================
	表示（上）
================================== */
#top_up_mind {
	width: 100%;
	padding: 0 0 20px;
	margin-bottom: 20px;
}
#top_up_mind .font-mincho {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 25px 0;
}
#top_up_mind a {
	text-decoration: none;
}
#top_up_mind_left {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 617px;
	margin-right: 23px;
	padding: 2px 10px 10px 0px;
}
#top_up_mind_right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 320px;
	height: 290px;
	padding: 15px 15px 0;
	background: #171f39;
}
#top_up_mind_right .top_left_blog_title a:hover {
	background: none;
}
#top_up_mind_right .top_blog_box {
	padding: 0 0 10px 0;
}
#top_up_mind_right .top_blog_box:first-of-type {
	padding: 25px 0 10px 0 ;
}
#top_up_mind_right .top_blog_date {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 14px;
}
#top_up_mind_right a {
	text-decoration: none;
}
#top_up_mind_right a:hover {
	text-decoration: underline;
	background: transparent;
	color: #fff;
}
#top_up_mind_right .top_blog_title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
}

/* ==================================
	表示（左）
================================== */
#left_contents>div {
	width: 318px;
	height: 150px;
	margin: 0 3px 3px 0;
	float: left;
}
#left_contents>div:nth-child(3n) {
	margin: 0 0 3px 0;
}
#left_contents>div .box_inner a {
	display: block;
	height: 150px;
}
#left_contents>div .box_inner a:hover {
	background: none;
}
#left_contents>div img {
	position: relative;
	left: 20px;
	top: 25px;
}
#left_contents #top_left_course img {
	position: relative;
	left: 20px;
	top: 13px;
}
#left_contents>div>.box_inner {
	width: 318px;
	height: 150px;
	background-color:rgba(23,31,57,0.5)
}
#left_contents>div>.box_inner:hover {
	background-color:rgba(23,31,57,0.2);
	cursor: pointer;
}
#top_left_service {
	background: url("images/top_left_service_bg.jpg");
}
#top_left_course {
	background: url("images/top_left_course_bg.jpg");
}
#top_left_manual {
	background: url("images/top_left_manual_bg.jpg");
}
#top_left_report {
	background: url("images/top_left_report_bg.jpg");
}
#top_left_info {
	background: url("images/top_left_info_bg.jpg");
}
#top_left_seminar {
	background: url("images/top_left_seminar_bg.jpg");
}

/* ==================================
	表示（下）
================================== */
#top_bottom_book {
margin-top: 60px;
}
#top_bottom_book .font-mincho, #top_bottom_youtube .font-mincho {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 25px;
}
#top_bottom_book .top_book_list div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border: 1px solid #ccc;
	margin-left: 17px;
	margin-bottom: 17px;
}
#top_bottom_book .top_book_list div img {
	width: 100%;
	height: auto;
}
#top_bottom_book .top_book_list div img:hover {
	opacity: 0.6;
}
#top_bottom_book .top_book_list div:first-of-type{
	margin-left: 0;
}
#top_bottom_youtube div div {
	float: left;
}
#top_bottom_youtube div div:first-child {
	margin-right: 20px;
}