@charset 'utf-8';
/* CSS Document */
<!-- タグクラウド風 -->
#tag ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tag ul li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
	float:left;
	font-size:12px;
}
#tag ul li a {
	display: inline-block;
	/*max-width: 100px;*/
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	/*text-overflow: ellipsis;*/
	/*overflow: hidden;*/
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
	font-size:12px;
}
#tag ul li a:hover {
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #fff;
	font-size:12px;
}

<!-- タグクラウド風 -->
#textarea{
	width:550px;
    margin-left:auto;
    margin-right:auto;
    }
	
#textarea p{
	font-size:14px;
	line-height:150%;
	margin-bottom:15px;
	color:#555;
    }
	
.textarea{
	width:550px;
    margin-left:auto;
    margin-right:auto;
    }


#textarea_inr{
	width:90%;
    margin-left:auto;
    margin-right:auto;
	background:#c5eaf5;
	padding:3% 5% 3% 5%;
	margin-bottom:4%;
    }

.top
{
	float:right;
	font-size:10px;
}


/*角丸ボタン*/
.button:hover {
	background-color: #F93;
	color: #FFF;
}

.button {
	display: inline-block;
	width: 95%;
	padding:4% 3% 3% 3%;
	font-size:0.9rem;
	text-decoration: none;
	outline: none;
	background-color: #FFF;
	color: #666;
	border-radius:5px;
    box-shadow:2px 2px #999 !important;
	margin-bottom:2%;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*三角アイコン*/
.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
margin-right:5px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.sample4-2::before{
width: 1.0rem;
height: 1.0rem;
top:5px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #777;
}
.sample4-2::after{
left: 6px;
box-sizing: border-box;
width: 5px;
height: 5px;
border: 5px solid transparent;
border-left: 5px solid #fff;
}

/*下マージン多*/
.midashi2 {
	position: relative !important;
	padding: 1em 1em 1em 2.5em !important;
	margin-bottom:1.5em !important;
	border-top: 4px solid #6B9ED3 !important;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%) !important;
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%) !important;
	font-size:16px !important;
	color:#666 !important;
	font-weight:normal !important;
}
.midashi2::after {
	position: absolute !important;
	top: 1em !important;
	left: 1em !important;
	z-index: 2 !important;
	content: '' !important;
	width: 8px !important;
	height: 8px !important;
	border: 3px solid #6B9ED3 !important;
	border-radius: 100% !important;
}


.bluetext{
	color: #0ca8d6;
}


.illust{
	margin-bottom:20px;
	font-size:1.4rem;
}


/*===================================================*  
 レギュレーションパーツ追加・目次枠（2017/05/16） 
 *===================================================*/ 

#shcmokuji {
	margin: 0 0 15px 0;
	padding: 20px;
	background-color:#FFFBF7;
}

.shcmokujiTitle{
  padding:12px 12px 12px 20px !important;
  margin-top:25px !important;
  border-bottom: solid 2px #6B9ED6;
  background: #93B8E1;
  color: #FFF;
  font-size: 16px;
  font-weight:bold !important;
}


#shcmokuji dd a{
	font-size:1.0rem;
	line-height:230%;
	color:#666;
}



/*===================================================*  
 レギュレーションパーツ追加・商品枠ボタン（2017/05/30） 
 *===================================================*/ 
 
 /*角丸ボタン*/
 
.productbuttonShc {
	display: inline-block;
	width: 100%;
	margin-top:3%;
	padding:3% 0 2% 0;
	font-size:1.0rem;
	text-align:center;
	outline: none;
	background-color: #F96;
	border-radius:5px;
    box-shadow:2px 2px #FF6666 !important;
}

.productbuttonShc a{
	text-decoration: none!important;
	color:#FFF!important;
}

.productbuttonShc a:hover{
		color: #F96 !important;
}

.productbuttonShc:hover {
	background-color: #FFC0A2!important;
	border:1px solid #F96;
}

.productbuttonShc::before,
.productbuttonShc::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.productbuttonShc,
.productbuttonShc::before,
.productbuttonShc::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*===================================================*  
 レギュレーションパーツ追加・医師枠（2017/05/16） 
 *===================================================*/ 

#shcdoctor {
	margin: 0 0 15px 0;
	padding: 20px;
	background-color:#FFFBF7;
}

.shcdoctorTitle{
  padding:12px 12px 12px 20px !important;
  margin-top:25px !important;
  border-bottom: solid 2px #6B9ED6;
  background: #93B8E1;
  color: #FFF;
  font-size: 16px;
  font-weight:bold !important;
}

#shcdoctor img{
	padding-right:3%;
	float:left!important;
}

#shcdoctor dd{
	font-size:0.9rem;
	line-height:190%;
	color:#666;
}
