@charset "UTF-8";
/* CSS Document */

/* z-index



*/

/* -------------------------------------------------------- common */

body {
	background: url(../img/bg.jpg);
}

div.wrapper {
	z-index: 200;
	position: fixed;
	bottom: 0;
	width: 100%;
}

div.inner {
	width: 1000px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

br.resp {
	display: none;
}
/* -------------------------------------------------------- .returnTop */

.returnBtn {
    bottom: 170px;
    height: 0;
    position: fixed;
    right: 20px;
    z-index: 1000;
}

.returnBtn {
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.returnBtn a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.returnBtn a img {
    position: absolute;
    top: 0;
	width: 50px;
	height: 100px;
}

.returnBtn a:hover img {
    top: -50px;
}

/* -------------------------------------------------------- header.default */

header.default {
	display: block;
	background: #ffffff;
	position: fixed;
	z-index: 500;
	width: 100%;
	border-bottom: 4px solid #ef8200;
	
	padding: 0.5em ;
	
	height: 50px;
	box-sizing: border-box;
}

header.default.fixed {
	width: 100%;
	position: fixed;
	z-index: 1;
}

header.default div.logo {
	/* padding: 0.5em 0; */
	margin-right: 10px;
	/* top: 0;
	left: 0;
	position: fixed; */
}

header.default div.logo img {
	width: 230px;
	height: auto;
	display: block;
}

/* header.default div.top {
	background: #faf8f6;
	border-bottom: 1px solid #e6e2d7;
	padding: 5px 0; 
}
 */


header.default div.inner div.fr {
	width: 70%;
}



/* -------------------------------------------------------- header.default search */








header.default div.search {
	width: 50%;
	margin-top: 0.1em;
}

header.default div.search div.title {
    color: #42210b;
    font-weight: bold;
    padding: 5px 1em 0 0;
}

header.default div.search input#searchword {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #9f9f9f;
    font-size: 100%;
    padding: 0.5em;
	width: 170px;
	height: 30px;
	box-sizing: border-box;
}

header.default div.search input#searchword:focus {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: medium none;
}

header.default div.search input#searchword:active {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: medium none;
}

header.default div.search input#btnSearch {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ef8200, #ef8200) repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 1em;
	height: 30px;
	box-sizing: border-box;
}

header.default div.search input#btnSearch:active {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #d67600, #d67600) repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
}

/* -------------------------------------------------------- header.default .utility */

header.default ul.utility {
	float: left;
	font-size: 86%; /* 12px */
	padding-top: 0.7em;
	
	width: 10%;	
}

header.default ul.utility li {
	display: inline;
}

header.default ul.utility li a {
	color: #42210b;
	border: 1px solid #e6e2d7;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0.5em 1em;
}
















header.default ul.utility li a:hover {
	color: #ef8200;
}

/* -------------------------------------------------------- header.default .language */

header.default ul.language {
	float: right;
	font-size: 86%; /* 12px */
	background: #fff;
	padding: 0.6em 1em;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #e6e2d7;
}

header.default ul.language li {
	color: #7a7a7a;
	display: inline;
}

header.default ul.language li a {
	color: #ef8200;
}

header.default ul.language li a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------------- header.default nav */

header.responsive {
	display: none;
}

div.navWrap {
	border-top: 4px solid #ef8200;
	background: #fff;
	margin-bottom: 20px;
    border-bottom: 1px solid #e6e2d7;	
	box-shadow: 0 5px 0 0 rgb(230, 230, 230);
	/* background: #ef8200; */
	
}

div.navWrap.contents {
	padding-top: 50px;
}

div.navWrap nav {
	/* float: right; */
	display: block;
	/* height: 65px; */
	/* font-size: 115%; */
	font-size: 100%;
	
	
	
}

div.navWrap nav>ul {
    display: block;
    margin: 0 auto;
	clear: both;
	zoom: 1;
}

div.navWrap nav>ul>li {
    display: block;
    float: left;
	height: 80px;
	width: 16.66%;
	text-align: center;
}

div.navWrap nav>ul>li>a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
	font-weight: bold;
	padding: 0.6em 0 0;
	box-sizing: border-box;
	color: #42210b;
	/* color: #fff; */
	/* color: #ef8200; */
	
	font-size: 129%;
	white-space: nowrap;
}

div.navWrap nav ul li a span.description {
	font-size: 11px;
}

div.navWrap nav>ul>li>a>span.icon {
    display: block;
	font-size: 143%;
	color: #ef8200;
	margin-bottom: 0.5em;
}


div.navWrap nav>ul>li>a:before {
	content: "";
	width: 1px;
	height: 40px;
	background: #e6e2d7;
	position: absolute;
	left: 0;
	top: 50%;
	
	transform: translate( 0, -50%);
	-webkit-transform: translate( 0, -50%);
}

div.navWrap nav>ul>li:last-child>a:after {
	content: "";
	width: 1px;
	height: 40px;
	background: #e6e2d7;
	position: absolute;
	right: 0;
	top: 50%;

	transform: translate( 0, -50%);
	-webkit-transform: translate( 0, -50%);

}

div.navWrap nav>ul>li>a:hover {
	color: #ef8200;
}

nav.responsive {
	display: none;
}

nav.responsive.top {
	display: none;
}

/* submenu */

div.navWrap div.submenu {
    background-color: #f3f3f3;
    border-top: 5px solid #ccc;
    display: none;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
	/* border-bottom: 4px solid #ef8200; */
	box-shadow: 0 5px 0 0 rgb(230, 230, 230);
}

header div.bottom.fixed div.submenu {
    top: 32px;
}

div.navWrap div.submenu div.inner {
    box-sizing: border-box;
    padding: 2em 0;
}

div.navWrap div.submenu div.inner ul li a {
    border-bottom: 1px solid #e6e2d7;
    box-sizing: border-box;
    color: #333;
    display: block;
    float: left;
    margin-bottom: 1%;
    margin-right: 2%;
    min-height: 42px;
    padding: 0.5em 0;
    position: relative;
    transition: all 0.1s ease-in-out 0s;
    width: 23.5%;
	white-space: nowrap;
	text-align: left;
	/* font-weight: bold; */
}

div.navWrap div.submenu.access div.inner ul li a {
    float: right;
}

div.navWrap div.submenu div.inner ul li:nth-child(4n) a {
    margin-right: 0;
}

div.navWrap div.submenu div.inner ul li a::after {
    border-right: 1px solid #ef8200;
    border-top: 1px solid #ef8200;
    content: "";
    display: block;
    height: 5px;
    margin-top: -3px;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}

div.navWrap div.submenu div.inner ul li a:hover {
    color: #ef8200;
    opacity: 0.8;
}

div.navWrap div.submenu div.inner ul li a:hover::after {
    border-right: 1px solid #ef8200;
    border-top: 1px solid #ef8200;
}










/* --------------------------------------------------------  mainVisual */

div.mainVisual {
	background: url(../img/bg_mainvisual.png);
/*
	height: 460px;
*/
	max-height: 400px;
	padding-top: 50px;
	overflow: hidden;
}

/* div.mainVisual div.inner {
	height: 400px;
	overflow: hidden;
	position: relative;
} */


div.mainVisual .flexslider {
	max-height: 400px;
}



/* div.mainVisual div.inner div.comment {
	background: #000;
	bottom: 0;
	color: #fff;
	display: block;
	height: 4em;
	padding: 1em 1em 0;
	position: absolute;
	right: 0;
	width: 36%;
	z-index: 250;
} */


div.mainVisual div.movie {
	position: relative;
	width: 100%;
	height: 400px;
	/* margin-top: -80px; */
	background: #000;
}

div.mainVisual div.movie a.iframe {
	position: relative;
	width: 100%;
	height: 400px;
	display: inline-block;	
	z-index: 100;
	cursor: pointer;
	background: url(../img/btn_play.png) no-repeat;
	background-position: center center;
	background-size: 1000px 1000px;
	opacity: 1;
}

div.mainVisual div.movie:hover iframe {
	opacity: 0.5;
}

div.mainVisual div.movie iframe {
    height: 100% !important;
    position: absolute;
    /* right: auto; */
	left: 50%;
    top: 0;
    width: 100% !important;
	max-width: 1000px;
	/* margin: 0 auto; */
	transform: translate( -50%, 0);
	
}

div.mainVisual img {
	display: block;
	max-width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
	/* min-width: 1200px; */
	/* max-height: 400px;
	max-width: auto !important; */
	
	/* width: 1000px !important;
	height: 400px !important; */
}




/* */

/* div.mainVisual .flexslider .slides {
	max-width: 1000px !important;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
	text-align: center;
}

div.mainVisual .flexslider .slides > li {
	max-width: 1000px !important;
margin-left: auto;
	margin-right: auto;
display: block !important;	float: none !important;
	display: inline-block !important;
} */
 





div.mainVisual div.calendarLink {
	background:  #fff;
	height: 60px;
	box-shadow: 0 5px 0 0 rgba(230, 230, 230, 1);
	border-top: 1px solid #e6e2d7;
	border-bottom: 1px solid #e6e2d7;	
}

div.mainVisual div.calendarLink ul {
	text-align: center;	
}

div.mainVisual div.calendarLink ul li {
	display: inline;
	font-weight: bold;
}

div.mainVisual div.calendarLink ul li.top {
	display: inline;
	font-size: 130%;
	font-weight: bold;
}

div.mainVisual div.calendarLink ul li::before {
	content: "/";
	color: #e6e2d7;
}

div.mainVisual div.calendarLink ul li.change img {
	display: inline-block;
	width: 28px;
	height: 28px;
}

div.mainVisual div.calendarLink ul li.change span.icon-calendar {
	font-size: 200%;
	color: #ef8200;
}


div.mainVisual div.calendarLink ul li.change::before {
	content: "";
}

div.mainVisual div.calendarLink ul li a {
	color: #5f4b3e;
	padding: 0 0.2em;
}

div.mainVisual div.calendarLink ul li a.on {
	color: #ef8200;
}

div.mainVisual div.calendarLink ul li a:hover {
	color: #ef8200;
}

div.mainVisual div.calendarLink ul li a span.number {
	font-family: "Century Gothic","Droid Serif","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",serif;
	font-size: 250%;
}

div.mainVisual div.calendarLink ul li a span.unit {
	font-size: 136%;
}

/* -------------------------------------------------------- section common */

div.section {
	padding: 20px 0; 
}

section {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 0 0 rgba(230, 230, 230, 1);
	overflow: hidden;	
}

section div.headline {
	height: 60px;
	padding: 15px;
	box-sizing: border-box;
}

/* section.news div.headline { background: url(../img/bg_news.png);} */
section.topics div.headline { background: url(../img/bg_topics.png); }
section.purpose div.headline { background: none; }
section.living div.headline { background: url(../img/bg_living.png); }
section.administration div.headline { background: url(../img/bg_administration.png); }
section.appearance div.headline { background: url(../img/bg_appearance.png); }
section.mayor div.headline { background: url(../img/bg_mayor.png); }
section.parliament div.headline { background: url(../img/bg_parliament.png); }
section.localnews div.headline { background: url(../img/bg_localnews.png); }

section div.headline div.title span {
	font-size: 250%;
	vertical-align: top;
	color: #fff;
}

section div.headline div.title img {
	width: 210px;
	height: 30px;
	display: inline-block;	
}

section div.wrap {
	padding: 10px 20px;
}

div.link {
	background: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0.4em 2em;
	border-radius: 50px;
	text-align: center;
	position: relative;
	transition: all 0.2s ease-in-out;
	font-weight: bold;
}

div.link:after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: 1px solid #13191b;
	border-right: 1px solid #13191b;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);	
	transition: all 0.2s ease-in-out;
}

div.link:hover:after { right: 10px;}

div.link a {
	display: block;
}

div.link:hover a {
}

section.news div.link a { color: #fa6666; }
section.topics div.link a { color: #ee8200; }
section.news div.link:after { border-top: 1px solid #fa6666; border-right: 1px solid #fa6666; }
section.topics div.link:after { border-top: 1px solid #ee8200; border-right: 1px solid #ee8200; }

/* -------------------------------------------------------- section news & topics */

section.news {
	width: 660px;
	margin: 0 20px 0 0;
}

/* headline */

section.news div.headline {
	padding: 0;
}

section.news div.headline div.title {
	width: 33.33%;
	height: 60px;
	float: left;
}

section.news div.headline div.title img {
	width: auto;
	height: 30px;
	display: inline-block;
}

section.news div.headline div.title span {
	font-size: 250%;
	vertical-align: top;
	color: #ccc;
}

section.news div.headline div.title > div.trigger {
	display: block;
	padding: 15px 15px 0;
	background: #ddd;
	height: 60px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	
	cursor: pointer;
}

section.news div.headline div.title:last-child > div.trigger {
	border-right: none;
}

section.news div.headline div.title.current > div.trigger {
 	background: url(../img/bg_news.png);
}

section.news div.headline div.title.current > div.trigger span {
	color: #fff;
}



section.news div.headline div.title > div.trigger img {
	opacity: 0.5;
}

section.news div.headline div.title.current > div.trigger img {
	opacity: 1;
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- タブ */

section.news div.wrap {
	display: none;
}


section.news div.articlelist {
	width: 100%;
	margin: 0 auto;
	
	position: relative;
}

/* section.news div.headline div.title a {
	overflow: hidden;
	display: inline-block;
}
 */
section.news div.articlelist div.entry {
	border-bottom: 1px solid #e6e2d7;
}

section.news div.articlelist div.entry div.update {
	font-family: "Century Gothic","Droid Serif","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",serif;
	float: left;
	padding-right: 1em;
	font-weight: bold;
	color: #fa6666;
}

section.topics div.articlelist div.entry div.update {
	color: #ee8200;
}

section.news div.articlelist div.entry a {
	text-decoration: underline;
	padding: 0.5em 0;
	display: block;
	color: #42210b;
}

section.news div.articlelist div.entry a:hover {
	text-decoration: none;
}

section.news div.articlelist div.entry div.title {
	padding-left: 90px;
}
/*
section.news div.link {
	font-size: 13px;
	margin-top: 1em;
	border: 1px solid #fa6666;
}
*/

section.news div.link {
	font-size: 15px;
	margin-top: 1em;
	border: 1px solid #ccc;	
	/* background: #fa6666; */
	background: #fff;
	width: 40%;
	padding: 0;
}

section.news div.link a {
	color: #42210b;
    padding: 0.4em 2em;	
}

section.news div.link:after {
	position: absolute;
	top: 50%;
	right: 1.5em;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: 1px solid #42210b;
	border-right: 1px solid #42210b;
	transform: rotate(45deg);	
	-webkit-transform: rotate(45deg);
	transition: all 0.2s ease-in-out;
}


section.news div.link a:hover {
	color: #ef8200;
}



/* section.news div.link::after {
    right: 10px;
} */

section.news div.attention {
	padding: 10px 20px;
}



/* -------------------------------------------------------- section emergency */

section.emergency {
	width: 320px;
	margin: 0 auto;
}

section.emergency div.attention {
	padding: 10px 20px;
}

section.emergency div.headline { background: url(../img/bg_emergency.png); }

section.emergency div.headline div.title img {
	width: 120px;
	height: 30px;
	display: inline-block;	
}

section.emergency div.headline div.title a {
}

section.emergency div.emergencylist {
	width: 100%;
	margin: 0 auto;
}

section.emergency div.emergencylist div.entry {
	border-bottom: 1px solid #e6e2d7;
}

section.emergency div.emergencylist div.entry div.update {
	font-family: "Century Gothic","Droid Serif","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",serif;
	float: left;
	padding-right: 1em;
	font-weight: bold;
	color: #df2f2f;
}

section.emergency div.emergencylist div.entry a {
	text-decoration: underline;
	padding: 0.5em 0;
	display: block;
	color: #42210b;
}

section.emergency div.emergencylist div.entry a:hover {
	text-decoration: none;
}

section.emergency div.emergencylist div.entry div.title {
	padding-left: 90px;
}


/* -------------------------------------------------------- section jishin saigai */

section.jishin,
section.saigai,
section.fukko {
	width: 320px;
	margin: 0 auto;
}

section.jishin div.headline,
section.saigai div.headline { background: url(../img/bg_jishin.png); }

section.fukko  div.headline { background: #ff8b81; }

section.jishin div.headline div.title a,
section.saigai div.headline div.title a,
section.fukko div.headline div.title a {
	width: 170px;
	overflow: hidden;
	display: inline-block;
}

section.jishin div.jishinlist,
section.saigai div.saigailist {
	width: 100%;
	margin: 0 auto;
}

section.jishin div.jishinlist div.entry,
section.saigai div.saigailist div.entry {
	border-bottom: 1px solid #e6e2d7;
}

section.jishin div.jishinlist div.entry div.update,
section.saigai div.saigailist div.entry div.update {
	font-family: "Century Gothic","Droid Serif","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",serif;
	float: left;
	padding-right: 1em;
	font-weight: bold;
	color: #003366;
}

section.jishin div.jishinlist div.entry a,
section.saigai div.saigailist div.entry a {
	text-decoration: underline;
	padding: 0.5em 0;
	display: block;
	color: #42210b;
}

section.jishin div.jishinlist div.entry a:hover,
section.saigai div.saigailist div.entry a:hover {
	text-decoration: none;
}

section.jishin div.jishinlist div.entry div.title,
section.saigai div.saigailist div.entry div.title {
	padding-left: 90px;
}

section.jishin div.link,
section.saigai div.link,
section.fukko div.link {
	font-size: 13px;
    padding: 0.4em 1.5em 0.4em 1em;
}

section.jishin div.link::after,
section.saigai div.link::after,
section.fukko div.link::after {
    right: 10px;
}

/* -------------------------------------------------------- 復興関連情報 */

section.fukko div.wrap {
	
}

section.fukko div.wrap div.thumbnail a img {
	width: 100%;
	height: auto;	
}

section.fukko div.wrap div.thumbnail a:hover img {
	opacity: 0.9;
}

section.fukko div.link {
	background: #ff8b81;
}

section.fukko div.link a {
	color: #fff;
}

section.fukko div.link::after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;   
}

/* -------------------------------------------------------- div.section div.sectionWrapper */


div.section div.sectionWrapper {
	width: 320px;
	float: left;
	margin-right: 20px;
}

div.section div.sectionWrapper:last-child {
	margin-right: 0;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- div.section.efforts */

div.section div.sectionWrapper section.efforts {
	
	height: 334px;
	overflow: hidden;

}

div.section div.sectionWrapper section.efforts div.headline {
	background: url(../img/bg_appearance.png);
}

div.section div.sectionWrapper section.efforts div.icons {
}

div.section div.sectionWrapper section.efforts div.icons ul li {
	float: left;
	width: 50%;
	text-align: center;

}

div.section div.sectionWrapper section.efforts div.icons ul li:nth-child(2n) {
	margin-right: 0;
}

div.section div.sectionWrapper section.efforts div.icons ul li a {
	font-size: 108%;
	font-weight: bold;
	box-sizing: border-box;
	padding: 15px;
	display: block;
	border-bottom: 1px solid #e6e2d7;
}

div.section div.sectionWrapper section.efforts div.icons ul li:nth-child(2n) a {
	border-left: 1px solid #e6e2d7;
}

div.section div.sectionWrapper section.efforts div.icons ul li a:hover {
    color: #ef8200;
}

div.section div.sectionWrapper section.efforts div.icons ul li a span.icon {
	font-size: 250%;
	display: block;
}

div.section div.sectionWrapper section.efforts div.icons ul li a span.icon.icon-town { color: #f28128; }
div.section div.sectionWrapper section.efforts div.icons ul li a span.icon.icon-subsidy { color: #84bec9; }
div.section div.sectionWrapper section.efforts div.icons ul li a span.icon.icon-kohoshi { color: #1daa38; }
div.section div.sectionWrapper section.efforts div.icons ul li a span.icon.icon-facility { color: #d68480; }
div.section div.sectionWrapper section.efforts div.icons ul li a span.icon.icon-regulations { color: #98754a; }
div.section div.sectionWrapper section.efforts div.icons ul li a span.icon.icon-furusato { color: #b3b3b4; }

































section.mayor,
section.parliament {
	width: 320px;
	margin-bottom: 20px;
	
	height: 157px; /* */ 

}

section.appearance,
section.localnews {
	margin-right: 0;
}

section ul.list {
	margin: 10px 0 20px;
	padding: 0;
}

section.parliament ul.list {
	margin-top: 0;
}

section ul.list li {
	margin: 0;
	padding: 0 0 0 15px;
	position: relative;
}

section ul.list li::before {
    background: #ef8200 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    margin-right: 0.5em;
    position: absolute;
    top: 6px;
    transition: all 0.3s ease-out 0s;
    width: 8px;
}

section ul.list li a {
	color: #42210b;
	text-decoration: underline;
}

section ul.list li a:hover {
	color: #ef8200;
}
















div.section div.sectionWrapper div.facebook img {
	width: 100%;
}











/* -------------------------------------------------------- div.section ul.banner */

div.section ul.banner {
	padding: 0 60px;
	border-bottom: 1px solid #e6e2d7;
	margin-bottom: 20px;
}

div.section ul.banner li {
	width: 280px;
	float: left;
	margin-right: 20px;	
	margin-bottom: 20px;	
}

div.section ul.banner li img {
	display: block;
}

div.section ul.banner li.last {
	margin-right: 0;	
}

/* -------------------------------------------------------- div.footerSitemap */

div.footerSitemap {
	background: #fff;
	padding: 40px 0;
	border-top: 4px solid #ef8200;
}

div.footerSitemap a {
	color: #6c6c6c;
}

div.footerSitemap div.fl {
	width: 20%;
}

div.footerSitemap div.head {
	font-weight: bold;
	font-size: 115%; /* 16px */
}

div.footerSitemap ul {
	margin: 0 0 20px;
	padding: 0;
}

div.footerSitemap ul li {
	margin: 0;
	padding: 0 0 0 15px;
	position: relative;
}

div.footerSitemap ul li::before {
    background: #ef8200 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    margin-right: 0.5em;
    position: absolute;
    top: 6px;
    transition: all 0.3s ease-out 0s;
    width: 8px;
}

div.footerSitemap ul li a {
	text-decoration: underline;
}

div.footerSitemap ul li a:hover {
	color: #ef8200;
}

/* -------------------------------------------------------- div.snslink-resp */

div.snslink-resp {
	display: none;
}

/* -------------------------------------------------------- footer */

footer {
	border-top: 1px solid #e6e2d7;
	color: #343434;
	background:  #fff;
	position: relative;
	z-index: 1;
	padding: 30px 0;
}

footer>div.inner>div.fl {
	width: 650px;
	box-sizing: border-box;
	border-right: 1px solid #e6e2d7;
}

footer>div.inner>div.fr {
	width: 350px;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

footer div.inner {
	position: relative;
}

footer div.inner::after {
	
	clear: both;
    content: ".";
    display: block;
    height: auto;
    visibility: hidden;
	
}

footer div.information {
	font-size: 93%; /* 13px */
	padding: 0.5em 0;
}

footer div.title {
	font-weight: bold;
	font-size: 129%;
	padding-bottom: 0.2em;
}

footer div.number {
	font-family: "Century Gothic","Droid Serif","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",serif;
	font-weight: bold;
	color: #ef8200;
	font-size: 210%;
}

footer div.snslink {
	margin-bottom: 20px;
}

footer div.snslink ul li {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
}

footer div.snslink ul li img {
	width: 20px;
	height: 20px;
	display: block;
}

footer div.snslink ul li:last-child {
	margin-right: 0;
}

footer div.fr div.mobile div.fl {
	width: 230px;
}

/* -------------------------------------------------------- footer .utility */

footer ul.utility {
	float: right;
	font-size: 86%; /* 12px */
	padding-top: 0.5em;
	margin-bottom: 1em;
}

footer ul.utility li {
	display: inline;
}

footer ul.utility li a {
	color: #42210b;
}

footer ul.utility li a:hover {
	color: #ef8200;
}




/* -------------------------------------------------------- div.pageTop.responsive */

div.pageTop.default {
	display: block;
}

div.pageTop.default a {
	display: block;
	background: #ef8200;
	width: 170px;
	height: 30px;
	color: #fff;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	line-height: 30px;
	text-align: center;
}

div.pageTop.default a:hover {
	
}

div.pageTop.responsive {
	display: none;
}

div.homeBack {
    display: none;
}

/* -------------------------------------------------------- category */

/* -------------------------------------------------------- category and detail contents */

div.contents {
	width: 100%;
	margin: 0 auto;
	/* padding-top: 110px; */
	/* padding-top: 50px; */
} 

/* -------------------------------------------------------- categoryheader */

div.categoryheader {
	width: 100%;
	display: block;
	background: #fff;
	border-top: 1px solid #e6e2d7;
	border-bottom: 1px solid #e6e2d7;	
	color: #42210b;
	font-size: 250%;
	margin-bottom: 20px;
	position: relative;
}

div.categoryheader::after {
	width: 100%;
	height: 10px;
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	background: #e6e2d7;
}

/* カテゴリーが以下のとき classをつける

・新着情報
・お知らせ
・目的別で探す
・くらしのお手伝い
・行政情報
・三朝町の様子
・町長室
・三朝町議会
・地域ニュース

*/

/* カテゴリー のリニューアルにともなってやめる
div.categoryheader.news::after {	background: url(../img/bg_news.png); }
div.categoryheader.topics::after {	background: url(../img/bg_topics.png); }
div.categoryheader.purpose::after {	background: url(../img/bg_purpose.png); }
div.categoryheader.living::after {	background: url(../img/bg_living.png); }
div.categoryheader.administration::after {	background: url(../img/bg_administration.png); }
div.categoryheader.appearance::after {	background: url(../img/bg_appearance.png); }
div.categoryheader.mayor::after {	background: url(../img/bg_mayor.png); }
div.categoryheader.parliament::after {	background: url(../img/bg_parliament.png); }
div.categoryheader.localnews::after {	background: url(../img/bg_localnews.png); }
div.categoryheader.emergency::after {	background: url(../img/bg_emergency.png); }
div.categoryheader.jishin::after {	background: url(../img/bg_jishin.png); }
div.categoryheader.fukko::after {	background: #ff8b81; }
div.categoryheader.saigai::after {	background: url(../img/bg_jishin.png); }
*/

div.categoryheader div.display {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;		
}

div.categoryheader div.display div.title {
	margin: 25px 0;
}

div.categoryheader.responsive {
	display: none;
}

div.pageTitle.responsive {
	display: none;
}


/* -------------------------------------------------------- topicPath */

.topicPath {
	background: url(../img/bg_topic.png);
	font-size: 86%; /* 12px */
	display: block;
	margin: 0 auto;
}

.topicPath ul {
	padding: 10px;
	list-style: none;
	font-weight: bold;
}

.topicPath ul li {
	color: #42210b;
	display: inline;
	background: #fff;
}

.topicPath ul li.arrow {
	background: none;
}

.topicPath ul li a {
	color: #ef8200;
	text-decoration: underline;
}

.topicPath ul li a:hover {
	text-decoration: none;
}

/* -------------------------------------------------------- categoryList */

div.categoryList {
	
}

div.categoryList ul {
	width: 1000px;
	margin: 0 auto;
}

div.categoryList ul li {
	width: 490px;
	float: left;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #e6e2d7;
	background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 5px 0 0 rgba(230, 230, 230, 1);
    overflow: hidden;
}

div.categoryList ul li:hover div.headline {
	color: #ef8200;
}

div.categoryList ul li:nth-child(even) {
	float: right;	
}

div.categoryList ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #42210b;
}

div.categoryList div.article {
	padding: 20px 40px 20px 20px;
}

div.categoryList div.article div.wrap {
	overflow: hidden;
}

div.categoryList.clinic div.article div.headline,
div.categoryList.clinic div.article div.description,
div.categoryList.clinic div.article div.clearfix {
	margin-left: 0;
}

div.categoryList a div.article div.headline {
	font-size: 115%;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}

div.categoryList a div.article div.headline::before {
	content: "●";
	color: #ef8200;
	float: left;
}

div.categoryList div.article div.description {
	font-size: 93%; /* 13px */
	margin-bottom: 10px;
}

div.categoryList div.article div.update {
	font-family: "Century Gothic","Droid Serif","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",serif;
	font-size: 86%; /* 12px */
	color: #ef8200;
	font-weight: bold;
	float: left;
}

div.categoryList div.article div.spot {
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
	background: #f8f7f7;
	float: left;
	margin-right: 15px;
}

div.categoryList div.article div.spot span {
	display: table-cell;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    width: 150px;
}

div.categoryList div.article div.spot img {
	display: block;
    height: auto;
    max-height: 150px;
    max-width: 150px;
    vertical-align: middle;
    width: auto;
	margin: 0 auto;
	}
	
	
	
/* */

/* ------------------------------------------------------------------------------------------------------------------------------------ .accordion */

div.accordion_list
{
    position: relative;
}

div.accordion_list div.page-description {
	background: #fff;
	margin-bottom: 1em;
	padding: 1em;
	border-radius: 10px;
	border: 1px solid #e6e2d7;

}


div.accordion_list div.inner > ul > li {
    background: #fff;
    border: 1px solid #e6e2d7;
    border-radius: 10px;
    box-shadow: 0 5px 0 0 rgb(230, 230, 230);
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    /* width: 49%;
	margin-right: 2%; */
	width: 100%;
	
	padding: 20px 60px 20px 20px;
	box-sizing: border-box;
	
}

div.accordion_list div.inner > ul > li:nth-child(2n) {
	margin-right: 0;

}


div.accordion_list div.trigger {
	position: relative;	
	cursor: pointer;
}

div.accordion_list div.inner > ul > li div.trigger::after
{
    position: absolute;
    top: 1em;
    right: -2.8em;

    display: block;

    width: 10px;
    height: 10px;
    margin-top: 0;

    content: '';
    transition: all .2s ease-in-out;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);

    border-top: 2px solid #ef8200;
    border-right: 2px solid #ef8200;
}

div.accordion_list div.inner > ul > li div.trigger.active::after
{
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

div.accordion_list div.inner > ul > li div.trigger::before
{
    position: absolute;
	font-size: 90%;
    top: -0.5em;
    right: -4em;
 	
	content: "ひらく";
    color: #ef8200;
	
}

div.accordion_list div.inner > ul > li div.trigger.active::before
{
    position: absolute;
	font-size: 90%;
    top: -0.5em;
    right: -4em;
 	
	content: "とじる";
    color: #ef8200;
}

		

div.accordion_list div.trigger div.title {
	font-size: 115%;
    font-weight: bold;
}

div.accordion_list div.trigger div.title:hover {
    color: #ef8200;
}

div.accordion_list div.trigger div.title:before {
    color: #ef8200;
    content: "●";
}

div.accordion_list div.trigger + div.accordionWrap
{
    max-height: 0;
    transition: .5s;
	overflow: hidden;
}

div.accordion_list div.trigger.active + div.accordionWrap
{
    max-height: 1000px;
}

div.accordion_list div.accordionWrap ul {
    margin-top: 10px;
	padding: 0 1em;
}

div.accordion_list div.accordionWrap ul li {
	margin-bottom: 0.5em;
	position: relative;
	padding-left: 0.8em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #ccc;
}

div.accordion_list div.accordionWrap ul li:before {
	position: absolute;
	top: 0.4em;
	left: 0;
	content: "";
	width: 0.5em;
	height: 0.5em;
	background: #ccc;
	display: block;
	border-radius: 1000px;
}

div.accordion_list div.accordionWrap ul li a
{
    /* color: #ef8200; */
	/* text-decoration: underline; */
}

div.accordion_list div.accordionWrap ul li a:hover
{
	/* color: #ef8200;
 	text-decoration: none; */
}

div.accordion_list div.accordionWrap ul li div.headline {
	font-size: 108%;
	font-weight: bold;
}

div.accordion_list div.accordionWrap ul li a:hover div.headline
{
	color: #ef8200;
/*  	text-decoration: none; */
}
	
	
/* -------------------------------------------------------- detail */

div.detail {
	width: 1000px;
	border: 1px solid #e6e2d7;
	box-sizing: border-box;	
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 0 0 rgba(230, 230, 230, 1);
	/* overflow: hidden; */
}

div.detail div.header.clearfix {
	padding: 30px 30px 20px;
	border-bottom: 1px solid #e6e2d7;;
}

div.detail div.header div.wrap {
	
}

div.detail div.header div.title h1 {
    font-size: 172%; /* 24px */
    font-weight: bold;
	color: #42210b;
	margin-bottom: 0.2em;
	line-height: 1.3;
}

div.detail div.header div.description h2 {
    color: #615f5f;
    font-weight: normal;
	margin-bottom: 0.5em;
}

div.detail div.header div.update {
	font-family: "Century Gothic","Droid Serif","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",serif;
	color: #ef8200;
	font-weight: bold;
}







