@charset "utf-8";

/*===============================================
●style.css 画面の横幅が640px以上
===============================================*/

@media print,
screen and (min-width: 640px) {
    body {
        font-size: 95%;
        background: url(../images/bg_page.png);
    }
    body#ootsu {
        font-size: 95%;
        background: url(../ootsu/images/bg_page.png);
    }
    /***** index *****/
    #container {
        width: 100%;
    }
    header {
        position: relative;
        max-width: 980px;
        height: 100px;
        margin: 0 auto;
    }
    header h1 {
        font-size: 11px;
        color: #666;
    }
    header div.logo {
        position: absolute;
        top: 20px;
        left: 0;
    }
    .drawr {
        height: 35px !important;
    }
    #right-sidr {
        position: absolute;
        bottom: 0;
        right: 0;
        min-width: 400px;
        margin-bottom: 5px;
    }
    #right-sidr ul li {
        display: inline-block;
        border-right: 1px solid #645b50;
    }
    #right-sidr ul li a {
        display: block;
        line-height: 1 !important;
        font-size: 95%;
        color: #0b8294;
        font-weight: bold;
        text-decoration: none;
        margin-left: 0;
        margin-right: 5px;
        padding: 0 10px;
    }
    #right-sidr ul li a:hover,
    .nav ul li a:visited:hover {
        text-decoration: none;
        color: #17acc2;
    }
    #right-sidr ul li ul {
        display: none;
    }
    .wrapper {
        min-width: 100%;
        padding-bottom: 50px;
    }
    .main {
        min-width: 100%;
        height: 1000px;
        background-size: 100%;
    }
    .mainin {
        position: relative;
        max-width: 980px;
        height: 800px;
        margin: 0 auto;
    }
    .point {
        min-width: 100%;
        height: 240px;
        background: url(../images/bg_point.png) no-repeat;
        background-size: 100%;
        margin-bottom: 50px;
    }
    .headline {
        min-width: 100%;
        height: 330px;
        background: url(../images/bg_headline.png) repeat-x;
        background-position: bottom;
        margin-bottom: 50px;
    }
    .headlinein {
        position: relative;
        max-width: 980px;
        height: 330px;
        margin: 0 auto;
    }
    .headlinein h2 {
        padding-top: 50px;
        padding-left: 40px;
        font-size: 220%;
        color: #d7592e;
        filter: dropshadow(color=#fff, offX=0, offY=-1) dropshadow(color=#fff, offX=1, offY=0) dropshadow(color=#fff, offX=0, offY=1) dropshadow(color=#fff, offX=-1, offY=0);
        -webkit-text-stroke-color: #fff;
        -webkit-text-stroke-width: 1px;
        text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
    }
    .bg_about {
        background: url(../images/bg_about_pc.png) no-repeat;
    }
    .bg_life {
        background: url(../images/bg_life_pc.png) no-repeat;
    }
    .bg_access {
        background: url(../images/bg_access_pc.png) no-repeat;
    }
    .bg_recruit {
        background: url(../images/bg_recruit_pc.png) no-repeat;
    }
    .bg_inquiry {
        /* background: url(../images/bg_inquiry_pc.png) no-repeat; */
        background: url(../images/06_bg_maria_grid_wave_2.png) no-repeat;
    }
    .bg_policy {
        background: url(../images/bg_policy_pc.png) no-repeat;
    }
    p.catch01 {
        position: absolute;
        top: 10%;
        right: 50px;
        font-size: 180%;
        color: #fff;
        /*text-shadow*/
        -moz-text-shadow: 1px 1px 0 #3f3a3c;
        -webkit-text-shadow: 1px 1px 0 #3f3a3c;
        text-shadow: 1px 1px 0 #3f3a3c;
    }
    p.catch02 {
        position: absolute;
        bottom: 50%;
        left: 50px;
        font-size: 180%;
        color: #fff;
        /*text-shadow*/
        -moz-text-shadow: 1px 1px 0 #3f3a3c;
        -webkit-text-shadow: 1px 1px 0 #3f3a3c;
        text-shadow: 1px 1px 0 #3f3a3c;
    }
    .mainin ul {
        vertical-align: bottom;
        max-width: 980px;
        padding-top: 400px;
        text-align: center;
    }
    .mainin ul li {
        display: inline-block;
        padding: 0 20px;
    }
    /*
li.navbtn01{
	position:absolute;
	width:40%;
	bottom:20%;
	left:100px;
}
li.navbtn02{
	position:absolute;
	width:40%;
	bottom:20%;
	left:40%;
}
li.navbtn03{
	position:absolute;
	width:40%;
	bottom:20%;
	right:-100px;
}
*/
    .content {
        min-width: 100%;
    }
    div.contentbtn01 {
        max-width: 980px;
        margin: 0 auto 50px auto;
    }
    div.contentbtn01 li img {
        width: 100%;
    }
    .contentbtn02 {
        min-width: 100%;
        background: url(../images/bg_contentbtn02.png);
        padding: 10px 0 5px 0;
    }
    .contentbtn02 ul {
        max-width: 980px;
        margin: 0 auto;
    }
    .contentbtn02 ul li {
        margin-bottom: 10px;
    }
    .contentbtn02 ul li img {
        width: 100%;
    }
    .content h3 {
        position: relative;
        max-width: 980px;
        text-indent: 0.7em;
        color: #0b8294;
        font-size: 160%;
        border-bottom: 2px dotted #0b8294;
        margin: 0 auto 10px auto;
    }
    .content h3:before {
        content: "";
        position: absolute;
        background: #0b8294;
        top: 50%;
        left: 0;
        margin-top: -5px;
        height: 12px;
        width: 12px;
        border-radius: 17px;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        box-shadow: 1px 1px 1px #036e7e inset;
        -moz-box-shadow: 1px 1px 1px #036e7e inset;
        -webkit-box-shadow: 1px 1px 1px #036e7e inset;
        -o-box-shadow: 1px 1px 1px #036e7e inset;
        -ms-box-shadow: 1px 1px 1px #036e7e inset;
    }
    .content h4 {
        position: relative;
        max-width: 960px;
        padding-left: 20px;
        font-size: 130%;
        font-weight: bold;
        color: #5a900c;
        margin: 0 auto 10px auto;
    }
    .content h4:after,
    .content h4:before {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: 8px;
        height: 17px;
        width: 4px;
        background: #5a900c;
        border-radius: 10px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .content h4:before {
        top: 12px;
        left: 0;
        height: 9px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    .content p {
        max-width: 980px;
        margin: 0 auto;
    }
    .content ol {
        max-width: 980px;
        margin: 0 auto;
        padding: 0 10px 0 25px;
        list-style-type: decimal;
    }
    .rss-box {
        max-width: 980px;
        margin: 0 auto 50px auto;
    }
    .limage_rtext {
        max-width: 980px;
        margin: 0 auto;
    }
    .limage_rtext img {
        max-width: 400px;
        display: inline-block;
        padding-right: 20px;
        margin-bottom: 10px;
        vertical-align: top;
    }
    .limage_rtext p {
        max-width: 550px;
        display: inline-block;
        vertical-align: top;
    }
    .ltext_rimage {
        max-width: 980px;
        margin: 0 auto;
    }
    .ltext_rimage p,
    .ltext_rimage ol {
        max-width: 530px;
        display: inline-block;
        padding-right: 20px;
        margin-bottom: 10px;
        vertical-align: top;
    }
    .ltext_rimage ol {
        list-style-type: decimal;
    }
    .ltext_rimage ol li {
        margin-bottom: 10px;
    }
    .ltext_rimage img {
        max-width: 400px;
        display: inline-block;
        vertical-align: top;
    }
    p.life02 {
        display: none;
    }
    div.topics-inc {
        max-width: 980px;
        height: 160px;
        margin: 0 auto;
        padding: 10px;
        overflow: auto;
    }
    ul.news {
        border-bottom: 1px dotted #444;
        overflow: hidden;
        /* MacIE */
    }
    /* NN7 */
    ul.news:after {
        content: "";
        display: block;
        clear: both;
        height: 1px;
        overflow: hidden;
    }
    /* IE6 */
    * html ul.news {
        height: 1em;
        overflow: visible;
    }
    .row1 {
        float: left;
        width: 20%;
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0;
        position: relative;
        padding-left: 15px;
    }
    .row1:before {
        content: '';
        display: block;
        position: absolute;
        box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
        top: 9px;
        left: 2px;
        height: 0;
        width: 0;
        border-top: 5px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #333;
    }
    .row2 {
        float: right;
        width: 70%;
        font-size: 20px;
        margin: 10px 0;
    }
    .menu_list ul li {
        display: inline-block;
        margin: 0 6px 5px 6px;
    }
    .footer {
        min-width: 100%;
        min-height: 160px;
        background: url(../images/bg_footer.png) bottom left repeat-x;
    }
    .footernav {
        min-width: 100%;
        min-height: 80px;
    }
    .footernavin {
        max-width: 980px;
        padding: 10px 0;
        margin: 0 auto;
    }
    .footernavin ul li {
        display: inline;
        padding: 0 5px;
    }
    .footernavin ul li a {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        margin-left: 5px;
        margin-right: 10px;
    }
    .footernavin ul li a:hover {
        color: #ccc;
    }
    .footerin {
        position: relative;
        max-width: 980px;
        min-height: 80px;
        margin: 0 auto;
    }
    .footerin div.footer_logo {
        position: absolute;
        top: 15px;
        left: 0;
    }
    address {
        position: absolute;
        top: 15px;
        left: 300px;
        color: #fff;
        font-size: 14px;
        line-height: 1.2;
    }
    p.copyright {
        position: absolute;
        top: 50px;
        left: 300px;
        color: #fff;
        font-size: 11px;
    }
    .pagetop {
        position: fixed;
        bottom: 100px;
        right: -70px;
    }
    .pagetop a {
        display: block;
        width: 70px;
        height: 70px;
        background-color: #69ddee;
        border-radius: 70px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        line-height: 70px;
    }
    /***** layout *****/
    ul.business_nav {
        width: 695px;
    }
    ul.business_nav li {
        float: left;
        margin-bottom: 30px;
    }
    .layout_img_l {
        margin: 0 10px 30px 10px;
    }
    /* NN7 */
    .layout_img_l:after {
        content: "";
        display: block;
        clear: both;
        height: 1px;
        overflow: hidden;
    }
    /* IE6 */
    * html .layout_img_l {
        height: 1em;
        overflow: visible;
    }
    .layout_img_l img {
        float: left;
        width: 300px;
    }
    .layout_img_l p {
        float: right;
        width: 355px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /***** table01 *****/
    .table01 {
        max-width: 980px;
        min-width: 640px;
        margin: 0 auto 20px auto;
    }
    .table01,
    .table01 th,
    .table01 td {
        border: 1px solid #ccc;
    }
    .table01 th {
        width: 20%;
        padding: 10px;
        text-align: center;
        vertical-align: top;
        font-weight: bold;
        background: #eee;
    }
    .table01 td {
        padding: 10px;
        background: #fff;
    }
    .table02 {
        max-width: 550px;
        display: inline-block;
    }
    .table02,
    .table02 th,
    .table02 td {
        border: 1px solid #fdc58a;
    }
    .table02 th {
        width: 30%;
        padding: 10px;
        text-align: center;
        vertical-align: top;
        font-weight: bold;
        background: #fedfbd !important;
    }
    .table02 td {
        padding: 10px;
        background: #fff;
    }
    .table_Form {
        width: 95%;
        margin: 0 auto 20px auto;
    }
    .table_Form,
    .table_Form th,
    .table_Form td {
        border-bottom: 1px solid #fff;
    }
    .table_Form th {
        width: 25%;
        padding: 20px;
        vertical-align: top;
        font-weight: bold;
        background: #ededed;
    }
    .table_Form th div {
        position: relative;
    }
    .table_Form th div img {
        position: absolute;
        top: 4px;
        right: 0;
    }
    .table_Form td {
        padding: 20px;
        background: #f3f3f3;
    }
    .table_Form td input {
        padding: 10px;
    }
    .form_scroll {
        max-width: 300px;
        overflow: auto;
        height: 100px;
        font-size: 70%;
    }
}