@charset "utf-8";
/*
Theme Name: type1
Theme URI: https://isyadoko-cms.com/
Description: トスメディカル株式会社
Version: 1.1
Tags: 

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html {
height:100%;
margin:0;
}

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
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;
}

/* =フォント
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url,
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,
input[type=submit] {
font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "sans-serif";
font-size: 13px;
}
html>/**/body {
	font-size: 13px;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* テキストエレメント 
-------------------------------------------------------------- */
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 18px 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;
}
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;
}

/* コンテンツ　詳細
-------------------------------------------------------------- */
/* パンくず NEW */
.bcs {
width:98%;
margin:0 auto;
height:10px;
list-style:none;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.bcs li {
float:left;
font-size:12px;
}

/* フッターウィジェットエリア　詳細
-------------------------------------------------------------- */
#colophon {
clear: both;
width:680px;
overflow: hidden;
margin:0px auto 0px -18px;
}

#footer-widget-area {
width:100%;	
padding-top:10px;
display:inline-block;
}

#footer-widget-area .widget-area {
float: left;
width:33.3%;
}

/* コンテンツ　詳細
-------------------------------------------------------------- */
#content,
#content input,
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 10px;
}
#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 .entry-content h1,
#content .entry-content h2,
#content .entry-content h3,
#content .entry-content h4,
#content .entry-content h5,
#content .entry-content h6 {
	line-height: 1.5em;
	margin: 0 0 5px 0;
}

#content .entry-content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 18px 0;
	text-align: left;
	width: 100%;
}
#content .entry-content tr th,
#content .entry-content thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content .entry-content tr td {
	border: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content .entry-content tr.odd td {
	background: #f2f7fc;
}

.hentry {
	margin: 0 0 20px 0;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #330000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.single .hentry {
	margin: 0 0 20px 0;
}

/* カテゴリーページ*/
#content .entry-meta {
	color: #777;
	font-size: 12px;
}
#content .entry-meta abbr,
#content .entry-utility abbr {
	border: none;
}
#content .entry-meta abbr:hover,
#content .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

/* エントリーページ*/
#content .entry-content p {
	margin-top: 10px;
	margin-bottom: 20px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
#content .entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 18px 0;
	padding: 18px;
}
#content .entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 18px;
}
#content .entry-content input {
	margin: 0 0 18px 0;
}
#content .entry-content input.file,
#content .entry-content input.button {
	margin-right: 18px;
}
#content .entry-content label {
	color: #888;
	font-size: 12px;
}
#content .entry-content select {
	margin: 0 0 24px 0;
}
#content .entry-content sup,
#content .entry-content sub {
	font-size: 10px;
}
#content .entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
#content .entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.page-link {
	color: #003300;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #CEECF5;
	color: #003300;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #8C0000;
}
.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 #003300;
	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: #330000;
	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;
}

/* =イメージ
-------------------------------------------------------------- */
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 18px;
	margin-top: 0px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 18px;
	margin-top: 0px;
}
#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: 18px;
}
#content .wp-caption {
	line-height: 18px;
	margin-bottom: 15px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 0px 0px 0;
}
#content .wp-caption p.wp-caption-text {
	font-size: 11px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}

/* =ナビゲーション　次のページ　前のページ
-------------------------------------------------------------- */
.navigation {
width:100%;
margin : 18px auto;
color: #777;
font-size: 12px;
line-height: 18px;
overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
	font-size: 12px;
}
.navigation a:active,
.navigation a:hover {
	color: #444;
}
.nav-previous {
	float: left;
	width: 40%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 40%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =コメント
-------------------------------------------------------------- */
#comments {
	clear: both;
	width: 85%;
	margin: 0 auto;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #330000;
	font-size: 14px;
	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: #330000;
	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: 18px 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #666;
}
.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: #330000;
}
#respond {
	border-top: 0px 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: #666;
	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;
}

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

/* 検索フォーム ウィジェット用
-------------------------------------------------------------- */
#widget-search form div  {
position:relative;
width: 220px;
height: 48px;
text-align : left;
margin-left : 0px ;
}
#widget-search form div input [type="text"] {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    width: 180px;
    height: 24px!important;
}
#widget-search form div input[type="text"] #s {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
    height: 24px!important; /* border-box for IE6 */
    padding: 1px;
    border: 1px solid #3D0F0A;
    background-color: #d1eoef;
    border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */
}
head+body #widget-search form div input[type="text"] #s {
    width: 130px;
    height: 20px!important; /* content-box */
}
#widget-search input #s:focus {
    border: 1px solid #3D0F0A;
    background-color: #dbe7f2;
}
#widget-search form div input[type="text"] #searchsubmit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 25px!important; /* border-box */
    padding: 0;
    line-height:150%;
}

/* お問い合わせフォーム
-------------------------------------------------------------- */
#wpcf7-f4-p7-o1 .con{
height:24px;
padding:0 0 8px 0;
width:400px;
font-size:13px;
height: 24px!important; /* border-box for IE6 */
padding: 1px;
    border: 1px solid #999;
    background-color: #eeeeee;
}

#wpcf7-f4-p7-o1 .mess{
height:250px;
padding:0 0 8px 0;
width:400px;
font-size:13px;
height: 200px!important; /* border-box for IE6 */
padding: 1px;
    border: 1px solid #999;
    background-color: #eeeeee;
        overflow-y:auto;
        _overflow-y:hidden;  /* IEでスクロールバーを消す為に記述 */
}

#box {
margin:0px auto;
width: 500px;
background: #fff;
padding: 25px;
position: relative;
}

/* サイトマップ（スタイルなし）
-------------------------------------------------------------- */
#sitemap_list {
width:100%;
list-style:disc;
margin-left:15px;
}

#sitemap_list li {
width:50%;
float:left;
list-style:disc;
}

#sitemap_list li ul li {
width:100%;
font-size: 85%;
list-style:disc;
}

/*GoogleMaps
-------------------------------------------------------------- */
#map {
width:100%;
height : 660px;
margin: 0px auto;
}

/*QRコード*/
.qr-code {
width:200px;
margin:0px auto 18px auto;
text-align:left;
}

/*バナー*/
.banner {
text-align:center;
width:200px;
margin:0px auto 18px auto;
line-height:135%;
}

.banner img {
padding-bottom:5px;
}

/* 続きを読む */
.more-link-box {
width:100%;
text-align:right;
margin-top:0px;
margin-right:0px;
margin-bottom:10px;
border-bottom:1px dashed #666;
}
.more-link {
text-align:right;
}

/*単一ページ　日付*/
.dates {
width:100%;
margin:20px auto;
padding:2px 0px 3px 0px;
text-align:right;
border-top:1px dotted #000;
display:inline-block;
}

/*クリア*/
.clear {
clear: both;
margin:0px;
}

/*NEW！*/
.new-icon {
color:red;
}

/*マージン・パディング class指定
-------------------------------------------------------------- */
/* TOP */
.pt5 {padding-top:5px!important;}
.pt10 {padding-top:10px!important;}
.pt15 {padding-top:15px!important;}
.pt20 {padding-top:20px!important;}
.mt5 {margin-top:5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}

/* LEFT */
.pl5 {padding-left:5px!important;}
.pl10 {padding-left:10px!important;}
.pl15 {padding-left:15px!important;}
.pl20 {padding-left:20px!important;}
.ml5 {margin-left:5px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}

/* BOTTOM */
.pb5 {padding-bottom:5px!important;}
.pb10 {padding-bottom:10px!important;}
.pb15 {padding-bottom:15px!important;}
.pb20 {padding-bottom:20px!important;}
.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}

/* RIGHT */
.pr5 {padding-right:5px!important;}
.pr10 {padding-right:10px!important;}
.pr15 {padding-right:15px!important;}
.pr20 {padding-right:20px!important;}
.mr5 {margin-right:5px!important;}
.mr10 {margin-right:10px!important;}
.mr15 {margin-right:15px!important;}
.mr20 {margin-right:20px!important;}

/* ------------------------------------------------------------------
　TEXT 
--------------------------------------------------------------------- */
.txt10 {font-size: 77% !important;}
.txt11 {font-size: 85% !important;}
.txt12 {font-size: 93% !important;}
.txt14 {font-size: 107% !important;}
.txt16 {font-size: 122% !important;}
.txt18 {font-size: 136% !important;}
.txtBold {font-weight: bold !important;}
.txtNormal {font-weight: normal !important;}
.txtLine140 {line-height: 1.4 !important;}
.txtLine160 {line-height: 1.6 !important;}
.txtLine180 {line-height: 1.8 !important;}

/* -------------------------------------------------------------------
　スマフォ対策 (管理ページで記事を書く際に指定）
--------------------------------------------------------------------- */
/*PCのみ　非表示*/
.display-none-pc {
	display:none;
}