﻿/****************************************

          General Setting

*****************************************/
html 
{
	/*font-size: 0.625em !important;*/
}

body {
    color: #333;
    font-size: 1.2em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6em;
}

.titleh2 
{
	background-image: url(../images/h2.jpg);
	background-size: cover;
	color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding:5px 7px;
    border:1px solid #ddd;
}

.titleh2 span 
{
	display:block;
	background: url(../images/lineh2.png) repeat-y left;
	padding:3px 0 3px 17px;
}
 
a {
    color: #333;
}

footer .bnr div a:focus, footer .link ul li a:focus
{
	text-decoration:none;
}

    a:hover {
        color: #06e;
    }

img {
    max-width: 100%;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.container {
    max-width: 980px;
}
/*ヘッダ*/
header {
    border-top: 5px solid #62b122;
    border-bottom: 5px solid #fff;
    background: #fff;
}

    header #rogo {
        margin: 10px 0;
        height: 45px;
        float: left;
    }

    header .contactus {
        display: none;
        /*font-size: 1px;*/
    }

    header #mainmenu .mainmenu-head {
        background-color: #62b122;
		font-size: 1.2em;
    }

        header #mainmenu .mainmenu-head a {
            background: url(../images/hamburger.png) no-repeat;
            background-size: contain;
            background-position: right center;
            display: block;
            line-height: 40px;
            width: 100%;
            text-decoration: none;			
			color: #fff;
			padding-left: 10px;			
        }

    header #mainmenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    header #mainmenu li {
        background: #62b122;
        margin-top: 1px;        
    }

        header #mainmenu li.active {
            background-color: #46900b;
        }

        header #mainmenu li a {
            color: #fff;
            display: block;            
            padding: 11px 10px 9px 10px;
        }

            header #mainmenu li a:hover {
                background-color: #46900b;
            }
/*ヘッダ*/
/*写真スライダ*/
#wide {
    padding: 0 0 10px 0;
}
/*写真スライダ*/
/*MAIN CONTENT - BEGIN*/
#contents h2 {
    font-size: 1.15em;
    font-weight: bold;
    border-left: 5px solid #45900A;
    padding-left: 10px;
    margin: 20px 10px 0 10px;
}

    #contents .txt_h3 {
        border-left: 5px solid #63B121 !important;
        font-size: 1.2em !important;
        padding-left: 10px !important;
        margin: 20px 0 10px 0 !important;
        font-weight: bold !important;
    }

#contents p.rogo {
    float: right;
    margin: 0 10px;
}



#contents .service {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #eaf7e0;
    border: 2px solid #62b122;
    margin-top: 10px;
    padding: 10px;
    height: auto;
}

    #contents .service h3 {
        font-weight: bold;
        font-size: 1.1em;
        background: url(../images/ico_check.png) no-repeat left top;
        margin: 0;
        line-height: 32px;
        padding: 5px 0 0 35px;
    }

    #contents .service p {
        font-weight: bold;
        margin: 10px 0;
    }

    #contents .service .txt {
        width: 65%;
    }

#contents .other {
    margin: 10px 0;
    font-weight: bold;
    /*text-align: center;*/
}

    #contents .other span {
        position: relative;
        top: 5px;
        left: 5px;
    }

#contents .btn_area {
    margin: 10px 0;
    text-align: center;
}

#contents .btn_01 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    padding: 2px;
    background-color: #0068b7;
}

    #contents .btn_01 a {
        display: block;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        padding: 7px;
    }

        #contents .btn_01 a:hover {
            background-color: #398DCC;
        }

#contents .btn_02 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    padding: 2px;
    background-color: #62b122;
    margin-top: 10px;
}

    #contents .btn_02 a {
        display: block;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        padding: 7px;
    }

        #contents .btn_02 a:hover {
            background-color: #81C845;
        }



/*SUB MENU - BEGIN*/
#submenu {
    margin-bottom: 15px;
}

    #submenu .box {
        margin-bottom: 5px;
        background: #eee;
    }

        #submenu .box .tit {
            font-weight: bold;
            background: #eee;
        }

            #submenu .box .tit a {
                background: url(../images/menu_down.png) no-repeat;
                background-position: right center;
				display: block;
                line-height: 30px;
                width: 100%;
				text-decoration: none;			
				padding-right: 40px !important;
            }

                #submenu .box .tit a.open {
                    background: url(../images/menu_up.png) no-repeat;
                    background-position: right center;
                }

        #submenu .box ul {
            margin: 0;
            padding: 0;
        }

            #submenu .box ul li {
                list-style-type: none;
                background: url(../images/ico_right.gif) no-repeat left center;
                border-bottom: 2px solid #fff;
            }

                #submenu .box ul li:last-child {
                    border: none;
                }

                #submenu .box ul li.no_link {
                    padding: 10px 0;
                    background: none;
                }

                #submenu .box ul li a {
                    padding: 10px 15px !important;
                    text-decoration: none;
                    display: block;
                }

                    #submenu .box ul li a:hover {
                        color: #333;
                    }

                    #submenu .box ul li a:hover {
                        text-decoration: underline;
                    }

                #submenu .box ul li.active {
                    background: #ddd;
                }


            #submenu .box ul.level1 li {
                margin-left: 25px;
            }

            #submenu .box ul.level2 li {
                margin-left: 35px;
            }

    #submenu a,
	#submenu .tit a:hover,
	#submenuhead:hover,
	#submenu .tit a:visited {
        color: #333 !important;
        font-weight: normal;
    }

       #submenu .submenu-head {
        background-color: #ddd;
        margin-bottom: 5px;
        display: block !important;
    }

        #submenu .submenu-head a {
            background: url(../images/menu_down.png) no-repeat;
            background-size: contain;
            background-position: right center;
			display: block;
            line-height: 40px;
            width: 100%;
			text-decoration: none;
			padding-left: 10px;
        }

            #submenu .submenu-head a.open {
                background: url(../images/menu_up.png) no-repeat;
                background-size: contain;
                background-position: right center;
            }

        #submenu .submenu-head span {
            line-height: 40px;
            display: block;
            padding-left: 10px;
        }

#submenu .box ul li a:hover {
	text-decoration: none;
}
/*SUB MENU - END*/

/*営農情報*/
/*#agri_info {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #62b122;
    margin-top: 10px;
    padding: 10px;
}

    #agri_info h2 {
        border-left: 5px solid #62b122;
        padding-left: 10px;
        margin: 0 0 10px 0;
        font-size: 1.1em;
	height: 14px;
}
    #agri_info0 h2 {
        border-left: 5px solid #62b122;
        padding-left: 10px;
        margin: 0 0 10px 0;
        font-size: 1.1em;
        background: #eaf7e0
	height: 18px;
}

    #agri_info p {
        margin: 20px 0 10px 0;
        font-weight: bold;
    }

    #agri_info ul {
        padding-left: 0px;
    }

        #agri_info ul li {
            list-style: none;
            background: url(../images/ico_right.gif) no-repeat left center;
            border-top: 1px dashed #62b122;
        }

            #agri_info ul li.end {
                border-bottom: 1px dashed #62b122;
            }

            #agri_info ul li a {
                display: block;
                padding: 7px 20px;
            }
*/

/*追加ariga 20160802*/
#agri_info2 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #62b122;
    margin-top: 10px;
    padding: 10px;
    word-wrap: break-word;
}

    #agri_info2 h2 {
        border-left: 5px solid #62b122;
        padding: 5px 10px 5px 10px;
        margin: 0 0 10px 0;
        font-size: 1.1em;
        background: #EAF7E0;
	height: 25px;
}
    #agri_info02 h2 {
        border-left: 5px solid #62b122;
        padding-left: 10px;
        margin: 0 0 10px 0;
        font-size: 1.1em;
        background: #eaf7e0
	height: 18px;
}

    #agri_info2 p {
        margin: 20px 0 10px 0;
        font-weight: bold;
    }

    #agri_info2 ul {
        padding-left: 0px;
    }

        #agri_info2 ul li {
            list-style: none;
            background: url(../images/ico_right.gif) no-repeat left center;
            border-bottom: 1px dashed #62b122;
            line-height:20px;
        }

            #agri_info2 ul li.end 
            {
                border-bottom: 1px dashed #62b122;
            }

            #agri_info2 ul li a {
                display: block;
                padding: 7px 20px;
            }
#agri_info3 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #62b122;
    margin-top: 10px;
    padding: 10px;
    word-wrap: break-word;    
}

    #agri_info3 h2 {
        border-left: 5px solid #62b122;
        padding: 5px 10px 5px 10px;
        margin: 0 0 10px 0;
        font-size: 1.1em;
        background: #EAF7E0;
	height: 25px;
}
    #agri_info03 h2 {
        border-left: 5px solid #62b122;
        padding-left: 10px;
        margin: 0 0 10px 0;
        font-size: 1.1em;
        background: #eaf7e0
	height: 18px;
}

    #agri_info3 p {
        margin: 20px 0 10px 0;
        font-weight: bold;
    }

    #agri_info3 ul {
        padding-left: 0px;
    }

        #agri_info3 ul li {
            list-style: none;
            line-height:30px;
        }

            #agri_info3 ul li.end 
            {
                border-bottom: 1px dashed #62b122;
            }

            #agri_info3 ul li a {
                display: block;
                padding: 7px 20px;
            }
       #agri_info3 ul.disc li {
            color: #63B121;
            margin-bottom: 10px;
            
        }
       	    #agri_info3 ul.disc li span { 
                color: #333;
            }

            #agri_info3 ul li a {
                display: block;
                padding: 7px 20px;
            }
       
/*20171020追加*/
#agri_info4 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #62b122;
    margin-top: 10px;
    padding: 10px;
    word-wrap: break-word;
}

    #agri_info4 h2 {
        border-left: 5px solid #62b122;
        padding: 5px 10px 5px 10px;
        margin: 0 0 10px 0;
        font-size: 1.1em;
        background: #EAF7E0;
	height: 25px;
}
    #agri_info04 h2 {
        border-left: 5px solid #62b122;
        padding-left: 10px;
        margin: 0 0 10px 0;
        font-size: 1.1em;
        background: #eaf7e0
	height: 18px;
}

    #agri_info4 p {
        margin: 20px 0 10px 0;
        font-weight: bold;
    }

    #agri_info4 ul {
        padding-left: 0px;
    }

        #agri_info4 ul li {
            list-style: none;
            background: url(../images/ico_right.gif) no-repeat left center;
            border-bottom: 1px dashed #62b122;
            line-height:20px;
        }

            #agri_info4 ul li.end 
            {
                border-bottom: 1px dashed #62b122;
            }

            #agri_info4 ul li a {
                display: block;
                padding: 7px 20px;
            }
.movieImgDivHeght
{
    height:730px;
    text-align: center;
    margin:0 auto;
}
.columnMovie
{
    float:left;
    width:40%;
    margin:20px 0 0 4.22%;
    display:block;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align: baseline;
}
.twoColumnMovie > .columnMovie
{
    float:left;
    width:40%;
    margin:20px 0 0 4.22%;
    display:block;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align: baseline;
}
.borderBox01
{
    border:solid 1px #cccccc;   
}
.borderBox01 > .nocaution
{
    position:relative;
    font-weight:bold;
    background-color:#eaf7e0;
    border-bottom:soled 1px #cccccc;
    padding-top:9px;
    padding-right:9px;
    padding-bottom:9px;
    padding-left:25px; 
}
.borderBox01 > .inner
{
    padding:5px;
    margin-top:0 !important;
}
.aC
{
    text-align: center !important;    
}
.videoSize01
{
    width:100%;
    height:180;
}
/*20171020追加ここまで*/



/*MAIN CONTENT - END*/

/*SIDE - BEGIN*/
#login .tit {
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    background: #ff8400;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
}

#login .contents {
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border: 2px solid #ff8400;
    background-color: #ffeedb;
    padding: 10px;
}

#login .btn_area {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#login .btn_01 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    padding: 2px;
    background-color: #ff8400;
}

    #login .btn_01 a {
        display: block;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        padding: 7px;
    }

        #login .btn_01 a:hover {
            background-color: #FF9B31;
        }

#login .btn_02 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    padding: 2px;
    background-color: #32b16c;
    margin-top: 10px;
}

    #login .btn_02 a {
        display: block;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        padding: 7px;
    }

        #login .btn_02 a:hover {
            background-color: #5BC18A;
        }

#login p {
    margin: 10px 0;
}

#login ul {
    padding-left: 0px;
}

    #login ul li {
        list-style: none;
        background: url(../images/ico_right.gif) no-repeat left center;
        border-top: 1px dashed #FF8400;
    }

        #login ul li a {
            display: block;
            padding: 7px 20px;
        }

/* 営農情報、お知らせ */
#farmingInformationData .titleh2,
#notice .titleh2
{
	background-image: url(../images/h2.jpg);
	background-size: cover;
	color: #fff;
    font-weight: bold;
    padding:5px 7px;
    border:1px solid #ddd;
}

#farmingInformationData .titleh2 span,
#notice .titleh2 span
{
	display:block;
	background: url(../images/lineh2.png) repeat-y left;
	padding:3px 0 3px 17px;
}

#farmingInformationData,
#notice {
    margin-bottom: 30px;
}

    #farmingInformationData .box .list .btn,
    #notice .box .list .btn {
        padding-left: 30px;
    }

    #farmingInformationData .box,
    #notice .box {
        margin: 0 0 20px 0;
    }
    
        #farmingInformationData .box .list,
        #notice .box .list {
            padding: 10px 20px;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
			word-break: break-all;
        }

            #farmingInformationData .box .list ul,
            #notice .box .list ul {
                padding-left: 0px;
            }

                #farmingInformationData .box .list ul li,
                #notice .box .list ul li {
                    padding: 10px 0;
                    list-style: none;
                    border-bottom: 2px solid #eee;
                }

                    #farmingInformationData .box .list ul li:last-child,
                    #notice .box .list ul li:last-child {
                        border-bottom: 0px;
                        padding-bottom: 0px;
                        margin-bottom: -10px;
                    }

            #farmingInformationData .box .list .btn-area,
            #notice .box .list .btn-area {
                margin: 20px -15px -5px -15px;
            }

            #farmingInformationData .box .list span,
            #notice .box .list span {
                margin-left: 20px;
            }

                #farmingInformationData .box .list span.gray,
                #notice .box .list span.gray {
                    background: #ccc;
                    padding: 2px 5px;
                }

                #farmingInformationData .box .list span.yellow,
                #notice .box .list span.yellow {
                    background: #FFEF48;
                    padding: 2px 5px;
                }

                #farmingInformationData .box .list span.red,
                #notice .box .list span.red {
                    background: #ff0000;
                    padding: 2px 5px;
                }

            #farmingInformationData .box .list a,
            #notice .box .list a {
                color: #000;
                font-weight: normal;
                text-decoration: underline;
            }

                #farmingInformationData .box .list a:hover,
                #notice .box .list a:hover {
                    text-decoration: none;
                }

        #farmingInformationData .box .btn-area,
        #notice .box .btn-area {
            background: #EAF7E0;
            padding: 20px 0%;
            text-align: center;
            margin: 0;
        }

        #farmingInformationData .box .btn-default,
        #notice .box .btn-default {
            border-color: #62b122;
            color: #62b122;
        }

            #farmingInformationData .box .btn-default:hover,
            #farmingInformationData .box .btn-default:active,
            #farmingInformationData .box .btn-default:focus,
            #notice .box .btn-default:hover,
            #notice .box .btn-default:active,
            #notice .box .btn-default:focus {
                border-color: #FFB420;
                color: #fff;
                background: #FFB420;
            }

        #farmingInformationData .box .btn-primary,
        #notice .box .btn-primary {
            border-color: #62b122;
            background-color: #62b122;
            color: #fff;
        }

            #farmingInformationData .box .btn-primary:hover,
            #farmingInformationData .box .btn-primary:active,
            #farmingInformationData .box .btn-primary:focus,
            #notice .box .btn-primary:hover,
            #notice .box .btn-primary:active,
            #notice .box .btn-primary:focus {
                border-color: #FFB420;
                background: #FFB420;
            }

            #farmingInformationData .box button.arrow,
            #farmingInformationData .box button.arrow:hover,
            #notice .box button.arrow,
            #notice .box button.arrow:hover {
                background-image: url(../images/ico_btn.png);
                background-position: left center;
                background-repeat: no-repeat;
            }

/*新着情報*/
#news {
    margin-bottom: 20px;
}

    #news .tit {
        margin-top: 10px;
        border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        background: #46900b;
        padding: 5px 10px;
        color: #fff;
        text-align: center;
    }

    #news .contents {
        border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px;
        border: 2px solid #46900b;
        background-color: #eaf7e0;
        padding: 10px;
    }

        #news .contents p {
            text-align: center;
        }

    #news .news_area {
        background: #fff;
        padding: 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        margin-bottom: 10px;
    }


    #news .btn_01 {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        text-align: center;
        padding: 2px;
        background-color: #62b122;
    }

        #news .btn_01 a {
            display: block;
            color: #fff;
            text-decoration: none;
            border: 1px solid #fff;
            padding: 7px;
        }

            #news .btn_01 a:hover {
                background-color: #81C845;
            }

    #news ul {
        padding-left: 0px;
    }

        #news ul li {
            list-style: none;
            border-bottom: 1px dashed #62b122;
            padding: 7px 10px;
        }

            #news ul li.end {
                border-bottom: none;
            }
/*SIDE - END*/

/*フッター*/
footer {            
    background-color: #63B121;    
    padding-top: 15px;
    margin-top: -5px;
}

    footer #copyright {
        text-align: center;
        margin: 10px 0;
        color: #fff;
    }

    footer .bnr div a {
        border-left: 5px solid #ffca11;
        border-right: 1px solid #BBB;
        border-top: 1px solid #BBB;
        border-bottom: 1px solid #BBB;
        margin-bottom: 10px;
        background-color: #fff;
        padding: 5px;        
        display: block;
        min-height:54px;
    }
    
    footer .bnr div a p 
    {
		margin:0 0 0;	
    }

        footer .bnr div a.bnr_01 {
            padding-left: 35px;
            background: url(../images/footer_bnr_01.jpg) no-repeat 5px center #fff;
        }

        footer .bnr div a.bnr_02 {
            padding-left: 35px;
            background: url(../images/footer_bnr_02.jpg) no-repeat 5px center #fff;
        }

        footer .bnr div a.bnr_03 {
            padding-left: 35px;
            background: url(../images/footer_bnr_03.jpg) no-repeat 5px center #fff;
        }

        footer .bnr div a.bnr_04 {
            padding-left: 35px;
            background: url(../images/footer_bnr_04.jpg) no-repeat 5px center #fff;
        }

        footer .bnr div a.bnr_05 {
            padding-left: 35px;
            background: url(../images/footer_bnr_05.jpg) no-repeat 5px center #fff;
        }

        footer .bnr div a.bnr_06 {
            padding-left: 35px;
            background: url(../images/footer_bnr_06.jpg) no-repeat 5px center #fff;
        }

        footer .bnr div a.bnr_07 {
            padding-left: 35px;
            background: url(../images/footer_bnr_07.jpg) no-repeat 5px center #fff;
        }

        footer .bnr div a.bnr_10 {
            padding-left: 35px;
            background: url(../images/footer_bnr_10.jpg) no-repeat 5px center #fff;
        }

        footer .bnr div a.bnr_11 {
            padding-left: 35px;
            background: url(../images/footer_bnr_11.jpg) no-repeat 5px center #fff;
        }

    footer .ja {
        padding-top: 10px;
    }

        footer .ja div a {
            border: 1px solid #BBB;
            margin-bottom: 10px;
            background-color: #fff;
            padding: 5px 0;
            text-align: center;
            display: block;
        }

            footer .ja div a img {
                height: 20px;
            }

    footer .link {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background-color: #eaf7e0;
        padding: 1px 10px 10px 10px;
        margin-bottom: 10px;
    }

        footer .link ul {
            padding-left: 0px;
        }

        footer .link p {
            border-bottom: 3px solid #62b122;
            font-weight: bold;
            margin: 20px 0 10px 0;
        }

        footer .link ul li {
            list-style: none;
            border-bottom: 1px dashed #62b122;
            padding: 7px 10px;
        }

        footer .link ul li a {
            display: block;
        }

#to-top {
    margin-top: 20px;
}

    #to-top a {
        background: url(../images/ico_top.gif) no-repeat left center;
        padding-left: 15px;
        font-weight: normal;        
        text-decoration: none;
    }

        #to-top a:hover {            
            text-decoration: underline;
        }
/*フッター*/

.more_detail
{
	text-align: left !important;
}

@media only screen and (min-width: 768px) {
    /*HEADER - BEGIN*/
    header #rogo {
        height: 53px;
    }
    /*HEADER - END*/

    /*CONTENT - BEGIN*/
    #service_menu_01,
    #service_menu_02 {
        display: table;
        border-collapse: separate; /* セルの間隔を空ける */
        border-spacing: 10px 0px; /* 左右 上下で記述 */
        /* margin: 10px 0px; */
        margin: 10px -10px;
    }

    #contents .service {
        display: table-cell;
        padding: 10px;
        width: 40%;
    }
    
    #contents .service_01 {
		background: url(../images/contents_01.png) no-repeat right bottom;
		background-size: 35% auto;
		padding: 10px;
	}

	#contents .service_02 {
		background: url(../images/contents_02.png) no-repeat right bottom;
		background-size: 35% auto;
	}

	#contents .service_03 {
		background: url(../images/contents_03.png) no-repeat right bottom;
		background-size: 35% auto;
	}

	#contents .service_04 {
		background: url(../images/contents_04.png) no-repeat right bottom;
		background-size: 35% auto;
	}

    #contents .other {
        font-size: 1.1em;
    }

    

    #agri_info ul li {
        list-style: none;
        background: none;
        border: 1px solid #BBB;
        margin-right: 10px;
        float: left;
    }

        #agri_info ul li.end {
            border-bottom: 1px solid #BBB;
        }

        #agri_info ul li a {
            display: block;
            padding: 3px 10px;
        }

            #agri_info ul li a:hover {
                background: #EEE;
                text-decoration: none;
            }

    /*新着情報*/
    /*CONTENT - END*/

    
}

#contents .service_01 {
	background: url(../images/contents_01.png) no-repeat right bottom;
	background-size: 28% auto;
	padding: 10px;
}

#contents .service_02 {
	background: url(../images/contents_02.png) no-repeat right bottom;
	background-size: 28% auto;
}

#contents .service_03 {
	background: url(../images/contents_03.png) no-repeat right bottom;
	background-size: 28% auto;
}

#contents .service_04 {
	background: url(../images/contents_04.png) no-repeat right bottom;
	background-size: 28% auto;
}

@media only screen and (max-width: 482px) 
{   
     .more_detail
    {
		text-align: left !important;	
		/*font-size: 0.92em !important;*/
    }
    /*add レスポンシブ対応161020ariga;*/
    #agri_info2 h2 {
        width:100%;
        height:100%;
    }
    
    #agri_info3 h2 {
        width:100%;
        height:100%;
    }
    img.loginmanual{
    	width:100%;
        height:100%;
    }
    img.nobutton{
    	width:100%;
        height:100%;
    }
    img.memorizemanual{
    	width:100%;
        height:100%;
    }
    
    .movieImgDivHeght
    {
        height:1400px
    } 
    .columnMovie
    {
        display:block;
        float:none;
        clear:both;
        width:95%;
    }
    .twoColumnMovie > .columnMovie
    {
        float: none;
        width:100%;
        margin-top:20px 0 0;
        clear:both;
        margin-left:0;
        width:95%;
    } 
}

@media only screen and (max-width: 767px) {
    header #mainmenu-content.container {
        padding: 0px;
    }

    footer .link {
        margin-left: 0px;
        margin-right: 0px;
    }
    /*add レスポンシブ対応161020ariga;*/
    #agri_info2 h2 {
        width:100%;
        height:100%;
    }
    
    #agri_info3 h2 {
        width:100%;
        height:100%;
    }
    
    #contents .box .btn {
        width: 100% !important;
        display: block;
        margin-bottom: 5px;
    }
}


@media only screen and (min-width: 768px) {
    /*HEADER - BEGIN*/
    
    .more_detail
    {
		text-align: center !important;	
    }
    
    header #rogo {
        height: 65px;
    }

    header .contactus {
        display: block;
        font-size: 16px;
        font-weight: bold;
        float: right;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        text-align: center;
        padding: 2px;
        background-color: #eaf7e0;
        border: 2px solid #62b122;
        width: auto;
        margin: 15px 0;
    }

        header .contactus a {
            display: block;
            color: #62b122;
            text-decoration: none;
            border: 1px solid #62b122;
            padding: 7px;
        }

            header .contactus a:hover {
                background-color: #F3FAEE;
            }

    header .login-info {
        background: #eaf7e0;
        color: #46900b;
        text-align: right;
    }

        header .login-info ul {
            width: 88.5%;
            max-width: 980px;
            margin: 0 auto;
            list-style: none;
            padding: 5px 0;
        }

    header #mainmenu,
    header #mainmenu li {
        background: #62b022; /* Old browsers */
        background: -moz-linear-gradient(top, #62b022 0%, #54971d 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62b022), color-stop(100%,#54971d)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #62b022 0%,#54971d 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #62b022 0%,#54971d 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #62b022 0%,#54971d 100%); /* IE10+ */
        background: linear-gradient(to bottom, #62b022 0%,#54971d 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62b022', endColorstr='#54971d',GradientType=0 ); /* IE6-9 */
    }

        header #mainmenu .mainmenu-head,
        header #mainmenu li#menu-contact {
            display: none;
        }

        header #mainmenu ul {
            display: table;
            table-layout: fixed;
            width: 100%;            
        }

        header #mainmenu li {
            width: 25%;
            display:table-cell;
            vertical-align: middle;
            text-align: center;
            border-left: 1px solid #498419;
            border-right: 1px solid #a0ce7a;
            font-size: 1.250em/*15px*/;
            font-weight: bold;
            letter-spacing: 0.1em;
        }

            header #mainmenu li a {
                color: #333;
                line-height: 30px;
                padding: 5px;                
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                text-align: center;
                color: #fff;
            }

                header #mainmenu li a:hover {
                    text-decoration: none;
                }

                header #mainmenu li.active,
                header #mainmenu li a:hover {
                    background: #81c04e; /* Old browsers */
                    background: -moz-linear-gradient(top, #81c04e 0%, #76ad4a 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81c04e), color-stop(100%,#76ad4a)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #81c04e 0%,#76ad4a 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #81c04e 0%,#76ad4a 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #81c04e 0%,#76ad4a 100%); /* IE10+ */
                    background: linear-gradient(to bottom, #81c04e 0%,#76ad4a 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81c04e', endColorstr='#76ad4a',GradientType=0 ); /* IE6-9 */
                }
    /*HEADER - END*/
    
    
    /*MOVIE　START*/
    .movieImgDivHeght
    {
        height:730px;
        text-align: center;
        margin:0 auto;
    }
    .columnMovie
    {
        float:left;
        width:40%;
        margin:20px 0 0 4.22%;
        display:block;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align: baseline;
    }
    .twoColumnMovie > .columnMovie
    {
        float:left;
        width:40%;
        margin:20px 0 0 4.22%;
        display:block;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align: baseline;
    } 
    /*MOVIE　END*/
}

@media only screen and (max-width: 991px) {
    #submenu .box .tit span {
        line-height: 40px;
    }
    
    #submenu .box, .submenu-head
    {
    	margin-left:10px;
    	margin-right:10px;
    }
    
    .nonDisplayMax991 
    {
        display: none;
    }
}

@media only screen and (min-width: 992px) 
{
	.more_detail
    {
		text-align: left !important;	
		/*font-size: 0.945em !important;*/
    }
	
    header {
        /*position: fixed;*/
        right: 0;
        left: 0;
        z-index: 1030;
    }
    /*HEADER - END*/

    /*SUB MENU - BEGIN*/
    #submenu .submenu-head {
        display: none !important;
    }

    #submenu .box {
        border: 2px solid #62b122;
        background: #fff;
    }

        #submenu .box .tit {
            background: url(../images/tit_side_bottom.gif) no-repeat left center #EAF7E0;
            padding: 5px 10px 5px 20px;
            font-weight: bold;
        }

            #submenu .box .tit:hover {
                cursor: default;
            }

            #submenu .box .tit a {
                background: url(none) !important;
				line-height: 25px;
				padding-right: 5px !important;
            }

        #submenu .box ul.level1 li {
            margin-left: 5px;
        }

        #submenu .box ul.level2 li {
            margin-left: 15px;
        }

        #submenu .box ul li {
            list-style: none;
            background: url(../images/ico_right.gif) no-repeat left center;
            border-bottom: 1px dashed #62b122;
        }

            #submenu .box ul li.no_link {
                padding: 10px 0 10px 10px;
                background: none;
            }

            #submenu .box ul li.end {
                border: none;
            }

            #submenu .box ul li a {
                display: block;
                padding: 7px 20px !important;
                text-decoration: none;
            }

                #submenu .box ul li a:hover {
                    text-decoration: underline;
                }

    #submenu .li-submenu {
        color: #333 !important;
        font-weight: normal !important;
    }
    
    /*SUB MENU - END*/

    /*写真スライダ*/
    #wide {
        /*padding: 135px 0 10px 0;*/
        padding: 0px 0 10px 0;
    }
    /*写真スライダ*/

    /*フッター*/
    footer .link .link_no_group li {
        width: 45%;
        float: left;
        margin-right: 2.5%;
    }
    /*フッター*/
}

#mainmenu li a:hover, #mainmenu li a:focus , .clearfix li a:focus, clearfix li a:hover{
	text-decoration:none !important;
}



.link-footer {
    text-align: left !important;
}

.link-footer ul {
    margin: 0px;
    border-top: 1px solid #fff;
    padding: 0px;
}

.link-footer ul li {
    border-bottom: 1px solid #fff;
    list-style: none;
}
	
.link-footer ul li a {
    display: block;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.link-footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer_bg, #footer_bg_m 
{
	margin-top:30px;	
}

#footer_bg 
{
	display:none;	
}

#footer_bg_m
{
	display:block;	
}


@media only screen and (min-width: 481px) 
{
	#footer_bg 
	{
		display:block;	
	}

	#footer_bg_m
	{
		display:none;	
	}
	
	.link-footer {
		text-align: center !important;
	}

	.link-footer ul {
        border-top: none;
        position: relative;
        display: inline-block;
    }

    .link-footer ul li {
        border-bottom: none;
        border-right: 1px solid #fff;
        float: left;
        padding: 0 15px;
        line-height: 1em;
        text-align: left;
        position: relative;
    }

    .link-footer ul li a:hover {
        text-decoration: underline;
    }

    .link-footer ul li.start {
        border-left: 1px solid #fff;
    }
}

#contents #btn_area .btn_01,
#contents #btn_area .btn_02 {
    width: 100%;        
}

@media only screen and (min-width: 768px) 
{
	
	#contents #btn_area .btn_01,
    #contents #btn_area .btn_02 {
        width: 50%;
        margin: 10px auto;
    }
	
}

.row-eq-height
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.txt_left 
{
	text-align:left !important;
}

/*20191115 Yamashiro Add*/
.souran_box {
    border: 2px solid #62b122;
    background: #fff;
    font-size: 1.167m;
    white-space: normal;
    margin: -10px 0px 5px 0px;
}

.souran_tit {
    background: url(../images/tit_side_bottom.gif) no-repeat left center #EAF7E0;
    padding: 5px 10px 5px 20px;
    font-weight: bold;
}

.souran_a {
    font-weight: bold;
}

@media only screen and (min-width: 991px) 
{
	#souran_pc_tablet {
		/*表示*/
	}
}

@media only screen and (max-width: 991px)
{
	#souran_pc_tablet {
		/*表示*/
	}
}

@media only screen and (max-width: 480px) 
{
	#souran_pc_tablet {
		/*非表示*/
		display: none;
	}
}
/*20191115 Yamashiro Add*/