/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/font-awesome.css";
html,
body {
    background: #A7E42F;
    font: 14px/20px Arial, sans-serif;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #101010;
    min-width: 300px;
		line-height: 1.5;
}
/* フォーム
------------------------------------------------------------*/
input[type="text"],
textarea {
    vertical-align: middle;
    max-width: 90%;
    line-height: 30px;
    height: 30px;
    padding: 1px 5px;
    border: 1px solid #d4d4D7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 100%;
    color: #555;
    background: #fcfcfc;
    width: 90%;
}
textarea {
    height: auto;
    line-height: 1.5;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
p.readon a {
    vertical-align: top;
    padding: 0 10px;
    background: #ffb154;
    background: -moz-linear-gradient(top, #ffb154 0%, #db7d1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb154), color-stop(100%,#db7d1f));
    background: -webkit-linear-gradient(top, #ffb154 0%,#515652 100%);
    background: -o-linear-gradient(top, #ffb154 0%,#db7d1f 100%);
    background: linear-gradient(to bottom, #ffb154 0%,#db7d1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb154', endColorstr='#db7d1f',GradientType=0 );
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 28px;
    height: 28px;
    font-size: 120%;
    color: #fff;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
p.readon a:hover {
    background: #db7d1f;
    background: -moz-linear-gradient(top, #db7d1f 0%, #ffb154 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db7d1f), color-stop(100%,#ffb154));
    background: -webkit-linear-gradient(top, #db7d1f 0%,#ffb154 100%);
    background: -o-linear-gradient(top, #db7d1f 0%,#ffb154 100%);
    background: linear-gradient(to bottom, #db7d1f 0%,#ffb154 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db7d1f', endColorstr='#ffb154',GradientType=0 );
    cursor: pointer;
}
*:first-child+html input[type="submit"] { padding: 3px }
#fsize {
    font-size: 12px;
    text-align: right;
    position: relative;
    margin-top: 50px;
    margin-bottom: 10px;
}
div.left_column {
    float: left;
    width: 680px;
    padding: 5px 8px;
    margin-top: 5px;
}
div.right_column {
    float: left;
    width: 255px;
    padding: 5px 0;
    margin-left: 8px;
}
/*★ base1用*/
.block-2 .left_column {
    width: 650px;
    padding: 5px 7px;
}
.block-2 .right_column { margin-left: 5px }
/*base1用*/
div.right_column li { margin: 0 0 5px 0 }
div.clear { clear: both }
img.pimg {
    width: 100%;
    height: auto;
}
* { -webkit-text-size-adjust: none }
a {
    /*color: inherit;*/
    color: #3366CC;
    text-decoration: none;
}
a:hover { text-decoration: none }
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
.a-hov,
.text-5 a { transition: all 0.4s ease }
.a-hov:hover,
.text-4 a:hover,
.text-5 a:hover { color: #8bd9fd }
ul li a { transition: all 0.4s ease }
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: normal }
h1 { }
h2 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    padding-bottom: 30px;
}
h3 {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    letter-spacing: -1px;
    text-shadow: 3px 3px 1px #CECECE;
}
h4 {
    font-weight: bold;
    font-size: 21px;
    line-height: 20px;
    padding-top: 27px;
}
.white { color: #515652 }
.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    transition: all 0.4s ease;
    background: #FBD63B;
    line-height: 38px;
    height: 41px;
    font-size: 17px;
    font-weight: bold;
    padding: 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 26px;
    color: #515652;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}
.btn:hover { background: #AFEB32 }
.list li {
    padding-left: 19px;
    margin-top: 2px;
}
.list li + li { margin-top: 16px }
.list li a { position: relative }
.list li a:hover { color: #8acfff }
.list li a:after {
    position: absolute;
    content: "\f054";
    left: -19px;
    top: 4px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1d4984;
    transition: all .4s ease;
}
.list li a:hover:after { color: #8acfff }
.list-1 { margin-top: 30px }
.list-1 li {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    background: url(../images/marker.png) no-repeat;
    padding-left: 15px;
}
.list-1 li a { }
.list-1 li + li { margin-top: 0px }
.list-1 li a { color: #FFF }
.list-1 li a:hover { color: #BFBFBF }
.link {
    color: #8acfff;
    text-decoration: underline;
}
.link:hover { text-decoration: none }
/*auxiliary*/
.img-ind {
    float: left;
    margin-right: 19px;
    margin-top: 4px;
}
.img-ind-1 {
    float: right;
    margin-left: 34px;
    margin-top: 0px;
}
.wrapper {
    width: 100%;
    position: relative;
}
.extra-wrap { overflow: hidden }
.grid_inside { margin: 0 -10px }
.aligncenter { text-align: center !important }
.alignleft { text-align: left !important }
.it {
    font-style: italic;
    display: inline-block;
}
.fleft { float: left }
.fright { float: right }
.h-underline:hover { text-decoration: underline }
.underline { text-decoration: underline }
.upp { text-transform: uppercase }
.transition { transition: all 0.4s ease }
.clearfix { *zoom: 1  }
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after { clear: both }
.pad-left { padding-left: 10px }
p { padding-bottom: 18px }
.bg-1 {
    background: #FBD63B;
    margin-top: 15px;
}
/************Header************/
header,
.content { background: #BBF5F9 }
h1 {
    margin-top: 25px;
    float: left;
}
.slider-text {
    color: #F93648;
    text-shadow: 3px 3px 1px #515652;
}
.h-top .fright {
    float: right;
    font-size: 27px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
}
.camera_caption > div {
    background: none;
    font-size: 75px;
    line-height: 67px;
    color: #fff;
    margin-top: 120px;
    margin-left: -20px;
}
.camera_caption > div span {
    background: url(../../images/opac-1.png) 0 0 repeat;
    height: 75px;
    display: inline-block;
    padding-bottom: 6px;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.camera_pag {
    width: 940px;
    margin: 0 auto;
    position: relative;
    padding-top: 2px;
}
.camera_pag_ul {
    padding: 1px 5px 1px !important;
    background: #f4f5dc !important;
    position: absolute;
    right: 1px;
    bottom: 232px;
    z-index: 1000;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    margin: 5px 3px 0px;
    height: 14px;
    width: 14px;
    background: url(../images/camera/camera_pag.png) right 0 no-repeat;
}
.camera_pag_ul li span { display: none }
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.camera_wrap .camera_pag .camera_pag_ul li:hover { background: url(../../images/camera/camera_pag.png) left 0 repeat }
.camera_pag { position: relative }
.camera_wrap { height: 691px }
/************Content***********/
.content { padding-bottom: 75px }
.page-1 .content { padding-bottom: 40px }
.box-1 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.box-1.v1 { background: #FFCCCC }
.box-1.v2 { background: #FBD63B }
.box-1.v3 { background: #ACD6FF }
.box-1 h3 { padding: 13px 0 16px 19px }
.box-1 .inside { padding: 17px 20px 21px }
.box-1.v1 .btn { background: #FFFFFF }
.box-1.v1 .btn:hover { background: #FFCCCC }
.box-1.v2 .btn { background: #FFFFFF }
.box-1.v2 .btn:hover { background: #FBD63B }
.box-1.v3 .btn { background: #FFFFFF }
.box-1.v3 .btn:hover { background: #ACD6FF }
.block-1 .box-1,
.block-1 .box-2 { margin-top: 10px }
.box-2 { margin-top: 4px }
.box-1.v1 .btn,
.box-1.v2 .btn,
.box-1.v3 .btn { margin-top: 10px }
.box-1.v1 .white,
.box-1.v2 .white,
.box-1.v3 .white { min-height: 90px }
/*★*/
.bgwhite { background: #515652 }
.bgwhite h1,
.bgwhite h2,
.bgwhite h3 { color: #000000 }
.bgwhite p { color: #666666 }
.block-2 {
    /*    background: #40c0fb;*/
    background: #fff;
    margin-top: 19px;
    padding: 13px 16px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #000;
}
.block-2 h2 { color: #000000 }
.block-2 h3 {
    color: #000000;
    font-size: 26px;
}
p.ptitle {
    margin-top: 10px;
    padding-bottom: 5px;
}
.news p,
.piccate p,
.claim p,
.gfile p { padding-bottom: 8px }
.claim div.c_title {
    background: #D7F99A;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: 700;
}
.news p.tlink{
	word-wrap:break-word;
}
.claim p.c_ask { margin-left: 20px }
.claim p.c_answer {
    color: #0066CC;
    padding-left: 40px;
    background: url(../images/ans.png) no-repeat;
    background-position: 5px 2px;
}
.block-2 a,
.piccate a,
.gfile a { color: #0066FF }
.piccate ul {
    list-style-image: url(../../images/list1.gif);
    padding: 15px;
    margin-left: 5px;
}
.piccate ul li {
    padding: 3px;
    width: 290px;
    float: left;
}
.pic h2{
		padding-top:10px;
		font-size:120%;
		padding-bottom: 10px;
}
.pic p{
		font-size:90%;
}
.gfile p.filename {
    font-size: 105%;
    font-weight: 700;
    padding-left: 20px;
    padding-top: 10px;
    background: url(../images/file_t.gif) no-repeat;
    background-position: 0 10px;
}
.gfile p.filetext { padding: 0 30px }
.gfile p.file {
    margin-left: 30px;
    padding-left: 10px;
    background: url(../images/file.gif) no-repeat;
    background-position: 0 5px;
}
div.center { text-align: center }
p.ttile2 { font-size: 120% }
.block-2 .inside { width: 60% }
.block-2 .btn { margin-top: 16px }
.container_12 table {
    border: 1px #BBF5F9 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 20px;
}
.container_12 table th {
    padding: 10px;
    color: #fff;
    border: 1px #BBF5F9 solid;
    border-width: 0 0 1px 1px;
    background: #FBD63B;
}
.container_12 table th.last { border-bottom: 1px #BBF5F9 solid }
.container_12 table th.first { border-left: 1px #BBF5F9 solid }
.container_12 table th.center {
    border-left: 1px #BBF5F9 solid;
    border-bottom: 1px #BBF5F9 solid;
}
.container_12 table td {
    padding: 10px;
    border: 1px #BBF5F9 solid;
    border-width: 0 0 1px 1px;
    background: #fff;
    color: #000000;
}
.container_12 { color: #515652 }
/************Footer************/
footer { }
.f-top {
    background: #53E4F0;
    padding-bottom: 22px;
		color: #666666;
}
.list-services.v1 {
    text-align: left;
    position: relative;
    margin-top: 16px;
}
[class*="list-services-"].v1 { margin: 0px 6px 0px 0px }
.list-services li a:hover {
    -webkit-box-shadow: 1px 1px 1px 1px #000;
    -moz-box-shadow: 1px 1px 1px 1px #000;
    box-shadow: 1px 1px 1px 1px #000;
}
.copyright {
    padding: 14px 0;
    color: #515652;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    cursor: pointer;
    overflow: hidden;
    width: 76px;
    height: 217px;
    border: none;
    z-index: 20;
    margin-right: -670px !important;
    right: 50%;
    bottom: 20px;
}
#toTop:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    color: #FBD63B;
}
#toTop:hover:after { color: #666666 }
#toTop:active,
#toTop:focus { outline: none }
/*touch-touch*/
#owl .magnifier {
    position: relative;
    display: block;
    background: url(../images/magnifier.png) center center no-repeat #000000;
}
#owl .magnifier img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}
#owl .magnifier:hover img { opacity: 0.4 }
div.signin_waku {
    text-align: center;
    background-color: #F7F7F7;
    margin: 5px;
    padding: 10px;
    float: left;
    width: 250px;
    box-shadow: 1px 2px 3px #CECECE;
    -moz-box-shadow: 1px 2px 3px #CECECE; /* Firefox用 */
    -webkit-box-shadow: 1px 2px 3px #CECECE; /* Safari,Google Chrome用 */
}
input[type="password"],
input[type="submit"] {
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.login-button {
    padding: 0;
    width: 100%;
    font-family: Arial,sans-serif;
    font-size: 13px;
}
.login-button,
.login-button:visited {
    background-color: #FBD63B;
    background-image: -moz-linear-gradient(center top , #F9CB6D, #FBD63B);
    border: 1px solid #F4AB13;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
p.err { color: #FF0000 }
.limg {
    margin-left: 50px;
    margin-bottom: 20px;
}

table.job{
	width:100%;
}
table.job th{width:20%;    text-shadow: 1px 1px 1px #363636;}
table.job td{width:80%;}

div.b_waku{
padding-bottom:40px;
}

.pdb{padding-bottom:30px;}
.timg{padding-right:5px;}
.tdate{padding-right:10px;}
.e_left{float: left; width:50%;}
.e_left img{ max-width:100%;}
.e_right{float: left; width:49%;padding-left:1%;}

/*==================================レスポンシブレイアウト===============================================*/
@media only screen and (max-width: 1300px) { 
    .camera_caption > div { margin-top: 38px }
    .box-1.v4 { margin-top: 40px }
}
@media only screen and (max-width: 995px) { 
    h3,
    .title-1,
    .text-3 { letter-spacing: 0px }
    .camera_wrap .camera_pag .camera_pag_ul { right: 70% }
    .camera_pag { width: 100% }
    .camera_caption > div {
        font-size: 60px;
        line-height: 50px;
    }
    .camera_caption > div span { height: 65px }
    .camera_pag_ul { bottom: 120px }
    .block-2 .inside {
        background: url(../images/opac-1.png) 0 0 repeat;
        padding: 10px;
    }
    [class*="list-services-"] {
        width: 48px;
        height: 48px;
        font-size: 30px;
        line-height: 30px;
    }
    .list-1-services li a {
        width: 40px;
        height: 40px;
    }
    .list-1-services li a i { line-height: 40px }
    .list_carousel .arrows {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 20px;
    }
    .w1 { width: 45% }
    .camera_wrap { height: 417px }
		img.b4full{
		width:100%;
		height:auto;
		}
}
@media only screen and (max-width: 767px) { 
    img.img_full {
        width: 100%;
        height: auto;
    }
    .list-services { margin-top: 0px }
    .h-top .fright { margin-bottom: 30px }
    .block-1 .box-1,
    .block-1 .box-2 { margin-top: 30px }
    .camera_caption > div {
        font-size: 43px;
        line-height: 56px;
    }
    .camera_pag_ul { bottom: 20px }
    .block-2 .inside { width: auto }
    .title-2 {
        font-size: 40px;
        line-height: 40px;
    }
    [class*="list-services-"] {
        font-size: 36px;
        line-height: 24px;
        width: 53px;
        height: 53px;
    }
    .box-2 {
        width: 46% !important;
        margin-left: 2%;
        margin-right: 2%;
    }
    .camera_wrap { height: 318px }
    .various { margin-right: 0 }
    .camera_caption > div span { height: 30px }
    .camera_caption > div {
        font-size: 30px;
        line-height: 36px;
        margin-top: 30px;
    }
    #fsize { display: none }
    div.left_column,
    div.right_column {
        width: 97%;
        float: none;
    }
    /*★ base1用*/
    .block-2 .left_column,
    .block-2 .right_column { width: 100% }
    .h-top .fright { margin-bottom: 0 }
    div.signin_waku { float: none }
    .limg { display: none }
}
@media only screen and (max-width: 479px) { 
    .h-top .fright span { display: block }
    .h-top .fright { width: 100% }
    .camera_pag_ul { bottom: 10px }
    .img-ind-1.w1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .camera_wrap { height: 199px }
    .h-top h1 img {
        width: 100%;
        height: auto;
    }
    footer img {
        width: 100%;
        height: auto;
    }
    .block-2 h3 { font-size: 20px }
		
    .bgwhite { margin: 0 }
		
		table.job th{width:auto;}
		table.job td{width:auto;}	
		table.job{
			display: block;
		}
		table.job thead{
			display: none;
		}
		table.job tbody{
			display: block;
		}
		table.job tbody tr{
			display: block;
			margin-bottom:15px;
		}
		table.job tbody th,
		table.job tbody td{
			display: list-item;
			border: none;
		}
		table.job tbody th{
			margin-bottom: 1px;
			list-style-type: none;
			color: #fff;
			background: #FBD63B;
		}
		table.job tbody td{
			padding:5px;
			list-style-type: none;
		}	
		.e_left,.e_right{float:none; width:100%;}
	
}
@media only screen and (max-width: 320px) { 
    
}


figure.gazo-box {
float: left;
padding-right: 20px;
}