@charset "utf-8";

*{
	font-size: 100%;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #000;
}

.sans-serif{
	 font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

/* layout */

#wrapper {
    width: 100%;
	position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#container,
#container2 {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
	background-position-y: -200px;
	background-attachment: fixed;
}

#wrap_contents {
	width: 100%;
	margin: 0 auto;
}

#titlebar{
	font-size:20px;
	font-weight:bold;
	margin:30px auto 20px;
	text-align:center;
}

/* footer */

#footer {
	width: 100%;
}
#footer .footer_inner {
	padding: 5px 0;
	text-align: center;
}

img {
    border: 0;
}
h1,h2,h3 {
	line-height: 100%;
}

a {
	color: #7f7f7f;
}

/* color customize */

.cont_inner , .btn_ps a {
}


/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* header */


#header {
	background-position-y: -200px;
}
#header2 {
	padding: 30px 0px 20px;
}

#header .header_left,
#header .header_right,
#header2 .header_left,
#header2 .header_right {
	width: 200px;
}
#header .header_right,
#header2 .header_right {
	text-align: right;
}
#header .header_center,
#header2 .header_center {
	flex-grow: 1;
}

#header_left {
	float: left;
}

#header_logo {
	width: 100%;
	margin: 0 auto;
}
#header_logo img{
	width:100%;
}

#header_title {
	letter-spacing: -1px;
	word-spacing: -7px;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	float: left;
	font-size: 35px;
	margin: 30px 0 10px;
	color: #7f7f7f;	
}

#header_txt {
	margin: 5px 0 0 20px;
	display: block;
}
#header_top {
	padding: 0;
	width: 100%;
}
#header_top .header_center video {
	width: 100%;
}

#right_menu {
	width: 400px;
/*
	height: 50px;
*/
	text-align: right;
	font-size: 14px;
	padding: 0 0 10px;
	float: right;
}

.wrap_menu {
	float: right;
}
.wrap_menu .date{
	font-size:10px;
}
.wrap_menu .login_name{
	font-size:14px;
	font-weight:bold;
}

#menu {
	margin: 10px 0;
	padding: 0;
    list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li {
	float: right;
	padding: 0;
	margin: 5px 2px;
	text-align: center;
/*
	background: #007aac;
	box-shadow: 3px 3px 3px #aaa;
*/
	background-color: #666;
}

#menu li a {
	height: 14px;
	display: block;
	margin: 0;
	padding: 7px 10px 10px;
/*
	float: left;
*/
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#menu li a:hover {
	background: #cdcdcd;
}


/* contents */

.cont_ttl {
	margin: 20px 0 10px;
}

.cont_outer {
	width: 100%;
/*
	padding:5px 0;
*/
}

/*
.cont_inner {
	width: 100%;
}
*/
.cont_inner {
	width: auto;
	background: #fff;
	margin: 30px auto;
	padding: 0 10%;
}



.tbl_login {
	width: auto;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px;
/*
	margin-bottom: 50px
*/
}

.tbl_login td, 
.tbl_login th {
	display: block;
	padding: 2px 0;
	vertical-align: middle;
}

.tbl_login th {
	text-align: left;
	padding: 10px 0 0;
}

.tbl_login td p {
	margin: 0px 10px;
	font-size: 11px;
}

.tbl_login td input, 
.tbl_login td select  {
	border:0;
	padding: 5px;
	font-family:Arial, sans-serif;
	color:#000;
	border:solid 1px #ccc;
	border-radius: 10px;
	margin: 5px;
	width:200px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.tbl_login td input {
	font-size:1.3em;
}

.tbl_login td input.mail {
	width: 300px;;
}

.tbl_login td input:focus {
	background: #fefaf1;
}

.tbl_login td select {
	font-size:1.0em;
	width: 200px;
}

#submit_btn_wrap {
	width: 100%;
	margin: 0 auto;
	text-align:center;
}
#submit_btn_wrap2 {
	width: 800px;
	margin: 0 auto;
	text-align:center;
}

.submit_btn {
	float: left;
	width: 250px;
}


input.btn_white{
	margin: 30px 50px;
    padding: 10px 30px;
    cursor: pointer;
    color: #fff;
    font-size: 1.8em;
    background: #036eb8;
    border: 1px solid #036eb8;
}
input.btn_white:hover{
	background: #ebebeb;
}
input.btn_white2{
	margin: 30px 50px;
    padding: 10px 30px;
    cursor: pointer;
    color: #fff;
    font-size: 1.0em;
    background: #036eb8;
    border: 1px solid #036eb8;
}
input.btn_white2:hover{
	background: #ebebeb;
}

button.btn_white{
	width: 200px;
	margin: 15px 50px;
	border-top: 1px solid #ccc;  
	border-right: 1px solid #999;  
	border-bottom: 1px solid #999;  
	border-left: 1px solid #ccc;  
	padding: 5px 20px;  
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);  
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;  
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;  
	-moz-box-shadow: 1px 1px 2px #E7E7E7;
	box-shadow: 1px 1px 1px #333;
	font-weight: bold;  
	cursor: pointer;
	color: #666; 
}
button.btn_white:hover{
	background: #ebebeb;
}
input.btn_img {
	width: 50px;
}
input.btn_img:hover {
	opacity: 0.6;
}

.error{
	font-size: 1.2em;
	color: #f00;
	text-align: center;
/*
	display: none;
*/
	padding: 10px 6px;
	line-height: 1.5;
}


/* under login form */


.btn_ps {
	margin: 0 auto 0 0;
}

.btn_ps_wrap {
	width: 100%;
	margin: 10px auto 150px;
}

.btn_ps a {
	display: block;
	text-align: center;
	margin: 0 20px;
	width: 200px;
	height: 50px;
	float: left;
	padding: 15px 0 0;
	border: 5px solid #fff;
	outline: 1px solid #f2ebd2;
	color: #7f7f7f;
	text-decoration: none;
	font-size:14px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4); 
}

.btn_ps a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
	position: relative;
	top: 1px; left: 1px;
}


/* contents header menu */

#wrap_cont_ttl {
}

#cont_menu li {
	float: left;
	padding: 0;
	margin: 5px 20px 10px 0;
	text-align: center;
}

#cont_menu li a {
	display: block;
	margin: 0;
	padding: 1px 10px;	
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 2px solid #7f7f85;
}

#cont_menu li a:hover {
	color: #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
}

#cont_menu li.al a {
	color: #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
}

/* member */


ul.mem_list {
	margin: 15px auto 18px 20px;
	list-style: none;
	padding: 0;
	width: 960px;
	height: auto;
	background: #ccc;
}

ul.mem_list li{
	float: left;
	font-size:12px;
}

ul.mem_list li a{
	display: block;
	width: 250px;
	color: #7f7f7f;
	line-height: 1;
	margin-bottom: 18px;
	margin-right: 25px;
	background: #CCffff;
	border: 10px solid #f0f0f0;
	height: 200px;
}

ul.mem_list li a:link,
ul.mem_list li a:visited{
	background-color: #fff;
	text-decoration: none;
}

ul.mem_list li a:hover{
	border: 10px solid #f5f5f5;
	background: #fefefe;
}


ul.mem_list li a img {
	float: left;
	margin-right: 20px;
	width: 115px;
}

ul.mem_list li a div.prof {
	float: right;
	width: 115px;
}

ul.mem_list li a div.prof div.name {
	font-size: 14px;
	letter-spacing: 0em;
	font-weight: bold;
	font-family: 'HiraKakuPro-W6';
	margin: 10px 0 5px;
}

ul.mem_list li a div.prof div.role {
	font-size: 12px;
	margin: 5px 0 20px;;
	vertical-align: bottom;
}

ul.mem_list li a div.prof div.det {
	font-size: 10px;
	line-height: 140%;
	padding-right: 10px;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}


/* menu */
.menu_list{
/*
	width: 100%;
*/
	margin: 0 auto;
}
.menu_list .mgroup_l{
	float:left;
	width:45%;
}
.menu_list .mgroup_r{
	float:right;
	width:45%;
}
.menu_list ul{
/*
	position:relative;
	left:50%;
	float:left;
*/
	margin:5px 0;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
}

.menu_list ul li {
	padding:0;
	margin:10px auto 50px;
	width:80%;
	text-align: center;
	color:#000;
	border: 1px solid #cdcdcd;
	border-radius: 10px;
}

.menu_list ul li a {
	width:100%;
	display: block;
	margin: 0;
	padding:20px 0;
/*
	color: #fff;
*/
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}

.menu_list ul li a:hover {
	background: #cdcdcd;
	border-radius: 10px;
}
.menu_list ul li.submenu {
	margin-top: 100px;
	border: none;
	border-radius: 0;
	display: block;
}
.menu_list ul li.submenu .sub {
	width: 60%;
	margin: 0 auto 30px;
	border: 1px solid #cdcdcd;
	border-radius: 10px;
}
.menu_list ul li.btnmenu {
	border: none;
	border-radius: 0;
	display: flex;
	justify-content: center;
	margin: 0 0 50px;
}
.menu_list ul li.btnmenu .btn {
	width: 140px;
	margin: 0 10px;
	border: 1px solid #cdcdcd;
	border-radius: 10px;
}


/* information */
.info{
	position:relative;
	width:100%;
	height:200px;
	border:1px solid #000;
}

/* schedule_all */


.wrap_sche {
	width: 100%;
	margin: 0px;
}

/* schedule_left */

#wrap_date {
	width: 250px;
	float: left;
}

#cal {
	width: 244px;
	height: 34px;
	text-align: center;
	font-size: 20px;
	font-family: Arial;
	padding: 5px 0;
	line-height:34px;
	text-decoration: none;
	border: 3px solid #f2ebd2;
	display: block;
}

#cal img {
	vertical-align: middle;
}

#reload a ,
#change a {
	font-size: 13px;
	width:113px;
	height: 35px;
	text-align: center;
	padding: 0;
	float: left;
	display: block;
	text-decoration: none;
	border: 3px solid #f2ebd2;
	vertical-align: middle;
	line-height: 40px;
}

#cal a:hover ,
#reload a:hover ,
#change a:hover {
	filter:alpha
	(style=0;opacity=7);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

i {
	color: #555;
	font-size:22px;
}

#change i {
	font-size: 18px;
}

#reload a {
	margin: 5px 10px 0 0;	
}

#change a {
	margin: 5px 0 0 ;
}

#change img {
	display: inline-block;
	vertical-align: middle;
	*zoom: 1; /* for IE6-7 */
	*display: inline; /* for IE6-7 */
}

#change .tx {
	display: inline-block;
	vertical-align: middle;
	*zoom: 1; /* for IE6-7 */
	*display: inline; /* for IE6-7 */
}


/* schedule_left shadow */

#change a,
#reload a,
#cal {
	box-shadow: 2px 2px 5px  rgba(0,0,0,0.4);
}


/* schedule_tbl_icon */

#wrap_tbl_icon {
	width: 650px;
	float: left;
	margin: 0 0 10px 20px;
}

table#tbl_icon {
	width: 100%;
	border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;	
}

table#tbl_icon th {
	padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
}

table#tbl_icon td {
	padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    width: 100px;
}

/* sche_next */

.wrap_sche_next {
	float: right;
	margin: 0 0px 2px;
}

.sche_next a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	width: 50px;
	text-decoration: none;
	text-align: right;
}

.sche_next a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
}

.wrap_sche_next a:after {
	content: "\25BA";
	color: #f2ebd2;
	font-size: 10px;
	padding: 0 5px;
}

/* tbl_icon */

table#tbl_icon td {
	font-size: 20px;
	vertical-align: middle;
}

table#tbl_icon td.cir {
	font-weight: bold;
	color: #0c649f;
	background: #fdfbec;
	border: 1px solid #ece6ce;
}

table#tbl_icon td.tel {
	font-family: arial;
	font-weight: bold;
	letter-spacing: -1px;
	color: #0c649f;
	font-size: 16px;
	background: #fdfbec;
}

.icons
{
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 5px 0;
  font: bold 1em/2em Arial, Helvetica;
  text-decoration: none;
  color: #555;
}



/* 電話 */
.blackphone:before         { content: "\260E"; }

/* 未定 */
.unfixed:before { 
	font-size:20px;
	content: "\2013";
}

/* スタッフ休み */
.stuff_holyday:before { 
	font-size:16px;
	content: "\2715";
}

/* 店舗休業日 */
.shop_holyday:before 
{ content: "\2612";
	font-size: 24px;
}




/* wrap_tbl_sche */

#wrap_tbl_sche {
	width: 100%;
	height: auto;
	margin: 0;
}

table#tbl_sche {
	width: 100%;
	border: 1px #E3E3E3 solid;
    border-collapse: separate;
    border-spacing: 5px;
}

table#tbl_sche th {
	padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #f2ebd2;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
}

table#tbl_sche td {
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    height: 30px;
    font-size: 16px;
	color: #6b6b6b;
}

table#tbl_sche td:first-child  {
	font-family: Arial;
	font-size:14px;
	font-weight: bold;
	background: #f2f2f2;
}

table#tbl_sche td a {
	border-left-color: 
	border-bottom-color: 
	border-right-color: 
	border-top-color: #FFF;
	display: block;
	width: 100%;
	height:100%;
	text-decoration: none;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	background: #fdfbec;
	color: #0c649f;

	border-top:1px #FFF;
	border-left: solid  1px #fff;
	border-right: solid  1px #fbf9cc;
	border-bottom: solid  1px #fbf7cc;
	-moz-box-shadow: 0px 0px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);

}


table#tbl_sche a:hover {
	background: #fcf6a7;
} 


table#tbl_sche td.tel {
	font-family: arial;
	font-weight: bold;
	letter-spacing: -1px;
	color: #0c649f;
	border-bottom: 1px solid #d2d2d2;
	background: #fdfbec;
}

table#tbl_sche td.close {
	font-size: 26px;
	font-family: arial;
	font-weight: bold;
	color: #6b6b6b;
	background: #f9f9f9;
}

table#tbl_sche td.dbl_cir {
	border: 1px solid #d2d2d2;
}

table#tbl_sche td div.dbl a {
	border: 2px solid #0c649f;
	width: 16px;
	height:16px;
	display: block;
	border-radius: 50%;
	margin: auto;
}


/* roleover */

ul.mem_list li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}



/* footer navi */

#footer_navi_bg {
/*
	width: 100%;
	background: #fff;
*/
	padding: 5px;
}

#footer_navi {
/*
	width: 100%;
*/
	margin-top: 20px;
}
#footer_navi a {
	text-decoration: none;
	color: #000;
}
#footer_navi a:hover {
	opacity: 0.6;
}

#footer_navi ul {
	list-style: none;
	display:table;
	margin: 0 auto;
	text-align:center;
}

#footer_navi li {
	width: 120px;
/*
	float: left;
*/
	display:table-cell;
	border-right:2px solid #7f7f7f;
}

#footer_navi li a {
	text-decoration: none;
	text-align: left;
/*
	display: block;
	float: left;
*/
	color: #7f7f7f;
	padding: 2px 2px;
	font-size: 12px;
}

#footer_navi li a:hover {
	text-decoration: underline;
}

#footer_navi .noline{
	border-right:none;
}

#copy {
	padding: 10px 0 5px;
	text-align: center;
}

#copy address{
	font-size:10px;
}


/* others */

.table_caption_gr{
	color:#555555;
	padding: 20px 0 0px;
}
.form_caption{
	color:#555555!important;
	padding-top: 5px;
	font-size: 1.2em;
	padding-bottom:20px;
}
#boxlist{
	width: 800px;
	height:300px;
/*
	margin-left: 10px;
	margin-bottom:20px;
*/
	margin:0 auto;
	background-color:#FFF;
	border: 1px #ccc solid;
	overflow: auto;
}
#boxlist .title{
	margin:20px 10px 30px 10px;
	font-size:14px;
	font-weight:bold;
}
#boxlist .text01{
	font-size:14px;
	line-height: 1.5;
}
#boxlist ol{
	list-style-type:decimal;
}
#boxlist ul{
	list-style-type:disc;
}
#boxlist li{
}

#boxlist .center{
	text-align:center;
}
#boxlist .left{
	text-align:left;
}
#boxlist .right{
	text-align:right;
}
#boxlist .mrl-10{
	margin-left:10px;
}
#boxlist .mrl-20{
	margin-left:20px;
}
#boxlist .mrl-30{
	margin-left:30px;
}

#boxlist .mrr-10{
	margin-right:10px;
}
#boxlist .mrb-10{
	margin-bottom:10px;
}
#boxlist .mrb-20{
	margin-bottom:20px;
}


.btn_block{
	overflow: auto;
}

.btn_block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.btn_block ul li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

.centered {
	position: relative;
	overflow: hidden;
}

.centered ul {
	position: relative;
	left: 50%;
	float: left;
}

.centered ul li {
	position: relative;
	left: -50%;
	float: left;
}


#login .finTxt{
	margin-top:30px;
	text-align:center;
	color:#000;
	font-size:14px;
}
#login .list_h{
	display:table;
	margin:30px auto 10px;
}
#login .list_h .list_block{
	display:table-cell;
}

#login table{
	width:100%;
}

#login .rtn,
#main .rtn {
	margin-top: 50px;
}
.form_main {
	display: block;
	text-align: center;
}
#inp_block{
/*
	width:100%;
	text-align: center;
*/
	display: inline-block;
	padding:0 0 20px;
	text-align: left;
}
#inp_block .cap{
	display:table-cell;
	width:150px;
	font-weight:bold;
}
#inp_block .form{
	display:table-cell;
	width:auto;
}
#inp_block .inp_tbl{
	margin:10px 0;
	border:1px solid #000;
}
#inp_block .inp_tbl th{
	padding:10px;
	border:0;
}
#inp_block .inp_tbl tr{}
#inp_block .inp_tbl td{
	padding:10px;
	border:0;
}
#inp_block .route_tbl{
	margin:10px 0;
	border:1px solid #000;
}
#inp_block .route_tbl th{
	background-color:#ccc;
	padding:10px;
	text-align:center;
	border:1px solid #000;
}
#inp_block .route_tbl td{
	padding:10px;
	text-align:center;
	border:1px solid #000;
}

#listTbl {
	text-align: center;
}
#listTbl table{
	margin:10px 0;
/*
	border:1px solid #000;
*/
	width: auto;
	display: inline-block;
}
#listTbl th{
	padding:5px;
	text-align:center;
	background:#ddd;
	border:1px solid #000;
}
#listTbl th.col_s{
	width: 20%;
}
#listTbl th.col_m{
	width:10%;
}
#listTbl th.col_l{
	width:35%;
}
#listTbl td{
	padding:3px 5px;
	text-align:center;
	border:1px solid #000;
}

#flow th{
	padding:10px 0;
	width:20%;
}

#flow .block{
	display:inline-block;
}
#flow .dateTbl{
	width:60%;
}
#flow .inpTbl01,
#flow .inpTbl02{
	width:100%;
	margin:10px 0;
	border:1px solid #000;
}
#flow .inpTbl01 th{
	width:31%;
	padding:5px;
	text-align:center;
	background:#ddd;
	border:1px solid #000;
}
#flow .inpTbl01 td{
	width:23%;
	padding:3px 5px;
	border:1px solid #000;
}
#flow .inpTbl02 th.col_m,
#flow .inpTbl02 th.col_h{
	padding:5px;
	text-align:center;
	background:#ddd;
	border:1px solid #000;
}
#flow .inpTbl02 th.col_m{
	width:23%;
}
#flow .inpTbl02 th.col_h{
	width:31%;
}
#flow .inpTbl02 td,
#flow .inpTbl02 td.col_h{
	padding:3px 5px;
	border:1px solid #000;
}
#flow .inpTbl02 td{
	text-align:center;
}
#flow .inpTbl02 td.col_h{
	text-align:left;
}
#flow .inpTbl02 td.col_s{
	width:40px;
	padding:3px 5px;
	text-align:center;
	background:#ddd;
	border:1px solid #000;
}


#main table {
	margin: 0 auto;
}
#main th,
#main td {
	padding-bottom: 10px;
	text-align: left;
}
#main th {
	padding-right: 20px;
}


.new_entry {
	text-align: center;
	padding: 50px 0 0;
}
.new_entry .words {
	padding-bottom: 20px;
}
.new_entry a{
	color: #000;
	text-decoration: none;
}
.new_entry a:hover{
	opacity: 0.6;
}
.new_entry .inner {
	display: inline-block;
	font-size: 2.0em;
	font-weight: 700;
	padding: 30px 100px;
	border: 2px solid #000;
	border-radius: 10px;
}

.set_title {
	text-align: center;
	font-weight: 700;
	padding-bottom: 50px;
}
.flex_block {
	display: flex;
	flex-wrap: wrap;
}
.block_item {
	width: 50%;
	padding-bottom: 50px;
}
.block_item .cap {
	text-align: center;
	padding-bottom: 10px;
}

.msg_entry th {
	vertical-align: top;
}
.msg_entry td {
	padding-bottom: 20px!important;
}
.msg_entry td input,
.msg_entry td textarea {
/*
	width: 100%;
*/
}
.msg_entry .cap {
	padding-bottom: 5px;
}
.msg_entry .item {
	padding-bottom: 10px;
}

#input_form {
	text-align: center;
}
input[type="text"].txt_m {
	width: 80px;
}
input[type="text"].txt_mm {
	width: 50px;
}
input[type="text"].txt_ss {
	width: 20px;
}
input[type="text"].inp_l {
	width: 200px;
}
input[type="text"].inp_s {
	width: 50px;
}
::placeholder {
	color: #999;
	font-size: 0.8em;
}

.table_caption {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
.form-check {
	display: inline-block;
	margin: 20px 15px 10px;
}
.deposit {
	text-align: center;
	padding: 50px 0;
}
.deposit_code {
	color: #00f;
	padding: 30px;
	font-size: 2.0em;
}




.pocket {
	display: flex;
	justify-content: center;
	align-items: baseline;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
}
.pocket .item {
/*
	width: 18%;
*/
	text-align: center;
	padding: 0 20px;
	font-size: 1.8em;
	font-weight: 700;
}
.pocket .item a {
	text-decoration: none;
}
.pocket .item a:hover {
	opacity: 0.6;
}
.send_btn {
	margin: 80px 0;
	text-align: center;
	font-size: 2.0em;
	font-weight: 700;
}
.send_btn .btn_inner {
	display: inline-block;
	padding: 46px 100px;
	border: 2px solid;
	border-radius: 10px;
}
.send_btn a:hover {
	opacity: 0.6;
}
.simply-scroll {
	width: 100%;
	height: 200px;
}
#scroller li img {
	width: 738px;
	height: 200px;
}





.header_catch,
.cont_catch {
	background: url(../img/top_line.jpg);
	text-align: center;
	color: #fff;
	font-size: 2.0em;
	padding: 20px 0;
}
.header_menu {
	padding: 20px 30px;
	text-align: right;
}
.header_menu a {
	text-decoration: none;
}
.header_menu a:hover {
	opacity: 0.6;
}
.top_msg {
	position: relative;
	background: url(../img/background.jpg);
	background-position-y: bottom;
	padding: 50px 0 200px;
	margin-bottom: 200px;
	text-align: center;
	font-size: 1.6em;
	line-height: 2;
}
.top_msg .cap {
	font-size: 1.5rem;
	padding-bottom: 24px;
}
.top_msg  iframe {
	position: absolute;
	bottom: -125px;
	left: 50%;
/*
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#login .finTxt {
	padding: 100px 0 50px;
}
#login .btn_item {
	margin-bottom: 100px;
	text-align: center;
}
.listbtn {
	margin: 0 5px;
}
.data_title {
	text-align: center;
}
.data_title table{
	margin:10px 0;
	width: auto!important;
	display: inline-block;
}
.data_title th{
	padding:5px;
	text-align:center;
	background:#ddd;
	border:1px solid #000;
}
.data_title th.col_l{
	width:50%;
}
.data_title td{
	padding:3px 5px;
	text-align:center;
	border:1px solid #000;
}
.content_inner {
	margin: 50px 10%;
	background: url(../img/paper.png);
	background-size: cover;
}
.content_title {
	text-align: center;
	font-size: 2.0em;
	padding: 200px 0 50px;
}
.content_msg {
	padding: 10px 10% 100px;
	font-size: 1.4em;
	line-height: 2.0;
}
.content_movie {
	padding: 10px 10% 100px;
	text-align: center;
}
.content_voice {
	padding: 10px 10% 100px;
	text-align: center;
}
.content_end {
	padding: 10px 10% 100px;
	text-align: center;
	font-size: 1.4em;
	line-height: 2.0;
}
.next_btn {
	text-align: center;
	padding: 50px 0 100px;
}
.err_txt {
	display: inline-block;
	text-align: left;
	font-size: 0.9em;
}

.delimiter {
	border-bottom: 1px solid #000;
	width: 80%;
	margin: 30px auto 0;
}
input#d_date {
	font-size: 1.0em;
	color: #999;
}
.subcap {
	text-align: center;
	margin: 20px 0 -20px;
	font-weight: 700;
	font-size: 1.1em;
}
.head_desc {
    font-size: 1.2em;
    line-height: 1.5;
}
.head_cap {
    margin-top: 1.1em;
    text-align: center;
    font-size: 1.6em;
    color: #cc0000;
    margin-bottom: 0.6em;
    font-weight: 700;
}
.head_cap2 {
    text-align: center;
    font-size: 1.6em;
    line-height: 1.5;
    color: #cc0000;
    margin-bottom: 1.1em;
    font-weight: 700;
}
.head_cap2 span {
    font-size: 0.7em;
}
.head_caution {
    font-size: 1em;
    margin-bottom: 1.1em;
}
.head_caution span.em {
    font-size: 1.4em;
    font-weight: 700;
    color: #cc0000;
    text-decoration: underline;
}
.band {
    background: #ff9900;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    margin: 1.2em 0;
    padding: 8px 12px;
}
.cont_inner ul {
	list-style: decimal;
	margin-left: 50px;
    line-height: 1.5;
}
.cont_inner li {
    font-size: 2.2em;
}
.cont_inner li span {
    font-size: 0.9rem;
}
.special {
    background: url(../img/bg_paper.jpg);
    background-size: contain;
    margin: 1.2em 0;
    padding: 20px 4%;
    line-height: 1.5;
}
.s_cap {
    font-size: 1.2em;
    font-weight: 700;
    color: cc0000;
}
.s_subcap {
    font-size: 1.2em;
    font-weight: 700;
}
.underline {
	text-decoration: underline;
}
.s_desc span.underline span {
    color: #cc0000;
}
.pos_c {
	text-align: center;
}
.freedial {
	display: inline-block;
    margin: 20px 0;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.5;
}
.freedial .number {
    display: flex;
    align-items: center;
}
.freedial .number img {
    width: 50px;
    height: 100%;
    padding-right: 10px;
}
.freedial .number a {
	text-decoration: none;
	font-weight: 700;
}
.attention {
    background: #eae7d2;
    padding: 14px;
    margin: 1.1em 0;
}
.attention .head_cap {
    margin-top: 0;
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.5;
}
.attention .head_cap2 {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.5;
    color: #000;
    margin-bottom: 0;
    font-weight: 700;
}
.attention span {
    color: #cc0000;
    font-weight: 700;
}
.desc {
    margin: 36px 0;
    line-height: 1.5;
}
.desc .cap {
	text-align: center;
	padding: 0;
	font-size: 1.4em;
	font-weight: 400;
	padding-bottom: 10px;
}
.attention .caution {
	text-align: center;
	padding-bottom: 10px;
    font-weight: 700;
    font-size: 1.4em;
}
.attention .bold {
    font-weight: 700;
}
.appli {
    padding: 0 8%;
    margin: 1.1em 0 4em;
}
.appli img {
	width: 100%;
}
.separator {
	border-bottom: 1px solid #000;
}
.appli_desc {
	margin: 30px 4%;
}
.appli_desc .ttl {
    display: flex;
    align-items: center;
    font-size: 1.2em;
}
.appli_desc .ttl img {
	width: 80px;
	padding-right: 10px;
}
.desc_flow {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 10px;
}
.desc_flow .conte {
    width: 46%;
    padding-bottom: 20px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    font-size: 1.2em;
}
.desc_flow .conte img {
	width: 100%;
}
.rtn {
    text-align: center;
}

.apps1 {
    text-align: center;
    margin-top:20px;
    margin-bottom: 40px;
}
span.em {
	text-decoration: underline;
	font-weight: 700;
	display: contents;
}
.border1 {
	border: 1px solid #000;
}
span.red {
	color: #f00;
	display: contents;
}



@media (min-width:426px){
	.cont_inner {
		padding: 0 5%;
	}
@media (min-width:768px){
	.tbl_login {
		width: auto;
		border-collapse: separate;
		border-spacing: 2px;
/*
		margin-bottom: 50px
*/
	}
	.tbl_login td, 
	.tbl_login th {
		display: table-cell;
		padding: 2px 10px;
		vertical-align: middle;
	}
	.tbl_login th {
		text-align: right;
		width: 120px;
		padding: 10px 30px;
	}
	.menu_list{
		width: auto;
		padding: 50px 30%;
	}
	.menu_list ul li {
		margin:10px 0 50px;
		width:100%;
	}
	.menu_list ul li.submenu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.menu_list ul li.submenu .sub {
		width: 45%;
		margin: 0;
	}
	#container,
	#container2,
	#wrap_contents {
		width: 100%;
	}
	.cont_outer {
		width: 100%;
	}
	.cont_inner {
		width: auto;
		background: #fff;
		margin: 30px auto;
		padding: 0 10%;
	}


}
@media (min-width:860px){
	.cont_inner {
		width: 800px;
		background: #fff;
		margin: 30px auto;
		padding: 0;
	}
	#submit_btn_wrap {
		width: 600px;
	}
	.btn_ps_wrap {
		width: 500px;
	}

	.tbl_login {
		border-collapse: separate;
		border-spacing: 2px;
	}
	.content_inner {
		margin: 50px 30%;
	}
}
