@charset "utf-8";
/* -----------------------------------------
detail.css
個別ページ設定用css
----------------------------------------- */


/* detailTitle
----------------------------------------- */

.detailTitle {
	position: relative;
	border-bottom: 4px solid #1e3277;
	margin-bottom: 20px;
	height: 73px;
}

.detailTitle h3 {
	position: absolute;
	left: 0;
	bottom: 5px;
	color: #1e3277;
	font-size: 113.3%;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.2;
}

.detailTitle .icon {
	position: absolute;
	right: 0;
	bottom: 5px;
}

.detailTitle .icon li {
	float: left;
	border: 1px solid #aaa;
	border-radius: 4px;
	background-color: #fff;
	margin-left: 4px;
	min-width: 58px;
	padding: 6px 8px;
	text-align: center;
	line-height: 14px;
}

.detailTitle .icon li.row2 {
	padding: 2px 8px;
}

.detailTitle .icon li span {
	display: block;
	margin-top: 2px;
	font-size: 80%;
}

body.sp .detailTitle {
	border-bottom: none;
	height: auto;
}

body.sp .detailTitle h3 {
	position: static;
	background-color: #143c82;
	padding: 5px 10px 5px 25px;
	color: #fff;
}

body.sp .detailTitle .icon {
	position: static;
	background-color: #efefef;
	padding: 10px 10px 4px 4px;
}

body.sp .detailTitle .icon li {
	border: none;
	margin: 0 0 6px 6px;
	min-width: 54px;
	padding: 9px 4px;
	line-height: 15px;
}

body.sp .detailTitle .icon li.row2 {
	padding: 5px 4px 4px;
}

body.sp .detailTitle .icon li span {
	font-size: 10px;
}




/* detailBox
----------------------------------------- */

.detailBox {
	border: 1px solid #eee;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #fff inset;
	background: url(/shared/img/box_bg_01.gif) repeat 0 0;
	padding: 20px;
	margin-bottom: 30px;
}

.detailBox .flow {
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	background-color: #fff;
	padding: 20px 25px;
}

.detailBox .flow.hasColor {
	background-color: #fffaea;
}

.detailBox .flow .mainText {
	color: #1e3277;
	font-size: 113.3%;
	font-weight: bold;
}

.detailBox .flow.hasArrow {
	margin-bottom: 15px;
}

.detailBox .hasArrow {
	position: relative;
}

.detailBox .hasArrow:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 10px solid #ccc;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.detailBox .hasArrow:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.detailBox .hasArrow.hasColor:after {
	border-top-color: #fffaea;
}

.detailBox .flow.hasArrow:before {
	bottom: -11px;
}

.detailBox .flow.hasArrow:after {
	bottom: -10px;
}

.detailBox .hasArrow.leftArrow:before {
	right: 51%;
}

.detailBox .hasArrow.leftArrow:after {
	right: 51%;
}

.detailBox .hasArrow.rightArrow:before {
	left: 51%;
}

.detailBox .hasArrow.rightArrow:after {
	left: 51%;
}

body.sp .detailBox {
	padding: 15px 10px;
}

body.sp .detailBox .flow {
	padding: 10px;
}

body.sp .detailBox .flow .mainText {
	font-size: 14px;
}

