@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

/*
■#191919　【濃い黒】
■#333333　【濃いグレー】
■#f9f9f5　【薄いグレー】
■#b8beb3　【中間色グレー】
■#e7eee0　【淡いグリーン】
■#74CE7B　【濃いグリーン】
■キャッチカラー　【パープル】#7b74ce	【小豆色】#ce7b74　【ピンク】#ce74c7
*/

/*
@media print 
@media (max-width: 767px)
@media (min-width: 768px)
@media (min-width: 992px)
@media (min-width: 1200px)
@media screen and (max-width: 767px)
@media screen and (min-width: 768px)
@media screen and (-webkit-min-device-pixel-ratio: 0)
@media (max-device-width: 480px) and (orientation: landscape) 
@media all and (transform-3d), (-webkit-transform-3d) 
@media (min-width: 768px) and (max-width: 991px)
@media (min-width: 992px) and (max-width: 1199px) 
*/

/* animation */
.animation_active{background-color:#ccc;}
.animation-box:nth-child(odd){background: #eee;}
.animation-box{padding: 120px;transition: .8s .5s ease-in-out;}
.animation-box.animation_active{/*background: #666;*/
	color: #fff;
	background: url(../img/back_2.jpg) no-repeat center top;
	padding-left:120px;
	text-align:left;
	background-attachment: relative;
	background-position: bottom left;
}
.main{min-height:100%;}
.jumbotron{
background: url(../img/pic_l.jpg) no-repeat;
background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
background-position:center center;
-o-background-size: 100% 100%, auto;
-moz-background-size: 100% 100%, auto;
-webkit-background-size: 100% 100%, auto;
background-size: 100% 100%, auto;
/*background:(../img/pic_l.jpg) no-repeat center;opacity:0.5;*/
}
p{line-height:1.8em;}
.row{margin-top:3.0em;margin-bottom:3.0em;}

.newsinfo{max-height:100%;}
.newsinfo .newsbox{padding-left:5px;}
.newsinfo .newsbox span{float:right;}
.newsinfo .newstitle{display:block;font-weight:bold;}
.newsinfo .newsdesc{font-size:14px;display:block;}
.newsinfo .newslist li{margin-bottom:1.5em;padding-bottom:0.5em;border-bottom:1px solid #333;list-style:none;}







@media (min-width: 768px) {





}
