@charset "UTF-8";
/* ie8<= ie8 pc only */

/* box-sizing */
.container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* official header fix */
.trn_header img,
.nbo_header img,
.techon_header img,
.nxt_header img{
	vertical-align: bottom;
	border: none;/* ie */
	max-width: 100%;
	height: 100%;
}
/* common -------------- */
.fr {
	float: right;
}
.fl {
	float: left;
}
.txt-r {
	text-align: right;
}
.txt-c {
	text-align: center;
}
.inline {
	display: inline;
}
.clear {
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
/* hover img alpha */
a img.alpha {
	transition: all 0.2s ease 0s;
}
a:hover img.alpha {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}
.container {
	font-family: "-apple-system", "Yu Gothic", YuGothic, "Helvetica Neue ", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	position: relative;
	top: 0;
	left: 0;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
	body .container {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Meiryo, sans-serif;
	}
}
.container a,
.container a *{
	transition: all 0.2s ease 0s;
}
.container img {
	border: none;
}
.container .pd2per {
	padding: 0 2%;
}
.container .ib {
	display: inline-block;
}
.container .bold {
	font-weight: bold;
}
.container .indent {
	text-indent: 1em;
}
.container .indent05 {
	text-indent: 0.5em;
}
.container .indent-ico {
	text-indent: -1em;
	margin-left: 1em;
}
.container .indent *,
.container .indent05 *,
.container .indent-ico * {
	text-indent: 0;
	margin-left: 0;
}
.container .mb1em {
	margin-bottom: 1em;
}

.container .mb8px {
	margin-bottom: 8px;
}

.container .mb24px {
	margin-bottom: 24px;
}
.container .mb40px {
	margin-bottom: 40px;
}
.container .pb24px {
	padding-bottom: 24px;
}
.container h1, .container h2, .container h3, .container h4, .container p, dl, dt, dd {
	padding: 0;
	margin: 0;
}

.container .fs12px{
	font-size: 12px;
}

/* official fix ----------------------- */
/* official head nav fullsize */
body {
	margin: 0;
	padding: 0;
	line-height: 1.6; /* iphone,android reset */
}
.trn_header,
.nbo_header,
.techon_header,
.nxt_header{
	text-align: center;
}
/* responsive header full bg */
div.nbo_header {
	background-image: url(nbo_header_bg02.png);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #e1e1e1;/* ie8 */
}
/* responsive sp-head */
.container .sp-head {
	display: none;
	line-height: 1;
}

@media screen and (max-width: 767px) { /* sp */
	div.container .sp-head {
		display: block;
	}
	/* official-pc del */
	div.gnav-201406,  div.nbo_header,  div.trn_header,  div.techon_header,
	div.nxt_header{
		display: none;
	}
	div.container .sp-head img {
		width: 100%;
	}
}
/* content ------------ */
.container{
	overflow: hidden;
}
	
.container img {
	max-width: 100%;
	width:/***/auto; /* IE8用 */
	height: auto;
	border: none;
	vertical-align: middle;
}
/* intro-box */
body{
	position: relative;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.container .sp-head {
	position: relative;
	top:0;
	left:0;
	z-index: 10;
}

.container .intro-box{
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	width:100%;
	height: 200%;
	background-color:#ffffff;
	border-top:16px solid #c77578;
}

.container .intro-box .catch-box{
	text-align: center;
	background-color:#000000;
	color:#ffffff;
	padding:40px 8%;
}

.container .intro-box .anim-box{
	max-width: 1200px;
	margin:0 auto;
	position: relative;
	top:0;
	left:0;
}

.container .intro-box .anim-box .bg01{
	position: relative;
	top:0;
	left:0;
	z-index: -1;
	margin-top: 0;
	opacity: 0;
}

.container .intro-box .anim-box .img01{
	position: absolute;
	bottom:0;
	left:52%;
	opacity:0;
	margin-left:80px;
	width:55.2%;
}

.container .intro-box .anim-box .img02{
	position: absolute;
	top:-4%;
	left:18%;
	opacity:0;
	margin-left:-80px;
	width:27.5%;
	text-align: left;
}

.container .intro-box .anim-box .img03{
	position: absolute;
	top:-4%;
	left:1%;
	opacity:0;
	margin-left:-80px;
	width:22.1%;
}

.container .intro-box .anim-box .img04{
	position: absolute;
	bottom:9%;
	left:20%;
	opacity:0;
	margin-left:-80px;
	width:21.3%;
	text-align: left;
}

.container .intro-box .anim-box .img05{
	position: absolute;
	bottom:1%;
	left:0.5%;
	opacity:0;
	margin-left:-80px;
	width:24.7%;
}


.container .intro-box .anim-box .ico01{
	position: absolute;
	top:4%;
	right:0;
	opacity:0;
	width:100%;
	text-align: center;
	margin-top:-80px;
}

.container .intro-box .anim-box .ico01 > .inner{
	padding:0 45%;
}

@media screen and (max-width: 1200px) { /* content size full */	
}

@media screen and (max-width: 767px) { /* sp */
	.container .intro-box{
		margin-top: 7%;
		border-top:8px solid #c77578;
	}
	
	.container .intro-box .catch-box{
		padding:4% 8%;
	}
}

/* head */
.container .header {
	line-height: 1;
	background-repeat: repeat-x;
	text-align: center;
	background-image: url(head_txt01bg.png);
}
.container .header h1 {
	margin: 0;
}
.container .header img {
	vertical-align: middle;
}
.container .header .head-img-box {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	max-width: 1200px;
}
.container .header .head-img-box .title-box {
	position: absolute;
	top:8%;
	left: 2%;
	width: 36%;
}
.container .header .head-img-box .title-box > .inner {
	padding: 2%;
	text-align: left;
}

@media screen and (max-width: 767px) { /* sp */
	div.container .header .head-img-box .title-box {
		top:4%;
	}
}

/* header sub */
.container .header .head-img-box .sub-btn-box{
	position: absolute;
	top:0;
	right: 0;
	z-index: 1;
	width:25%;
	max-width: 240px;
	text-align: right;
	cursor: pointer;
}

.container .header .head-img-box .sub-btn-box img:hover{
	opacity: 0.7;
}

.container .header .head-img-box .sub-box{
	display: none; /* js */
	width:1px;
	height: 1px;
	position: absolute;
	top:0;
	right:0;
	z-index: 3;
	background-color: #ffffff;
	font-weight: bold;
}

div.container .header .head-img-box .open{/* open sub box */
	width:100%;
	height: auto;
	display: block;
}

div.container .header .head-img-box .close{/* close sub box */
	width:1px;
	height: 1px;
}

.container .header .head-img-box .sub-box > .bg-box{
	overflow: hidden;
	padding: 0 2% 2%;
	background-color: #ffffff;
}

.container .header .head-img-box .sub-box > .bg-box > .inner{
	position: relative;
	left:0;
	top:0;
}

.container .header .head-img-box .sub-box .close-btn:hover{
	background-color:#ffece3;
}

.container .header .head-img-box .sub-box .ttl-box{
	font-size: 150.00%; /* 24px */
	border-bottom: 3px solid #000000;
	font-weight: bold;
	padding:8px 8%;
	margin-bottom: 8px;
	position: relative;
	top:0;
	left:0;
}

.container .header .head-img-box .sub-box .ttl-box .close-btn{
	position: absolute;
	bottom:0;
	right:0;
	z-index: 2;
	font-size: 250%;
	font-weight: bold;
	cursor: pointer;
	line-height: 1;
}

.container .header .head-img-box .sub-box .sec{
	margin: 0 auto 8px;
	overflow: hidden;
	text-align: left;
	max-width: 720px;
}

.container .header .head-img-box .sub-box .sec .table{
	display: table;
	width:100%;
}

.container .header .head-img-box .sub-box .sec .num-box{
	display: table-cell;
	width:10%;
	max-width: 72px;
	margin-right:1em;
}

.container .header .head-img-box .sub-box .sec .txt-box{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	line-height: 1.2;
	padding: 1px;
}

.container .header .head-img-box .sub-box .sec .txt-box .ttl{
	color:#000000;
	font-size: 125.00%; /* 20px */
}

.container .header .head-img-box .sub-box .sec01 .txt-box .ttl-sub{
	color:#ef6e2d;
}

.container .header .head-img-box .sub-box .sec02 .txt-box .ttl-sub{
	color:#00a7a8;
}

.container .header .head-img-box .sub-box .sec03 .txt-box .ttl-sub{
	color:#3e81c7;
}

.container .header .head-img-box .sub-box .sec04 .txt-box .ttl-sub{
	color:#8a75db;
}

.container .header .head-img-box .sub-box .sec05 .txt-box .ttl-sub{
	color:#ffb400;
}

.container .header .head-img-box .sub-box .sec06 .txt-box .ttl-sub{
	color:#99cc00;
}

.container .header .head-img-box .sub-box .sec07 .txt-box .ttl-sub{
	color:#44a9e3;
}

.container .header .head-img-box .sub-box .sec08 .txt-box .ttl-sub{
	color:#b9659f;
}

.container .header .head-img-box .sub-box .sec09 .txt-box .ttl-sub{
	color:#c77578;
}

.container .header .head-img-box .sub-box .sec a{
	text-decoration: none;
	display: block;
	color:#000000;
	font-size: 93.80%; /* 15px */
}

.container .header .head-img-box .sub-box .sec a.current .txt-box *,
.container .header .head-img-box .sub-box .sec a:hover .txt-box *{
	color:#ffffff;
}

.container .header .head-img-box .sub-box .sec01 a.current,
.container .header .head-img-box .sub-box .sec01 a:hover{
	background-color: #ef6e2d;
}

.container .header .head-img-box .sub-box .sec02 a.current,
.container .header .head-img-box .sub-box .sec02 a:hover{
	background-color: #00a7a8;
}

.container .header .head-img-box .sub-box .sec03 a.current,
.container .header .head-img-box .sub-box .sec03 a:hover{
	background-color: #3e81c7;
}

.container .header .head-img-box .sub-box .sec04 a.current,
.container .header .head-img-box .sub-box .sec04 a:hover{
	background-color: #8a75db;
}

.container .header .head-img-box .sub-box .sec05 a.current,
.container .header .head-img-box .sub-box .sec05 a:hover{
	background-color: #ffb400;
}

.container .header .head-img-box .sub-box .sec06 a.current,
.container .header .head-img-box .sub-box .sec06 a:hover{
	background-color: #99cc00;
}

.container .header .head-img-box .sub-box .sec07 a.current,
.container .header .head-img-box .sub-box .sec07 a:hover{
	background-color: #44a9e3;
}

.container .header .head-img-box .sub-box .sec08 a.current,
.container .header .head-img-box .sub-box .sec08 a:hover{
	background-color: #b9659f;
}

.container .header .head-img-box .sub-box .sec09 a.current,
.container .header .head-img-box .sub-box .sec09 a:hover{
	background-color: #c77578;
}

.container .header .head-img-box .sub-box .img-box{
	margin: 0 auto;
	max-width: 720px;
	text-align: center;
}

@media screen and (max-width: 767px) { /* sp */
	div.container .header .head-img-box .sub-box{
		overflow: visible;
	}
	div.container .header .head-img-box .sub-box > .inner{
		background-color: #ffffff;
	}
	
	div.container .header .head-img-box .sub-box .ttl-box{
		font-size: 112.50%; /* 18px */
		padding:8px 8% 8px 0;
	}
	
	div.container .header .head-img-box .sub-box .sec{
		margin: 0 auto 1%;
	}
	
	div.container .header .head-img-box .sub-box .sec .txt-box{
		font-size: 100.00%; /* 16px */
	}
	
	div.container .header .head-img-box .sub-box .sec .txt-box .ttl{
		padding-top: 4px;
		font-size: 125.00%; /* 20px */
	}
	
	div.container .header .head-img-box .sub-box .sec a{
		font-size: 12px;
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .header .head-img-box .sub-box .sec a{
		font-size: 10px;
	}
	
	div.container div.header .head-img-box .sub-box .ttl-box{
		margin-bottom: 2%;
		font-size: 12px;
		padding:4px 8% 4px 0;
		border-bottom: 1px solid #000000;
	}
	
	div.container div.header .head-img-box .sub-box .sec .txt-box .ttl {
    padding-top: 0;
	}
}

.container .header .head-sub-box{ /* js fix */
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index: 2;
}

.container .header div.fixed{
	position: fixed;
}

.container .header .head-sub-box > .inner{
	position: relative;
	top:0;
	left:0;
	max-width: 1200px;
	margin:0 auto;
}

/* content */
.container .content-wrap {
	background-color: #c77578;
	max-width: 1200px;
	margin: 0 auto 40px;
	overflow: hidden;
}
.container .content-wrap >.inner {
	padding-right: 6.333333%; /* 76/1200 */
	padding-top:2%;
}
.container .content-wrap >.inner >.innerbg {
	background-color: #fafafa;
	overflow: hidden;
}

.container .content-wrap .left-box {
	background-color: #ffffff;
	float: left;
	width: 66.727%; /* 750/1124 */
}

.container .content-wrap .left-box .left-padding-box {
	padding: 0 11.334%; /* 85/750px */
}
.container .content-wrap .left-box .lead-box {
	font-weight: bold;
	margin-bottom: 40px;
}
	
.container .content-wrap .left-box .h2-ttl {
	color: #c77578;
	margin-bottom: 24px;
	padding-top: 16px;
	line-height: 1.2;
	font-size: 150.00%; /* 24px */
}
.container .content-wrap .left-box .img-note-box {
	padding-top: 4px;
	font-size: 12px;
}
/* pht txt box */
.container .content-wrap .pht-txt-box{
	display: table;
	margin-bottom: 24px;
}

.container .content-wrap .pht-txt-box .pht-box{
	display: table-cell;
	width:61.5384%;/* 400/650px */
}

.container .content-wrap .pht-txt-box .txt-box{
	display: table-cell;
	padding-left:1em;
	vertical-align: bottom;
}

.container .color-blue {
	color: #c77578;
}

.container .bg-blue {
	background-color: #c77578;
}

@media screen and (max-width: 767px) { /* sp */
	div.container .content-wrap .pht-txt-box .txt-box{
		font-size: 87.50%; /* 14px */
	}
}

/* mov */
.container .content-wrap .mov-box {
	text-align: center;
	position: relative;
	width: 100%;
	/* padding-top: 56.25%; */
}
.container .content-wrap .left-box .mov-box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.container .content-wrap .right-box {
	float: right;
	width: 33.274%;
}
.container .content-wrap .right-box >.inner {
	padding: 0 9.894%; /* 37/374 */
}
.container .content-wrap div.right-prof {
	padding-top: 60px;
}
.container .content-wrap .right-box .prof-box {
	overflow: hidden;
	margin-bottom: 24px;
}
.container .content-wrap .right-box .pht-box {
	text-align: center;
	margin-bottom: 8px;
}
.container .content-wrap .right-box .prof-ttl {
	color: #c77578;
	font-weight: bold;
}
.container .content-wrap .right-box .name-box {
	background-color: #000000;
	color: #ffffff;
	padding: 4px 8px;
	font-size: 87.50%; /* 14px */
	vertical-align: middle;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 4px;
}
.container .content-wrap .right-box .prof-txt {
	font-size: 12px;
	margin-bottom: 24px;
}
/* right txt */
.container .content-wrap .right-box .ttl {
	color:#c77578;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
	border:10px solid #c77578;
	padding:2em 1em 3em;
	position: relative;
	top:0;
	left:0;
}

.container .content-wrap .right-box .ttl:before {
	position: absolute;
	top:-10px;
	left:20%;
	z-index: 1;
	width:60%;
	height: 12px;
	content:" ";
	display: block;
	background-color:#fafafa;
}

.container .content-wrap .right-box .ttl:after {
	position: absolute;
	bottom:-10px;
	left:20%;
	z-index: 1;
	width:60%;
	height: 12px;
	content:" ";
	display: block;
	background-color:#fafafa;
}

.container .content-wrap .right-box > .inner .txt-box {
	margin-bottom: 16px;
	line-height: 1.2;
}
.container .content-wrap .right-box > .inner .txt-box .txt {
	font-size: 12px;
	padding-top: 4px;
}

@media screen and (max-width: 767px) { /* sp */
	div.container .content-wrap .left-box,  div.container .content-wrap .right-box {
		width: auto;
		float: none;
	}
	div.container .content-wrap .left-box .lead-box {
		margin-bottom: 0;
		padding-bottom: 24px;
	}
	div.container .content-wrap .left-box .left-padding-box {
		padding: 0 2%;
	}
	div.container .content-wrap .left-box .h2 {
		padding-top: 24px;
		padding-right: 0;
	}
	div.container .content-wrap .right-box > .inner {
		padding: 24px 2%;
	}
	div.container .content-wrap div.right-prof {
		padding-top: 0px;
	}
	div.container .content-wrap div.right-prof > .inner {
		padding-bottom: 0px;
	}
	div.container .content-wrap .right-box .pht-box {
		float: left;
		width: 30%;
		margin-right: 4%;
	}
	div.container .content-wrap .right-box > .txt-box {
		max-width: 300px;
		margin: 0 auto 24px;
	}
	.sp-pb24px {
		padding-bottom: 24px;
	}
}

/* sec1 */
.container .sec1 .right-box{
	padding-top: 840px;
}

.container .sec1 .right-box .ttl{
	margin-bottom: 64px;
}

.container .sec1 .right-box .inner > .ttl .ico{
	position: absolute;
	left:25%;
	bottom:-60px;
	width:50%;
	text-align: center;
	z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 979px) { /* tab */
	div.container .sec1 .right-box .inner > .ttl .ico{
		bottom:-40px;
	}
}

@media screen and (max-width: 767px) { /* sp */
	div.container .sec1 .left-box{
		overflow: hidden;
	}
	
	div.container .sec1 .right-box{
		clear: both;
		padding-top: 24px;
	}
}

/* sec2 */
.container .sec2 .right-box .ttl{
	margin-bottom: 64px;
	padding: 1em 8px 5em;
}

.container .sec2 .right-box .inner > .ttl .ico{
	position: absolute;
	left:25%;
	bottom:-60px;
	width:50%;
	text-align: center;
	z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 979px) { /* tab */
	div.container .sec2 .right-box .inner > .ttl .ico{
		bottom:-40px;
	}
}

@media screen and (max-width: 767px) { /* sp */
	div.container .sec2 .left-box{
		overflow: hidden;
	}
	
	div.container .sec2 .right-box{
		clear: both;
		padding-top: 24px;
	}
}

/* sec3 */
.container .content-wrap .sec3{
}


@media screen and (max-width: 767px) { /* sp */
	div.container .sec3 .left-box{
		overflow: hidden;
	}
}

/* sec4 */
@media screen and (max-width: 767px) { /* sp */
	div.container .sec4 .left-box{
		overflow: hidden;
	}
}

/* sec5 */
@media screen and (max-width: 767px) { /* sp */
	div.container .sec5 .left-box{
		overflow: hidden;
	}
}

/* sec6 */
@media screen and (max-width: 767px) { /* sp */
	div.container .sec6 .left-box{
		overflow: hidden;
	}
}

/* sec8 */
.container .content-wrap .sec8{
	clear: both;
}
.container .content-wrap .sec8 > .left-box{
	padding-top: 64px;
	color:#ffffff;
}

.container .content-wrap .sec8 .ttl-box{
	margin-left: 11.334%;
	border-bottom: 2px solid #ffffff;
	margin-bottom: 24px;
}

.container .content-wrap .sec8 .ttl-box > .inner{
	position: relative;
	top:0;
	left:0;
	padding-top:40px;
	padding-right: 24%;
	padding-bottom: 4px;
	padding-left:4px;
	color:#ffffff;
}

.container .content-wrap .sec8 .ttl-box > .inner .ttl{
	font-size: 150.00%; /* 24px */
	font-weight: bold;
	line-height: 1.2
}

.container .content-wrap .sec8 .ttl-box > .inner .ttl span{
	font-size: 125.00%; /* 24 to 30px */
}

.container .content-wrap .sec8 .ttl-box > .inner .ico{
	position: absolute;
	bottom:0;
	right: 0;
	line-height: 1;
	width:30%;
	text-align: center;
}

.container .content-wrap .sec8 .ttl-box > .inner .marker{
	position: absolute;
	bottom:-2px;
	right: 99.9%;
	line-height: 1;
	width:10%;
	text-align: right;
}
.container .content-wrap .sec8 .ttl-box .marker img{
	vertical-align: bottom;
}

@media screen and (max-width: 959px) { /* tab */
	div.container .content-wrap .sec8 .ttl-box > .inner{
		padding-top:8px;
	}
	div.container .content-wrap .sec8 .ttl-box > .inner .ttl{
		font-size: 2.9vw;
	}
	div.container .content-wrap .sec8 .ttl-box > .inner .ico{
		width:24%;
	}
}

@media screen and (max-width: 767px) { /* sp */
	div.container .content-wrap .sec8 .ttl-box > .inner .ttl{
		font-size: 4.2vw;
	}
}

/* inquiry-box */
.inquiry-box {
	font-weight: bold;
	text-align: center;
	padding-top: 64px;
	padding-bottom: 96px;
}
.inquiry-box .ttl {
	color: #3e81c7;
	margin-right: 0.5em;
}
.notice-box {
	clear: both;
	padding: 0px 2% 24px;
	text-align: center;
	font-size: 12px;
	border-bottom: 5px solid #c77578;
}

@media screen and (max-width: 767px) { /* sp */
	div.notice-box {
		position: relative;
		width: auto;
	}
}
/* bottom-box */
.bottom-box {
	padding-top: 40px;
	margin: 0 2% 40px;
	text-align: center;
}

.bottom-box a{
	display: block;
}

.bottom-box a img{
	border:2px solid #000000;
}

@media screen and (max-width: 767px) { /* sp */
	div.bottom-box {
		padding-top: 40px;
	}
}


/* totop */
.totop {
	background-color: #ffffff;
	text-align: center;
	padding: 40px 10% 64px;
}
/* sns */
.sns-box {
	overflow: hidden;
	line-height: 1;
}
.social_buttons {
	float: right;
	list-style: none;
	overflow: hidden;
	padding: 16px 0;
	margin: 0;
}
.social_buttons li {
	float: left;
	margin-left: 4px;
}
/* fix
-------------------------------------------------------- */
/* micro clearfix -------- */
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/* for iphone ----------- */
body {
	-webkit-text-size-adjust: 100%; /* iphone 自動調整対策 */
}
/* for android ---------- */
/* 折り返し対策 */
.container p {
	background-image: url(androidfix.png);
}
