@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
        border: 0;
        font-family: inherit;
        font-size: 100%;
        font-style: inherit;
        font-weight: inherit;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
color:#333;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
}

strong{
    font-weight: bold;
}
/* リンク設定
------------------------------------------------------------*/
.logo a{color:#2b5e92;text-decoration:none;}
.logo a:hover{color:#5d8ac1;}
.logo a:active, a:focus {outline:0;}

.box a{color:#fff;text-decoration:none;}
.box a:hover{color:#0f0;}

/* 全体
------------------------------------------------------------*/
#wrapper{
    margin:0 auto;
    padding:0 1%;
    width:98%;
    position:relative;
background:#fff;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{
height:110px;
}

#header h1{
padding:5px 0 10px;
font-size:12px;
font-weight:normal;
}

/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo span{display:block;}

/*************
/* 電話番号
*************/
.info{
    float:right;
    text-align:right;
}

.info .open{
    margin-right: 6px;
    font-size:11px;
}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
padding: 6px;
font-size:16px;
font-weight:bold;
}

.logo div.add,.info span{
font-size:.6em;
font-weight:normal;
margin-right: 10px;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}

.disp7{font-size:7em;}
.disp6{font-size:6em;}
.disp5{font-size:5em;}
.disp4{font-size:4em;}
.disp3{font-size:3em;}
.disp2{font-size:2em;}
.disp1{font-size:1em;}

.dispS{
    font-size:small;
}
.grid{
float:left;
background:#2b5e92;
}

.box{
padding:10px;
color:#fff;
text-align:center;
}

.btn1{
margin-top: -15px;
font-size:large ;
padding:7px;
color:#fff;
text-align:center;
height :40px;
background:#5d8ac1;
}
.btn{
    cursor: pointer;
}
.box2{
margin: 10px;
color:#fff;
text-align:center;
height :85px;
background:#5d8ac1;
}

.box3{
    margin: 5em auto;
    text-align:center;
    width:80%;
    color:#fff;
    height :100px;
    line-height :100px;
    background:#5d8ac1;
    cursor: pointer;
}

.box3:hover{
    color:#0f0;
    background:#2b5e92;
}

.box4{
    margin: 1em auto;
    text-align:center;
    width:80%;
    color:#fff;
    height :60px;
    line-height :60px;
    background:#5d8ac1;
    cursor: pointer;
}
.box4:hover{
    color:#0f0;
    background:#2b5e92;
}
.box img{
max-width:100%;
height:auto;
}

.box h3{padding:10px 0 5px;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box p.readmore a{
padding:3px 5px;
border-radius:3px;
background:#fff;
}

.mydata{
    background:#5d8ac1;
    color:#fff;
    font-weight:bold;
}
/*上下中央揃え*/
.mdl{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input01{
    width:95%;
    height:42px;
    font-size:2em;
    padding: 6px;
}
.rad3{
    -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input:focus {
    border:solid 1px #EEA34A;
}

div#footer {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	/*background-color: #fff;*/
	/*border-top: 1px solid #CCC;*/
	z-index: 1;
        opacity: 0.55;
}

.fmsg{
    color:#2b5e92;
    font-size:2em;
}


/*************
メイン コンテンツ
*************/
section.content article{
padding:20px;
margin-bottom:20px;
border:1px solid #ebebeb;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
font-weight:normal;
padding:0 10px;
line-height:36px;
color:#fff;
background:#2b5e92;
border-top:3px solid #5d8ac1;
border-bottom:3px solid #5d8ac1;
}

section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid{background:transparent;}

#gallery .grid img,.border{box-shadow:0 0 3px #ccc;}


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
width:100%;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:1em;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


/*************
/* サイドバー
*************/
#sidebar ul{padding:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
display:block;
}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
clear:both;
color:#fff;
}

#footer .inner{
background:#2b5e92;
overflow:hidden;
}

* html #footer .inner{height:1%;}

#footer .grid{
margin:0;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
}

ul.footnav{
float:right;
width:630px;
padding:10px 0;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
font-size:11px;	
border-right:1px solid #b6b6b6;
}

#footer a{color:#fff;}
#footer a:hover{color:#ccc;}

address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:12px;
color:#333;
}

form textarea{
    width:100%;
}


form input.mail{
    width:100%;
    
}

form#auth{
  padding:10px;
  text-align:center;
}
form#auth input{
    border:0;
    padding:10px;
    font-size:1.3em;
    font-family:Arial, sans-serif;
    border:solid 1px #ccc;
    margin:0 0 20px;
    width:300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#auth{
  padding:10px;
  text-align:center;
}
#auth input[type="text"]{
    border:0;
    padding:5px;
    font-size:1.3em;
    font-family:Arial, sans-serif;
    border:solid 1px #ccc;
    margin:0 0 20px;
    width:300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#auth input[type="number"]{
    border:0;
    padding:5px;
    font-size:1.3em;
    font-family:Arial, sans-serif;
    border:solid 1px #ccc;
    margin:0 0 20px;
    width:300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#auth input[type="button"]{
    border:0;
    padding:10px;
    font-size:1.3em;
    font-family:Arial, sans-serif;
    border:solid 1px #ccc;
    margin:0 0 20px;
    width:300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

#checkin:hover{
    color:#0f0;
    background:#2b5e92;
}

#backbtn{
    color:#fff;
    background:#5d8ac1;
    cursor: pointer;
}
#cancell:hover{
    color:#fff;
    background:coral;
    cursor: pointer;
}
#backbtn:hover{
    color:#0f0;
    background:#2b5e92;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
    *{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
    
	#header,#wrapper,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	
        nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}
	
	#main{
	float:right;
	width:680px;
	padding:15px 0 0 0;
	}
	
	#sidebar{
	float:left;
	width:250px;
	padding:15px 0 0 0;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:990px;
	margin:0 0 0 -30px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
        .grid{
            height:200px;
        }
	/* グリッド */
	.main{
	float:left;
	width:600px;
        margin-left:30px;
	}
	.sub{
	float:left;
	width:300px;
	margin-left:30px;
	}
        
        
	#subpage .grid{width:auto;}
	
        #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
	
	#footer .inner{
	width:940px;
	padding:10px;
	}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
        
        .grid{
            height:200px;
        }
        
	.main{
	width:64%;
	margin:10px 0 0 1%;
	}
	
        .sub{
	width:32%;
	margin:10px 0 0 1%;
	}
        
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}

}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin:0;
	}
	
        .grid{
            height:200px;
        }
        
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

        .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	#sidebar p{text-align:center;}
}


.tblWrapper{
    margin: 10px;
}
table.tbl{
width:100%;
margin:0 auto;
border-collapse:collapse;

}

table.tbl th,
table.tbl td{
padding:10px;
font-size:1em;
font-weight:normal;
vertical-align:top;
border:1px solid #ccc;
line-height:1.0;
}

table.tbl td span{
display:inline-block;
padding:2px 10px;
font-size:0.78em;
color:#fff;
}

table.tbl td span.company{background:#0066cc;}
table.tbl td span.products{background:#0dd000;}



