@charset "utf-8";

/* To all
-------------------------------------------------------------------------------- */
/* header key-visual */
#key-visual {
	text-align:center;
	line-height:0;
}

#key-visual img {
	max-width:100% !important;
	height:auto;
}

#category-nav.def .key-visual-fixed{
	display:none;
}

.key-visual-fixed span {
	width:980px;
	display:block;
	margin:0 auto;
}

/* main */
#main {
	clear: both;
}
#main h2 {
	margin-bottom: 7px;
}
#main h2 .title {
	display: inline-block;
	font-size: 200%;
	line-height: 1.2;
	margin: 0 0 -7px;
	padding: 0;
}

.subtitle {
	display:block;
}

#main h2 .subtitle {
	font-weight:bold;
}

#main .h2Inner {
	clear: both;
	background:#C4E6F4 url(../images/stripe_thick.png);
	padding: 3% 10%;
	overflow: hidden;
}
#main .article {
	clear: both;
}
#main .article p img {
	display:block;
	margin:1em auto;
}

p.parent-title {
	color:#666;
	font-size:90%;
	font-weight:bold;
	margin-bottom: 0.5em;
	padding-left:30px;
	background:url(../images/icon_arrow_none.png) no-repeat left 3px;
}

#contentsList {
	width: 95%;
	margin: 0 auto;
}
#contentsList dt {
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #0099ff;
}

#contentsList dt a {
	color:#fff;
	display:block;
	padding: 2% 10px 2% 40px;
	background: url(../images/icon_arrow_w.png) no-repeat 2% 50%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#contentsList dt a:hover,
#contentsList dt a:active {
	text-decoration:none;
	background:#00c3bc url(../images/icon_arrow_w.png) no-repeat 2% 50%;
}

#contentsList dd {
	width: 90%;
	margin: 0 auto;
}
.contentsListInner p {
	display: table-cell;
	vertical-align: middle;
	font-size: 95%;
}
/*for IE6 */
* html .contentsListInner p {
	display: inline;
	zoom: 1;
}
/*for IE7 */
*:first-child+html .contentsListInner p {
	display: inline;
	zoom: 1;
}
.contentsListInner .contentsListImg {
	width: 20%;
}

/* c-menu */
#category-nav {
	width:100%;
}
#c-menu {

	text-align:center;
	margin: 0 auto;
	padding: 0;
}
#c-menu li{
	display: inline-block;
}

#c-menu li a {
	display: block;
	color: #fff;
	font-weight:bold;
	border-bottom-width:5px;
	border-bottom-style:solid;
}

#c-menu li a:hover{
	color:#fff;
	text-decoration:none;
	border-bottom-width:5px;
	border-bottom-style:solid;
}
#toggle {
	display: none;
}
/* subMenu */
#subMenu p.parent-title a:hover {
	color:#0b517f;
}

#subMenu {
	font-size:110%;
}

#subMenu .subtitle {
	font-size:80%
}

#subMenu ul {
	border:1px solid #999;
	padding:2px;
}

#subMenu ul li {
	padding:5px 0 5px 27px;
	border:2px solid #edf4f9;
	background:#edf4f9 url(../images/icon_arrow_active.png) no-repeat left 0.5em;
}

#subMenu ul li.link {
	background:url(../images/icon_arrow_b.png) no-repeat 2px 0.5em;
}

#subMenu ul li.link:hover {
	background:#f7f5cd url(../images/icon_arrow_b.png) no-repeat 2px 0.5em;
}

#subMenu ul li.active a {
	cursor:default;
}

div.section {
	border:5px solid #f0f0f0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.section h3 {
	font-size:140%;
	font-weight:bold;
}

.section-first {
	margin:30px 0 0;
}

.section-between {
	margin:0;
}

.section-last {
	margin:0 0 30px;
}

.section-single {
	margin:30px 0;
}

div.section div.sectionTxt,
div.section div.sectionTxt-full {
	margin:20px;
}
div.section .moreTxt {
	border: 2px dotted #F99;
	margin: 2%;
}
div.section .moreTxt h4 {
  position: relative;
  color: #fff;
  background: #666;
  font-weight:bold;
  line-height: 1;
  margin: 6px -10px;
  padding: 10px 20px 5px 40px;
  box-shadow: 0 1px 3px #777;
  display: inline-block;
}
div.section .moreTxt h4:after{
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #333;
}
div.section .moreTxt h4:after {
  left: 0;
  border-right: 5px solid #333;
}

.triangle {text-align:center}
.triangle span{
    display:inline-block;
    width: 0;
    height: 0;
	margin-top:30px;
    border-top: 30px solid #ccc;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left:30px solid transparent;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

dl.faq {
	margin: 0 5% 3%;
}

dl.faq dt {
	clear:both;
	min-height:30px;
	padding:15px 0 0 40px;
	border-top:1px solid #ccc;
	background:url(../images/faq_q.png) no-repeat 0 10px;
}

dl.faq dd {
	min-height:30px;
	margin:10px 0 30px;
	padding-left:40px;
	background:url(../images/faq_a.png) no-repeat 0 0;
}

dl.faq dd.a-none {
	background-image:none;
}

dl.faq img {
	padding-bottom:20px;
}

dl.faq table {
	margin-top:20px;
}

.infoCaution {
	margin:3% 0;
	padding:3%;
	border:1px solid #ccc;
}

/* balloon-medicine */
#balloon-medicine {
	text-align:center;
	margin:50px auto 3%;
}
#balloon-1-top {
	color: #19283C;
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: 80%;
	text-align: center;
	background: #F6F6F6;
	border: 3px solid #19283C;
	z-index: 0;
}
#balloon-1-top:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #F6F6F6 transparent;
	z-index: 0;
}
#balloon-1-top:after {
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #19283C transparent;
	z-index: -1;
}

/* c-index osusume */
#sectionOsusume {
	clear: both;
	text-align:center;
	padding: 3% 10%;
	overflow: hidden;
	background:#C4E6F4 url(/ichoyaku/common/images/stripe_thick.png);
}

#sectionOsusume p {
	font-size:130%;
	text-align:center;
	padding:10px;
	border-width:3px;
	border-style:solid;
	background-color:#fff;
}


.product #menu {
	display:none;
}

/* Smart Phone
-------------------------------------------------------------------------------- */

@media screen and (min-width: 0px) and (max-width: 639px) {
#contentsList dt {
	padding: 2% 7%;
	font-size: 100%;
}
/* c-menu */
	#toggle {
		display: block;
		position: relative;
		width: 100%;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 10px 0;
		border-bottom: 1px solid #fff;
		color:#fff;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 25px;
		margin-top: -15px;
		background: #fff;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 47%;
		left: 10px;
		width: 30px;
		height: 5px;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 1px;
	}
	#c-menu {
		display: none;
	}
	#c-menu li {
		width: 100%;
		border-bottom:1px dotted #fff;
	}

#contentsList dt a span {
	display: inline-block;
	font-weight:bold;
	margin-right: 10px;
}
dl.faq img {
	display:block;
}
}

/* Tablet&PC
-------------------------------------------------------------------------------- */
@media screen and (min-width: 640px){
/* c-menu */
#c-menu {
	display: table;
	padding:10px 0;
}
#c-menu li{
	display:table-cell;
	vertical-align:middle;
	margin: 10px 0;
	padding:0 15px;
	border-left:1px solid #fff;
}

#c-menu .cNav01{
	white-space:nowrap;
}
#main h2 {
	text-align: center;
}
#category-nav ul li.cNav01 {
	border-left:none;
}
#contentsList dt a span {
	display: inline-block;
	font-size:200%;
	font-weight:bold;
	vertical-align:middle;
	margin-right: 10px;
}
dl.faq img {
	float:right;
}
}

/* Tablet
-------------------------------------------------------------------------------- */

@media all and (max-width: 768px) {
/* パンくず */
	
#breadcrumb {
	display: none;
}
/* container */
#main {
	margin: 3% auto;
}

#main .h2Inner .h2img {
	text-align: center;
}

#main .article p img {
	max-width:95%;
	}

#main .article p img.w-full {
	width:100%;
}

.category-position {
	display:none;
}
	
#medicine #contentsList dd {
	width:100%;
}

.key-visual-fixed {
	display:none;}

.thumb-bb-item {
	display:none;
}

#sectionOsusume .sectionParallel {
	clear:both;
}


/* subMenu */
#subMenu {
	margin-top:10%;
	border-top:3px dotted #e0e0e0;
}
}

/* PC
-------------------------------------------------------------------------------- */

@media all and (min-width: 769px) {
	
/* パンくず */
#breadcrumb {
	background-color: #f0f0f0;
}
#breadcrumbInner {
	max-width: 980px;
	margin: 0 auto;
	padding: 5px 0;
}
#breadcrumbInner ol {
	margin:0;
	padding:0;
}
#breadcrumbInner li {
	display: inline;
	list-style-type: none;
	font-size: 70%;
}
#breadcrumbInner li:before {
	content: " > ";
}
#breadcrumbInner li:first-child:before {
	content:"";
}
#footer .footerMenu {
	display:none;
}
/* container */
#main {
	margin: 35px auto;
}	

#main .h2Inner .h2txt {
	display: table-cell;
	width: 60%;
	vertical-align: middle;
	text-align: left;
}
#main .h2Inner .h2img {
	display: table-cell;
	text-align: right;
	width: 40%;
}
.category-position {
    position: absolute;
    top: 53px;
    left: 50%;
    color: #005bac;
	font-size: 18px;
    line-height: 0;
}
#medicine #contentsList dd {
	width:49%;
}

div.section div.sectionTxt {
	margin:20px 270px 20px 30px;
}

div.section div.sectionTxt-full {
	margin:20px 30px;
}

div.section p.sectionImg {
	float:right;}
.contentsListInner {
	width: 50%;
	display: table-cell;
}

.contentsListInner .contentsListTxt {
	padding-right:20px
}

.column2 {
	display: table-cell;
	width: 686px;
}
/* カテゴリーINDEX */
.sectionLeft {
	float:left;
}

.sectionRight {
	float:right;
}

#sectionOsusume .sectionParallel {
	display:inline-block;
	vertical-align:top;
	width:180px;
	margin:0 30px}
dl.faq dd {
	margin-left: 40px;
}

/* subMenu */
#subMenu {
	display: table-cell;
	width: 30%;
	padding-left:50px;
}

#choritsuInfo .article,
#ursoInfo .article{
	margin:0 5% !important;
}
}

 @media all and (max-width: 935px) {

.category-position {
	display:none;
}
 }
