/*
Theme name: jichi
Author: Shinpei Fubasami
Version: 1.0
*/

/*header
-------------------------------------------*/
header .container{
	border-bottom:5px double #385caa;
	margin-bottom:20px;
}

/*front-page
-------------------------------------------*/
#jms_main h4 {
    background: url(/dph/wp-content/themes/wp-public-health/images/title_bg_jms.gif) no-repeat left center #385caa;
    height: 30px;
    color: #ffffff;
    padding-left: 48px;
    line-height: 1.75em;
    margin-bottom: 2px;
}
#jms_main h4 a {
    margin-right: 10px;
    text-decoration: underline;
    color: #ffffff;
    float: right;
}
.maincontents{
	margin-bottom:50px;
	line-height:1.5em;
}
.pagevisual .img-responsive{
	margin-bottom:30px;
}

.maincontents h2{
	font-size:24px;
	text-align: left;
    font-weight: bold;
    margin: 10px 0;
    padding-left: 5px;
	padding-bottom:2px;
    color: #385caa;
    background:url(/dph/wp-content/themes/wp-public-health/images/title_bg_h2.gif) repeat-x left bottom;
}
/*
.maincontents h3{
	font-family: meiryo;
    text-align: left;
    color: #009900;
    font-size: 1.1em;
    margin: 50px 0 20px;
    display: block;
    background: #009900;
    color: #fff;
    padding: 7px;
    font-size: 1.25em;
}

.maincontents h4{
    font-family: meiryo;
    text-align: center;
    color: #32b16c;
    font-size: 1.0em;
    margin: 20px auto 10px;
    border: solid 2px #32b16c;
    display: block;
    width: 100%;
    padding: 10px 0;
}

.maincontents h5{
	font-weight:bold;
	color:#32b16c;
	margin-bottom:10px;
}

.maincontents h6{
}
.maincontents article p{
	margin-bottom:1em;}

*/
.maincontents h5{color:#b274bd;}
	
.breadcrumb{
	background:#f5f5f5;
	font-size:1.0em;
}

.maincontents img{
	max-width:100%!important;
	height:auto;}

aside.common ul li a{
	display:block;
	padding:10px;
	text-decoration:none;
	margin-bottom:10px;
	color:#ffffff;
	background:linear-gradient(#cce6fb, #438fed);
	transition:all 0.4s ease;
}
aside.top_sidebar ul li a{
	padding:0 0 0 40px;
	text-decoration:none;
}
aside ul li a:hover{
	background:linear-gradient(#438fed, #438fed);
	text-decoration:none;
}
.jms_btn{
	margin-top:5px;
}
.maincontents table{
	border-right:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	width:100%;
}
.maincontents table tr{
	border-left:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
}
.maincontents table tr:nth-of-type(even) {
    background: #f5f5f5;
}
.maincontents table tr td{
	padding:5px;
}
.maincontents ol{
	margin-bottom:20px;
	padding-left:40px;
}

ul.sidebar_child{
	margin-left:40px;
}
.sidebar_child a{
	line-height:2.1em;
	padding-left:20px;
}
.sidebar_child a:before,
.sidebar_child a:after{
	display:none;
}

/*¤ª†–¤¤ºÏ¤ï¤»
--------------------------------------*/
.wpcf7{
	font-weight:normal;
	width:100%;
}
.wpcf7 span.required{
	display:inline-block;
	background:#F03;
	color:#ffffff;
	padding:0px 5px;
	margin-left:5px;
	font-size:0.8em;
	margin-bottom:2px;
	border-radius:4px;
}
.wpcf7 table th{
	background:#f7feff;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:5px;
}
.wpcf7 table tr:nth-child(even) th{
	background:#eafcff;
}
.wpcf7 input,.wpcf7 textarea,.wpcf7-form-control-wrap{
	width:100%;
}
.g-recaptcha>div{
	display:block;
	margin:10px auto;
	text-align:center;
}
.wpcf7 input[type="submit"]{
	display:block;
	outline:none;
	background: #0078ca;
    color: #fff;
	border-radius:8px;
	margin:10px auto;
	transition:all 0.4s ease;
	border:none;
	width:280px;
}

.wpcf7 input[type="submit"]:hover{
    background: #00b8f4;
}

/*¤ªÖª¤é¤»
-----------------------------------------------------*/
.info .index{
    border-left: none;
    height: auto;
    overflow: auto;
}
.info .index li {
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    list-style: none;
}
.info .index li a {
    border-left: 5px solid #223a14;
    padding: 7px 10px;
    display: block;
}
.news_line li:nth-child(odd) a {
    background: #f5f6f4;
}
.news_line {
    border-top: 1px solid #385723;
    margin-bottom: 10px;
}
.news_line li a {
    display: block;
    padding: 18px;
    color: #000000;
    transition: all 0.4s ease;
}

.news_line li a:hover {
    background: #eafcff;
}
/*˜I¿ƒ
-----------------------------------------------------*/
aside.document{
	margin-top:30px;
	padding-top:30px;
    background:url(/dph/wp-content/themes/wp-public-health/images/title_bg_h2.gif) repeat-x left top;
}

aside.document ul li a{
	background:#458fee;
}