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

#tu03 {
	background-color: #fff;
	border: none;
	padding-bottom: 20px;
	overflow: hidden;
}

/*  広告企画  */
#tu03 p.tu {
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #fff;
	margin: 0 -10px;
	padding: 8px 1em;
	background-color: #00b7ee;
	overflow: hidden;
}
#tu03 p.tu span {
	float: right;
	letter-spacing: normal;
}

/*  title image  */
#tu03 .titleimg {
	position: relative;
	margin-top: 15px;
}
#tu03 .titleimg p {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 3em 0.6em 0.6em 0.6em;
	background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.2));
	box-sizing: border-box;
	z-index: 5;
}

/*  time  */
#tu03 .time {
	margin: 10px 0 10px 0;
	padding: 1em 0 0.8em 0;
	background: url(../img/dotline2px.png) left top no-repeat;
}
#tu03 .time p {
	color: #666;
}
#tu03 .time p span {
	background: url(../img/dotline2px-v.png) left top no-repeat;
	margin-left: 1.4em;
	padding: 0.7em 0 1em 1.4em;
	display: inline;
	font-size: 13px;
	font-weight: normal;
	border-bottom: none;
	margin-right: 0;
	line-height: 1.8;
}



/*  main  */
#tu03 .tu03_main {
	margin-top: 30px;
}

#tu03 .tu03_main h2 {
	font-size: 22px;
	color: #000;
	text-align: center;
	margin: 2.5em 0 1em;
	padding: 1em 0;
	background: url(../img/dotline3px.png) left top no-repeat,
	url(../img/dotline3px.png) left bottom no-repeat;
}
@media (max-width:750px) {
#tu03 .tu03_main h2 {
	text-align: left;
}
}


#tu03 .tu03_main p {
	font-size: 16px;
	line-height: 1.7;
}


/*  img + caption  */
#tu03 .tu03_main .img_full {
	width: 100%;
	margin: 2em 0 3em 0;
}
#tu03 .tu03_main .img_right {
	float: right;
	width: 200px;
	margin: 0.5em 0 1em 2em;
	overflow: hidden;
}
#tu03 .tu03_main .img_left {
	float: left;
	width: 200px;
	margin: 0.5em 2em 1em 0;
	overflow: hidden;
}
#tu03 .tu03_main .imgcap p {
	font-size: 12px;
	color: #333;
	margin-top: 0.8em;
	padding: 0 0 0 1.4em;
	background: url(../img/dotline3px-v.png) left top repeat-y;
}


/*  information  */
#tu03 .tu03_main .infobox {
	position: relative;
	margin: 4em 0 2em 0;
	padding: 1.8em;
	border: 5px solid #00b7ee;
}
#tu03 .tu03_main .infobox:before {
  content: "";
  position: absolute;
  right: 0;
  top: -22px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 18px solid #00b7ee;
}
#tu03 .tu03_main .infobox p {
	margin-top: 0;
}
#tu03 .tu03_main .infobox p.infobox_title {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0.6em 1.2em;
	background: url(../img/icon_link.png) 0 6px no-repeat;
	background-size: 14px;
}

/* 2018.03.28 */
#tu03 ol {
	font-size: 110%;
	margin: 0;
	padding: 0 0 0 1.5em;
}
#tu03 li {
	margin-bottom: 0.3em;
}
#tu03 .sm {
	font-size: 90%;
}
#tu03 .nmb {
	margin-bottom: 0;
	padding-bottom: 0;
}
#tu03 .link {
	font-weight: bold;
}
#tu03 .tu03_main .infobox p.infobox_title.nmb {
	margin-bottom: -0.3em;
	padding-bottom: 0;
}

#tu03 em {
	font-weight: bold;
	font-style: normal;
}

#tu03 .tu03_main h2:before {
	background: none;
}