/*********************************************************************
html
**********************************************************************/
body {
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.7;
	color: #333;
	background-color: #FFF;

}


a img, a:focus img {
	border-style:none;
	outline: none;
	overflow:hidden;
}


a:link,.no-link {
	color: #0000FF;
	text-decoration: none;
}


a:hover {
	color: #0000FF;
	text-decoration: underline;
}


a:visited {
	color: #0000FF;
	text-decoration: none;
}

.nowrap{
	white-space: nowrap;
}


pre {
white-space: -moz-normal-wrap; /* Mozilla */
white-space: -normal-wrap; /* Opera 4-6 */
white-space: -o-normal-wrap; /* Opera 7 */
white-space: normal-wrap; /* CSS3 */
word-wrap: break-word; /* IE 5.5+ */
width:100%;
height: 200px;
overflow: auto;
overflow-x:hidden;
white-space: pre-wrap;
}

a:hover img {
  opacity: 0.7;
}


/*********************************************************************
layout
**********************************************************************/


#contents{
	width:1000px;
	padding: 20px 30px 70px;
	background-color: #fff;
}

	
/* header
*********************************************************/


#header{
	border-top:solid 5px #FF4D4D;
}
	
#logomark{
 display: block;
 background-image: url(../img/logo.png); 
 background-repeat: no-repeat;
 background-position: 0px 0px;
 text-indent:120%;
 overflow:hidden;
 white-space:nowrap;
 width:624px;
 height:58px;
 margin: 35px 0 25px;
 border-style: none;
	
}

#logomark_b{
 display: block;
 background-image: url(../img/logo_b.png); 
 background-repeat: no-repeat;
 background-position: 0px 0px;
 text-indent:120%;
 overflow:hidden;
 white-space:nowrap;
 width:624px;
 height:58px;
 margin: 35px 0;
 border-style: none;
	
}

#logomark_c{
 display: block;
 background-image: url(../img/logo_c.png); 
 background-repeat: no-repeat;
 background-position: 0px 0px;
 text-indent:120%;
 overflow:hidden;
 white-space:nowrap;
 width:970px;
 height:58px;
 margin: 35px 0;
 border-style: none;
	
}


#logomark_d{
 display: block;
 background-image: url(../img/logo_d.png); 
 background-repeat: no-repeat;
 background-position: 0px 0px;
 text-indent:120%;
 overflow:hidden;
 white-space:nowrap;
 width:970px;
 height:58px;
 margin: 35px 0;
 border-style: none;
	
}





/*  nav-global
*********************************************************/
	
.navbar-default{
	background-color:#FF4D4D;
	border:none;
}

.navbar-default .container{
	padding:0;
}

#nav-global{
	font-size: medium;
	line-height: 1.3;
}

#nav-global > ul{
}

#nav-global > li{
}



#nav-global > li > a {
	background:url(../img/menu_main.png) top left no-repeat;
	border-right:1px solid #FFB1B1;
	text-indent:120%;
	white-space:nowrap;
	overflow:hidden;
}

#nav-global > li:first-child > a {
	border-left:1px solid #FFB1B1;

}

#nav-global > li > a:hover {
	background-color:#F00;
}

#nav-global > li > a:active {
	background-color: #F00;
}

#nav-global > li > a.active {
	background-color: #EB0000;
}

#nav-global > li.home > a{ width:151px; height:52px; background-position:-23px -258px; }
#nav-global > li.profile > a{ width:208px; height:52px; background-position:-23px -196px; }
#nav-global > li.members > a{ width:174px; height:52px; background-position:-23px -134px; }
#nav-global > li.effort > a{ width:278px; height:52px; background-position:-23px -72px; }
#nav-global > li.volunteer > a{ width:189px; height:52px; background-position:-23px -10px; }





.size.navbar-nav{
	margin:1em 0 0 0;
}

.size.navbar-nav > li{
  font-size:0.8em;
  font-weight:bold;
  padding:0.3em;
}

.size.navbar-nav > li > a {
  font-size:1.1em;
  padding: 0em 0.3em;
  border:#bbb solid 1px;
  color:#333;
}


.navbar{
	margin-bottom: 0;
}


/* footer
*********************************************************/

#footer{
	margin-right:auto;
	margin-left:auto;
	width:1000px;
	color:#fff;
	padding:40px 0;
	background:#A00A25;
}


#footer a{
	color:#fff;
}


.box-footer-message{
	text-align:center;
	margin:2em 0;
	padding:1.5em 3em ;
	border: 2px solid #eee;
	position: relative;
}

.box-footer-message p{
	border-top:1px dotted #ccc;
	font-size:0.8em;
	padding-top:1em;
	margin-top:1em;
	margin-bottom:0;
}

.box-footer-message h2{
	font-size:1em;
	font-weight:bold;
	margin-top:0;
}


.bn-box-link{
	width: 220px;
	height: 50px;	
	display: block;
	background-color: #fff;
	border: 1px solid #ccc;
}

.nav-footer{
	width:1000px;
	margin:auto;
	background-color: #eee;
	padding: 1.5em 0 1em;
	margin-top:3%;
	text-align: center;
}


.nav-footer a{
	color:#333;
	font-weight:bold;
	font-size:0.9em;
}


.copyright{
	font-size: 0.8em;
	margin: 6em 0 0 0;
	text-align:center;
}

.page-showcase{
	background-color:#43A4D6;
	padding: 1.7em 0 2.5em;
}





/*********************************************************************
Typography
**********************************************************************/

/* Headings
*********************************************************/



.h-a{
	font-size:1.2em;
	font-weight:bold;
	color:#444;
	padding:1em;
	background-color:#E1E1E1;
	margin-bottom:2em;
}

.h-b{
	font-size:1.1em;
	font-weight:bold;
	color:#444;
	padding:0 0 1.2em;
	border-bottom:1px #ccc dotted;
}

.h-c{
	font-size:1.1em;
	font-weight:bold;
	color:#444;
	padding:0.5em 0 0.5em 1em;
	border-bottom:1px #ccc dotted;
	border-left:7px solid #FF4D4D;
	margin:3em 0 1em;
}

.h-c-2{
	font-size:1.1em;
	font-weight:bold;
	color:#444;
	padding:0.5em 0 0.5em 1em;
	border-bottom:1px #ccc dotted;
	border-left:7px solid #FF4D4D;
	margin:0 0 1em;
}

.h-c-2a{
	font-size:1.1em;
	font-weight:bold;
	color:#444;
	padding:0.5em 0 0.5em 1em;
	border-bottom:1px #ccc dotted;
	border-left:7px solid #B80D25;
	margin:0 0 1em;
}

.h-c-2b{
	font-size:1.1em;
	font-weight:bold;
	color:#444;
	padding:0.5em 0 0.5em 1em;
	border-bottom:1px #ccc dotted;
	border-left:7px solid #1C867C;
	margin:0 0 1em;
}

.h-d{
	font-size:1em;
	font-weight:bold;
}


.h-e{
	background:url(../img/bk_h-e.png) no-repeat;
	color:#FFF;
	height:47px;
	font-size:1.4em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:2em;
	padding-left:3em;
	margin:20px 0 20px 30px;
}



.text-bold{
	font-weight: bold;
}



/* list
*********************************************************/

.text-date{
	text-align:right;
	margin-bottom:2em;
}

.breadcrumb{
}





/*********************************************************************
detail styling
**********************************************************************/

.table{
	border-bottom:1px solid #ddd;
}


.p-indent{
	text-indent:1em;
}


a:link.link-gray{
	color: #333;
	text-decoration: underline;
}


a:hover.link-gray {
	color: #333;
	text-decoration: none;
}


a:visited.link-gray {
	color: #333;
	text-decoration: none;
}

a:link.link-gray-noline{
	color: #333;
	text-decoration: none;
}


a:hover.link-gray-noline {
	color: #333;
	text-decoration: underline;
}


a:visited.link-gray-noline {
	color: #333;
	text-decoration: none;
}


.nav-linkout{
/*	color:#FF0046;
	font-weight:bold;*/
}

.nav-linkout a{
	color:#333;
	text-decoration:underline;
}

.box-indent p{
	text-indent:1em;
}





/*********************************************************************
page
**********************************************************************/



/* home
*********************************************************/


.bg{
	background-color: #fff!important;
}

.box-pickup img,.img-thumbnail{
	border:1px solid #999;
	border-radius: 0;
	padding: 1px;
}

.img-thumbnail:active{
	border:1px solid #999!important;
	border-radius: 0;
	padding: 1px;
	
}

.box-pickup h3{
	font-size:1.1em;
	margin:0.7em 0 0.3em 0;
}

.box-pickup p{
	font-size:0.8em;
}




.box-kisyu-p,.box-kisyu-s,
.box-kisyu-sp,.box-kisyu-ss{
	margin: 0 0;
	padding:0 0 5px;
	border-bottom: 1px dotted #ccc;
}

.box-kisyu-p dt,.box-kisyu-s dt{
	padding-top: 5px;
	line-height: 1;
}

.box-kisyu.row{
	margin-left:0;
	margin-right:0;
	margin-top:0.7em;
	padding-bottom:0.7em;
	border-bottom: 1px dotted #ccc;
	font-size: 1.2em;
}

.box-kisyu.row p{
	margin-bottom:0;
	line-height:1.4em;
}

.box-kisyu.row img{
	border:1px solid #ccc;
	padding:1px;
}

.box-kisyu-p{
	background:url(../img/news_icon_p2.jpg) no-repeat;
	padding-left:60px;

}

.box-kisyu-s{
	background:url(../img/news_icon_s2.jpg) no-repeat;
	padding-left:60px;
}

.box-kisyu-sp {
    background: url(../img/news_icon_e.jpg) no-repeat;
    padding-left: 60px;
}
.box-kisyu-ss {
    background: url(../img/news_icon_l.jpg) no-repeat;
    padding-left: 60px;
}
.kisyu-new:after{
	content: "new";
	margin:0 0 0 5px;
	padding:0;
    font-size: small;
	font-weight:bold;
    color:#FF0046;  
    vertical-align: text-top;
}



.ul-kisyu{
	list-style: none;
	padding-left: 0;
	margin: 0;
	width: 100%;
	display: table;
}

.ul-kisyu li{
	line-height: 1;
	height: 45px;
	display: table-cell;
	vertical-align: middle;
}



.parenthesis {
	position: relative;
	width: 100%;
	padding: 5px;
	margin: -10px 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFBF;
	border-top: 5px solid #444;
	border-bottom: 5px solid #444;
}

.parenthesis a {
	text-decoration: underline;
	color: #d72121;
	}


.box-faq{
	margin-bottom: 2em;
}

.box-faq a{
	width: 100%;
	color: #fff;
	border-radius: 0;
}





.txt{
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.05em;
	padding: 0px;
	margin: 10px 0;
}



.balloon{ position: relative; background: #fff; border: 1px dotted #ccc; width:220px; margin:0 0 15px 5px; font-size:0.8em; } 
.balloon:after, .balloon:before { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
.balloon:after { border-color: rgba(255, 255, 255, 0); border-top-color: #fff; border-width: 10px; margin-left: -10px; } 
.balloon:before { border-color: rgba(204, 204, 204, 0); border-top-color: #ccc; border-width: 11px; margin-left: -11px; }


.btn-kisyumore{
    background-color: #79796A;
    color: #fff;
	border-radius:0;
	margin-top:1em;
}

.btn-kisyumore:hover,
.btn-kisyumore:focus,
.btn-kisyumore:active,
.btn-kisyumore.active {
  color: #fff;
  background-color: #5A5A4B;
}

.btn-kisyudown, .btn-kisyuup{
    background-color: #DFDFD0;
    color: #fff;
	border-radius:15px;
	margin:1em 0;
	padding:0.1em;
}

.btn-kisyudown:hover,
.btn-kisyudown:focus,
.btn-kisyudown:active,
.btn-kisyudown.active,
.btn-kisyuup:hover,
.btn-kisyuup:focus,
.btn-kisyuup:active,
.btn-kisyuup.active {
  color: #fff;
  background-color: #CECFB6;
}



.box-news h2{
	font-size:1.1em;
	font-weight:bold;
	color:#444;
	padding:1em;
	background-color:#eee;
	background-image:url(../img/box-news_bk.png);
	background-repeat:repeat-y;
	background-position:330px 0;
}

.box-news .h2B{
	background-image: none;
}

.h2B{
	font-weight:bold;
	display: table;
	width: 100%;
	margin: 20px 0 10px;
	padding: 0;
	background-color:#eee;
}

.h2B h2{
	margin: 0;
	color:#444;
	font-size:1.1em;
}


.h2B div{
	display: table-cell;
	padding: 0;
	margin: 0;
}

.h2B div .nav-listB{
	white-space: nowrap;
	margin-bottom: 0;
	vertical-align: middle;
	text-align: right;
	padding-right: 1em;
}

.h2B div .nav-listB a{
	font-size:0.9em;
	font-weight:normal;
}


.nav-list{
	float:right;
	width:7em;
}


.nav-list a{
	font-size:0.8em;
	font-weight:normal;
}




.slider-wrap{
	background:url(../img/slide_bk.png) repeat-x #F9FAEB;
	padding:37px 0;
	margin-top: 20px;
}

.slider-wrap div{
}

.slider-wrap div img{
	height: 253px;
}



.slider-wrap div img{
	border-right:#000 solid 6px;
	padding:15px 3px 15px 0;
}

.slick-prev:before, .slick-next:before{
	color: #000;
}





.slider-wrap_b{
	background:url(../img/slide_bk.png) repeat-x #F9FAEB;
	padding:37px 0;
	margin: 20px 0 0 0;
	height:330px;
}

.slider-wrap_b div{
	height:380px;
}

.slider-wrap_b div img{
	border-right:#000 solid 6px;
	padding:15px 3px 15px 0;
}






.slider-wrap2{
	overflow:auto;
	height:22em;
}




.box-faq{
	margin-bottom: 2em;
}

.box-faq a{
	width: 100%;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.2em;
	border-radius: 0;
	white-space:normal;
	padding: 0.8em;
}

.dl-horizontal dd{
	padding-left: 9.3em;
}

.dl-horizontal dd p{
	margin-bottom: 0;
}


.btn-purchase{
	font-size:2em;
	display: block;
	white-space: normal;
	padding: 1em 0;
	border-radius: 0;
	border: 5px #5fb4d2 solid;
	color: #31708f !important;
	font-weight: 700;
}
.btn-purchase:hover{
	box-shadow: none;
	text-decoration: underline;
}



/* article
*********************************************************/

.btn.btn-lg{
	color: #fff;
}

.box-article{
	text-align:center;
}

.box-article img{
	border:1px solid #ddd;
	padding:7px;
}

.box-article .box-article-text{
	text-align:left;
	display:block;
	margin:auto;
}

.box-article .box-article-text p{
	margin-bottom:1em;
}

.btn-pdf{
    background-color: #FF0046;
    color: #fff;
	border-radius:0;
	padding:0.3em 2em;
	margin:1em 1em 2em;
}

.btn-pdf:hover,
.btn-pdf:focus,
.btn-pdf:active,
.btn-pdf.active {
  color: #fff;
  background-color: #E60032;
}

.nav-article{
	text-align:right;
	color:#FF0046;
	font-weight:bold;
	border-top:1px dotted #ccc;
	padding:1em 0;
	margin:5em 0 0;
}

.nav-article a{
	color:#FF0046;
}


/* member
*********************************************************/

.box-member{
	border-bottom: 2px dotted #aaa;
	padding: 5% 0;
}

.box-member a,.no-link{
	font-size: 1.2em;
	font-weight: bold;
}

.box-member img{
	border:solid 1px #ddd;
	margin:5% 0;
}


h1+.box-member{
	padding-top: 0;
}


.kisyu{
	width: 66px;
	margin:1px 5px 0 0;
	padding: 1px 0;
	text-align: center;
	display:block;
	float: left;
	background-color: #e1e1e1;
	color: #444;
}

.btn-kisyunew,.btn-nolink-p{
    background-color: #B80D25;
    color: #fff!important;
	border-radius:0;
	margin:0;
	padding: 3px 0;
	text-align: center;
	font-size: 12px!important;
	font-weight: normal!important;
	width: 68px;
}

.btn-kisyunew_b,.btn-nolink-s{
    background-color: #1C867C;
    color: #fff!important;
	border-radius:0;
	margin:0;
	padding: 3px 0;
	text-align: center;
	font-size: 12px!important;
	font-weight: normal!important;
	width: 68px;
}

.btn-kisyunew:hover,
.btn-kisyunew:focus,
.btn-kisyunew:active,
.btn-kisyunew.active{
	background-color: #D22054;
}

.btn-kisyunew_b{
	border-radius:0;
	margin:0;
	padding: 3px 0;
	text-align: center;
	width: 68px;

}

.btn-kisyunew_b:hover,
.btn-kisyunew_b:focus,
.btn-kisyunew_b:active,
.btn-kisyunew_b.active {
	background-color: #2EAA93;
}

.box-member strong{
	font-size:1.2em;
}

.btn-kisyunew:hover,
.btn-kisyunew:focus,
.btn-kisyunew:active,
.btn-kisyunew.active,
.btn-kisyunew_b:hover,
.btn-kisyunew_b:focus,
.btn-kisyunew_b:active,
.btn-kisyunew_b.active {
  color: #fff;
}


.btn-nolink-p,.btn-nolink-s{
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
    pointer-events: none;
}


/* volunteer
*********************************************************/

.volunteer-thumbnail .img-thumbnail{
	width:10%;
	margin:0.5em 1em 0.5em 0;
}

.volunteer-thumbnail{
	border-top:#ccc 1px dotted;
}

.volunteer-thumbnail li{
	border-bottom:#ccc 1px dotted;
}

.list-volunteer span{
	color:#FF0046;
}


/* histry
*********************************************************/

.history{
	background:url(../img/bk-history.png) repeat-y;
	padding-bottom:170px;
}

.history .title{
	padding:0;
	margin:0;
	top:0;
	background:url(../img/history-title-bg.png) repeat;
	height:150px;
	z-index:1000!important;
}

.history h1{
	margin-top: 0;
}

.history .nav{
	z-index: 10000!important;
}

.history .nav > li > a{
	color: #fff;
	z-index: 10000!important;
}

.history .nav > li > a:hover,
.history .nav > li > a:focus {
  text-decoration: none;
  background-color: #780000;
}

.history .nav-pills > li.active > a,
.history .nav-pills > li.active > a:hover,
.history .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #780000;
}

.history .title h1{
	margin:0;
    display: block;
    text-align: center;
}

.history .dl-horizontal dt{
	width:200px;
	line-height:1em;
	padding-left:3em;
}

.history .dl-horizontal dd{
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 6%, rgba(255,255,255,1) 94%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(6%,rgba(255,255,255,1)), color-stop(94%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 6%,rgba(255,255,255,1) 94%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 6%,rgba(255,255,255,1) 94%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 6%,rgba(255,255,255,1) 94%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 6%,rgba(255,255,255,1) 94%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

	margin-top:3px;
	border-bottom:none;
	padding:0 3em 0 0;

}


.history .dl-horizontal dd p{
	padding:0.5em 0 0.5em 15em;
	margin: 0;
	line-height:1.5em;
}

.history .dl-horizontal dd:after {
content:"";
display:block;
height:1px;
top:-20px;

background: -moz-linear-gradient(left,  rgba(204,204,204,0) 0%, rgba(204,204,204,1) 7%, rgba(204,204,204,1) 93%, rgba(204,204,204,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,204,204,0)), color-stop(7%,rgba(204,204,204,1)), color-stop(93%,rgba(204,204,204,1)), color-stop(100%,rgba(204,204,204,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(204,204,204,0) 0%,rgba(204,204,204,1) 7%,rgba(204,204,204,1) 93%,rgba(204,204,204,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(204,204,204,0) 0%,rgba(204,204,204,1) 7%,rgba(204,204,204,1) 93%,rgba(204,204,204,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(204,204,204,0) 0%,rgba(204,204,204,1) 7%,rgba(204,204,204,1) 93%,rgba(204,204,204,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(204,204,204,0) 0%,rgba(204,204,204,1) 7%,rgba(204,204,204,1) 93%,rgba(204,204,204,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cccccc', endColorstr='#00cccccc',GradientType=1 ); /* IE6-9 */
}

.history .dl-horizontal .box-photo{
background: #fff0e8; /* Old browsers */
background: -moz-linear-gradient(left,  #fff0e8 0%, #FFFDD2 10%, #FFFDD2 90%, #fffbf9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fff0e8), color-stop(10%,#FFFDD2), color-stop(90%,#FFFDD2), color-stop(100%,#fffbf9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #fff0e8 0%,#FFFDD2 10%,#FFFDD2 90%,#fffbf9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #fff0e8 0%,#FFFDD2 10%,#FFFDD2 90%,#fffbf9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #fff0e8 0%,#FFFDD2 10%,#FFFDD2 90%,#fffbf9 100%); /* IE10+ */
background: linear-gradient(to right,  #fff0e8 0%,#FFFDD2 10%,#FFFDD2 90%,#fffbf9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0e8', endColorstr='#fffbf9',GradientType=1 ); /* IE6-9 */

}

.history .dl-horizontal dd.dd-photo{
background: -moz-linear-gradient(left,  rgba(251,228,211,0) 0%, rgba(251,228,211,1) 7%, rgba(251,228,211,1) 93%, rgba(251,228,211,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(251,228,211,0)), color-stop(7%,rgba(251,228,211,1)), color-stop(93%,rgba(251,228,211,1)), color-stop(100%,rgba(251,228,211,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(251,228,211,0) 0%,rgba(251,228,211,1) 7%,rgba(251,228,211,1) 93%,rgba(251,228,211,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(251,228,211,0) 0%,rgba(251,228,211,1) 7%,rgba(251,228,211,1) 93%,rgba(251,228,211,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(251,228,211,0) 0%,rgba(251,228,211,1) 7%,rgba(251,228,211,1) 93%,rgba(251,228,211,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(251,228,211,0) 0%,rgba(251,228,211,1) 7%,rgba(251,228,211,1) 93%,rgba(251,228,211,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fbe4d3', endColorstr='#00fbe4d3',GradientType=1 ); /* IE6-9 */

}

.box-photo{
	margin-bottom: 5px;
}

.history .outer-wrap{
  position: absolute;
  background:url(../img/bk1_menu_history.png) no-repeat top;
  background-color: #FAF3DE;
  top: 20px;
  width: 181px;
  margin-left:5px;
  padding:25px 0;
}

.history .outer{
  background:url(../img/bk2_menu_history.png) no-repeat bottom;
  width: 181px;
  height: 340px;
}

.history .inner{
  position: relative;
  padding: 0 20px 20px;
  border: solid #620000;
  border-width: 0 5px;
  height: 320px;
}
 
.history .inner ul{
	margin:1em 0;
}

.history .inner li{
	border-bottom:2px solid #9C8376;
	padding:0.3em;
}

.history .inner a{
	background:url(../img/nav_menu_history.png) no-repeat left;
	padding-left:2em;
	color:#9F3935;
}

#history1920, #history1940, #history1950, #history1960, #history1970, #history1980, #history1990, #history1957{
	margin-top: -60px; /* リンク位置上昇分 */
	padding-top: 60px; /* 上昇分を戻す分 */
}



.dd-photo img{
	margin:15px 0 30px;
}

.dd-photo .test img{
	margin:15px 0 0;
}

.dd-photo .test img {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.dd-photo .test img:hover{
	-webkit-transform: scale(2);
	transform: scale(2);
	position:relative;
/*	top:-50px;*/
}

.box-history-img{
	padding: 10px 0 10px 130px;
}

.box-history{
	height:270px;
	display:table-cell;
	vertical-align:middle;
	padding-right: 50px;
}

.box-history img{
	padding: 0;
	margin: 0 0 0.5em;
}


.dd-history,.dd-history:after{
	border: none!important;
	background: none!important;
	padding: 0!important;
	margin: 0!important;
}



/* twitterbootstrap
*********************************************************/
.navbar{
	border-radius:0;
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}

.navbar-collapse{
	padding:0;
}

.dl-horizontal{
}


.dl-horizontal dt{
	text-align:left;
	width: 130px;
	padding:0.7em 0 0.6em 0;
	font-weight:normal;
}

.dl-horizontal dd{
	margin-left:0;
	padding-left:150px;
	border-bottom: 1px dotted #ccc;
	padding:0.7em 0 0.6em 0;
}

.dl-horizontal dd:first-child{
	padding-top:0.7em;
	
}

.btn.btn-default a{
	color:#000;
	}

.btn a{
	color:#fff;
}

.btn a:hover{
	text-decoration:none;
}

.breadcrumb{
	border-radius:0;
	background:none;
	padding:0;
}

.popover{
	margin-top:-20px;
	width:200px;
}





/* slick
*********************************************************/


.slick-dots{
	background:url(../img/slider_pager_bk.png);
	width:702px;
	height:36px;
	margin-left:135px;
	bottom: 0;
}



.slick-dots li{
	margin:0;
	height:40px;
	width:100px;
}

.slick-dots li button{
	width:100px;
	
}

.slick-dots li button:before{
	content:" ";
}

.slick-dots li.slick-active button:before{
	background:url(../img/slider_pointer.png) no-repeat center bottom;
	width:100px;
	height:40px;
}

.slick-slide{
}






/* balloon
*********************************************************/



.slider-wrap a span{
  position: absolute;
  opacity: 0;
  top: 60px;
  left: 10px;
  width: 400px;
  padding: 10px;
  border-radius: 2px;
  background: #A00A25;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  transition: .3s;
  line-height:1.5em;
}
.slider-wrap a span:after{
  position: absolute;
  top: 100%;
  left: 34px;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-top: 6px solid #A00A25;
  content: "";
}
.slider-wrap a:hover span{
  opacity: 0.8;
  top: 30px;
}



/* アイコンの横の余白
*********************************************************/
.guide li span.glyphicon,.volunteer .glyphicon{
	margin-right: 0.4em;
}






/* 日工組通信
*********************************************************/

.press-box{
	text-align: center;
}

.press-box{
	margin: 2em 0 ;
	border-bottom: 2px dotted #aaa;
}

.press-box dl{
}

.press-box dt,.press-box dd{
	line-height: 1;
}

.press-box dt{
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}

.press-box dt a{
	color: #333;
}

.press-box dd{
	margin: 0 0 1em;
}

.press-box a img{
/* 	width: 250px; */
	height: 320px;
}


.press-box p a{
	color: #fff;
}

.preview:before{
	color: #fff;
	background: #00F;
	padding: 0.2em 0.3em;
	display: inline-block;
}