@charset "utf-8";
/*------------------------------------------------------------
	nordlysページ
------------------------------------------------------------*/
.box01, .box02, .box03, .box04, .box05, .box06, .box07 {
    font-size: 14px;
    line-height: 1.4em;
}
#main h2 {
    margin: 0 auto 20px;
    text-align: center;
}
#main .ttlBox {
    margin:55px 0 30px;
    width: auto;
}
#main h3 {
	background: #FFF url(/beauty/img/h3_bg.gif) repeat-x left bottom;
}

#main h3 .back {
	padding: 5px 0 7px 10px;
}

#main h3 .back span {
	display: block;
	padding: 3px 5px 3px 16px;
	vertical-align: bottom;
}
#main h4 {
    border-bottom: 2px solid #ff9407;
    color: #ff9407;
    font-size: 1.2em;
    margin: 0;
}
.rad {color:#a22b2e;}

/*　コンテンツ：box01　*/
.box01 {
    margin: 0 auto;
    text-align: center;
}
/*　コンテンツ：box02　*/
.box00 {
    margin: 40px 0 0;
    overflow: hidden;
    width: 970px;
}
.boxleft {
    float: left;
    text-align: center;
    width: 320px;
}
.boxleft dl {
    text-align: left;
	margin:0 0 40px 0;
}
.boxleft dt {
	margin:0 0 10px 0;
}
.boxleft img {
	margin:0 0 15px 0;
}
.boxright {
    float: right;
    width: 630px;
}
/*　コンテンツ：box03　*/
.boxright dl {
    text-align: left;
	margin:15px 0 0 0;
}
.boxright dt {
    font-size: 1.1em;
	color:#ff9407;
	border-bottom:1px solid #ff9407;
	font-weight:bold;
}
.boxright dd {
    margin: 10px 0 20px;
}
.boxright p {
	margin:15px 0 0 0;
}
.cam {
	border:2px solid #ff9407;
	padding:10px;
	color:#ff9407;
	text-align:center;
	margin:0 0 30px 0;
	font-size:1.2em;
}
.center {
	text-align:center;
	margin:0 0 45px 0;
}















/* 
#main ul {
	margin: -18px -40px 0 2px;
	width: 976px;
	overflow: hidden;
	zoom: 1;
}

#main ul li {
	background: url(/beauty/img/sub_box_btm_bg.jpg) no-repeat left bottom;
	float: left;
	margin: 18px 8px 0 0;
	width: 236px;
	position: relative;
	zoom: 1;
}

#main ul li img {
	display: block;
} */

#main ul li .subBox .title {
	background-color: #FF8697;
	color: #FFF;
	display: block;
	font-size: 1.6em;
	margin-top: 10px;
	padding: 5px 6px 1px;
	text-align: center;
}

#main ul li .subBox .other {
	font-size: 1.2em;
	padding: 7px 6px 5px;
}

#main ul li .subBox {
	background: url(/beauty/img/sub_box_top_bg.jpg) no-repeat left top;
	padding: 12px 12px 22px;
}

#main ul li .subBox p {
	font-size: 1.2em;
	line-height: 1.85;
	margin: 16px 8px 16px 11px;
}

#main ul li .subBox .link01 {
	background: url(/beauty/img/link_btm_bg.gif) no-repeat left bottom;
	font-size: 1.4em;
	margin: 0 7px 0 9px;
	text-align: center;
	position: relative;
	zoom: 1;
}

#main ul li .subBox .link01 a {
	background: url(/beauty/img/link_top_bg.gif) no-repeat left top;
	display: block;
	text-decoration: none;
	padding: 5px 13px 5px 20px;
	zoom: 1;
}

#main ul li .subBox .link01 a:hover {
	text-decoration: underline;
}

#main ul li .subBox .link01 a span {
	font-size: 0.85em;
	display: block;
}


.text_box01	{
	margin-bottom:30px;
}

.iplArea{
	display: flex;
	justify-content: space-around;
}

.iplArea li{
	text-align: center;
    background-color: #ff9407;
    width: calc(100% / 3 - 50px);
    font-weight: bold;
    padding: 2%;
    color: white;
}

.ttl01{
	background: #ec8596;/*背景色*/
	padding: 0.5em;/*文字まわり（上下左右）の余白*/
	font-weight: bold;
	color: white;
    font-size: 120%;

  }


