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

@charset 'UTF-8';


/*SP表示*/
@media screen and (max-width: 749px) {
.pc_display{
	display:none;
}
.sp_display{
	display:block;
}

}

/*PC表示*/
@media screen and (min-width: 750px) {
.sp_display{
	display:none;
	}
.pc_display{
	display:block;
	}
}


/* CSS Document */

body{
	-webkit-text-size-adjust: 100%;
}

#contents{
	margin-top:0 !important;
	padding-top:50px;
}

#contents ul{
	background: none;
}

#right_content {
	width:670px;
	margin-left:auto;
	margin-right:auto;
}


.title{
	color:#8D8B83;
	font-size:11px;
	background:url(../img/aujua/ttl_aujua_aujuasommelier.gif) no-repeat left top;
	padding:20px 0 10px 420px;
	margin-bottom:20px;
	border-bottom:1px solid #EC7392;
}

.link_btn{
	width:;
	overflow:hidden;
	margin:0 !important;
	padding:0 !important;
	margin-bottom:30px !important
}

.link_btn li{
	float:left;
	margin:0 !important;
	padding:0 !important;
	width:auto !important;
	margin-right:20px !important;
}

.title_aujua{
	border-bottom:2px solid #A99F97;
	padding-bottom:5px;
	margin-bottom:20px;
}

.aujua_content dt{
	margin-bottom:20px;
}

.aujua_content dd{
	color:#A99F97;
	font-size:19px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom:20px;
}

.mouhatsu{
	text-align:center;
	border-bottom:2px solid #A99F97;
	padding-bottom:30px;
	margin-bottom:30px;
}

.aujua_text dt{
	color:#C69C6D;
	font-size:25px;
	margin-bottom:10px;
}

.aujua_text dd{
	color:#A99F97;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:130px;
}

.staff_base_box{
	overflow:hidden;
}

.staff_base_box .staff_title{
	font-size:25px;
	color:#C69C6D;
	margin-bottom:20px;
	font-weight:bold;
}

.staff_base_box ul{
	margin:0 !important;
	padding:0 !important;
}

.staff_base_box ul li{
	width:280px !important;
	height:600px;
	margin:0 !important;
	padding:0 !important;
	margin-bottom:20px!important;
	margin-right:30px !important;
	float:left;
}

.staff_base_box ul li.right_staff{
	margin:0 !important;
	margin-right:0px !important;
}



.staff_base_box .staff_box p{
	margin-bottom:10px;
}

.staff_base_box .staff_box dl dt{
	color:#C69C6D;
	font-size:19px;
	margin-bottom:15px;
	font-weight:bold;
}

.staff_base_box .staff_box dl dd{
	font-size:14px;
	color:#A99F97;
}



/*/////////////スタイル用css////////////////////*/
.mtop20 {
	margin-top:20px;
}

.mtop40 {
	margin-top:40px;
}


.mleft20 {
	margin-left:20px;
}

.mleft100 {
	margin-left:100px;
}

.mtop10 {
	margin-top:10px;
}

.mbot5 {
	margin-bottom:5px;
}

.mbot10 {
	margin-bottom:10px !important;
}

.mbot15 {
	margin-bottom:15px;
}

.mbot20 {
	margin-bottom:20px;
}

.mbot25 {
	margin-bottom:25px;
}

.mbot30 {
	margin-bottom:30px;
}

.mbot40 {
	margin-bottom:40px;
}

.mbot50 {
	margin-bottom:50px;
}

.mbot60 {
	margin-bottom:60px;
}

.mbot70 {
	margin-bottom:70px;
}

.mbot90 {
	margin-bottom:90px !important;
}

.mbot100 {
	margin-bottom:100px !important;
}

.btm0 {
	margin-bottom:0 !important;
}


.center {
	text-align:center;
}