@charset "shift_jis";

/*

基調色：#4c9c4c
基調色薄：#a2ffa2
基調色さらに薄：#daf4d9
基調色濃：#236923
tdover：#f4ffb5（hovered）
赤：#c22e2e

色置き換えにより、対応可能

*/


/*----------------------------
Universal selector
------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 100%;
	font-style: normal;
	word-break: normal;
}

/*----------------------------
Structure Module
------------------------------*/
html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body {
	background: #fff;
	color: #1b1b1b;
	text-align: left;
	letter-spacing: 0px;
	line-height: 150%;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "メイリオ";
}
body#login {
	text-align: center;
	margin: 10px;
}

/*----------------------------
Hypertext Module
------------------------------*/
a:link {
	text-decoration: none;
	color: #4c9c4c;
}
a:visited {
	text-decoration: none;
	color: #4c9c4c;
}
a:active {
	text-decoration: underline;
	color: #4c9c4c;
}
a:hover {
	text-decoration: underline;
	color: #4c9c4c;
	cursor: pointer;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
input[type="text"],
input[type="password"],
textarea {
	margin: 0;
	padding: 1px 3px;
	border: 1px solid #aaa;
	background-color: #f5f5f5;
	line-height: 1.2;
}
* html input.text,input.riyoshacd,input.password {
	margin: 0;
	padding: 1px 3px;
	border: 1px solid #aaa;
	background-color: #f5f5f5;
	line-height: 1.2;
}
select {
	margin: 0;
	padding: 1px;
	border: 1px solid #aaa;
	background-color: #f5f5f5;
	line-height: 1.2;
}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover,
select:hover {
	border: 1px solid #777;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #000;
}

pre {
    white-space: pre-wrap;
}

/*----------------------------
Tables Module
------------------------------*/
table {
	font-size: inherit;
	font: 100%;
}

th,
td {
	padding: 3px;
}

/*----------------------------
Image Module
------------------------------*/
a img {
	border: 0;
	vertical-align: bottom;
}

a:hover img {
	border: 0;
}

img.corner_tl {
	position: absolute;
	top: 0;
	left: 0;
}

img.corner_tr {
	position: absolute;
	top: 0;
	right: 0;
}
* html img.corner_tr {
	position: absolute;
	top: 0;
	right: -1;
}

img.corner_bl {
	position: absolute;
	bottom: 0;
	left: 0;
}
* html img.corner_bl {
	position: absolute;
	bottom: -1;
	left: 0;
}

img.corner_br {
	position: absolute;
	bottom: 0;
	right: 0;
}
* html img.corner_br {
	position: absolute;
	bottom: -1;
	right: -1;
}

/*----------------------------
ログイン
------------------------------*/
body#login div#container {
	clear: both;
	margin: 10px auto;
	width: 938px;
}
body#login .jserr {
	text-align: center;
	border-style: double;
	margin: 20px 0;
	background: #ffffff;
}

/*--- 20150807 add ここから(ログイン画面/お知らせ機能追加) ---*/
div.newslistheader {
	background: #4c9c4c;
	padding: 2px;
	border-top: 3px solid #dcdcdc;
	border-left: 3px solid #dcdcdc;
	border-bottom: 3px solid #474747;
	border-right: 3px solid #474747;
	position: relative;
	clear: both;
	margin-bottom: 3px;
}

* html div.newslistheader {
	width: 100%;
}

div.newslistheader div.title {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	float:left;
	margin-top: 3px;
	padding-left: 400px;
}

div.top_pagerbox {
	float:right;
}
div.top_pagerbox img {
	margin: 0 0 0 5px;
}

body#login #newslist {
	background: #dcdcdc;
	margin-bottom: 5px;
	padding: 7px 10px 2px;
}
body#login #newslist ul {
	list-style: none;
}

body#login #newslist ul li {
	margin-bottom: 5px;
}

body#login #newslist ul li .news_title {
	text-align : left;
	background-color: #FFFFFF;
	font-weight: bold;
	border-bottom: 2px solid #dcdcdc;
	color: #005730;
	padding: 3px 0px;
	position: relative;
}

body#login #newslist ul li .news_detail {
	background-color: #FFFFFF;
	position: relative;
	width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

/*--- 20150807 add ここまで ---*/

body#login .loginboxl,
body#login .loginboxr {
	background: url(../../img/std/login/loginboxbg.gif) no-repeat bottom;
	width: 463px;
	float: left;
	margin: 5px 0 0;
}
body#login .loginboxr {
	float: right;
}
body#login .loginboxl .inbox {
	background: url(../../img/std/login/loginboxhl.gif) no-repeat top;
	padding: 50px 0 15px;
}
body#login .loginboxr .inbox {
	background: url(../../img/std/login/loginboxhr.gif) no-repeat top;
	padding: 50px 0 25px;
}
body#login .loginboxl .inbox .formcontent {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	width: 390px;
	margin: 0 auto 10px;
	padding: 0 0 17px;
	background: url(../../img/std/login/formcontentlbg.gif) no-repeat bottom;
}
body#login .loginboxr .inbox .formcontent {
	background: url(../../img/std/login/formcontentrbg.gif) no-repeat bottom;
	padding: 50px 0;
	margin: 0 auto 20px;
}
body#login .loginboxl .inbox .formcontent p {
	padding: 10px 18px 0;
}
body#login .loginboxl .inbox .formcontent p input.riyoshacd,
body#login .loginboxl .inbox .formcontent p input.password {
	width: 12.5em;
	font-size: 24px;
}

body#login .loginboxl .inbox .loginbtn {
	background: url(../../img/std/login/loginbtnbg.gif) no-repeat top;
	width: 390px;
	height: 42px;
	margin: 10px auto;
	padding: 9px 0;
}
body#login .loginboxl .inbox .loginbtn input {
	color: #236923;
	width: 272px;
	height: 42px;
	border: none;
	font-weight: bold;
	letter-spacing: 3px;
}

body#login #loginnotes {
	clear: both;
	background: #daf4d9 url(../../img/std/login/loginnotes_bg.png) no-repeat bottom;
	width: 573px;
	height:110px;
	padding: 10px 0;
	margin: 0 auto;
	color: #236923;
}
* html body#login #loginnotes {
	height:130px;
}
body#login #loginnotes2 {
	clear: both;
	background: #daf4d9 url(../../img/std/login/loginnotes_bg2.png) no-repeat bottom;
	width: 573px;
	height:150px;
	padding: 10px 0;
	margin: 0 auto;
	color: #236923;
}
* html body#login #loginnotes2 {
	height:170px;
}

body#login div#containerUPain {
	clear: both;
	margin: 10px auto;
	width: 938px;
}
body#login div#containerLPain {
	clear: both;
	margin: 10px auto;
	width: 938px;
}

body#login .loginlogo {
	width: 730px;
	margin: 0 auto;
	clear: left;
	float: left;
}
body#login .zoomsightbtn {
	width: 200px;
	margin: 0 auto;
	float: right;
}
body#login .zoomsightbtn p {
	width: 200px;
	padding: 0;
	margin: 0 auto;
}

body#login .zoomsightbtn .detail {
	clear: both;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}
body#login .zoomsightbtn img{
	width: 110px;
	height: 65px;
}
body#login div#securedseal table{
	margin: 0 auto;
	position: relative;
	clear: both;
}

/*-- frontlink --*/
body#login #hfrontlink {
	clear: both;
	background: #dcdcdc url(../../img/std/login/loginfrontlink_tr.png) no-repeat right top;
	margin: 0 auto;
	padding: 0 0 10px;
	width: 680px;
}
div#hfrontlink p {
	margin: 0 20px 10px;
}

div#hfrontlink #reservation_flow {
	position: relative;
	overflow: hidden;
	background: url(../../img/std/login/loginfrontlink_tl.png) no-repeat left top;
	padding: 10px 0 0;
}

div#ffrontlink {
	background: #dcdcdc;
	margin: 0 auto;
	padding: 0;
	width: 680px;
}

div#ffrontlink  div#footer {
	background: url(../../img/std/login/loginfrontlink_bl.png) no-repeat left bottom;
	clear: both;
	text-align: center;
	font-size: 12px;
}
div#ffrontlink  div#footer address {
	background: url(../../img/std/login/loginfrontlink_br.png) no-repeat right bottom;
	padding: 3px;
}

/*----------------------------
代行ログイン
------------------------------*/
body#login .loginboxc {
	background: url(../../img/std/login/loginboxbg.gif) no-repeat bottom;
	width: 468px;
	margin:20px auto 0 auto;
}
body#login .loginboxc .inbox {
	background: url(../../img/std/login/loginboxhl.gif) no-repeat top;
	padding: 50px 0 20px;
}
body#login .loginboxc .inbox .formcontent {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	width: 390px;
	margin: 0 auto 10px;
	padding: 0 0 30px;
	background: url(../../img/std/login/formcontentlbg.gif) no-repeat bottom;
}
body#login .loginboxc .inbox .formcontent p {
	padding: 10px 30px 0;
}
body#login .loginboxc .inbox .formcontent p input.riyoshacd,
body#login .loginboxc .inbox .formcontent p input.riyoshaphone,
body#login .loginboxc .inbox .formcontent p input.tantoshacd,
body#login .loginboxc .inbox .formcontent p input.tantoshaopassword {
	width: 12.5em;
	font-size: 24px;
}

body#login .loginboxc .inbox .loginbtn {
	background: url(../../img/std/login/loginbtnbg.gif) no-repeat top;
	width: 390px;
	height: 42px;
	margin: 10px auto;
	padding: 9px 0;
}
body#login .loginboxc .inbox .loginbtn input {
	color: #236923;
	width: 272px;
	height: 42px;
	border: none;
	font-weight: bold;
	letter-spacing: 3px;
}

/*----------------------------
処理選択
------------------------------*/
body#select h1 {
	text-align: center;
	margin: 30px 0;
}
body#select .jserr {
	text-align: center;
	border-style: double;
	margin: 10px 60px;
	background: #ffffff;
}

body#select .menulogo {
	width: 730px;
	margin: 0 60px;
}
body#select .menulogo .logo {
	margin: 10px 0 25px 0;
}

body#select div#container {
	margin: -15px 60px;
	background: #dcdcdc url(../../img/std/common/kado_tr.png) no-repeat right top;
	overflow: hidden;
}

body#select #selectheader {
	background: url(../../img/std/common/kado_tl.png) no-repeat left top;
	text-align: center;
	overflow: hidden;
}
body#select #selectheader h2 {
	background: #4c9c4c;
	padding: 10px 10px 5px;
	font-size: 20px;
	text-align: left;
	color: #fff;
	border-top: 3px solid #dcdcdc;
	border-left: 3px solid #dcdcdc;
	border-bottom: 3px solid #474747;
	border-right: 3px solid #474747;
	margin: 10px 10px 10px;
	position: relative;
	clear: both;
}
body#select h3 {
	background: #4c9c4c;
	padding: 5px;
	font-size: 16px;
	color: #fff;
	border-top: 3px solid #dcdcdc;
	border-left: 3px solid #dcdcdc;
	border-bottom: 3px solid #474747;
	border-right: 3px solid #474747;
	margin: -10px 10px 10px;
	position: relative;
	clear: both;
}
body#select #selectheader p {
	margin: 10px 20px;
	text-align: left;
}

body#select #selectheader #selectbox {
	width: 802px;
	margin: 0 auto 20px;
	background: url(../../img/std/under/selectboxbg.gif) no-repeat bottom;
	overflow: hidden;
	clear: both;
}
body#select #selectheader #selectbox ul {
	background: url(../../img/std/under/selectboxh.gif) no-repeat top;
	padding: 15px 0 5px 12px;
	*padding: 15px 0 15px 12px;
	overflow: hidden;
}
body#select #selectheader #selectbox ul li {
	list-style: none;
	width: 250px;
	height: 112px;
	margin: 0 10px 10px 0;
	float: left;
}
body#select #selectheader #selectbox ul li a {
	display: block;
	width: 250px;
	height: 112px;
	background: url(../../img/std/under/selectboxlibg.png) no-repeat;
	color: #1b1b1b;
	overflow: hidden;
}
body#select #selectheader #selectbox ul li a:hover {
	text-decoration: none;
	background: url(../../img/std/under/selectboxlibg_o.png) no-repeat;
}
body#select #selectheader #selectbox ul li a strong {
	color: #236923;
	font-size: 18px;
	display: block;
	margin: 10px 0 5px;
}
body#select #selectheader #selectbox ul li a:hover strong {
	color: #3186DE;
}
body#select #selectheader #selectbox ul li a div {
	text-align: center;
	font-size: 13px;
	margin: 0 0 0 5px;
	width: 240px
}

/* 2015/08/11 add ここから */
body#select #selectheader #selectbox2 {
	width: 802px;
	margin: 0 auto 20px;
	background: url(../../img/std/under/selectboxbg.gif) no-repeat bottom;
	overflow: hidden;
	clear: both;
}
body#select #selectheader #selectbox2 ul {
	background: url(../../img/std/under/selectboxh.gif) no-repeat top;
	padding: 15px 0 5px 12px;
	*padding: 15px 0 15px 12px;
	overflow: hidden;
}
body#select #selectheader #selectbox2 ul li {
	list-style: none;
	width: 250px;
	height: 112px;
	margin: 0 10px 10px 0;
	float: left;
}
body#select #selectheader #selectbox2 ul li a {
	display: block;
	width: 250px;
	height: 112px;
	background: url(../../img/std/under/selectboxlibg.png) no-repeat;
	color: #1b1b1b;
	overflow: hidden;
}
body#select #selectheader #selectbox2 ul li a:hover {
	text-decoration: none;
	background: url(../../img/std/under/selectboxlibg_o.png) no-repeat;
}
body#select #selectheader #selectbox2 ul li a strong {
	color: #236923;
	font-size: 18px;
	display: block;
	margin: 10px 0 5px;
}
body#select #selectheader #selectbox2 ul li a:hover strong {
	color: #3186DE;
}
body#select #selectheader #selectbox2 ul li a div {
	text-align: center;
	font-size: 13px;
	margin: 0 0 0 5px;
	width: 240px
}

div#fmenuend {
	background: url(../../img/std/common/kado_bl.png) no-repeat left bottom;

}
div#fmenuend  div#footer {
	background: url(../../img/std/common/kado_br.png) no-repeat right bottom;
	padding: 10px 20px;
	overflow: hidden;
}
/* 2015/08/11 add ここまで */


body#select #selectheader .c1{
	float: left;
}
body#select #selectheader .logoutbtn{
	float: right;
}

body#select #newslist {
	background: url(../../img/std/common/kado_bl.png) no-repeat left bottom;
}
body#select #newslist ul {
	background: url(../../img/std/common/kado_br.png) no-repeat right bottom;
	padding: 10px 20px;
	overflow: hidden;
}
body#select #newslist ul li {
	list-style: none;
	margin: 0 0 10px;
	background: #fff url(../../img/std/under/newslist_kado_tl.gif) no-repeat top left;
	padding: 0;
}
body#select #newslist ul li h4 {
	border-bottom: 1px dotted #1b1b1b;
	background: url(../../img/std/under/newslist_kado_tr.gif) no-repeat top right;
	padding: 10px 10px 5px;
	color: #236923;
}
body#select #newslist ul li .newsdetail {
	background: url(../../img/std/under/newslist_kado_bl.gif) no-repeat bottom left;
}
body#select #newslist ul li .newsdetail p {
	padding: 10px 10px 5px;
	background: url(../../img/std/under/newslist_kado_br.gif) no-repeat bottom right;
}

body#select #selectboxLogout {
	width: 802px;
	margin: 0 auto 0;
	overflow: hidden;
	clear: both;
}

/*----------------------------
HEADER
------------------------------*/
div#header {
	margin: 10px 0 0 10px;
	text-align: left;
	position: relative;
}

/*----------------------------
SIDE COLUMN
------------------------------*/
div#header div#sidecolumn {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	text-align: center;
	padding: 0 0 20px;
}
*html div#header div#sidecolumn {

}
div#sidecolumn h1 {
	margin: 0 0 10px;
}

div#sidecolumn .loginMessage{
	color:#ff6600;
	font-weight: bold;
}

/*----------------------------
NAVI
------------------------------*/
div#gnavi {
	width: 195px;
	margin: 5px auto 20px;
	background:url(../../img/std/side/gnavi_bg.png) no-repeat top;
	overflow: hidden;
}

div#gnavi ul {
	width: 195px;
	background: url(../../img/std/side/gnavi_f.png) no-repeat bottom;
	padding: 0 0 10px;
}
div#gnavi li {
	list-style: none;
	width: 175px;
	height: 35px;
	margin: 10px 10px 0;
}
div#gnavi li.return {
	margin: 30px 10px 0;
}
div#gnavi li a {
	display: block;
	width: 175px;
	height: 35px;
	background: url(../../img/std/side/gnavi_btn.png) no-repeat;
	line-height: 2;
	font-weight: bold;
}
div#gnavi li.vis a {
	background: #4c9c4c url(../../img/std/side/gnavi_btn_v.png) no-repeat;
	color: #fff;
}
div#gnavi li a:hover,
div#gnavi li a.vis:hover {
	background: url(../../img/std/side/gnavi_btn_o.png) no-repeat;
	color: #fff;
	text-decoration: none;
}

/*----------------------------
Header ERROR COLUMN
------------------------------*/
div#errcolumn {
	margin: 10px 10px 0 210px;
}
div#errcolumn .jserr {
	text-align: center;
	border-style: double;
	margin: 20px 0;
	background: #ffffff;
}

/*----------------------------
Header MAIN COLUMN
------------------------------*/
div#hmaincolumn {
	background: #dcdcdc url(../../img/std/common/kado_tr.png) no-repeat right top;
	margin: 10px 10px 0 210px;
	padding: 0 0 10px;
}
div#hmaincolumn p {
	margin: 0 20px 10px;
}

div#hmaincolumn #selectbox ul li img{
	margin: 0 0 5px 0;
}

div#hmaincolumn #reservation_flow {
	position: relative;
	overflow: hidden;
	background: url(../../img/std/common/kado_tl.png) no-repeat left top;
	padding: 10px 0 0;
}
div#hmaincolumn #reservation_flow ul {
	position: relative;
	left: 50%;
	float: left;
}
div#hmaincolumn #reservation_flow ul li {
	list-style: none;
	position: relative;
	left: -50%;
	float: left;
	margin: 0 10px 5px 0;
	display: inline;
	padding: 0 0 0 25px;
	background: url(../../img/std/common/flowarr.png) no-repeat left 3px;
}
div#hmaincolumn #reservation_flow ul li.flowon {
	background: #4c9c4c url(../../img/std/common/flowarr_on_bg.gif) no-repeat left 0;
}
div#hmaincolumn #reservation_flow ul li.flowon p {
	color: #fff;
	padding: 0;
	margin: 0;
	background: url(../../img/std/common/flow_on_kado_tr.gif) no-repeat right top;
}
div#hmaincolumn #reservation_flow ul li.flowon p strong {
	display: block;
	padding: 0;
	background: url(../../img/std/common/flow_on_kado_bl.gif) no-repeat left bottom;
}
div#hmaincolumn #reservation_flow ul li.flowon p strong span {
	display: block;
	padding: 0 5px;
	background: url(../../img/std/common/flow_on_kado_br.gif) no-repeat right bottom;
	height: auto;
}
* html div#hmaincolumn #reservation_flow ul li.flowon p strong {height: 25px; display: inline;}
* html div#hmaincolumn #reservation_flow ul li.flowon p strong {height: 25px;}

div#hmaincolumn h2 {
	background: #4c9c4c;
	padding: 10px 10px 5px;
	font-size: 20px;
	color: #fff;
	border-top: 3px solid #dcdcdc;
	border-left: 3px solid #dcdcdc;
	border-bottom: 3px solid #474747;
	border-right: 3px solid #474747;
	margin: 0 10px 10px;
	position: relative;
	clear: both;
}
div#hmaincolumn h2 .pager {
	position: absolute;
	right: 10px;
	top: 0px;
}
* html div#hmaincolumn h2 .pager {
	right: 20px;
	top: 3px;
}
div#hmaincolumn h2 .pager img {
	vertical-align: middle;
	margin: 5px 0 0 5px;
}
*:first-child+html div#hmaincolumn h2 .pager img {
	margin: 0 0 0 5px;
}

div#hmaincolumn img {
	vertical-align: middle;
}

/* Infomation column */
div#hmaincolumn #infoSelectbox {
	background: #daf4d9;
	border: 1px solid #4c9c4c;
	padding: 10px 0 10px 10px;
	margin: 0 10px 0;
	position: relative;
}
div#hmaincolumn #infoSelectbox ul li {
	list-style: none;
	margin: 0 0 5px;
}
div#hmaincolumn #infoSelectbox ul li span {
	color:#0000ff;
	font-weight: bold;
}

div#hmaincolumn #infoSelectbox ul li dl {
}

div#hmaincolumn #infoSelectbox ul li dl dt {
	float:left;
}

div#hmaincolumn #infoSelectbox ul li dl dd {
	margin-left:45px;
}

/* Infomation column(ChusenKubunSelect) */
div#hmaincolumn #infoSelectbox2 {
	background: #daf4d9;
	border: 1px solid #4c9c4c;
	padding: 10px 0 10px 10px;
	margin: 0 10px 0;
	display:block;
}
div#hmaincolumn #infoSelectbox2 ul li {
	list-style: none;
	margin: 0 0 5px;
}
div#hmaincolumn #infoSelectbox2 ul li span {
	color:#0000ff;
	font-weight: bold;
}

div#hmaincolumn #infoSelectbox2 ul li dl {
}

div#hmaincolumn #infoSelectbox2 ul li dl dt {
	float:left;
}

div#hmaincolumn #infoSelectbox2 ul li dl dd {
	margin-left:45px;
}

div#hmaincolumn #infoSelectbox3 {
	background: #daf4d9;
	border: 1px solid #4c9c4c;
	padding: 10px 0 10px 10px;
	margin: 0 10px 0;
	display:block;
}
div#hmaincolumn #infoSelectbox3 ul li {
	list-style: none;
	margin: 0 0 5px;
}
div#hmaincolumn #infoSelectbox3 ul li span {
	color:#0000ff;
	font-weight: bold;
}

div#hmaincolumn #infoSelectbox3 ul li dl {
}

div#hmaincolumn #infoSelectbox3 ul li dl dt {
	float:left;
}

div#hmaincolumn #infoSelectbox3 ul li dl dd {
	margin-left:45px;
}

/*----------------------------
Middle MAIN COLUMN
------------------------------*/
div#mmaincolumn {
	background: #dcdcdc;
	margin: 0 10px -20px 210px;
	padding: 0 0 20px;
}
/*-- ie6用(文字切れ対応) --*/
* html div#mmaincolumn {
	padding: 20px 0 15px;
}
div#mmaincolumn p {
	margin: 0 20px 10px;
}

div#mmaincolumn h3 {
	background: #4c9c4c;
	padding: 5px;
	font-size: 16px;
	color: #fff;
	border-top: 3px solid #dcdcdc;
	border-left: 3px solid #dcdcdc;
	border-bottom: 3px solid #474747;
	border-right: 3px solid #474747;
	margin: 0 10px 10px;
	clear: both;
}
* html div#mmaincolumn h3 {
	position: relative;
}

div#mmaincolumn .tablebox {
	width: 95%;
	margin: 0 auto 20px;
}
* html div#mmaincolumn .tablebox {
	margin: 0 20px 20px;
	width: 100%;
}

div#mmaincolumn .tablebox table {
	background: #4c9c4c;
	width: 100%;
}
div#mmaincolumn .tablebox table caption {
	font-size: 16px;
	color:#ff6600;
	font-weight: bold
}
div#mmaincolumn .tablebox table tr {
	background: #fff;
}
div#mmaincolumn .tablebox table th {
	background: #a2ffa2;
	text-align: center;
	white-space: nowrap;
}
div#mmaincolumn .tablebox table td {
	text-align: left;
}
div#mmaincolumn .tablebox table td.charge {
	text-align: right;
}
div#mmaincolumn .tablebox table.none_style {
	background: transparent;
}
div#mmaincolumn .tablebox table.none_style tr {
	background: transparent;
}
div#mmaincolumn .tablebox table.none_style th {
	background: transparent;
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	border: none;
}

div#mmaincolumn .tablebox table.none_style td {
	text-align: left;
	white-space: nowrap;
	border: none;
}
div#mmaincolumn .tablebox .td2 {
	background: #daf4d9;
}
div#mmaincolumn .tablebox .hovered {
	background: #fadc8d;
	cursor: pointer;
}
div#mmaincolumn .numbox strong {
	color: #ff0000;
	background: #ffff99;
	padding: 5px;
	border: 1px solid #4c9c4c;
}

div#mmaincolumn .btncenter {
	text-align: center;
}
div#mmaincolumn .btnright {
	text-align: right;
}
/* pagemove background column */
div#mmaincolumn .tablebox table .tr2 {
	background: #4c9c4c;
	text-align: right;
}
/* 20150813 add 表示件数の文字色指定（白）*/
div#mmaincolumn .tablebox table tr.tr2 td {
	color: white;
	font-weight: bold;
}
/* 20150813 add */

/* detail background column */
div#mmaincolumn #list {
	position: relative;
	margin: 0 10px 0 10px;
}
div#list ul {
	padding: 10px 20px;
	overflow: hidden;
}
div#list ul li {
	list-style: none;
	margin: 0 10px 0 10px;
	padding: 0;
	border: 1px solid #dcdcdc;
}
div#list ul li h4 {
	padding: 0px 50px 0px;
	color: #236923;
	background:#ffffff;
}

div#list ul li .hlistdetail {
	list-style: none;
	margin: 0 10px 0 10px;
	background: #ffffff url(../../img/std/under/list_kado_tl.gif) no-repeat top left;
	padding: 0;
}
div#list ul li .hlistdetail p {
	background: url(../../img/std/under/list_kado_tr.gif) no-repeat top right;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: center;
}

div#list ul li .flistdetail {
	list-style: none;
	margin: 0 10px 0 10px;
	background:#ffffff url(../../img/std/under/list_kado_bl.gif) no-repeat bottom left;
	padding: 0;
}
div#list ul li .flistdetail p {
	background: url(../../img/std/under/list_kado_br.gif) no-repeat bottom right;
	margin: 0 0 0 10px;
	padding: 0;
}

/*-- futai column --*/
div#mmaincolumn .tableboxFutai {
	width: 95%;
	margin: 0 auto 20px;
}
* html div#mmaincolumn .tableboxFutai {
	margin: 0 20px 20px;
	width: 100%;
}

div#mmaincolumn .tableboxFutai table {
	border: 1px solid #ffa500;
	width: 100%;
}
div#mmaincolumn .tableboxFutai table tr {
	background: #f5deb3;
}

/*-- notice column --*/
div#mmaincolumn .tableboxNotice {
	width: 95%;
	margin: 0 auto 20px;
}
* html div#mmaincolumn .tableboxNotice {
	margin: 0 20px 20px;
	width: 100%;
}

div#mmaincolumn .tableboxNotice table {
	border: 3px double #ff0000;
	width: 100%;
}
div#mmaincolumn .tableboxNotice table tr {
	background: #ffcccc;
}

div#mmaincolumn img {
	vertical-align: middle;
}

.pngfix {
	vertical-align: middle;
}

.lbox6em {
	clear: left;
	float: left;
	width: 6em;
}
.lboxtext {
	float: left;
	width: auto;
}

.inmtb2px input,
.inmtb2px .lbox6em {
	margin: 2px 0;
}

.readonly {
	background-color: #ffffcc;
	color: #236923;
	margin: 10px 0;
	font-size: 16px;
}
input[class="readonly"] { background-color: #ffffcc; }

.jserr {
	color: red;
	font-weight: bold;
}

.dataNothing {
	color: #ff1493;
	padding: 5px 0 5px 50px;
	vertical-align: middle;
	background: url(../../img/std/common/attention.png) no-repeat;
}

.notes{
	color:#ff6600;
}

.notes .genmen{
	text-decoration: underline;
}

.agreementArea{
	resize:none;
	width: 650px;
	height: 180px;
	min-width: 650px;
	min-height: 180px;
}

/*----------------------------
Bottom MAIN COLUMN
------------------------------*/
div#fmaincolumn {
	background: #dcdcdc;
	margin: 0 10px 0 210px;
	padding: 0;
}

div#fmaincolumn #pagerbox {
	background: #4c9c4c;
	padding: 10px;
	border-top: 3px solid #dcdcdc;
	border-left: 3px solid #dcdcdc;
	border-bottom: 3px solid #474747;
	border-right: 3px solid #474747;
	margin: 10px;
	clear: both;
	text-align: right;
}
div#fmaincolumn #pagerbox img {
	vertical-align: middle;
	margin: 0 0 0 5px;
}


/*----------------------------
FOOTER
------------------------------*/
div#fmaincolumn  div#footer {
	background: url(../../img/std/common/kado_bl.png) no-repeat left bottom;
	clear: both;
	text-align: center;
	font-size: 12px;
}
div#fmaincolumn  div#footer address {
	background: url(../../img/std/common/kado_br.png) no-repeat right bottom;
	padding: 3px;
}

/*----------------------------
Header SUB MAIN COLUMN
------------------------------*/
body#submain {
	text-align: center;
	margin: 10px;
}
div#shmaincolumn {
	margin: 0 10px 10px;
	padding: 0 0 15px;
}

div#shmaincolumn h1 {
	width: 98%;
	background: #4c9c4c;
	padding: 5px;
	font-size: 20px;
	color: #fff;
	border-top: 3px solid #dcdcdc;
	border-left: 3px solid #dcdcdc;
	border-bottom: 3px solid #474747;
	border-right: 3px solid #474747;
	margin: 0 10px 10px;
	position: relative;
	clear: both;
}
div#shmaincolumn .tablebox {
	width: 95%;
	margin: 0 auto 20px;
}
* html div#shmaincolumn .tablebox {
	margin: 0 20px 20px;
	width: 100%;
}

div#shmaincolumn .tablebox table {
	background: #4c9c4c;
	width: 100%;
}
div#shmaincolumn .tablebox table caption {
	font-size: 16px;
	color:#ff6600;
	font-weight: bold
}
div#shmaincolumn .tablebox table tr {
	background: #fff;
}
div#shmaincolumn .tablebox table th {
	background: #a2ffa2;
	text-align: center;
}
div#shmaincolumn .tablebox table td {
	text-align: left;
}
div#shmaincolumn .tablebox .td2 {
	background: #daf4d9;
}
div#shmaincolumn .tablebox .hovered {
	background: #fadc8d;
	cursor: pointer;
}

div#shmaincolumn .btncenter {
	text-align: center;
}

/* Accessibility */
div#shmaincolumn #list {
	margin: 0 20px 10px;
}
div#shmaincolumn #list h3 {
	background: #4c9c4c;
	padding: 5px;
	font-size: 16px;
	color: #fff;
	border-top: 3px solid #dcdcdc;
	border-left: 3px solid #dcdcdc;
	border-bottom: 3px solid #474747;
	border-right: 3px solid #474747;
	margin: 0 20px 10px;
	position: relative;
	clear: both;
}
div#shmaincolumn #list ul {

}
div#shmaincolumn #list ul li {
	border: none;
	list-style: none;
	margin: 0 10px 10px;
	text-align: left;
}

/*-- 継続ログイン --*/
div.continue_loginbox {
	background: url(../../img/std/login/loginboxbg.gif) no-repeat bottom;
	width: 468px;
	margin:20px auto 0;
	position: relative;
	padding: 20px 0 20px;
	margin-bottom: 20px;
}

* html div.continue_loginbox {
	text-align: center;
}
* html div.centering_div {
	text-align: center;
}

div.continue_loginbox div.input_div {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	width: 390px;
	height: 150px;
	margin: 10px auto;
	padding: 10px 10px 20px;
	position: relative;
	background-color: white;
}

div.continue_loginbox_loginbtn {
	background: url(../../img/std/login/loginbtnbg.gif) no-repeat top;
	width: 390px;
	height: 42px;
	margin: 10px auto;
	padding: 9px 0;
	text-align: center;
}

.continue_loginbox_loginbtn input {
	color: #236923;
	width: 272px;
	height: 42px;
	border: none;
	font-weight: bold;
	letter-spacing: 3px;
}

input.default_box {
	width: 12.5em;
	font-size: 24px;
	height: 32px;
	line-height: 30px;
	vertical-align: middle;
	padding: 1px 3px;
	border: 1px solid #aaa;
	background-color: #f5f5f5;
}

/**
 * 申込内容変更ボタンtable
 */
div#mmaincolumn .yoyakuChgBox {
	width: 95%;
	margin: 0 auto 20px;
}
div#mmaincolumn .yoyakuChgBox table {
	border: 3px double #ff0000;
	width: 100%;
}
div#mmaincolumn .yoyakuChgBox table tr {
	background: #ffe5fa;
}



.clfix{zoom:1;}
.clfix:after{display:block;clear:both;height:0;content: "";}
.clfix{display: inline-block;}
/* Mac版IEを除外 \*/
.clfix{display: block;}
/* */