@charset "utf-8";

/*タグのリセット*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, 
em, img, small, strong, sub, 
dl, dt, dd, ol, ul, li, fieldset, form, label, 
article, aside, figcaption, figure, 
footer, header, menu, nav, section, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ul {
	list-style-type: none;
}

/***************************************ページベース設定***************************************/
/*ページ背景、フォントなど*/
body {
	color: #000;
	background-color: #FFF;
	background-image: url(../img/bg_126.jpg);
	font-weight: normal;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 15px;
}

/*箇条書き設定*/
ol {
	padding-left: 2em;
}

.square {
	list-style-type: square;
	margin-left: 1.5em;
}
.kuromaru {
	list-style-type: parenthesized-decimal;
}

/*リンク設定*/
a {
	color: 0C00CC; /*青*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*テーブル設定*/
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #CCC;
	line-height: 2;
	margin-bottom: 10px;
}
td {
	padding: 3px 10px;
	background-color: #fff;
	border: 1px solid #CCC;
}
th {
	padding: 3px 10px;
	background-color: #bcf7f4; /*水色*/
	border: 1px solid #CCC;
	font-weight: normal;
}
caption {
	padding: 3px 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #99ccff;
	font-weight: bold;
}

/*********form関連 *********/
/*type numberのスピンボタン非表示*/
input[type="number"] {
    -moz-appearance:textfield;
}
/*ボタン設定*/
input[type="submit"], input[type="reset"]{
	appearance: none !important;
	-webkit-appearance: none !important;
	color: #000 !important;
	width: 100px;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	border-radius: 30px;
	background-color: #EEE;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #DDD;
}

/*幅設定*/
.w100 {
	width: 100%;
}
.wl {
	width: 96%;
}
.w33 {
	width: 33%;
}
.w75 {
	width: 75%;
}

/*テキスト配置設定*/
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.ti-1 {
	text-indent: -1em;
	margin-left: 1em;
}

/*FLOAT設定*/
.FR {
	float: right;
}

.FL {
	float: left;
}
.clear {
	clear: both;
}

/*画像センタリング*/
.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*FONT色設定*/
.f_red {
	color: #e90e0e; /*赤*/
}
.f_blue {
	color: #00f; /*青*/
}
.f_yellow {
	color: #ff0; /*黄*/
}
.f_yw {
	color: yellow; /*黄*/
}

.f_shadow {
	text-shadow: 2px 2px 3px #333;
}

/*Fontサイズ設定*/
.f140 {
	font-size: 140%;
}
.f120 {
	font-size: 120%;
}
.f80 {
	font-size: 80%;
}

/*背景色設定*/
.bg_white {
	background-color: #FFF; /*白*/
}
.bg_cream {
	background-color: #fff9cc; /*クリーム*/
}
.bg_water {
	background-color: #99ffff; /*水色*/
}
.bg_skin {
	background-color: #ffcc99; /*肌色*/
}
.bg_pink {
	background-color: #ffcccc; /*ピンク*/
}

/*影設定*/
.shadow {
	-webkit-box-shadow: 5px 5px 5px #bebebe;
	-moz-box-shadow: 5px 5px 5px #bebebe;
	box-shadow: 5px 5px 5px #bebebe;
	margin-bottom: 10px;
}

/*枠の角設定*/
.rad6 {
	border-radius: 6px;
}

/*表示・非表示設定*/
#sdisp {
	display: none;
}

/*コンテナ*/
#container {
	width: 1000px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*サイト説明*/
div.head_discription {
	background-color: #fe8516; /*オレンジ*/
	padding-bottom: 3px;
}
header {
	background-image: url(../img/bg_100.jpg);
	min-width: 1000px;
}
header h1 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
}
/*サイトロゴ*/
#sitelogo {
	width: 1000px;	/*コンテナー幅*/
	height: 200px;
	margin: 0px auto;
	padding-top: 5px;
}
#sitelogo img {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*メニューブロック設定*/
header nav {
	background-color: #FFF;
	min-width: 1000px;
}

#globalNavi {
	width: 100%;
	height: 50px;
	border-top: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
	background: -moz-linear-gradient(to top, #DDD, #FFF);
	background: -webkit-linear-gradient(to top, #DDD, #FFF);
	background: linear-gradient(to top, #DDD, #FFF);
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

header nav ul {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}

/*各メニュー設定*/
header nav ul li {
	float: left;
	width: 141px;
	border-right: 1px solid ;
	border-right-color: #CCC;
}
header nav ul li.first {
	border-left: 1px solid ;
	border-left-color: #CCC;
}	

header nav ul li, header nav ul li a {
	line-height: 50px;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
}

header nav ul li a:hover{
	background: -moz-linear-gradient(to top, #c3ab67, #FFF);
	background: -webkit-linear-gradient(to top, #c3ab67, #FFF);
	background: linear-gradient(to top, #c3ab67, #FFF);
	text-decoration: none;
}

header nav ul li.focus {
	color: #FFF;
	background: -moz-linear-gradient(to top, #8d6e40, #d0bea8);
	background: -webkit-linear-gradient(to top, #8d6e40, #d0bea8);
	background: linear-gradient(to top, #8d6e40, #d0bea8);
}

.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}

/*コンテンツ*/
#contents {
	clear: left;
}

/*強調出力*/
.midashi {
	background: linear-gradient(transparent 70%, #ff8eee 70%); /*ピンクの蛍光ライン*/
	padding: 5px 5px 0 5px;
}
.under {
	background: linear-gradient(transparent 70%, #F00 70%); /*赤の下線*/
}

.toiawase {
	background: linear-gradient(transparent 0, #33ff00 0); /*緑の蛍光ライン*/
	padding: 5px 5px 0 5px;
}
.attention {
	color: #F00;
	text-indent: -1em;
	margin-left: 1em;
}

/*メインコンテンツ*/
#main {
	float: left;
	width: 725px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#main h1 {
	background-image: url(../img/h1_smilemoon.png);
	background-repeat: no-repeat;
	height: 40px;
	padding: 35px 0 0 90px;
	color: #FFF;
	font-size: 120%;
	font-weight: normal;
	margin-top: 10px;
}

#main h2 {
	font-size: 120%;
	line-height: 2;
	color: #FFF;
	background: -moz-linear-gradient(to top, #8d6e40, #d0bea8);
	background: -webkit-linear-gradient(to top, #8d6e40, #d0bea8);
	background: linear-gradient(to top, #8d6e40, #d0bea8);	padding: 5px 0 0 25px;
	margin: 5px 0;
	border-radius: 5px;
}

#main h3 {
	font-size: 110%;
	font-weight: bold;
	color: #8d6e40;
	border-left: solid 5px #8d6e40;
	border-bottom: solid 1px #8d6e40;
	clear: both;
	line-height: 1.5em;
	padding: 10px 5px 5px 15px;
	margin: 15px 0 5px 0;
}
#main h4 {
	font-size: 110%;
	font-weight: normal;
	color: #FFF;
	background:  #ff0000; /*赤*/
	line-height: 1.5em;
	padding: 10px 5px 5px 15px;
	margin: 15px 0 5px 0;
	border-radius: 5px;
	clear: both;
}

/*ページ解説*/
#main .p_comment {
	margin:0 0 15px 0;
	padding:10px;
	background:#f7e499;
	border: double orange 5px;
	border-radius: 5px;
	font-size: 100%;
	line-height: 1.5;
	color: #000;
}

/*記事コンテンツ枠*/
#main .note {
	background-color: #FFF;
	margin-bottom: 20px;
}

/*お客様の声など*/
div.person {
	color: #fe8516; /*オレンジ*/
	font-size: 100%;
	margin: 0 0 10px 35px;
}

div.kojinsa {
	color: #666;
	font-size: 90%;
	padding-bottom: 10px;
	margin-left: 30px;
}

/*アンケート表示*/
#main .p_comment dl {
	padding: 0 1em;
}
#main .p_comment dl dt {
	padding-left: 1em;
	color: blue;
}
#main .p_comment dl dd {
	padding-left: 2em;
	margin-bottom: 15px;
}

/*画像表示設定*/
#main .p_comment .note img {
	float: right;
	width: 30%;
	margin: 10px;
	-webkit-box-shadow: 5px 5px 5px #bebebe;
	-moz-box-shadow: 5px 5px 5px #bebebe;
	box-shadow: 5px 5px 5px #bebebe;
	margin-bottom: 10px;
}

#main p {
	padding: 5px;
	margin-bottom: 5px;
}

#main figure img {
	padding: 0px;
}
#main figcaption {
	padding: 0px;
	font-size: 90%;
	padding-bottom: 5px;
}

#main ul {
	padding: 5px 0 5px 2em;
	list-style-type: disc;
}

li.reten {
	list-style-image: url("../img/reten.gif");
}

/*サブコンテンツ*/
#sub {
	float: right;
	width: 250px;
	padding-top: 10px;
}

#sub_menu {
	margin: 10px 0 20px 0;
	border-radius: 5px;
	background-color: #FFF;
	-webkit-box-shadow: 5px 5px 5px #bebebe;
	-moz-box-shadow: 5px 5px 5px #bebebe;
	box-shadow: 5px 5px 5px #bebebe;
	padding-bottom: 10px;
}

#sub_menu h1 {
	font-size: 120%;
	font-weight: normal;
	text-align: center;
	line-height: 2;
	padding: 5px;
	color: #FFF;
	background: -moz-linear-gradient(to top, #8d6e40, #d0bea8);
	background: -webkit-linear-gradient(to top, #8d6e40, #d0bea8);
	background: linear-gradient(to top, #8d6e40, #d0bea8);
	border-radius: 5px 5px 0 0;
}

#sub_menu p {
	margin-top: 10px;
	padding: 0 10px;
	line-height: 1.2;
}

#sub_menu iframe {
	width: 230px;
	height: 180px;
	display: block;
	margin: 0 auto;
}
#sub_menu ul {
	padding-left: 15px;
	list-style-image: url(../img/ico_tri.png);
	line-height: 3;
}

#sub_menu ul li {
	border-bottom: 1px solid #CCC;
}

#sub_menu ul li a {
	color: #000;
	text-decoration: none;
	display: block;
}

#sub_menu ul li a:hover {
	padding-left: 5px;
}
#sub ul li.focus {
	color: #fe8516; /*オレンジ*/
}

#sub .shopinfo {
	font-size: 90%;
  position      : relative;            /* タイトル用に親要素定義  */
  box-sizing    : border-box;          /* 罫線・余白も含む大きさ  */
  margin        : 30px auto 0 auto;    /* BOXの位置               */
  max-width     : 240px;               /* BOXの最大横幅           */
  background    : #fff;                /* BOXの背景色             */
  padding       : 30px 5px 0 5px;	 /* BOX内の余白             */
  border        : 3px solid #0059b3;   /* BOXの枠線               */
}
 
/* --- タイトル部分の定義 ----------------------------------------*/
#sub .shopinfo::before {
  position      : absolute;          /* 親からの相対位置の定義  */
  display       : inline-block;      /* インラインボックス定義  */
  box-sizing    : border-box;        /* 罫線・余白も含む大きさ  */
  line-height   : 1;                 /* 1行の高さを初期化       */
  background    : #0059b3;           /* タイトル背景色          */
  color         : #ffffff;           /* タイトルの文字色        */
  content       : attr(title);       /* タイトルに[title]を表示 */
  font-weight   : bold;              /* タイトルは太字          */
  padding       : 8px 15px;          /* タイトル内の余白        */
  top           : -17px;             /* タイトル上位置はマイナス*/
  left          : 5px;              /* タイトル右位置は1文字分 */
  border-radius : 16px;              /* タイトルの角丸          */
  font-size     : 100%;              /* タイトルの文字サイズ    */
}

#sub .shopinfo dl {
	margin-bottom: 10px;
}
#sub .shopinfo dl dt {
	font-weight: bold;
	text-indent: 0.5em;
	margin-top: 10px;
}
#sub .shopinfo dl dd {
/*	text-indent: 1em;*/
	margin-left: 1rem;
}
#sub .bg_form {
	background-color: #8d6e40;
	width: 90%;
	margin: 0 auto 10px;
	border-radius: 5px;
	text-align: center;
}
#sub .shopinfo img {
	width: 100%;
	display: block;
	margin: auto;
}
.sub_link {
	margin-top: 10px;
	text-align: center;
	font-size: 110%;
	color: #FFF;
	text-decoration: none;
}

.sidecontact {
	height: auto;
	background-color: #008000;
	border-radius: 5px;
}
.sidecontact:hover {
	background-color: #33ff00;
}
.sidecontact img {
	display: block;
	margin: auto;
}

/*フッター設定*/
footer {
	clear: both;
	margin-top: 10px;
	padding: 10px 0;
	width: 100%;
	color: #000;
	background-image: url(../img/bg_100.jpg);
}
footer a {
	color: #000; /*黒*/
}
footer a:hover {
	color: #00F;
}

.footerlink {
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	
	background-color: #FFF;
}

div.footerbox {
	float: left;
	width: 440px; /*2分割*/
	margin: 0 20px;
	padding: 10px 0;
}

#copyright {
	clear: both;
	font-size: 80%;
	color: #FFF;
	display: block;
	text-align: center;
	margin: 10px auto;
}
#copyright a {
	color: #FFF;
}

/*ページの上へ戻る*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    line-height: 1em;
}
#page-top a {
    background: #ff8eee;
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 5px;
    text-align: center;
    display: block;
    border-radius: 10px;
    opacity: 0.7;
}
#page-top a:hover {
    text-decoration: none;
    background: #ff8eee;
    opacity: 1;
}
/***************************************各ページの設定***************************************/
/*トップページのメイン画像*/
#mainimg {
}

.topsita img {
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
}


/*トップページ説明文と画像*/
.top_setumei {
	display: inline-block;
	width: 450px;
	vertical-align: top;
}

.top_gazo {
	display: inline-block;
	width: 260px;
	vertical-align: top;
}
.top_gazo img {
	display: block;
	width: 220px;
	height: auto;
	margin: 0 auto;
	border: 5px solid #FFF;
	-webkit-box-shadow: 5px 5px 5px #bebebe;
	-moz-box-shadow: 5px 5px 5px #bebebe;
	box-shadow: 5px 5px 5px #bebebe;
	margin-bottom: 5px;
}


/*各ページのタイトル*/
.titlebn {
	background:url(../img/bn_title.jpg) no-repeat 0 0;
	height: 85px;
	padding:35px 100px 0 120px;
	font-size:220%;
	font-weight: bold;
	color:#fff;
	text-shadow: 2px 2px 3px #333;
}

/*トップページのnews*/
.news {
}
.news dd {
	padding-left: 8em;
}

.news dt {
	font-size: 100%;
	float: left;
	width: 8em;
}
.news hr {
	border-style: dotted;
	border-color: #f00;
/*	height: 1px;
	text-align: center;*/
}

/*取扱商品 2カラム*/
#product a {
	color: #FFF;
	
}

#product_l {
	display: inline-block;
	width: 260px;
	vertical-align: top;
}
#product_l img {
	display: block;
	width: 220px;
	height: auto;
	margin: 0 auto;
}
#product_l ul {
	font-size: 90%;
}
#product_r {
	display: inline-block;
	width: 450px;
	vertical-align: top;
}
#product .note {
	background-color: #FFF;
	border-radius: 5px;
	border: 5px;
}

/*ごあいさつ 診療概要 2カラム*/
#greeting_l {
	display: inline-block;
	width: 260px;
	vertical-align: top;
}
#greeting_l img {
	width: 220px;
	height: auto;
	border: 5px solid #FFF;
	-webkit-box-shadow: 5px 5px 5px #bebebe;
	-moz-box-shadow: 5px 5px 5px #bebebe;
	box-shadow: 5px 5px 5px #bebebe;
	margin-bottom: 5px;
}
#greeting_l ul {
	font-size: 90%;
}
#greeting_r {
	display: inline-block;
	width: 450px;
	vertical-align: top;
}

/*診療概要*/
.yoyaku {
	display: inline-block;
	width: 42%;
	border-radius: 8px;
	background-color: #8d6e40;
	padding: 10px 15px 0 15px;
	color: #FFF;
	font-size: 130%;
	text-align: center;
	vertical-align: top;
}
.yoyaku img {
	width: 200px;
	height: auto;
	padding: 0;
}

/*診療料金*/
.price {
	margin-bottom: 30px;
}
.price .bg_form img {
	width: 240px;
	height: auto;
}
.telcol {
	background: orange;
	text-align: left;
	padding-left: 2em;;
	font-size: 120%;
}
.memo {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	border: 5px solid #262287;
	border-radius: 8px;
	background-color: #bcf7f4;
	padding: 12px 15px;
	font-size: 120%;
	text-align: center;
}


/*販売に関する事項*/
#info h1 {
	margin-bottom: 5px;
}
#info table {
	line-height: 1.5;
}

/********** WORDPRESS記事の設定 **********/
/*記事の表示・非表示*/
.hidden_box {
 margin: 10px 0 15px 0;
 padding: 0;
}

/*Hタグの再設定*/
#main div.hidden_box div.hidden_show h1 {
	background-image: none;
	font-size: 150%;
	font-style: italic;
	color: #000;
}

#main div.hidden_box div.hidden_show h2 {
	font-size: 150%;
	font-style: italic;
	color: #000;
/*	background: -moz-linear-gradient(to top, transparent, transparent);
	background: -webkit-linear-gradient(to top, transparent, transparent);
	background: linear-gradient(to top, transparent, transparent);*/
	background: none;
	border-radius: 0;
}
#main div.hidden_box div.hidden_show h3 {
	font-size: 130%;
	font-style: italic;
	font-weight: normal;
	color: #000;
	border-left: none;
	border-bottom: none;
	clear: both;
}
#main div.hidden_box div.hidden_show h4 {
	font-size: 130%;
	font-style: italic;
	font-weight: normal;
	color: #000;
	border-left: none;
	border-bottom: none;
	background: none;
	border-radius: 0;
	clear: both;
}

.hidden_box label {
	background-image: url(../img/green_glass.png);
	background-repeat: no-repeat;
	background-position: left 10px bottom;
	border-bottom: 5px solid #17ee01;
	border-radius: 5px;
	cursor: pointer;
	color: #FFF;
	text-shadow:2px 2px 0 #17ee01, -2px -2px 0 #17ee01,
				-2px 2px 0 #17ee01, 2px -2px 0 #17ee01,
				0px 2px 0 #17ee01,  0 -2px 0 #17ee01,
				-2px 0 0 #17ee01, 2px 0 0 #17ee01;
	font-weight: bold;
	font-size: 150%;
	line-height: 2;
	margin: 10px 0;
	padding: 15px 10px 5px 50px;
}

.hidden_box label:hover {
	background-color: #17ee01;
	color: #0c8300;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
				-2px 2px 0 #FFF, 2px -2px 0 #FFF,
				0px 2px 0 #FFF,  0 -2px 0 #FFF,
				-2px 0 0 #FFF, 2px 0 0 #FFF;
}

.hidden_box label:after {
}

.hidden_box input {
 display: none;
}

.hidden_box .hidden_show {
 height: 0;
 overflow: hidden;
 opacity: 0;
 padding: 0;
 text-align: left;
 transition: 0.5s;
}

.hidden_box input:checked + label:after {
	background-color: #17ee01;
	color: #0c8300;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
				-2px 2px 0 #FFF, 2px -2px 0 #FFF,
				0px 2px 0 #FFF,  0 -2px 0 #FFF,
				-2px 0 0 #FFF, 2px 0 0 #FFF;
}

.hidden_box input:checked ~ .hidden_show {
 height: auto;
 opacity: 1;
 padding: 15px;
 background-color: #FFF;
}

.open_show {
 height: auto;
 opacity: 1;
 padding: 15px;
 background-color: #FFF;
}

/*お客様の声*/
.post_v {
}
.post_v img {
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 5px;
}
.post_v p {
	margin-top: 5px;
}

p.pagelink {
	height: 1.2em;
}

/*ダイエットコラム*/

#column {
	background-color: #FFF;
	background-image: url(/img/memo3.png);
}
#column h1 {
	border-radius: 0px;
	text-align: center;
}
#column #column-inner {
	background-color: none;
	padding: 20px 40px;
}
#column #column-inner img {
	padding: 0 3px;
}
#column #column-inner p {
/*	margin-bottom: 0.8em;*/
}
#column #column-inner ul {
	list-style-type: disc;
	margin-left: 2em;
}
#column .pagelink {
	background: -moz-linear-gradient(to top, rgb(130, 39, 22), #ff0000);
	background: -webkit-linear-gradient(to top, rgb(130, 39, 22), #ff0000);
	background: linear-gradient(to top, rgb(130, 39, 22), #ff0000);
	height: 2em;
	padding-top: 10px;
}
#column .linkBT a {
	display: inline-block;
	margin: 0px 10px;
	text-decoration: none;
	color: #FFF;
}
#column .linkBT a:hover {
	color: #fffaaa; /*淡黄*/
}


