/*
Theme Name: SDK
Theme URI: http://seidoukai.com 
Description: 
Version: 1.0
Author: SDK-Web
Text Domain: kubrick
*/

body {
    color: #444444;
    background: #f1ead9;
    margin: 0px;
    padding: 0px;
    line-height: 1.4;
    font-family: 'メイリオ',HiraMaruPro-W4,"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4,Verdana, HiraMaruPro-W4, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, sans-serif;
    font-size: 14px;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
img {
    border: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
p {
    padding: 0;
    margin: 0;
}
#page {
    margin: 0px auto 10px auto;
    widows: 100%;
    width: 850px;
}
#header {
    height: 100px;
    margin: auto;
}
#headerimg {
    height: 90px;
}
#headerimg h1 {
    margin: 0;
    padding: 0;
}
#headerimg h1 a {
    margin-top: 10px;
    display: block;
    width: 379px;
    height: 70px;
    float: left;
    background: transparent url(images/logo.gif) no-repeat;
    text-indent: -9999px;
}

#headerimg .health a {
    margin-top: 10px;
    margin-right: 2px;
    display: block;
    float: right;
    background: transparent url(images/health2.gif) no-repeat;
    text-indent: -9999px;
    width: 212px;
    height: 70px;
}
#nav {
    clear: both;
    float: left;
    width: 850px;
    height: 40px;
    margin: 0 auto;
    background: transparent url(images/navi.gif) no-repeat;
    padding: 4px 0 3px 4px;
    top: 0;
    left: 0;
}
#nav li {
    float: left;
}
#nav a {
    display: block;
    float: left;
    width: 105px;
    margin-top: 2px;
    text-align: center;
    padding: 8px 0 8px 0;
    color: #f15822;
    text-decoration: underline;
}
#nav li.current_page_item a,
#nav a:hover {
    background: transparent url(images/navi-hover.gif) no-repeat;
    background-position: 3px 0px;
    color: #333;
    text-decoration: none;
}

#content {
    clear: both;
    padding: 15px 0 0 0;
}
.top {
    margin: auto;
    overflow: hidden;
    text-align: center;
}
.top .box {
    float: left;
    color: #333;
    background: #FFFFF0;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 10px;
    width: 820px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 3px solid #f15822;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.top .box h2.hospital-name {
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}
.top .box h2.hospital-name span {
    background: transparent url(images/logo-small-white.gif) no-repeat 0 0;
    padding-left: 22px;
}

.top .box table {
    width: 380px;
    float: left;
    font-size: 14px;
    margin: 0 25px 0 25px;
}
.top .opposite table {
    float: right;
}
table.price {
    width: 90%;
    font-size: small;
    border-collapse: collapse;
    border: none;
    margin: 15px auto 20px auto;
}
.top .box table tr,
table.price tr {
    margin: 0;
    padding: 0;
    border: none;
}
.top .box table tr th,
table.price tr th {
    border-bottom: 2px dotted #FFA500;
    padding: 4px 0;
    width: 70px;
    font-weight: normal;
}
.top .box table tr td,
table.price tr td {
    border-bottom: 2px dotted #FFA500;
    text-align: left;
}
.top .box table tr th,
.top .box table tr td {
    text-align: center;
    padding: 8px 0;
}
.top a.map-link {
    color: #333;
    text-decoration: underline;
}
.top a.map-link:hover {
    color: #f15822;
}
table.price tr td {
    padding: 5px 0;
    text-align: center;
}

.page-content {
    width: 840px;
    margin: 0 auto;
    padding-bottom: 10px;
    background: #FFFFF0 url(images/page-bottom.gif) no-repeat left bottom;
}
#breadcrumb {
    padding: 10px 10px 5px 15px;
    font-size: small;
    color: #666;
    background: #f1ead9 url(images/page-header.gif) no-repeat;
    border-bottom: 3px solid #f15822;
}
#breadcrumb a {
    color: #f15822;
}
#breadcrumb span.edit a {
    margin-left: 10px;
    border-left: 3px solid #333;
    padding-left: 10px;
}

.page-content .side-border {
    border-left: 3px solid #f15822;
    border-right: 3px solid #f15822;
    height: auto !important;
    _zoom: 1;
}
.page-content .sidebar .side-border {
    border-left: 3px solid #FFA500;
    border-right: 3px solid #FFA500;
}

.page-content .main {
    width: 585px;
    float: right;
    text-align: center;
    padding: 0;
}
.page-content .main h2 {
    width: 565px;
    margin: 25px 0 0 0;
    padding: 18px 0 0 0;
    font-size: 18px;
    color: #FF8C00;
    font-weight: normal;
    background: transparent url(images/page-main-title.gif) no-repeat;
    height: 55px;
}
.page-content .main img {
    border: 3px solid #f1ead9;
    margin: 15px auto;
}
.page-content .main a img {
    border: 3px solid #de4d00; 
}
.page-content .main a:hover img {
    border: 3px solid #FFA500;
}
.page-content .main .main-content {
    text-align: left;
    width: 565px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    background: #f1ead9 url(images/page-main-content-bottom.gif) no-repeat left bottom;
}
.page-content .main .main-content-text {
    padding: 30px 20px 0 20px;
    background: #f1ead9 url(images/page-main-content-header.gif) no-repeat;
}
.page-content .main .main-content-text-no-arrow {
    padding: 20px 20px 0 20px;
    background: #f1ead9 url(images/page-main-content-header.gif) no-repeat;
    background-position: 0 -15px;
}
.page-content .main .main-content-text a,
.page-content .main .main-content-text-no-arrow a {
    color: #de4d00;
    text-decoration: underline;
}
.page-content .main .main-content-text a:hover,
.page-content .main .main-content-text-no-arrow a:hover {
    color: #FFA500;
}
.page-content .sidebar {
    width: 210px;
    float: left;
    margin: 25px 0 10px 20px;
    padding: 0 0 15px 0;
    background: #fff url(images/side-bottom.gif) no-repeat left bottom;
}
.page-content .sidebar h3 {
    font-size: 15px;
    border-bottom: 3px solid #FFA500;
    font-weight: normal;
    margin: 0;
    padding: 9px 0 5px 0;
    text-align: center;
    color: #FFA500;
    background: #fff url(images/side-header.gif) no-repeat;
}
.page-content .sidebar h3 span{
    background: #fff url(images/logo-small-white.gif) no-repeat;
    display: black;
    padding: 1px 5px 5px 22px;
}
.page-content .sidebar ul {
    padding-top: 10px;
}
.page-content .sidebar ul li {
    display: inline;
}
.page-content .sidebar ul li a {
    color: #333;
    display: block;
    padding: 5px 0 5px 10px;
    font-size: 14px;
}
.page-content .sidebar ul li a:hover {
    background: #FFA500;
    text-decoration: underline;
}
.single .main .main-content ul {
    list-style-type: disc;
    padding-left: 20px;
}

#footer-wrap {
    clear: both;
    color: #fff;
    background: #5b5b5b url("images/footer.gif") repeat-x left top;
    padding: 20px 0 0 0;
    margin-top: 20px;
}
#footer {
    width: 850px;
    margin: 0 auto;
}

#footer .box {
    float: left;
    width: 405px;
    margin-right: 14px;
    padding-bottom: 40px;
    color: #fff;
}
#footer .box h3 {
    font-size: 18px;
    color: #FFA500;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 10px 23px;
    background: transparent url(images/logo-small-black.gif) no-repeat 0px 12px;
}

#footer .box ul li {
    width: 95%;
    margin: 0px;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 8px;
    padding-left: 3px;
}
#footer .box ul li a {
    color: #fff;
    padding: 2px 0;
    display: block;
}
#footer .box p {
    width: 95%;
    padding: 3px 0;
    text-align: right;
}
#footer .box p a {
    color: #fff;
}

#footer .box ul li a:hover,
#footer .box p a:hover {
    color: #f15822;
}
#copyright {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    width: 100%;
    background: #333;
    clear: both;
    margin: 0;
    padding: 35px 0 35px 0;
    font-size: small;
    text-align: center;
    font-size: 12px;
}
#copyright a {
	color: #fff;
	text-decoration: underline;
}

.clear {
    clear: both;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
}

.entry a,
.navigation a {
	color: #de4d00; 
	text-decoration: underline;
}
.postmetadata a {
	color: #de4d00; 
	background: #fff;
	padding: 5px;
	text-decoration: none !important;
}
.entry a:hover,
.postmetadata a:hover,
.navigation a:hover {
	color: #f15822; 
}
.postmetadata {
	text-align: right;
	font-size: 12px;
	padding: 0px 0px 10px 0;
}

.navigation {
	width: 565px;
	margin: 0px auto 0px auto;
}
.navigation .prev {
	float: left;
	text-align: left;
	width: 48%;
}
.navigation .next {
	float: right;
	text-align: right;
	width: 48%;
}

.wpcf7 form {
	font-size: 15px;
	margin: 0px auto;
	padding: 0;
}
.wpcf7 form textarea,
.wpcf7 form input {
	font-size: 15px;
	border: 2px solid #666;
	padding: 5px;
	margin: 3px 0 15px 0;
	width: 97%;
	background: #fff;
}
.wpcf7 form span.required {
	padding: 2px 4px;
	background: #f15822;
	font-size: small;
	color: #fff;
}
.wpcf7 form .submit {
	margin: 10px auto 0 auto;
	width: 120px;
	height: 50px;
}
.wpcf7 form .submit input {
	background: #f1f1f1;
}
.wp-pagenavi {
	text-align: center;
	padding: 20px 5px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #888;
	padding: 4px 7px;
	margin: 2px;
}
.wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi a:hover {
	border-color: #f15822;
	background: #fff;
}
.wp-pagenavi span.current {
	font-weight: bold;
	color: #f15822;
}
.wp-pagenavi span.pages {
	border: none;
}


div.wpcf7-mail-sent-ok {
	border: 2px solid #fff;
	background: #FFA500;
	padding: 10px;
	color: #fff;
	text-align: center;
}
div.wpcf7-validation-errors {
	border: 2px solid #FFA500;
	background: #fff;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 100;
	background: #fff;
	border: 2px solid #ff0000;
	font-size: 10pt;
	padding: 2px 7px;
}

 /* for IE7 */
*+html body #content {
    padding: 58px 0 0 0;
}

/* for IE6 */
* html .top .box {
    margin-left: 6px;
}
* html .top .box table {
    margin-left: 7px;
}
* html .top .opposite table {
    margin-left: 0px;
    margin-right: 7px;
}
* html #kGallery,
* html #kGallerySet {
    margin-left: -10px;
}
* html .page-content .sidebar h3 span{
    padding: 1px 5px 5px 24px;
}
* html .page-content .sidebar {
    margin-left: 10px;
}
* html .page-content .main {
    width: 590px;
}

/* for Safari& Chrome */ 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .page-content .sidebar h3 span { padding-top: 3px; }
}
