/* CSS Document */

/*
Theme Name:Nicorette_Confront
Theme URI: http://saitou.debug-japan.com/
Description: The second ten pre by which Mr. Saito did a custom!
Author: Ysaito
Author URI: http://saitou.debug-japan.com/
Version: 1.0
*/
body {
	font-family: sans-serif;
	word-break: break-all;
}

#container {
	width:100%;
	background:url(images/bg.jpg);
	background-repeat:repeat;
}
#header {
	width:100%;
	color:#FFFFFF;
	border-bottom:3px solid #4f695b;
}
#header header {
	position:relative;
	max-width:1180px;
	margin:0px auto;
}
#header header .SiteTitle {
	position:absolute;
    top: 18%;
    left: 19%;
	text-align:left;
	padding:10px;
	font-size:30px;
	font-weight:bold;
	z-index:9;
	text-shadow:1.5px 1px 0px #FFF;
}
#header header .SiteTitle a{
	color:#333;
	text-decoration:none;
}
#header header .Description {
	position:absolute;
	bottom:0px;
	color:#333;
	padding:5px;
	background:#FFF;
	margin:0px 0px;
	left:0px;
	font-size:14px;
	font-weight:normal;
	z-index:9;
}
/*.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

*/
/*ぱんくず*/
.sitenav{
	background:#4f695b;
	color:#FFF;
}
.sitenav .wrapper{
	max-width:1180px;
	margin:0px auto;
}
.sitenav .wrapper .sitemap{
	padding:6px 0px 5px;
	float:right;
}
.sitenav .wrapper .sitemap a{
	color:#FFFFFF;
	margin:0px 5px;
	text-decoration:none;
}

.breadcrumbs{
	float:left;
	background:#4f695b;
	color:#FFF;
	margin-left:10px;
}
.breadcrumbs > div{
	margin:0px auto;
	padding:6px 0px 10px;
}

.breadcrumbs a{
	color:#FFF;
	text-decoration:none;
}
#slide {
	overflow:auto;
    width: 100%;
    background: url(images/Nicorette_Confront.jpg) no-repeat;
    background-size:100%;
	padding:12.5% 0px;
}

.Description {
	padding:10px 0px 10px 5px;
	font-size:14px;
	color:#4f695b;
}
#wrapper {
	max-width:1180px;
	margin:0px auto;
	background:#fefffc;
	box-shadow:1px 0px 3px #747474;
}

#wrapper .MainContent {
     float: right;
     width: 100%;
     margin-left: -300px;
	 margin-right:3px;
	 padding:10px 0px;
}
#wrapper .MainContent #Content {
     margin-left: 230px;
	 padding:10px;
}
#wrapper .MainContent a.MainBanner {
	display:block;
	margin-left: 230px;
	margin-bottom:20px;
}
#wrapper .MainContent a.MainBanner img {
	display:block;
	max-width: 100%;
	height: auto;
}
/*記事内のカスタム記事リンク一覧*/

/*デフォルト*/

/*#Wrapper #MainContent #Content a {
	color:#26A4FF;
	text-decoration:underline;
}
#Wrapper #MainContent #Content a:hover {
	color:#FF4C4F;
	text-decoration:none;
}*/

/*タイプ1:にゅるっとでるタイプ*/

/*#Wrapper #MainContent #Content a {
	color: #f42f2f;
	font-weight:bold;
	text-decoration: none;
	position: relative;
}
#Wrapper #MainContent #Content a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 2px;
	transform: scaleX(0);
	transition: .3s;
	opacity: 0;
}
#Wrapper #MainContent #Content a:hover:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 2px;
	background: #f42f2f;
	transition: .3s;
	opacity: 1;
	transform: scaleX(1);
}
*/

h1.topics{
	margin-left:7px;
}


/*タイプ3:3秒後に変わる*/


#Wrapper #MainContent #Content a {
	color:#0064e0;
	font-weight:bold;
	text-decoration:underline;
	transition: .3s;
}
#Wrapper #MainContent #Content a:hover {
	color:#FF4C4F;
	text-decoration:none;
}

/*タイプ4：リンク先表示*/

/*#Wrapper #MainContent #Content a {
  position: relative;
  color: #2a71dc;
  text-decoration: none;
  transition: .3s;

}
#Wrapper #MainContent #Content a:hove:after {
	transform: scale(1);
}
#Wrapper #MainContent #Content a:after {
	content: "リンク先：" attr(href);
	position: absolute;
	top: -2.5em;
	left: 0;
	margin: 0 auto;
	padding: 4px 6px;
	background: rgba(0, 0, 0, 0.85);
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-family: Verdana,sans-serif;
	white-space: nowrap;
	transition: .3s;
	transform: scaleY(0);
}
#Wrapper #MainContent #Content a:a:hover {
  color: #289DCC;
}
#Wrapper #MainContent #Content a:hover:after {
  transform: scale(1);
}*/

/*ここまで*/


/*見出しCSS一覧*/

/*見出しタイプ1:最初に作ったときに使った見出し*/


#wrapper .MainContent #Content div h1,#wrapper .MainContent #Content div h2,#Content h1,#Content h2 {
	font-size:18px;
	background:#FFFFFF;
	font-weight:bold;
	padding:5px 5px 5px;
	border-top:1px solid #ccc;  
	border-right:1px solid #ccc;  
	border-left:7px double #4f695b;  
	border-bottom:1px solid #ccc;
	line-height:1.5em;
}
#wrapper .MainContent #Content div h1 a,#wrapper .MainContent #Content div h2 a,#Content h1 a,#Content h2 a{
	color:#333 !important;
	text-decoration:none !important;
}
#wrapper .MainContent #Content div h3{
	font-size:18px;
	font-weight:bold;
    color: #4f695b;
    line-height: 1.6em;
    padding: 2px 0 2px 12px;
    border-left: 4px solid #4f695b;
    border-bottom: 1px solid #4f695b;
}
#wrapper .MainContent #Content div h3 a{
    color: #4f695b !important;
}
/*見出しタイプ2:グラデ白抜き*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0px 10px 15px;
	border-top: 3px solid #05abe0;
	border-bottom: 1px solid #05abe0;
	background: rgb(135,224,253);
	background: -moz-linear-gradient(top, rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1)));
	background: -webkit-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
	background: -o-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
	background: -ms-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
	background: linear-gradient(to bottom, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 );
	box-shadow: 0px 1px 0px #FFF inset,0px 1px 0px #FFF inset,0px 2px 0px #008723 inset,0px -2px 0px #FFF inset;
	color: #FFF;
	text-shadow: 1px 1px 0px #333;
}
*/



/*見出しタイプ3:基本よくある形*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	font-size:18px;
	font-weight:bold;
    color: #6f5436;
    line-height: 1.6em;
    padding: 2px 0 2px 12px;
    border-left: 4px solid #6f5436;
    border-bottom: 1px solid #6f5436;
}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1,#Content h2 a {
    color: #6f5436 !important;
}*/


/*見出しタイプ4:センターの両端に-*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	font-weight:bold;
    color: #0a8acf;
    font-size: 20px;
    display: flex;
    align-items: center;
}
#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before {
	content: "";
	flex-grow: 1;
	height: 1px;
	margin-right: .4em;
	background: linear-gradient(-90deg, #888, transparent);
}
#Wrapper #MainContent #Content div h1:after,#Wrapper #MainContent #Content div h2:after,#Content h1:after,#Content h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
    margin-left: .4em;
    background: linear-gradient(90deg, #888, transparent);
}
*/
/*見出しタイプ5:リボン*/
/*
#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	position: relative;
	color: #fff;
	font-size: 24px;
	background: #ba2880;
	margin: 0px;
	padding: 6px 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
	color:#FFFFFF !important;
}

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before {
	left: 0;
    border-right: 5px solid #000;
	position: absolute;
    top: 100%;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #000;
    opacity: 0.5;
}
#Wrapper #MainContent #Content div h1:after,#Wrapper #MainContent #Content div h2:after,#Content h1:after,#Content h2:after {
	right: 0;
	border-left: 5px solid #000;
	position: absolute;
    top: 100%;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #000;
    opacity: 0.5;
}
*/

/*見出しタイプ6:メタリック*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
    color: #FFFFFF;
    font-size: 24px;
    position: relative;

    padding: 8px 0 8px 10px;
background: rgb(242,81,123);
background: -moz-linear-gradient(top,  rgba(242,81,123,1) 0%, rgba(255,156,182,1) 50%, rgba(242,81,123,1) 100%);
background: -webkit-linear-gradient(top,  rgba(242,81,123,1) 0%,rgba(255,156,182,1) 50%,rgba(242,81,123,1) 100%);
background: linear-gradient(to bottom,  rgba(242,81,123,1) 0%,rgba(255,156,182,1) 50%,rgba(242,81,123,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2517b', endColorstr='#f2517b',GradientType=0 );
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 1px #602d00;
    text-shadow: 0 1px 1px #333;
}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
    color: #fff !important;
	text-decoration:none;
}
#Wrapper #MainContent #Content div h1 a:hover,#Wrapper #MainContent #Content div h2 a:hover,#Content h1 a:hover,#Content h2 a:hover {
	text-decoration:underline;
}*/

/*見出しタイプ7:吹き出し*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
    color: #fff;
    font-size: 24px;
    position: relative;
    padding: 8px 16px;
    background: #25bf69;
    border-radius: 8px;
}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
	color:#FFFFFF !important;
}

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #25bf69;
}*/

/*見出しタイプ8:テープ*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
    color: #fff;
    font-size: 24px;
    position: relative;
    margin-left: 0px;
    padding: 8px 16px;
    background: #e054a9;
}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
	color:#FFFFFF !important;
}

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before {
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 8px solid #fff;
    border-top: 8px solid rgba(0, 0, 0, 0.5);
    border-left: 8px solid rgba(0, 0, 0, 0.5);
}
*/
/*見出しタイプ9:□が回転しない*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	color: #0a8acf;
	font-size: 24px;
	position: relative;
	padding: 10px 0 8px 32px;
	border-bottom: 1px solid #888;
}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
	color:#0a8acf !important;
	text-decoration:none !important;
}
#Wrapper #MainContent #Content div h1 a:hover,#Wrapper #MainContent #Content div h2 a:hover,#Content h1 a:hover,#Content h2 a:hover {
	text-decoration:underline !important;
}

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before {
	top: -6px;
    left: 0px;
	content: "";
    position: absolute;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #0a8acf;
    margin: auto;
	border-radius:10px;
}
#Wrapper #MainContent #Content div h1:after,#Wrapper #MainContent #Content div h2:after,#Content h1:after,#Content h2:after {
    top: 6px;
    left: 6px;
	content: "";
    position: absolute;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #0a8acf;
    margin: auto;
	border-radius:10px;
}*/


/*見出しタイプ10:□が回転*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	color: #0a8acf;
	font-size: 24px;
	position: relative;
	padding: 10px 0 8px 32px;
	border-bottom: 1px solid #888;
}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
	text-decoration:none !important;
	color:#444 !important;
}

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before {
	top: -6px;
	left: 0px;
	animation: spin 4s linear infinite;
	content: "";
	position: absolute;
	bottom: 0;
	width: 12px;
	height: 12px;
	border: 2px solid #009346;
	margin: auto;
}
#Wrapper #MainContent #Content div h1:after,#Wrapper #MainContent #Content div h2:after,#Content h1:after,#Content h2:after {
    top: 6px;
    left: 6px;
    animation: spin 4s linear infinite;
	content: "";
    position: absolute;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #009346;
    margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}*/

/*見出しタイプ11:■■2個の装飾*/
/*
#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	color: #0a8acf;
    font-size: 24px;
    position: relative;
    padding: 10px 0 5px 37px;
    border-bottom: 2px solid #8d5c31;
}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
	color:#444 !important;
}

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before {
	content: "";
	position: absolute;
	margin: auto;
	width: 12px;
    height: 12px;
    top: 0px;
	bottom:10px;
    left: 13px;
    background: #8d5c31;
    transform: rotate(50deg);
}
#Wrapper #MainContent #Content div h1:after,#Wrapper #MainContent #Content div h2:after,#Content h1:after,#Content h2:after {
    content: "";
    position: absolute;
    margin: auto;
    width: 8px;
    height: 8px;
    top: 14px;
	bottom:0px;
    left: 6px;
    background: #8d5c31;
    transform: rotate(20deg);
}
*/


/*見出しタイプ12:グラデセンター白抜き*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	color: #FFFFFF;
	font-size: 24px;
	position: relative;
	padding: 8px 0 8px 24px;
background: rgb(204,0,0);
background: -moz-linear-gradient(top,  rgba(204,0,0,1) 0%, rgba(244,80,80,1) 50%, rgba(204,0,0,1) 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,0,0,1)), color-stop(50%,rgba(244,80,80,1)), color-stop(99%,rgba(204,0,0,1)));
background: -webkit-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(244,80,80,1) 50%,rgba(204,0,0,1) 99%);
background: -o-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(244,80,80,1) 50%,rgba(204,0,0,1) 99%);
background: -ms-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(244,80,80,1) 50%,rgba(204,0,0,1) 99%);
background: linear-gradient(to bottom,  rgba(204,0,0,1) 0%,rgba(244,80,80,1) 50%,rgba(204,0,0,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 );
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 0 1px #8c5429;
	text-shadow: 0 1px 1px #333333;
}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
	color:#FFFFFF !important;
}
*/

/*見出しタイプ13:左に|見出し*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	position: relative;
    margin: 0px 0px 0px;
	padding: 0.8em 0 0.8em 1.4em;
    border: 3px double #8d5c31;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 0px 0px 0px 0px;
	background:#FFFFFF;
    color: #333333;
}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
	color:#444 !important;
}

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before {
    content: "";
    position: absolute;
    background: #8d5c31;
    top: 44%;
    left: 0.6em;
    margin-top: -13px;
    height: 30px;
    width: 5px;
}
*/

/*見出しタイプ14:画像が回転*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	color: #8d5c31;
	font-size: 24px;
	position: relative;
	padding: 10px 0 8px 52px;
	border-bottom: 1px solid #8d5c31;
}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
	color:#8d5c31 !important;
}

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before {
    top: 10px;
    left: 20px;
    animation: spin2 0.6s linear infinite;
	content:url(images/h02.png);
    position: absolute;
    bottom: 0;
    width: 27px;
    height: 28px;
    margin: auto;
	z-index:0;
}
#Wrapper #MainContent #Content div h1:after,#Wrapper #MainContent #Content div h2:after,#Content h1:after,#Content h2:after {
	top: -8px;
	left: 0px;
	animation: spin 0.6s linear infinite;
	content:url(images/h01.png);
	position: absolute;
	bottom: 0;
	width: 35px;
	height: 35px;
	margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

*/
/*見出しタイプ13:左に|見出し*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	position: relative;
    margin: 0px 0px 0px;
	padding: 0.8em 0 0.8em 1.4em;
    border: 3px double #8d5c31;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 0px 0px 0px 0px;
	background: #FFFFFF;
    color: #333333;
}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
	color:#444 !important;
}

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before {
    content: "";
    position: absolute;
    background: #8d5c31;
    top: 44%;
    left: 0.6em;
    margin-top: -13px;
    height: 30px;
    width: 5px;
}
*/

/*見出しタイプ15:関連画像の見出し*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	color: #0a3b8c;
	font-size: 24px;
	position: relative;
	padding: 14px 0 12px 80px;
	border-bottom: 2px solid #0a3b8c;
}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
	color:#0a3b8c !important;
	text-decoration:none !important;
}
#Wrapper #MainContent #Content div h1 a:hover,#Wrapper #MainContent #Content div h2 a:hover,#Content h1 a:hover,#Content h2 a:hover {
	text-decoration:underline !important;
}

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before {
	bottom:0px;
	left: 3px;
	animation: spin 4s linear infinite;
	content:url(images/Side-5.png);
	position: absolute;
	width: 60px;
	height: 60px;
	margin: auto;
}

#Wrapper #MainContent #Content div h1:after,#Wrapper #MainContent #Content div h2:after,#Content h1:after,#Content h2:after {
}*/


/*見出しタイプ16:○が高速回転*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	color: #0a8acf;
	font-size: 24px;
	position: relative;
	padding: 10px 0 8px 32px;
	border-bottom: 1px solid #888;
}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
	text-decoration:none !important;
	color:#444 !important;
}

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before {
	top: -6px;
	left: 0px;
	display:none;
	animation: spin 0.5s linear infinite;
	content: "";
	position: absolute;
	bottom: 0;
	width: 12px;
	height: 12px;
	background:#FFFFFF;
	margin: auto;
	border-radius:20px;
	box-shadow:1px 1px 0px #0a3b8c;
}
#Wrapper #MainContent #Content div h1:after,#Wrapper #MainContent #Content div h2:after,#Content h1:after,#Content h2:after {
    top: 0px;
    left: 6px;
    animation: spin2 3s linear infinite;
	content: "";
    position: absolute;
    bottom: 0;
    width: 12px;
	background:#FFFFFF;
    height: 12px;
    margin: auto;
	border-radius:20px;
	box-shadow:2px 2px 0px #0a3b8c inset;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}*/


/*見出しタイプ17:NewTown*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	position:relative;
	font-size:18px;
	background:#ffd5db;
	font-weight:bold;
	padding:5px 5px 5px;
	border:1px solid #c73f55;
	border-left:8px solid #c73f55;  
	border-right:8px solid #c73f55;  
	line-height:1.5em;
}
#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before {
	position: absolute;
    top: 5%;
    left: -5px;
    bottom: 0px;
    width: 2px;
    height: 90%;
    content: '';
    border-radius: 3px;
    background: #FFF;
}
#Wrapper #MainContent #Content div h1:after,#Wrapper #MainContent #Content div h2:after,#Content h1:after,#Content h2:after {
	position: absolute;
    top: 5%;
    right: -5px;
    bottom: 0px;
    width: 2px;
    height: 90%;
    content: '';
    border-radius: 3px;
    background: #FFF;
}

#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
	color:#333 !important;
	text-decoration:none !important;
}*/


/*見出しタイプ18:転職サイト*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	position:relative;
	font-size:18px;
	font-weight:bold;
	padding:5px 5px 5px;
background: rgb(254,255,255);
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(241,243,245,1) 100%);
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(241,243,245,1) 100%);
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(241,243,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f1f3f5',GradientType=0 );
	border:1px solid #d3d3d3;
	border-top:3px solid #0a3b8c;
	line-height:1.5em;
	box-shadow:1px 1px 1px Rgba(0,0,0,0.1);
}
#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before {
	position: absolute;
    top: 5%;
    left: -7px;
    bottom: 0px;
    width: 4px;
    height: 90%;
    content: '';
    border-radius: 3px;
    background: #FFF;
}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
	color:#333 !important;
	text-decoration:none !important;
}*/

/*見出しタイプ19:日本コロムビア*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	position:relative;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	background:url(images/slash3.png) #bc7c00;
	padding:5px 5px 5px 20px;
	border:1px solid #333333;
	line-height:1.5em;
	box-shadow:1px 1px 1px Rgba(255,255,255,0.1);
}
#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before {
	position:absolute;
	top:0px;
	left:0px;
	height:20px;
	width:20px;
	content:'';
	background:url(images/CornerLeftTop.png);
}

#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a {
	color:#FFFFFF !important;
	text-decoration:none !important;
}
*/
/*見出しタイプ20:大豆で栄養プロジェクト*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	color: #782800;
	font-size: 24px;
	padding:15px 10px 18px 68px;
	box-shadow:-1px -1px 0px 0px rgba(190,190,190,1) inset,1px 1px 0px 0px rgba(190,190,190,1) inset,4px 4px 0px 0px rgba(255,255,255,1) inset,-4px -4px 0px 0px rgba(255,255,255,1) inset;
	position: relative;
	line-height:1;
background: rgb(251,251,249);
background: -moz-linear-gradient(top,  rgba(251,251,249,1) 0%, rgba(242,239,231,1) 100%);
background: -webkit-linear-gradient(top,  rgba(251,251,249,1) 0%,rgba(242,239,231,1) 100%);
background: linear-gradient(to bottom,  rgba(251,251,249,1) 0%,rgba(242,239,231,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbf9', endColorstr='#f2efe7',GradientType=0 );
border-radius:5px;

}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a{
	color:#782800 !important;
	text-decoration:none !important;
}
#Wrapper #MainContent #Content div h1 a:hover,#Wrapper #MainContent #Content div h2 a:hover,#Content h1 a:hover,#Content h2 a:hover{
	text-decoration:underline !important;
}

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before{
	content:'';
	position: absolute;
	top:7%;
	bottom:0px;
	left:63px;
	border-left:1px solid #d9d6d1;
	box-shadow:1px 0px 0px #FFF;
	height:84%;
	width:0;
}
#Wrapper #MainContent #Content div h1:after,#Wrapper #MainContent #Content div h2:after,#Content h1:after,#Content h2:after{
	content:'';
    position: absolute;
	top:0px;
	bottom:0px;
	left:2px;
	background:url(images/h06.png) center no-repeat;
	height:100%;
	width:57px;
}
*/
/*見出しタイプ21:株式会社知財経営総研*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	color: #c19f17;
	font-size: 24px;
	padding:20px 10px 18px 56px;
	box-shadow:-1px -1px 0px 0px rgba(190,190,190,1) inset,1px 1px 0px 0px rgba(190,190,190,1) inset,4px 4px 0px 0px rgba(255,255,255,1) inset,-4px -4px 0px 0px rgba(255,255,255,1) inset,0px 10px 0px 0px rgba(193,159,23,0.8) inset,0px -10px 0px 0px rgba(193,159,23,0.8) inset;
	position: relative;
	line-height:1;
background: rgb(251,251,249);
background: -moz-linear-gradient(top,  rgba(251,251,249,1) 0%, rgba(242,239,231,1) 100%);
background: -webkit-linear-gradient(top,  rgba(251,251,249,1) 0%,rgba(242,239,231,1) 100%);
background: linear-gradient(to bottom,  rgba(251,251,249,1) 0%,rgba(242,239,231,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbf9', endColorstr='#f2efe7',GradientType=0 );

}
#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a{
	color:#782800 !important;
	text-decoration:none !important;
}
#Wrapper #MainContent #Content div h1 a:hover,#Wrapper #MainContent #Content div h2 a:hover,#Content h1 a:hover,#Content h2 a:hover{
	text-decoration:underline !important;
}

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before{
	display:none;
	content:'';
	position: absolute;
	top:7%;
	bottom:0px;
	left:50px;
	border-left:1px solid #d9d6d1;
	box-shadow:1px 0px 0px #FFF;
	height:84%;
	width:0;
}
#Wrapper #MainContent #Content div h1:after,#Wrapper #MainContent #Content div h2:after,#Content h1:after,#Content h2:after{
	content:'';
    position: absolute;
	top:0px;
	bottom:0px;
	left:6px;
	background:url(images/h06.png) center no-repeat;
	height:100%;
	width:45px;
}*/

/*見出しタイプ22:つむじハゲ*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	position:relative;
	color:#FFFFFF;
	padding:15px 0px 15px 35px;
	background:url(images/slash4.png),url(images/shadowline.png) #00B57A repeat;
	border:3px double #064440;
}

#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a{
	color:#FFFFFF !important;
}
#Wrapper #MainContent #Content div h1 a:hover,#Wrapper #MainContent #Content div h2 a:hover,#Content h1 a:hover,#Content h2 a:hover{
}

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before{
}
#Wrapper #MainContent #Content div h1:after,#Wrapper #MainContent #Content div h2:after,#Content h1:after,#Content h2:after{
background: rgb(157,213,58);
background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%);
background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );
	content:'';
	position:absolute;
	top:6%;
	left:6px;
	height:88%;
	width:8px;

}*/
/*見出しタイプ23:海運*/

/*#Wrapper #MainContent #Content div h1,#Wrapper #MainContent #Content div h2,#Content h1,#Content h2 {
	position:relative;
	color:#333;
	padding:15px 0px 15px 5px;
	border-bottom:3px solid #ec595b;
	box-shadow:0px 5px 4px -4px rgba(0,0,0,0.1);
}

#Wrapper #MainContent #Content div h1 a,#Wrapper #MainContent #Content div h2 a,#Content h1 a,#Content h2 a{
	position:relative;
	z-index:3;
	color:#333;
	text-decoration:none;
}
#Wrapper #MainContent #Content div h1 a:hover,#Wrapper #MainContent #Content div h2 a:hover,#Content h1 a:hover,#Content h2 a:hover{
	text-decoration:underline;
}

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before{
	background:url(images/waveline.png) no-repeat;
	content:'';
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:-1;
}
@media screen and (max-width:640px){

#Wrapper #MainContent #Content div h1:before,#Wrapper #MainContent #Content div h2:before,#Content h1:before,#Content h2:before{
	display:none;
}
}

#Wrapper #MainContent #Content div h1:after,#Wrapper #MainContent #Content div h2:after,#Content h1:after,#Content h2:after{
}*/
/*見出しタイプ24:WoodVillageAcid*/

/*#Content div h1,#Content div h2,#Content h1,#Content h2{
	position:relative;
	text-align:center;
	margin-bottom:5px;
	padding:14px 35px 12px 35px;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #BACBD5;
	border-radius:5px;
background: rgb(191,105,117);
background: -moz-linear-gradient(top,  rgba(191,105,117,1) 0%, rgba(148,72,83,1) 100%);
background: -webkit-linear-gradient(top,  rgba(191,105,117,1) 0%,rgba(148,72,83,1) 100%);
background: linear-gradient(to bottom,  rgba(191,105,117,1) 0%,rgba(148,72,83,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf6975', endColorstr='#4f695b',GradientType=0 );

}
#Content div h1:before,#Content div h2:before,#Content h1:before,#Content h2:before{
	position:absolute;
	content:url(images/popstart.png);
	height:30px;
	width:30px;
	top:0;
	bottom:0;
	left:10px;
	margin:auto 0;
}
#Content div h1:after,#Content div h2:after,#Content h1:after,#Content h2:after{
	position:absolute;
	content:url(images/popstart.png);
	height:30px;
	width:30px;
	top:0;
	bottom:0;
	right:10px;
	margin:auto 0;
}
#Content div h1 a,#Content div h2 a,#Content h1 a,#Content h2 a{
	color:#FFFFFF;
	text-decoration:none;
}
#Content div h1 a:hover,#Content div h2 a:hover,#Content h1 a:hover,#Content h2 a:hover{
	text-decoration:underline;
}*/
/*見出しタイプ25:SmallHamaProduction*/
/*#Content div h1,#Content div h2,#Content h1,#Content h2{
    position:relative;
    margin:0 auto 0.5em;
    padding:10px 10px 10px 30px;
    font:bold 18px/1.2 Arial, Helvetica, sans-serif;
    color:#00427f;
    background:#ccc;
    border-top:#ccc solid 1px;
    border-right:#999 solid 1px;
    border-bottom:#999 solid 1px;
    border-left:#ccc solid 1px;
    text-shadow:1px 1px 0 rgba(255,255,255,1);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.5) inset;
    background-image: -webkit-gradient(linear, left top, left bottom,
            from(            rgba(220, 220, 220, 1.0)),
            color-stop(0.25, rgba(240, 240, 240, 1.0)),
            color-stop(0.30, rgba(235, 235, 235, 1.0)),
            color-stop(0.36, rgba(240, 240, 240, 1.0)),
            color-stop(0.50, rgba(235, 235, 235, 1.0)),
            color-stop(0.80, rgba(215, 215, 215, 1.0)),
            to(              rgba(210, 210, 210, 1.0))
            );
    background-image: -webkit-linear-gradient(top,
            rgba(220, 220, 220, 1.0),
            rgba(240, 240, 240, 1.0) 25%,
            rgba(235, 235, 235, 1.0) 30%,
            rgba(240, 240, 240, 1.0) 36%,
            rgba(235, 235, 235, 1.0) 50%,
            rgba(215, 215, 215, 1.0) 80%,
            rgba(210, 210, 210, 1.0)
            );
    background-image: -moz-linear-gradient(top,
            rgba(220, 220, 220, 1.0),
            rgba(240, 240, 240, 1.0) 25%,
            rgba(235, 235, 235, 1.0) 30%,
            rgba(240, 240, 240, 1.0) 36%,
            rgba(235, 235, 235, 1.0) 50%,
            rgba(215, 215, 215, 1.0) 80%,
            rgba(210, 210, 210, 1.0)
            );
    background-image: -o-linear-gradient(top,
            rgba(220, 220, 220, 1.0),
            rgba(240, 240, 240, 1.0) 25%,
            rgba(235, 235, 235, 1.0) 30%,
            rgba(240, 240, 240, 1.0) 36%,
            rgba(235, 235, 235, 1.0) 50%,
            rgba(215, 215, 215, 1.0) 80%,
            rgba(210, 210, 210, 1.0)
            );
    background-image: linear-gradient(to bottom,
            rgba(220, 220, 220, 1.0),
            rgba(240, 240, 240, 1.0) 25%,
            rgba(235, 235, 235, 1.0) 30%,
            rgba(240, 240, 240, 1.0) 36%,
            rgba(235, 235, 235, 1.0) 50%,
            rgba(215, 215, 215, 1.0) 80%,
            rgba(210, 210, 210, 1.0)
            );
}
#Content div h1:before,#Content div h2:before,#Content h1:before,#Content h2:before{
	content:" ";
    position:absolute;
    top:0;
    left:15px;
    width:0;
    height:100%;
    border-left:#ccc solid 1px;
}
#Content div h1:after,#Content div h2:after,#Content h1:after,#Content h2:after{
	content:" ";
	position:absolute;
	top:0;
	left:16px;
	width:0;
	height:100%;
	border-right:#eee solid 1px;
}
#Content div h1 a,#Content div h2 a,#Content h1 a,#Content h2 a{
	color:#00427f;
}
*/

/*ここまで*/

#wrapper .MainContent #Content p {
	padding:10px 0px;
	font-size:14px;
	line-height:1.4em;
}
#wrapper .MainContent #Content p.TimeStamp {
	padding-bottom:0px;
}
#wrapper .MainContent #Content p.ReadBtn {
	padding-top:0px;
	padding-bottom:16px;
}

#wrapper .MainContent #Content p a {
	color:#186cf7;
}
#wrapper .MainContent #Content h1.PostTitle,#wrapper .MainContent #Content h2.PostTitle {
	margin-bottom:10px;
}





/*ナヴィゲーション*/
#PagiNation {
}
#PagiNation div {
	display:inline-block;
	/display:inline;
	width:50%;
}
#PagiNation div > span {
	display:block;
	padding:20px 10px;
	font-size:14px;
}
#PagiNation div > span a {
	color:#1C91FF;
}


#PagiNation .prev {
	text-align:left;
}
#PagiNation .next {
	text-align:right;
}


#wrapper #side {
	float:left;
	margin-left:2.5px;
	width: 220px;
	height: auto;
}

#Content .PageNation{
	text-align:center;
	padding:0px 0px 10px;	
}

/*カスタムウィジェット*/

/*サイドバータイプ１*/

#wrapper #side aside {
}
#wrapper #side nav.widget_search {
	padding:15px 0px;
}
#wrapper #side nav.widget_recent_entries,#wrapper #side nav.widget_archive {
}



#wrapper #side .widget-area {
	margin-top:20px;
}
#wrapper #side .widget-area .SideTitle {
	padding:10px 5px 10px 10px;
	text-align:left;
	background:#4f695b;
	color:#ffffff;
}
#wrapper #side .widget-area .SideTitle:after {
	content: '';
	display:none;
    position: absolute;
    top: 0px;
    right: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 50px 33px 0px;
    border-color: transparent transparent #4f695b transparent;
}

#wrapper #side .widget-area .SideTitle + ul {
	border-top:3px solid #4f695b;	
	border-bottom:3px solid #4f695b;
	background: #edf2e8;	
}
#wrapper #side .widget-area .SideTitle + ul li {
	font-size:14px;
	position:relative;
	padding:10px 0px 10px 20px;
	border-bottom:1px solid #F9F9F9;
}
#wrapper #side .widget-area .SideTitle + ul li:hover {
	cursor:pointer;
}

#wrapper #side .widget-area .SideTitle + ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 8px;
	width: 6px;
	height: 6px;
	background: #d0d0d0;
	transform: rotate(45deg);
}
#wrapper #side .widget-area .SideTitle + ul li:after {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 5px;
	width: 6px;
	height: 6px;
	background: #edf2e8;
	transform: rotate(45deg);
}

#wrapper #side .widget-area .SideTitle + ul li a {
	color:#4f695b;
	text-decoration:none;
}
#wrapper #side .widget-area .SideTitle + ul li a:hover {
	text-decoration:underline;
}

#wrapper #side .widget-area .SideTitle + ul li a:hover {
}


/*サイドバータイプ２*/

/*#wrapper #side aside {
	margin-bottom:20px;
}
#wrapper #side nav.widget_search {
	margin-top:20px;
}
#wrapper #side nav.widget_recent_entries,#wrapper #side nav.widget_archive {
	background:#E6F5E4;
	
}

#wrapper #side .widget-area {
}
#wrapper #side .widget-area .SideTitle {
	position:relative;
	padding:10px 0px 10px 40px;
background: rgb(169,219,128);
background: -moz-linear-gradient(top,  rgba(169,219,128,1) 0%, rgba(150,197,111,1) 100%);
background: -webkit-linear-gradient(top,  rgba(169,219,128,1) 0%,rgba(150,197,111,1) 100%);
background: linear-gradient(to bottom,  rgba(169,219,128,1) 0%,rgba(150,197,111,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 );
	color:#ffffff;
}
#wrapper #side .widget-area .SideTitle:before{
	position:absolute;
	top:0px;
	bottom:0px;
	left:7px;
	width:26px;
	height:100%;
	content:'';
	background:url(images/Side-8.png) center no-repeat;
}

#wrapper #side .widget-area .SideTitle + ul {
	padding:4px;
}
#wrapper #side .widget-area .SideTitle + ul li {
	font-size:14px;
	position:relative;
	display:block;
	margin-bottom:-1px;
	padding:10px 30px 10px 10px;
	box-shadow:0px 0px 1px rgba(0,0,0,0.9) inset,0px -15px 30px rgba(0,0,0,0.08) inset;
	background:#FFFFFF;
}
#wrapper #side .widget-area .SideTitle + ul li:hover {
	cursor:pointer;
}
#wrapper #side .widget-area .SideTitle + ul li:before {
	content: "";
	position: absolute;
	right:8px;
	background:#f0f0f0;
	width:14px;
	height:14px;
	border-radius:10px;
	border:1px solid #F7EAEF;
	box-shadow:0px 0px 2px rgba(0,0,0,0.1) inset;
	z-index:1;
}
#wrapper #side .widget-area .SideTitle + ul li:after {
	position: absolute;
    top: 14px;
    right: 9px;
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #4f695b;
    z-index: 2;
}

#wrapper #side .widget-area .SideTitle + ul li a {
	color:#4f695b;
	text-decoration:none;
}
#wrapper #side .widget-area .SideTitle + ul li a:hover {
	text-decoration:underline;
}*/

/*サイドバータイプ3*/

/*#wrapper #side aside {
	margin-bottom:20px;
}
#wrapper #side nav.widget_search {
	margin-top:20px;
}
#wrapper #side nav.widget_recent_entries,#wrapper #side nav.widget_archive {
	background:#FFFFFF;
	border:1px solid #ccc;
	box-sizing:border-box;	
}

#wrapper #side .widget-area {
}
#wrapper #side .widget-area .SideTitle {
	position:relative;
	padding:10px 0px 10px 40px;
	background:#4f695b;
	color:#FFFFFF;
}
#wrapper #side .widget-area .SideTitle:before {
	position:absolute;
	top:0px;
	bottom:0px;
	left:5px;
	content:'';
	width:28px;
	height:100%;
	background:url(images/Side-11.png) center no-repeat;
}


#wrapper #side .widget-area .SideTitle + ul {
	padding:4px;
}
#wrapper #side .widget-area .SideTitle + ul li {
	font-size:14px;
	position:relative;
	margin-bottom:-1px;
	padding:10px 30px 10px 10px;
	background:#FFFFFF;
}
#wrapper #side .widget-area .SideTitle + ul li:hover{
	background:#FBFBFB;
	cursor:pointer;
}
#wrapper #side .widget-area .SideTitle + ul li a {
	color:#4f695b;
	text-decoration:none;
}
#wrapper #side .widget-area .SideTitle + ul li a {
	color:#4f695b;
	text-decoration:none;
}

#wrapper #side .widget-area .SideTitle + ul li a:hover {
	text-decoration:underline;
}
*/
/*サイドバータイプ4　不動産*/
/*
#wrapper #side aside {
	margin-bottom:20px;
}
#wrapper #side nav.widget_search {
	margin-top:20px;
}
#wrapper #side nav.widget_recent_entries,#wrapper #side nav.widget_archive {
	background:#FFFFFF;
	border:1px solid #ccc;
	box-sizing:border-box;	
}

#wrapper #side .widget-area {
}
#wrapper #side .widget-area .SideTitle {
	position:relative;
	padding:13px 0px 13px 54px;
	background:#4f695b;
	color:#FFFFFF;
}
#wrapper #side .widget-area .SideTitle:before {
	position:absolute;
	top:0px;
	bottom:0px;
	left:5px;
	content:'';
	width:45px;
	height:100%;
	z-index:3;
}
#wrapper #side .widget-area .widget_recent_entries .SideTitle:before {
	background:url(images/h06.png) center no-repeat;
}
#wrapper #side .widget-area .widget_archive .SideTitle:before {
	background:url(images/h06.png) center no-repeat;
}

#wrapper #side .widget-area .SideTitle:after {
	position: absolute;
	display:none;
    top: 5%;
    bottom: 0px;
    left: 2px;
    content: '';
    width: 46px;
    height: 90%;
    background: rgba(255,255,255,1);
}



#wrapper #side .widget-area .SideTitle + ul {
	padding:4px;
}
#wrapper #side .widget-area .SideTitle + ul li {
	font-size:14px;
	position:relative;
	margin-bottom:0px;
	padding:10px 30px 10px 10px;
	border-bottom:1px solid #fafafa;
	background:#FFFFFF;
}
#wrapper #side .widget-area .SideTitle + ul li:last-child {
	border:none;
}

#wrapper #side .widget-area .SideTitle + ul li:hover{
	background:#FBFBFB;
	cursor:pointer;
}
#wrapper #side .widget-area .SideTitle + ul li a {
	color:#4f695b;
	text-decoration:none;
}
#wrapper #side .widget-area .SideTitle + ul li a {
	color:#4f695b;
	text-decoration:none;
}

#wrapper #side .widget-area .SideTitle + ul li a:hover {
	text-decoration:underline;
}

*/

/*ここまで*/



/*ページトップ*/

#page-top {
	padding:10px 0px;
	font-size:14px;
	background:#f3f4f6;
	text-align:right;
	box-shadow:0px -1px 0px rgba(255,255,255,1) inset,0px 1px 0px rgba(255,255,255,1) inset,0px -2px 0px rgba(222,222,222,1) inset;
}
#page-top a {
	position:relative;
	cursor:pointer;
	text-decoration: none;
    text-align: center;
	padding:10px 25px 10px 20px;
	color:#577C9E;
}
#page-top a:before{
	position: absolute;
    top: 8px;
    left: -6px;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #f0f0f0;
	box-shadow:-3px 3px 6px rgba(0,0,0,0.2) inset;
	border:1px solid #DFDFDF;
    z-index: 1;
}
#page-top a:after{
	position: absolute;
    top: 9px;
    left: -2px;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 6px solid #4f695b;
    z-index: 2;
}

/*フッター*/


#footer {
	background:#4f695b;
	color:#FFFFFF;
	padding:10px 0px;
	width:100%;
	text-align:center;
}
#footer footer {
	max-width:1180px;
	margin:0px auto;	
}
#footer footer a {
	color:#FFF56B;
}

/*検索*/

#wrapper #side aside .CustomSerach #s {
	width:150px;
}
/*投稿画像*/
#Content div{
	clear:both;
}
#Content img {
    text-align: center;
    box-sizing: border-box;
    max-width: 200px;
    margin:5px 5px 5px 5px;
	border:3px solid #FFF;
	box-shadow:0px 0px 3px #9c9c9c;
}
#Content img.left{
	float:left;
}
#Content img.right{
	float:right;
}

/*画像ありリストのCSS*/
.article_type1{
	max-width:1800px;
	margin:0px auto;
	padding:10px;
}
li .SideBox {
	width:100%;
}
li .SideBox .MainLiquid{
    width: 100%;
    float: right;
}
li .SideBox .MainLiquid .Liquid{
	margin-left: 110px;
}
li .SideBox .image{
    width: 100px;
    margin-right: -100px;
    float: left;
}

ul.BoxList li .SideBox .image img{
	max-width:100px;
    border: 2px solid #FFF;
    box-shadow: 0px 0px 1px #7F7F7F;
}
ul.BoxList li h3,ul.BoxList li h4{
	font-size:18px;
	margin-top:0px;
	margin-bottom:5px;
}
ul.BoxList {
}
ul.BoxList li{
	box-sizing: border-box;
    border: 1px solid #a1a1a1;
    box-shadow: 0px 0px 3px 1px rgba(112,76,29,0.4) inset;
    background: rgba(255,255,255,1);
    width: 32%;
    padding: 10px 1%;
    margin: 10px 1% 10px 0%;
    display: inline-block;
    vertical-align: top;;
}
ul.BoxList li a{
	color:#624936;
	text-decoration:none;
}


/*スマホ時*/

@media screen and (max-width:400px){

/*ぱんくず*/
.sitenav{
	background:#4f695b;
	color:#FFF;
}
.sitenav .wrapper{
	max-width:1180px;
	margin:0px auto;
}
.sitenav .wrapper .sitemap{
	width:100%;
	padding:6px 5px 10px 10px;
	float:none;
}
.sitenav .wrapper .sitemap a{
	color:#FFFFFF;
	margin:0px 5px;
	text-decoration:none;
}

.breadcrumbs{
	float:none;
	width:100%;
	background:#4f695b;
	color:#FFF;
}
.breadcrumbs > div{
	margin:0px auto;
	padding:6px 6px 4px;
}
}

@media screen and (max-width:640px){
ul.BoxList li{
	box-sizing: border-box;
    border: 1px solid #a1a1a1;
    box-shadow: 0px 0px 3px 1px rgba(112,76,29,0.4) inset;
    background: rgba(255,255,255,1);
    width: 98%;
    padding: 10px 1%;
    margin: 10px 1% 10px 1%;
    display: inline-block;
    vertical-align: top;;
}

#wrapper .MainContent {
     float: none;
     width: 100%;
	 margin:0;
}	
#wrapper .MainContent {
     float: none;
     width: 100%;
	 margin:0;
}
#wrapper .MainContent #Content {
	margin:0;
}
#wrapper .MainContent a.MainBanner {
	display:block;
	margin:0;
	margin-bottom:20px;
}
#wrapper #side {
	float:none;
	margin-left:0px;
	width: 100%;
	height: auto;
}

#header header .SiteTitle {
	position:static;
	display:block;
	text-align:center;
	padding:10px;
	background:rgba(255,255,255,1);
	font-size:20px;
	font-weight:bold;
	z-index:9;
	color:#333;
}
#header header .Description {
	position:static;
	background:rgba(255,255,255,1);
	left:0px;
	font-size:14px;
	font-weight:normal;
	z-index:9;
	color:#333;
}





}

.hama{
	
}
.hama ul{
	
}
.hama ul li{
	display:block;
	width:300px;
	height:300px;
	
}