@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
/* wrapper
============================== */
#tmp_wrapper {
	margin:0 auto;
	color:inherit;
	background-color:#FFFFFF;
}
.container {
	width:960px;
	margin:0 auto;
}
/* main
============================== */
#tmp_main {
	width:100%;
	clear:both;
}
#tmp_sma_spot {
	display:none;
}
/* ==================================================
header
================================================== */
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
#tmp_wrap_heading {
	position:relative;
}
#tmp_heading {
	position:relative;
	height:720px;
}
#tmp_header {
	width:100%;
	min-width:960px;
	position:absolute;
	z-index:10;
	background-image: -webkit-linear-gradient(left,rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 1));
	background-image: -moz-linear-gradient(left,rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 1));
	background-image: linear-gradient(to right,rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 1));
}
#tmp_wrap_hlogo {
	float:left;
	width:513px;
}
#tmp_hlogo {
	display:block;
	width:513px;
	height:118px;
	background: url(/shared/site_top/images/header/hlogo.png) no-repeat left top !important;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:513px;
	height:59px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
#tmp_means {
	width:50%;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
/* primary
============================== */
#tmp_means_primary {
	float:right;
	padding:10px 25px 0 0;
	font-size:85.7%;
	margin:0 0 35px;
}
#tmp_select_lang {
	display:inline-block;
	vertical-align:top;
	margin-right:27px;
	position:relative;
}
#tmp_select_lang .lang_ttl {
	border-bottom:1px solid #000000;
}
#tmp_select_lang .lang_ttl a {
	display:block;
	color:#000000;
	text-decoration:none;
	background:url(/shared/site_top/images/icon/arrow_icon.png) no-repeat right center;
	padding:3px 15px 2px 3px;
}
#tmp_select_lang .lang_cnt {
	display:none;
	position:absolute;
	left:50%;
	margin-left:-100px;
	width:200px;
	z-index:10;
}
#tmp_select_lang .lang_cnt ul {
	position:relative;
	list-style:none;
	margin-top:10px;
	padding:20px 10px;
	color:#000000;
	background-color:#ffffff;
	background-color:rgba(255, 255, 255, 0.8);
}
#tmp_select_lang .lang_cnt ul::before {
	content:"";
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
}
#tmp_select_lang .lang_cnt li:first-child a {
	border-top:1px solid #ffffff;
}
#tmp_select_lang .lang_cnt li a {
	display:block;
	color:#000000;
	border-bottom:1px solid #ffffff;
	padding:10px;
	text-decoration:none;
}
#tmp_select_lang .lang_cnt li a:hover {
	background-color:#ffffff;
}
#tmp_ac {
	display:inline-block;
	vertical-align:top;
}
#tmp_ac a {
	display:block;
	border:1px solid #000000;
	padding:3px 20px;
	color:#000000;
	text-decoration:none;
}
/* secondary
============================== */
#tmp_means_secondary {
	padding:0 10px 0 0;
	float:right;
	clear:both;
}
#tmp_hnavi {
	list-style:none;
}
#tmp_hnavi li {
	position:relative;
	line-height:1.1;
	display:inline-block;
	vertical-align:top;
	padding:0 20px 0 30px;
}
#tmp_hnavi li::before {
	content:"/";
	position:absolute;
	left:0;
	top:0;
	color:#000000;
}
#tmp_hnavi li:first-child::before {
	content:none;
}
#tmp_hnavi li a {
	color:#000000;
	text-decoration:none;
}
#tmp_hnavi li a:hover {
	text-decoration:underline;
}
/* heading_search
================================================== */
#tmp_heading_search {
	width:100%;
	position:absolute;
	bottom:0;
	background-color:#ffffff;
	background-color:rgba(255, 255, 255, 0.3);
	padding:10px 0;
	text-align:center;
}
#tmp_heading_search #tmp_dc_logo {
	position:absolute;
	right:0;
	top:-130px;
}
/* search */
#tmp_search_keyword,
#tmp_search_detail {
	display:inline-block;
	vertical-align:top;
}
#tmp_search_keyword {
	position:relative;
	margin-right:35px;
}
#tmp_search_keyword p {
	float:left;
}
#tmp_query {
	width:800px;
	padding:2px 130px 2px 10px;
	min-height:35px;
	border:1px solid #ffffff;
	border-top:3px solid #cccccc;
	border-left:2px solid #cccccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#tmp_func_sch_btn {
	font-size:128.6%;
	text-align:left;
	padding-left:50px;
	position:absolute;
	right:0;
	top:0;
	height:100%;
	min-width:120px;
	border:1px solid #2974d8;
	border-right:2px solid #215dad;
	border-bottom:2px solid #215dad;
	background-color:#2974d8;
	background-image: url(/shared/site_top/images/icon/sch_icon.png);
	background-repeat:no-repeat;
	background-position:28px center;
	color:#ffffff;
	cursor:pointer;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}
#tmp_func_sch_btn:hover {
	background-color:#215dad;
}
#tmp_search_detail p {
	padding-top:5px;
}
#tmp_search_detail p a {
	display:block;
	padding:3px 20px 3px 34px;
	text-decoration:none;
	border:1px solid #ffffff;
	background-color:#f3f3ef;
	background-image:url(/shared/site_top/images/icon/navi_icon.png);
	background-repeat:no-repeat;
	background-position:20px center;
	color:#000000;
}
#tmp_search_detail p a:hover {
	background-color:#dddddd;
}
/* ==================================================
navi
================================================== */
/* gnavi
================================================== */
#tmp_gnavi {
	position:relative;
	z-index:10;
	clear:both;
}
#tmp_gnavi ul {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size:114.3%;
	list-style:none;
	list-style-image:none;
	overflow-x:hidden;
}
#tmp_gnavi li {
	width:11%;
	float:left;
	text-align:center;
}
#tmp_gnavi #tmp_glist4 {
	width:12%;
}
#tmp_gnavi a {
	width:100%;
	display:block;
	padding:23px 0 14px;
	background-color:#2974D8;
	color:#FFFFFF;
	text-decoration:none;
	background-position:center 14px;
	background-repeat:no-repeat;
}
#tmp_gnavi #tmp_glist1 a {
	background-image:url(/shared/site_top/images/navi/gnavi01.png);
}
#tmp_gnavi #tmp_glist2 a {
	background-image:url(/shared/site_top/images/navi/gnavi02.png);
}
#tmp_gnavi #tmp_glist3 a {
	background-image:url(/shared/site_top/images/navi/gnavi03.png);
}
#tmp_gnavi #tmp_glist4 a {
	background-image:url(/shared/site_top/images/navi/gnavi04.png);
}
#tmp_gnavi #tmp_glist5 a {
	background-image:url(/shared/site_top/images/navi/gnavi05.png);
}
#tmp_gnavi #tmp_glist6 a {
	background-image:url(/shared/site_top/images/navi/gnavi06.png);
}
#tmp_gnavi #tmp_glist7 a {
	background-image:url(/shared/site_top/images/navi/gnavi07.png);
}
#tmp_gnavi #tmp_glist8 a {
	background-image:url(/shared/site_top/images/navi/gnavi08.png);
}
#tmp_gnavi #tmp_glist9 a {
	background-image:url(/shared/site_top/images/navi/gnavi09.png);
}
#tmp_gnavi .active a,
#tmp_gnavi a:hover,
#tmp_gnavi a:focus {
	background-color:#0059B2;
}
#tmp_gnavi li span {
	display:block;
	padding:27px 5px 0;
	border-left:1px solid #94baec;
}
#tmp_gnavi #tmp_glist1 span,
#tmp_gnavi #tmp_glist9 span {
	border-left:none;
}
#tmp_gnavi #tmp_glist9 a {
	background-color:#5a5a5a ;
	border-left:1px solid #94baec;
}
#tmp_gnavi #tmp_glist9 .active a,
#tmp_gnavi #tmp_glist9 a:hover,
#tmp_gnavi #tmp_glist9 a:focus {
	background-color:#444444 ;
}
#tmp_wrap_gnavi.gnavi_fix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
#tmp_wrap_gnavi #tmp_heading_search {
	padding: 15px 0;
}
#tmp_heading_search #tmp_hlogo {
	width: 239px;
	height: 55px;
	float: left;
	background-size: 100% 100% !important;
	background-position: left center;
	overflow: hidden;
    margin-top: -10px;
}
#tmp_heading_search #tmp_hlogo h1 {
	width: 239px;
	height: 55px;
}
#tmp_heading_search #tmp_hlogo h1 span {
	width: 239px;
	height: 55px;
    overflow: hidden;
    text-indent: -999999px;
	white-space: nowrap;
}
/* ==================================================
message_top
================================================== */
#tmp_message_top {
	position: absolute;
	right: 0;
	top: 133px;
    color: #000000;
    background: url(/shared/site_top/images/message/message_bg.png) repeat-y left top;
    max-width: 75%;
    z-index: 100;
}
#tmp_message_top.cus_message { 
	position: static;
	right: auto;
	top: auto;
    background: none;
    max-width: inherit;
    max-width: initial;
    text-align:center;
    padding:40px 0;
}
#tmp_message_top a {
    display: block;
    color: #000000;
    text-decoration: none;
    padding: 15px 23px 12px 82px;
}
#tmp_message_top.cus_message a {
    padding: 0;
    width: 60%;
    margin: 0 auto;
}
#tmp_message_top a:hover {
    text-decoration: underline;
}
#tmp_message_top .message_ttl {
    font-size: 157.1%;
    font-weight: bold;
    display: block;
    font-family: "Yu Mincho", "YuMincho", serif;
    text-align: center;
    margin: 0 0 7px;
}
#tmp_message_top .message_cnt {
    line-height: 1.85;
    display: block;
    font-size: 85.7%;
    margin:0 0 0 24px;
}

/* pnavi
============================== */
.pnavi {
	color:inherit;
	background-color:#DDEEFF;
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	float:left;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 10px;
	padding:0 0 10px;
	float:left;
}
#tmp_custom_update .social_media_btn {
	margin:0 0 0 10px;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	clear:both;
}
#tmp_publicity_ttl {
	margin:0 0 0.3em;
}
#tmp_publicity_ttl a {
	text-decoration:none;
}
#tmp_publicity_cnt {
	padding-bottom:10px;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
	margin-right:-13px;
}
#tmp_publicity_cnt ul li {
	margin:0 13px 0 0;
	padding:0 0 10px;
	float:left;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	width:100%; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
	margin:20px 0;
	border-bottom:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
#tmp_model_change li {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	width:100%; /* 変更しない */
	font-size:143%;
	font-weight:bold;
}
#tmp_model_change li a {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-align:center; /* 変更しない */
	-moz-box-align:center; /* 変更しない */
	box-align:center; /* 変更しない */
	-webkitbox-pack:center; /* 変更しない */
	-moz-box-pack:center; /* 変更しない */
	box-pack:center; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	text-align:center;
	text-decoration:none;
	padding:16px 10px;
	color:#333333;
	background-color:#DDEEFF;
}
#tmp_model_change li a span {
	display:block; /* 変更しない */
	width:100%; /* 変更しない */
}
#tmp_model_change li a.active {
	color:inherit;
	background-color:#BBCCDD;
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 480px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
#tmp_sf {
	padding-top:30px;
	background-color:#f3f3f3;
	min-width:960px;
	color:inherit;
	clear:both;
}
#tmp_wrap_footer {
	background-color:#f3f3f3;
	color:inherit;
	clear:both;
}
#tmp_footer {
	width:960px;
	margin:0 auto;
	padding:0 0 30px;
}
/* fnavi
============================== */
#tmp_fnavi {
	margin:0 0 10px;
	list-style:none;
	clear:both;
}
#tmp_fnavi li {
	margin:0 20px 0 0;
	white-space:nowrap;
	float:left;
	background:url(/shared/site_top/images/icon/fnavi_arrow.png) left center no-repeat;
	padding:0 0 0 18px;
}
#tmp_fnavi li a {
	text-decoration:none;
	color:#333333;
}
#tmp_fnavi .last {
	margin-right:0;
}
/* footer_cnt
============================== */
#tmp_footer_cnt {
	text-align:center;
	padding:15px 0;
	background-color:#5a5a5a;
	color:#ffffff;
	min-width:960px;
	clear:both;
}
#tmp_footer_cnt address {
	font-style:normal;
	width:960px;
	margin:0 auto;
}
#tmp_footer_cnt span {
	font-weight:bold;
}
/* social_plugins
============================== */
#tmp_sns {
	float:right;
}
#tmp_social_plugins .social_media_btn {
	float:left;
	margin-right:15px;
	padding:0 0 10px;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
	overflow:hidden; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#990000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#007500; /* デザインによって変更 */
	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 {
	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 {
	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 {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}
/* 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; /* 変更しない */
	padding:1px;
	border:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:3px 7px;
	color:inherit;
	font-weight:bold;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
.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/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;
}
.gsc-input-box {
	height:auto !important;
}
/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	margin:0 3px;
	padding-left:36px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel {
	background-position:0 0.2em;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.4em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.4em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.4em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_pink,
th.bg_pink {
	color:inherit;
	background-color:#FDE8E8; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFFAD5; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means2: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_main_menu:after,
#tmp_main_cnt:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt: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 {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}

