@charset "utf-8";

/* ==================================================
main_banner
================================================== */
#tmp_main_banner {
	padding: 6px 0 0;
	margin: 0 0 85px;
}
#tmp_main_banner img {
	width: 100%;
	height: auto;
}
#tmp_cate_ttl.cate_ttl.chiji_top {
	background:url(/shared/templates/chiji_top/images/main/pc_cate_chiji_top.jpg) no-repeat top left;
	margin: 0 0 74px;
}
#tmp_cate_ttl.cate_ttl.chiji_top,
#tmp_cate_ttl.cate_ttl.chiji_top span {
	width:1240px;
	height:300px;
}
/* ==================================================
main_menu_list
================================================== */
#tmp_main_menu {
	margin: 0 0 50px;
}
#tmp_main_menu .main_menu_list {
	list-style: none;
	display:table;
	width:100%;
}
#tmp_main_menu .main_menu_list li {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-right: 1px solid #183a82;
}
#tmp_main_menu .main_menu_list li:first-child {
	border-left: 1px solid #183a82;
}
#tmp_main_menu .main_menu_list a {
	position: relative;
	display:block;
	text-decoration: none;
	color: #183a82;
	background-color:#ffffff;
	padding: 8px 5px 7px;
	font-size: 112.5%;
	font-weight: bold;
}
#tmp_main_menu .main_menu_list a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 45%;
	height: 2px;
	background-color: #f06363;
	color: inherit;
	transform: scale(0,0);
	-moz-transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	transition: 0.2s all linear;
	}
#tmp_main_menu .main_menu_list a:hover:after,
#tmp_main_menu .main_menu_list a:focus:after,
#tmp_main_menu .main_menu_list a:active:after {
	transform: scale(1,1);
	-moz-transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
/* ==================================================
btn_list
================================================== */
#tmp_contents .btn_list {
	margin: 0 auto;
	text-align: center;
}
#tmp_contents .btn_list ul {
	list-style: none;
	margin:0;
	padding:0;
}
#tmp_contents .btn_list ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 17px 10px;
}
#tmp_contents .btn_list ul li a {
	position: relative;
	text-align: center;
	display: block;
	min-width: 170px;
	padding: 8px 16px;
    background-color: #183a83;
    color: #ffffff;
    border: 1px solid #183a83;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_contents .btn_list ul li a:after {
	content: "";
	position: absolute;
	width: 19px;
	height: 9px;
	top: 50%;
	right: -12px;
	margin-top: -2px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent url(/shared/templates/chiji_top/images/icon/icon_arrow_menu.png) no-repeat;
	color: inherit;
	background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
}
#tmp_contents .btn_list ul li a:focus::before {
	display:none;
}
#tmp_contents .btn_list ul li a:focus {
	background-color: #ffffff;
	color:#0049ba;
}
/* ==================================================
chiji_heading
================================================== */
.chiji_heading {
    text-align: center;
    margin: 0 0 45px;
}
.chiji_heading h2 {
	position: relative;
    padding: 0;
}
.chiji_heading h2:before {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    height: 2px;
    top: 30px;
    left: 0;
    right: 50%;
    margin-right: 165px;
	background: transparent url(/shared/templates/chiji_top/images/main/chiji_ttl_border.png) repeat-x;
	color: inherit;
	z-index:2;
}
.chiji_heading h2:after {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    height: 2px;
    top: 30px;
    right: 0;
    left: 50%;
    margin-left: 165px;
    background: transparent url(/shared/templates/chiji_top/images/main/chiji_ttl_border.png) repeat-x;
    color: inherit;
	z-index: 2;
}
.chiji_heading .pickup_ttl {
	background: #ffffff url(/shared/templates/chiji_top/images/main/bg_pickup_ttl.png) center center no-repeat;
	color: #222222;
	height: 65px;
}
.chiji_heading .workroom_ttl {
	background: #ffffff url(/shared/templates/chiji_top/images/main/bg_workroom_ttl.png) center center no-repeat;
	color: #222222;
	height: 65px;
}
/* ==================================================
section_news
================================================== */
#tmp_contents .section_news {
	margin: 0 0 99px;
}
#tmp_contents .section_news .new_wrap{
	margin: 0 0 45px;
    padding: 16px 22px;
    background-color: #ffffff;
    color: #222222;
    -webkit-box-shadow: 0 0 #cccccc;
    -moz-box-shadow: 0 0 3px #cccccc;
    box-shadow: 0 0 3px #cccccc;
}
#tmp_contents .section_news .new_ttl {
	position: relative;
	font-family: "游明朝", "Yu Mincho", "メイリオ", serif;
	font-size: 150%;
    background: transparent url(/shared//images/icon/icon_sm_ttl.png) no-repeat 2px 7px;
    color: #222222;
    -webkit-background-size: 26px 25px;
    -moz-background-size: 26px 25px;
    background-size: 26px 25px;
    padding: 0 10px 5px 38px;
    font-weight: bold;
    border-bottom: 1px solid #e2e2e2;
}
#tmp_contents .section_news .new_ttl:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 135px;
	height: 1px;
	background-color: #183a83;
	color: inherit;
}
#tmp_contents .section_news .new_cnt {
	padding: 26px 0 0;
}
#tmp_contents .section_news .new_list {
	list-style: none;
	margin:0;
	padding:0;
}
#tmp_contents .section_news .new_list li {
	margin: 0 0 12px;
    border-bottom: 1px dotted #cccccc;
}
#tmp_contents .section_news .new_list .new_inner {
	display: table;
	width: 100%;
	padding: 5px 0 14px;
}
#tmp_contents .section_news .new_list .new_inner .new_date {
	display: table-cell;
	vertical-align: top;
    width: 84px;
    color: #222222;
    background-color: transparent;
    padding-right: 14px;
}
#tmp_contents .section_news .new_list .new_inner .new_link {
	display: table-cell;
	vertical-align: top;
}
#tmp_contents .section_news .new_list .new_inner .new_link a {
	color: #0049ba;
	background-color: transparent;
}
#tmp_contents .section_news .new_list .new_inner .new_link a:hover,
#tmp_contents .section_news .new_list .new_inner .new_link a:active,
#tmp_contents .section_news .new_list .new_inner .new_link a:focus {
	text-decoration:none;
}
/* ==================================================
section_pickup
================================================== */
#tmp_contents .section_pickup {
	margin: 0 0 133px;
}
#tmp_contents .section_pickup .pickup_cnt {
	margin: 0 0 21px;
}
#tmp_contents .section_pickup .pickup_list {
	margin: 0 -32px;
}
#tmp_contents .section_pickup .pickup_list .pickup_item {
	float: left;
	width: 33.3333333%;
	padding: 0 32px;
	margin: 0 0 30px;
}
#tmp_contents .section_pickup .pickup_list .pickup_item:nth-child(3n) {
	clear: right;
}
#tmp_contents .section_pickup .pickup_list .pickup_item:nth-child(3n+1) {
	clear: left;
}
#tmp_contents .section_pickup .pickup_list .pickup_inner {
	background-color: #ffffff;
	color: #222222;
    -webkit-box-shadow: 0 0 #cccccc;
    -moz-box-shadow: 0 0 3px #cccccc;
    box-shadow: 0 0 3px #cccccc;
}
#tmp_contents .section_pickup .pickup_list .pickup_detail {
	padding: 20px 25px 28px;
}
#tmp_contents .section_pickup .pickup_list .pickup_date {
	color: #222222;
	background-color: transparent;
	margin: 0 0 6px;
}
#tmp_contents .section_pickup .pickup_list .pickup_link a {
	display: block;
	color: #0049ba;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
#tmp_contents .section_pickup .pickup_list .pickup_inner:hover .pickup_link a,
#tmp_contents .section_pickup .pickup_list .pickup_inner:focus .pickup_link a,
#tmp_contents .section_pickup .pickup_list .pickup_inner:active .pickup_link a {
	text-decoration: none;
}
/* ==================================================
section_workroom
================================================== */
#tmp_contents .section_workroom {
	margin: 0 0 220px;
}
#tmp_contents .section_workroom .workroom_cnt {
	padding: 51px 35px 30px 40px;
	margin: 0 0 21px;
	background: transparent url(/shared/templates/chiji_top/images/main/bg_workroom.jpg) repeat;
}
#tmp_contents .section_workroom .workroom_list {
	margin: 0 -14px;
}
#tmp_contents .section_workroom .workroom_list .workroom_item {
	float: left;
	width: 33.3333333%;
	padding: 0 14px;
	margin: 0 0 30px;
}
#tmp_contents .section_workroom .workroom_list .workroom_item:nth-child(3n) {
	clear: right;
}
#tmp_contents .section_workroom .workroom_list .workroom_item:nth-child(3n+1) {
	clear: left;
}
#tmp_contents .section_workroom .workroom_list .workroom_inner {
	background-color: #ffffff;
	color: #222222;
	-webkit-box-shadow: 0 0 #cccccc;
    -moz-box-shadow: 0 0 3px #cccccc;
    box-shadow: 0 0 3px #cccccc;
}
#tmp_contents .section_workroom .workroom_list .workroom_link {
	position: relative;
	padding: 28px 20px 20px 28px;
	text-align: center;
	overflow: hidden;
}
#tmp_contents .section_workroom .workroom_list .workroom_link:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 159px;
	height: 94px;
	background: transparent url(/shared/templates/chiji_top/images/main/bg_workroom_link.png) repeat;
}
#tmp_contents .section_workroom .workroom_list .workroom_link a {
	display: block;
	color: #222222;
	background-color: transparent;
	font-size: 112.5%;
	text-decoration: none;
}
#tmp_contents .section_workroom .workroom_list .workroom_inner:hover .workroom_link a,
#tmp_contents .section_workroom .workroom_list .workroom_inner:focus .workroom_link a,
#tmp_contents .section_workroom .workroom_list .workroom_inner:active .workroom_link a {
	text-decoration: underline;
	color: #0049ba;
}
/* ==================================================
clearfix
================================================== */
#tmp_main_menu .main_menu_list:after,
#tmp_contents .section_news .new_list:after,
#tmp_contents .btn_list ul:after,
#tmp_contents .section_pickup .pickup_list:after,
#tmp_contents .section_workroom .workroom_list:after        {
	 content: "";
    /* Do not edit */
    display: table;
    /* Do not edit */
    clear: both;
    /* Do not edit */
}
/* cms8341-style-start */
.editable {
	width: 100% !important;
	margin:0 auto 30px;
}
#tmp_editmainvs .container{
	padding-right: 300px;
}
.editable h2 {
	border:none !important;
	font-size: 187.5% !important;
	padding: 8px 23px 3px !important;
	line-height: 1.4;
	color: #ffffff;
	background-color: #1c52a7;
	margin-top:20px;
	margin-bottom:20px;
}
.editable h2.sm {
	margin-top:0;
}
.editable.col3sm,
.editable.col1sm {
    width:100% !important;
}
.editable.col4 h2 {
	margin-top:20px;
}
.editable.col4 td {
	width:25%;
}
.editable.col3 td {
	width:33.3%;
}
.editable table {
	font-size:100%;
    margin: 0 0 10px;
	color: #000000;
	background-color: #ffffff;
    border-collapse: collapse;
    border-spacing: 0;
}
.editable table tr {
	border: 1px solid #001d5a;
}
.editable table th {
    padding: 5px 8px;
    color: #ffffff;
	background-color: #3256a2;
    font-weight: bold;
}
.editable table td {
    padding: 5px 8px;
    vertical-align: top;
    border-right:1px solid #001d5a;
}
.editable table caption {
    padding: 0 0 0.5em;
    font-weight: bold;
    text-align: left;
}
.editable table p {
	margin: 0;
	color: #333333;
}
.editable table td img {
	width:auto;
	max-height:250px;
}
.editable .caption {
	padding: 5px 8px;
	margin:-5px -8px 5px;
	text-align:center;
    color: #ffffff;
	background-color: #3256a2;
	border-bottom:1px solid #001d5a;
	font-weight: bold;
}
.editable .p_line {
    border-bottom:1px solid #001d5a;
    padding:5px 8px 10px;
    margin:0 -8px 5px
}
/* ==================================================
Hack IE
================================================== */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#tmp_main_menu .main_menu_list li {
		padding-top: 12px;
	}
	#tmp_contents .section_news .new_ttl {
		background-position: 2px 2px;
	}
	#tmp_contents .btn_list ul li a {
		padding-top: 12px;
	}
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}