@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　共通クラスの定義CSS　■□■□■
 * 
 * Author   : hada
 * FirstDate: 2015/06/24
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/*--------------------------------------------------------------------------------
　▼　body
--------------------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 0.85em;
}
p,
ul,
ol,
dl,
h2,
h3,
h4 {
	margin: 0 10px 15px 10px;
	line-height: 1.5;
}
h2:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
h2 {
	min-height: 1px;
}
* html h2 {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
h2 {
	clear: both;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 10px 0;
	color: #FFFFFF;
}
.h2_img01 {
	background: none;
	border: none;
	margin: 30px 0 10px 0;
	padding: 0 0 0 0;
}
h3 {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0;
	margin: 25px 10px 10px 10px;
}
.h3_img01 {
	background: none;
	border: none;
	margin: 25px 10px 10px 10px;
	padding: 0 0 0 0;
}
h4 {
	font-weight: bold;
	font-size: 1em;
	padding: 0;
	margin: 20px 10px 5px 10px;
}
h5 {
	font-weight: bold;
	font-size: 1em;
	padding: 0;
	margin: 10px 10px 5px 10px;
}

a:hover {
	text-decoration: underline;
}
a:hover img.opa {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
em,
strong {
	font-weight: bold;
}

ol {
	list-style: decimal;
	margin-left: 2em;
}
ol li {
	background: none;
	padding-left: 0;
	margin-bottom: 3px;
	margin-left: 30px;
}
.imgMgnT {
	background: none;
	border: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

/*------------------table------------------*/
/*--↓↓reset.cssに入っていたタグ↓↓--*/
table {
	font-size: 100%;
}

.table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
.table th {
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
}
.table td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.table td.num {
	text-align: right !important;
        white-space: nowrap !important;
}

.table th.num {
	text-align: right !important;
        white-space: nowrap !important;
}

.table th.title {
	text-align: left !important;
        white-space: nowrap !important;
}

.table td.title {
	text-align: left !important;
        white-space: nowrap !important;
}

.widthBox .table input[type="radio"],
.widthBox .table select,
.widthBox .table span,
.widthBox input[type="radio"],
.widthBox input[type="checkbox"] {
	margin-right: 5px;
}
table th,
table td {
	word-break: break-all;
}
/*--↑↑reset.cssに入っていたタグ↑↑--*/

.table {
	clear: both;
	width: 100%;
	font-size: 1.0em;
	line-height: 1.5;
	margin-bottom: 40px;
}
.table th,
.table td {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding: 6px;
}
.table th {
	text-align: center;
	font-weight: normal;
}
.table p,
.table ul,
.table ol,
.table dl {
	margin: 0;
}
.table ol {
	list-style: decimal;
	margin-left: 2em;
}

.widthBox .table {
	margin: 0 0 30px 0;
}
.widthBox .table th,
.widthBox .table td {
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 8px;
}
.widthBox .table th {
	background-color: #ECF7F9;
	/*font-weight: bold;*/
}
.widthBox .table td {
	text-align: left;
}
.widthBox .table input[type="text"]{
	width: 97%;
	padding:1%;
	border: solid 1px #CCCCCC;
	border-radius: 6px;
}
.widthBox .table textarea {
	padding: 1%;
	width: 96%;
	border: solid 1px #CCCCCC;
}

/*--------------------------------------------------------------------------------
　▼　■□■wrapper■□■
--------------------------------------------------------------------------------*/
div#wrapper {
	text-align: left;
}

/*--------------------------------------------------------------------------------
　▼　■□■header■□■
--------------------------------------------------------------------------------*/
#headerBox {
	border-bottom: solid 1px #CCCCCC;
}
div#header {
	zoom:1;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	text-align: right;
        border-bottom: solid 1px gray;
}
h1 {
}


#logo {
    float: left;
    display: inline;
    margin: 4px 0 0 0;
}

#logo img {
    width: 40px;
    height: 40px;
}

#logo1 {
    float: left;
    display: inline;
    margin: 10px 0 10px 0;
}

#logo1 img {
    width: 200px;
}

#headRBox {
	width: 1078px;
	margin: 0 !important;
	float: right;
	position: relative;
}

.btnLogout {
	background: none;
	background-color: #009BA2;
	padding: 0 !important;
	margin: 0;
	position: absolute;
}
.btnLogout a {
	color: #FFFFFF;
	padding: 10px 8px 8px 8px;
	display: block;
}

	.grayBox2 .come {
		margin: 15px 25px;
	}
	.grayBox2 {
	border: solid 1px #CCCCCC;
	background-color: #F3F3F3;
	margin: 3% 0;
	
}
.grayBox2 h3 {
	font-size: 1.2em;
	text-align: left;
	color: #444444;
	margin: 2% 3%;
}

.comBtn {
    width: 270px;
    height: 70px;
    border: none;
    cursor: pointer;
    background-color: #009CA5;
    font-weight: bold;
    font-size: 1.3em;
    color: white;
    border-radius: 4px;             /* CSS3草案 */  
    -webkit-border-radius: 4px;     /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;        /* Firefox用 */  
}

.comBackBtn {
    width: 270px;
    height: 70px;
    border: none;
    cursor: pointer;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 1.3em;
    color: #444444;
    border: solid 1px silver;
    border-radius: 4px;             /* CSS3草案 */  
    -webkit-border-radius: 4px;     /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;        /* Firefox用 */  
}

.comWizNextBtn {
    width: 270px;
    height: 70px;
    border: none;
    cursor: pointer;
    background-color: #FFCC00;
    font-weight: bold;
    font-size: 1.3em;
    color: #444444;
    border-radius: 4px;             /* CSS3草案 */  
    -webkit-border-radius: 4px;     /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;        /* Firefox用 */  
}


/*--------------------------------------------------------------------------------
　▼　■□■contents■□■
--------------------------------------------------------------------------------*/

#contents {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	}

/*--------------------------------------------------------------------------------
　▼　■□■footer■□■
--------------------------------------------------------------------------------*/
div#footer {
	clear: both;
	text-align: left;
	margin: 0 auto;
}
div#footer p,
div#footer ul,
div#footer dl {
	margin: 0;
}
div#footer li {
	background: none;
	padding: 0;
	margin: 0;
}
div#footer a {
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}

/*------------------ul------------------*/
div#footer ul {
	text-align: center;
	border-top: solid 1px #CCCCCC;
	padding-top: 20px;
}
div#footer ul li {
	display: inline;
}

div#footer .address {
	text-align: center;
	font-size: 0.9em;
	padding-top: 0;
}

input[type="text"],
input[type="password"]{
	background-color: #EEEEEE;
	border: none;
	padding: 6px;
}

#loginBox,
.borderBox,
.borderBox2 {
		width: 450px;
		margin: 20px auto;
		padding: 50px 150px;
		border: solid 1px #CCCCCC;
}

.borderBox3 {
    margin-bottom: 20px;
    padding: 10px;
    border: solid 1px #CCCCCC;
}

#loginBox dt {
	font-weight: bold;
	margin: 4% 0 2% 0;
}
#loginBox input[type="text"],
#loginBox input[type="password"]{
	width: 100%;
}
#loginBox dd.loginBtn a,
#loginBox dd input[type="button"] ,
.borderBox a,
.btn input[type="button"],
.btn2 input[type="button"] {
/*	background-color: #009CA3;*/
        background-color: #444444;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding: 4px 14px 2px 14px;
}
.borderBox a,
.btn2 input[type="button"] {
	background-color: #009CA3;
}
input[type="button"] {
	border: none;
	cursor: pointer;
}
#loginBox dd.loginBtn a:hover,
#loginBox dd input[type="button"]:hover,
.borderBox li a:hover,
.btn input[type="button"]:hover  {
	text-decoration: none;
	background-color: #555555;
}
.borderBox li a:hover {
	background-color: #00878D;
}
#loginBox dd.loginBtn {
	width: 80px;
	margin: 20px auto;
}
.borderBox li {
	margin-bottom: 10px;
	text-align: center;
}
.borderBox li a {
	padding: 10px;
	border-radius: 8px;
}
.borderBox2 {
	width: 750px;
	padding: 20px 0;
	border:none;
}
.borderBox2 table {
	background-color: #FFFFFF;
	width: 94%;
	margin: 1% 3%;
}
.borderBox2 table th {
	width: 30%;
}
.h2Box {
	background-color: #009CA3;
	margin-top: 30px;
}
.h2Box h2 {
	width: 1000px;
	margin: 0 auto;
	padding: 4px 0;
	font-size: 1.4em;
        margin-top: 10px;
}
.btnSet,
.btnSet2 {
	overflow: hidden;
	zoom:1;
	margin: 20px auto;
}
.btnSet li {
		float: left;
		margin-right: 10px;
}
.btnSet2 li {
	float: left;
}
.searchSet_date01,
.searchSet_date02,
.searchSet_01 {
	clear: both;
}
.searchSet_date01 p,
.searchSet_date02 p {
	float: left;
	padding-top: 3px;
}
.searchSet_date02 p {
	padding: 0;
}
.searchSet_date02  input[type="text"],
.searchSet_01  input[type="text"],
.borderBox2 table  input[type="text"],
.borderBox2 table  input[type="password"]{
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	padding: 3px;
}
.borderBox2 table  input[type="text"],
.borderBox2 table  input[type="password"]{
	width: 98%;
}
.passCord p {
	width: 70%;
	float: left;
}
.passCord .btn input[type="button"] {
	padding: 4px 10px 4px 14px;
	width: 51.2px;
}
.searchSet_01  input[type="checkbox"]  {
	margin: 0 5px 0 5px;
}

.headNav {
    overflow: hidden;
    zoom:1;
    margin: 0px;
    margin-bottom: 0 !important;
}

.headNav li {
    margin-top: 15px;
    background: url(/img/host/arrow01.png) no-repeat left 3px;
    padding-left: 16px;
    float: right;
    font-weight: bold;
    margin-left: 20px;
}

.headNav li.logout {
    margin-top: 0px !important;
    padding: 0px;
    color: white;
}

.headNav li.logout a {
    display: block;
    padding: 10px !important;
    background-color: #009BA2 !important;
    color: white;
    border-radius: 0px 0px 4px 4px;             /* CSS3草案 */  
    -webkit-border-radius: 0px 0px 4px 4px;     /* Safari,Google Chrome用 */  
    -moz-border-radius: 0px 0px 4px 4px;        /* Firefox用 */  
}

.menuTitle {
    background-color: blue;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    padding: 8px;
    border-radius: 4px;             /* CSS3草案 */  
    -webkit-border-radius: 4px;     /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;        /* Firefox用 */  
}

.menuTitle .startChar {
    font-size: 2em;
}
.userBox {
	font-weight: bold;	
}
.userBox span {
	color: red;
}
div.whatsNew {
	border:  solid 1px #CCCCCC;
	padding: 2% 2%;
	margin: 8px;
}

dl.whatsNew:after {
    clear: both;
}

dl.whatsNew dt {
    float: left;
    margin-right: 8px;
    padding: 4px;
}
dl.whatsNew dd {
    padding: 4px;
}

.news_list {
	text-align: right;
}
.news_list a {
	background: url(/img/calq/icon/arrow01.png) no-repeat left center;
	padding-left: 24px;
}
.menuContents {
	overflow: hidden;
	zoom:1;
	width: 98%;
	margin: 0 1% 30px 1%;
	font-size: 0.9em;
}
.menuBox {
	width: 48%;
	float: left;
}
.menuBox:nth-child(odd) {
	margin-right: 4%;
}
.menuBox .menuTitle {
	background-color: #009BA2;
	font-weight: normal;
	padding: 5px 12px 4px 12px;
	margin-bottom: 15px;
}
.menuBox ul {
	margin-bottom: 8%;
}
.menuBox ul li {
	margin-bottom: 5px;
}
.menuBox a {
	text-decoration: underline;
}
.menuBox a:hover {
	text-decoration: none;
}

p.come,
	span.come {
		background: url(/img/zeimu/icon/come.png) no-repeat left 3px;
		padding-left: 20px;
		margin: 10px;
		text-align: left;
	}
	.grayBox2 .come {
		margin: 15px 25px;
	}
	.grayBox2 {
	border: solid 1px #CCCCCC;
	background-color: #F3F3F3;
	margin: 3% 0;
	font-size: 0.8em;
}
.grayBox2 h3 {
	font-size: 1.4em;
	text-align: left;
	color: #444444;
	margin: 2% 3%;
}
.cautionBox {
	background-color: #FFFFFF;
	text-align: left ;
	margin: 2% 3%;
	padding: 3% 3% 1% 3%;
	font-size: 1.3em;
}

/* --- === --- === --- === --- === --- === */
/* kiyaku系の画面でいる何か */
/* --- === --- === --- === --- === --- === */
.textC {
    color: black !important;
    font-size: x-large;
}
.kiyakuBox dl dd p {
	margin-bottom: 2%;
}
/* --- === --- === --- === --- === --- === */

/*--------------------------------------------------------------------------------
　▼　■□■PCサイト用（幅1000px以上）CSSの記述■□■
--------------------------------------------------------------------------------*/
@media screen and (min-width:1000px) {
    #headerInner {
            width: 1000px;
            height: 90px;
            margin: 0 auto 0px auto;
/*		overflow: hidden;*/
            zoom:1;
    }

    #contents {
        clear: both;
        width: 1000px;
        margin: 20px auto 0 auto;
    }

    /*.menuBox {
        float: left;
        width: 100%;
        min-width: 250px;
        min-height: 250px;
        margin-top: 10px;
        padding: 0px;
        margin-right: 0;
    }*/

/*---メインメニュー--*/
#fixed-menu-contents {
/*    float: right;*/
/*    clear: both;*/
    text-align: right;
    padding: 0;
    margin: 10px 0 0 0 !important;
}
#fixed-menu-contents .panel-wrap {
    background: none;
    float: left;
    padding: 0;
    margin: 0 0 0 6px;
}

#fixed-menu-contents {
    margin: 0 15px;
}

.panel-wrap{
    text-align: center;
    position: relative;
    float: left;
    padding: 0 0 15px 0;
    margin-right: 10px;
}

.panel-wrap a{
  font-size: 14px;
  text-decoration: none;
    border: solid 1px #CCCCCC;
}
.panel-wrap ul li a {
	border-top: none;
}
a.panel-btn{
  display: block;
  position: relative;
  float: left;
  z-index: 100;
  padding: 6px;
  width: 158px;
  color: dimgray;
  font-weight: bold;
}

a.panel-btn:hover {
  color: white;
  background-color: #009BA2;
}

a.panel-menu{
  display: block;
  position: relative;
  float: left;
  z-index: 100;
  padding: 6px;
  width: 158px;
  color: dimgray;
  font-weight: bold;
}

a.panel-menu:hover {
  color: white;
  background-color: #009BA2;
}

.panel {
    position: absolute;
    display: none;
    z-index: 1000;
    max-width: 400px;
    white-space: nowrap;
    padding: 5px;
    background: #CFEFF2;
    text-align: left;
    border: 1px solid #009BA3;
    border-radius: 3px; 
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
    margin-top: 40px;
}
.panel ul {
    margin: 0;
}
.panel li {
    background: none;
    /*border-bottom: solid 1px #CCCCCC;*/
    padding: 0;
}
.panel li a {
    padding: 5px;
}
.panel li:last-child {
    border-bottom: none;
}

.panel li a {
    display: block;
    background-color: #FFFFFF;
    font-size: 1em;
    line-height: 30px;
    padding: 2px 10px;
}
.panel li a:hover {
    background-color: #F3F3F3;
}
.trigger2 {
    display: none;
}
#glNavi_sp {
    display: none !important;
}

        /*.notifyBox {
            border: #009CA5 solid 1px;
            padding: 10px 1.5%;
            width: 97%;
            background-color: #CFEFF2;
            margin-right: 12px;
        }

        .menuBox {
            float: left;
            width: 400px;
            min-width: 250px;
            min-height: 250px;
            margin-top: 10px;
            padding: 10px;
            margin-right: 12px;
        }*/
.navul {
	overflow: hidden;
	zoom:1;
	margin: 0 0 2% 0;
}
.navul li {
	margin-right: 2px;
	width: auto;
	float: left;
}
.navul li a {
	border-right: solid 1px #CCCCCC;
	padding: 5px 10px;
	
}

}

/*--------------------------------------------------------------------------------
　▼　■□■タブレットサイト用（幅1000px未満）CSSの記述■□■
--------------------------------------------------------------------------------*/
@media screen and (max-width:1000px) {
.h2Box h2 {
	padding: 1% 3%;
}
    #loginBox {
        width: 100%;
        margin: 20 auto;
        padding: 4px;
        border: solid 1px #CCCCCC;
    }
    #loginBox input[type="text"],
    #loginBox input[type="password"]{
            width: 90%;
    }
    
    #contents {
	clear: both;
	width: 94%;
	margin: 0 auto;
    }

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

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

    .notifyBox {
        border: #009CA5 solid 1px;
        padding: 10px;
        width: 100%;
        background-color: #CFEFF2;
        margin-right: 10px;
    }

    /*.menuBox {
        float: left;
        width: 100%;
        min-width: 250px;
        min-height: 250px;
        margin-top: 10px;
        padding: 0px;
        margin-right: 10px;
    }

    #whatsNew {
        margin-left: 30px;
    }*/

    #headerInner {
        width: 100%;
        max-width: 900px;
    }

    #logo img {
              position: absolute;
              overflow: hidden;
              margin-left: -43px;
              left: 50%;
              margin-bottom: 15px;
              text-align: center;
              top: 4px;
              width: 66px;
              height: 66px;
    }

    div#header {
      width: 100%;
      text-align: left;
        padding-bottom: 34px;
    }
    .btnLogout {
            clear: both;
            position: absolute;
            text-align: center;
            padding: 15px 0 !important;
            width: 120px;
            padding: 0;
            top: -60px;
            right: 18px;
    }
    .btnLogout a {
            display: inline;
    }
    #headRBox {
            float: none;
            width: 100%;
    }
    .headNav {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 0 !important;
    margin-top: 60px !important;
    margin-right: 15px !important;
    }
    .headNav li {
        display: none;
    }
    
    #fixed-menu-contents {
        display: none;
        clear: both;
        border: solid 1px #CCCCCC;
        padding: 6% 5% 5% 5%;
        margin: 4%;
    }
    .panel-wrap {
        width: 208px;
        margin: 0 auto;
    }
  .panel {
        display: none;
        z-index: 1000;
        width: 196px;
        padding: 5px;
        background: #CFEFF2;
        text-align: left;
        border: 1px solid #009BA3;
        border-radius: 3px; 
        box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
        margin-top: 0;
        margin-bottom: 10px;
    }
    .panel ul {
        margin: 0;
    }
    .panel li {
        background: none;
        border-bottom: solid 1px #CCCCCC;
        padding: 0;
    }
    .panel li a {
        padding: 5px;
    }
    .panel li a:last-child {
        border-bottom: none;
    }

    .panel li a {
         display: block;
      background-color: #FFFFFF;
      font-size: 1em;
      line-height: 30px;
      padding: 2px 10px;
    }
    .panel li a:hover {
        background-color: #F3F3F3;
    }
    .trigger2 {
                    display: block;
                    width: 37px;
                    border: solid 1px #CCCCCC;
                    border-radius: 5px;
                    padding: 8px 6px;
                    text-align: center;
                    float: left;
                    margin: 0 0 0 4%;
            }
    .trigger2 img {
            width: 90%;
    }
    .trigger2 {
            position: absolute; 
      top: 25px;
            }
            #glNavi_sp {
            margin: 30px 2% 2% 2%;
    }
    #glNavi_sp li {
            background: none;
            background-color: #EEEEEE;
            margin-left : 0; 
            margin-bottom: 1px;
    }
    #glNavi_sp li a {
            display: block;
            text-decoration: none;
            padding: 2%;
            color: #444444;
            font-weight: bold;
    }
    #glNavi_sp li.subList {
            background-color: #CFEFF2;
            padding: 5px 5px 5px 15px;
    }
    #glNavi_sp li.subList p {
            margin: 0;
    }
    #glNavi_sp li.subList p a {
            background-color: #FFFFFF;
            margin: 3px;
            padding: 15px;
    }
	.navul {
		margin: 2% 0 4% 0;
	}
	.navul li {
		margin: 0 0 4px 0;
	}
	.navul a {
		display: block;
		background-color: #F8F8F8;
		padding: 3%;
	}
}
/*--------------------------------------------------------------------------------
　▼　■□■スマホサイト用（幅519px未満）CSSの記述■□■
--------------------------------------------------------------------------------*/
@media screen and (max-width:519px) {
    #glNavi_sp {
      margin:30px 2% 2% 2%;
    }
	.userBox {
	  padding-top: 4%;
	}
	.menuContents {
 	 font-size: 1.2em;
	}
	.menuBox {
	  width: 100%;
	  float: none; 
	}
	.menuBox li {
		margin-bottom: 10px;
	}
}