@charset "utf-8";
/* common
--------------------------------------------------------- */
body {
	font-family: 'Lucida Grande', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;/* background-image: url("images/back.jpg");*/
  /* background-attachment: fixed; */
  /* background-position: top center; */
  /* background-repeat: no-repeat; */
}
input {
	font-family: 'Lucida Grande', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
}
a {
	color: #f99903;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.in {
	width: 1000px;
	margin: 0 auto;
}
p {
	margin: 0 0 15px 0;
	letter-spacing: 2px;
	line-height: 1.8;
}
/* Header
--------------------------------------------------------- */
#Header {
	width: 100%;
	background: #f99903;
	min-width: 1000px;
}
#Header h1 {
	text-align: right;
	padding: 1% 0;
}
#Header h1 a {
	color: #fff;
}
/* Container
--------------------------------------------------------- */
#Container {
	padding: 30px 0 50px;
}
/* MainColumn
--------------------------------------------------------- */
#MainColumn {
	float: right;
	width: 72%;
}
#MainColumn h2 {
	padding: 5px 0 5px 10px;
	background: #f99903;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 15px 0;
	text-align: center;
	border-left: 10px solid #333;
	border-right: 10px solid #333;
}
#MainColumn h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #f99903;
	margin: 0 0 10px 0;
}
#MainImg, #MainContents, #RecommendLink {
	margin-bottom: 20px;
}
#MainContents h3 {
	clear: both;
}
#MainImg img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	border: 5px solid #fff;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}
#MainContents img {
	width: 42%;
	height: auto;
	border: 5px solid #fff;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	float: right;
	margin: 10px 0 10px 10px;
}
/* RecommendLink
--------------------------------------------------------- */
#RecommendLink li {
	line-height: 1.8;
	margin: 0 0 10px 10px;
}
#RecommendLink li:before {
	content: "\f144";
	font-family: "FontAwesome";
	color: #f99903;
	margin-right: 3px;
}
#SideColumn #RecommendLink h2 {
	padding: 5px 3%;
	background: #f99903;
	color: #fff;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-align: center;
}
#SideColumn #RecommendLink li {
	margin: 0 0 10px;
}
/* SiteMap
--------------------------------------------------------- */
#SiteMap li {
	line-height: 1.8;
	margin: 0 0 10px 10px;
}
#SiteMap li:before {
	content: "\f144";
	font-family: "FontAwesome";
	color: #f99903;
	margin-right: 3px;
}
/* slider
--------------------------------------------------------- */
#slider article img {
	width: 100%;
	height: auto;
	margin: 0 0 5px;
}
#slider article h3 {
	padding: 0 3%;
	font-size: 13px;
	line-height: 1.4;
}
/* ContentsSpot1
--------------------------------------------------------- */
#ContentsSpot1 {
	margin-bottom: 20px;
}
#ContentsSpot1 .minibox {
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
#ContentsSpot1 .minibox:nth-child(3n+1) {
	margin: 0;
}
#ContentsSpot1 .minibox img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	border: 5px solid #fff;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	margin: 0 0 5px 0;
}
#ContentsSpot1 .minibox a {
	display: block;
	background: #f99903;
	padding: 3px 0;
	color: #fff;
	line-height: 2;
	font-weight: bold;
	text-align: center;
}
#ContentsSpot1 .minibox a:hover {
	text-decoration: underline;
}
/* ContentsSpot2
--------------------------------------------------------- */
#ContentsSpot2 {
	margin-bottom: 20px;
}
#ContentsSpot2 .miniblock {
	width: 48%;
	float: left;
	margin: 0 4% 20px 0;
}
#ContentsSpot2 .miniblock:nth-child(2n+1) {
	margin: 0 0 20px 0;
}
#ContentsSpot2 .miniblock img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	border: 5px solid #fff;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	margin: 0 0 5px 0;
}
#ContentsSpot2 .miniblock .btn {
	border: 2px solid #f99903;
	text-align: center;
	margin: 10px 0 0;
}
#ContentsSpot2 .miniblock .btn:hover {
	background: #f99903;
}
#ContentsSpot2 .miniblock a {
	display: block;
	line-height: 2;
	font-weight: bold;
	color: #f99903;
}
#ContentsSpot2 .miniblock a:hover {
	color: #fff;
	text-decoration: none;
}
/* ContentsSpot3
--------------------------------------------------------- */
#ContentsSpot3 {
	margin-bottom: 20px;
}
#ContentsSpot3 article {
	margin-bottom: 20px;
	padding-bottom: 15px;
}
#ContentsSpot3 article:last-child {
	margin: 0px;
}
#ContentsSpot3 article img {
	float: left;
	max-width: 36%;
	height: auto;
	width /***/:auto;
	border: 5px solid #fff;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	margin: 0 20px 0 0;
}
#ContentsSpot3 article .btn {
	text-align: right;
	margin: 10px 0 0;
}
#ContentsSpot3 article a {
	background: #f99903;
	color: #fff;
	border: 4px double #fff;
	text-align: center;
	margin: 5px auto 0;
	padding: 5px 30px;
}
#ContentsSpot3 article a:hover {
	text-decoration: underline;
}
/* ContentsSpot4
--------------------------------------------------------- */
#ContentsSpot4 article {
	width: 48.5%;
	float: left;
	margin: 0 3% 20px 0;
}
#ContentsSpot4 article:nth-child(2n+1) {
	margin-right: 0;
}
#ContentsSpot4 article img {
	width: 45%;
	float: left;
	margin: 0 3% 10px 0;
}
#ContentsSpot4 article p {
	line-height: 1.5;
}
#ContentsSpot4 article p.btn a {
	display: block;
	background-color: #f99903;
	color: #fff;
	padding: 5px 3%;
	text-align: center;
}
/* PostList
--------------------------------------------------------- */
#PostList {
	margin-bottom: 20px;
}
#PostList li {
	line-height: 1.8;
	margin: 0 0 10px 10px;
}
#PostList li:before {
	content: "\f144";
	font-family: "FontAwesome";
	color: #f99903;
	margin-right: 3px;
}
/* NewsList
--------------------------------------------------------- */
#NewsList {
	margin-bottom: 20px;
}
#NewsList dt {
	float: left;
	width: auto;
	padding: 0 15px 10px 1em;
}
#NewsList dd {
	padding: 0 0 10px 0;
}
/* SideColumn
--------------------------------------------------------- */
#SideColumn {
	float: left;
	width: 22%;
	border-right: 1px solid #ccc;
	padding-right: 3%;
}
/* ArticleList
--------------------------------------------------------- */
#ArticleList {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
#ArticleList li {
	line-height: 1.8;
	margin: 0 0 10px 10px;
}
#ArticleList li:last-child {
	margin-bottom: 0;
}
#ArticleList li:before {
	content: "\f0da";
	font-family: "FontAwesome";
	color: #f99903;
	margin-right: 3px;
}
/* Information
--------------------------------------------------------- */
#Information {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
#Information dl {
	margin-left: 10px;
}
#Information dt:before {
	content: "\f0da";
	font-family: "FontAwesome";
	color: #f99903;
	margin-right: 3px;
}
#Information dd {
	margin-bottom: 15px;
}
#Information dd:last-child {
	margin-bottom: 0;
}
/* SideContents
--------------------------------------------------------- */
#SideContents {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
#SideContents article {
	margin-bottom: 20px;
}
#SideContents article:last-child {
	margin-bottom: 0;
}
#SideContents article a {
	display: block;
}
#SideContents article a:hover {
	text-decoration: none;
}
#SideContents article a h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #f99903;
	margin: 0 0 10px 0;
}
#SideContents article a img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	height: auto;
	width /***/:auto;
	border: 5px solid #fff;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	margin: 0 20px 0 0;
	margin: 0 0 5px 0;
}
#SideContents article a p {
	color: #333;
}
/* SideContents2
--------------------------------------------------------- */
#SideContents2 article {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
#SideContents2 article a {
	display: block;
}
#SideContents2 article a:hover {
	text-decoration: none;
}
#SideContents2 article h2 {
	background-color: #f99903;
	color: #fff;
	padding: 5px 3%;
	text-align: center;
}
#SideContents2 article img {
	width: 100%;
	height: auto;
}
#SideContents2 article p {
	color: #333;
}
/* SideContents3
--------------------------------------------------------- */
#SideContents3 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
#SideContents3 article h2 {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 5px;
}
#SideContents3 article img {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}
#SideContents3 article p {
	font-size: 12px;
}
#SideContents3 article p.readmore a {
	display: block;
	background-color: #f99903;
	color: #fff;
	padding: 5px 3%;
	font-weight: bold;
	text-align: center;
}
/* Footer
--------------------------------------------------------- */
#Footer {
	background: #f99903;
	padding: 20px 0;
	min-width: 1000px;
}
#FooterNavi {
	margin: 0 auto 30px;
}
#FooterNavi ul li {
	width: 23%;
	float: left;
	padding-right: 2%;
	margin-bottom: 15px;
}
#FooterNavi ul li a {
	color: #fff;
}
#FooterNavi ul li:before {
	content: "\f138";
	font-family: "FontAwesome";
	color: #fff;
	margin-right: 3px;
}
#Footer p {
	color: #fff;
	text-align: center;
	margin: 0;
}
#Footer p a {
	color: #fff;
	text-decoration: underline;
}
#Footer p a:hover {
	text-decoration: none;
}


/* media screen
--------------------------------------------------------- */
@media screen and (max-width: 480px) {
#Header, #Footer {
	min-width: auto;
}
.in {
	width: 96%;
	margin: 0 auto;
}
#Header h1 {
	text-align: center;
}
#MainColumn {
	float: none;
	width: 100%;
}
#MainContents img {
	width: 100%;
	margin: 10px 0;
}
#ContentsSpot1 .minibox {
	width: 100%;
	float: none;
	margin: 0;
}
#ContentsSpot2 .miniblock {
	width: 100%;
	float: none;
	margin: 0 4% 20px 0;
}
#ContentsSpot3 article img {
	float: none;
	max-width: 100%;
	margin: 0 0 5px 0;
}
#ContentsSpot3 article .btn {
	text-align: center;
}
#ContentsSpot4 article {
	width: 100%;
	float: none;
	margin: 0 0 20px;
}
#ContentsSpot4 article img {
	width: 100%;
	float: none;
	margin: 0 0 10px;
}
#NewsList dt {
	float: none;
	width: auto;
	padding: 0 0 5px 0;
}
#SideColumn {
	float: none;
	width: 100%;
	border-right: none;
	padding-right: 0;
}
#ArticleList li {
	margin: 0 0 10px 0;
}
#Information dl {
	margin-left: 0;
}
#FooterNavi {
	display: none;
}
#Footer p a {
	display: block;
}
}
