@charset "utf-8";

/*
Theme Name: 完全オーダーメイド！BPS義歯
Theme URI: http://www.kikuhime.co.jp/wp
Author: 株式会社リンケージ
Author URI: http://www.linkage-jp.com
Description:  完全オーダーメイド！BPS義歯 / 私たちは、歯科技工を通じて社会に貢献し、人々の健康と幸せな暮らしに役立つことを我が社の使命とします。
Version: 1.1
License:
License URI:
Tags: white, blue, two-columns, right-sidebar, business, dental,laboratory, artificial tooth
Text Domain:
*/


/* ==========================================================================
   　　　　　　　　　　　　　　　　　　　　　　基礎設定
   ========================================================================== */
/* ===== reset ===== */
/*
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, canvas, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	color: #000;
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(images/kanazawa-dental-laboratory/bg2.gif);
	background-repeat: repeat-x;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	border: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
p {
	text-align: justify;/*text-indent: 1em;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
/* ===== リンク設定 ===== */
a {
}
a:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
a:hover img {
	filter: alpha(opacity=45);
	-moz-opacity: 0.45;
	opacity: 0.45;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/* ===== <table>タグの基本デザイン ===== */
table {
	margin: 1em 0;
	width: 100%;
}
caption {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
th, td {
	border: #CCC 1px solid;
	padding: 0.5em;
}
th {
	background-color: #F2F2F2;
}


/* ==========================================================================
   　　　　　　　　　　　　micro clearfix
   ========================================================================== */
/* For modern browsers */
.cf:before, .cf:after, section:before, section:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after, section:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf, section {
	zoom: 1;
}


/* ==========================================================================
   　　　　　　　　　　　　wrapper
   ========================================================================== */
#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* ==========================================================================
   　　　　　　　　　　　　header
   ========================================================================== */
/* ===== レイアウト ===== */
header {
	margin: 0 0 35px;
	line-height: 1em;
}
/* ===== キャッチ ===== */
header h2 {
	margin: 13px 15px 12px;
	font-size: 0.85em;
}
/* ===== ロゴマーク ===== */
header h1 {
	float: left;
}
/* ===== サブ ===== */
header #sub {
	float: right;
	position: relative;
	top: -9px;
	margin: 0 0 9px;
}
/* サブメニュー */
#sub li {
	float: right;
	margin: 0 0 7px;
}
/* ===== メインメニュー ===== */
header nav {
	clear: both;
}
header nav li {
	float: left;
	width: 190px;
	margin: 0 8px 0 0;
}
header nav li.last {
	margin: 0;
}
header nav a {
	display: block;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	border: 1px solid #CCC;
	background-image: url(images/kanazawa-dental-laboratory/navi.gif);
	padding: 0 0 0 40px;
}


/* ==========================================================================
   　　　　　　　　　　contents
   ========================================================================== */
/* ===== レイアウト ===== */
#sidenav {
	float: right;
	width: 250px;
}
article {
	float: left;
	width: 700px;
}
section {
	margin: 10px 0 35px;
	clear: both;
}
/* 画像の最大サイズを限定 */
section img {
	max-width: 700px !important;
	height: auto;
	margin: 1em 0 0;
}
section a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.wp-caption-text {
	width: 700px;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
}
/* ===== 記事 ===== */
.posttitle {
	font-size: 0.9em;
	height: 26px;
	padding: 4px 0 0 10px;
	margin: 0 0 10px;
	background-image: url(images/kanazawa-dental-laboratory/h3.gif);
	color: #336699;
}
/* ===== 日付・カテゴリー ===== */
.day_cat {
	margin: 0 0 0.5em;
}
.day_cat li {
	float: left;
	font-size: 0.75em;
	margin: 0 2em 0 0;
}
/* ===== タグ ===== */
.tag {
	font-size: 0.75em;
	margin: 0.5em 0 0;
	text-align: right;
}
/* ===== サイドナビゲーション ===== */
/* ブログ機能 */
#sidenav aside {
	margin: 0 0 1em;
}
#sidenav aside ul {
	font-size: 0.8em;
}
/* カレンダー */
#wp-calendar {
	width: 250px;
	background-color: #FFF;
	font-size: 0.8em;
}
#wp-calendar th, #wp-calendar td {
	padding: 0;
	margin: 0;
	width: auto;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #6699CC;
}
#wp-calendar th {
	background-color: #6699CC;
	color: #FFF;
}
#wp-calendar a {
	font-weight: bold;
}
/* トピックス（banner） */
#sidenav nav {
	padding: 1em 0;
}
#topics li {
	margin: 0 0 0.5em;
	line-height: 1em;
}


/* ==========================================================================
   　　　　　　　　　　　　footer
   ========================================================================== */
/* ===== レイアウト ===== */
footer {
	clear: both;
	background-color: #CCC;
	text-align: center;
	padding: 20px 0 35px;
	line-height: 1em;
}
/* ===== サイトマップ ===== */
footer nav {
	font-size: 0.7em;
	margin: 20px 0;
}
footer nav a {
	color: #000;
	text-decoration: none;
}
footer nav a:hover {
	background-color: #A2C0FF;
}
/* ===== 著作権 ===== */
#reserved {
	font-size: 0.6em;
}