@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top {
	color: #000000;
	background-color: #FFFFFF;
}

.format_free {
	color: #333333;
	background-color: #FFFFFF;
}

input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"] {
	-webkit-appearance: none;
	/* 変更しない */
	-webkit-border-radius: 0;
	/* Webkit */
	-moz-border-radius: 0;
	/* Mozilla */
	border-radius: 0;
	/* CSS3 */
}

/* wrapper
============================== */
#tmp_wrapper {
	width: 100%;
	/* デザインによって変更 */
}

#tmp_wrapper2 {
	width: 980px;
	margin: 0 auto;
}

/* main
============================== */
#tmp_wrap_main {
	padding: 7px 10px 10px;
	clear: both;
	/* 変更しない */
}

/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width: 100%;
	/* 変更しない */
}

#tmp_contents {
	padding: 0 0 10px;
}

/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

/* top
============================== */
.format_top .column_lnavi .wrap_col_lft_navi {
	width: 220px;
	/* デザインによって変更 */
	margin-right: -240px;
	/* デザインによって変更 */
}

.format_top .column_lnavi .col_main {
	margin-left: 240px;
	/* デザインによって変更 */
}

/* free
============================== */
.format_free .wrap_col_lft_navi {
	width: 220px;
	/* デザインによって変更 */
	margin-right: -240px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 240px;
	/* デザインによって変更 */
}

/* ==================================================
regulation
================================================== */
#tmp_wrap_regulation {
	min-width: 980px;
	border-bottom: 2px solid #A3BEDC;
}

#tmp_regulation {
	width: 980px;
	margin: 0 auto;
	background: url(/shared/images/regulation/regulation_bg.jpg) no-repeat 640px top;
}

#tmp_regulation p {
	float: right;
	margin-right: 35px;
	width: 130px;
	height: 38px;
}

#tmp_regulation p a {
	display: block;
	width: 130px;
	height: 38px;
	background: url(/shared/images/regulation/chiba_logo.jpg) no-repeat left top;
}

#tmp_regulation p span {
	display: block;
	width: 87px;
	height: 38px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

/* ==================================================
header
================================================== */
#tmp_wrap_header {
	background: url(/shared/site_jinji/images/header/header_btm_bg.gif) repeat-x left bottom;
	min-width: 980px;
	margin-bottom: 2px;
}

#tmp_header {
	background: url(/shared/site_jinji/images/header/header_top_bg.gif) repeat-x left top;
	min-width: 960px;
	padding: 0 10px;
}

#tmp_header2 {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 18px;
}

#tmp_hlogo {
	float: left;
}

#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 280px;
	height: 60px;
	background: url(/shared/site_jinji/images/header/hlogo.png) no-repeat left top;
	background-size: cover;
}

#tmp_hlogo a {
	display: block;
	width: 280px;
	height: 60px;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 280px;
	height: 60px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#tmp_means {
	width: 475px;
	float: right;
}

#tmp_means img {
	vertical-align: top;
}

#tmp_hnavi_s,
#tmp_sma_menu {
	display: none;
	/* 変更しない */
}

/* primary
============================== */
#tmp_means_primary {
	float: right;
	margin: 1px 0 4px;
}

/* hnavi_home */
#tmp_hnavi_home {
	float: left;
	margin: 0 8px 0 0;
	padding: 0 0 5px;
}

/* func_txt */
#tmp_func_txt {
	margin: 0 4px 0 0;
	padding: 0 0 5px;
	float: left;
}

#tmp_func_txt dt {
	margin: 3px 7px 0 0;
	padding: 2px 0 0;
	float: left;
	color: #333333;
	background-color: transparent;
	font-weight: bold;
}

#tmp_func_txt dd {
	font-size: 92.3%;
	margin: 0 5px 0 0;
	float: left;
	font-weight: bold;
}

#tmp_func_txt dd a {
	padding: 4px;
	-webkit-border-radius: 3px;
	/* Webkit */
	-moz-border-radius: 3px;
	/* Mozilla */
	border-radius: 3px;
	/* CSS3 */
	display: block;
	border: 1px solid #CCCCCC;
	color: #333333;
	text-decoration: none;
	background: #E3E3E3 url(/shared/site_jinji/images/header/hnavi_bg.jpg) repeat-x left top;
}

/* func_clr */
#tmp_func_clr {
	float: left;
}

#tmp_func_clr dt {
	margin: 5px 5px 0 0;
	float: left;
	color: #333333;
	background-color: transparent;
	font-weight: bold;
}

#tmp_func_clr dd {
	font-size: 92.3%;
	margin: 0 4px 0 0;
	float: left;
	text-align: center;
	font-weight: bold;
}

#tmp_func_clr dd.last {
	margin-right: 0;
}

#tmp_func_clr dd a {
	padding: 5px 5px 4px 6px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 3px;
	/* Webkit */
	-moz-border-radius: 3px;
	/* Mozilla */
	border-radius: 3px;
	/* CSS3 */
}

#tmp_func_clr dd #tmp_color_default {
	padding: 4px 5px;
	border: 1px solid #CCCCCC;
	color: #333333;
	text-decoration: none;
	background: #E3E3E3 url(/shared/site_jinji/images/header/hnavi_bg.jpg) repeat-x left top;
}

#tmp_darkblue {
	color: #FFFF00;
	background-color: #054CA5;
}

#tmp_yellow {
	color: #000000;
	background-color: #FFFF00;
}

#tmp_black {
	color: #FFFF00;
	background-color: #000000;
}

/* secondary
============================== */
#tmp_means_secondary {
	margin: 0 0 5px 0;
	float: right;
	clear: both;
}

*:first-child + html #tmp_means_secondary {
	width: 423px;
}

/* search */
#tmp_search {
	float: left;
	width: 237px;
}

#tmp_search dt {
	float: left;
}

#tmp_search dd {
	float: left;
}

#tmp_search dd p {
	float: left;
}

#tmp_query {
	width: 162px;
	min-height: 21px;
	border: 1px solid #CCCCCC;
	margin: 0 4px 0 0;
	line-height: 1.4;
	vertical-align: top;
	font-size: 75%;
}

#tmp_func_sch_btn {
	min-width: 41px;
	font-size: 92.3%;
	padding: 2px 0 1px;
	-webkit-border-radius: 3px;
	/* Webkit */
	-moz-border-radius: 3px;
	/* Mozilla */
	border-radius: 3px;
	/* CSS3 */
	display: block;
	border: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #174F9E;
	cursor: pointer;
	font-weight: bold;
}

*:first-child + html #tmp_func_sch_btn {
	padding: 0;
}

/* hnavi */
#tmp_hnavi {
	list-style: none;
	list-style-image: none;
	font-size: 92.3%;
	float: left;
}

#tmp_hnavi li {
	margin: 0 0 0 6px;
	float: left;
	min-width: 87px;
	text-align: center;
	font-weight: bold;
}

#tmp_hnavi li a {
	padding: 4px 0 3px;
	-webkit-border-radius: 3px;
	/* Webkit */
	-moz-border-radius: 3px;
	/* Mozilla */
	border-radius: 3px;
	/* CSS3 */
	display: block;
	border: 1px solid #CCCCCC;
	color: #333333;
	text-decoration: none;
	background: #E3E3E3 url(/shared/site_jinji/images/header/hnavi_bg.jpg) repeat-x left top;
}

/* ==================================================
visual
================================================== */
#tmp_visual {
	background-image: url(/shared/site_jinji/images/gallery/gallery_bg.jpg), linear-gradient(-45deg, rgba(243, 240, 135, 1) 0%, rgba(0, 195, 234, 1) 100%);
	background-repeat: repeat-x, no-repeat;
	background-position: left bottom, center;
	color: inherit;
	min-width: 980px;
	padding-bottom: 13px;
	clear: both;
}

#tmp_gallery {
	width: 960px;
	margin: 0 auto;
}

/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	background-color: #00A7DB;
	color: inherit;
	min-width: 980px;
	border-bottom: 5px solid #fff;
	clear: both;
}

.format_top #tmp_wrap_gnavi {
	min-width: inherit;
}

#tmp_gnavi {
	width: 980px;
	margin: 0 auto;
}

#tmp_gnavi ul {
	padding: 0 10px;
	list-style: none;
	list-style-image: none;
}

#tmp_gnavi li {
	float: left;
	position: relative;
	z-index: 10;
}

#tmp_gnavi li img {
	vertical-align: top;
}

/* drop_down_hidden */
#tmp_gnavi li ul {
	margin: 0;
	display: none;
}

#tmp_gnavi .drop_down_hidden {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 11;
	width: 240px;
}

*:first-child + html #tmp_gnavi .drop_down_hidden {
	left: 0;
}

#tmp_gnavi .drop_down_hidden ul {
	display: block;
	padding: 0;
}

#tmp_gnavi .drop_down_hidden li {
	float: none;
	display: block;
	padding: 0;
	width: 239px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#tmp_gnavi .drop_down_hidden li a {
	position: relative;
	display: block;
	padding: 11px 10px 8px 15px;
	background: #F0F4F9 url(/shared/site_jinji/images/icon/gnavi_icon_b.png) no-repeat 7px center;
	text-decoration: none;
}

#tmp_gnavi .drop_down_hidden li a:hover {
	color: #CC0000;
	background: #FFFFFF url(/shared/site_jinji/images/icon/gnavi_icon_r.png) no-repeat 7px center;
}

/* for IE7.0 */
*:first-child + html #tmp_gnavi .drop_down_hidden li {
	min-height: 1%;
}

#tmp_gnavi .drop_down_hidden li span {
	position: relative;
}

#tmp_gnavi .drop_down_hidden .box_drop_down_list_sub {
	display: block;
	padding: 0;
	position: absolute;
	left: 239px;
	top: 0 !important;
	z-index: 11;
	width: 240px;
}

#tmp_gnavi .drop_down_hidden ul ul .first {
	border-top: 1px solid #CCCCCC;
}

#tmp_gnavi .drop_down_hidden ul ul a {
	background-color: #FFFFFF;
}

/* pankuzu
============================== */
#tmp_pankuzu {
	clear: both;
	padding-bottom: 5px;
}

#tmp_sma_pankuzu {
	display: none;
}

/* lnavi
============================== */
#tmp_lnavi {
	margin: 0 0 15px;
	clear: both;
}

#tmp_lnavi_ttl {
	color: #FFFFFF;
	background-color: #174F9E;
	font-size: 114.3%;
}

#tmp_lnavi_ttl a {
	display: block;
	padding: 7px 10px 6px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #174F9E;
}

#tmp_lnavi_cnt ul {
	list-style: none;
	list-style-image: none;
	border-top: 1px solid #CCCCCC;
}

#tmp_lnavi_cnt li {
	padding: 6px 5px 6px 20px;
	border: 1px solid #CCCCCC;
	border-top: none;
	background: #F3F3F3 url(/shared/site_jinji/images/navi/lnavi/lnavi_bg_off.jpg) no-repeat left center;
}

#tmp_lnavi_cnt li a {
	display: block;
	text-decoration: none;
}

#tmp_lnavi_cnt li:hover {
	background: #FFFFFF url(/shared/site_jinji/images/navi/lnavi/lnavi_bg_on.jpg) no-repeat left center;
}

#tmp_lnavi_cnt li:hover a {
	color: #CC0000;
}

#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-bottom: 10px;
	padding-left: 0;
	background: none;
}

#tmp_lnavi_cnt .switch_menu .noicon_list a {
	vertical-align: middle;
}

#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	margin-right: 5px;
	vertical-align: top;
}

#tmp_lnavi_cnt .switch_cnt {
	padding: 10px 0 0 10px;
}

#tmp_lnavi_cnt .switch_cnt li {
	margin-bottom: 0.5em;
	border: none;
	padding-bottom: 0;
}

/* lnavi_top
============================== */
#tmp_lnavi_top {
	padding-bottom: 5px;
	clear: both;
}

#tmp_lnavi_top ul {
	list-style: none;
	list-style-image: none;
}

#tmp_lnavi_top ul li {
	width: 220px;
	height: 34px;
	margin-bottom: 5px;
}

#tmp_lnavi_top ul li a {
	display: block;
	width: 220px;
	height: 34px;
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
}

#tmp_lnavi_top #tmp_navi_top_saiyo a {
	background-image: url(/shared/site_jinji/images/navi/lnavi/lnavi_top_saiyo.png);
}

#tmp_lnavi_top #tmp_navi_top_juken a {
	background-image: url(/shared/site_jinji/images/navi/lnavi/lnavi_top_juken.png);
}

#tmp_lnavi_top #tmp_navi_top_work a {
	background-image: url(/shared/site_jinji/images/navi/lnavi/lnavi_top_work.png);
}

#tmp_lnavi_top #tmp_navi_top_setsumei a {
	background-image: url(/shared/site_jinji/images/navi/lnavi/lnavi_top_setsumei.png);
}

#tmp_lnavi_top ul li a:hover {
	background-position: left bottom;
}

#tmp_lnavi_top li span {
	display: block;
	width: 220px;
	height: 34px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

/* cnavi
============================== */
#tmp_cnavi {
	margin: 0 0 15px;
	clear: both;
}

#tmp_cnavi ul {
	list-style: none;
	list-style-image: none;
}

#tmp_cnavi ul li {
	margin-bottom: 5px;
}

#tmp_cnavi ul li img {
	vertical-align: top;
}

#tmp_cnavi_about,
#tmp_cnavi_pamphlet,
#tmp_cnavi_pamphlet-g,
#tmp_cnavi_mobile,
#tmp_cnavi_mezasu,
#tmp_cnavi_senpai {
	width: 220px;
	height: 57px;
}

#tmp_cnavi_about a,
#tmp_cnavi_pamphlet a,
#tmp_cnavi_pamphlet-g a,
#tmp_cnavi_mobile a,
#tmp_cnavi_mezasu a,
#tmp_cnavi_senpai a {
	display: block;
	width: 220px;
	height: 57px;
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
}

#tmp_cnavi_about a {
	background-image: url(/shared/site_jinji/images/navi/cnavi/chibashiwoshiru.png);
}

#tmp_cnavi_pamphlet a {
	background-image: url(/shared/site_jinji/images/navi/cnavi/pamphlet.png);
}

#tmp_cnavi_pamphlet-g a {
	background-image: url(/shared/site_jinji/images/navi/cnavi/pamphlet-g.png);
}

#tmp_cnavi_mobile a {
	background-image: url(/shared/site_jinji/images/navi/cnavi/mobile.png);
}

#tmp_cnavi_mezasu a {
	background-image: url(/shared/site_jinji/images/navi/cnavi/mezasu.png);
}

#tmp_cnavi_senpai a {
	background-image: url(/shared/site_jinji/images/navi/cnavi/senpai.png);
}

#tmp_cnavi_pamphlet span,
#tmp_cnavi_pamphlet-g span,
#tmp_cnavi_mobile span,
#tmp_cnavi_mezasu span,
#tmp_cnavi_senpai span {
	display: block;
	width: 220px;
	height: 57px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

/* pnavi
============================== */
.pnavi {
	clear: both;
}

.pnavi .ptop {
	margin-bottom: 0 !important;
}

.ptop {
	font-size: 92.3%;
	text-align: right;
}

.ptop a {
	background: url(/shared/site_jinji/images/icon/ptop_icon.png) no-repeat left 7px;
	padding-left: 13px;
	text-decoration: none;
}

/* ==================================================
main
================================================== */
#tmp_main {
	width: 100%;
	/* 変更しない */
	color: inherit;
	background-color: #FFFFFF;
	clear: both;
	/* 変更しない */
}

/* update
============================== */
#tmp_update {
	text-align: right;
	margin-bottom: 0 !important;
}

/* plugin ▼変更しない
============================== */
.plugin {
	margin: 0 0 20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	clear: both;
}

.plugin .plugin_img {
	margin: 0 10px 0 0 !important;
	float: left;
}

.plugin .plugin_img img {
	vertical-align: top;
}

.plugin p {
	margin: 0 !important;
}

/* feedback
============================== */
#tmp_feedback {
	margin: 0 0 20px;
	border: 1px solid #CCCCCC;
	clear: both;
}

#tmp_feedback_ttl {
	padding: 5px 12px 10px;
	color: inherit;
	font-weight: bold;
	background: #F4ECDF url(/shared/site_jinji/images/main/feedback/feedback_ttl_bg.gif) repeat-x left bottom;
}

#tmp_feedback_ttl p {
	margin-bottom: 0 !important;
}

#tmp_feedback_cnt2 {
	padding: 15px;
}

#tmp_feedback_cnt dt {
	margin: 0 0 0.5em 0;
	font-weight: bold;
	clear: both;
}

#tmp_feedback_cnt dd {
	margin: 0 0 0.5em 0;
	clear: both;
}

#tmp_feedback_cnt dd p {
	display: inline;
	margin: 0 1em 0 0;
	float: left;
}

#tmp_feedback_cnt .submit {
	margin: 0.8em 0 0 0 !important;
	text-align: center;
	clear: both;
}

#tmp_feedback_cnt .txt_area {
	display: block;
	margin-right: 0;
	border: 1px solid #DDDDDD;
	float: none;
}

#tmp_feedback_cnt textarea {
	padding: 10px;
	width: 666px;
	color: #666666;
	border: none;
}

#tmp_feedback_cnt .edit {
	padding: 15px 0 13px;
	background: url(/shared/templates/free/images/contents/feedback_edit_bg.gif) repeat left top;
	text-align: center;
}

#tmp_feedback_cnt .edit a {
	display: inline-block;
	margin: 0 10px;
	padding: 4px 34px 3px 28px;
	color: #333333;
	background-color: #FFFFFF;
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EAEAEA));
	background: -moz-linear-gradient(center top, #FFFFFF, #EAEAEA);
	background: linear-gradient(to bottom, #FFFFFF, #EAEAEA);
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #BFBFBF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* sp_social
============================== */
#tmp_sp_social {
	border-top: 1px solid #C8C8C8;
	padding: 10px 0 5px;
	clear: both;
}

.social_media_btn {
	float: left;
}

.google_plus_btn {
	margin: 0 22px 10px 0;
	width: 60px;
}

.line_btn {
	margin: 0 30px 10px 0;
}

.facebook_btn {
	margin: 0 27px 10px 0;
}

/* ==================================================
footer
================================================== */
#tmp_footer {
	padding: 20px 10px 10px;
	background: url(/shared/site_jinji/images/footer/footer_bg.gif) repeat-x left top;
	clear: both;
}

#tmp_copyright {
	font-size: 77%;
	text-align: right;
}

/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display: block;
	/* 変更しない */
}

.used_bg_img span {
	position: relative;
	/* 変更しない */
	z-index: -1;
	/* 変更しない */
}

/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration: underline;
	/* 変更しない */
}

.strike {
	text-decoration: line-through;
	/* 変更しない */
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color: #C41717;
	/* デザインによって変更 */
	background-color: transparent;
	/* 変更しない */
}

.txt_green {
	color: #1F7219;
	/* デザインによって変更 */
	background: transparent;
	/* 変更しない */
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size: 130%;
	/* body 14pxのとき20px相当 */
	/* font-size:134%; body 12pxのとき16px相当 */
}

.txt_small {
	font-size: 86%;
	/* body 14pxのとき12px相当 */
	/*font-size:84%;  body 12pxのとき10px相当 */
}

.space_lft1 {
	padding-left: 1em;
	/* 変更しない */
}

/* image ▼変更しない
============================== */
.float_lft {
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	clear: both;
	float: left;
}

.float_rgt {
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	clear: both;
	float: right;
}

.clear {
	clear: both;
}

/* noicon ▼変更しない
============================== */
ul.noicon {
	margin-left: 3.2em !important;
	text-indent: -1.5em !important;
	list-style: none !important;
	list-style-image: none !important;
}

ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
	text-indent: 0 !important;
}

ul ul.noicon,
ol ul.noicon {
	margin-left: 1.5em !important;
	text-indent: -1.5em !important;
}

/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	width: 50%;
	border-right-width: 15px;
}

#tmp_main table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}

table.col2 td.col2R {
	width: 50%;
}

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	width: 48.5%;
	float: left;
}

/* nestcol2 ▼変更しない
============================== */
table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}

/* fixed_col2 ▼変更しない
   編集領域には使わない（イベントカレンダー・定型等に使う）
============================== */
div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	width: 48.5%;
	float: right;
}

/* col3 ▼変更しない
============================== */
table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	width: 33.33%;
	border-right-width: 15px;
}

#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

table.col3 td.col3R {
	width: 33.33%;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	width: 31.7%;
	float: left;
}

/* 追加(先輩動画) */
div.col3.youtube_thumbs {
	margin-bottom: 20px;
}

div.col3.youtube_thumbs div {
	margin-right: 0;
	margin-bottom: 10px;
	width: 33.3%;
	text-align: center;
}

/* img_cap ▼変更しない
============================== */
table.img_cap {
	margin: 0 0 0.3em;
	border-collapse: collapse;
	border-spacing: 0;
}

table.img_cap td {
	padding: 0;
}

div.img_cap {
	margin: 0 0 0.3em;
}

div.img_cap img {
	margin: 0 !important;
}

/* layouttable ▼変更しない
============================== */
table.layouttable {
	border-collapse: collapse;
	border-spacing: 0;
}

table.layouttable td {
	padding: 0 15px 0 0;
	vertical-align: top;
	text-align: left;
}

/* box_faq
============================== */
.box_faq {
	margin: 0 0 20px;
	border: 1px solid #CCCCCC;
	clear: both;
}

.box_faq_ttl {
	padding: 5px 12px 10px;
	color: inherit;
	font-weight: bold;
	background: #FFDFBF url(/shared/site_jinji/images/main/faq/faq_ttl_bg.gif) repeat-x left bottom;
}

.box_faq .box_faq_ttl p {
	margin-bottom: 0 !important;
	/* 変更しない */
}

.box_faq .box_faq_cnt {
	padding: 10px 10px 0;
}

.box_faq_cnt p {
	margin-bottom: 0.8em !important;
	/* 変更しない */
}

.box_faq_cnt ul {
	margin-bottom: 0.8em !important;
	/* 変更しない */
	margin-left: 24px !important;
	/* 変更しない */
	list-style-image: url(/shared/site_jinji/images/icon/list_icon.gif) !important;
	/* 変更しない */
}

.box_faq_cnt ul ul {
	margin: 0.3em 0 0 24px !important;
	/* 変更しない */
}

.box_faq_cnt ul li {
	margin: 0 0 0.5em !important;
	/* 変更しない */
}

/* ==================================================
XHTML 1.0 Strict
================================================== */
/* text ▼変更しない
============================== */
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

table.center,
div.center table {
	margin-right: auto !important;
	margin-left: auto !important;
}

/* image ▼変更しない
============================== */
img.left {
	float: left;
}

img.right {
	float: right;
}

img.center {
	vertical-align: middle;
}

img.top {
	vertical-align: text-top;
}

img.bottom {
	vertical-align: text-bottom;
}

/* table div ▼変更しない
============================== */
table.left {
	float: left;
}

table.right {
	float: right;
}

table.center,
div.center table {
	margin-right: auto !important;
	margin-left: auto !important;
}

th.nowrap,
td.nowrap {
	white-space: nowrap;
}

/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
	width: 100% !important;
}

/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
	display: none !important;
}

.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
	display: block !important;
}

/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding: 0 0 0 1em;
}

/* linkicon
============================== */
.icon_blank {
	display: inline-block;
	width: 42px;
	height: 15px;
	background: url(/shared/system/images/linkicon/icon_blank.gif) no-repeat left top;
	text-indent: -9999px;
	/* 100% */
	white-space: nowrap;
	overflow: hidden;
	margin-left: 3px;
	vertical-align: middle;
}

.icon_ext {
	display: inline-block;
	width: 42px;
	height: 15px;
	background: url(/shared/system/images/linkicon/icon_ext.gif) no-repeat left top;
	text-indent: -9999px;
	/* 100% */
	white-space: nowrap;
	overflow: hidden;
	margin-left: 3px;
	vertical-align: middle;
}

/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #F6DCDC;
	/* デザインによって変更 */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #FFFED5;
	/* デザインによって変更 */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EAF4FF;
	/* デザインによって変更 */
}

@media screen and (max-width : 480px) {

	/* smartphone判別 ▼削除しない
============================== */
	#tmp_resize_width {
		width: 320px;
	}
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_wrap_regulation:after,
#tmp_regulation:after,
#tmp_wrap_header:after,
#tmp_header:after,
#tmp_header2:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
.plugin:after,
.pnavi:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt dd:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
#tmp_sp_social:after {
	content: ".";
	/* 変更しない */
	display: block;
	/* 変更しない */
	height: 0;
	/* 変更しない */
	font-size: 0.1%;
	/* 変更しない */
	line-height: 0.1;
	/* 変更しない */
	clear: both;
	/* 変更しない */
	visibility: hidden;
	/* 変更しない */
}

/* for IE7.0 */
*:first-child + html .col_nm,
*:first-child + html #tmp_contents,
*:first-child + html #tmp_maincontents,
*:first-child + html #tmp_wrap_regulation,
*:first-child + html #tmp_regulation,
*:first-child + html #tmp_wrap_header,
*:first-child + html #tmp_header,
*:first-child + html #tmp_header2,
*:first-child + html #tmp_means,
*:first-child + html #tmp_means_primary,
*:first-child + html #tmp_func_txt,
*:first-child + html #tmp_func_clr,
*:first-child + html #tmp_means_secondary,
*:first-child + html #tmp_search,
*:first-child + html #tmp_means_tertiary,
*:first-child + html #tmp_hnavi,
*:first-child + html #tmp_gnavi,
*:first-child + html #tmp_gnavi ul,
*:first-child + html #tmp_wrap_main,
*:first-child + html #tmp_main,
*:first-child + html #tmp_lnavi,
*:first-child + html #tmp_lnavi_ttl,
*:first-child + html #tmp_lnavi_cnt,
*:first-child + html .plugin,
*:first-child + html .pnavi,
*:first-child + html #tmp_feedback,
*:first-child + html #tmp_feedback_ttl,
*:first-child + html #tmp_feedback_cnt,
*:first-child + html #tmp_feedback_cnt dd,
*:first-child + html #tmp_footer,
*:first-child + html #tmp_fnavi,
*:first-child + html #tmp_footer_cnt,
*:first-child + html div.col2,
*:first-child + html div.fixed_col2,
*:first-child + html div.col3,
*:first-child + html .box_faq,
*:first-child + html .box_faq_ttl,
*:first-child + html .box_faq_cnt,
*:first-child + html #tmp_sp_social {
	min-height: 1%;
	/* 変更しない */
}