* {	margin:0;	padding:0;}

img {
	vertical-align:bottom;
}
html{
	overflow-y:scroll;
}

html, body {
  height: 100%;
}

body{	
	margin:0;
	padding:0;
	color:#333;
	font-size:14px;
	line-height:1.4;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

 a:link {	color:#3b80ce;	text-decoration:none;}
 a:visited {	color:#3b80ce; text-decoration:none;}
 a:hover {	color:#3b80ce; text-decoration:underline}
  
input[type="text"],
input[type="password"],
input[type="number"],
input[type="time"],
input[type="tel"],
textarea{
	padding:6px 8px;
	width: 250px;
  border: solid 1px #ccc;
	border-radius:5px;
	color:#666;
	
}::placeholder {
  color: #d3d3d3;
}
select{
	color:#666;
	padding:6px 0;
	border: solid 1px #ccc;
	border-radius:5px;
}
textarea {
    resize: none;
}
select.select_list {
  height: auto;
}

input.name_txt{
	color:#000;
	font-size:20px;
	font-weight:bold;
}
input.num_txt{
	text-align:right;
	ime-mode:disabled;
}
.name_txt {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
select:disabled {
  background-color: #EFEFEF;
}

/* フッター下部固定 */
#container{
	min-height: 100%;
  _height: 100%;
	background-color: #f4f4f4;
}

/* ヘッダー */
header{
	/*	background:url(../img/common/header_bg.png) repeat-x 0 0;*/
	padding-bottom: 10px;
	background-color: #FFF;
}
#header_inner{
	margin:0 auto;
	padding:0 10px;
	width:1100px;
}
#header_inner h1{
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 10px;
}
#header_right{
	float:right;
	overflow:hidden;
	margin-top:23px;
	color:#fff;
}
#header_right p{
	float:right;
}
#user_name{
	font-size:12px;
	margin-top:6px;
	margin-right:20px;
	color: #333;
}
#logout_btn{
}
#logout_btn a{
	font-size: 12px;
	color : #000;
	background-color: #ccc;
	border: 1px solid #ccc;
    display:inline-block;
	padding :5px 10px;
	border-radius: 3px;
}

#header_menu {
    display:inline-block;
    width:60px;
    z-index:100;
    float: left;
    margin:10px 5px 10px 0;
    position:relative;
}
#header_menu_btn {
    border: 1px solid #DDDDDD;
    padding:0 10px;
    line-height: 0.8;
}
#header_menu_btn span {
	display: inline-block;
	-webkit-transition: .2s;
	transition: .2s;
	box-sizing: border-box;
}
#header_menu_btn {
	position: relative;
	text-align:center;
}
#header_menu_btn span {
	left: 0;
	width: 100%;
	height: 3px;
	margin-bottom: 0;
	background-color: #31628c;
}
#header_menu_btn p {
	margin:5px 0;
	font-size: 90%;
}
#header_menu_btn span:nth-of-type(1) {
	top: 0;
}
#header_menu_btn span:nth-of-type(2) {
	top: 8px;
}
#header_menu_btn span:nth-of-type(3) {
	bottom: 0;
}
#header_menu_list {
	display:none;
	background-color: rgba(0, 0, 0, 0.6);
	position:absolute;
	top:55px;
	left:0;
}
#header_menu_list a{
	display:block;
	color:#FFFFFF;
	width:150px;
	font-size:120%;
	padding:5px 10px;
	border-bottom:1px solid #FFFFFF;
	text-decoration:none;
}
#header_menu_list li{
	padding:0 15px;
	margin:5px 0;
}
/* グローバルナビゲーション */
#g_nav_wrapper{
	padding-top:8px;
	background-color:#fff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9eb4db;
}
#g_nav{
	margin:0 auto;
	width:980px;
	overflow:hidden;
}
#g_nav ul{
	width:654px;
	float:left;
	margin-top:3px;
}
#g_nav ul li{
	float:left;
	margin-right:5px;
}
#gnav_right{
	float:right;
	overflow:hidden;
	/*padding-right:18px;*/
	margin-top:3px;
}
#gnav_right p{
	float:left;
}
#kanri_btn{
	margin:0 5px 0 0;
}

/* ローカルナビゲーション */
a.lnav_off{
	color: #777;
	text-decoration:underline;
}
a.lnav_off:hover{
	text-decoration:none;
}

/* コンテンツ */
#contents{
	padding:0 0 125px;
	margin:0 auto;
	width:1100px;
	font-size:12px;
}
#contents input[type="text"],
#contents input[type="number"],
#contents input[type="tel"],
#contents input[type="time"],
#contents select{
	vertical-align:baseline;
}


#contents #local {
	margin: 20px 0;
}
#contents #local li {
	margin-right: 10px;
	float: none;
	display: inline-block;
}

#contents #local li a {
	font-size: 14px;
	font-weight: bold;
	padding :8px 25px;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	border-radius: 5px;
}
#contents #local li a.search,#contents #local li a.on {
	color : #fff;
	background : #f90;
}

/* 3色テーブル-td を中央寄せ- */
.col3_ta{
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	background-color:#fff;
}
.col3_ta th{
	vertical-align:middle;
	padding:0;
	background-color:#e7e7e7;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.col3_ta td{
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	text-align:center;
	vertical-align:middle;
	padding:12px 0;
}

/* 3色テーブル-td を文字寄せなし- */
.col3_l_ta{
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
}
.col3_l_ta th{
	vertical-align:middle;
	padding:5px 0;
	background-color:#e7e7e7;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.col3_l_ta td{
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	vertical-align:middle;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	
}
.pink_td{
	background-color:#fef4f7;
}
.yellow_td{
  background-color:#fefcf3;
}

a.btn_search {
	display: inline-block;
	font-size: 16px;
	padding : 8px 30px;
	border: 1px solid #ccc;
	background : #f90;
	border-radius: 5px;
	color: #fff;
}
a.btn_cancel {
	display: inline-block;
	font-size: 16px;
	padding : 8px 15px;
	border: 1px solid #ccc;
	background : #eee;
	border-radius: 5px;
	color: #666;
}

/* 緑テーブル */
.green_ta{
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	background-color:#effdf4;
}
.green_ta th,
.green_ta td{
	vertical-align:middle;
	text-align:center;
	padding:12px 0;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	font-weight:normal;
}

/* グレーテーブル */
.gray_ta{
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
}
.gray_ta th{
	vertical-align:middle;
	text-align:center;
	padding:12px 0;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	background-color:#e7e7e7;
}
.gray_ta td{
	vertical-align:middle;
	text-align:center;
	padding:12px 0;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

/* 白テーブル */
.white_ta{
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;	
}
.white_ta th{
	vertical-align:middle;
	background:#FFF;
	text-align:center;
	padding:12px 0;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.white_ta td{
	vertical-align:middle;
	text-align:center;
	background:#FFF;
	padding:12px 0;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
input[type="radio"], input[type="checkbox"] {
  margin: -2px 8px 0 5px;
}
.h2_sec{
	margin-bottom:26px;
}
.h3_sec{
	margin-bottom:30px;
}


/*テーブル１（登録画面）*/
.ta_style01 {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.ta_style01 tr th {
	vertical-align:middle;
	font-weight: bold;
	background-color: #cee4fa;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
}
.ta_style01 tr td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
	background-color:#fff;
	}

.gray_ta.ta_txt15,
.col3_ta.ta_txt15,
.col3_l_ta.ta_txt15{
	font-size:15px;
}
.white_ta.ta_txt14{
	font-size:14px;
}

.bold{	font-weight:bold;}

.red{	color:#f00;}
.orange{	color:#f90;}

.green_ta a,
.gray_ta a,
.white_ta a,
.black_a a{
	color:#333;
	text-decoration:underline;
}
.red a:hover,
.green_ta a:hover,
.gray_ta a:hover,
.white_ta a:hover,
.black_a a:hover{
	text-decoration:none;
}
.green_ta a.red,
.gray_ta a.red,
.white_ta a.red{
	color:#f00;
}


/* フッター */
footer{
	background-color:#313131;
	color:#ffffff;
	font-size:12px;
	padding:18px 0 19px;
	border-top:solid 1px #a6a6a6;
	border-bottom:solid 1px #a6a6a6;
	text-align:center;
	margin-top:-55px;
	height:16px;
}
footer p{
	margin:0 auto;
	width:980px;
}

.txt_a_c{text-align:center;}
.txt_a_r{text-align:right;}
.txt_a_l{text-align:left;}

.clear {	clear: both;}
.mini {
	font-size: x-small;
}

.float_r {float:right;}
.float_l {float:left;}

.hankaku
{
    ime-mode:disabled;
}

.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}

a.btn01
{
    background-color: #3b80ce;
    border: 1px solid #3b80ce;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration:none;
    display: inline-block;
}
a.btn01:hover
{
    background-color: #FFFFFF;
    color: #3b80ce;
}
a.btn02
{
    background-color: #FFFFFF;
    border: 1px solid #FF0000;
    color: #FF0000;
    padding: 10px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration:none;
    display: inline-block;
}
a.btn02:hover
{
    background-color: #FF0000;
    color: #FFFFFF;
}
a.btn03
{
    background-color: #FF0000;
    border: 1px solid #FF0000;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration:none;
    display: inline-block;
}
a.btn03:hover
{
    background-color: #FFFFFF;
    color: #FF0000;
}
a.btn04
{
    background-color: #999999;
    border: 1px solid #999999;
    color: #FFFFFF;
    padding: 5px;
    text-decoration:none;
    display: inline-block;
}
a.btn04:hover
{
    background-color: #FFFFFF;
    color: #999999;
}
a.btn05
{
    background-color: #FF9900;
    border: 1px solid #FF9900;
    color: #FFFFFF;
    padding: 5px;
    text-decoration:none;
    display: inline-block;
}
a.btn05:hover
{
    background-color: #FFFFFF;
    color: #FF9900;
}
a.btn06
{
    background-color: #000066;
    border: 1px solid #000066;
    color: #FFFFFF;
    padding: 5px;
    text-decoration:none;
    display: inline-block;
}
a.btn06:hover
{
    background-color: #FFFFFF;
    color: #000066;
}

a.btn07
{
    background-color: #fa8072;
    border: 1px solid #fa8072;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration:none;
    display: inline-block;
}
a.btn07:hover
{
    background-color: #FFFFFF;
    color: #fa8072;
}

a.btn08
{
    background-color: #FF9900;
    border: 1px solid #FF9900;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration:none;
    display: inline-block;
}
a.btn08:hover
{
    background-color: #FFFFFF;
    color: #FF9900;
}
a.btn09
{
    background-color: #72a55a;
    border: 1px solid #72a55a;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration:none;
    display: inline-block;
}
a.btn09:hover
{
    background-color: #FFFFFF;
    color: #72a55a;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.modalBox {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #b7b7b7;
    display: none;
    font-size: 12px;
    position: fixed;
    z-index: 1001;
}

.joken_list
{
    margin-top:10px;
}
table.joken_list1
{
    width:460px;
    border:1px solid #CCCCCC;
    border-collapse: collapse;
}
table.joken_list1 th
{
    background-color:#FCD5B5;
    padding:10px;
}
table.joken_list1 td
{
    background-color:#f7ead6;
    padding:5px 10px;
}
table.joken_list1 td .joken_text,
table.joken_list2 td .joken_text
{
    width: 420px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
table.joken_list1 .border_bottom
{
    border-bottom:1px solid #CCCCCC;
}

table.joken_list2
{
    width:460px;
    border:1px solid #CCCCCC;
    border-collapse: collapse;
}
table.joken_list2 td
{
    background-color:#CECEEF;
    padding:5px 10px;
}

.disp_type_change 
{
    margin-bottom:10px;
}
.disp_type_change a
{
    background-color: #FFFFFF;
    border: 1px solid #000066;
    color: #000066;
    padding: 5px;
    text-decoration:none;
    float:left;
    width:478px;
    font-size:16px;
    padding:5px;
    text-align:center;
}
.disp_type_change a.active,
.disp_type_change a:hover
{
    background-color: #000066;
    color: #FFFFFF;
}

/* 表示文字の装飾 */
.tooltip1{
    color: #555;
    display: inline-block;                        /* インライン要素化 */
    border-bottom:dotted 3px red;    /* 下線を引く */
}
 
/* ツールチップ部分を隠す */
.tooltip1 span {
    display: none;
}
 
/* マウスオーバー */
.tooltip1:hover {
    position: relative;
    color: #333;
}
 
/* マウスオーバー時にツールチップを表示 */
.tooltip1:hover span {
    display: block;                  /* ボックス要素にする */
    position: absolute;            /* relativeからの絶対位置 */
    top: 25px;
    font-size: 90%;
    color: #fff;
    background-color: #51A2C1;
    width: 240px;
    padding: 5px;
    border-radius:3px;
    z-index:100;
    text-align: left;
    text-shadow: none;
}
 
/* フキダシ部分を作成 */
.tooltip1 span:before{
    content:''; 
    display:block; 
    position:absolute;                         /* relativeからの絶対位置 */
    height:0; 
    width:0; 
    top:-13px; 
    left:15px;
    border:13px transparent solid; 
    border-right-width:0; 
    border-left-color:#51A2C1; 
    transform:rotate(270deg);            /* 傾きをつける */
    -webkit-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    z-index:100;
}

.pagetop
{
position: fixed;
bottom: 20px;
right: 20px;
cursor: pointer;
}
.btn_sp_image_entry{
    background-color:#95CB0C;
    border:1px solid #95CB0C;
    border-radius:5px;
    color:#FFFFFF;
    cursor:pointer;
    padding:3px 10px;
    
}
.btn_sp_image_entry:hover{
    background-color:#FFFFFF;
    color:#95CB0C;
    border-radius:5px;
}


.btn_green,.btn_white-red,.btn_green,.btn_white,.btn_blue,.btn_red,.btn_orange,.btn_gray,a.btn_green,a.btn_white,a.btn_blue,a.btn_red,a.btn_orange,a.btn_gray {
	padding: 5px 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
	text-decoration: none!important;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease-out;
}

.btn_white-red:hover,.btn_green:hover,.btn_white:hover,.btn_blue:hover,.btn_red:hover,.btn_orange:hover,.btn_gray:hover {
	opacity: 0.7;
}

.btn_green,a.btn_green {
	background: #22b379;
	color: #fff;
}
.btn_white-red,a.btn_white-red {
	background: #ffff;
	border: 1px solid #f76565;
	color: #f76565;
}
.btn_white,a.btn_white {
	background: #fff;
	color: #666;
}
.btn_red,a.btn_red {
	background: #f76565;
	color: #fff;
}
.btn_blue,a.btn_blue {
	background: #4c8bd9;
	color: #fff;
}
.btn_orange,a.btn_orange {
	background: #f90;
	color: #fff;
}
.btn_gray,a.btn_gray {
	background: #999;
	color: #fff;
}
