@charset "utf-8";

/*---------------------------------------------
	Browser Default Initialization
---------------------------------------------*/
html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
input, select {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}

img {max-width: 100%; vertical-align: top; height: auto;}


/*---------------------------------------------
	body
---------------------------------------------*/
body {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	background-color: #F4F5F7;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}


/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {outline: none;}
a:link,a:visited {color: #0468cd; text-decoration: none;}
a:hover {color: #3399cc; text-decoration: underline;}
a, a img {-webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;}
a:hover img, .botton a:hover {opacity: 0.7; text-decoration: none; filter: alpha(opacity=70);}


/*---------------------------------------------
	Clearfix
---------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}


/*---------------------------------------------
	For all
---------------------------------------------*/
html {
	-webkit-text-size-adjust: none;
}
* {
	box-sizing: border-box;
}
.left,.alignleft {float: left; margin-right: 15px; overflow: hidden;}
.right {float: right;}
.center {text-align: center;}
.hidden {display: none;}
.aligncenter {text-align: center !important;}
#wrapper {}

/* ------ Width: 1180px ------ */
#gnav,
header .inner,
#fnav .inner,
footer .inner,
#works .inner,
#category .inner,
#banner .inner,
#link .inner,
#contents {
	width: 1180px;
	margin: 0 auto;
}


/*---------------------------------------------
	Header
---------------------------------------------*/
header {
	width: 100%;
	padding: 0;
}
header .inner {
	overflow: hidden;
}
.inner-blk {
	background-color: #333;
	color: #fff;
}
.inner-blk a {color: #fff;}
.language {
	float: left;
	border-left: 1px solid #333;
}
.language a {
	display: inline-block;
	padding: 24px;
	border-right:1px solid #333;
	-webkit-transition: 0.2s ease-in-out;  
	-moz-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out;  
}
.language a:hover {
	color: #999;
	text-decoration: none;
}
.btnbox {float: right; margin-top: 15px; /*width: 650px;*/}
.btnbox ul {margin: 0;}
.btnbox ul li {padding-left: 10px; display: inline;}
.btnbox ul li a {display: inline-block; padding: 2px 10px 2px 6px; background: #FFF; line-height:35px; color: #000;}
.btnbox ul li a img {width:35px; margin-right:8px;}
.btnbox ul li span {display: inline-block; margin-top:2px;}


.inner-blu {background-color: #0468CD; color: #fff;}
.inner-blu a:link,
.inner-blu a:visited,
.inner-blu a:active {color: #fff;}

.logobox {
	margin: 40px 0 45px 20px;
	position: relative;
	float: left;
	width: 350px;
}
#mark {
	float: left;
}
#logo {
	position: absolute;
	left: 60px;
	bottom: -5px;
	width: 674px;
	height: 50px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
#logo br {display: none;}
#logo a {
	display: block;
	height: 100%;
	background-image: url(../_img/top-logo-name.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-transition: 0.2s ease-in-out;  
	-moz-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out;  
}
#logo a:hover {
	opacity: 0.8;  
	filter: alpha(opacity=80);  
}

/* ------ Global Navigation ------ */
#spnav {
	float: right;
	width: 390px;
	font-size: 14px;
	font-size: 1.4rem;
}
#spnav ul {margin-top: 25px;}
#spnav li {
	display: inline-block;
	width: 140px;
	line-height: 1.8;
}
#spnav a {
	background-image: url(../_img/ico-arrow.png);
	background-position: -10px center;
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;  
	-moz-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out;  
}
#spnav a:hover{color: #cde1f5;}


/*---------------------------------------------
	Footer
---------------------------------------------*/
#fnav {
	width: 100%;
	background-color: #034B8D;
	color: #fff;
}
#fnav .inner {
	position: relative;
	padding: 20px 20px;
}
#fnav a {color: #fff;}
#fnav a:hover {color: #cde1f5; text-decoration: none;}
#foot-logo-name {float: left; width: 800px;}
.f-logo {margin-bottom: 15px;}
.f-logo a {display: block; height: 35px; width: 468px; background-image: url(../_img/footer-logo.png); background-position: 0 0; background-repeat: no-repeat;}
.f-logo span {display: none;}
.group {float: left; line-height: 1.6;}
.group .blu {font-weight: bold; margin-bottom: 12px; color: #2889d9;}

#foot-logo-name p {
	background-position: 5px center;
	line-height:20px;
	background-repeat: no-repeat;
	padding-left: 32px;
}
#foot-logo-name p.address {background-image: url(../_img/ico-address.png); background-position: 9px center;}
#foot-logo-name p.tel {background-image: url(../_img/ico-tel.png); background-position: 6px center;}
#foot-logo-name p.fax {background-image: url(../_img/ico-fax.png);}

footer {
	width: 100%;
	padding: 15px 0 20px;
	background: #171717;
	color: #fff;
}
#footer .inner {padding: 0 20px;}
#footer a {color: #fff; font-size: 12px; font-size: 1.2rem;}
.bottom-menu {margin-bottom: 10px;}
.bottom-menu li {
	display: inline-block;
	margin-right:1em;
}

.copyright {font-family: Verdana; font-size: 11px; font-size: 1.1rem;}
#pagetop {
	position: absolute;
	width: 45px;
	height: 45px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pagetop a {
	display: block;
	height: 100%;
	background: url(../_img/btn_pagetop.png) no-repeat 0 0;
	-webkit-transition: 0.2s ease-in-out;  
	-moz-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out;  
}
#pagetop a:hover {
	opacity: 0.7;  
	filter: alpha(opacity=70);  
}

/*---------------------------------------------
	Contents
---------------------------------------------*/
#contents {background: #fff;}
.index #contents {padding-bottom: 40px; background: none;}

/* #breadcrumb */
#breadcrumb {
	clear: both;
	padding: 5px 25px;
	background: #047BF2;
}
#breadcrumb li {
	float: left;
	margin-right: 2px;
	padding-left: 12px;
	padding-top: 3px;
	background: url(../_img/ico-breadcrumb.png) no-repeat 0 center;
	font-size: 12px;
	font-size: 1.2rem;
}
#breadcrumb li:first-child {
	padding-left: 0;
	background: none;
}
#breadcrumb a,
#breadcrumb strong {
	display: block;
	padding: 7px 5px;
	color: #fff;
	text-decoration: none;
}
#breadcrumb a.home {
	overflow: hidden;
	width: 32px;
	height: 32px;
	background: url(../_img/ico-home.png) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;	
}
#breadcrumb a:hover {
	color: #B6D3F3;
}

.blu {color: #0599ee;}

/* ------ Title ------ */
.title-simple {
	font-size: 15px;
	font-size: 1.5rem;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	text-shadow: 1px 1px 0px #fff;
}
.index .title-simple, .content .title-simple {margin-bottom: 20px; padding-bottom: 10px; font-weight: normal; font-size: 20px; font-size:2.0rem;}
#index-event .title-simple {margin-bottom: 30px;}
#info-block .title-simple {border-style: none; margin-bottom: 0;}

/* ------ Menu-Block ------ */
#menu-block {float: left; width: 245px;}
#menu-block .cat-name {background: #fafafa; padding: 14px 25px; border-bottom: 1px solid #e4e4e4; font-size: 16px; font-size: 1.6rem;}
#menu-block .cat-name a {color: #999;}
#menu-block .cat-name a:hover {color: #333; text-decoration: none;}
#menu-block .cat-block {margin: 20px;}
#menu-block .cat-block p {padding-bottom: 4px; border-bottom: 1px solid #e4e4e4; font-weight: bold;}
.pr_event #menu-block .cat-block p {display:none;}
.pr_others #menu-block .cat-block p {display:none;}
#menu-block ul {margin: 15px 20px;}
#menu-block li {line-height: 1.4;}
#menu-block li a {display: block; padding: 5px; color: #333;}
#menu-block li a.current {color: #0072cd; font-weight: bold;}
#menu-block .toggle-menu {display: none; position: absolute; top: 10px; right: 25px;}
#menu-block .open-menu {display: block; overflow: hidden; width: 35px; height: 38px; background: url(../_img/menu.png) no-repeat center center; text-indent: 100%; white-space: nowrap;}

/* ------ Main ------ */
#main {
	float: right;
	width: 935px;
	margin: 0;
}
#main h1 {
	padding: 3px 20px 4px;
	background: #047BF2;
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3','HiraMinProN-W3','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝',serif;
	font-size: 28px;
	font-size: 2.8rem;
}
#content-block {float: left; width: 693px; padding-bottom: 30px; border-left: 1px solid #e4e4e4;}
.title {}
.title p {margin: 5px 10px;}
.lead {padding: 30px; background: #fafafa;}
.content {clear: both; margin: 60px 25px 40px;}
.content.pr {margin: 0 25px;}
.content h2 {
	margin-bottom: 18px;
	padding-bottom: 2px;
	border-bottom: 1px #ccc solid;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	color: #002646;
	margin-top: 20px;
}
.content h3 {margin-bottom: 15px; font-weight: bold; font-size: 15px; font-size: 1.5rem;}
.content p {margin-bottom: 1em; font-size: 14px; font-size: 1.4rem;}
.content ul, .content dl {margin-bottom: 1em; font-size: 14px; font-size: 1.4rem;}
.content ul li {list-style-type: disc; margin-left: 20px;}
.content .notes {margin-bottom: 20px; padding: 10px 15px 1px; background: #fafafa;}
.content .left {width: 365px; margin-right: 0; padding: 25px 25px 0 0; border-right: 1px solid #e4e4e4;}
.content .right {width: 277px; padding: 25px 0 0 25px;}
.content .img-left {float: left; margin-right: 15px;}
.content .img-right {float: right; margin-left: 15px; text-align: right;}
.content .img-left, .content .img-right {padding: 10px 10px 0; background: #fafafa;}
.content img.img-left, .content img.img-right {padding: 0; background: transparent;}
.content img.img-left {clear: left;}
.content img.img-right {clear: right;}
.content .img-left img, .content .img-right img {margin: 0 auto 10px;}
.content .img-left p, .content .img-right p {line-height: 1.4; font-size: 12px; font-size: 1.2rem;}
.content .list li {list-style: none; margin-left: 0; padding: 6px 4px; border-bottom: 1px solid #e4e4e4; font-size: 14px; font-size: 1.4rem;}
.pagenav {clear: both; margin: 0 25px; padding-top: 20px; border-top: 1px solid #CBCDCF; font-size: 14px; font-size: 1.4rem;}
.pagenav li.prev {float: left;}
.pagenav li.next {float: right;}
.whatsnew-date {clear: both;margin: 0 25px;padding-top: 20px;border-top: 1px solid #CBCDCF;font-size: 14px;font-size: 1.4rem;}

/* ------ Section ------ */
section {}

/* ------ Article ------ */
article {}
.content ul.info-list li {list-style: none; margin-bottom: 20px; margin-left: 0; padding-bottom: 20px; border-bottom: 1px solid #ccc;}
.info-list li:last-child {border-bottom: 0;}
.content table {margin-bottom: 20px;}
.content table caption {color: #2889d9; font-size: 14px; font-size: 1.4rem;}
.content table.left {overflow: inherit; clear: left; width: auto; margin-right: 20px; padding: 0;}
.content th {padding: 4px 8px; border: 1px #ccc solid; background-color: #efefef; font-weight: bold; font-size: 14px; font-size: 1.4rem; line-height: 1.4; vertical-align: middle;}
.content td {padding: 4px 8px; border: 1px #ccc solid; font-size: 14px; font-size: 1.4rem; text-align: left;}
.content #table-history tr.even {background-color: #efefef;}
.content #table-history th {width: 7em; border: 0; background-color: transparent; color: #2889d9; font-weight: normal;}
.content #table-history td {border: 0; text-align: left;}
.content .no-border th,.content .no-border td {
	border: none 0px;
	background-color: #FFF;
}
.content img {vertical-align: middle;}
.content dl.member {margin-bottom: 30px; font-size: 14px; font-size: 1.4rem;}
.content dl.member dt {clear: left; float: left; width: 10em;}
.content .double-line li {float: left; width: 12em; margin-right: 2em; font-size: 14px; font-size: 1.4rem;}
#video-content {margin-bottom: 20px; padding: 10px 15px 1px; background: #fafafa;}
#video-content img {float: left; margin-right: 20px;}
.content #video-content p {margin-bottom: 0;}
.content #video-content p strong {font-weight: bold;}
.content ul.navi {margin-top: 10px;}
.content ul.navi li {float: left; list-style-type: none; margin: 0;}
#map-canvas img {max-width: none !important;}

/* ------ Pages ------ */
.indent {text-indent: -1em; padding-left: 2em; color: #666666; font-size: 12px; font-size: 1.2rem;}


/* ------ Sitemap ------ */
.sitemap-list li h3 {
	font-weight: normal;
	margin-bottom: 0px;
}
.sitemap-list li {
	margin-bottom: 1em;
}
.sitemap-list li ul,
.sitemap-list li ul li {
	margin-bottom: 0px;
}



video {max-width: 100%; height: auto;}



/*---------------------------------------------
	Side
---------------------------------------------*/
#side {float: left;	width: 218px; margin: 30px 0 0;}


/*---------------------------------------------
	Index
---------------------------------------------*/
/* ------ Slider ------ */
#bxslider-bg {
	width: 100%;
	margin: 0 auto 58px;
	padding: 0;
	height: 369px;
	background-color: #0468CD;
}

#bxslider {
	width: 1180px;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
	position: relative;
}
.slider1 {height: 427px;}
.slider1 div {background-color: #064182}
.slider1 span img {
	float: left;
	margin-right: 30px;
}
.slider1 p {
	padding: 40px 35px;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.6;
}
.slide1,
.slide2,
.slide3,
.slide4,
.slide5 {
	width: 100%;
	height: 427px;
}

.slide1 img,
.slide2 img,
.slide3 img,
.slide4 img,
.slide5 img {
	width: 786px;
	height: 427px;
}


/* bx-slider */
.bx-wrapper {background-color: #064182;}
.bx-wrapper .bx-viewport {}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute; text-align: right; padding-right: 25px; right: 0;}
.txt_main {position: absolute; left: 20px; bottom: 20px; z-index: 2;}
.txt_main img {max-width: 100%; vertical-align: top; height: auto;}
.bx-controls {background-color: #000;}
.bx-wrapper .bx-caption span {padding: 15px 130px 15px 30px; font-size: 16px; font-size: 1.6rem;}
.bx-wrapper .bx-caption {
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


 /*---------------------------------------------
	Index　Info
---------------------------------------------*/
#index {width: 745px; margin: 30px 20px 0 20px; float: left;}
#info-block {float: right; width: 242px; padding: 20px; border-left: 1px solid #ccc; background: #f4f5f7;}
.index #info-block {width: 390px; margin: 30px 0 0; padding: 0 20px; background: none;}
*+html #info-block {width: 320px;}
#index {width: 340px; float: right; padding-left: 30px; margin-left: 0px; border-left: 1px solid #ccc;}
.index #info-block {float: left; border-left: 0px none; width: 795px;}
*+html #index {width: 270px;}


#index .inner,
#info-block .inner {position: relative;}

#index-news {background-color: #fff; padding: 20px 20px;}
#index-news a {color: #3399cc;}
.dairy-news {
	color: #3399cc;
	padding-right: 20px;
	border-right: 1px solid #ccc;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.news-date {
	color:#666 ;
	padding-left: 20px;
	padding-right: 20px;
}
.news-title {
	color: #3399cc;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}
#index-menu {margin: 0px 0 40px;}
#index-menu div.clm {
	position: relative;
	clear: both;
	/*float: left;*/
	/*width: 350px;*/
	margin-bottom: 25px;
	background-color: #0468cd;
	color: #fff;
}
#content-block div.clm {padding-bottom: 40px;}
/*#index-menu div.clm.right {clear: none; float: right;}*/
#index-menu .image {float: left; margin-right: 15px; width:170px;}
#index-menu .image a:hover {opacity: 0.9; filter: alpha(opacity=90);}
#index-menu .link {position: absolute; bottom: 0; right: 0;}
#index-menu p {padding: 15px; font-weight: bold; font-size: 13px; font-size: 1.3rem; line-height: 1.4;}
#index-menu p a {color: #fff;}
#index-menu p a:hover {color: #cde1f5; text-decoration: none;}

#index-menu .text-link h3 {padding: 1em 1em 0.5em;font-weight:bold;font-size:110%;}
#index-menu .text-link ul {padding: 0 2em 1em;}
#index-menu .text-link ul li {margin: 0 0 3px 1em;color: #FFF;list-style:disc; padding:0;}
#index-menu .text-link ul li a {color: #FFF;}

#index-event div.clm {width: 360px; margin-bottom: 25px; float: left;}
#index-event div.clm.right {float: right;}

.event-title {font-weight: bold; margin: 20px 0 10px; font-size: 14px; font-size: 1.4rem;}
.event-date {margin-bottom: 5px; color: #888;}
#index-event .link, #content-block .link {margin-top: 20px;}
#index-event .link a, #content-block .link a {display: inline-block; padding: 5px 25px 5px 10px; background: #064182 url(../_img/ico-arrow.png) no-repeat right center; color: #fff;}
#index-event .link a:hover, #content-block .link a:hover {background-color: #4d77a5; text-decoration: none;}
#index-event p {}


/*#info-block*/
#info-block .link {text-align: right; padding-top: 5px; font-size: 11px; font-size: 1.1rem;}
.index #info-block .link {padding-top: 15px; font-size: 12px; font-size: 1.2rem;}

#side-news li {border-top: 1px solid #ccc; padding-top: 15px; position: relative;}
#side-news li p {line-height: 1.6; margin-bottom: 15px;}
#side-news a img {float: left; width: 60px; height: auto; margin-right: 10px; margin-bottom: 15px;}
.index #side-news a img {width: auto; margin-right: 15px;}
.snews-title {line-height: 1.4; color: #0468cd; font-weight: bold; margin-bottom: 15px; padding-top: 18px;}
.index .snews-title {line-height: 1.6; font-size: 14px; font-size: 1.4rem; padding-top: 0px;}
.snews-title a {color: #0468cd;}
.snews-date {line-height: 1.2; color: #666; margin-bottom: 5px; font-size: 11px; font-size: 1.1rem; position: absolute;top: 15px;left: 70px;}
.index .snews-date {line-height: 1.6; margin-bottom: 10px; font-size: 12px; font-size: 1.2rem; position: static;}

#side-movie {margin: 20px 0; font-weight: bold;}
.index #side-movie {margin: 25px 0 40px;}
#side-movie a {display: block; margin: 0 -20px; padding: 20px 20px 20px 104px; background: #0468cd url(../_img/ico-movie.png) no-repeat 20px center; background-size: 69px auto; color: #fff; font-size: 14px; font-size: 1.4rem;}
.index #side-movie a {margin: 0; padding: 30px 30px 30px 148px; background-position: 50px center; background-size: 75px auto; font-size: 16px; font-size: 1.6rem;}
#side-movie a:hover {background-color: #4f95dc; text-decoration: none;}

#side-info li {border-top: 1px solid #ccc; padding: 15px 0;}
.sinfo-title {color: #0468cd; font-weight: bold; line-height: 1.6;}
.index .sinfo-title {margin-bottom: 15px; font-size: 14px; font-size: 1.4rem;}
.sinfo-date {color: #666;}
.index .sinfo-date {margin-bottom: 5px;}
.pdf {
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}
.pdf a {
	display: inline-block;
	color: #fff;
	background-image: url(../_img/ico-pdf.png);
	background-position: right 0;
	padding: 5px 30px 5px 10px;
	background-repeat: no-repeat;
}
.pdf a:hover {text-decoration: none;}

.credit-right{
	width: 500px;
	text-align: right;
	color: #666;
}

/*---------------------------------------------
	other
---------------------------------------------*/




@media only screen and (max-width:1196px) {
/* --------------------- Width: 1196px --------------------- */
#gnav,
header .inner,
#fnav .inner,
footer .inner,
#works .inner,
#category .inner,
#banner .inner,
#link .inner,
#contents {
	width: 100%;
}
#bxslider {width:100%;}
.slider1 p {font-size: 18px; font-size: 1.8rem;}
/*#index {width: 63.559322%;}*/
#contents {width:100%;}
#menu-block {width:20.7627118%;}
#main {width: 79.2372881%;}
#content-block {width:74.117647%;}
#info-block {width: 25.8823529%;}
#index {width: 31.5423728%;padding: 0 1.6101694%;}
.index #info-block {width: 63.559322%;}
#index-menu {margin-top: 45px;}
/*#index-menu div.clm{width: 46.9798657%;}*/
#index-event div.clm {width: 46.9798657%;}
#index-menu .image {width: 58.5714285%;}
.index #side-movie a {padding: 30px 8.0645161% 30px 39.7849462%; background-position: 13.4408602% center; background-size: 22.5225225% auto;}

.content .left {width: 58.6695526%; padding-right: 3.6075036%;}
.content .right {width: 39.9711399%; padding-left: 3.6075036%;}

/* ------Index ------ */
.slide1 img {width: 68%; height: auto;}
#spnav {width: 300px;}
.btnbox ul li {padding-left: 0px;padding-right: 15px;}

}
@media only screen and (max-width:1060px) {
	#spnav {width: 260px;}
	#spnav li:nth-child(2n-1) {width:100px;}
}


@media only screen and (max-width:1024px) {
/* --------------------- Width: 1024px --------------------- */
/*#gnav,
#works .inner,
#category .inner,
#banner .inner,
#link .inner,
#contents {
	width: auto;
	margin: 0 auto;
	overflow: hidden;
}*/


/* ------Index ------ */

.dairy-news {display: block; border-right: none; border-bottom: 1px solid #ccc; margin-bottom: 10px;}
#index-news .news-date {padding-left: 0;}

#index {margin: 30px 0 0 1%;}
/*#info-block {float: right; width: 45%; margin: 30px 10px 0 0;}*/
#info-block .address {background-size: 90%; height: 320px;}
.txt_main img {max-width: 80%; vertical-align: top; height: auto;}

#spnav {width: 35%; padding-top: 30px;}
#spnav ul {margin: 0; list-style-position: inside;}
.index #side-news a img {width: 47.1698113%; margin-right: 4.7169811%;}
/*#side-movie a {padding-left: 45%; background-position: 25% center;}*/

#foot-logo-name {width: 70%;}
.group {width: 30%;}
.snews-title{padding-top: 28px;}
.logobox {margin: 20px 0 20px 20px;}
.btnbox {width: auto; padding-right:15px;}
.btnbox ul li span {display:none;}
.btnbox ul li a {padding:2px 10px;}
.btnbox ul li a img {margin-right:0px;}
#spnav {width: 100%; margin-bottom:10px; padding: 0 20px;}
#spnav li {width: auto; margin-right: 25px;}

}
@media only screen and (max-width:1000px) {

/* ------Index ------ */
#bxslider-bg {height:auto; margin-bottom: 20px;}
.slider1 {height: auto}
.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide1 img,
.slide2 img,
.slide3 img,
.slide4 img,
.slide5 img {width: 100%; height: auto;}
.bx-wrapper img {margin-bottom: 10px;}
.bx-wrapper .bx-caption {top: 0px; background-color: transparent; width: auto;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {background-color: #000; position: relative; text-align: center; padding-right: 0; width: 100%;}
.bx-wrapper .bx-caption span {background-color: rgba(0, 0, 0, 0.75); display: inline; padding: 5px 15px;}
.bx-wrapper .bx-caption span span {background-color: transparent; padding: 3px;}
.bx-controls {width: 100%;}

}


@media only screen and (max-width:980px) {
/* --------------------- Width: 980px --------------------- */
.logobox {margin: 20px 0 20px 20px;}
.btnbox {width: 370px;}
#spnav {width: 100%; margin-bottom:10px; padding: 0 20px;}
#spnav li {width: auto; margin-right: 25px;}

}



@media only screen and (max-width:800px) {
/* --------------------- Width: 800px --------------------- */
.logobox {width: 95%;}
#logo {width: 100%;}
#spnav {width: 100%; padding: 0 20px;}
#side-movie a {padding-left: 50%; background-position: 5% center; background-size: 30%;}
.slider1 p {font-size: 16px; font-size: 1.6rem;}

}


@media only screen and (max-width:780px) {
.language {margin-left: 5px; border-left: 0;}
.language a {padding: 15px; border-right: 0;}

}


@media only screen and (max-width:768px) {
/* --------------------- Width: 768px --------------------- */
#logo {bottom:-12px;}
#logo a {width: 87%;}
#logo a {background-size: 95%;}
.f-logo a {background-image: none;}
.f-logo a:link,.f-logo a:visited,.f-logo a:active {color: #fff; font-weight: bold; font-size: 14px; font-size: 1.4rem;}
.f-logo span {display: block;}

/*#index-menu div.clm, #index-event div.clm {width: 100%;}*/
#main h1 {padding: 10px 20px; font-size: 24px; font-size: 2.4rem; line-height: 1.4;}
#index-menu .image {width: 50%;}
.btnbox {width: auto;}
#index, .index #info-block {float: none; width: 90%; margin: 30px auto;border:none 0px;padding:0;}
#index-menu div.clm{width: 46.9798657%; float:left; clear:right;}
#index-menu .clm:nth-child(2n) {float: right;}
.index #info-block {padding: 0; border-left: 0;}
.index #side-news a img {width: auto; margin-right: 15px;}
.index #side-movie a {padding: 30px 30px 30px 148px; background-position: 50px center; background-size: 75px auto;}
#menu-block, #main {float: none; width: 100%;}
#menu-block {position: relative;}
#menu-block .toggle-menu {display: block;}
#menu-block ul {display: none;}
#content-block {border-left: 0;}
.content {margin: 40px 25px 20px;}

}

@media only screen and (max-width:710px) {
.btnbox {margin-top: 5px;}
}


@media only screen and (max-width:639px) {
/* --------------------- Width: 639px --------------------- */


/* Contents */
#contents {width: 95%; /*padding-bottom: 20px;*/}

/* ------Index ------ */
#index dt {margin:5px 0 0; float: none; padding: 5px 10px;}
#index dd {padding: 5px 5px; border-bottom: dotted 1px #333;}
#index-menu div.clm, #index-event div.clm {float: none; width: 100%;}
#index-menu .image {width: auto;}
#index-menu p br {display: none;}
#index-event div.clm:first-child {margin-bottom: 40px;}
#index-event div a {display: block; text-align: center;}
#index-event div a img {margin: 0 auto;}

.bx-wrapper .bx-caption span {font-size: 13px; font-size: 1.3rem;}
.slider1 {height: 100%;}
.slider1 p {padding: 40px 20px; font-size: 14px; font-size: 1.4rem;}
.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide1 img,
.slide2 img,
.slide3 img,
.slide4 img,
.slide5 img {width: 100%; height: auto;}

#content-block {float: none; width: 100%;}
#info-block {float: none; width: 100%; border-left: 0;padding-bottom: 20px;}
.snews-title{padding-top: 18px;}

#side-movie a {padding-left: 104px; background-position: 20px center; background-size: 69px;}

}



@media only screen and (max-width:480px) {
/* --------------------- Width: 480px --------------------- */
.logobox{margin: 20px 15px;}
#logo a {background-image: none;}
#logo {text-indent: 0px; font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 1.4;}
#logo br {display: inline;}
.btnbox {float: none;}
.btnbox ul li {padding-right:10px;}

#main h1 {font-size: 22px; font-size: 2.2rem;}

#foot-logo-name {width: 100%; float: none;}
.group {width: 100%; float: none; border-top: 1px solid #fff; margin-top: 15px; padding-top: 15px;}
.f-logo {margin-bottom: 5px;}
.group p {float: left;width: 50%;}
.group p.blu {float: none; width: 100%;}
.f-logo a {width: auto;}

}



@media only screen and (max-width:320px) {
/* --------------------- Width: 320px --------------------- */
#spnav li {width: 49%;}


/* ------Index ------ */

#bxslider {width: 98%;}
.bx-wrapper {margin: 0 auto 4em;}
.slider1 {height: 100%;}
.slider1 p {line-height: 1.4; padding: 15px 20px;}
.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide1 img,
.slide2 img,
.slide3 img,
.slide4 img,
.slide5 img {width: 100%; height: auto;}
.txt_main {bottom:10px;}

}

#wrapper #contents #main #content-block .content figure {
	padding: 10px;
}
#wrapper #contents #main #content-block .content figure figcaption {
	padding-top: 10px;
	padding-bottom: 10px;
}
.promotion #wrapper #contents #main #content-block .content .link_right {
	text-align: right;
}
.content .no-border tr .no-bgcolor {
}
