@charset "utf-8";

#type h2{
	font-weight:bold;
	font-size:190%;
}
#type h2 img{
	margin:7px 0 0;
}

/********** 内側 **********/
#type .type-inner{
	padding:35px 20px;
}

/********** 見出し **********/
#type h3{
	margin:0 0 15px;
	padding:0 0 5px;
	border-bottom:solid 3px #6bb600;
	font-weight:bold;
	font-size:190%;
	color:#199f02;
}
#type .section h4{
	margin:0 0 15px;
	padding:0 0 5px;
	font-weight:bold;
	font-size:140%;
	color:#00008b;
}
#type .txt{
	margin:0 0 40px;
}
#type .txt p{
	line-height:1.6;
	font-size:110%;
	margin:0 0 20px;
}
#type .txt p .mark1{
	font-weight:bold;
	color:#fe6601;
}
#type .txt .mark2{
	margin: 15px 0;
	font-weight:bold;
	font-size:120%;
	border-radius: 5px;
	background: #fefacb;
}
#type .txt ul li .mark3{
	font-weight:bold;
	font-size:120%;
}
#type .txt ul{
	margin: 15px 0;
}
#type .txt ul li{
	margin: 20px 0;
}

/********** その他コンテンツ **********/
#type .contents-reco ul{
	overflow: hidden;
	padding:10px 0 0 10px;
}
#type .contents-reco ul li{
	float: left;
	width: 45%;
	padding:5px 10px;
}
#type .contents-reco ul li a{
	font-weight:bold;
	font-size:120%;
	color:#9acd32;
}
#type .contents-reco ul li a:before{
	content:">";
	padding:0 0.5em 0 0;
}

/********** セットボックス画像 **********/
#type .overwhite a:hover img{
  opacity: 0.7;
  filter: overwhite(opacity=70);
  -ms-filter: "overwhite(opacity=70)";
}
