/* ===========================================================

	Title:					common.css
	Created:			2015-08-13
	Last Created:		2015-08-25

=========================================================== */

/*=========================================================== */
/*

	body

=========================================================== */
/*
body {
	background-color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Helvetica, sans-serif, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #111;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
*/

/* main
----------------------------------------------------------- */

.main {
	margin: 10px 5px 30px;
	padding: 20px;
	text-align: left;
	background: #fff;
	border-radius: 3px;
	behavior: url(/asset/js/PIE.htc);
	position: relative;
}

@media screen and (min-width : 1024px) {
	.main {
		margin: 20px 10px 50px;
		padding: 50px 50px 40px;
	}
}

#blue_deer {
	color: #fff;
	margin: 0;
	padding: 30px 0 10px;
	background: url(/asset/img/common/blue_deer/bg_relief_blue.png) 35% 35% no-repeat;
}

#blue_deer .bd_st_read {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#blue_deer .bd_st_read strong {
	font-size: 20px;
	font-weight: bold;
}

#blue_deer .bd_thought {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

#blue_deer .bd_thought section {
	position: relative;
	display: inline-block;
	border: 1px solid #bdb5c1;
}
#blue_deer .bd_thought section h3 {
	position: absolute;
	top: 8px;
	left: -13px;
	font-size: 11px;
	color: #304279;
	background: #eeefef;
	border: none;
}
#blue_deer .bd_thought section h3 span {
	display: inline-block;
	margin: 0;
	padding: 4px 24px;
	font-size: 13px;
	font-weight: bold;
	border: none;
}
#blue_deer .bd_thought section h3:after {
	position: absolute;
	top: 24px;
	left: 0;
	content: "";
	border-style: solid;
	border-width: 0 13px 6px 0;
	border-color: transparent #9fa0a0 transparent transparent;
}
#blue_deer .bd_thought img {
	display: block;
	max-width: 354px;
	margin: 15px auto 20px;
	padding: 0;
}

#blue_deer .bd_thought dl.block_01{
	width: 400px;
	margin: 0;
	padding: 35px 10px 35px 10px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
}
#blue_deer .bd_thought dl.block_01 dt {
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
#blue_deer .bd_thought dl.block_01 dt.line_01:before {
	position: absolute;
	top: 25% !important;
	left: 4% !important;
	content: "~" !important;
	width: 8%;
	border-top: none !important;
}
#blue_deer .bd_thought dl.block_01 dt.line_01:after {
	position: absolute;
	top: 25% !important;
	right: 4% !important;
	content: "~" !important;
	width: 8%;
	border-top: none !important;
}
#blue_deer .bd_thought dl.block_01 dt.line_02:before {
	position: absolute;
	top: 25% !important;
	left: 10% !important;
	content: "~" !important;
	width: 8%;
	border-top: none !important;
}
#blue_deer .bd_thought dl.block_01 dt.line_02:after {
	position: absolute;
	top: 25% !important;
	right: 10% !important;
	content: "~" !important;
	width: 8%;
	border-top: none !important;
}
#blue_deer .bd_thought dl.block_01 dt.line_03:before {
	position: absolute;
	top: 25% !important;
	left: 28% !important;
	content: "~" !important;
	width: 8%;
	border-top: none !important;
}
#blue_deer .bd_thought dl.block_01 dt.line_03:after {
	position: absolute;
	top: 25% !important;
	right: 28% !important;
	content: "~" !important;
	width: 8%;
	border-top: none !important;
}

#blue_deer .bd_thought dl.block_02{
	width: 400px;
	margin: 0;
	padding: 35px 10px 35px 10px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
}
#blue_deer .bd_thought dl.block_02 dt {
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
#blue_deer .bd_thought dl.block_02 dt.line_01:before {
	position: absolute;
	top: 25% !important;
	left: 24% !important;
	content: "~" !important;
	width: 8%;
	border-top: none !important;
}
#blue_deer .bd_thought dl.block_02 dt.line_01:after {
	position: absolute;
	top: 25% !important;
	right: 24% !important;
	content: "~" !important;
	width: 8%;
	border-top: none !important;
}
#blue_deer .bd_thought dl.block_02 dt.line_02:before {
	position: absolute;
	top: 25% !important;
	left: 4% !important;
	content: "~" !important;
	width: 8%;
	border-top: none !important;
}
#blue_deer .bd_thought dl.block_02 dt.line_02:after {
	position: absolute;
	top: 25% !important;
	right: 4% !important;
	content: "~" !important;
	width: 8%;
	border-top: none !important;
}

#blue_deer .bd_ed_read {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width : 1024px) {
	#blue_deer{
	padding: 10px 20px;
	background: url(/asset/img/common/blue_deer/bg_relief_blue.png) 65% 35% no-repeat;
}
	#blue_deer .bd_st_read {
	line-height: 1.5;
}
	#blue_deer .bd_thought dl.block_01,
	#blue_deer .bd_thought dl.block_02 {
	width: auto;
	background-size: contain;
}
	#blue_deer .bd_thought dl.block_01 dt.line_01:before,
	#blue_deer .bd_thought dl.block_01 dt.line_01:after,
	#blue_deer .bd_thought dl.block_01 dt.line_02:before,
	#blue_deer .bd_thought dl.block_01 dt.line_02:after,
	#blue_deer .bd_thought dl.block_01 dt.line_03:before,
	#blue_deer .bd_thought dl.block_01 dt.line_03:after,
	#blue_deer .bd_thought dl.block_02 dt.line_01:before,
	#blue_deer .bd_thought dl.block_02 dt.line_01:after,
	#blue_deer .bd_thought dl.block_02 dt.line_02:before,
	#blue_deer .bd_thought dl.block_02 dt.line_02:after {
	border: none;
	content: "" !important;
}
	#blue_deer .bd_st_read {
}
	#blue_deer .bd_ed_read {
	font-size: 18px;
	line-height: 1.5;
}
}

/* footer
----------------------------------------------------------- */
/*
.footer {
	background-color: #000000;
	clear: both;
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
	color: #fff;
	border-top: solid 1px #555;
}
*/