@charset "UTF-8";

/*!
Theme Name: Iyakutsushinsha
Template:   cocoon-master
Version:    1.0.6
*/

body {
	background-color: #f6f6f6;
}
.header-container, .main, .sidebar, .footer {
	background-color: #fff;
}
.header-container {
    border-top: 3px solid #e95200;
}
.footer {
    background-color: #e95200;
    color: #fff;
}
.footer a {
    color: #fff!important;
}

.navi-in > ul {
	justify-content: left;
}
/************************************
** グローバルメニュー
************************************/
.navi {
	background-color: #e95200;
}
@media screen and (max-width: 834px) {
	.navi {
		background-color: #fff;
	}
	#navi .navi-in > .menu-mobile li {
		background-color: #e95200;
	}
}

.navi-in a {
	color: #fff;
}

.navi-in>ul li {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.navi-in>ul li+ li {
	border-left: 0;
	border-right: 1px solid #fff;
}
.navi-in a:hover,
.navi-in .current-menu-item > a,
.navi-in .current_page_item > a {
	background-color: #ffe9dd;
	color: #e95200;
	font-weight: bold;
}

.sidebar h3 {
	background-color: #fff;
	padding: 5px;
	margin: 10px;
	font-size: 1.0em;
	border-radius: 2px;
	border-bottom: 3px solid #e95200;
}

.widget ul {
	margin-left: 10px;
}
.widget_custom_html ul li a {
	color: #333;
	text-decoration: none;
	padding: 5px 0;
	display: block;
	padding-right: 4px;
	padding-left: 4px;
}

.pickup-title {
	font-size: 1.5em;
}


/************************************
** 医薬通信社
************************************/
ul.ul-list-style-none {
	list-style-type: none;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
	img.site-logo-image {
	    max-width: 150px;
	}
	.navi-footer-in>.menu-footer li.menu-item {
		border: 1px solid #fff;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
