@charset "Shift_JIS";

/*--------------------------------------------------------------------------------
	.ux-header
--------------------------------------------------------------------------------*/
.ux-header {
	background: url("../images/header_img_content.png") no-repeat right bottom;
}

.ux-header .header-title {
	display: inline-block;
	margin-top: 25px;
	font-size: 1.23077em;
	font-weight: normal;
	line-height: 1.2;
}

.ux-header .header-title a {
	color: #333;
	text-decoration: none;
}

@media(max-width:640px){
	.ux-header {
		background: none;
	}
}

/* .heading
--------------------------------------------------------------------------------*/
.ux-header .heading {
	margin: 60px 40px 0 60px;
	padding-bottom: 15px;
}

.ux-header .heading a {
	display: block;
	width: 820px;
	height: 119px;
	cursor: pointer;
}

.ux-header .heading h2 {
	margin: 0;
	width: 639px;
	height: 119px;
	background: url("../images/header_ttl_content.png") no-repeat;
	text-indent: -9999em;
}

.ux-header .heading img {
	display: none;
}

@media(max-width:640px){
	.ux-header .heading {
		margin: 20px 0px 0 0px;
		padding-bottom: 15px;
	}
	.ux-header .heading a {
		display: block;
		width: auto;
		height: auto;
	}
	.ux-header .heading h2 {
		display: none;
	}
	.ux-header .heading img {
		display: block;
		width: 100%;
		max-width: 487px;
	}
}

/*--------------------------------------------------------------------------------
	.ux-navi
--------------------------------------------------------------------------------*/
.ux-navi ul {
	margin: 0 40px;
	padding: 0 0 0 17px;
	list-style: none;
	background: url("../images/header_navi_bg.png") repeat-x 0 bottom;
	*zoom: 1;
}

.ux-navi.bottom ul {
	margin-top: 30px;
	background: url("../images/header_navi_bg_bottom.png") repeat-x 0 top;
}

.ux-navi ul:after {
	clear: both;
	display: block;
	content: "";
}

.ux-navi ul li {
	display: block;
	_display: inline;
	margin: 0 0 0 5px;
	float: left;
	width: 202px;
	height: 66px;
	line-height: 0;
}

.ux-navi.bottom ul li {
	height: 75px;
}

.ux-navi ul li span.current {
	display: block;
	width: 202px;
	height: 66px;
	background: url("../images/header_navi_current.png") no-repeat;
}

.ux-navi.bottom ul li span.current {
	height: 75px;
	background: url("../images/header_navi_current_bottom.png") no-repeat;
}

.ux-navi ul li a {
	display: block;
	width: 202px;
	height: 66px;
	background: url("../images/header_navi.png") no-repeat;
}

.ux-navi.bottom ul li a {
	height: 75px;
	background: url("../images/header_navi_bottom.png") no-repeat 0 bottom;
}

.ux-navi ul li img {
	margin: 5px 0 0 0;
}

.ux-navi.bottom ul li img {
	margin: 18px 0 0 0;
}

.ux-navi .back-to-top {
	margin: 20px 40px 0;
}

.ux-navi .back-to-top a {
	color: #2989cc;
}

@media(max-width:640px){
	.ux-navi ul {
		margin: 0;
		padding: 0 0 15px 0;
		background: url("../images/header_navi_bg_bottom.png") repeat-x 0 bottom;
	}
	.ux-navi.bottom ul {
		margin: 0;
		padding: 0;
		background: none;
	}
	.ux-navi ul li {
		margin: 1px;
		width: 49%;
		height: auto;
	}
	.ux-navi.bottom ul li {
		height: auto;
	}
	.ux-navi ul li a,
	.ux-navi.bottom ul li a {
		margin: 0;
		width: 100%;
		height: auto;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		background: linear-gradient(#f9f9f9 0%, #f3f3f3 49%, #dfdfdf 50%, #eeeeee 100%);
		background: -moz-linear-gradient(#f9f9f9 0%, #f3f3f3 49%, #dfdfdf 50%, #eeeeee 100%);
		background: -webkit-linear-gradient(#f9f9f9 0%, #f3f3f3 49%, #dfdfdf 50%, #eeeeee 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9),color-stop(49%, #f3f3f3),color-stop(50%, #dfdfdf),color-stop(100%, #eeeeee));
		background: -ms-linear-gradient(#f9f9f9 0%, #f3f3f3 49%, #dfdfdf 50%, #eeeeee 100%);
		background: -o-linear-gradient(#f9f9f9 0%, #f3f3f3 49%, #dfdfdf 50%, #eeeeee 100%);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.ux-navi ul li span.current,
	.ux-navi.bottom ul li span.current {
		margin: 0;
		width: 100%;
		height: auto;
		border: 1px solid #a3d9e7;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		background: linear-gradient(#f9feff 0%,#f9feff 49%,#d2f6ff 50%,#dcf8ff 100%);
		background: -moz-linear-gradient(#f9feff 0%,#f9feff 49%,#d2f6ff 50%,#dcf8ff 100%);
		background: -webkit-linear-gradient(#f9feff 0%, #eefbff 49%, #d2f6ff 50%, #dcf8ff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eefbff),color-stop(49%, #f9feff),color-stop(50%, #d2f6ff),color-stop(100%, #dcf8ff));
		background: -ms-linear-gradient(#f9feff 0%, #eefbff 49%, #d2f6ff 50%, #dcf8ff 100%);
		background: -o-linear-gradient(#f9feff 0%, #eefbff 49%, #d2f6ff 50%, #dcf8ff 100%);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.ux-navi ul li img,
	.ux-navi.bottom ul li img {
		display: table-cell;
		margin: 0;
		padding: 7px 0;
		width: 100%;
		max-width: 202px;
	}
	.ux-navi .back-to-top {
		margin: 20px 0 0;
	}
}

/*--------------------------------------------------------------------------------
	.content
--------------------------------------------------------------------------------*/
.content {
	margin: 35px 40px 0;
}

.content .note {
	font-size: 80%;
}

.content h3 {
	margin: 0;
	padding-bottom: 8px;
	line-height: 0;
	background: url("../images/cnt_spt.gif") no-repeat center bottom;
}

.content h4 {
	margin: 30px 0 0;
	line-height: 0;
}

.content .inner-right {
	margin: 0 0 0 135px;
	padding-bottom: 5px;
}

.content .inner-left {
	margin: 0 135px 0 0;
	padding-bottom: 5px;
}

.content .outline {
	line-height: 0;
	font-size: 0;
	text-align: center;
	*zoom: 1;
}

.content .outline:after {
	clear: both;
	display: block;
	content: "";
}

.content .outline img.txt,
.content .outline img.img {
	float: left;
}

.content p.txt {
	display: none;
	margin: 0;
	line-height: 1.6;
}

.content p.overflow {
	overflow: hidden;
}

.content p.note.cnt-03 {
	position: relative;
	top: -13px;
	margin: 0 0 0 22px;
}

@media(max-width:640px){
	.content {
		margin: 15px 0 0;
		padding-bottom: 20px;
	}
	.content .note {
		margin: 3px 0 0 0 !important;
	}
	.content h3 {
		background-size: 140%;
	}
	.content h3 img {
		width: 100%;
	}
	.content h4 {
		margin-bottom: 15px;
	}
	.content h4 img {
		width: 100%;
	}
	.content .inner-right {
		margin: 0;
	}
	.content .inner-left {
		margin: 0;
	}
	.content .inner-right .outline {
		float: right;
		margin-left: 15px;
	}
	.content .inner-left .outline {
		float: left;
		margin-right: 15px;
	}
	.content .outline img.txt {
		float: none;
		display: none;
	}
	.content .outline img.img {
		float: none;
		width: 145px;
	}
	.content p.txt {
		display: block;
	}
	.content p.note.cnt-03 {
		top: 0;
	}
}

/* .column
--------------------------------------------------------------------------------*/
.content .column {
	padding: 18px 25px 20px 21px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	*zoom: 1;
}

.content .column:after {
	clear: both;
	display: block;
	content: "";
}

.content .column .heading {
	margin-top: 10px;
	margin-bottom: 15px;
}

.content .column img.check {
	margin-top: -15px;
	margin-right: 10px;
	vertical-align: middle;
}

.content .column h5 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0;
	font-size: 130%;
	font-weight: bold;
	color: #1f88cf;
}

.content .column p {
	margin: 0;
	line-height: 1.8;
}

.content .column .left-img {
	float: left;
	margin-right: 25px;
	line-height: 0;
}

.content .column .right-img {
	float: right;
	margin-left: 25px;
	line-height: 0;
}

.content .column .negative {
	margin-top: -15px;
}

.content .column .negative2 {
	margin-top: -45px;
	margin-left: 70px;
}

@media(max-width:640px){
	.content .column {
		margin-top: 15px;
		padding: 18px 20px 20px 20px;
	}
	.content .column img.check {
		display: block;
		margin: -15px 0 0 -5px;
		width: 100px;
	}
	.content .column h5 {
		margin: 10px 0 0 0;
		font-size: 115%;
	}
	.content .column .left-img {
		float: none;
		margin-right: 0;
		text-align: center;
	}
	.content .column .right-img {
		float: none;
		margin-left: 0;
		text-align: center;
	}
	.content .column .left-img img,
	.content .column .right-img img {
		width: 70%;
	}
	.content .column p {
		margin: 20px 0 0;
		line-height: 1.6;
	}
	.content .column .negative {
		margin-top: 0;
	}
	.content .column .negative2 {
		margin-top: 0;
	}
}

/* .other-voice
--------------------------------------------------------------------------------*/
.content .other-voice {
	margin-top: 50px;
	background: url("../images/cnt_voice_dotline.gif") no-repeat;
}

.content .other-voice h4 {
	margin: 0;
	padding: 28px 0 23px;
	text-align: center;
}

.content .other-voice .inner {
	padding-bottom: 15px;
	background: url("../images/cnt_voice_dotline.gif") no-repeat 0 bottom;
}

.content .other-voice .left {
	line-height: 0;
}

.content .other-voice .right {
	line-height: 0;
	text-align: right;
}

.content .other-voice.cnt-01 .right {
	margin-top: -120px;
}

.content .other-voice.cnt-02 .right,
.content .other-voice.cnt-03 .right,
.content .other-voice.cnt-04 .right {
	margin-top: -135px;
	margin-right: 5px;
}

@media(max-width:640px){
	.content .other-voice {
		margin-top: 30px;
		background: none;
		border-top: 2px dotted #999;
	}
	.content .other-voice h4 img {
		width: 95%;
	}
	.content .other-voice .inner {
		background: none;
		border-bottom: 2px dotted #999;
	}
	.content .other-voice .left {
		text-align: center;
	}
	.content .other-voice .left img {
		width: 85%;
	}
	.content .other-voice .right {
		margin-top: 10px;
		text-align: center;
	}
	.content .other-voice .right img {
		width: 85%;
	}
	.content .other-voice.cnt-01 .right {
		margin-top: 10px;
	}
	.content .other-voice.cnt-02 .right,
	.content .other-voice.cnt-03 .right,
	.content .other-voice.cnt-04 .right {
		margin-top: 10px;
		margin-right: 0;
	}
}
