@charset "utf-8";
/*
Theme Name: Mediacross 2015
Theme URI: 
Description: The 2015 default theme for Mediacross.
Author: Mediacross
Author URI: http://medi-cro.jp/
Version: 2015.1
*/

/*--------------------------------00.reset,import*/
@import "css/html5.css";
@import "css/reset.css";
@import "css/nivo-slider.css";
@import "css/fancybox.css";

/*--------------------------------01.HTML,Body,Anchor*/
body {
	font-size:62.5%; /* IE */
	font-family: Verdana,Arial,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","MS Pゴシック", sans-serif;
	letter-spacing:0.5pt;
	margin:0;
	padding:0;
	background:#ededed;
	color:#442314;
	border-top:3px solid #6c2754; 
}
html>/**/body {font-size: 10px; /* Except IE */}
body.home {
	background:url(img/bg_tile.png) top center no-repeat #ededed;
}

a:link,a:visited
{color:#9e588e;text-decoration:none;}
a:active{}
a:hover,a:active{
text-decoration:none;
text-decoration:underline;
}

a.hilite{}
a.hilite:link,
a.hilite:visited{
color:#9e588e;
}
a.hilite::after{
content:url(img/blank.png);
background:transparent none;
margin:0 0.3em 0 0.3em;
}

/*--------------------------------02.Heading,Paragraph*/

h1,h2,h3,h4,h5,h6{font-weight:normal;font-style:normal;}

h2#pageTitle{
margin-bottom:20px;
}

h2 a:link,
h2 a:visited{
color:#442314;
}

.post h3{
font-size:15px;
margin:20px 0;
padding:0 10px 5px 5px;
border-left:3px solid #50374a;
border-bottom:1px solid #50374a;
display:inline-block;
}

h4{
margin-bottom:7px;
font-weight:bold;
}

p{
font-size:12px;
line-height:20px;
}






/*--------------------------------03.Common*/


/*Common*/

#wrapper{
width:920px;
margin:0 auto 40px;
font-size:120%;
overflow:hidden;
padding-top:30px;
}

section{
margin-bottom:30px;
}

#main h1{
margin-bottom:30px;
}

table{
margin:15px 0;
table-collapse:collapse;
border:1px solid #ababab;
}

table caption{
margin-bottom:5px;
font-weight:bold;
}

thead{
text-align:center;
font-weight:bold;
}

th,td{
border:1px solid #ababab;
padding:10px;
vertical-align:middle;
text-align:center;
line-height:15px;
}

th{
white-space:nowrap;
}


.flHalf{
overflow:hidden;
width:730px;
}

.flHalf div{
padding:10px 8px;
float:left;
width:330px;
margin-right:15px;
}

/*main*/

#main{
float:right;
width:700px;
}

#slide{
margin-bottom:50px;
}

.wp-pagenavi{text-align: center;}
.pages,
.wp-pagenavi a,
.current{
	border: 1px solid #442314;
	color: #442314;
	display: inline-block;
	margin: 0 0.3em;
	padding: 0.5em 0.6em;
}
.wp-pagenavi a:hover{
	color: #9e588e;
	border-color: #9e588e;
}
.current{
	background-color: #d0c0ca;
	font-weight:bold;
}



/*side*/

#side{
float:left;
width:200px;
}

#side section h1{
margin-bottom:15px;
}

#side p{
margin-bottom:5px;
padding:3px 0;
}

.note li{
margin-bottom:3px;
padding-left:10px;
text-indent:-10px;
}

.dotBorder{
border-bottom:dotted 1px #D0C0CA;
}
/*header*/

header{
width:920px;
margin:5px auto 30px;
overflow:hidden;
position:relative;
}

#logo{
float:left;
margin-right:20px;
}

#logo a{
display:block;
height:120px;
width:120px;
background:url(img/iku20.png) no-repeat 0 0 transparent;
text-indent:-99999px;
}

#title{
padding-top: 33px;
}

#excerpt{
position:absolute;
top:0;
left:140px;
width:450px;
}

nav{
width:700px;
position:absolute;
bottom:0;
right:0;
}

nav ul{
height:35px;
overflow:hidden;
}

nav ul li{
float:left;
width:175px;
}

nav ul li a{
display:block;
height:35px;
text-indent:-99999px;
}


#nav01 a{background:url(img/iku23.png) no-repeat 0 0 transparent;}
#nav02 a{background:url(img/iku23.png) no-repeat -175px 0 transparent;}
#nav03 a{background:url(img/iku23.png) no-repeat -350px 0 transparent;}
#nav06 a{background:url(img/iku23.png) no-repeat -525px 0 transparent;}

#subNav{
position:absolute;
top:0;right:0;
}

#subNav li{
float:left;
padding-left:13px;
background:url(img/iku22.png) no-repeat 0 2px transparent;
margin-right:10px;
}

#breadCrumb{
width:910px;
overflow: hidden;
margin: 0 auto;
font-size:12px;
/*background: url(img/iku44.png) repeat-x left bottom;*/
padding: 10px 5px;
border-bottom:1px solid #cdcdcd;
}

#breadCrumb li{
float:left;
margin-right:10px;
}

#breadCrumb .home{
background:url(img/home-li.png) no-repeat left -1px;
padding-left:16px;
}


.headerHour{
display:block;
position:absolute;
top:15px;
right:5px	;
}

.sub {
background: url("img/sub.png") no-repeat scroll left top transparent;
overflow: hidden;
padding: 18px 23px 15px;
position: absolute;
z-index: 99999;
}
.sub li{
clear:both;
}
.sub a {
background: url("img/shin32.png") no-repeat scroll 0 5px transparent;
color: #FFFFFF;
display: block;
height: 1em !important;
text-indent: 0 !important;
padding:0 0 10px 14px;
}
.sub a:hover{
text-decoration:none;
color:#db3414;
background: url("img/shin32.png") no-repeat scroll 0 5px transparent;
}


/*footer*/

#toTop{
position:relative;
width:920px;
height:25px;
margin:0 auto 15px;
background:url(img/iku11.png) no-repeat 0 0 transparent;
}

#toTop a{
position:absolute;
top:0;
right:0;
display:block;
width:110px;
height:25px;
text-indent:-99999px;
}

#footerWrap{
background:url(img/iku44.png) repeat-x 0 0 transparent;
}

#footer{
width:920px;
margin:0 auto;
padding:15px;
overflow:hidden;
}

.sitemap{
overflow:hidden;
margin:15px 0;
}

.sitemap li{
float:left;
margin:0 10px 0 0 ;
padding:5px;
list-style:disc inside;
}





/*other*/





/*--------------------------------04.page*/


/*home.php
-------------------------*/

#feature{
width:717px;
margin-bottom:30px;
overflow:hidden;
}

#feature h2{
display:block;
float:left;
margin-right:17px;
}

#newsStand{
margin-right:20px;
width:700px;
}

.topix{
padding:10px 0;
border-bottom:dotted 1px #d0c0ca;
margin-bottom:5px;
}

.topix .date{
background:url(img/iku22.png) no-repeat 0 3px transparent;
padding-left:13px;
}

.topix h2{
padding:10px 0 5px 13px;
line-height:15px;
}


#newsStand h2{margin:10px 0;}

#recommend{}

#recommend h2{margin:10px 0;}

#medicalList{width:720px;}

#medicalList h2{margin:10px 0;}

#medicalList div{
float:left;
width:230px;
margin:10px 5px 10px 0;
}
#medicalList div.cl{
	clear: left;
}


/*atFirst.php
-------------------------*/

.atFirstBox{
width:704px;
}

.atFirstBox img{
display:block;
float:left;
margin-right:4px;
}

.introduce{
overflow:hidden;
margin-bottom:20px;
}

.introduce img{
float:left;
}

.introduce div{
margin-left:140px;
}

.intro{
font-size:15px;
}

.gallary{
overflow:hidden;
}

.gallaryBox{
overflow:hidden;
width:720px;
}

.gallaryBoxSmall{
width:240px;
float:left;
}

.gallaryBoxMiddle{
width:460px;
float:left;
}

.gallaryBox a,
.gallaryBoxSmall a,
.gallaryBoxMiddle a{
display:block;
float:left;
margin:0 20px 20px 0;
}

/*medical.php
-------------------------*/

#medicalList h3{
border:none;
margin:0;
padding:0;
display:block;
}

/*about.php
-------------------------*/

.map iframe{
padding:8px;
border:1px solid #adadad;
background:#fff;
margin-bottom:15px;
}

.map h4{
padding-left:25px;
height:25px;
line-height:25px;
}

.subway{background:url(img/ico_subway.gif) no-repeat left center;}
.bus{background:url(img/ico_bus.gif) no-repeat left center;}
.car{background:url(img/ico_car.gif) no-repeat left center;}
.map{background:url(img/ico_map.gif) no-repeat left center;}


/*faq.php
-------------------------*/

.faqSection dt{
background:url(img/q-bg.png) no-repeat 0 0;
width:640px;
height:50px;
padding-left:50px;
line-height:50px;
font-weight:normal !important;
font-size:13px;
cursor:pointer;
}

.faqSection dd{
padding-left:50px;
background:url(img/a-bg.png) no-repeat top left;
}


/*single.php
-------------------------*/

.post .articleBody{
margin:20px 0;
}

.post p{
margin-bottom:10px;
}

.post ul,
.post ol,
.post dl{
margin:15px 0;
padding-left:10px;
}



/*home.php
-------------------------*/


/*home.php
-------------------------*/


/*--------------------------------05.category,single*/

/*common*/

.articleHead{
padding-left:40px;
padding-bottom:20px;
border-bottom:1px dotted #50374a;
background:url(img/iku46.png) no-repeat 0 0 transparent;
height:35px;
margin:10px 0;
}

.articleHead h2{
font-size: 130%;
padding-bottom:5px;
line-height:130% !important;
}

.articleBody{
margin:10px 0;
}


/*single*/

.article{
margin-bottom:30px;
}
.post ul li{
list-style:disc inside;
margin-bottom:10px;
padding-left: 0.5em;
text-indent: -1em;
line-height: 14px;
}

.post ol li{
list-style:decimal inside;
margin-bottom:10px;
padding-left: 15px;
text-indent: -15px;
line-height: 14px;
}

.post dl dt,
.post dl dd{
margin-bottom:10px;
}

.post dl dt{
font-weight:bold;
margin-bottom:5px;
}

.articleFooter{
border-top:dotted 1px #50374a;
padding:20px 0 0;
}

.toCategory{
display:block;
width:100px;
text-align:center;
margin:0 auto;
}

.progress{
display:block;
float:left;
}

.retro{
display:block;
float:right;
}


/*category*/

.category article{
position:relative;
padding-bottom:10px;
margin-bottom:40px;
border-bottom:dotted 1px #50374a;
}

.category .articleHead{
border-bottom:none;
}

.moreLink{
text-align:right;
}

/* ==============================================================
	add
============================================================== */

/* single ---------------------------------------- */
.prev-next{
	border-top: dotted 1px #50374a;
	position: relative;
	padding: 2rem 0 0;
	text-align: center;
}
.prev-next a{
	display: inline-block;
	font-weight: normal;
	padding: 0.5rem 1.2rem;
}
.prev-next a[rel="prev"]{
	position: absolute;
	left: 0;
}
.prev-next a[rel="next"]{
	position: absolute;
	right: 0;
}
.tuiakiji01 p{
	line-height: 2.0;
}
.tuiakiji01 li{
	list-style-type: none!important;
	line-height: 1.8!important;
}
.tuiakiji01 li .type01{
	display: inline-block;
	padding-left: 3.2em;
	line-height: 1.4;
	padding-top: 5px;
}
.tuiakiji01 .type02{
	display: inline-block;
	line-height: 1.8;
	margin-bottom: 20px;
}
.tuiakiji01 .tbl01{
	margin-top: -5px;
}
.tuiakiji01 .tbl01 th{
	background-color: #fff;
	font-weight: bold;
	padding: 10px;
}
.tuiakiji01 .tbl01 td{
	padding: 10px 20px;
}
.tuiakiji01 .type03{
	    color: #F00;
    font-size: 14px;
}
.tuiakiji01 .type04{
	    background: #CCC;
    padding: 2px 5px 3px 5px;
    font-weight: bold;
    margin: 0 5px;
}
.tuiakiji01 h4{
	margin-top: 20px;
}
.tuiakiji01 .type05{
	font-weight: bold;
}