@charset "UTF-8";
/* CSS reset */
html,body,div,h1,h2,h3,h4,h5,h6,p,a,blockquote,pre,address,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset{
	margin: 0;
	padding: 0;
	line-height:20px;
	text-decoration:none;
	list-style-type:none;
	font-family:'Noto Sans Japanese';
	font-size:14px;
	letter-spacing:0.5px;
	}

												/*index*/
body{
	width:100%;
	background-image:
	url(img/index_line01.jpg),url(img/header_bg_wide.jpg),url(img/gnav_bg.jpg),url(img/header_mineral_bg.png),url(img/header_bg_wide.jpg),url(img/bg03.gif);
	background-repeat:
	repeat-x,repeat-x,repeat-x,repeat-x,repeat-x,repeat;
	background-position:
	0 65px,top,0 141px,0 223px,bottom,bottom;
	}
	
.body_wrap{
	width:990px;
	margin:0 auto;
	background-image:url(img/index_line01.jpg),url(img/header_bg.jpg),url(img/header_bg.jpg);
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-position:0 65px,top,bottom;
	background-color:rgba(255,255,255,0.50);
	}
.header_top:after{
	content:"";
	clear:both;
	display:block;/*クリアフィックス*/
	}
.top_image{
	height:140px;
	width:auto;
	padding-left:20px;
	float:left;
	}
.header_cont01{
	heigth:140px;
	width:414px;
	float:left;
	}
.header_cont01 img{
	padding:50px 0 0 20px;
	}
.header_cont01 h1{
	padding:10px 0 0 20px;
	font-size:17px;
	font-family:Times New Roman,"Hiragino Mincho Pro","ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;;
	font-weight:200;
	letter-spacing:2px;
	color:#fff;
	}
.header_cont02{
	heigth:140px;
	width:414px;
	float:right;
	}
.saron_title{
	padding:38px 25px 0 84px;
	width:305px;
	}	
.freedial{
	padding:10px 25px 0 84px;
	font-size:24px;
	line-height:26px;
	}
.hours{
	padding:5px 25px 0 84px;
	font-size:18px;
	}
.hours span{
	padding-left:10px;
	}
nav{
	height:81px;
	width:990px;
	}
nav li{
	width:164px;
	height:82px;
	margin-top:1px;
	text-align:center;
	border-right:solid 1px #F1B67F;
	background-image:url(img/gnav_bg_hover.jpg);
	background-repeat:no-repeat;
	float:left;
	}
nav li a{
	display:block;
	width:163px;
	height:54px;
	font-size:14px;
	padding-top:28px;
	color:#fff;
	background-image:url(img/gnav_bg.jpg);
	background-repeat:no-repeat;
	}
nav li a:hover{
	background-image:none;
	}
nav li:first-child{
	width:163px;
	border-right:solid 1px #F1B67F;
	border-left:solid 1px #F1B67F;
	}
.special{
	position:relative;
	}	
.special_cont{
	width:414px;
	height:439px;
	background-image:url(img/index_mineral_bg.png);
	background-repeat:no-repeat;
	position:absolute;
	top:2px;
	z-index:1;
	}
.special_cont h2{
	width:180px;
	font-family:Times New Roman,"Hiragino Mincho Pro","ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;;
	font-weight:300;
	font-size:16px;
	letter-spacing:1px;
	line-height:25px;
	color:#F6D066;
	position:absolute;
	top: 30px; left: 150px;
	}
.special_cont h2 span{
	letter-spacing:4px;
	font-weight:500;
	font-size:26px;
	}
.special_cont img{
	position:absolute;
	top:28px; left:12px;
	}
.special_cont .special_link a{
	display:block;
	width:130px;
	color:#fff;
	font-size:12px;
	position:absolute;
	top:140px; left:154px;
	}
.special_cont .special_link_btn{
	width:17px;
	height:auto;
	position:absolute;
	top:3px; left:90px;
	}
.special_link:hover{
	opacity:0.5;
	}	
.bx-wrapper{
	position:absolute;
	top:0; left:90px;
	z-index:0;
	}	
.info{
	width:760px;
	background-color:#000;
	margin:30px auto;
	padding:20px;
	color:#fff;
	}
.info:after{
	content:"";
	clear:both;
	display:block;/*クリアフィックス*/
	}
.info h2{
	width:760px;
	margin:0 auto;
	padding-bottom:5px;
	border-bottom:solid 1px #fff;
	}
.to_newsList a{
	display:block;
	width:70px;
	font-size:12px;
	font-weight:200;
	text-align:center;
	color:#000;
	background-color:#FFF;
	float:right;
	}	
.to_newsList a:hover{
	background-color:#FFD45F;
	}	
.info .news_ico{
	margin:15px 20px 5px 20px;
	width:30px;
	float:left;
	}
.info dl{
	width:690px;
	float:left;
	margin-top:5px;
	}
.info dl dt{
	margin-top:5px;
	color:#FFAB4A;
	font-size:12px;
	}
.info dl dd{
	width:690px;
	height:30px;
	border-bottom:dotted 1px #fff;
	}
.info dl dd a{
	color:#fff;
	}
.info dl dd a:hover{
	color:#FFD45F;
	}
.contents_area{
	padding:25px 15px;
	background-image:url(img/index_concept_bg.jpg);
	background-repeat:no-repeat;
	}
.contents_area:after{
	content:"";
	display:block;
	clear:both;
	}
.contents_area h2 img{
	vertical-align:middle;
	margin-left:10px;
	margin-bottom:30px;
	}
.contents_area li{
	width:280px;
	padding:20px;
	float:left;
	text-align:center;
	}
.contents_area li p{
	height:34px;
	padding-top:10px;
	font-size:12px;
	font-family:Times New Roman,"Hiragino Mincho Pro","ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
	font-weight:bold;
	background-image:url(img/index_content_flame.png);
	background-repeat:no-repeat;
	background-position:center;
	}
.contents_area li a{
	color:#6D520C;
}
.contents_area li img{
	margin-bottom:5px;
	border-radius:50%;
	-ms-transition: all 0.3s ease;/*traisition*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.contents_area li img:hover{
	border-radius:50%;
	box-shadow:0 0 3px 5px #FFF000;
	}
.access_area{
	margin:30px 0;
	padding:15px;
	}
.access_area h2 img{
	vertical-align:middle;
	padding-left:10px;
	}
.access_area p{
	width:965px;
	padding:30px 0 0 10px;
	}
.google_map{
	margin:10px 10px 0;
	width:960px;
	}
.site_map{
	padding:5px 15px;
	height:100px;
	}
.site_map h2 img{
	vertical-align:middle;
	padding-left:10px;

	}
.site_map ul{
	width:200px;
	margin:20px 0 20px 60px;
	float:left;
	}
.site_map ul li{
	margin-top:8px;
	list-style-type:disc;
	}
.site_map ul li a{
	color:#555;
	font-family:Times New Roman,"Hiragino Mincho Pro","ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
	}
.site_map ul li a:hover{
	color:#000;
	text-decoration:underline;
	}
.site_map .contact_btn a{
	display:block;
	margin:35px 0 50px 100px;
	text-align:center;
	line-height:50px;
	color:#fff;
	width:237px;
	height:50px;
	background-image:url(img/index_contact_btn.png);
	float:left;
	}
.site_map .contact_btn a:hover{
	color:#AB7F26;
	}
footer{
	clear:both;
	height:86px;
	padding:50px 25px 5px;
	}
.footer_01,.footer_02,.footer_03{
	width:300px;
	padding-left:13px;
	float:left;
	}
.footer_02 h2,.footer_02 p{
	margin-top:-5px;
	margin-bottom:5px;
	font-size:12px;
	font-weight:200;
	color:#fff;
	text-indent:2em;
	}
.footer_03{
	font-size:14px;
	}
.footer_03 img{
	width:40px;
	height:auto;
	}
.footer_03 .dial{
	font-size:22px;
	line-height:22px;
	}
.footer_03 span{
	margin-left:10px;
	}
#copyright{
	width:990px;
	text-align:center;
	margin-top:70px;
	font-size:14px;
	font-family:Times New Roman,"Hiragino Mincho Pro","ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
	}

											/*concept*/	
#under_body{
	width:100%;
	background-image:
	url(img/index_line01.jpg),url(img/header_bg_wide.jpg),url(img/gnav_bg.jpg),url(img/header_bg_wide.jpg),url(img/bg02.jpg);
	background-repeat:
	repeat-x,repeat-x,repeat-x,repeat-x,no-repeat;
	background-position:
	0 65px,top,0 141px,bottom,bottom;
	}
#saron_concept_bg{
	background-image:url(img/concept_bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:40px;
	}
#saron_concept_bg:after{
	content:"";/*クリアフィックス*/
	display:block;
	clear:both;
	}
.saron_concept_title{
	margin-top:1px;
	height:102px;
	background-image:url(img/concept_title.jpg);
	background-repeat:no-repeat;
	position:relative;
	}
.saron_concept_title h2{
	color:#fff;
	text-align:center;
	padding-top:75px;
	font-weight:200;
	}
.saron_concept01 h2,.saron_concept02 h2,.saron_concept03 h2{
	padding-top:60px;
	text-align:center;
	clear:both;
	}
.saron_concept01 img,.saron_concept02 img,.saron_concept03 img{
	margin:30px 0 20px;
	}
.saron_concept01 h3,.saron_concept02 h3,.saron_concept03 h3{
	text-align:center;
	font-size:20px;
	font-weight:200;
	color:#fff;
	letter-spacing:0.1em;
	}
.saron_concept01 p,.saron_concept02 p,.saron_concept03 p{
	margin-top:30px;
	text-align:center;
	font-family:Times New Roman,"Hiragino Mincho Pro","ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
	font-weight:200;
	color:#fff;
	line-height:30px;
	letter-spacing:0.2em;
	}
.saron_concept01 li{
	text-align:center;
	width:330px;
	float:left;
	}
.saron_concept01 li.total_beauty01{
	background-image:url(img/concept_haircare_hover.png);
	background-repeat:no-repeat;
	background-position:31px 30px;
	}
.saron_concept01 li.total_beauty02{
	background-image:url(img/concept_cut_hover.png);
	background-repeat:no-repeat;
	background-position:31px 30px;
	}
.saron_concept01 li.total_beauty03{
	background-image:url(img/concept_nail_hover.png);
	background-repeat:no-repeat;
	background-position:31px 30px;
	}
.total_beauty01 img,.total_beauty02 img,.total_beauty03 img{
	-ms-transition: all 1s ease;/*traisition*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	}
.total_beauty01 img:hover,.total_beauty02 img:hover,.total_beauty03 img:hover{
	opacity:0;
	}
.saron_concept02 #relax01{
	width:435px;
	text-align:center;
	padding-left:60px;
	float:left;
	}
.saron_concept02 #relax02{
	width:435px;
	text-align:center;
	padding-right:60px;
	float:left;
	}
.saron_concept02 #relax03{
	clear:both;
	width:495px;
	margin:0 auto;
	text-align:center;
}
.saron_concept03 li{
	width:355px;
	float:left;
	padding-bottom:60px;
	}
#luxury01{
	padding-left:140px;
	}
#luxury02{
	text-align:right;
	padding-right:140px;
	}
	
												/*special*/
.special_cont01 h2,.special_cont02 h2,.special_cont03 h2{
	width:990px;
	margin:60px 0 30px;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:30px;
	font-weight:200;
	color:#833D3E;
	letter-spacing:0.2em;
	}
.special_cont01 h3{
	width:990px;
	margin:30px 0 30px;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	font-weight:200;
	color:#833D3E;
	letter-spacing:0.1em;
	line-height:40px;
	}	
.special_cont01 p,.special_cont02 p,.special_cont03 p{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:14px;
	color:#874B4C;
	letter-spacing:0.2em;
	}
.special_cont01 li{
	width:290px;
	padding:10px 20px;
	position:relative;
	float:left;
	}
.special_cont01 li img{
	display:block;
	width:210px;
	margin:0 auto;
	}
div.comment_bg{
	width:264px;
	height:309px;
	position:absolute;
	top:200px; left:33px;
	background-image:url(img/special_comment_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	}
div.comment_bg p{
	padding:80px 20px 20px;
	line-height:25px;
	}
.special_cont02{
	width:924px;
	margin:615px auto 0;
	}
.special_cont02 img{
	float:left;
	}
.special_cont02 li:after{
	content:"";
	display:block;
	clear:both;
	}
.special_cont02 li{
	margin-top:15px;
	}
.special_cont02 li div{
	width:407px;
	height:123px;
	padding:30px;
	background-color:#E8E7E8;
	float:right;
	}
.special_cont02 li div p{
	line-height:25px;
	}
.special_cont03 p{
	width:600px;
	margin:20px auto;
	background-color:#4F200F;
	color:#fff;
	line-height:25px;
	text-align:center;
	border-radius:10px;
	}
.special_cont03 ul{
	margin:30px 0 70px;
	}
.special_cont03 li{
	width:550px;
	margin:30px auto;
	font-size:16px;
	font-weight:200px;
	color:#833D3E;
	}
	
												/*price*/
.price_title{
	margin-top:1px;
	height:102px;
	background-image:url(img/price_title.jpg);
	background-repeat:no-repeat;
	position:relative;
	}
.price_title h2{
	color:#fff;
	text-align:center;
	padding-top:75px;
	font-weight:200;
	}
.price_cat h2,.price_cat h3,.price_cat p{
	width:990px;
	text-align:center;
	margin-bottom:40px;
	}
.price_cat h2{
	margin:60px 0 30px;
	font-family:Times New Roman,"Hiragino Mincho Pro","ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
	font-size:22px;
	color:#6C450F;
	letter-spacing:0.2em;
	}
.price_cat ul li{
	margin:25px 0 0 270px;
	color:#6C450F;
	letter-spacing:0.2em;
	font-family:Times New Roman,"Hiragino Mincho Pro","ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
	}
.price_cat small{
	letter-spacing:0;
	}
.price_cat .mineral_text{
	width:600px;
	margin:20px auto;
	background-color:#4F200F;
	color:#fff;
	line-height:25px;
	text-align:center;
	border-radius:10px;
	font-family:Times New Roman,"Hiragino Mincho Pro","ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
	}
.price_cat h3{
	margin:60px 0 20px;
	font-family:Times New Roman,"Hiragino Mincho Pro","ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
	font-size:22px;
	color:#6C450F;
	letter-spacing:0.2em;
	}
.price_cat .handcare_text{
	width:600px;
	margin:20px auto;
	background-color:#4F200F;
	color:#fff;
	line-height:25px;
	text-align:center;
	border-radius:10px;
	font-family:Times New Roman,"Hiragino Mincho Pro","ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
	}
.price_cat .handcare_before_after{
	width:500px;
	margin:20px auto 50px;
	}
.price_cat .handcare_before_after img:first-child{
	margin-right:50px;
	}
														/*voices*/
.voice_title{
	margin-top:1px;
	margin-bottom:30px;
	height:102px;
	background-image:url(img/price_title.jpg);
	background-repeat:no-repeat;
	position:relative;
	}
.voice_title h2{
	color:#fff;
	text-align:center;
	padding-top:75px;
	font-weight:200;
	}
.voice_cont li{
	width:290px;
	padding:10px 20px;
	position:relative;
	float:left;
	}
.voice_cont li img{
	display:block;
	width:210px;
	margin:0px auto 330px;
	
	}
div.voice_bg{
	width:264px;
	height:309px;
	position:absolute;
	top:200px; left:33px;
	background-image:url(img/voice_bg02.png);
	background-repeat:no-repeat;
	background-position:bottom;
	}
div.voice_bg p{
	padding:80px 20px 20px;
	line-height:25px;
	font-family:Times New Roman,"Hiragino Mincho Pro","ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
	font-size:14px;
	color:#874B4C;
	letter-spacing:0.1em;
	}
.voice_odd .voice_bg{
	background-image:url(img/voice_bg01.png);
	background-repeat:no-repeat;
	background-position:bottom;
	}
.voice_odd .voice_bg p{
	color:#F5BEBF;
	}

													/*saron*/
.saron_cont_title{
	margin-top:1px;
	margin-bottom:30px;
	height:102px;
	background-image:url(img/saron_title_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
	}
.saron_cont_title h2{
	color:#fff;
	text-align:center;
	padding-top:75px;
	font-weight:200;
	}
.saron_wrap{
	width:837px;
	margin:80px auto;
	}
.saron_picture01 h2,.saron_picture02 h2,.saron_picture03 h2,.saron_picture04 h2{
	margin-top:15px;
	text-align:center;
	font-size:12px;
	font-weight:200;
	color:#593435;
	font-family:Times New Roman,"Hiragino Mincho Pro","ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
	}
.saron_picture01 h2 img,.saron_picture02 h2 img,.saron_picture03 h2 img,.saron_picture04 h2 img{
	vertical-align:middle;
	padding-bottom:3px;
	}
.saron_picture01{
	margin-bottom:50px;
	}
.saron_picture02,.saron_picture03{
	width:397px;
	}
.saron_picture02{
	float:left;
	}
.saron_picture03{
	float:right;
	}
.saron_picture04{
	clear:both;
	padding-top:50px;
	}
#saron_img01{
	display:block;
	width:837px; height:507px;
	background-color:#000;
	background-image:url(img/saron_img01_hover.jpg);
	background-repeat:no-repeat;
	}
#saron_img02{
	display:block;
	width:397px; height:462px;
	background-image:url(img/saron_img02_hover.jpg);
	background-repeat:no-repeat;
	}
#saron_img03{
	display:block;
	width:397px; height:462px;
	background-image:url(img/saron_img03_hover.jpg);
	background-repeat:no-repeat;
	}
#saron_img04{
	display:block;
	width:837px; height:507px;
	background-image:url(img/saron_img04_hover.jpg);
	background-repeat:no-repeat;
	}
#saron_img01 img,#saron_img02 img,#saron_img03 img,#saron_img04 img{
	-ms-transition: all 1s ease;/*traisition*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	}
#saron_img01 img:hover,#saron_img02 img:hover,#saron_img03 img:hover,#saron_img04 img:hover{
	opacity:0;
	}

													/*contact*/
.contact_title{
	margin-top:1px;
	margin-bottom:70px;
	height:102px;
	background-image:url(img/contact_title.jpg);
	background-repeat:no-repeat;
	position:relative;
	}
.contact_title h2{
	color:#fff;
	text-align:center;
	padding-top:75px;
	font-weight:200;
	}
.contact_wrap{
	background-image:url(img/contact_bg.jpg);
	background-repeat:no-repeat;
	}
.required{
	color:#FF4447;
	}
form{
	width:700px;
	float:left;
	}
table{
	width:700px;
	float:left;
	}
.contact_img_area{
	width:290px;
	float:left;
	}
.contact_img_area img{
	display:block;
	width:140px;
	margin:0 auto 50px;
	}
.contact_wrap:after,form:after,.contact_img_area:after{
	content:"";/*クリアフィックス*/
	display:block;
	clear:both;
	}
tr{
	height:70px;
	vertical-align:top;
	}
th{
	width:300px;
	font-size:16px;
	color:#603611;
	text-align:right;
	}
td p{
	font-size:11px;
	line-height:0;
	margin-top:15px;
	}
.caution_text{
	text-indent:2em;
	}
td{
	width:400px;
	text-align:center;
	color:#fff;
	}
#selectbox01{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	height:30px;
	width:300px;
	text-align:center;
	text-align:-webkit-center;
	background:#EEE url(img/contact_pulldown.png) no-repeat;
	background-size:10px 8px;
	background-position: right 5px center;
	background-color:#FCEEDB;
	border:solid 1px #A77813;
	cursor:pointer;
	}
#selectbox02,#selectbox03,#selectbox04{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	height:30px;
	width:100px;
	text-align:center;
	text-align:-webkit-center;
	background:#EEE url(img/contact_pulldown.png) no-repeat;
	background-size:10px 8px;
	background-position: right 5px center;
	background-color:#FCEEDB;
	border:solid 1px #A77813;
	cursor:pointer;
	}
textarea{
	width:300px;
	}
.check_btn{
	margin:20px 0 5px;
	width:130px;
	height:30px;
	background-color:#FCFFC8;
	border:none;
	border-radius:5px;
	cursor:pointer;
	}
.check_btn:hover{
	background-color:#FF7E80;
	}
.check_text{
	color:#fff;
	padding-bottom:10px;
	}
.thanks_title{
	width:990px;
	height:350px;
	background-image:url(img/contact_title.jpg);
	background-repeat:no-repeat;
	}
.thanks_title h2{
	color:#fff;
	text-align:center;
	padding-top:75px;
	font-weight:200;
	}
h3.thanks{
	margin:80px 0 30px;
	padding-left:50px;
	font-size:22px;
	}
p.thanks{
	margin-top:10px;
	padding-left:50px;
	}
#error,#error1,#error2,#error3,#error4{
	font-size:12px;
	color:#FF0000;
	}
#error{
	margin-bottom:130px;
	}

										/*newsList*/
.newsList{
	padding:60px 60px 30px 60px;
	margin-bottom:30px;
	background-color:#414141;
	}
.newstitle{
	padding-bottom:10px;
	font-size:18px;
	font-weight:200;
	color:#fff;
	border-bottom:solid 1px #fff;
	}
.news{
	width:100%;
	margin:20px 0;
	padding-bottom:5px;
	border-bottom:dotted 1px #fff;
	}
.news:after{
	content:"";
	display:block;
	clear:both;
	}
.news .news_ico_area{
	width:5%;
	float:left
	}
	
.news .date_subject_area{
	width:93%;
	margin-top:5px;
	margin-left:2%;
	float:left;
	}
.news .date_subject_area .date{
	color:#ffab4a;
	}
.news .date_subject_area a{
	color:#fff;
	}
.news .date_subject_area a:hover{
	color:#ffd45f;
	}
										/*newsCont*/
.newsCont{
	padding:30px;
	background-color:#fff;
	box-shadow:0 0 10px #000;
	}
.newsCont:after{
	content:"";
	display:block;
	clear:both;
	}
.newsCont .date{
	font-size:16px;
	margin-bottom:30px;
	color:#ffab4a;
	font-weight:200;
	}
.newsCont .newsSubject{
	width:90%;
	font-size:18px;
	margin:0 auto 20px;
	}
.newsCont .mainImg{
	width:90%;
	margin:0 auto 10px;
	}
.newsCont .content{
	width:90%;
	margin:0 auto 30px;
	font-size:14px;
	}
.newsCont .subImg01{
	width:40%;
	margin:0 5%;
	float:left;
	}
.newsCont .subImg02{
	width:40%;
	margin:0 5%;
	float:left;
	}
.caption{
	margin-bottom:30px;
	}
.newsCont .url{
	width:90%;
	margin:0 auto 30px;
	color:#5F5F5F;
	}
.newsCont .url a{
	color:#5F5F5F;
	}
.newsCont .url a:hover{
	color:#000;
	}
.newsCont img{
	width:100%;
	height:auto;
	}
.view_link_area{
	clear:both;
	width:90%;
	margin:0 auto;
	}
.view_link_area:after{
	content:"";
	clear:both;
	display:block;
	}
.view_link_area p{
	width:50%;
	line-height:30px;
	font-size:12px;
	text-align:center;
	float:left;
	}
.view_link_area div:first-child p{
	background-color:#636363;
	color:#fff;
	}
.view_link_area div:last-child a{
	display:block;
	background-color:#ECECEC;
	line-height:30px;
	color:#636363;
	font-size:12px;
	}
.view_link_area div:last-child a:hover{
	background-color:#DBDBDB;
	}
.paging{								/*pager位置設定*/
	clear:both;
	text-align:center;
	color:#fff;
	}
.paging a{
	color:#fff;
	}
#pageNo_strong{
	font-weight:900;
	}
	
	
	
	
	
	
	
	
	
	
	