@charset "utf-8";

html {
  background: #c6c6c6 url("../img/bg.gif") 0 0 repeat-x;
  overflow-y: scroll;
}

body {
  color: #666;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5,h6,em,strong {
	font-weight: bold;
}

p,li,dt,dd {
  line-height: 1.65;
}

abbr,acronym {
	border-bottom:1px dotted #333;
	cursor: help;
}

ol li {
	list-style: decimal outside;
}

table {
  border-spacing: 0;
}

*:first-child+html table {
  border-collapse: collapse;
}

th,td {
	border: 1px solid #333;
	padding: 0.5em;
}

th {
	font-weight: bold;
	text-align: center;
}

caption {
	margin-bottom: 0.5em;
	text-align: center;
}

a {
  text-decoration: none;
  outline: 0;
}

a:link {
}

a:visited {
}

a:focus {
}

a:hover {
	text-decoration: underline;
}

a:active {
}

/* ======================================
  parts
======================================= */
.alignright {
  margin: 0 0 20px 20px;
  padding: 8px;
  border: 1px solid #ccc;
  float: right;
}

.alignleft {
  margin: 0 20px 20px 0;
  padding: 8px;
  border: 1px solid #ccc;
  float: left;
}

.aligncenter {
  margin: 20px auto;
  padding: 8px;
  border: 1px solid #ccc;
  display: block;
  clear: both;
}

/* ======================================
  div#page
======================================= */
div#page {
  margin: 0 auto;
  width: 1008px;
}

/* ======================================
  div#header
======================================= */
div#page div#header {
  padding: 0 4px;
  height: 134px;
  background-position: 0 0;
  background-repeat: repeat-y;
}

div#page div#header div#headerInner {
  padding: 35px 0 0 27px;
  height: 108px;
  background-position: 0 0;
  background-repeat: repeat-y;
}

div#page div#header div#headerInner h1 {
  margin-bottom: 13px;
  padding-bottom: 12px;
  background: transparent url("../img/bg_h1.png") 0 bottom no-repeat;
  font-weight: bold;
  font-size: 174%;
}

div#page div#header div#headerInner h1 a {
  /*color: #000;*/
  text-decoration: none;
}

div#page div#header div#headerInner p.description {
  line-height: 1;
  font-weight: bold;
  font-size: 95%;
}

/* ======================================
  div#contents
======================================= */
div#page div#contents {
  padding: 0 4px;
  background-position: 0 0;
  background-repeat: repeat-y;
}

div#page div#contents div#contentsInner {
  background: #fff url("../img/bg_contents-inner.gif") 0 1px no-repeat;
}

div#page div#contents div#contentsInner {
  /zoom : 1;
}

div#page div#contents div#contentsInner:after {
  content :"";
  display :block;
  clear :both;
}

/* div#contents div#topicPath */
div#page div#contents div#contentsInner div#topicPath {
  margin: 0 23px 25px;
  padding: 25px 0 10px 30px;
  border-bottom: 1px dotted #999;
  position: relative;
  line-height: 1;
  background: transparent url("../img/bg_topic-path.gif") 0 20px no-repeat;
  font-size: 93%;
}

div#page div#contents div#contentsInner div#topicPath strong {
  font-weight: normal;
}

div#page div#contents div#contentsInner div#topicPath a {
  margin-right: 7px;
/*  padding-right: 18px;*/
  background-position: right center;
  background-repeat: no-repeat;
}

div#page div#contents div#contentsInner div#topicPath p.edit {
  position: absolute;
  top: 20px;
  right: 0;
  line-height: 1;
}

div#page div#contents div#contentsInner div#topicPath p.edit a {
  background: none;
}

/* ----------------------------------
	div#contents div#main
----------------------------------- */
div#page div#contents div#main {
  float: right;
/*  width: 540px;*/
  width: 100%;
}

div#page div#contents div#main blockquote,
div#page div#contents div#main ul,
div#page div#contents div#main ol,
div#page div#contents div#main dl,
div#page div#contents div#main p,
div#page div#contents div#main fieldset,
div#page div#contents div#main table,
div#page div#contents div#main pre {
	margin-bottom: 1em;
}

div#page div#contents div#main div.section {
  margin-bottom: 35px;
  clear: both;
}

div#page div#contents div#main div.section {
  /zoom : 1;
}

div#page div#contents div#main div.section:after {
  content :"";
  display :block;
  clear :both;
}

div#page div#contents div#main div.section h2 {
  padding-left: 15px;
  height: 32px;
  line-height: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 108%;
}

div#page div#contents div#main div.section h3 {
  margin: 30px 0 15px 0;
  padding-left: 35px;
  height: 35px;
  line-height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 108%;
}

div#page div#contents div#main div.section div.box {
  margin-top: 10px;
  border-style: solid;
  border-width: 1px;
}

div#page div#contents div#main div.section div.box div.boxInner {
  padding: 20px;
  border: 15px solid #F3F3F3;
}

div#page div#contents div#main div.section div.box p#tweet {
  text-align: right;
}

div#page div#contents div#main div.section div.box div.boxInner div.section {
  margin: 25px 0 0 0;
}

div#page div#contents div#main div.section div.box div.boxInner div.section:first-child,
div#page div#contents div#main div.section div.box div.boxInner div.section.firstChild {
  margin-top: 0;
}

div#page div#contents div#main div.section div.box div.boxInner h3 {
  margin-bottom: 11px;
  padding: 0 0 9px 23px;
  border-bottom: 1px dotted #999;
  font-size: 108%;
  line-height: 1;
  background-position: 2px 0;
  background-repeat: no-repeat;
}

div#page div#contents div#main div.section div.box div.boxInner h3 a {
  color: #666;
}

div#page div#contents div#main div.section div.box div.boxInner ul.postList {
  padding: 0 0 0 15px;
  float: left;
  width: 189px;
}

div#page div#contents div#main div.section div.box div.boxInner ul.postList li {
  list-style: inside disc;
}

div#page div#contents div#main div.section div.box div.boxInner p.description {
  padding: 0 0 0 15px;
  border-left: 1px solid #ccc;
  float: right;
  width: 208px;
}

div#page div#contents div#main div.section div.box div.boxInner ul.itemList {
  /zoom : 1;
}

div#page div#contents div#main div.section div.box div.boxInner ul.itemList:after {
  content :"";
  display :block;
  clear :both;
}

div#page div#contents div#main div.section div.box div.boxInner ul.itemList li {
  float: left;
}

div#page div#contents div#main div.section div.box div.boxInner ul.itemList li a {
  padding: 5px 0;
  border: 2px solid #FFF;
  display: block;
  height: 150px;
  float: left;
  color: #666;
  text-align: center;
  text-decoration: none;
}

div#page div#contents div#main div.section div.box div.boxInner ul.itemList li span {
  display: block;
  line-height: 1.5;
}

div#page div#contents div#main div.section div.box div.boxInner div.yahooChiebukuro dl dd {
  margin: 5px 0 10px;
  display: block;
}

div#page div#contents div#main div.section div.box div.boxInner div.yahooChiebukuro div.ad {
  margin: 20px auto;
}

div#page div#contents div#main div.section div.box div.boxInner div#unitKeywords ul li {
  margin-right: 20px;
  display: inline;
}

/* トラックバック・コメント */
div#page div#contents div#main div.section div.box div.boxInner div.utils {
  padding: 15px 17px;
}

div#page div#contents div#main div.section div.box div.boxInner div.utils h4 {
  margin-bottom: 12px;
  line-height: 1;
  font-size: 108%;
}

div#page div#contents div#main div.section div.box div.boxInner div#trackback {
  margin-bottom: 13px;
}

div#page div#contents div#main div.section div.box div.boxInner div#trackback dl {
  margin: 0;
  padding: 12px 15px;
  background-color: #FFF;
}

div#page div#contents div#main div.section div.box div.boxInner div#trackback dl dd {
  font-weight: bold;
  overflow: auto;
  word-wrap:break-word;
}

div#page div#contents div#main div.section div.box div.boxInner div#commentsInner {
  padding: 12px 15px;
  background-color: #FFF;
}

div#page div#contents div#main div.section div.box div.boxInner div#commentsInner li {
  margin-bottom: 15px;
  list-style: none;
}

div#page div#contents div#main div.section div.box div.boxInner div#commentsInner ol li ul.commentMeta li {
  margin-bottom: 0;
  font-size: 77%;
  text-align: right;
}

div#page div#contents div#main div.section div.box div.boxInner div#commentsInner div#respond input#email,
div#page div#contents div#main div.section div.box div.boxInner div#commentsInner div#respond input#author,
div#page div#contents div#main div.section div.box div.boxInner div#commentsInner div#respond input#url,
div#page div#contents div#main div.section div.box div.boxInner div#commentsInner div#respond textarea {
  padding: 2px 4px;
  border: 1px solid #CCC;
}

div#page div#contents div#main div.section div.box div.boxInner div#commentsInner div#respond textarea {
  width: 374px;
}

body.w1000 div#page div#contents div#main div.section div.box div.boxInner div#commentsInner div#respond textarea {
  width: auto;
}

/* フリースペース */
div#page div#contents div#main div.column {
  margin-bottom: 15px;
  clear: both;
}

div#page div#contents div#main div.column {
  /zoom : 1;
}

div#page div#contents div#main div.column:after {
  content :"";
  display :block;
  clear :both;
}

div#page div#contents div#main div.column div.section {
  margin: 0 15px 0 0;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  float: left;
  clear: none;
}

div#page div#contents div#main div.column div.section h3 {
  margin-bottom: 11px;
  padding: 0 0 9px 23px;
  border-bottom: 1px dotted #999;
  font-size: 108%;
  line-height: 1;
  background-position: 2px 0;
  background-repeat: no-repeat;
}

div#page div#contents div#main div.column div.section p {
  margin: 0;
}

div#page div#contents div#main div.column3,
div#page div#contents div#main div.column2 {
  margin-right: -15px;
}

div#page div#contents div#main div.column1 div.section {
  margin-right: 0;
  float: none;
}

div#page div#contents div#main div.column1 {
  margin-right: 0;
}

div#page div#contents div#main div.column3 div.section {
  width: 131px;
}

div#page div#contents div#main div.column2 div.section {
  width: 220px;
}


/* photoL */
div#page div#contents div#main div.photoL {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* carousel */
div#page div#contents div#main div.carousel {
	margin-bottom: 20px;
	position: relative;
	width: 640px;
}
div#page div#contents div#main div.carouselInner {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 600px;
}
div#page div#contents div#main div.carousel div.btnPrev {
	left: 0;
	position: absolute;
	top: 0;
}
div#page div#contents div#main div.carousel div.btnNext {
	position: absolute;
	right: 0;
	top: 0;
}
div#page div#contents div#main div.carousel ul {
	position: relative;
}
div#page div#contents div#main div.carousel li {
	float: left;
	text-align: center;
	width: 120px;
}
div#page div#contents div#main div.carousel img.opacity {
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}

/* gMap */
div#page div#contents div#main div#gMap {
	height: 500px;
	width: 640px;
}

/* points */
div#page div#contents div#main div.thumbBox {
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
	
	background-color: #ffffff;   /* 背景色 */
	padding: 10px 2px 5px 2px;
	text-align: center;
	width: 118px;
}


/* archive
--------------------- */
div#page div#contents div#main div.archive li {
	background: url(../img/bg_line.gif) 0% 100% repeat-x;
	margin-bottom: 20px;
	padding-bottom: 21px;
}
div#page div#contents div#main div.archive div.photo {
	float: left;
	width: 120px;
}
div#page div#contents div#main div.archive div.post {
	float: right;
	width: 520px;
	word-wrap:break-word;
}
div#page div#contents div#main div.archive div.post p {
	margin-bottom: 20px;
}
div#page div#contents div#main div.archive div.title {
	font-weight: bold;
	margin-bottom: 10px;
}
div#page div#contents div#main div.archive div.btn {
	text-align: right;
}


body.w1000 div#page div#contents div#main div.column3 div.section {
  width: 171px;
}

body.w1000 div#page div#contents div#main div.column2 div.section {
  width: 280px;
}

/* トップページ */
body.home div#contents div#main div#topSection {
  padding-bottom: 13px;
/*  background: transparent url("../img/bg_top-section.gif") 0 bottom no-repeat;*/
}

body.home div#contents div#main div#topSection h2 {
	padding-left: 30px;
  margin-bottom: 20px;
  height: 35px;
  line-height: 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #FFF;
}

body.home div#contents div#main div#topSection h3 {
	padding-left: 15px;
  margin-bottom: 20px;
  height: 35px;
  line-height: 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #000;
}

body.home div#contents div#main div#topSection p {
  margin: 0 10px;
}

body.home div#contents div#main div.section div.box {
  margin-bottom: 20px;
}


/* pageNav
--------------------- */

div#contents div#main div.pageNav {
	font-size: 86%;
	margin-top: 20px;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
	width: 640px;
}
div#contents div#main div.pageNav div.btnPrev {
	left: 0;
	position: absolute;
	width: 120px;
}
div#contents div#main div.pageNav div.btnList {
	left: 120px;
	position: absolute;
	width: 120px;
	width:400px;
}
div#contents div#main div.pageNav div.btnNext {
	right: 0;
	position: absolute;
	width: 120px;
}
div#contents div#main div.pageNav a {
	border: 1px solid #ccc;
	padding: 6px 10px;
	text-decoration: none;
}
div#contents div#main div.pageNav a:hover {
	background: #fff;
}


/* ページ送り */
div#contents div#main div#pagination {
  margin-top: 20px;
	margin-bottom: 30px;
  text-align: center;
}

div#contents div#main div#pagination a,
div#contents div#main div#pagination span {
  padding: 5px;
  border: 1px solid;
}

/* socialButton */
div#contents div#main div.socialButton {
	height: 20px;
	margin-top: 50px;
	position: relative;
}
div#contents div#main div.socialButton .facebook {
	left: 0;
	position: absolute;
	top: 0;
}
div#contents div#main div.socialButton .twitter {
	left: 120px;
	position: absolute;
	top: 0;
}
div#contents div#main div.socialButton .google {
	left: 235px;
	position: absolute;
	top: 0;
}
div#contents div#main div.socialButton .hatena {
	left: 317px;
	position: absolute;
	top: 0;
}
div#contents div#main div.socialButton .line {
	left: 417px;
	position: absolute;
	top: 0;
}
div#contents div#main div.socialButton .print {
	right: 0;
	position: absolute;
	bottom: 0;
}

/* ----------------------------------
  div#contents div#sub
----------------------------------- */
div#page div#contents div#sub {
  float: left;
}

div#page div#contents div#sub p.addBookmark {
  margin-bottom: 15px;
  height: 35px;
  line-height: 35px;
}

div#page div#contents div#sub p.addBookmark a {
  padding-left: 15px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: transparent 0 0 no-repeat;
}

div#page div#contents div#sub p.addBookmark a img {
  margin-left: -15px;
}

div#page div#contents div#sub p.addBookmark input {
  border: none;
  display: block;
  height: 35px;
  background: transparent 0 0 no-repeat;
  vertical-align: top;
  text-align: left;
  color: #fff;
  font-weight: bold;
}

div#page div#contents div#sub div.ad,
div#page div#contents div#sub div.section {
  margin-bottom: 25px;
}

div#page div#contents div#sub div.section h3 {
  margin-bottom: 5px;
  padding-left: 30px;
  height: 35px;
  line-height: 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

div#page div#contents div#sub div.section ul {
  margin-bottom: 0;
}

div#page div#contents div#sub div.section ul li {
  padding: 5px 0 5px 30px;
  border-bottom: 1px dotted #999;
  line-height: 1.5;
  background-position: 12px 0.6em;
  background-repeat: no-repeat;
  font-size: 93%;
}

div#page div#contents div#sub div.searchSection {
  margin-bottom: 15px;
  text-align: center;
}

body.w1000 div#page div#contents div#sub div.searchSection {
  text-align: left;
}

div#page div#contents div#sub div.searchSection form fieldset h3 {
  margin-bottom: 16px;
  text-align: left;
}

div#page div#contents div#sub div.searchSection form fieldset input {
  margin-bottom: 10px;
}

div#page div#contents div#sub div.searchSection form fieldset input.search {
  margin-right: 6px;
  margin-left: 6px;
  padding: 0 5px;
  border: 1px solid #CCC;
  width: 160px;
  height: 26px;
  line-height: 26px;
  vertical-align: top;
}

div#page div#contents div#sub div.searchSection form fieldset input.btn {
  margin-right: 6px;
  margin-left: 6px;
}

div#page div#contents div#sub p#seoGreat {
  margin-bottom: 15px;
}

div#page div#contents div#sub p#rss a {
  margin-bottom: 15px;
  padding-left: 20px;
  display: block;
  line-height: 14px;
  background: transparent url("/wp-includes/images/rss.png") 0 0 no-repeat;
  font-weight: bold;
  font-size: 108%;
  text-align: left;
}

/* ======================================
  div#toTop
======================================= */
div#page div#toTop {
  padding-right: 20px;
  clear: both;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: right;
}

/* ======================================
  div#footer
======================================= */
div#page div#footer {
  padding: 16px 4px 0;
  position: relative;
  height: 40px;
  /zoom: 1;
}

div#page div#footer p#yahooCredit {
  position: absolute;
  top: -15px;
  left: -12px;
}

/* ----------------------------------
  div#footer p.copy
----------------------------------- */
div#page div#footer p.copy {
  margin-right: 5px;
  text-align: right;
  font-family: Verdana, Helvetica, sans-serif;
}

div#page div#footer p.copy a {
  color: #666;
}

div#itemSearch {
  margin-bottom: 15px;
  text-align: center;
}

div#itemSearch form fieldset input {
  margin-bottom: 10px;
  vertical-align: middle;
}

div#itemSearch form fieldset input.search {
  margin-right: 6px;
  margin-left: 6px;
  padding: 0 5px;
  border: 1px solid #CCC;
  width: 250px;
  height: 26px;
  line-height: 26px;
  vertical-align: top;
}

div#itemSearch form fieldset input.btn {
  margin-right: 6px;
  margin-left: 6px;
}

div#page div#contents div#sub div.textwidget ul li {
  border-bottom: none;
  background: none;
}


.postContent {
  margin-bottom: 30px;
	word-wrap:break-word;
}
.postContent table,tr,th,td {
 	border: 0px #ffffff solid;
  margin-bottom: 30px;
}
.time {
  font-size: 95%;
  text-align: right;
}

/* socialButton */
div#page div.socialbox {
    float: left;
    display: inline-block;
    margin: 0 0 15px 10px;
}
div#page div.hatena-box{min-width:80px;max-width:125px;}
div#page div.facebook-box{min-width:70px;max-width:115px;}
div#page div.twitter-box{min-width:87px;max-width:90px;}
div#page div.gplus-box{min-width:50px;max-width:80px;}
div#page div.pocket-box{min-width:60px;max-width:115px;}

.c-social {
    margin-top: 10px;
    overflow: hidden;
}
.c-social li {
    margin-right: 10px;
    float: left;
}
#fb-root{
    display: inline-block;
}
iframe.twitter-share-button {
    width: 89px !important;
    width: 6.357142857142857rem !important;
}
#___plusone_0 {
    width: 60px !important;
    width: 4.285714285714286rem !important;
}
div.pocket-btn {
    width: 88px !important;
    width: 6.285714285714286rem !important;
}


/* clearfix
--------------------- */

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

/* clearfix
--------------------- */

div#page ul:before,
div#page ul:after {
	content: "";
	display: table;
}
div#page ul:after {
	clear: both;
}
div#page ul {
	zoom: 1;
}

.wordbreak{
	white-space: normal !important;
}
