@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body #tmp_contents p em {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:105%;
}
a:link {
	color:#333399;
}
a:link:hover {
    text-decoration: none;
}
body {
	font-size:112.5%;
	font-weight:500;
    color: #222222;
    background-color: transparent;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#c20f13;
	background:transparent;
}
.txt_green {
	color:#0d6822;
	background:transparent;
}
.txt_y_green {
	color:#5F7F00;
	background:transparent; 
}
.txt_orange {
	color:#B25900;
	background:transparent;
}
.txt_yellow {
	color:#927000;
	background:transparent; 
}
.txt_r_purple {
	color:#BF008C;
	background:transparent; 
}
.txt_gray {
	color:#666666;
	background:transparent;
}
.txt_big {
	font-size:130%; /* Setting by CMS sheets */
}
.txt_small {
	font-size:86%; /* Setting by CMS sheets */
}
.marker_yellow {
	margin:8px 5px 3px 0;
	font-weight:bold;
	display:inline-block;
}
.marker_yellow a {
	display: inline-block;
	color:inherit;
	padding:14px 14px 15px 40px;
	background:#e4f2f5 url(/shared/site_rn/images/icon/icon_arrow_anchor.png) 10px center no-repeat;
	min-width: 235px;
	text-decoration: none;
	font-size: 88.8%;
	border: 2px solid #e4f2f5;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	margin-bottom: 5px;
}
.marker_yellow a:hover{
	background-color:#e0f9ff;
	border-color: #005a71;
}
/* bgcolor */
td.bg_pink,
th.bg_pink {
	color:inherit;
	background-color:#FDD6E8; /* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFFFBF; /* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#DFF3F4; /* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#F4F5F9; /* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#E2EBD0; /* Setting by CMS sheets */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#E9E0F3; /* Setting by CMS sheets */
}
td.bg_cream,
th.bg_cream {
	color:inherit;
	background-color:#FBF3DE; /* Setting by CMS sheets */
}
/* linkicon */
#tmp_main a.pdf,
#tmp_main a.PDF,
#tmp_main a.icon_pdf,
#tmp_main a.word,
#tmp_main a.Word,
#tmp_main a.icon_word,
#tmp_main a.excel,
#tmp_main a.Excel,
#tmp_main a.icon_excel {
	display:inline-block;
	vertical-align:top;
}
a.pdf,
a.PDF,
a.icon_pdf,
a.word,
a.Word,
a.icon_word,
a.excel,
a.Excel,
a.icon_excel {
	margin:0 3px;
	padding-left:28px;
	text-indent:0 !important;
	min-height:23px;
}
a.pdf,
a.PDF,
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat left 5px;
}
a.word,
a.Word,
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat left 5px;
}
a.excel,
a.Excel,
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat left 5px;
}
/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1240px;
    margin: 0 auto;
}
.container {
    width: 1240px;
	padding:0 20px;
    margin: 0 auto;
}
#tmp_contents img {
	vertical-align:top;
	max-width:100%;
	height:auto;
}
#tmp_contents ul {
	list-style:none;
}
#tmp_main {
	padding:20px 0 0;
}
/* type_wide */
.type_wide #tmp_wrapper {
	min-width: 1440px;
}
.type_wide #tmp_main {
	padding:0;
}
.type_wide #tmp_contents > .container {
    width: 1440px;
	padding:0;
}
/* header
================================================== */
#tmp_header {
	padding:18px 0 14px;
	border-bottom:4px solid #037f9e;
}
#tmp_hlogo {
	float:left;
	width:204px;
}
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo span {
	display:block;
	width:204px;
	height:56px;
}
#tmp_hlogo p {
	background: url(/shared/site_wakuchin/images/header/hlogo.png) no-repeat 0 0;
}
#tmp_hlogo p span {
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	float:right;
	padding-top:10px;
}
#tmp_search {
	float:left;
}
.method_search {
	float:right;
	margin-left:8px;
	font-size:88.89%;
	line-height:1.4;
}
.method_search a {
	display:block;
	text-align:center;
	text-decoration:none;
	border:2px solid #e5e5e5;
	background-color:#e5e5e5;
	color:#000000;
	padding:4px 18px;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.method_search a:hover,
.method_search a:focus {
	color: #222222;
	border-color: #005a71;
	background-color: #e0f9ff;
}
.method_search span {
	display:inline-block;
	padding-left:12px;
	position:relative;
}
.method_search span::before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #333333;
}
#tmp_search .wrap_sch_box {
	border:1px solid #333333;
	position:relative;
	padding:1px 81px 1px 28px;
}
#tmp_search .wrap_sch_box .sch_ttl {
	position:absolute;
	left:1px;
	top:1px;
	width:26px;
	height:calc(100% - 2px);
}
#tmp_search .wrap_sch_box .sch_ttl label {
	width:26px;
	height:100%;
	background:#ffffff url(/shared/site_wakuchin/images/main/sch_icon.png) no-repeat center center;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
	text-align:left;
}
#tmp_query {
	width:160px;
	border:none;
	-webkit-background-size:74px auto !important;
	-moz-background-size:74px auto !important;
	background-size:74px auto !important;
}
#tmp_search .wrap_sch_box .sch_btn {
	position:absolute;
	right:0;
	top:0;
	width:80px;
	height:100%;
}
#tmp_func_sch_btn {
	cursor:pointer;
	font-size:88.89%;
	width:80px;
	height:100%;
	text-align:center;
	border:2px solid #747474;
	background-color:#747474;
	color:#ffffff;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
#tmp_func_sch_btn:hover {
	color: #222222;
	border-color: #005a71;
	background-color: #e0f9ff;
}
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
.pnavi {
	background-color: #f7f7f7;
	color: #3d3d3d;
}
.pnavi .ptop {
    text-align: center;
	text-transform:uppercase;
}
.pnavi .ptop a {
	display: block;
    margin: 0 auto;
    width: 100%;
    text-decoration: none;
    background: #f7f7f7 url(/shared/site_rn/images/icon/backtop_icon.png) no-repeat center 7px;
    color: #3d3d3d;
    font-size: 77.7%;
    padding: 17px 0 4px;
}
.pnavi .ptop a:hover,
.pnavi .ptop a:focus,
.pnavi .ptop a:active {
	text-decoration: underline;
}
/* footer
================================================== */
#tmp_footer {
	clear: both;
	color:#FFFFFF;
	background-color: #3e3e3e;
	border-top:1px solid #3e3e3e;
	padding: 36px 0 30px;
}
#tmp_footer .footer_info,
#tmp_footer .footer_nav{
	float: left;
}
#tmp_footer .footer_info{
	padding-right: 20px;
	width: 54%;
}
#tmp_footer .footer_nav{
	font-size: 88.8%;
	padding: 16px 0 0 20px;
	width: 46%;
}
.footer_front{
	margin-bottom: 7px;
}
.footer_aside{
	padding: 4px 15px 0 3px;
	margin-bottom: 5px;
	float: left;
	width: 198px;
}
#tmp_footer .footer_logo{
	margin-bottom: 24px;
}
#tmp_footer .footer_logo p{
	font-size: 177.7%;
	font-weight: bold;
	line-height: 1.1;
}
#tmp_footer .company_num{
	font-size: 77.7%;
}
/* fnavi  */
.fnavi {
	list-style:none;
	margin: 0 -17px;
}
.fnavi li {
	padding: 0 17px;
	margin:0 0 20px 0;
	float:left;
	width: 50%;
}
.format_free .fnavi {
	margin: 0 -12px;
}
.format_free .fnavi li{
	padding: 0 12px;
}
.fnavi li:nth-child(2n+1) {
	clear: left;
}
.fnavi li:nth-child(2n) {
	clear: right;
}
.fnavi li a{
	padding-left: 16px;
	text-decoration: none;
	display: inline-block;
	color: #FFFFFF;
	background: #3e3e3e url(/shared/site_rn/images/icon/arrow_btn_white.png) 0 6px no-repeat;
}
.fnavi li a:hover,
.fnavi li a:focus{
	text-decoration: underline;
}
.footer_cnt {
	overflow: hidden;
	font-size: 88.8%;
}
.footer_cnt address {
	margin:0 0 15px;
	font-style:normal;
}
.footer_cnt address p{
	margin-bottom: 5px;
}
.footer_cnt address span {
    margin: 0 0.2em 0 0;
}
.footer_cnt address .dis_code{
	margin-bottom: 5px;
	display: block;
}
.format_free .footer_cnt address .dis_code{
	margin-bottom: 0;
}
.copyright {
	margin-top: 35px;
	text-align:right;
	font-size: 66.6%;
}
.directional_button,
.prefectural_info{
	float: left;
}
.directional_button{
	width: 52.5%;
}
.prefectural_info{
	width: 47.5%;
}
.directional_button ul:before,
.directional_button ul:after{
	content: '';
	display: table;
}
.directional_button ul:after{
	clear: both;
}
.directional_button ul{
	list-style: none;
	padding: 0;
	margin: 0 -5px;
}
.directional_button ul li{
	padding: 0 5px;
	margin-bottom: 10px;
	float: left;
	width: 50%;
}
.directional_button ul li:nth-child(2n+1){
	clear: left;
}
.directional_button ul li:nth-child(2n){
	clear: right;
}
.directional_button ul li a{
	position: relative;
	padding: 11px 25px;
	text-align: center;
	display: block;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	font-size: 88.8%;
}
.directional_button ul li a:after{
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5px;
	width: 6px;
	height: 11px;
	display: inline-block;
	color: inherit;
	background: transparent url(/shared/site_rn/images/icon/arrow_btn_white.png) no-repeat;
}
.directional_button ul li a:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid transparent;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.directional_button ul li a:hover,
.directional_button ul li a:focus{
	color: #222222;
	background-color: #e0f9ff;
	border-color: #005a71;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.directional_button ul li a:hover:before,
.directional_button ul li a:focus:before{
	border-color: #005a71;
}
.directional_button ul li a:hover:after,
.directional_button ul li a:focus:after{
	background: transparent url(/shared/site_rn/images/icon/arrow_btn_blue.png) no-repeat;
}
/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	width:50%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
/* col2_pub */
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	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 {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	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 {
	width:33.33%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_wrapper:after,
.container:after,
#tmp_header:after,
#tmp_means:after,
#tmp_footer:after,
#tmp_footer .footer_front:after,
#tmp_footer .footer_bellow:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}

