@charset "utf-8";
/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: 2010年版の WordPress テーマ「Twenty Ten」は、スタイリッシュで、カスタマイズ可能で、簡潔で、読みやすいデザインです。カスタムメニュー、ヘッダー画像、背景をあなたなりにアレンジしてみてください。Twenty Ten テーマでは6つのウィジェットエリア (サイドバーに2つ、フッターに4つ) と、アイキャッチ画像 (ギャラリー投稿のサムネイルと、投稿やページのカスタムヘッダー画像) に対応しています。印刷用、管理画面のビジュアルエディター用、アサイドおよびギャラリーカテゴリー用のスタイルシートが用意されています。また、サイドバーを取り去った1カラムページのテンプレートもあります。
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: 'ヒラギノ丸ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
 border: none;
}

p.rel {
	margin-bottom: 10px!important;
	font-size: 11px;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -270px 0 0;
	width: 100%;
}
#content {
	margin: 0 270px 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 250px;
	margin: 10px 0 0 0;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
/*
	font-family: Georgia, "Bitstream Charter", serif;
*/
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
/*
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
*/
}
input[type=submit] {
/*
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
*/
}
pre {
/*
	font-family: "Courier 10 Pitch", Courier, monospace;
*/
}
code {
/*
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
*/
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 950px;
}
#wrapper {
/*
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
*/
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-left: 10px;
	width: 132px;
}

#footer-widget-area .widget-area ul {
	margin-bottom: 0;
}
#footer-widget-area .widget-area ul li.widget-container {
	margin-bottom: 0;
	}

#footer-widget-area .widget-area ul li {
	list-style: none;
}
#footer-widget-area .widget-area ul li h3.widget-title {
	font-size: 11px; font-weight: bold; color: #ffffff; padding: 10px 0;
}

#footer-widget-area .widget-area ul li ul {
	margin: 0; padding: 5px 0 0 0;
}
#footer-widget-area .widget-area ul li ul {
	line-height: 20px;
	font-size: 11px;
}

#footer-widget-area .widget-area ul li a {
	color: #ffffff;
	text-decoration: none;
}
#footer-widget-area .widget-area ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: right;
	font-size: 14px;
	font-weight: bold;
	width: 129px;
	color: #ffffff;
	font-size: 16px;
}

#site-generator {
	float: right;
	width: 280px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: url("images/_body_bg.png") repeat-x 0 -1px #f5f5f5;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.6em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
ul ul li{
	list-style: circle;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: transparent;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 8px 0 9px 0;
	height: 60px;
	background-color: #ffffff;
/*
	padding: 30px 0 0 0;
*/
}

#site-title {
	display: block;
	float: left;
	width: 214px;
	height: 27px;
	margin: 16px 0;
}
#site-title a {
	background: url("images/_site_banner.png") no-repeat;
	display: block;
	font-size: 0px;
	font-weight: normal;
	width: 214px;
	height: 0px;
	padding-top: 27px;
	overflow: hidden;
	text-decoration: none;
}

#site-title2 {
	display: block;
	float: left;
	width: 224px;
	height: 60px;
	margin: 0;
}
#site-title2 a {
	background: url("images/_site_banner4.png") no-repeat;
	display: block;
	font-size: 0px;
	font-weight: normal;
	width: 290px;
	height: 0px;
	padding-top: 60px;
	overflow: hidden;
	text-decoration: none;
}

#site-description {
	float: left;
	width: 250px;
	font-size: 11px;
	line-height: 24px;
/*
	font-style: italic;
	margin: 15px 0 18px 0;
*/
}

#header_middle {
	width: 140px;
	height: 50px;
	float: right;
	margin-right: 15px;
}

#header_middle #search_input {
	width: 85px;
}

#header_ad_banner {
 background-color: #f0f0f0;
 width: 480px; height: 60px;
 float: right;
 display: none;
}

#branding #header_ad_banner img { border: 0; }

#header_top {
	background-color: #000000;
	height: 24px;
	color: #ffffff;
}

#header_top_inner {
	margin: 0 auto;
	width: 950px;
}

#header_top_inner ul {
	display: block;
	float: right;
	text-align: right;
	width: 400px;
	line-height: 24px;
	margin: 0; padding: 0;
}

#header_top_inner ul li {
	list-style: none;
	display: inline;
}

#header_top_inner ul li a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#header_top_inner ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}

#bookmark_btn {
	width: 137px; height: 0px;
	background: url("images/_bookmark_btn.png") no-repeat;
	padding-top: 24px; overflow: hidden;
	cursor: pointer;
}

#site_search {
	width: 137px; height: 24px;
	margin: 4px 0 0 0;
	background: url("images/_search_form_bg.png") no-repeat;
}

#site_search input[type="text"]#search_input {
	border: 0; background: none;
	width: 95px; height: 15px;
	margin: 0 0 0 10px;
	box-shadow: none;
}
#site_search #search_exec_btn {
	width: 15px; height: 18px;
	border: 0; background: none;
	margin: 1px 0 0 0;
	cursor: pointer;
}



/* =Menu
-------------------------------------------------------------- */

#access_wrap {
	background: url("images/_access_wrap_bg.png") repeat-x;
	height: 45px;
}

#access {
	display: block;
	width: 950px;
	margin: 0 auto;
/*
	float: left;
*/
}
#access .menu-header,
div.menu {
	font-size: 13px;
	padding-left: 10px;
	width: 950px;
	height: 44px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	display: block;
	height: 44px;
	width: 950px;
	position: relative;
	left: -10px;
	
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	width: 158px;
	text-align: center;
	line-height: 44px;
	padding: 0;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

#access ul li#menu-item-7 a { width: 156px; background: url("images/_gmenu_01_off.png") no-repeat; }
#access ul li#menu-item-321 a { width: 160px; background: url("images/_gmenu_02_off.png") no-repeat; }
#access ul li#menu-item-322 a { width: 156px; background: url("images/_gmenu_03_off.png") no-repeat; }
#access ul li#menu-item-323 a { width: 166px; background: url("images/_gmenu_04_off.png") no-repeat; }
#access ul li#menu-item-324 a { width: 156px; background: url("images/_gmenu_05_off.png") no-repeat; }
#access ul li#menu-item-325 a { width: 156px; background: url("images/_gmenu_06_off.png") no-repeat; }
#access ul li#menu-item-7 a:hover { width: 156px; background: url("images/_gmenu_01_on.png") no-repeat; }
#access ul li#menu-item-321 a:hover { width: 160px; background: url("images/_gmenu_02_on.png") no-repeat; }
#access ul li#menu-item-322 a:hover { width: 156px; background: url("images/_gmenu_03_on.png") no-repeat; }
#access ul li#menu-item-323 a:hover { width: 166px; background: url("images/_gmenu_04_on.png") no-repeat; }
#access ul li#menu-item-324 a:hover { width: 156px; background: url("images/_gmenu_05_on.png") no-repeat; }
#access ul li#menu-item-325 a:hover { width: 156px; background: url("images/_gmenu_06_on.png") no-repeat; }
#access ul #menu-item-7.current-menu-item a { width: 156px; background: url("images/_gmenu_01_on.png") no-repeat; }
#access ul #menu-item-321.current-menu-item a { width: 160px; background: url("images/_gmenu_02_on.png") no-repeat; }
#access ul #menu-item-322.current-menu-item a { width: 156px; background: url("images/_gmenu_03_on.png") no-repeat; }
#access ul #menu-item-323.current-menu-item a { width: 166px; background: url("images/_gmenu_04_on.png") no-repeat; }
#access ul #menu-item-324.current-menu-item a { width: 156px; background: url("images/_gmenu_05_on.png") no-repeat; }
#access ul #menu-item-325.current-menu-item a { width: 156px; background: url("images/_gmenu_06_on.png") no-repeat; }

#access ul .menu-item a { height: 0; padding-top: 44px; font-size: 0; overflow: hidden; }

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 13px 0 0 0;
}
#pankuzu h2, #pankuzu h1 {
	background: url("images/_pankuzu_bg.png") no-repeat #dddddd;
	color: #000000;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 32px;
}

#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 15px;
	line-height: 24px;
}
.entry-content h2 {
	font-size: 18px;
	clear: none;
	font-weight: bold;	
}
.entry-content h3 {
	font-size: 16px;
	clear: none;
	font-weight: bold;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
/*
	border: 1px solid #e7e7e7;
*/
	border: 1px solid #888888;;
	border-right: 0;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
/*
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: 6px 24px;
*/
	padding: 12px;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
}

#content td p { margin-bottom: 0px; }

#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0px 0 30px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 36px 0;
}
#content h1.page-title {
	margin-top: 10px;
}

.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 10px 0 0 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}

#content h2.entry-title {
	font-size: 18px;
	color: #0769c9;
	border-bottom: 2px solid #0769c9;
}
#content h2.entry-title a, #content h2.entry-title a:hover {
	color: #0769c9;
}

.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 10px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
/*
	margin: 0 0 24px 0;
*/
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
/*
	margin: 0 0 24px 0;
*/
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
	text-align: center;
}
.page-link a:link,
.page-link a:visited {
	background: #d1f1f1;
	border: 1px solid silver;
	color: #333;
	font-weight: normal;
	padding: 2px 5px;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
/*
	padding-top: 5px;
	border-top: 2px solid #0769c9;
*/
}

.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

strong.ad {
background: linear-gradient(transparent 40%, #ff99ff 40%);
}

div.articleAD {

	margin: 20px 0px 20px 0px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 10px 0 18px 0;
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: none;
}
#nav-below {
	margin: -18px 0 0 0;
	display: none;
}

#pagenavi_area {
	margin: 70px 0 0 0;
	text-align: center;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0;
/*
	text-align: left;
*/
	text-align: center;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
	padding: 0px 0 0 0;
}

.home #secondary {
	padding: 5px 0 0 0;
	margin-top: 0;
}

/* Footer widget areas */
#footer-widget-area {
	width: 600px; float: left;
}


/* =Footer
-------------------------------------------------------------- */

#footer_wrap {
	color: #ffffff;
	background: url("images/_footer_wrap_bg.png") repeat-x -2px 0 #000000;
	height: 160px;
}

#footer {
	margin: 0 auto;
	width: 950px;
}
#colophon {
/*
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
*/
	width: 950px; height: 160px;
	background: url("images/_colophon_bg.png") repeat-x;
}
#site-info {
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	margin-top: 11px;
	margin-bottom: 104px;
}
#site-info a {
	display: block;
	width: 129px; height: 0px; padding-top: 18px; overflow: hidden;
	background: url("images/_footer_site_info_bg3.png") no-repeat;
	color: #ffffff;
	text-decoration: none;
}
#site-generator {
	display: block; float: right;
	width: 280px;
	font-size: 10px;
	color: #ffffff;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* TOPPAGE 2011/11/28
-------------------------------------------------------------- */
#toppage {
	padding: 5px 0 0 0;
}

.home .entry-content {
	padding: 0;
}

#toppage #change_picture_area {
	width: 680px; height: 230px;
	position: relative;
	overflow: hidden;
}
#toppage #change_picture_area ul {
	width: 3400px;
	margin: 0; padding: 0;
	position:relative;
	left: 0;
}
#toppage #change_picture_area ul li {
	margin: 0; padding; 0; list-style: none;
	display: block;
	float: left;
	width: 680px;
	height: 230px;
}

#toppage #change_picture_area #tcpic_01 {
	display: block;
	width: 680px;
}

#tcpic_01 { background: url(images/tcpic01.jpg) no-repeat #f5f5f5; }
#tcpic_02 { background: url(images/tcpic02.jpg) no-repeat #f5f5f5; }
#tcpic_03 { background: url(images/tcpic03.jpg) no-repeat #f5f5f5; }
/* #tcpic_04 { background: url(images/tcpic04.jpg) no-repeat #f5f5f5; } 
#tcpic_05 { background: url(images/tcpic05.jpg) no-repeat #f5f5f5; } */

#tcpic_04 { background: url(images/guide.png) no-repeat #f5f5f5; } 
#tcpic_05 { background: url(images/trivia.png) no-repeat #f5f5f5; }

#toppage #change_picture_sw #tcpic_btn_01 {
	background: url("images/_tcpic_btn_01_on.png") no-repeat #dddddd;
}

#toppage #change_picture_area .tcpic_link_btn {
	display: block;
	cursor: pointer;
	width: 680px; height: 230px;
	color: #ffffff;
	font-size: 13px; font-weight: bold; line-height: 13px;
	padding: 12px;
}

#toppage #change_picture_sw {
	background: url("images/_change_picture_sw_bg.png") no-repeat #dddddd;
}
#toppage #change_picture_sw ul {
	margin: 0 auto 20px auto;
	padding: 7px 10px 0 7px;
	display: block;
	width: 180px;
	height: 23px;
}
#toppage #change_picture_sw ul li {
	background: url("images/_tcpic_btn_01_off.png") no-repeat #dddddd;
	cursor: pointer;
	margin: 0 9px 0 9px;
	padding: 0;
	display: block;
	float: left;
	width: 17px; height: 16px;
}

#toppage #top_left {
	float: left;
	width: 200px;
	
}

#toppage #top_left h3 {
	display: block;
	margin-bottom: 0;
}
#toppage #top_left h3 a {
	background-color: #8800ff;
	width: 190px; height: 60px;
	display: block;
	color: #ffffff;
}

#toppage #top_left #top_left_datespot h3 a {
	background: url("images/_leftmenu_01.png") no-repeat;
	height: 0; padding-top: 60px; overflow: hidden;
}
#toppage #top_left #top_left_love h3 a {
	background: url("images/_leftmenu_02.png") no-repeat;
	height: 0; padding-top: 60px; overflow: hidden;
}
#toppage #top_left #top_left_technique h3 a {
	background: url("images/_leftmenu_03.png") no-repeat;
	height: 0; padding-top: 60px; overflow: hidden;
}
#toppage #top_left #top_left_guide h3 a {
	background: url("images/_leftmenu_04.png") no-repeat;
	height: 0; padding-top: 60px; overflow: hidden;
}
#toppage #top_left #top_left_trivia h3 a {
	background: url("images/_leftmenu_05.png") no-repeat;
	height: 0; padding-top: 60px; overflow: hidden;
}


#toppage #top_left .category_box {
	border: 1px solid silver;
	border-radius: 3px;
	padding: 4px;
	margin-bottom: 15px;
	background-color: #ffffff;
}

#toppage #top_left .category_box ul {
	margin: 0; padding: 0;
	border: 1px solid silver;
	background-color: #f5f5f5;
}

#toppage #top_left .category_box ul li {
	margin: 0; padding: 0;
	list-style: none;
}
#toppage #top_left .category_box ul li a {
	display: block;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted silver;
	padding: 0 10px 0 25px;
}
#toppage #top_left .category_box ul li a.no_border {
	border-bottom: 0;
}

#toppage #top_left #top_left_datespot.category_box ul li a {
	background: url("images/_li_allow_01.gif") no-repeat 10px 9px;
}
#toppage #top_left #top_left_love.category_box ul li a {
	background: url("images/_li_allow_02.gif") no-repeat 10px 9px;
	display:table-cell;
        vertical-align:middle;
	line-height: 21px;
}
#toppage #top_left #top_left_technique.category_box ul li a {
	background: url("images/_li_allow_03.gif") no-repeat 10px 9px;
	display:table-cell;
        vertical-align:middle;
	line-height: 21px;
}
#toppage #top_left #top_left_guide.category_box ul li a {
	background: url("images/_li_allow_04.gif") no-repeat 10px 9px;
	display:table-cell;
        vertical-align:middle;
	line-height: 21px;
}
#toppage #top_left #top_left_trivia.category_box ul li a {
	background: url("images/_li_allow_05.gif") no-repeat 10px 9px;
	display:table-cell;
        vertical-align:middle;
	line-height: 21px;
}

#toppage #top_left #top_left_datespot.category_box ul li a:hover {
	background: url("images/_li_allow_01.gif") no-repeat 15px 9px;
	color: #111133; background-color: #eeeeee;
}
#toppage #top_left #top_left_love.category_box ul li a:hover {
	background: url("images/_li_allow_02.gif") no-repeat 15px 9px;
	color: #111133; background-color: #eeeeee;
}
#toppage #top_left #top_left_technique.category_box ul li a:hover {
	background: url("images/_li_allow_03.gif") no-repeat 15px 9px;
	color: #111133; background-color: #eeeeee;
}
#toppage #top_left #top_left_guide.category_box ul li a:hover {
	background: url("images/_li_allow_04.gif") no-repeat 15px 9px;
	color: #111133; background-color: #eeeeee;
}
#toppage #top_left #top_left_trivia.category_box ul li a:hover {
	background: url("images/_li_allow_05.gif") no-repeat 15px 9px;
	color: #111133; background-color: #eeeeee;
}

#toppage #top_left .category_box ul li a:hover {

}

#toppage #top_left #top_left_banner_area ul {
	margin: 0; padding: 0;
}
#toppage #top_left #top_left_banner_area ul li {
	display: block;
	width: 200px; height: 80px;
	list-style: none;
	margin: 0 0 20px 0; padding: 0;
	background-color: #ff0088;

}


#toppage #top_main_contents {
	float: right;
	width: 460px;
	
}

#toppage #top_main_contents #top_featured h3 {
	/* background: url("images/_top_h3_featured_bg.png") no-repeat;*/
	background: url("images/article.png") no-repeat;
	height: 0px; padding-top: 30px; overflow: hidden;
}

#toppage #top_main_contents h3 {
	background-color: #aa0088;
	width: 428px; height: 30px;
	display: block;
	margin-bottom: 15px;
	font-size: 14px; font-weight: bold; color: #ffffff;
	padding: 0px 0 0 32px;
}

#toppage #top_main_contents #top_topics h3 {
	background: url("images/_top_h3_topics_bg.png") no-repeat;
	height: 0px; padding-top: 30px; overflow: hidden;
}
#toppage #top_main_contents #top_osusume h3 {
	background: url("images/_top_h3_osusume_bg.png") no-repeat;
	height: 0px; padding-top: 30px; overflow: hidden;
}

/*
#toppage #top_main_contents #top_featured h3 {
	/* background: url("images/_top_h3_featured_bg.png") no-repeat;*/
	!important background: url("images/article.png") no-repeat;
	height: 0px; padding-top: 30px; overflow: hidden;
}
*/
#toppage #top_main_contents #top_featured h3 {
	display: block;
	width: 428px;
	height: 25px;
	padding: 5px 0 0 32px;
}

#toppage #top_main_contents #top_latestinfo h3 {
	background: url("images/_top_h3_latestinfo_bg.png") no-repeat;
	height: 0px; padding-top: 30px; overflow: hidden;
}

#toppage #top_main_contents ul.pickup {
	margin: 0; padding: 0 0 15px 0;
}
#toppage #top_main_contents ul.pickup li.no_post_info {
	font-size: 12px; color: #aa0033; font-weight: bold; text-align: right;
	letter-spacing: 1px;
}

#toppage #top_main_contents ul.pickup li {
	margin: 0 0 15px 0; padding: 0;
	list-style: none;
}
#toppage #top_main_contents ul.pickup li img {
	border: 1px solid silver;
	float: left;
}
#toppage #top_main_contents ul.pickup li .desc_box {
	float: right;
	width: 363px;
}

#toppage #top_main_contents ul.pickup li h4 {
	margin-bottom: 5px;
	font-size: 16px; font-weight: bold;
	color: #0769c8;
}
#toppage #top_main_contents ul.pickup li div.description {
	margin-bottom: 0px;
	line-height: 20px;
	font-size: 13px;
}
#toppage #top_main_contents ul.pickup li div.description p {
	display: inline;
}
#toppage #top_main_contents ul.pickup li div.description p a {
	display: none;
}

#toppage #top_main_contents ul.pickup li div.description span.desc_link {
	font-weight: bold;
	color: #0769c8;
}
#toppage #top_main_contents ul.pickup li div.description span.desc_link a {
}

#toppage #top_main_contents #top_middle_ad_area {
	padding: 0 0 10px 0;
}
#toppage #top_main_contents #top_middle_ad_area ul {
	margin: 0 0 18px 0;
}
#toppage #top_main_contents #top_middle_ad_area ul li {
	list-style: none;
	font-size: 12px; line-height: 22px;
}

#toppage #top_latestinfo h3 {
	margin-bottom: 0px;
}

#toppage #top_latestinfo ul {
	margin: 0 0 14px 0;
}
#toppage #top_latestinfo ul li {
	margin: 0;
	list-style: none;
	border-top: 1px dotted silver;
	font-size: 12px;
	padding: 7px 0 8px 0;

/*
	line-height: 11px;
*/
}
#toppage #top_latestinfo ul li.no_text {
	line-height: 0; padding: 0;
}

#toppage #top_latestinfo ul li span.date {
	display: block;
	width: 60px;
	float: left;
	color: #666666;
}
#toppage #top_latestinfo ul li span.title {
	display: block;
	width: 390px;
	float: left;
	color: #0769c8;
	padding-bottom: 8px;
}
#toppage #top_latestinfo ul li span.title span.desc_link {
	font-weight: bold;
}
#toppage #top_latestinfo ul li span.title span.desc_link a {
}

/* 横並び広告全体部分 */
.ad_bottom_main {
  margin-top:20px;
  margin-bottom:20px;
}
 
/* 広告左 */
.ad_4link_area{
     float:left;  /* 広告を左寄せ */
     margin-right:8px;  /* 右に余白（２つの広告の間の余白） */
}
  
/* 広告右 */
.ad_5link_area{
     float:left;  /* これも広告の左寄せ */
}
 
/* 最後に左寄せを解除するための記述 */
.ad_bottom_main:after {
  content:"";
  display:block;
  clear:both;
}

/* SIDEBAR EXTEND 2011/11/28
-------------------------------------------------------------- */

#text-7 h3.widget-title { display: none; }
#text-10 h3.widget-title { display: none; }
#text-13 h3.widget-title { display: none; }
#text-14 h3.widget-title { display: none; }
#text-20 h3.widget-title { display: none; }
#text-21 h3.widget-title { display: none; }
#text-23 h3.widget-title { display: none; }

#text-8 {
	background-color: #ffffff;
	border: 1px solid silver;
	border-radius: 3px;
	padding: 4px;
}
#text-8 h3.widget-title {
	background: url("images/_rightmenu_01_pickup.png") no-repeat;
	display: block;
	height: 0px; overflow: hidden;
	font-size: 12px;
	padding: 30px 0 0 40px;
	background-color: #dddddd;
}

#main .widget-area ul ul.w-pickup {
	margin: 0; padding: 14px 11px;
	border: 1px solid silver;
	border-top: 0px;
	border-radius: 0 0 3px 3px;
}
.textwidget ul li.pickup-item {
	margin: 0 0 15px 0; padding: 0;
	list-style: none;
}
.textwidget ul li.pickup-item img {
	border: 1px solid silver;
	float: left;
}
.textwidget ul li.pickup-item .desc_box {
	float: right;
	width: 132px;
}

.textwidget ul li.pickup-item h4 {
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;
}
/*
.textwidget ul li.pickup-item h4 a {
	color: #bb3d81;
}
*/
.textwidget ul li.pickup-item div.description {
	margin-bottom: 0px;
	line-height: 18px;
	font-size: 11px;
	color: #333333;
}
.textwidget ul li.pickup-item div.description span.desc_link {
	color:  #0769c8; font-weight: bold;
}

#text-9 {
	background: url("images/_right_contact_bg.png") no-repeat 4px 4px #ffffff;
	border: 1px solid silver;
	border-radius: 3px;
	padding: 4px;
}

#text-9 h3.widget-title {
	height: 0; overflow: hidden;
	font-size: 14px;
	padding: 30px 0 0 30px;
}

#text-9 .textwidget {
	padding: 0 5px 5px 7px;
/*
	background-color: #e5d3ba;
*/
}

#text-9 #right_contactform {
	margin-bottom: 5px;
}
#text-9 #right_contactform p#message span.textarea-633 textarea {
	width: 217px;
	height: 100px;
	background: none;
	margin: 4px 0 4px 4px;
	border: 0; box-shadow: none;
}
#text-9 #right_contactform p#message {
	margin-bottom: 8px;
}
#text-9 #right_contactform p#submit_btn {
	margin: 0 auto;
	width: 110px; height: 30px;
	display: block;
}
#text-9 #right_contactform p#submit_btn input.wpcf7-submit {
	border: 0; background: none;
	width: 110px; height: 30px;
	margin: 0 0 10px 0;
}

#text-9 #right_contactform .ajax-loader {
	position: relative; top: -42px; left: 120px;
}

#text-9 #right_contactform .wpcf7-not-valid-tip {
	left: 5px; padding: 2px; top: -11px; width: 211px;
}

#text-9 #right_contactform .wpcf7-response-output {
	margin: 24px 0 0 0;
}

#text-11 {
	background-color: #ffffff;
	border: 1px solid silver;
	border-radius: 3px;
	padding: 4px;
}
#text-11 h3.widget-title {
	display: block;
	height: 0px;
	font-size: 12px;
	padding: 30px 0 0 30px; overflow: hidden;
	background-color: #dddddd;
	background: url("images/_rightmenu_02_oyakudachi.png") no-repeat;
}

#text-11 .desc_box { width: 136px; }

#text-8 .w-pickup, #text-11 .w-pickup, #text-12 #ranking, #wpp-2 ul {
	background: url("images/_right_oyakudachi_bg.png") repeat-x #f6f6f6;
}

#text-12, #wpp-2 {
	background-color: #ffffff;
	border: 1px solid silver;
	border-radius: 3px;
	padding: 4px;
}

#text-12 h3.widget-title, #wpp-2 h3.widget-title {
	display: block;
	height: 0px;
	font-size: 12px;
	padding: 30px 0 0 35px; overflow: hidden;
	background-color: #dddddd;
	background: url("images/_rightmenu_03_ranking.png") no-repeat;
}

#main .widget-area ul ul#ranking, #main .widget-area li#wpp-2 ul {
	margin: 0; padding: 0;
}
#main .widget-area ul ul#ranking li, #wpp-2 ul li {
	list-style: none;
	padding: 2px 0 0 48px;
	min-height: 40px;
	height:auto !important;
	height:40px;
	font-size: 13px; font-weight: bold;
        line-height:1.5em;
	border: 1px solid silver;
	border-top: 0;
	display: table ;
	width: 190px;
}

#main .widget-area ul ul#ranking li a, #wpp-2 ul li a {
        display:table-cell;
        vertical-align:middle;
}

ul#ranking li.ranking_li {

}
ul#ranking li#li_rank1, #wpp-2 ul li.rank-1 {
	background: url("images/_rank1.png") no-repeat 6px 6px;
}
ul#ranking li#li_rank2, #wpp-2 ul li.rank-2 {
	background: url("images/_rank2.png") no-repeat 6px 6px;
}
ul#ranking li#li_rank3, #wpp-2 ul li.rank-3 {
	background: url("images/_rank3.png") no-repeat 6px 6px;
}
ul#ranking li#li_rank4, #wpp-2 ul li.rank-4 {
	background: url("images/_rank4.png") no-repeat 6px 6px;
}
ul#ranking li#li_rank5, li#wpp-2 ul li.rank-5 {
	background: url("images/_rank5.png") no-repeat 6px 6px;
}

#text-13 a { line-height: 0; }
#text-13 .textwidget { display: block; width: 250px; height: 110px; overflow: hidden; }

#text-20 {
	background-color: #ffffff;
	border: 1px solid silver;
	border-radius: 3px;
	padding: 4px;
}

#text-20 h3.widget-title {
	background: url("images/_editor_info.png") no-repeat;
	display: block;
	height: 0px; overflow: hidden;
	padding: 30px 0 0 40px;
}

#text-20 p {
	background-color: #dddddd;
	margin-bottom: 1px;
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
}

span.dotted_under_line{
  border-bottom:2px dotted #C82A57; 
}

/* EXTEND 2011/11/28
-------------------------------------------------------------- */

a, a:link {
	color: #0769c8;
	text-decoration: none;
}
a:visited {
	color: #BB3D81;
	text-decoration: none;
}
a:hover {
	color: #0769c8;
	text-decoration: underline;
}


.clear_both {
	clear: both;
}

/* CATEGORY TOPPAGE 2011/12/05
-------------------------------------------------------------- */

#datespot_template {}

#datespot_template #datespot_search {
	margin: 10px 0 20px 0;
	padding: 4px;
	border: 1px solid silver;
	border-radius: 5px;
	background-color: #ffffff;
}


#datespot_template #datespot_search h2#search_label {
	display: block;
	width: 670px; height: 0px; padding-top: 41px; overflow: hidden;
	background: url("images/_datespot_top_h2_bg.png") no-repeat;
	margin-bottom: 0;
}

#datespot_template #datespot_search #datespot_search_wrap {
	border: 1px solid silver;
	border-top: 0;
	background-color: #f5f5f5;
	padding-bottom: 15px;
}

#content #datespot_template #datespot_search #datespot_search_wrap .entry-title {
	font-size: 18px;
	border-bottom: 2px solid #0769c8;
}
#content #datespot_template #datespot_search #datespot_search_wrap .entry-title .area_category_link {
	font-size: 14px;
	color: #333333;
}

#content #datespot_template #datespot_search #datespot_search_wrap .entry-title a {
	color: #0769c8;
}
#content #datespot_template #datespot_search #datespot_search_wrap .entry-title a:hover {
	color: #87a9f8;
}

#content #datespot_template #datespot_search #datespot_search_wrap .entry-summary {
	font-size: 15px;
}
#content #datespot_template #datespot_search #datespot_search_wrap .entry-utility {
	margin-top: 10px;
	border: 0;
}

#datespot_template #datespot_search #datespot_search_wrap h3 {
	display: block;
	width: 650px; height: 33px;
	background: url("images/_datespot_search_h3_bg.png") no-repeat;
	margin: 20px 9px 10px 9px;
	font-size: 11px;
	line-height: 19px;
	padding: 7px 0 0 21px;
}

#datespot_template #datespot_search #datespot_search_wrap form {
	display: block;
	width: 650px;
	padding: 9px 9px 20px 9px;
}

#datespot_template #datespot_search #datespot_search_wrap form ul {
	display: block;
	width: 670px; height: 41px;
	background: url("images/_datespot_search_form_bg.png") no-repeat;
	margin: 0px;
	padding: 0;
}

#datespot_template #datespot_search #datespot_search_wrap form ul li {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 40px;
	background: url("images/_datespot_search_form_li_bg.png") no-repeat 9px 14px;
}

#datespot_template #datespot_search #datespot_search_wrap form ul li#ss_word {
	padding: 0 0 0 21px;
	float: left;
}

#datespot_template #datespot_search #datespot_search_wrap form ul li#ss_word input {
	width: 134px; height: 20px;
	position: relative;
	left: 6px; top: 3px;
	border: 0; background: none;
}

#datespot_template #datespot_search #datespot_search_wrap form ul li#ss_area {
	padding: 0 0 0 21px;
	margin: 0 0 0 5px;
	float: left;
}

#datespot_template #datespot_search #datespot_search_wrap form ul li#ss_area select {
	margin: 2px 0 0 0;
	font-size: 12px;
}

#datespot_template #datespot_search #datespot_search_wrap form ul li#ss_category {
	padding: 0 0 0 20px;
	float: left;
}

#datespot_template #datespot_search #datespot_search_wrap form ul li#ss_category select {
	font-size: 12px;
}

#datespot_top_search_btn {
	display: block;
	border: 0;
	background: none;
	background: url("images/_datespot_search_btn_bg.png") no-repeat;
	width: 232px; height: 45px;
	cursor: pointer;
	margin: 7px auto 0px 210px;
}

#datespot_template #datespot_search #datespot_search_wrap .hentry {
	padding: 0 10px;
}

#datespot_template #datespot_search #datespot_search_wrap ul#datespot_search_category_ul_block a
,#datespot_template #datespot_search #datespot_search_wrap ul#datespot_search_area_ul_block a
{
	color: #444444;
}
#datespot_template #datespot_search #datespot_search_wrap ul#datespot_search_category_ul_block a:hover
,#datespot_template #datespot_search #datespot_search_wrap ul#datespot_search_area_ul_block a:hover
{
/*
	padding-bottom: 0px;
	border-bottom: 2px solid #0769c8;
*/
	text-decoration: none;
	padding: 4px 0;
	border-bottom: 1px solid #0769c8;
	background-color: #eeeeee;
	color: #0769c8;
}

ul#datespot_search_category_ul_block, ul#datespot_search_area_ul_block {
	width: 650px;
	margin: 0;
	padding: 0 20px;
}
ul#datespot_search_category_ul_inline, ul#datespot_search_area_ul_inline {
display: none;
	margin: 0;
	padding: 0 20px;
}

ul#datespot_search_category_ul_block li, ul#datespot_search_area_ul_block li {
	background: url("images/_li_allow_01.gif") no-repeat 0 7px;
	display: block;
	width: 145px;
	float: left;
	font-size: 12px;
	padding: 0 5px 0 11px;
}

ul#datespot_search_area_ul_block li {
	width: 200px;
}

ul#datespot_search_category_ul_inline li, ul#datespot_search_area_ul_inline li {
	background: url("images/_li_allow_01.gif") no-repeat 0 4px;
	display: inline;
	font-size: 12px;
	padding: 0 10px 0 8px;
}

ul#datespot_search_category_ul_block, ul#datespot_search_area_ul_inline {
	padding: 0 20px 20px 20px;
}

#datespot_top_recommend h3 {
	display: block;
	width: 680px; height: 0; padding-top: 30px; overflow: hidden;
	background: url("images/_datespot_top_recommend_h3_bg.png") no-repeat;
}

#datespot_top_featured h3 {
	display: block;
	width: 670px;
	height: 25px;
	padding: 3px 10px 0 0;
/*
	height: 0; padding-top: 30px; overflow: hidden;
*/
	background: url("images/_datespot_top_featured_h3_bg.png") no-repeat;
	text-align: right;
}

#datespot_top_featured h3 a {
	color: #ffffff;
	font-size: 12px;
        font-weight: bold;
}

#datespot_featured_list h3 {
	display: block;
	width: 670px;
	height: 25px;
	margin: 10px 0 15px 0;
	padding: 3px 10px 0 0;
	background: url("images/_datespot_top_featured_h3_bg.png") no-repeat;
	text-align: right;
}

#datespot_top_recommend_contents h3 {
	display: block;
	width: 680px; height: 0; padding-top: 30px; overflow: hidden;
	background: url("images/_datespot_top_recommend_contents_h3_bg.png") no-repeat;
}





#content ul.category_top_contents_list {
	margin: 0; padding: 0 0 15px 0;
}

ul.category_top_contents_list li.no_post_info {
	font-size: 12px; color: #aa0033; font-weight: bold; text-align: right;
	letter-spacing: 1px;
}

ul.category_top_contents_list li {
	margin: 0 0 15px 0; padding: 0;
	list-style: none;
}
ul.category_top_contents_list li img {
	border: 1px solid silver;
	float: left;
}
ul.category_top_contents_list li .desc_box {
	float: right;
	width: 588px;
}

#content ul.category_top_contents_list li .desc_box .category_pankuzu {
	font-size: 11px;
}

#content ul.category_top_contents_list li .desc_box h4 {
	margin-bottom: 3px;
	font-size: 16px; font-weight: bold;
	color: #0769c8;
}

#content ul.category_top_contents_list li .area_category_link {
	font-size: 15px; font-weight: bold;
}

ul.category_top_contents_list li div.description {
	margin-bottom: 0px;
	line-height: 20px; font-size: 14px;
}
ul.category_top_contents_list li div.description p {
	display: inline;
}
ul.category_top_contents_list li div.description p a {
	display: none;
}

ul.category_top_contents_list li div.description span.desc_link {
	font-weight: bold;
	color: #0769c8;
}
ul.category_top_contents_list li div.description span.desc_link a {
}

#datespot_template #search_result {
	border: 1px solid silver;
	border-radius: 5px;
	margin: 0 10px 20px 10px;
	padding: 10px;
	background-color: #ffffff;
}

#datespot_template #search_result p {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 14px;
}

#datespot_template #search_result ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#datespot_template #search_result ul li {
	font-size: 12px;
	list-style: none;
}



#renaigaku_top_contents h3 {
	display: block;
	width: 680px; height: 0; padding-top: 30px; overflow: hidden;
	background: url("images/_renaigaku_top_contents_h3_bg.png") no-repeat;
}

#renaigaku_top_latest_information h3 {
	display: block;
	width: 680px; height: 0; padding-top: 30px; overflow: hidden;
	background: url("images/_renaigaku_top_latest_information_h3_bg.png") no-repeat;
	margin-bottom: 0;
}

#renaigaku_top_recommend_contents h3 {
	display: block;
	width: 680px; height: 0; padding-top: 30px; overflow: hidden;
	background: url("images/_renaigaku_top_recommend_contents_h3_bg.png") no-repeat;
}


h3.category_top_latest_information {
	margin-bottom: 0px;
}

ul.category_top_latest_information {
	margin: 0 0 15px 0;
}

ul.category_top_latest_information li {
	margin: 0; padding: 15px 0 14px 0; list-style: none;
	border-bottom: 1px dotted silver;
	font-size: 14px;
	line-height: 11px;
}
ul.category_top_latest_information li span.date {
	color: #666666;
}
ul.category_top_latest_information li span.title {
	color: #0769c8;
}
ul.category_top_latest_information li span.title span.desc_link {
	font-weight: bold;
}
ul.category_top_latest_information li span.title span.desc_link a {
}


.category_backnumber_contents {}
.category_backnumber_contents h3 {
	display: block;
	width: 670px;
	height: 28px;
	line-height: 30px;
	padding: 2px 0 0 10px;
	background-color: #ddddff;
}

#renaigalu_top_backnumber_contents h3 {
	background: url("images/_renaigaku_top_backnumber_contents_h3_bg.jpg") no-repeat;
	height: 0; padding-top: 30px; overflow: hidden;
}

#technique_top_backnumber_contents h3 {
	background: url("images/_technique_top_backnumber_contents_h3_bg.jpg") no-repeat;
	height: 0; padding-top: 30px; overflow: hidden;
}

#guide_top_backnumber_contents h3 {
	background: url("images/_guide_top_backnumber_contents_h3_bg.jpg") no-repeat;
	height: 0; padding-top: 30px; overflow: hidden;
}

#trivia_top_backnumber_contents h3 {
	background: url("images/_trivia_top_backnumber_contents_h3_bg.jpg") no-repeat;
	height: 0; padding-top: 30px; overflow: hidden;
}


.category_backnumber_contents ul {
	margin: 0;
	padding: 0;
}
.category_backnumber_contents ul li {
	list-style: none;
	font-size: 14px;
	padding: 0 0 0 10px;
}


#renaigalu_top_backnumber_contents ul li {
	background: url(images/_li_allow_02.gif) no-repeat 0 7px;;
}
#technique_top_backnumber_contents ul li {
	background: url(images/_li_allow_03.gif) no-repeat 0 7px;;
}
#guide_top_backnumber_contents ul li {
	background: url(images/_li_allow_04.gif) no-repeat 0 7px;;
}
#trivia_top_backnumber_contents ul li {
	background: url(images/_li_allow_05.gif) no-repeat 0 7px;;
}

#technique_top_contents h3 {
	display: block;
	width: 680px; height: 0; padding-top: 30px; overflow: hidden;
	background: url("images/_technique_top_contents_h3_bg.png") no-repeat;
}

#technique_top_latest_information h3 {
	display: block;
	width: 680px; height: 0; padding-top: 30px; overflow: hidden;
	background: url("images/_technique_top_latest_information_h3_bg.png") no-repeat;
	margin-bottom: 0;
}

#technique_top_recommend_contents h3 {
	display: block;
	width: 680px; height: 0; padding-top: 30px; overflow: hidden;
	background: url("images/_technique_top_recommend_contents_h3_bg.png") no-repeat;
}




#guide_top_contents h3 {
	display: block;
	width: 680px; height: 0; padding-top: 30px; overflow: hidden;
	background: url("images/_guide_top_contents_h3_bg.png") no-repeat;
}

#guide_top_latest_information h3 {
	display: block;
	width: 680px; height: 0; padding-top: 30px; overflow: hidden;
	background: url("images/_guide_top_latest_information_h3_bg.png") no-repeat;
	margin-bottom: 0;
}

#guide_top_recommend_contents h3 {
	display: block;
	width: 680px; height: 0; padding-top: 30px; overflow: hidden;
	background: url("images/_guide_top_recommend_contents_h3_bg.png") no-repeat;
}




#trivia_top_contents h3 {
	display: block;
	width: 680px; height: 0; padding-top: 30px; overflow: hidden;
	background: url("images/_trivia_top_contents_h3_bg.png") no-repeat;
}

#trivia_top_latest_information h3 {
	display: block;
	width: 680px; height: 0; padding-top: 30px; overflow: hidden;
	background: url("images/_trivia_top_latest_information_h3_bg.png") no-repeat;
	margin-bottom: 0;
}

#trivia_top_recommend_contents h3 {
	display: block;
	width: 680px; height: 0; padding-top: 30px; overflow: hidden;
	background: url("images/_trivia_top_recommend_contents_h3_bg.png") no-repeat;
}

/* single page 2011/12/08
-------------------------------------------------------------- */
#content h1.entry-title {
	color: #0769c9;
	border-bottom: 2px solid #0769c9;
}
#content #post-05_renaigaku h1.entry-title,
#content #post-98_renaigaku_toppage h1.entry-title {
	color: #dc5796;
	border-bottom: 2px solid #dc5796;
}

#content #post-05_renaigaku .entry-content h2,
#content #post-98_renaigaku_toppage .entry-content h2 {  
    border-left:7px solid #dc5796;
    border-bottom:1px dashed #dc5796;
    color: #dc5796;
    padding:.5em .5em;
}

#content #post-02_technique h1.entry-title,
#content #post-98_technique_toppage h1.entry-title {
	color: #d5692b;
	border-bottom: 2px solid #d5692b;
}

#content #post-02_technique .entry-content h2,
#content #post-98_technique_toppage .entry-content h2 {  
    border-left:7px solid #d5692b;  
    border-bottom:1px dashed #d5692b;
    color: #d5692b;
    padding:.5em .5em;
}

#content #post-03_guide h1.entry-title,
#content #post-98_guide_toppage h1.entry-title {
	color: #f39f1b;
	border-bottom: 2px solid #f39f1b;
}

#content #post-03_guide .entry-content h2,
#content #post-98_guide_toppage .entry-content h2 {
   border-left:7px solid #f39f1b;
   border-bottom: 1px dashed #f39f1b;
   color: #f39f1b;
   padding:.5em .5em;
}

#content #post-04_trivia h1.entry-title,
#content #post-98_trivia_toppage h1.entry-title {
	color: #669e23;
	border-bottom: 2px solid #669e23;
}

#content #post-04_trivia .entry-content h2,
#content #post-98_trivia_toppage .entry-content h2 {  
    color: #669e23;
    border-left:7px solid #669e23;
    border-bottom:1px dashed #669e23;
    padding:.5em .5em;
}

#content #post-datespot-featured h1.entry-title {
 color: #d54455;
 border-bottom: 2px solid #d54455;
}

.meta-sep, .author {
	display: none;
}

.recommended {
height: auto;
padding:10px; /* 開いた部分の枠内の余白 */
background: #fff9fc; /* 開いた部分の背景色 */
border: solid 1px #f05689;
border-radius: 1px;/*角の丸み*/
margin: 15px 0 15px 0px;
}

/* datespot single page 2011/12/13
-------------------------------------------------------------- */
#datespot_detail {
	background-color: #ffffff;
	padding: 4px;
	margin: 10px 0 0 0;
	border: 1px solid silver;
	border-radius: 5px;
}

#datespot_detail h1.entry-title {
	width: 640px; height: 31px;
	margin: 0;
	background: url("images/_datespot_detail_title_bg.png") no-repeat;
	border: 0;
	padding: 8px 0 0 30px;
}

#datespot_detail h1.entry-title a {
	color: #333333;
}
#datespot_detail h1.entry-title a:hover {
	color: #333333;
}

#datespot_detail_menu ul {
	width: 670px; height: 37px;
	margin: 0;
	padding: 0;
	background: url("images/_datespot_detail_menu_bg_off.png") no-repeat;
}

#datespot_detail_menu ul li {
	float: left;
	display: block;
	width: 116px; height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#datespot_detail_menu ul li#menu01 { width: 115px; }
#datespot_detail_menu ul li#menu02 { width: 106px; }
#datespot_detail_menu ul li#menu03 { width: 106px; }
#datespot_detail_menu ul li#menu04 { width: 116px; }
#datespot_detail_menu ul li#menu05 { width: 120px; }
#datespot_detail_menu ul li#menu06 { width: 107px; }

#datespot_detail_menu ul li a { display: block; text-align: center; padding: 6px 0 0 0; color: #ffffff; }
#datespot_detail_menu ul li a:hover { color: #333333; text-decoration: none; }

#datespot_detail_menu ul li#menu01 a { width: 115px; height: 37px; }
#datespot_detail_menu ul li#menu02 a { width: 106px; height: 37px; }
#datespot_detail_menu ul li#menu03 a { width: 106px; height: 37px; }
#datespot_detail_menu ul li#menu04 a { width: 116px; height: 37px; }
#datespot_detail_menu ul li#menu05 a { width: 120px; height: 37px; }
#datespot_detail_menu ul li#menu06 a { width: 107px; height: 37px; }

#datespot_detail_menu ul li#menu01 { background: url("images/_datespot_detail_menu_01_on.png") no-repeat 0 2px; height: 37px;}

#datespot_detail_menu ul li#menu01 a { color: #333333;  text-decoration: none; }

#datespot_detail_menu ul li#menu01 a:hover { background: url("images/_datespot_detail_menu_01_on.png") no-repeat 0 2px; }
#datespot_detail_menu ul li#menu02 a:hover { background: url("images/_datespot_detail_menu_02_on.png") no-repeat 0 2px; }
#datespot_detail_menu ul li#menu03 a:hover { background: url("images/_datespot_detail_menu_03_on.png") no-repeat 0 2px; }
#datespot_detail_menu ul li#menu04 a:hover { background: url("images/_datespot_detail_menu_04_on.png") no-repeat 0 2px; }
#datespot_detail_menu ul li#menu05 a:hover { background: url("images/_datespot_detail_menu_05_on.png") no-repeat 0 2px; }
#datespot_detail_menu ul li#menu06 a:hover { background: url("images/_datespot_detail_menu_06_on.png") no-repeat 0 2px; }

#datespot_detail .entry-content {
	padding: 20px 10px 10px 10px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	background-color: #f5f5f5;
}

#datespot_detail .hentry {
	margin: 0; 
}

#eyecatch_thumb {
	float: right;
	margin: 0 0 20px 20px;
}

#eyecatch_thumb img {
	padding: 4px;
	border: 1px solid silver;
	background-color: #ffffff;
}

#eyecatch_title {
	border: 0;
	padding: 0;
        margin: 0;
	font-size: 10px;
	text-align: center;
}

#datespot_detail p.spot_tags {
	font-size: 13px;
}

#datespot_detail #datespot_top_contents {
	padding: 10px 10px 10px 10px;
}

#datespot_detail #datespot_top_contents h2 {
	color: #d54455;
	border-left:7px solid #d54455;  
        border-bottom:1px dashed #d54455;
        padding:.5em .5em;
}

#datespot_detail #datespot_detail_basicinfo {
}

#datespot_detail #datespot_detail_basicinfo h3 {
	background: url("images/_datespot_detail_basicinfo_h3_bg.png") no-repeat;
	display: block;
	width: 650px;
	height: 31px;
	font-size: 13px;
	padding: 6px 0 0 22px;
	margin-bottom: 6px;
}

#content table#datespot_basicinfo_table {
	border: 0;
	border-top: 1px dotted silver;
	margin-bottom: 0px;
}
#content table#datespot_basicinfo_table tr {
	border-bottom: 1px dotted silver;
}
#content table#datespot_basicinfo_table th {
	color: #333333;
	font-size: 13px;
	padding: 7px 0 5px 10px;
	width: 120px;
	vertical-align: top;
	font-weight: normal;
}
#content table#datespot_basicinfo_table td {
	color: #333333;
	font-size: 13px;
	border: 0;
	padding: 7px 0 4px 10px;
	vertical-align: top;
	line-height: 20px;
}

#datespot_detail_middle_banner_area {
	margin: 20px 0 20px 0;
	padding: 15px;
	border: 1px solid silver;
	border-radius: 5px;
	background-color: #ffffff;
        display: none;
}

#datespot_detail_recommend {
	margin-bottom: 25px;
}

#datespot_detail_recommend h3 {
	background: url("images/_datespot_detail_recommend_h3_bg.png") no-repeat;
	width: 680px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	margin-bottom: 15px;

}

#datespot_detail_recommend ul#datespot_recommend_list {
	margin: 0;
	padding: 0;
}

#datespot_detail_recommend ul#datespot_recommend_list li.li_box {
	margin: 0;
	padding: 0 0 20px 16px;
	display: block;
	float: left;
	width: 120px;
	height: 120px;
}

#datespot_detail_recommend ul#datespot_recommend_list li.li_box .img_box {
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
}

#datespot_detail_recommend ul#datespot_recommend_list li.li_box img {
	border: 1px solid silver;
}

#datespot_detail_recommend ul#datespot_recommend_list li.li_box h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

#datespot_detail_recommend ul#datespot_recommend_list li.li_box .description {
	font-size: 11px;
	line-height: 16px;
}

#content #datespot_detail .entry-content h3.submenu {
/*
	background: url("images/_datespot_detail_basicinfo_h3_bg.png") no-repeat;
	font-size: 12px;
*/
	display: block;
	width: 650px;
	padding: 6px 0 0 22px;
	margin-bottom: 15px;
	font-size: 16px;
	height: 31px;
}

#content #datespot_detail #m_map h3.submenu {
	height: 5px;
}

#content #mpic_table {
	border: 0;
}
#content #mpic_table td {
	border: 0;
	padding: 0;
	width: 33%;
	text-align: center;
}

#content #m_picture a img {
        padding: 4px;
	border: 1px solid silver;
	background-color: #ffffff;
}

#content #mpic_table td span {
	border: 0;
	padding: 0;
        margin: 0;
	font-size: 10px;
	text-align: center;
}

#content #m_event img {
	padding: 4px;
	border: 1px solid silver;
	background-color: #ffffff;
}

#mevent_thumbnail_title {
	text-align: center;
	font-size: 13px;
}

#mevent_thumbnail_title span {
	font-size: 10px;
}

#datespot_detail .entry-content {
	display: none;
}

#datespot_detail .entry-content#top {
	display: block;
}

#datespot_featured_spotlist h3.featured_index {
	width: 680px;
	padding-top: 30px; height:0; overflow: hidden;
	background: url(images/_datespot_featured_spotlist_h3_bg.jpg) no-repeat;
}

  /*---------------------------------
アコーディオンボックス
--------------------------------*/
.ac-box{
width: auto;
font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
margin: 10px auto 30px; /* ボックス全体の位置調整 */
}

.ac-box label{
width: auto;
max-width: 385px;
font-size: 15px;
font-weight: bold;
text-align: center;
background: #f05689;
margin: auto;
line-height: 35px;
position: relative;
display: block;
height: 35px;
border-radius: 4px;; /* ラベルの角の丸み */
cursor: pointer;
color: #fff;
transition: all 0.5s;
}

.ac-box label:hover{
background: rgba( 240, 86, 137, 0.55 );
-webkit-transition: all .3s;
transition: all .3s;
}

.ac-box input{
display: none;
}

.ac-box label:after{
content:" [開く]";
}

.ac-box input:checked ~ label::after {
content:" [閉じる]"; /* ラベルをクリックした後のアイコン */
}

.ac-box div{
height: 0px;
padding: 0px;
overflow: hidden;
opacity: 0;
transition: 0.5s; /* 開閉スピードの設定 */
}

.ac-box input:checked ~ div{
height: auto;
padding: 3px; /* 開いた部分の枠内の余白 */
opacity: 1;
}

.acbox-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
}

.ac-box div p{
padding: 10px;
}

/* datespot featured single page 2014/9/12
-------------------------------------------------------------- */
div.featured_index img {
	margin: 0 0 20px 0; padding: 0;
}

#content ul.featured_contents_list {
	margin: 0 0 15px 0; padding: 0;
}

ul.featured_contents_list div.copy {
        border: solid;
        border-color: #d54455;
        border-width: 8px 0 0 0;
	font-size: 18px;
	clear: both;
	margin: 0 0 5px 0; padding: 5px 0 0 0;
}

ul.featured_contents_list li {
	margin: 0 0 15px 0; padding: 0;
	list-style: none;
}
ul.featured_contents_list li img {
	border: 1px solid silver;
	background-color: #ffffff;
	padding: 5px;
	float: left;
	width: 90px;
	height: 90px;
	margin: 0 0 15px 0;
	clear:  both;
}

ul.featured_contents_list li .contents_box {
	float: right;
	width: 553px;
	height: 102px;
	margin: 0 0 13px 0;
}

ul.featured_contents_list li .contents_box h3 {
	font-size: 16px; font-weight: bold;
	margin-bottom: 0px !important;
}

ul.featured_contents_list li div.contents_description {
	line-height: 24px; font-size: 15px;
}

ul.featured_contents_list li div.contents_description p {
	display: table-cell;
	height: 66px;
	vertical-align: middle;
}

h2.featuredspot {
  background-image: url("https://www.datebiyori.jp/wp-content/uploads/2015/05/couple-date.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 0px 0px 35px;
  clear: both;
  font-size: 19px;
  font-weight: bold;
  border-bottom: 2px dotted #d54455;
  vertical-align: middle;
  line-height: 32px
}

h2.headline {
  border-bottom: 2px solid #d54455;
  padding-bottom: 0.2rem;
}

h2.featuredspot.xmas{
  background-image: url("https://www.datebiyori.jp/wp-content/uploads/2014/12/icon_xmastree_32.png");