@charset "utf-8";
/* CSS Document */


/*枠線*/
.wakusenOut {
/*border:3px solid #444;
	padding:15px;*/
}
.wakusenIn {
	border: 3px solid #777;
	padding: 25px 30px;
}

@media only screen and (max-width: 649px) {
.wakusenIn {
	border: 2px solid #444;
	padding: 15px 15px;
}
}
#main h3.wakusenInTitle {
	color: #FFFFFF;
	font-size: 190%;
	background: #444;
	padding: 10px 15px 5px 15px;
	margin-bottom: 5px;
}
#main #contents .wakusenIn .article {
	width: 60%;
	float: left;
}
#main #contents .wakusenIn #contents .aside {
	width: 35%;
	float: right;
}
#contents .article img, #contents .aside img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 849px) {
#main #contents .wakusenIn .article {
	width: 50%;
	float: left;
}
#main #contents .wakusenIn #contents .aside {
	width: 20%;
	float: right;
	margin-left: 15px;
}
}

@media only screen and (max-width: 649px) {
#main #contents .wakusenIn .article {
	width: 100%;
	float: none;
}
#main #contents .wakusenIn #contents .aside {
	width: 100%;
	float: none;
}
#contents .article img, #contents .aside img {
	max-width: 100%;
	height: auto;
}
}
@media only screen and (max-width: 549px) {
#main h3.wakusenInTitle {
	font-size: 130%;
}
}
.fukidashiBox_btm {
	position: relative;
	display: inline-block;
	padding: 18px 15px 1px 15px;
	width: auto;
	height: auto;
	color: #19283C;
	text-align: left;
	background: #ffedb6;
	/*border: 2px solid #999;*/
	border-radius: 30px;
	z-index: 0;
}
.fukidashiBox_btm:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 30%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #ffedb6 transparent transparent transparent;
	z-index: 0;
}
.fukidashiBox_btm:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
	z-index: -1;
}
/*--------------------
 吹き出しを作る
--------------------*/
/* 全体のスタイル */
.kaiwa {
	font-size: 120%;
	margin-bottom: 30px;
}
.kaiwaS {
	width: 90%;
}
/* 左画像 */
.kaiwa-img-left {
	margin: 0;
	float: left;
	width: 30%;
	height: auto;
}
/* 右画像 */
.kaiwa-img-right {
	margin: 0;
	float: right;
	width: 30%;
	height: auto;
}
.kaiwa figure img {
	width: 100%;
	height: auto;
	/*border: 1px solid #aaa;*/
  /*border-radius: 50%;*/
	margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
	padding: 5px 0 0;
	font-size: 10px;
	text-align: center;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
	position: relative;
	margin-left: 31%;
	padding: 25px;
	background: #ffedb6;
	border-radius: 20px;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
	position: relative;
	margin-right: 31%;
	padding: 25px;
	background: #ffedb6;
	border-radius: 20px;
}
p.kaiwa-text {
	margin: 0 0 20px;
}
p.kaiwa-text:last-child {
	margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
	position: absolute;
	content: '';
	border: 15px solid transparent;
	border-right: 15px solid #ffedb6;
	top: 30px;
	left: -30px;
}
.kaiwa-text-right:after {
	position: absolute;
	content: '';
	border: 15px solid transparent;
	border-right: 15px solid #ffedb6;
	top: 30px;
	left: -29px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
	position: absolute;
	content: '';
	border: 15px solid transparent;
	border-left: 15px solid #ffedb6;
	top: 30px;
	right: -30px;
}
.kaiwa-text-left:after {
	position: absolute;
	content: '';
	border: 15px solid transparent;
	border-left: 15px solid #ffedb6;
	top: 30px;
	right: -29px;
}
/* 回り込み解除 */
.kaiwa:after, .kaiwa:before {
	clear: both;
	content: "";
	display: block;
}
 @media only screen and (max-width: 649px) {
.kaiwa {
 width: 100%;
 margin-bottom: 40px;
}
/* 左画像 */
.kaiwa-img-left {
 width: 40%;
 height: auto;
}
/* 右画像 */
.kaiwa-img-right {
 margin: 0;
 float: right;
 width: 40%;
 height: auto;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
 margin-left: 40%;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
 margin-right: 40%;
}
}
 @media only screen and (max-width:449px) {
.kaiwa {
 font-size: 110%;
}
/* 左画像 */
.kaiwa-img-left {
 float: none;
 width: 75%;
 height: auto;
}
/* 右画像 */
.kaiwa-img-right {
 float: none;
 width: 75%;
 height: auto;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
 position: relative;
 margin-left: 0;
 padding: 15px;
 background: #ffedb6;
 border-radius: 20px;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
 position: relative;
 margin-right: 0;
 padding: 15px;
 background: #ffedb6;
 border-radius: 20px;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
 position: absolute;
 content: '';
 border: 15px solid transparent;
 border-right: 15px solid #ffedb6;
 top: -15px;
 left: 40px;
}
.kaiwa-text-right:after {
 position: absolute;
 content: '';
 border: 15px solid transparent;
 border-right: 15px solid #ffedb6;
 top: -15px;
 left: 40px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
 position: absolute;
 content: '';
 border: 15px solid transparent;
 border-left: 15px solid #ffedb6;
 top: -15px;
 right: 30px;
}
.kaiwa-text-left:after {
 position: absolute;
 content: '';
 border: 15px solid transparent;
 border-left: 15px solid #ffedb6;
 top: -15px;
 right: 30px;
}
}
#teaser .article .pawnTitle_li {
	width: 100%;
	height: auto;
}
#teaser .article ul.pawnTitle_li li {
	width: 100%;
	margin: 3px 0;
	font-size: 120%;
	float: left;
}
#teaser .article ul.pawnTitle_li li a {
	width: 80%;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 5px 15px 2px 20px;
	transition: all 0.2s;
	border-radius: 18px;
	text-decoration: none;
}
#teaser .article ul.pawnTitle_li li a:hover {
	background: #D7EEF3;
}
 @media only screen and (max-width:449px) {
#teaser .article ul.pawnTitle_li li {
 width: 100%;
 margin: 3px 0;
 font-size: 95%;
}
}
