@charset "utf-8";

/*
Theme Name: 宿泊施設向きデザインB1 2列左メニュー
Theme URI: http://www.fsv.jp/
Description: Firstserver Tmaplate
Version: 1.01 2010/02/17
Author: Firstserver
Author URI: http://www.fsv.jp/											
*/

/* Reset ------------------------------------------------------------------ */
:link,:visited {
    text-decoration: none;
}

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

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-spacing: 0;
}

fieldset,img,abbr,acronym {
    border: 0;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

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

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}

a img,:link img,:visited img {
    border: none;
}

address {
    font-style: normal;
    display: inline;
}

/* Utilities ----------------------------------------------------------------- */
#content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#content-inner {
	display: inline-block;
}

/* no ie mac \*/
* html #content-inner { height: 1%; }
#content-inner { display: block; }

/* Content ---------------------------------------------------------------- */
a:link, a:visited {
    text-decoration: underline;
}

p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }

/* Assets */
.asset-body,
.asset-more,
.more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.trackbacks-info,
.trackback-content,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
#comment-form-external-auth,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-meta {
    font-size: 11px;
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
    clear:both;
    border: 0;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

/* Feedback */
.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */
.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
	margin:0;
	padding:0;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul ul {
    margin-left: 15px;
}

.widget li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.widget-search ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li {
    margin: 5px 0;
}

/* Layout ----------------------------------------------------------------- */
#container-inner {
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #footer {
    position: relative;
}

#alpha, #beta {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner {
    overflow: hidden;
	padding: 0;
}

#content-inner {
	padding-top: 0;
}

/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	text-align:center;
	color:#333;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	background-color: #03153A;
	background-image: url(images/body_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/* リンクカラー */
a {
	color: #333;
}

a:hover {
	color: #03A4E9;
}

.clear {
	clear:both;
}

/* ---　ページトップ　--- */
#gotop {
	clear:both;
	width:100%;
	font-size:85% !important;
	font-size:80%;
	margin:0;
}

#gotop a {
	background: url('images/btn_pagetop.gif') no-repeat;
	display: block;
	height: 11px;
	width: 101px;
	text-indent: -9999px;
	float: right;
	overflow: hidden;
}

/* -----　パンくず　----- */
.navi {
	margin:5px 5px 10px;
	text-align:left;
	font-size:85% !important;
	font-size:80%;
}

/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */
#container {
	line-height:1.6;
	font-size:80%;
	width:830px;
	margin:0 auto;
	text-align:left;
	background: url('images/body_bg-tw.gif') 0 repeat-y;
}

#container-inner {
	position: relative;
	width:830px;
}

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */
.layout-tw #alpha {
	float: right;
	width: 630px;
	left: 0;
}

.layout-tw #beta {
	float:left;
	left: 0;
	width: 200px;
}

#alpha-inner {
	margin:0;
	padding:10px 20px 0;
}

#beta-inner {
	margin:0;
	padding:0;
}

/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header {
width:830px;
}

#header-inner {
	width:830px;
	height: 110px;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
	background-color: #fff;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#header-contents {
	width:100%;
}

#header-contents .left {
	width:60%;
	float:left;
}

#header-contents .right {
	width:40%;
	float:right;
	padding: 5px 0 0;
}

#header-description {
	font-size:90% !important;
	font-size:85%;
	line-height: 1.2;
	width:810px;
	padding: 20px 10px 0px 10px;
	visibility: visible;
}

/* -- サイト名 -- */
#header-name {
	margin:5px 10px 10px 10px;
	line-height: 1.5;
	color: #333;
	font-size:180% !important;
	font-size:175%;
	font-weight:bold;
}

#header-name a {
	text-decoration: none;
	font-weight:bold;
}

#header-name a:hover {
	text-decoration: underline;
}

/* -- サイトマップ・お問合せリンク -- */
#header .sub-contents {
	padding:0 15px 5px 25px;
	font-size:85% !important;
	font-size:80%;
	text-align:right;
}

#header .sub-contents a:link,
#header .sub-contents a:visited {
	padding:0 0 0 10px;
	margin-left:3px;
	background: url('images/arrow01.gif') 0 center no-repeat;
}

#header .search-content form {
	padding:0;
	margin:0;
	text-align: right;
}

/* -- 検索フォーム -- */
#header .header-search {
	font-size:85% !important;
	font-size:80%;

}

#header .header-search .box {
	width:120px;
}

#header .search-content {
	padding:0 15px 5px 0;
}

#header .search-content label {
	display:inline;
}

#header .header-search .submit {
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	height:22px;
}

/* ---------------------------------------------------------------------
Content
--------------------------------------------------------------------- */
#content {
	_height:1px;
	padding-top:10px;
}

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
	width:830px;
	clear:both;
	margin-top: 20px;
	background:#F4F4F4;
	color:#666;
	padding-bottom:10px;
}

.designed {
	text-align:right;
	padding:0 15px 5px;
	font-size:75%;
}

.designed a {
	color:#666;
}

.designed a:hover {
	text-decoration:none;
}

/* -- フッターメニュー -- */
.footer-menu {
	text-align:right;
	width:100%;
	background-color: #E6E6E6;
}

.footer-menu ul {
	padding:5px 10px;
}

.footer-menu li {
	display: inline;
	padding: 0 5px 0 12px;
	border-right: 1px solid #666;
}

/* -- コピーライト -- */
.copyright {
	width:100%;
	text-align: right;
}

.copyright .copyright-content {
	padding:10px 15px 0;
	font-size: 85% !important;
	font-size: 80%;
}

.designed {
	text-align:right;
	padding:0px 15px 0;
	font-size: 85% !important;
	font-size: 80%;
	color:#818181;
}

.designed a {
	color:#666;
}

.designed a:hover {
	text-decoration:none;
}

/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title {
	margin: 0;
	_height:1px;
	padding:8px 0 5px 5px;
	font-size:200% !important;
	font-size:195%;
	background: url('images/bg_midashi1.jpg') 0 0 no-repeat;
	}

.archive-title em {
	font-style:normal;
}

.entry-asset {
	margin:10px 0 20px;
	border-bottom:1px solid #999;
}

.asset-header {
	padding:0;
}

.asset-name {
	margin:0 5px 15px 5px;
	padding:2px 0 0px 5px;
	line-height:1.2;
	font-size:180% !important;
	font-size:175%;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #016DD9;
}

.page-asset .
{
	margin: 0;
	_height:1px;
	padding:8px 0 5px 5px;
	font-size:200% !important;
	font-size:195%;
	background: url('images/bg_midashi1.jpg') 0 0 no-repeat;
}

.asset-name a:link,
.asset-name a:hover,
.asset-name a:visited,
.asset-name a:active {
	text-decoration: none;
}

.asset-body {
	margin:10px;
}

.asset-more {
	margin:0 10px 10px;
}

.more-link {
	_height:1px;
	clear:both;
	display: block;
	margin:10px 0;
	padding:0 0 0 15px;
	background: url('images/arrow_sitemap01.gif') no-repeat left center;
}

.asset-meta {
	text-align:right;
	font-size:100%;
}


.chapter_l {
	font-size:180% !important;
	font-size:175%;
	margin:25px 0px 15px 0px;
	padding:2px 0px 0px 5px;
	line-height:1.2;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #016DD9;
}


.chapter_m_b {
	font-size:160% !important;
	font-size:160%;
	color: #FFFFFF;
	background-color: #016DD9;
	margin:20px 5px 10px 0px;
	padding: 4px 7px 0px 7px;
}

.chapter_m_p {
	font-size:160% !important;
	font-size:160%;
	color: #FFFFFF;
	background-color: #FF4AC5;
	margin:10px 5px 10px 0px;
	padding: 4px 7px 0px 7px;
}

.chapter_m_k {
	font-size:160% !important;
	font-size:160%;
	color: #FFFFFF;
	background-color: #666666;
	margin:10px 5px 10px 0px;
	padding: 4px 7px 0px 7px;
}


.chapter_lb {
	font-size:130% !important;
	font-size:130%;
	color: #064E95;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #016DD9;
}

.chapter_lp {
	font-size:130% !important;
	font-size:130%;
	color: #B00077;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF4AC5;
}

.chapter_lk {
	font-size:130% !important;
	font-size:130%;
	color: #333333;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #666666;
}


.chapter_dot_b {
	margin:10px 5px 10px 0px;
	padding: 5px 5px 2px 7px;
	border: 1px dotted #016DD9;
	background-color: #DEEEFE;
}

.chapter_dot_p {
	margin:10px 5px 10px 0px;
	padding: 5px 5px 2px 7px;
	border: 1px dotted #FF4AC5;
	background-color: #FFE2F5;
}

.chapter_dot_k {
	margin:10px 5px 10px 0px;
	padding: 5px 5px 2px 7px;
	border: 1px dotted #333333;
	background-color: #E1E1E1;
}

.chapter_s_b {
	background-color: #DEEEFE;
	color: #016DD9;
	margin:10px 5px 5px 0px;
	padding: 5px 5px 2px 7px;
}

.chapter_s_b2 {
	background-color: #ffdeed;
	color: #016DD9;
	margin:10px 5px 5px 0px;
	padding: 5px 5px 2px 7px;
}



.chapter_s_p {
	background-color: #FFE2F5;
	color: #FF33BD;
	margin:10px 5px 5px 0px;
	padding: 5px 5px 2px 7px;
}

.chapter_s_k {
	background-color: #E1E1E1;
	color: #333333;
	margin:10px 5px 5px 0px;
	padding: 5px 5px 2px 7px;
}

.text_b {
	color: #016DD9;
}

.text_p {
	color: #FF33BD;
}

.big_180 {
	font-size:180%;
}

.big_160 {
	font-size:160%;
}

.big_140 {
	font-size:140%;
}

.big_120 {
	font-size:120%;
}

.small_90 {
	font-size:90%;
}

.text_futoji {
	font-weight: bold;
}


.midashi {
	font-size:155% !important;
	font-size:150%;
	background-color: #0D4E9D;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
}

.midashi01 {
	font-size:155% !important;
	font-size:150%;
	background-color: #5AA9F8;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
}

.midashi02 {
	font-size:155% !important;
	font-size:150%;
	background-color: #FF4AC5;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
}

.midashi03 {
	font-size:155% !important;
	font-size:150%;
	background-color: #666666;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
}

.midashi04 {
	font-size:120% !important;
	font-size:115%;
	background-color: #5AA9F8;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
}

.midashi05 {
	font-size:120% !important;
	font-size:115%;
	background-color: #FF4AC5;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
}

.midashi06 {
	font-size:120% !important;
	font-size:115%;
	background-color: #666666;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
}

.midashi07 {
	font-size:155% !important;
	font-size:150%;
	padding-left: 7px;
	margin-bottom: 4px;
	margin-top: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #5AA9F8;
}

.midashi08 {
	font-size:155% !important;
	font-size:150%;
	padding-left: 7px;
	margin-bottom: 4px;
	margin-top: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF4AC5;
}

.midashi09 {
	font-size:155% !important;
	font-size:150%;
	padding-left: 7px;
	margin-bottom: 4px;
	margin-top: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #333333;
}

.midashi10 {
	font-size:120% !important;
	font-size:115%;
	margin-bottom: 4px;
	margin-top: 5px;
	padding: 4px 4px 1px 4px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px dotted #3C99F7;
	background-color: #DEEEFE;
}

.midashi11 {
	font-size:120% !important;
	font-size:115%;
	margin-bottom: 4px;
	margin-top: 5px;
	padding: 4px 4px 1px 4px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px dotted #FF4AC5;
	background-color: #FFE2F5;
}

.midashi12 {
	font-size:120% !important;
	font-size:115%;
	margin-bottom: 4px;
	margin-top: 5px;
	padding: 4px 4px 1px 4px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px dotted #333333;
	background-color: #E1E1E1;
}

.midashi13 {
	font-size:120% !important;
	font-size:115%;
	background-color: #DEEEFE;
	color: #218BF5;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
}

.midashi14 {
	font-size:120% !important;
	font-size:115%;
	background-color: #FFE2F5;
	color: #FF33BD;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
}

.midashi15 {
	font-size:120% !important;
	font-size:115%;
	background-color: #E1E1E1;
	color: #333333;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
}

.midashi16 {
	font-size:120% !important;
	font-size:115%;
	color: #218BF5;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
}

.midashi17 {
	font-size:120% !important;
	font-size:115%;
	color: #FF33BD;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
}

.midashi18 {
	font-size:120% !important;
	font-size:115%;
	color: #333333;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
}

.midashi19 {
	font-size:135% !important;
	font-size:130%;
	color: #064E95;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #5AA9F8;
}

.midashi20 {
	font-size:135% !important;
	font-size:130%;
	color: #B00077;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF4AC5;
}

.midashi21 {
	font-size:135% !important;
	font-size:130%;
	color: #333333;
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #333333;
}

.midashi22 {
	margin-bottom: 5px;
	padding: 3px 6px 0px 6px;
	margin-top: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5AA9F8;
}

.midashi23 {
	margin-bottom: 4px;
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px dotted #3C99F7;
	background-color: #DEEEFE;
}

.midashi24 {
	margin-bottom: 4px;
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px dotted #FF4AC5;
	background-color: #FFE2F5;
}

.midashi25 {
	margin-bottom: 4px;
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px dotted #333333;
	background-color: #E1E1E1;
}

.midashi26 {
	background-color: #DEEEFE;
	color: #218BF5;
	margin-bottom: 5px;
	padding: 5px;
	margin-top: 0px;
}

.midashi27 {
	background-color: #FFE2F5;
	color: #FF33BD;
	margin-bottom: 5px;
	padding: 5px;
	margin-top: 0px;
}

.midashi28 {
	background-color: #E1E1E1;
	color: #333333;
	margin-bottom: 5px;
	padding: 5px;
	margin-top: 0px;
}




#waku01 {
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px dotted #6699CC;
}

.waku02 {
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 7px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #D6E7FA;
}



.MT5 { margin-top:5px; }
.MT10{ margin-top:10px;}
.MT15{ margin-top:15px;}
.MT20{ margin-top:20px;}
.MT25{ margin-top:25px;}
.MT30{ margin-top:30px;}
.MT35{ margin-top:35px;}
.MT40{ margin-top:40px;}

.MR5 { margin-right: 5px;}
.MR10{ margin-right:10px;}
.MR15{ margin-right:15px;}
.MR20{ margin-right:20px;}
.MR25{ margin-right:25px;}
.MR30{ margin-right:30px;}
.MR35{ margin-right:35px;}
.MR40{ margin-right:40px;}

.MB5 { margin-bottom: 5px;}
.MB10{ margin-bottom:10px;}
.MB15{ margin-bottom:15px;}
.MB20{ margin-bottom:20px;}
.MB25{ margin-bottom:25px;}
.MB30{ margin-bottom:30px;}
.MB35{ margin-bottom:35px;}
.MB40{ margin-bottom:40px;}

.ML5 { margin-left: 5px;}
.ML10{ margin-left:10px;}
.ML15{ margin-left:15px;}
.ML20{ margin-left:20px;}
.ML25{ margin-left:25px;}
.ML30{ margin-left:30px;}
.ML35{ margin-left:35px;}
.ML40{ margin-left:40px;}

.PT5 { padding-top: 5px;}
.PT10{ padding-top:10px;}
.PT15{ padding-top:15px;}
.PT20{ padding-top:20px;}
.PT25{ padding-top:25px;}
.PT30{ padding-top:30px;}
.PT35{ padding-top:35px;}
.PT40{ padding-top:40px;}


.PR5 { padding-right: 5px;}
.PR10{ padding-right:10px;}
.PR15{ padding-right:15px;}
.PR20{ padding-right:20px;}
.PR25{ padding-right:25px;}
.PR30{ padding-right:30px;}
.PR35{ padding-right:35px;}
.PR40{ padding-right:40px;}

.PB5 { padding-bottom: 5px;}
.PB10{ padding-bottom:10px;}
.PB15{ padding-bottom:15px;}
.PB20{ padding-bottom:20px;}
.PB25{ padding-bottom:25px;}
.PB30{ padding-bottom:30px;}
.PB35{ padding-bottom:35px;}
.PB40{ padding-bottom:40px;}

.PL5 { padding-left: 5px;}
.PL10{ padding-left:10px;}
.PL15{ padding-left:15px;}
.PL20{ padding-left:20px;}
.PL25{ padding-left:25px;}
.PL30{ padding-left:30px;}
.PL35{ padding-left:35px;}
.PL40{ padding-left:40px;}

/* ---------------------------------------------------------------------
コメント&トラックバック
--------------------------------------------------------------------- */
#trackbacks {
	margin:10px 0;
}

#trackbacks .trackbacks-header {
	margin: 0;
	_height:1px;
	padding:8px 0 5px 5px;
	font-size:200% !important;
	font-size:195%;
	background: url('images/bg_midashi1.jpg') 0 0 no-repeat;
}

.trackbacks-info {
	padding:10px;
}

#comments {
	margin:10px 0 0;
}

#comments .comments-header {
	margin: 0;
	_height:1px;
	padding:8px 0 5px 5px;
	font-size:200% !important;
	font-size:195%;
	background: url('images/bg_midashi1.jpg') 0 0 no-repeat;
}

#comments .comments-content {
	padding:0 10px;
}

.comment {
	margin:10px;
}

.comment .inner {
	padding:5px 10px;
	border:1px solid #999;
	background:#eee;
	_height:1px;
}

.comment .comment-header {
	padding:0 5px;
	margin:0 0 5px;
}

.comment .comment-content{
	padding:0 5px;
}

.comments-open {
	margin-top: 20px;
}

.comments-open-header {
	margin: 0;
	_height:1px;
	padding:8px 0 5px 5px;
	font-size:200% !important;
	font-size:195%;
	background: url('images/bg_midashi1.jpg') 0 0 no-repeat;
}

.comments-open-content {
	padding:10px;
}

#comment-submit {
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	height:1.7em;
}

.comment-footer {
	text-align:right;
	margin:0;
	padding:5px;
	border-top: 1px dotted #999;
	font-size:95% !important;
	font-size:90%;
}

/* ---------------------------------------------------------------------
サイトマップ
--------------------------------------------------------------------- */
.archive-content {
	padding:10px;
	line-height:1.3;
}

.archive-content .archive-list {
	margin-bottom:3em;
}

.archive-content ul,
.archive-content ol {
	list-style:none;
}

.archive li a {
	display:block;
	margin-bottom:0.25em;
	padding:3px 0 3px 10px;
	text-decoration:none;
	color:#494949;
	background-image: url(images/arrow_sitemap01.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D2D2D2;
}

.archive li a:hover {
	color:#3399FF;
	text-decoration: underline;
}

/*サブカテゴリ*/
.archive li li {
	margin:0 0 0 20px;
}

.archive li li a {
	background: url('images/arrow_sitemap02.gif') no-repeat 0 7px;
	padding:3px 0 3px 12px;
}

/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-not-found {
	margin:10px;
}

.search-form-header {
	margin: 0;
	_height:1px;
	padding:8px 0 5px 5px;
	font-size:200% !important;
	font-size:195%;
	background: url('images/bg_midashi1.jpg') 0 0 no-repeat;
}

.search-form-content {
	background:#eee;
	padding:10px;
	border:1px solid #666;
	margin-bottom:15px;
}

.search-results-header {
	_height:1px;
	padding:5px 10px;
	background: #99b1cc;
	color:#fff;
	font-size:120% !important;
	font-size:115%;
	font-weight:bold;
	margin-bottom:20px;
	line-height:1.3;
}

.search-form-content .box {
	width:200px;
}

.search-form-content .submit{
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	height:1.7em;
}

/* ---------------------------------------------------------------------
Widget：[メイン]ウェルカムメッセージ
--------------------------------------------------------------------- */
#welcome_message {
	margin-bottom:20px;
}

#welcome_message h3.title {
	margin: 0;
	_height:1px;
	padding:8px 0 5px 5px;
	font-size:200% !important;
	font-size:195%;
	background: url('images/bg_midashi1.jpg') 0 0 no-repeat;
}

#welcome_message .content {
	margin:0;
	padding:10px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]新着記事一覧
--------------------------------------------------------------------- */
#top-news {
	margin-bottom:20px;
	padding:0 0 10px;
}

#top-news h3 {
	margin: 0;
	_height:1px;
	padding:8px 0 5px 5px;
	font-size:200% !important;
	font-size:195%;
	background: url('images/bg_midashi1.jpg') 0 0 no-repeat;
}

#top-news .news {
	padding:4px 10px 2px;
	background: url('images/border_dot.gif') repeat-x left bottom;
}

#top-news .day {
	float: left;
	width: 70px;
	color: #000;
	font-size:115% !important;
	font-size:110%;
	background: url('images/arrow03.gif') no-repeat 0 center;
	padding-left: 15px;
}

#top-news .title {
	float: right;
	font-size:115% !important;
	font-size:110%;
	padding-left:5px;
	width: 450px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]トップ表示記事
--------------------------------------------------------------------- */
.top-entry-content {
	margin-bottom:20px;
}

.top-entry-content h3.title {
	margin: 0;
	_height:1px;
	padding:8px 0 5px 5px;
	font-size:200% !important;
	font-size:195%;
	background: url('images/bg_midashi1.jpg') 0 0 no-repeat;
}

.top-entry-content .content {
	margin:0;
	padding:10px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]カテゴリー表示記事
--------------------------------------------------------------------- */
#top-category {
	margin-bottom:20px;
}

#top-category h3.title {
	margin: 0;
	_height:1px;
	padding:8px 0 5px 5px;
	font-size:200% !important;
	font-size:195%;
	background: url('images/bg_midashi1.jpg') 0 0 no-repeat;
}

.top-category-content {
	margin:0;
	padding:0 0 10px 0;
}

.top-category-content h4.name {
	margin:0 5px 2px 9px;
	padding:0 0 3px 15px;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:105% !important;
	font-size:100%;
	background: url('images/arrow03.gif') 0 center no-repeat;
}

#top-category .content {
	margin:0;
	padding:0 10px 15px 10px;
	border-bottom:1px solid #cccccc;
}

#top-category .content img {
	background-color:#666666;
	padding: 3px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]共通
--------------------------------------------------------------------- */
#beta .widget {
	width:180px;
	margin:5px 0 15px 10px;
	padding-bottom:10px;
}

#beta .widget-header {
	font-size: 115% !important;
	font-size: 110%;
	background:#F4F4F4 url('images/arrow06.gif') no-repeat 7px center;
	padding: 3px 0 3px 18px;
	border-top:1px solid #cccccc;
	font-weight:bold;
	width:165px;
}

#beta .widget select {
	width:155px;
	margin:10px;
}

#beta .widget ul {
	width:170px;
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

#beta .widget ul ul {
	padding:0;
	margin:0;
}

#beta .widget li {
	_height:1px;
	margin:0;
	padding:0 0 0 15px;
	background: url('images/arrow03.gif') no-repeat 0 center;
}

/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
	width:190px;
/* 	margin:5px 0 15px 10px; */
	margin:5px auto 15px auto;
	padding: 5px 0 0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	background-color: #E7E7E7;
}

.widget-main-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget-main-menu .menu-content {
	font-size:100% !important;
	font-size:95%;
	width:180px;
	margin: 0;

}

.widget-main-menu li {
	width: 180px;
}

.widget-main-menu li a:link,
.widget-main-menu li a:visited {
	text-decoration:none;
	width: 170px;
	display:block;
	padding:4px 0 4px 10px;
	border-bottom:2px solid #FFFFFF;
	background:url('images/arrow05.gif') no-repeat 1px center;
}

.widget-main-menu li a:hover,
.widget-main-menu li a:active {
	text-decoration:underline;
	width: 170px;
	display:block;
	padding:4px 0 4px 10px;
	border-bottom:2px solid #FFFFFF;
	background:url('images/arrow055.gif') no-repeat 1px center;
	color: #03A4E9;
}

.widget-main-menu li li a:link,
.widget-main-menu li li a:visited {
	text-decoration:none;
	display:block;
	width:135px;
	padding:4px 0 4px 40px;
	border-bottom:1px solid #cccccc;
	background:url('images/arrow05.jpg') no-repeat 25px center;
}

.widget-main-menu li li a:hover,
.widget-main-menu li li a:active {
	text-decoration:none;
	display:block;
	width:135px;
	padding:4px 0 4px 40px;
	border-bottom:1px solid #cccccc;
	background:url('images/arrow055.jpg') no-repeat 25px center;
	color: #3377FF;
}

/* ---------------------------------------------------------------------
Widget：[サイド]検索フォーム
--------------------------------------------------------------------- */
.widget_search {
	width:180px;
	margin:5px 0 15px 10px;
}

.widget_search .widget-header {
	font-size: 115% !important;
	font-size: 110%;
	background:#F4F4F4 url('images/arrow06.gif') no-repeat 7px center;
	padding: 3px 0 3px 18px;
	border-top:1px solid #cccccc;
	font-weight:bold;
}

.widget_search .widget-content {
	width:170px;
	padding:5px;
	font-size:90% !important;
	font-size:85%;
}

.widget_search .box {
	width:110px;
}

.widget_search .submit {
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	height:22px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]当サイトのRSSを購読
--------------------------------------------------------------------- */
.rss {
	width:168px;
	margin:0 0 15px 10px;
}

.rss-content {
	background: url('images/rss.gif') 0 center no-repeat;
	padding-left:18px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]rssフィード
--------------------------------------------------------------------- */
.widget-header a.rsswidget {
	text-decoration:underline;
}

.widget-header a.rsswidget:hover {
	text-decoration:none;
}

/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
	font-size:90% !important;
	font-size:85%;
	width:158px;
	background: #EFEFEF;
	margin: 5px 0 15px 10px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.widget-company .widget-content {
	width: 100%;
	overflow: hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content {
	font-size:90% !important;
	font-size:85%;
	width:158px;
	background: #EFEFEF;
	margin: 5px 0 15px 10px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]カレンダー
--------------------------------------------------------------------- */
.widget_calendar caption {
	text-align:center;
	margin-bottom:5px;
}

.widget_calendar #calendar_wrap {
	width:170px;
	padding:5px;
}

.widget_calendar #calendar_wrap table {
	text-align:center;
	margin:0 auto;
}

.widget_calendar #calendar_wrap table td {
	padding:1px 3px;
	font-size: 105% !important;
	font-size: 100%;
}

.widget_calendar #calendar_wrap table td a {
	font-weight:bold;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}
/* ---------------------------------------------------------------------
Widget：表内テーブル
--------------------------------------------------------------------- */
table.graph01 {
	border-right:#C2C2C2 solid 1px;
	border-top:#C2C2C2 solid 1px;
	text-align:left;
	font-size: 100%;
	line-height: 130%;
}
table.graph01 th {
	border-left:#C2C2C2 solid 1px;
	border-bottom:#C2C2C2 solid 1px;
	padding:5px;
}
table.graph01 td {
	border-left:#C2C2C2 solid 1px;
	border-bottom:#C2C2C2 solid 1px;
	padding:5px;
}
table.graph01 tr.bgc01 {
	background-color:#FFFFFF;
}
table.graph01 tr.bgc02 {
	background-color: #E6F1F9;
}
table.graph01 tr.bgc03 {
	background-color: #C8DFE8;
}
table.graph01 tr.bgc04 {
	background-color: #CBE6F5;
}


table.graph02 {
	text-align:left;
	font-size: 90%;
	line-height: 130%;
}
table.graph02 td{
	padding:6px;
	background-color: #E6E6E6;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

table.graph03 {
	border-right:#C2C2C2 solid 1px;
	border-top:#C2C2C2 solid 1px;
	text-align:left;
	font-size: 100%;
	line-height: 130%;
}
table.graph03 th {
	border-left:#C2C2C2 solid 1px;
	border-bottom:#C2C2C2 solid 1px;
	padding:5px;
	background-color: #C8DFE8;
}
table.graph03 td {
	border-left:#C2C2C2 solid 1px;
	border-bottom:#C2C2C2 solid 1px;
	padding:5px;
	background-color: #E6F1F9;
}

table.graph04 {
	text-align:left;
}
table.graph04 td{
	padding:1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
table.graph04 td.line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


.caption {
	font-size:85% !important;
	font-size:80%;
}


#header-name a {
text-indent: -9999px;
display: block;
width: 320px;
height: 49px;
margin:6px 0 3px 0;
background:url('http://clinic-aoyama.main.jp/wp-content/uploads/b_logo.gif');
} 

.clearing { clear: both; margin:0px; padding:0px; height:0px; width:0px; }



span.impact{ font-weight: bold; color: red;}

p.img img{ width: 100%; max-width: 600px; margin: 1em auto; height: auto; display: block;}
p.block{ border: 1px solid #333; padding: 0.5em; text-align: center; font-size: 1.5em;}

p.border{ border: 1px solid #ccc; padding: 0.5em;}


/* fgate追加　20160718 */

.alert{ width: 100%; background: #E7E7E7; box-sizing: border-box;margin-bottom: 3em;}
.alert h1{ font-size: 1.2em; font-weight: bold; color: #fff; background: #FF68BD; padding: 1em; text-align: center; box-sizing: border-box; }
.alert p{ padding: 0.5em 1em;}

	/* 画像を２枠並べる */
.img2{ width:100%; height: auto;}
.img2 img{ float: left; width: 45%; margin: 0 2%;}


.googlecalender iframe{ width: 560px; height: 500px; margin: 0 auto;}


.m-bigText{ font-size: 18px!important;}