@charset "UTF-8";
/*
===============================================================================
■ ベース
===============================================================================
*/

*{
	margin:0;
	padding:0;
	vertical-align:baseline;
	font-style:normal;
	font-weight:normal;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}

html {
	font-size: 62.5%;
	overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	font-size: 1.3rem; /*13px*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック', Verdana, Helvetica, sans-serif;
	line-height:1.6;
	letter-spacing:1px;
	color: #444;
	background-color: #fff;
}

a {
	color: #3a3a3a;
	text-decoration:none;
}

#footer a {
	color: #FFF;
	text-decoration:none;
}

a:hover,#footer a:hover {
   color: #59ad45;
   text-decoration:none;
}

a.textlink {
	color: #333;
	text-decoration: underline;
}

a.textlink:hover {
	color: #0000EE;
}

br {
   letter-spacing:normal;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

ul,ol {
	list-style: none;
}

#main h3 {
	 clear:both;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}

#main ul {
	font-size: 1.3rem;
}

#main ul li {
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
}

section {
	overflow: hidden;
}

img.hover:hover {
	opacity: 0.8;/* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=80);/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)";/* IE 8 */
}

p.text {
	line-height: 2;
}

.pink {
	color: #dd385f;
}

h3 {
	font-size: 16px;
	font-weight: 600;
	padding-left: 30px;
	margin-bottom: 15px;
	background-image: url("../images/icon_h3.png");
	background-repeat: no-repeat;
	background-size: 21px auto;
}

#single h3 {
	background-image: none;
	padding-left: 0px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: normal;
}

h4 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}

/*
===============================================================================
■ サイドバー
===============================================================================
*/

.wigd {
	margin-bottom: 10px;
	border: 1px solid #f4f4f4;
	background: url("../images/bg_wigd.png") repeat;
}

#sub .wigd p {
	font-size: 12px;
	margin-bottom: 5px; 
}

#sub h3 {
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
	padding: 5px 0 5px 15px;
	margin-bottom: 0px;
	background: #59ad45;
}

#sub dl {
	margin: 0 5px;
}

#sub dl dt {
	color: #59ad45;
	font-size: 11px;
	font-weight: 600;
	margin: 10px 0 5px;
	
}

#sub dl dd {
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ededed;
}

#sub dl dd.last {
	border-bottom: none;
} 

/*
===============================================================================
■ レイアウト
===============================================================================
*/

#contents {
	overflow:hidden;
	width:1002px;
	margin: 30px auto;
}

#main {
   float:left;
   width:735px;
}

#sub {
   float:right;
   width:226px;
}

#footer {
	height: 216px;
	padding-top: 36px;
	background: url("../images/bg_footer.png") repeat-x;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/*
===============================================================================
■ コンテンツ
===============================================================================
*/


/* =========================== ヘッダー =========================== */
#top #header_wrap {
	height: 497px;
	background: url("../images/bg_header_wrap.jpg") no-repeat center top;

}

#top header {
   width:1001px;
   height: 497px;
   margin:0 auto;
   position:relative;
   background: url("../images/bg_header.jpg") no-repeat;
}

header {
   width:1001px;
   margin:0 auto;
   position:relative;
}

#header h1 {
	width: 306px;
	height: 36px;
	margin-top: 40px;
}

#socialbuttons {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 297px;
	height: 36px;
	background-color: #FFF;
	padding: 8px 0px 10px 20px;
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#socialbuttons div {
	float: left;
}

/* =========================== メニュー =========================== */

nav {
	overflow: visible;
}

#dropmenu{
  list-style-type: none;
  height: 31px;
  /*margin: 0 auto 300px;*/
  padding: 0;
}
#dropmenu li{
  position: relative;
  width: 196px;
  float: left;
  margin-right: 1px;
  padding: 0;
  text-align: center;
  background: #dd385f;
  line-height: 31px;
  font-size: 11px;
  color: #fff;
}

#dropmenu li.farst {
	width: 211px;
	margin-left: 1px;
}

#dropmenu li a{
  display: block;
  margin: 0;
  color: #fff;
  font-size: 11px;
  line-height: 31px;
  text-decoration: none;
}
#dropmenu li:hover > a{
  background: #59ad45;
  color: #fff;
}
#dropmenu > li:hover > a{
  /*border-radius: 3px 3px 0 0;*/
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 196px;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  /*padding: 10px 15px;*/
  background: #dd385f;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 31px;
  border-top: 1px solid #fff;

}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  /*border-radius: 0 0 3px 3px;*/
}

/* =========================== トップインフォ =========================== */

#topinfo{
	width: 1002px;
	margin: 20px auto 0;
}

#bloglist {
	overflow: hidden;
	margin-right: -11px;
}

#category_blog #bloglist {
	margin-right: -16px;
}

.col_4 {
	width: 242px;
	float: left;
	margin-right: 11px;
}

#category_blog  .col_4 {
	margin-right: 8px;
	margin-bottom: 20px;
}

#bloglist img {
	padding: 1px;
	border: 1px solid #b9b9b9;
}

#bloglist dl {
	padding: 5px;
}

#bloglist dl dt {
	font-size: 9px;
}

/*#topinfo ul li:nth-child(1) {
	margin: 0 5px 0 9px;
}

#topinfo ul li:nth-child(2) {
	margin-right: 5px;
}*/

/* =========================== お知らせ =========================== */

* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information {
	margin: 0 0 25px 10px;
}

#main dl.information dt {
   float:left;
   margin-right: 15px;
   padding:0;
}

#main dl.information dd {
   margin: 0px 0 10px 0;
   padding: 0 0 10px 0;
   background:transparent;
   border-bottom: 1px dotted #CCC;
}

#main dl.information dd.last {
	border-bottom: none;
}

/* =========================== フッター =========================== */

#footer .inner{
	overflow: hidden;
	width:1002px;
	margin:0px auto 0;
}

.foot_contentL{
	float:left;
	width:454px;
}

.foot_contentR{
	float: right;
	width: 530px;
	color: #FFF;
}

/* =========================== 日記 =========================== */

.date {
	color: #dd385f;
	font-weight: 600;
	margin-bottom: 10px;
}

.navi-pre-next {
	margin-top: 25px;
}

.next {
	background: url("../images/btn_next.png") no-repeat left center;
}

/* =========================== カレンダー =========================== */

#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
	background-image: url("../images/title_calendar.png");
	background-repeat: no-repeat;
	background-position: 3px 13px;
}

#wp-calendar table {
	width: 226px;
}

#wp-calendar table.nav {
	width: 100px;
	float: right;
}

#wp-calendar table.nav tr {
	border-bottom: none;
}

#change_month {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

#wp-calendar tr {
	border-bottom: 1px solid #ececec;
}

#wp-calendar th {
	font-weight: 600;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: center;
	font-size: 10px !important;
	color: #000;
	padding: 2px;
}

#wp-calendar td.ec3_postday a {
	text-decoration: underline;
}

#wp-calendar td:nth-child(1) {
	color: #e72a55 !important;
}

#wp-calendar td:nth-child(7) {
	color: #005993 !important;
}

.cal_sat {
 	color: #005993 !important;
}

.cal_sun {
	color: #e72a55 !important;
}

#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}

/* =========================== PagiNavi =========================== */

.wp-pagenavi { 
	margin-top: 60px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
	position: relative;
}
.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	/*border: 1px solid #ccc;*/
	/*background: #fff;*/
	font-size: 18px;
	/*font-weight: bold;*/
	text-decoration: none;
	text-align:center;
}
.wp-pagenavi a:hover,
.current{
	color: #fff;
	background: #dd385f;
}

.previouspostslink {
	float: left;
}

.nextpostslink {
	margin-right: 0px !important;
	padding: 0px !important;
	text-indent: -9999px;
	display: block;
	position: absolute;
	right: 0px;
	top: 6px;
	width: 75px;
	height: 31px;
	background: url("../images/btn_back.png") no-repeat;
}

.wp-pagenavi a.nextpostslink:hover {
	background: url("../images/btn_back.png") no-repeat;
}

.previouspostslink {
	margin-right: 0px !important;
	padding: 0px !important;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 0px;
	top: 6px;
	width: 75px;
	height: 31px;
	background: url("../images/btn_next.png") no-repeat;
}

.wp-pagenavi a.previouspostslink:hover {
	background: url("../images/btn_next.png") no-repeat;
}

/* =========================== 記事内ソーシャルボタン =========================== */

.s4twitter {
	width: 90px;
}

/* =========================== 下層ページ =========================== */

.graybox,.deepgraybox,.box {
	width: 735px;
	padding: 17px 12px;
	display: table;
	overflow: hidden;
	box-sizing: border-box;
}

.graybox {
	background-color: #f2f2f2;
}

.deepgraybox {
	background-color: #e9e9e9;
}

.deepestgraybox {
	background-color: #858585;
	color: #FFF;
}

.box_left {
	display: table-cell;
	vertical-align: top;
}

.box_right {
	display: table-cell;
	vertical-align: top;
}

.va_m {
	vertical-align: middle;
}

.box_right p.pics {
	margin-left: 120px;
}

.w195 {
	width: 195px;
}

.w145 {
	width: 145px;
}

dl.taiken {
	width: 500px;
}

dl.taiken dt {
	float: left;
	font-weight: 600;
	color: #dd385f;
	width: 60px;
}

dl.taiken dd {
	border-bottom: dotted 1px;
	margin-bottom: 10px;
}

dl.taiken dd.last {
	border-bottom: none;
}

.white {
	color: #FFF;
}

#main #map1 {
	margin-bottom: 15px;
	border: 2px solid #c2c2c2;
}

#project {
	margin-bottom: 30px;
}

#project h4 {
	color: #df4d6d;
	font-size: 16px;
}

#project div.box {
	background-color: #df4d6d;
	padding: 10px 15px;
	color: #FFF;
}

#project div.box ul li {
	font-size: 14px;
}

/* mod_thumbnail
--------------------------------------------*/
.mod_thumbnail{
 margin:0 0 30px 0;
}
/* サムネイル画像表示（thumbnaillist）
-----------------------------------------*/
.thumbnaillist{
}
.thumbnaillist ul{
	overflow: hidden;
	margin-right: -5px;
}
.thumbnaillist li{
	width:143px;
	height:85px;
	float:left;
	background:none;
	margin:0 5px 5px 0;
	padding: 0px !important;
	text-indent: 0px !important;
}
.thumbnaillist li a{
	display:block;
}
.thumbnaillist li a:link    {}
.thumbnaillist li a:visited {}
.thumbnaillist li a:hover   {opacity:0.8;}
.thumbnaillist li a:active  {opacity:0.8;}
/* IE用 ↓*/
.thumbnaillist li a:hover img {filter:alpha(opacity=80);}

/* メイン画像表示（mod_mainimglist）
-----------------------------------------*/
.mainimglist{
	width:735px;
	height:448px;
	margin:0 0 20px 0;
}
.mainimglist img{
}