﻿@charset "UTF-8";

html{
	height:100%;
	margin:0;
	padding:0;
	border-bottom:solid 1px #ffffff;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-size:62.5%;/* 1em=10px */
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	background:#ffffff;
}

img{
	border:0;
}

textarea{
	font-size:1em;
}

a{
	text-decoration:none;
	outline:none;
}

.red{
	color:#CC0000;
}

.submit_button{
	text-align:center;
}

/* 未閲覧 */
a:link{
	color:#00427c;
	text-decoration:underline;
}

/* 閲覧済み */
a:visited{
	color:#006699;
	text-decoration:underline;
}

/* マウスオーバー */
a:hover{
	color:#006699;
	text-decoration:underline;
}

/* クリック */
a:active{
	color:#006699;
	text-decoration:underline;
}

#subnavi li a:link,
#subnavi li a:visited,
#pankuzu a:link,
#pankuzu a:visited{
	text-decoration:none;
}

/* tableタグ border */
table{
	border-collapse:collapse;
	border-color:#CCCCCC;
}
th{
	border-color:#CCCCCC;
}
td{
	border-color:#CCCCCC;
}

/* wrapper */
#wrapper{
	width:100%;
	min-width:950px;
	font-size:1.4em;
}
#wrapper_nobg{
	width:100%;
	font-size:1.4em;
}
/* container */
#container{
	width:950px;
	margin:0 auto;
}
#container_mini{
	margin:0 auto;
}


/* header */
#header{
	display: block;
	width:100%;
	margin:0;
	padding: 0;
}

#header .navi_utility ul,
#header .logo_area,
#header .navi_main {
	width:950px;
	margin: 0 auto;
	display: block;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header a {
	text-decoration: none;
	display: block;
}
.navi_utility {
	background-color: #F5F6F8;
	display: block;
	padding: 0;
	margin: 0;
	text-align: right;
}
.navi_utility li {
	display: inline-block;
}
.navi_utility li a {
	padding: 12px 20px;
}
.navi_utility .header_contact a {
	color: #ffffff;
	background: #0381ff;
	background: -moz-linear-gradient(45deg, #0381ff 1%, #45bd43 100%);
	background: -webkit-linear-gradient(45deg, #0381ff 1%,#45bd43 100%);
	background: linear-gradient(45deg, #0381ff 1%,#45bd43 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0381ff', endColorstr='#45bd43',GradientType=1 );
}
#header .logo_area {
	display: table;
}
.logo_area h1,
.logo_area .seach_box {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0;
}
.logo_area h1 img {
	height: 60px;
}
.seach_box {
	text-align: right;
}
.seach_box .seach_box_title,
.seach_box .seach_form {
	display: inline-block;
	vertical-align: top;
}
.seach_box .seach_box_title {
	padding: 5px 15px 0;
}
.seach_box .seach_form {
	width: 250px;
}
.navi_main ul {
	display: table;
	width: 100%;
	text-align: center;
	background-color: #038103;
}
.navi_main li {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	transition: linear 0.2s;
}
.navi_main .navi_home{
	width: 60px;
	border-left: none;
}
.navi_main li:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.navi_main li a {
	color: #ffffff;
	padding: 15px 12px;
}
/* main */
#main{
	clear:both;
	width:100%;
	float:left;
	margin:0;
	padding:20px 0;
}
/* content */
#content{
	width:730px;
	float:right;
	margin:0;
	padding:0;
}
#content_1column{
	clear:both;
	width:730px;
	margin:0 auto;
	padding:0;
}

.entry{
	clear:both;
}

.entry_list{
	margin:0 10px 20px;
	padding:0;
	list-style:none;
}

.entry_list li{
	margin:0 0 10px;
	padding:0 0 5px 15px;
	border-bottom:dashed 1px #cccccc;
	xbackground:url(./icon_page_list_arrow.gif) no-repeat left top;
}

.h2_title_img{
	clear:both;
	margin:0 0 15px;
	padding:0px;
}

.entry h2,
.h2_title_text{
	clear:both;
	margin:0 0 15px;
	padding:20px;
	font-size:1.4em;
	font-weight:bold;
	color:#ffffff;
	background:#ededed url(./bg_h2.gif) no-repeat left center;
}

.entry h3,
.h3_title_text{
	clear:both;
	margin:0 0 10px;
	padding:5px 10px;
	font-size:1.2em;
	font-weight:bold;
	color:#333333;
	border-top:solid 5px #61B561;
	border-bottom:solid 1px #CFCFCF;
	background:url(./bg_h3.gif) repeat-x left bottom;
}

.entry h4,
.h4_title_text{
	clear:both;
	margin:0 0 10px;
	padding:5px 0 3px 20px;
	font-size:1.1em;
	color:#333333;
	border-bottom:dotted 2px #61B561;
	background:url(./bg_h4.gif) no-repeat left center;
}

.entry h5,
.h5_title_text{
	font-weight:normal;
	clear:both;
	margin:0 0 10px;
	padding:5px 0 3px 20px;
	font-size:1.1em;
	color:#333333;
	border-bottom:dotted 2px #61B561;
	background:url(./bg_h4.gif) no-repeat left center;
}

/* page_link */
.page_link{
	clear:both;
	width:100%;
	margin:0;
	padding:20px 0;
	text-align:center;
}

.page_link a.page_link_left{
	margin:0 10px 0 0;
	padding:0 0 0 12px;
	background:url(./icon_page_link_left.gif) no-repeat left center;
}

.page_link a.page_link_right{
	margin:0 0 0 10px;
	padding:0 12px 0 0;
	background:url(./icon_page_link_right.gif) no-repeat right center;
}

/* sidebar */
#sidebar{
	width:200px;
	float:left;
	margin:0;
	padding:0;
}

/* sidebar_box */
.sidebar_box{
	width:200px;
	margin:0 0 20px;
	padding:0 0 8px;
	background:url(./bg_sidebar_bottom.gif) no-repeat left bottom;
}

.sidebar_box h2{
	width:180px;
	margin:0;
	padding:10px;
	font-size:1.2em;
	color:#ffffff;
	background:url(./bg_sidebar_top.gif) no-repeat left top;
}

.sidebar_box h2.sideber_h2_1,
.sidebar_box h2.sideber_h2_2,
.sidebar_box h2.sideber_h2_3,
.sidebar_box h2.sideber_h2_4{
	width:200px;
	height:42px;
	padding:0;
	text-indent:-9000px;
	font-size:0;
	line-height:0;
}

.sidebar_box h2.sideber_h2_1{
	background:url(./bg_sidebar_top1.gif) no-repeat left top;
}

.sidebar_box h2.sideber_h2_2{
	background:url(./bg_sidebar_top2.gif) no-repeat left top;
}

.sidebar_box h2.sideber_h2_3{
	background:url(./bg_sidebar_top3.gif) no-repeat left top;
}

.sidebar_box h2.sideber_h2_4{
	background:url(./bg_sidebar_top4.gif) no-repeat left top;
}

.inner_sidebar_box{
	margin:0;
	padding:10px;
	background:url(./bg_sidebar.gif) repeat-y left top;
}

.inner_sidebar_box div{
	margin:0;
	padding:10px;
	border:solid 1px #BDBCBD;
	background:#FEFFF2;
}

.inner_sidebar_box_4{
	margin:0;
	padding:10px 0 10px 10px;
	background:url(./bg_sidebar.gif) repeat-y left top;
}

.inner_sidebar_box_4 div{
}

#subnavi{
	margin:0;
	padding:10px;
	list-style:none;
	border:solid 1px #BDBCBD;
	background:#FEFFF2;
}

#subnavi li{
	margin:0;
	padding:5px 0 3px 18px;
	background:url(./icon_subnavi.gif) no-repeat left center;
}

/* page_top */
.page_top{
	clear:both;
	width:950px;
	height:36px;
	margin:0 auto;
	padding:0;
	position:relative;
}

.page_top a{
	display:block;
	width:170px;
	height:36px;
	margin:0;
	padding:0;
	text-indent:-9000px;
	font-size:0;
	line-height:0;
	position:absolute;
	right:0;
	top:0;
	background:url(./btn_page_top.gif) no-repeat left top;
}

.page_top a:hover{
	background:url(./btn_page_top.gif) no-repeat left bottom;
}

/* footer */
#footer{
	clear:both;
	width:100%;
	margin:0;
	padding: 30px 0;
	color:#ffffff;
	text-align:center;
	background: #4aa84e;
}

#footer .footer_copy{
	margin:0;
	padding:0;
}

#footer .footer_copy a{
	font-size:90%;
}
#footer .footer_copy a:link,
#footer .footer_copy a:hover,
#footer .footer_copy a:visited,
#footer .footer_copy a:active{
	color:#F9F9F9;
	font-size:90%;
}
.footer_info {
	padding-top: 30px;
}
/* form */
#input-table table{
	width:75%;
	font-size:90%;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	margin:0 auto;
}
#input-table table th{
	width:20%;
	white-space:nowrap;
	padding:7px;
	background:#D8D3CF;
	text-align:right;
	border:1px solid #CCCCCC;
}
#input-table table td{
	padding:7px;
	border:1px solid #CCCCCC;
}
#input-table table td textarea{
	font-size:120%;
}

/* top */
.main_img {
	text-align: center;
	width: 950px;
	height: 240px;
	margin: 0 auto;
}
.top_main {
	width: 100%;
	display: block;
	clear: both;
	padding: 25px 0;
}
.top_content {
	width: 720px;
	float: right;
	padding-bottom: 30px;
}

.top_entry {
	padding-bottom: 10px;
}
.top_entry a,
.top_entry img {
	transition: linear 0.2s;
}
.top_entry a:hover {
	color: #777777;
}
.top_entry a:hover img {
	opacity: 0.6;
}
.top_title {
	padding: 10px 5px;
}
.free_area {
	background-color: #f5f6f8;
	border-radius: 3px;
	padding: 15px 11px;
	margin: 5px 5px 20px;
}
.top_link {
	background-color: #f5f6f8;
	border-radius: 3px;
	padding: 15px 11px;
	margin: 0 5px;
}
/* top_information_list */
.top_information_list {
	max-height: 360px;
	overflow-y: auto;
	margin: 0 5px;
}
.information_list ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #f5f6f8;
}
.information_list li {
	padding: 13px 20px;
	display: block;
	border-top: 1px dotted #dddddd;
}
.information_list li:first-child {
	border-top: none;
}
.information_list li a {
	text-decoration: none;
	color: #333333;
}
.information_list li .title {
	font-weight: bold;
	padding-top: 10px;
	display: block;
}
.information_list li .info{
	display: block;
}
.information_list li .icon{
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
}
.information_list li .category{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	padding: 2px 15px;
	background-color: #ddd;
	font-size: 0.85em;
	border-radius: 5px;
}
.information_list li .color_none {
	background-color: transparent;
}
.information_list li .color_w_border,
.information_list li .category_other {
	background-color: #ffffff;
	box-shadow: inset 0 0 0 1px #ccc;
}
.information_list li .color_red,
.information_list li .category_event {
	background-color: #ff1d25;
	color: #ffffff;
}
.information_list li .color_blue,
.information_list li .category_cw {
	background-color: #3fa9f5;
	color: #ffffff;
}
.information_list li .color_yellow {
	background-color: #ffde1f;
}
.information_list li .color_green,
.information_list li .category_certifi {
	background-color: #7ac943;
	color: #ffffff;
}
.information_list li .color_orange,
.information_list li .category_training {
	background-color: #ff931e;
	color: #ffffff;
}
.information_list li .color_pink,
.information_list li .category_publish {
	background-color: #ff7bac;
	color: #ffffff;
}
.information_list li .color_black {
	background-color: #333333;
	color: #ffffff;
}
/* top_sidebar */
.top_sidebar {
	width: 200px;
	float: left;
	padding-bottom: 40px;
}
.top_sidebar_title {
	background-color: #4AA94F;
	padding: 20px 20px 17px;
	border-radius: 3px 3px 0 0;
	margin-top: 5px;
	border-bottom: 3px solid #044704;
}
.top_sidebar_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #F5F6F8;
	font-size: 1.03em;
}
.top_sidebar_menu a {
	text-decoration: none;
	color: #333333;
	padding: 15px 20px;
	display: block;
}
.top_sidebar_menu tr td {
	border-top: 1px dotted #dddddd;
	padding: 0;
	transition: linear 0.2s;
}
.top_sidebar_menu tr:first-child td{
	border-top: none;
}
.top_sidebar_menu td:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
/* class */
.margin_b5{
	margin:0 0 5px;
}

.margin_b10{
	margin:0 0 10px;
}

.margin_b15{
	margin:0 0 15px;
}

.margin_b20{
	margin:0 0 20px;
}

.text_left{
	text-align:left;
}

.text_right{
	text-align:right;
}

.text_center{
	text-align:center;
}

.vertical_top{
	vertical-align:top;
}

.vertical_middle{
	vertical-align:middle;
}

.vertical_bottom{
	vertical-align:bottom;
}

.indent-1{
	margin-left:1em;
	text-indent:-1em;
}

.indent-2{
	margin-left:2em;
	text-indent:-2em;
}

.indent-3{
	margin-left:3em;
	text-indent:-3em;
}

.indent-4{
	margin-left:4em;
	text-indent:-4em;
}

.font_s{
	font-size:0.9em;
}

/* nyukai */
#nyukai_kaishi{
	float:right;
	width:200px;
	margin:0 0 20px;
	padding:0 0 8px;
	background:url(./bg_sidebar_bottom.gif) no-repeat left bottom;
}
#nyukai_kaishi_title{
	width:200px;
	height:42px;
	padding:0;
	text-indent:-9000px;
	font-size:0;
	line-height:0;
	background:url(./bg_sidebar_top1.gif) no-repeat left top;
}

#nyukai_kaishi_inner{
	margin:0;
	padding:10px;
	background:url(./bg_sidebar.gif) repeat-y left top;
}

#nyukai_kaishi_inner div{
	margin:0;
	padding:10px;
	border:solid 1px #BDBCBD;
	background:#FEFFF2;
}
/* shinringijuts */

.magazine_list_box {
	clear: left;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
	border-bottom:2px dotted #61B561;
}
.magazine_list_box .magazine_image {
	float: left;
	margin-left: 40px;
	padding: 10px;
	width: 180px;
}
.magazine_list_box .magazine_image img {
	width: 120px;
	border:1px solid #CFCFCF;
}
.magazine_list_box .magazine_volume {
	float: left;
	width: 400px;
	font-size: 1.2em;
	margin-top: 65px;
}
.magazine_list_box .magazine_publish {
	float: left;
	width: 400px;
	font-size: 1.2em;
}

.magazine_list_box .magazine_detail_btn{
	display:none;
}