@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;
}

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

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

header.default div.logo img {
	width: 255px;
	height: 30px;
	display: block;
}

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

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

header.default div.search {
	width: 40%;
}

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 div.top ul.utility {
	float: left;
	font-size: 86%; /* 12px */
	padding-top: 0.5em;
}

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

header.default div.top ul.utility li a {
	color: #42210b;
}

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

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

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

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

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

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

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

header.responsive {
	display: none;
}

header.default nav {
	float: right;
	display: block;
	height: 65px;
	font-size: 115%; /* 16px */
}

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

header.default nav>ul li {
    display: block;
    float: left;
	height: 65px;
}

header.default nav ul li a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
	font-weight: bold;
	padding: 1.4em 1em 0;
	box-sizing: border-box;
	color: #42210b;
}

header.default nav ul li a:before {
	content: "";
	width: 1px;
	height: 16px;
	background: #e6e2d7;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}

header.default nav ul li:last-child a:after {
	content: "";
	width: 1px;
	height: 16px;
	background: #e6e2d7;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}

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

nav.responsive {
	display: none;
}

nav.responsive.top {
	display: none;
}

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

div.mainVisual {
	background: url(../img/bg_mainvisual.png);
	height: 460px;
	padding-top: 100px;
}

div.mainVisual div.inner {
	height: 400px;
	overflow: hidden;
}

div.mainVisual div.movie {
	position: relative;
	width: 1000px;
	height: 560px;
	margin-top: -80px;
	background: #000;
}

div.mainVisual div.movie a.iframe {
	position: relative;
	width: 100%;
	height: 100%;
	display: 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: 0;
    top: 0;
    width: 100% !important;
	max-width: 1000px;
	margin: 0 auto;
}

div.mainVisual img {
	display: block;
}

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,
section.topics {
	width: 320px;
	margin: 0 20px 0 0;
}

section.news div.newslist,
section.topics div.topicslist {
	width: 100%;
	margin: 0 auto;
}

section.news div.headline div.title a,
section.topics div.headline div.title a {
	width: 120px;
	overflow: hidden;
	display: inline-block;
}

section.news div.newslist div.entry,
section.topics div.topicslist div.entry {
	border-bottom: 1px solid #e6e2d7;
}

section.news div.newslist div.entry div.update,
section.topics div.topicslist 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.topicslist div.entry div.update {
	color: #ee8200;
}

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

section.news div.newslist div.entry a:hover,
section.topics div.topicslist div.entry a:hover {
	text-decoration: none;
}

section.news div.newslist div.entry div.title,
section.topics div.topicslist div.entry div.title {
	padding-left: 90px;
}

section.news div.link,
section.topics div.link {
	font-size: 13px;
}

section.news div.link::after,
section.topics div.link::after {
    right: 10px;
}

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

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

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

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

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

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

section.jishin div.jishinlist 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 {
	text-decoration: underline;
	padding: 0.5em 0;
	display: block;
	color: #42210b;
}

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

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

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

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


/* -------------------------------------------------------- section purpose */

section.purpose {
	background: url(../img/bg_purpose.png);
	border-radius: 0;
	box-shadow: none;
	padding: 20px 0;
	border-top: 1px solid #e6e2d7;
	border-bottom: 1px solid #e6e2d7;	
}

section.purpose div.headline div.title span {
	color: #966117;
}

section.purpose ul {
	background: #fff;
	border-radius: 10px;
    box-shadow: 0 5px 0 0 rgba(230, 230, 230, 1);
	border: 1px solid #e6e2d7;
	display: table;
	table-layout: fixed;
	width: 100%;
}

section.purpose ul li {
	display: table-cell;
	text-align: center;
	font-weight: bold;
	font-size: 108%; /* 15px */
	width: 10%;
	border-right: 1px solid #e6e2d7;
	line-height: 1.2;
}

section.purpose ul li:last-child {
	border-right: none;
}

section.purpose ul li a {
	color: #42210b;
	display: block;
	height: 100%;
	padding: 20px 0;
}

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

section.purpose ul li a span.icon {
	display: block;
	font-size: 400%;
	padding: 0 0 15px;
}

section.purpose ul li:first-child a span {
	padding: 0 0 5px;
}

section.purpose ul li a span.icon-kekkon { color: #f28128; }
section.purpose ul li a span.icon-hikkoshi { color: #84bec9; }
section.purpose ul li a span.icon-kosodate { color: #1daa38; }
section.purpose ul li a span.icon-kyoiku { color: #d68480; }
section.purpose ul li a span.icon-kenko { color: #98754a; }
section.purpose ul li a span.icon-kaigo { color: #b3b3b4; }
section.purpose ul li a span.icon-nenkin { color: #c7ba9a; }
section.purpose ul li a span.icon-kankyo { color: #a2c4ca; }
section.purpose ul li a span.icon-kanko { color: #ebbab6; }
section.purpose ul li a span.icon-kohoshi { color: #4ba255; }

/* -------------------------------------------------------- section.living */

section.living,
section.administration,
section.appearance,
section.mayor,
section.parliament,
section.localnews {
	width: 320px;
	float: left;
	margin-right: 20px;
}

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;
}

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

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

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

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;
}

/* -------------------------------------------------------- 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;
}


/* -------------------------------------------------------- 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;
} 

/* -------------------------------------------------------- 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 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;
	}
	
/* -------------------------------------------------------- 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;
}