@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.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =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,
caption, tbody, tfoot, thead, {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background:url(/img/body_bg.gif);
}
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;
}

.f8p{font-size:8pt}
.f9p{font-size:9pt}
.f10p{font-size:10pt}
.f12p{font-size:12pt}
.f14p{font-size:14pt}
.f16p{font-size:16pt}
.f20p{font-size:20pt}
.f24p{font-size:24pt}
.f30p{font-size:30pt}

.green{color:#43a783}
.orange{color:#fd4d00}
.red{color:#ff0000}

a.btn:hover{position:relative;top:1px;left:1px;}

/* ---------------------------------------------------------
　floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}
.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}




/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin-left:20px;
	width:700px;
	border:0px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	list-style:none;
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 200px;/*220-10-10*/
}
#secondary {
	clear: left;
}
#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;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "ヒラギノ角ゴシック M3", "ＭＳ Ｐゴシック", sans-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,
input[type=submit] {
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, sans-serif;
}
pre {
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, sans-serif;
}
code {
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	border-left:1px solid #c4c2b6;
	border-right:1px solid #c4c2b6;
	background: #fff;
	padding: 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #ccc;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
}

/* 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.5em;
}
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;
}
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: #ffc;
	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;
	font-size:11pt;
}
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:0px;
}


#headline{
	height:17px;/*21-2-2*/
	padding:2px 5px;
	background:url(/img/headline_bg.png) repeat-x #1149a0;
	font-size:8pt;
	}
#headline #tab {
float:right;
text-align:right;
height:20px;
}
#headline #tab a{color:#fff;text-decoration:none;} 
#headline h1{
float:left;
font-size:8pt;
color:#fff;
margin:0;
margin-left:10px;
}


#headline2{height:45px;/*65-10-10*/padding:10px 0;}
#headline2 #site-title {
	float: left;
	font-size: 26px;
	line-height: 40px;
	width: 550px;
	color:#333;
}
#headline2 #site-title a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:-0.1em;
}


#headline2 #phone{
	float:right;
	text-align:right;
	margin-right:10px;
	/*padding-top:5px;*/
	height:52px;/*46px-5*/
	width:360px;
	background:url(/img/phone_bg.png) no-repeat right center;
	line-height:1.2em}
#logomark{float:left;border:none;}

#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#mainimage{width:940px;height:270px;position:relative;background:url(/img/mainimage.jpg) no-repeat;}
#mainimage #catch{width:500px;position:absolute;top:30px;left:15px;z-index:5;line-height:1.5}
#mainimage #catch2{width:460px;position:absolute;top:190px;left:10px;z-index:5;line-height:1.5;font-weight:bold;text-align:center;}
#mainimage img {
	clear: both;
	display: block;
	z-index:1;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background:url(/img/gmenu_bg.png) repeat-x;
	margin:0;1
	border-top:0px solid #a4bfe9;
	border-bottom: 3px solid #990100;
	height:39px;
}
#access ul{margin:0;padding:0;}
#access li{
	margin:0;
	height:39px
	padding:0;
	float:left;
	border:0px;}
#access li:hover{background:none;}

#access a{
	width: auto !important;
	width: auto
	margin:0;
	text-align: center;
	text-shadow: 1px 1px 0px #fff;
	letter-spacing: 0.1em;
	font-size:12pt;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
#access a:hover{color:#1b54ac;}






/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 50px 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 9pt;
	line-height: 14px;
	margin:1px 0;
}
#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 h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content h3{margin-top:15px;}
#content table {
	border: 1px solid #eee;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 10px;
}
#content tr td {
	border-top: 1px solid #eee;
	padding: 5px 10px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 20px 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: 16pt;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.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: 14pt;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.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: 12px 0 0 20px;
}
#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;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 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 {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	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;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.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
-------------------------------------------------------------- */

#content img {
	margin: 0;

}

#content .profile_left img {
	margin: 0;
	max-width: 300px;
max-height: 400px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .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: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: none;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =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_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 10px 0;
}
.widget-title {
	color: #fff;
	font-weight: bold;
	font-size:9pt;
	}

.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: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#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 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}


#primary .widget-title{padding:5px 10px;background:#990100;}/* ウィジェットのタイトル */
* html #primary .widget-title{padding:5px 10px;background:#43a783;margin-bottom:10px}
#primary{margin:0;padding:0;}
#primary ul{margin:0;padding:0;}
#primary li{
	border:1px solid #990100;/* サイドメニュー ボーダー色 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	list-style:none;
	padding:5px;
	background:#f5f5f5;/* サイドメニュー 背景色 */
	}
#primary li#text-11, #primary li#text-11 li{
	border:none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	list-style:none;
	padding:0;
	line-height:0
	}

#primary li li{
	border:none;
	border-top:1px dotted #ccc;
	margin-left:-14px;
	padding-left:10px;
	}
	

/* Footer widget areas */
#footer-widget-area {
}




/* =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;
	}

	#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;
	}
}



/*-----user CSS-------*/
.caption_left{font-size:8pt;color:#999;text-align:center;float:left;margin-left:10px;}
.caption_right{width:auto;font-size:8pt;color:#999;text-align:center;float:right;margin-left:10px;}
.caption img{margin-bottom:5px;}

#content #map_title img{
	margin:0;
	}
	
#tab{height:36px;margin:0;line-height:0}
#tab #tab_left{width:350px;float:left;}
#tab #tab_right{width:314px;float:right;}


#content #map{
	width:700px;
	margin:0 auto;
	border:2px solid #cc0001;
}

#content #mapmap{/* 地図から探す */
	width:676px;/*700-2-2-20*/
	margin:0 auto;
	padding:10px;
	border:2px solid #990100;
	position:relative;
}
#content #mapmap #map_btn{
	position:absolute;
	width:200px;
	height:40px;
	top:15px;
	left:45px;
	z-index:3;
	}
	
#content #map #areamap #map_comment{
	position:absolute;
	width:300px;
	height:50px;
	top:306px;
	z-index:3;
	}


#content #map #areamap{/* エリアで探す */
	float:left;
	padding:14px;
	padding-bottom:0;
	margin-bottom:0;
}


#content #map #kensaku{
	float:right;
	width:290px;/*300-20-2-2*/
	padding:14px;
	padding-bottom:0;
	border: 0;
	border-left:1px dotted #cc0001;
}
#content #map #kensaku ul{margin:0;margin-left:-9px;padding:0;}
#content #map #kensaku ul li{margin:0;margin-bottom:8px;margin-left:9px;padding:0;float:left;}

/*条件検索フォーム
#content #map #kensaku h3{display:none;}
#content #map #kensaku table{border:none;}
#content #map #kensaku table th{text-align:center;background:#f5f1ec}
#content #map #kensaku table th,td{
	padding:5px
	border:0;
	border-top:1px solid #ddd;
}
#fudo_b_k-4 h3{display:none;}
*/


.side_btn{padding-top:18px;padding-left:40px;color:#43a783;text-align:center;font-size:16pt;font-weight:bold;letter-spacing:-0.1em;height:33px;}
.btn_syosai{background:url(/img/btn_bg_syosai.png) no-repeat left center #faf7f2}
.btn_voice{background:url(/img/btn_bg_voice.png) no-repeat left center #faf7f2}

.category-voice{
	border:solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:15px;
	margin:15px auto;
	clear:both;
	}
.category-voice .entry-title{
	border:solid 0px #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#1149a0;
	color:#fff;
	}
#main #container #content .category-voice h2{border:none;padding:10px;color:#fff;}
.category-voice .entry-title a{color:#fff;}
.category-voice .entry-content p{font-size:10pt;line-height:1.3}

#category_box .entry-title .date{display:none}

.category-staff .entry-title{/* スタッフ紹介　h2 */
	border:solid 0px #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#990100;
	}
#main #container #content .category-staff h2{border:none;padding:5px 10px;color:#fff;}
.category-staff .entry-title a{border:0;color:#fff}
.category-staff .entry-meta{display:none;}


.textright{text-align:right}
.textcenter{text-align:center}
.textleft{text-align:left}

.right10{margin-right:10px}
.right20{margin-right:20px}

#btn_bukken{text-align:center;}

.entry-utility{display:none;}
.site-generator{display:none;}

#bukken{
	background:url(/img/kokaibukken_top.jpg) no-repeat;
	position:relative;
	height:162px;
	width:700px;
	margin:auto;
	font-size:9pt;
}
#bukken #bukken_ippan{
	position:absolute;
	top:80px;
	left:160px;
	font-weight:bold;
}
#bukken #bukken_kaiin{
	position:absolute;
	top:80px;
	left:350px;
	font-weight:bold;
}
#bukken #bukken_btn{
	position:absolute;
	top:76px;
	left:525px;
	font-weight:bold;
}
#bukken #bukken_comment{
	position:absolute;
	top:123px;
	left:290px;
	color:#fff;
	line-height:1.3
}



.profile_left{width:300px;float:left;}
.profile_right{
	width:345px;
	float:right;
	background:#eee;
	padding:10px 15px;
	font-size:10pt;
	border:solid 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
	
#wrap{border:1px dotted #ccc;padding:15px 20px;margin-top:20px;}
#wrap table{font-size:9pt;margin:0}
#wrap table tr td{padding:5px;}

#contactform{border:3px solid #c0bdac;padding:15px;padding-bottom:0;line-height:1.4;}
#main #container #content #contactform h3{margin-top:0}
#contactform table tbody th{font-weight:normal;color:#555;width:210px;border-top:1px solid #eee;padding:2px 5px;background:#edeadb;}
#contactform table th,td{font-size:9pt;color:#555;}


#loginform table,tr,th,td{border:none;}
#loginform table td{padding-right:10px}
#main .widget-area ul li#fudo_kaiin-3 ul{margin-left:10px}


/*---------------------------------------------------
		sidemenu - ウィジェット
----------------------------------------------------*/
#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 200px;/*220-10-10*/
}

#primary #text-15{padding:0;border:0;background:none;}/* ブログボタン */



/*---------------------------------------------------
		sidemenu - 会員公開物件
----------------------------------------------------*/
#fudo_bukkensu-4 #icon01{
	height:25px;/* 20+5px */
	background:url(/img/icon01.png) no-repeat top left;
	padding-left:96px;
	margin-bottom:5px;
	}
#fudo_bukkensu-4 #icon02{
	height:25px;/* 20+5px */
	background:url(/img/icon02.png) no-repeat top left;
	padding-left:96px;
	padding-top:7px;
	padding-bottom:4px
	}
#fudo_bukkensu-4 #annai{
	height:23px;
	background:url(/img/annai.png) no-repeat top left;
	padding-left:96px;
	padding-top:7px;
	}

/*---------------------------------------------------
		index - メインカラム会員公開物件
----------------------------------------------------*/
#fudo_bukkensu-5{background:url(/img/kokaibukken_top.jpg) no-repeat;width:700px;height:116px;position:relative;margin-top:20px;}
#fudo_bukkensu-5 #icon01{
	position:absolute;
	width:200px;
	height:17px;/* 20-3px */
	top:57px;
	left:170px;
	font-size:12pt;
	background:url(/img/icon01.png) no-repeat top left;
	padding-left:96px;
	padding-top:3px;
	vertical-align:middle;
	}
#fudo_bukkensu-5 #icon02{
	position:absolute;
	width:200px;
	height:21px;/* 30-9px */
	top:52px;
	left:330px;
	font-size:12pt;
	background:url(/img/icon02.png) no-repeat top left;
	padding-left:96px;
	padding-top:9px;
	vertical-align:middle;
	}
#fudo_bukkensu-5 #annai{
	position:absolute;
	width:200px;
	height:21px;/* 30-9px */
	top:52px;
	left:510px;
	font-size:12pt;
	background:url(/img/annai.png) no-repeat top left;
	padding-left:96px;
	padding-top:9px;
	vertical-align:middle;
	}
#fudo_bukkensu-5 #annai table,tr,th,#content #annai tr td{border:0;}
#fudo_bukkensu-5 #btn_tourokubukken{display:none;}
#fudo_bukkensu-5 #kaiintourokusuruto{display:none;}


/*---------------------------------------------------
		index - メインカラム非公開物件情報
----------------------------------------------------*/
#index_reason{background:url(/img/index_reason.jpg) no-repeat;width:700px;height:321px;position:relative;}
#index_reason #reason01{position:absolute;width:170px;height:87px;top:206px;left:30px;line-height:1.4}
#index_reason #reason02{position:absolute;width:200px;height:87px;top:206px;left:238px;line-height:1.4}
#index_reason #reason03{position:absolute;width:190px;height:87px;top:206px;left:474px;line-height:1.4}

/*---------------------------------------------------
		page
----------------------------------------------------*/
#page{font-size:10pt;line-height:1.4}

.category-staff .date{display:none;}

.campany_box{font-size:11pt;line-height:1.7}

/*---------------------------------------------------
		物件カテゴリページ
----------------------------------------------------*/
.type-fudo .date{display:none}


/*---------------------------------------------------
			スタッフブログ
----------------------------------------------------*/
.staffblog{font-size:11pt;line-height:1.4;padding:20px;border:1px solid #ccc;}
.staffblog h2{background:#eee;}
.staffblog .entry-summary{margin:10px auto;width:630px;	padding: 0.6em;line-height:1.6}

/*---------------------------------------------------
			使いまわし用
----------------------------------------------------*/
.box{border:1px solid #ccc;margin-top:15px;}/* グレー枠のボックス */
.box_gray{/*  */
	background:#f2f2f1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:20px;
	line-height:1.6;
	}
.profile_jisseki{width:212px;font-size:8pt;float:left;line-height:1.2;letter-spacing:-0.1em;}



/*---------------------------------------------------
			会員登録（wp-login）
----------------------------------------------------*/
#regist_reason{background:url(/img/index_reason.jpg) no-repeat;width:700px;height:336px;position:relative;margin:0 auto}
#regist_reason #reason01{position:absolute;width:180px;height:87px;top:218px;left:32px;line-height:1.4}
#regist_reason #reason02{position:absolute;width:200px;height:87px;top:218px;left:235px;line-height:1.3}
#regist_reason #reason03{position:absolute;width:210px;height:87px;top:218px;left:465px;line-height:1.4}

#login_box table{margin:auto;width:100%}
#login_box th, .campany_box th{background:#edeadb;}
#login_box table,th,td{border:1px solid #ccc;padding:10px}
#login_box td{width:500px;padding-left:5px;border:1px solid #ccc;}
#login_box input{width:300px;margin-bottom:0;height:15px;font-size:9pt}

#login_box{width:800px;margin:auto;}

#reg_passmail{margin:20px auto;height:auto;}

#login_box input#wp-submit{height:30px;width:200px;font-size:12pt;font-weight:bold;color:#fff;}


/*---------------------------------------------------
			sidemenu　会員ログイン
----------------------------------------------------*/
#main .widget-area ul li#fudo_kaiin-4 ul{margin:0}
#loginform table th,td{border:0;padding:2px;}
#loginform table td{padding-left:5px;}


/*---------------------------------------------------
			ワンズリアルティ　独自
----------------------------------------------------*/
#search_map #searchitem{display:none}

.syuuhen{float:left;margin-left:10px;font-weight:bold;font-size:10pt;}
#content .syuuhen img{margin:5px 0 10px;}


/*サンクスページ　携帯受信設定*/
ul#ke-tai{
	margin:0;
	margin-left:15px;
	padding:0;
}
ul#ke-tai li{
	margin:0;
	margin-right:10px;
	padding:0;
	float:left;
	list-style:none;
	border:1px dotted #666;
}
ul#ke-tai li:hover{
	border:1px dotted #ed720e;
}
ul#ke-tai li img{
	vertical-align:bottom;
	}
/*-----------------------------------------
	　　　　　　　スタッフ紹介
------------------------------------------*/
.staff_main {
}
.staff_photo01 {
    width: 50%;
    float: left;
}
.staff_profile {
		width: 50%;
		float: left;
		padding: 10px;
		box-sizing: border-box;
		border: 1px solid #CCC;
		border-radius: 5px;
		margin-bottom: 20px;
}
.staff_profile_name {
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
}
.staff_profile dl {
		font-size: 1.2em;
		width: 100%;

}
.staff_profile dt {
    float: left;
    width: 30%;
		height: 20px;
		padding: 5px 0;
		font-weight: normal;
		font-size: 12px;
}
.staff_profile dd {
    padding: 5px 5px 5px 80px!important;
    line-height: 1.4;
		height: 20px;
		font-size: 12px;

}
.staff_messege {
    width: 100%;
    clear: both;
    background: #f1ecd4;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
		position: relative;
}
.staff_messege:before {
    content: '';
    height: 0;
    width: 0;
    display: block;
    border: 17px solid transparent;
    border-right-width: 0;
    border-left-color: #f1ecd4;
    position: absolute;
    top: -24px;
    left: 160px;
    margin: auto;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
.staff_messege_title {
    color: #ea6666;
    font-size: 16px;
    font-weight: 900;
}

/* スタッフブログサムネイル調整 */
.attachment-thumbnail{
	float:left;
	padding-right:16px;
}