@charset "utf-8";

/*--------------------- header ---------------------*/
#header_all {
	border-bottom: 4px solid #009d66;
	background: url(../img/bg_header.gif) repeat-x bottom;
	overflow: hidden;

}

#header-area {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 10px 0;
	overflow: hidden;
}

#logo {
	float: left;
	width: 290px;
}

nav ul {
	float: right;
	width: 440px;
}

nav ul li {
	float: left;
}

/*--------------------- main ---------------------*/

.infiniteslide1 ul,.infiniteslide1 li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*--------------------- contents ---------------------*/

#contents {
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.03, #ffffff), color-stop(0.00, #CECECE));
	background: -webkit-linear-gradient(top, #CECECE 0%, #ffffff 3%);
	background: -moz-linear-gradient(top, #CECECE 0%, #ffffff 3%);
	background: -o-linear-gradient(top, #CECECE 0%, #ffffff 3%);
	background: -ms-linear-gradient(top, #CECECE 0%, #ffffff 3%);
	background: linear-gradient(top, #CECECE 0%, #ffffff 3%);
	border-top: 1px solid #ffffff;
	overflow: hidden;
}

#contents_in {
	width: 1000px;
	margin: 0 auto;
	padding: 45px 0 35px 0;
	text-align: left;
	overflow: hidden;
}


#contents .top_co_left {
	width: 318px;
	float: left;
}

#contents .top_co_center {
	width: 310px;
	float: left;
	margin-left:20px;
}
#contents .top_co_right {
	width: 310px;
	float: left;
	margin-left:20px;
}

#footer {
	background:repeat-x #009d66;
	padding-top:10px;
}

#footer_inner {
	width: 1000px;
	margin: 0 auto;
	padding-bottom:10px;
}

/*--------------------- footer ---------------------*/

#footer_area {
	margin: 0 auto;
	padding: 0 0 35px 0;
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(0.00, #CECECE));
	background: -webkit-linear-gradient(top, #CECECE 0%, #ffffff 5%);
	background: -moz-linear-gradient(top, #CECECE 0%, #ffffff 5%);
	background: -o-linear-gradient(top, #CECECE 0%, #ffffff 5%);
	background: -ms-linear-gradient(top, #CECECE 0%, #ffffff 5%);
	background: linear-gradient(top, #CECECE 0%, #ffffff 5%);
	overflow: hidden;
}

#footer_inner {
	width: 1000px;
	margin: 0 auto;
}

#copy {
	font-size: 80%;
	text-align: center;
	color:#fff;
}


/*--------------------- cocontents ---------------------*/

#cocontents {
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.02, #ffffff), color-stop(0.00, #D8D8D8));
	background: -webkit-linear-gradient(top, #D8D8D8 0%, #ffffff 2%);
	background: -moz-linear-gradient(top, #D8D8D8 0%, #ffffff 2%);
	background: -o-linear-gradient(top, #D8D8D8 0%, #ffffff 2%);
	background: -ms-linear-gradient(top, #D8D8D8 0%, #ffffff 2%);
	background: linear-gradient(top, #D8D8D8 0%, #ffffff 2%);
	border-top: 1px solid #ffffff;
	overflow: hidden;
}

#cocontents_in {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 35px 0;
	text-align: left;
	overflow: hidden;
}

#panlist li {
	float: left;
	background: url(../img/icon02.gif) no-repeat 0 7px;
	padding-left: 15px;
	margin-right: 15px;
	list-style: none;
}
	#panlist li.home {
		background: url(../img/icon_home.gif) no-repeat 0 5px;
		padding-left: 20px;
		margin-right: 15px;
	}

#cocontents_in h1 {
}

#cocontents_in h2 {
	margin-bottom:5px;
}

#cocontents_in p {
	padding-bottom: 1em;
	font-size: 1.1em;
}

#mongon{
	display:block;
    position: absolute;
	top:110px;
	left:60px;
}


.tbl {
	width: 310px;
	table-layout: fixed;
}
.tbl td {
	word-wrap: break-word;
	padding:5px 0 10px 0;
}
.dotline{
	border-bottom:1px dotted #999999; margin-bottom:10px;
}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
}


/* タブレット用のスタイル記述 */
@media screen and (max-width: 919px) {


	#header-area {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		padding: 20px 0 10px 0;
	}

	#logo img {
		width:500px;
	}
	nav img {
		width: 90%;
	}

	#mongon{
		display:block;
		position: absolute;
		top:110px;
		left:-300px;
	}

	#contents_in {
		width: 950px;
		margin: 0 auto;
		padding: 45px 5px 35px 5px;
		text-align: left;
		overflow: hidden;
		font-size: 12px;
	}


	#contents .top_co_left {
		width: 245px;
		float: left;
	}

	#contents .top_co_center {
		width: 260px;
		float: left;
		margin-left:10px;
	}
	#contents .top_co_center h2 img {
		width:90%;
	}

	#contents .top_co_right {
		width: 260px;
		float: left;
		margin-left:3px;
	}
	#contents .top_co_right h2 img {
		width:90%;
	}

	#footer {
		background:repeat-x #009d66;
		padding-top:10px;
	}

	#footer_inner {
		width: 950px;
		margin: 0 auto;
		padding-bottom:10px;
	}


	.top_co_left img {
		width:250px;
	}


}



/* スマホ用のスタイル記述 */
@media screen and (max-width: 640px) {


	#header_all {
		width: 1000px;
	}

	#main {
		width: 1000px;
	}

	.infiniteslide1 {
		overflow: visible;
	}


	#contents {
		width: 1000px;
	}

	#footer {
		width: 1000px;
	}


	#contents .top_co_left,
	#contents .top_co_center,
	#contents .top_co_right {
		width: 300px;
		display: block;
	}

}

.pdf_icon::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0px 5px 0 0px;
    background: url(../img/pdf.png) no-repeat;
        background-size: auto auto;
    background-size: contain;
    vertical-align: middle;
    padding-right: 5px;
}
.blank::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0px 5px 0 0px;
    background: url(../img/blank.png) no-repeat;
        background-size: auto auto;
    background-size: contain;
    vertical-align: middle;
    padding-right: 5px;
}
a.link {
	position:relative;
	display: block;
	background:#009D66;
	padding:10px 20px 10px 30px;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:3px solid #EFEFEF;
	margin:0px auto 10px auto;
	width:130px;
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
	}
a.link:before{
	content:'';
	display:block;
	position:absolute;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:15px;
	left:15px;
	height:0;
	width:0;
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #FFFFFF;
}
a.link.c_blue {
	background:#0079C1;
	}

a.link.c_orange {
	background:#ea870c;
	}

.section.tar{
	text-align: right;
	font-size: 16px;
}

#main {}
/* w
============================================================================================================ */
.w {
	position: relative;
	display: block;
	width: 975px;
	margin: 0 auto;
	text-align:left;
}
.w:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
@media screen and (max-width: 680px) {
	.w {
		width: auto;
		padding: 0;
	}
}

.section {
	padding:0px 0 20px 0;
	font-size:14px;
	}
.section:last-child {
	padding:0px 0 50px 0;
	}

/* topic_path
============================================================================================================ */
.topic_path{
	font-size: 12px;
	background: #e5e4e2;
	padding: 8px 0;
	position: relative;
	z-index: 1;
	color: #5f5e5c;
	margin-bottom: 30px;
}
.topic_path a{
	color: #5f5e5c;
}
.topic_path li{
	display: inline-block;
	margin-right: 5px;
}
.topic_path li a:after{
	content:">";
	margin-left: 10px;
}
@media screen and (max-width: 680px) {
	.topic_path{
		font-size: 12px;
		padding: 8px 10px;
		margin-bottom: 20px;
	}
}


/* page_title
============================================================================================================ */
.page_title{
	font-size: 32px;
	text-align: center;
	letter-spacing: .2em;
	border-bottom: 1px solid #b4b4b4;
	margin: 40px 0px;
	padding-bottom:0px;
}
.page_title:after{
	content:" ";
	height: 5px;
	background: #009d66;
	display: block;
	width: 470px;
	margin: auto;
	margin-top: 20px;
}
@media screen and (max-width: 680px) {
	.page_title{
		font-size: 26px;
		letter-spacing: .2em;
		margin-bottom: 30px;
	}
	.page_title:after{
		content:" ";
		height: 4px;
		width: 50%;
	}
}

/* title
============================================================================================================ */
.title_l{
	font-size: 1.8em;
	font-weight: normal;
	position: relative;
	padding: 0.2em 0.5em;
	margin: 1.5em 0 30px;
	border-left: 7px solid #009d66;
}
.title_l span{
	background: #009d66;
	display: inline-block;
	font-size: 0.8em;
	padding: 0.2em 0.75em;
	margin-left: 1em;
}
.title_l span.bg_none{
	background: none;
	display: inline-block;
	font-size: 0.7em;
	padding: 0;
	margin-left: 0;
}

.title_m {
	font-size: 1.5em;
	font-weight: normal;
	position: relative;
	padding: 0.3em 0.5em;
	margin: 1.5em 0 1em;
	border-bottom: 3px double #009d66;
}
.title_s {
    font-size: 1.3em;
    font-weight: normal;
    margin: 1.5em 0 1em;
    padding: 0.25em 0.5em;
    border-bottom: 1px solid #ccc;
    background: #009d66;
	color:#FFFFFF;
}
.title_ss {
    font-size: 1.2em;
 }

@media screen and (max-width: 680px) {
	.title_l{
		font-size: 1.5em;
		margin: 2em 0 30px;
	}
	.title_m {
		font-size: 1.3em;
	}
	.title_s{
	    font-size: 1.2em;
	}
	.title_ss{
	    font-size: 1.1em;
	}
}


.ullist li {
	position:relative;
	padding-left:15px;
	}

.ullist li:before{
	content:'';
	display:block;
	position:absolute;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:7px;
	left:2px;
	height:0;
	width:0;
	border-top: 3px solid transparent;
	border-right: 3.5px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 4.5px solid #009D66;
}


/* Topics page */

.news_list {

}
.news_list{
	line-height: 1.8em;
	padding-bottom: 1em;
}

.news_list dt{
	font-weight: bold;
}
.news_list dd {
	display:block;
	margin: 0 0 2% 0;
	padding-left: 1.2em;
	overflow: hidden;
	font-weight: normal;
}
.news_list dt:before {
	content: "■";
	font-size: 1em;
	position: relative;
	left: 0;
	color: #1a9680;
}

.news_list dd img {
	margin: 0 20px 20px 0;
}

a.link_mouhatu {
	position:relative;
	display: block;
	background-image:linear-gradient(to right, #e52d2d 57%,#e52d2d 57%,#f98686 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
	padding:22px 25px 22px 30px;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:3px solid #EFEFEF;
	margin:0px auto 20px auto;
	width:265px;
	border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px;
	font-size: 22px;
	line-height: 1.3em;
	}
a.link_mouhatu span {
	font-size: 18px;
	}
a.link_mouhatu:before{
	content:'';
	display:block;
	position:absolute;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:40px;
	left:15px;
	height:0;
	width:0;
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #FFFFFF;
}
a:hover.link_mouhatu {
	
	background-image: -webkit-linear-gradient(left, #bc2525 2%,#e20606 56%,#f74c4c 100%); /* Chrome10-25,Safari5.1-6 */
	
	}

/* Top miniblog */
.scroll_bar{
   background-color: #f0f0f0;
   overflow-y: scroll;
   width: 300px;
   height: 700px;
	padding: 10px;
	border: 1px solid #EEEEEE;
}
.scroll_bar::-webkit-scrollbar{
   width: 15px;
}
.scroll_bar::-webkit-scrollbar-track{
   background-color: #f0f0f0;
	box-shadow:0 0 3px #ccc inset ;
}
.scroll_bar::-webkit-scrollbar-thumb{
   background-color: #999999;
	 border-radius: 7px;
}


.scroll_bar .diary_box{
   background-color: #FFFFFF;
   border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	box-shadow:0 0 3px #E6E6E6;
	margin-bottom: 10px;
}

.scroll_bar .diary_box .date{
   font-size: 12px;
	color: #FFFFFF;
	background:  #1a9680;
	display: inline;
	padding: 2px 5px;
}
.scroll_bar .diary_box .diary_text{
   font-size: 14px;
	color: #333333;
	padding-top: 10px;
}
.sns {
	padding-bottom: 20px;
	text-align: center;
}
.sns li {
	display: inline-block;
	width: 70px;

}
.sns li img {
	width: 70px;
}

.teigi_list dt{
	float: left;
	width: 4.5em;
	font-weight: normal;
}
.teigi_list dd{
	margin-left:4.5em;
}
.news_list .teigi_list dt {
	width: 4.5em;
	
}
.news_list .teigi_list dt:before {
	content: "";
	
}
.news_list .teigi_list dd {
	margin: 0;
	padding-left: 4em!important;
}


