@charset "utf-8";

/******************************************************************************************
　　基本レイアウト指定
******************************************************************************************/


/* 画像の最大幅を100%に */
img{
	max-width: 100%;
	height: auto;
}

/*フォント設定*/
body{
	-webkit-text-size-adjust: 100%;	/*文字サイズの自動調整オフに*/
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #333333;
}

/*背景色*/
body{ background: #FFFFFF; }


/*リンク色*/
a{
	color: #12216B;
	text-decoration: underline;
}

a:visited{
	color: #476DC7;
}
a:hover{
	color: #12216B;
	text-decoration: none;
}
a:active{
	color: #476DC7;
}



/******************************************************************************************
	pc size
******************************************************************************************/

/* 幅指定 */
header, nav, #contents, footer{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
@media \0screen\,screen\9{
    header, nav, #contents, footer{ width: 980px; }
}

/* マージン */
#contents,
#footer_wrap{
	margin-top: 15px;
}


/*--------------------------------------------------------------------*/
/*ヘッダー*/
/*--------------------------------------------------------------------*/

#header_wrap{
	padding: 15px 0 0 0;
	background: url(../img/common/header_line.png) repeat-x;
}

header{ /*position: relative;*/ } 
header #header_utility{
	float: right;
	padding: 15px 15px 0 0;
}


/*リンク画像
#header_utility a: hover img{
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter:alpha(opacity = 70);
}*/

/*--------------------------------------------------------------------*/
/*グローバルナビゲーション*/
/*--------------------------------------------------------------------*/

#toggle{ display: none; }

nav ul.mainmenu{
	width: 100%;
	background: url(../img/common/line_menu.png) no-repeat right;
	/*border: 1px solid #F00;*/
}
nav ul.mainmenu li{
	float: left;
	vertical-align: middle;
	/*text-align: center;*/
	padding: 0 0 0 1px;
	background: url(../img/common/line_menu.png) no-repeat;
}

/*SP追加メニュー*/
nav ul#spmenu{ display: none; }


/*--------------------------------------------------------------------*/
/*メインイメージ*/
/*--------------------------------------------------------------------*/

#main-img{
	width: 100%;
	background: url(../img/common/bg.png) repeat;
	font-size: 0;
}

#main-img  p.img{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

/*--------------------------------------------------------------------*/
/*メインコンテンツ*/
/*--------------------------------------------------------------------*/

#main{
	float: left;
	width: 66%;
}

#main h2{
	background: url(../img/common/h2_line.png) bottom repeat-x;
	margin: 0 0 15px 0;
}

#main h2 p{
	background: url(../img/common/h2_point.png) no-repeat 8px;
	padding: 10px 0 7px 25px;
	font-size: 138%;
	font-weight: bold;
	color: #12216B;
}

#main div.section{
	width: 100%;
	max-width: 600px;
	padding: 0 0 30px 0;
}

div.section p.alink{
	padding: 15px 0 0 0;
}

/*--------------------------------------------------------------------*/
/*サイドバー*/
/*--------------------------------------------------------------------*/

#sidebar{
	float: right;
	width: 34%;
}

#sidebar h2{
	background: url(../img/common/h2_line.png) bottom repeat-x;
	padding: 0 0 8px 0;
	margin: 10px 0 10px 0;
}

#sidebar div.tel-section{
	padding: 0 0 10px 20px;
	border-bottom: 2px solid #12226B;
}


.tel{
	padding: 15px 0 10px 0;
	text-align: center;
}

.contact{
	text-align: center;
}

/*リンク画像*/
div.tel-section a:hover img{
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity = 70);
}


#sidebar div.change-section{
	margin: 25px 0 0 0;
	padding: 15px;
	border: 2px solid #C5C7D1;
	background: #F7F7F9;
}

.change{
	padding: 0 0 10px 0;
}

/*--------------------------------------------------------------------*/
/*バナー*/
/*--------------------------------------------------------------------*/

#banner_wrap{
	background: url(../img/common/bg.png) repeat;
	padding: 15px 0 10px 0;
	margin: 35px 0 0 0;
}

#banner_wrap ul{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

#banner_wrap li{
	float: left;
	vertical-align: middle;
	padding: 0 12px;
	
}

/*リンク画像*/
#banner_wrap a:hover img{
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity = 70);
}


/*--------------------------------------------------------------------*/
/*フッター*/
/*--------------------------------------------------------------------*/

#footer_wrap{
	background: url(../img/common/bg_footer.png) repeat;
	color: #FFF;
	padding: 20px 0;
	margin: 0;
}

#footer_wrap div.footer-left{
	float: left;
}

#footer_wrap div.footer-right{
	float: right;
}

/*リンク色*/
#footer_wrap a{
	color: #FFF;
	text-decoration: underline;
}

#footer_wrap a:visited{
	color: #FFF;
}
#footer_wrap a:hover{
	color: #FFF;
	text-decoration:none;
}
#footer_wrap a:active{
	color: #FFF;
}

/*--------------------------------------------------------------------*/
/*装飾*/
/*--------------------------------------------------------------------*/

.left{
	float: left;
}

.right{
	float: right;
}

/*--------------------------------------------------------------------*/
/*下階層　共通*/
/*--------------------------------------------------------------------*/

#main2{
	width: 100%;
}

#main2 h2{
	background: url(../img/common/h2_line.png) bottom repeat-x;
	margin: 0 0 15px 0;
}

#main2 h2 p{
	background: url(../img/common/h2_point.png) no-repeat 8px;
	padding: 10px 0 7px 25px;
	font-size: 138%;
	font-weight: bold;
	color: #12216B;
}

#main2 div.section{
	width: 100%;
	max-width: 980px;
	padding: 0 0 30px 0;
	clear: left;
	overflow: hidden;
}

#main2 h3{
	border-left: 4px #12216B solid;
	padding: 0 10px;
	font-size: 138%;
	font-weight: bold;
	color: #12216B;
	margin-bottom: 15px;
}

#main2 h4{
	background: url(../img/common/h4_point.png) no-repeat 0;
	padding: 10px 0 8px 20px;
	margin-bottom: 10px;
	font-size: 138%;
	font-weight: bold;
	color: #12216B;
}

#main2 .mgT40{ margin-top: 40px; }
#main2 .mgT20{ margin-top: 20px; }
#main2 .mgT15{ margin-top: 15px; }
#main2 .mgT10{ margin-top: 10px; }
#main2 .mgT5{ margin-top: 5px; }
#main2 .mgR30{ margin-right: 30px; }

/*--------------------------------------------------------------------*/
/*ご加入のご案内*/
/*--------------------------------------------------------------------*/

.table1{
	width: 100%;
	max-width: 980px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.table1 th,
.table1 td{
	padding: 8px;
	border-right: 1px solid #C5C7D1;
	border-bottom: 1px solid #C5C7D1;
}

.table1 th{
	width: 145px;
	text-align: center;
}

.table1 .table1_th{
	width: 180px;
}

.table1 .bg_gray{
	font-size: 14px;
	font-weight: bold;
	background:  #C5C7D1;
	border-bottom: 1px solid #C5C7D1;
}

.table1 .border_l{
	border-right: 1px solid #fff;	
}

.table1 .bg_red{
	background: #FFF4FF;
}

.table1 .bg_blue{
	background: #E2EEFC;
}

.table1 .bg_dblue{
	background: #D7E1FF;
}

.table1 .wine{
	color: #990051;
	font-weight: bold;
}

.privileges_img{
	float: left;
	margin-right: 30px;
}

/*--------------------------------------------------------------------*/
/*会員特典*/
/*--------------------------------------------------------------------*/

@media screen and (min-width: 959px){/*pc img size*/
	.reception_set{
	  margin-top: 10px;
	  background: url(../reception/img/img_reception.jpg) no-repeat;
	  height: 370px;
	  overflow: hidden;
	  text-indent: 100%;
	  white-space: nowrap;
	}
	
	.reception_inquiry01{
	  margin-top: 15px;
	  background: url(../reception/img/text_recept01.png) no-repeat;
	  height: 18px;
	  /*width:500px;*/
	  overflow: hidden;
	  text-indent: 100%;
	  white-space: nowrap;
	}
}

.table2{
	border-top: 1px solid #C5C7D1;
	border-left: 1px solid #C5C7D1;
	text-align: center;
}

.table2 th,
.table2 td{
	padding: 8px 12px;
	border-right: 1px solid #C5C7D1;
	border-bottom: 1px solid #C5C7D1;
}

.table2 th{
	width: 145px;
	text-align: center;
}

.table2 .table2_th{
	width: 180px;
}

.table2 .bg_blue{
	background: #E2EEFC;
}

.txt_priv{
	text-align: center;
	margin:  50px auto 0;
	width: 550px;
	padding: 30px 50px;
	background: #F7F7F9;
	border: 3px #C5C7D1 solid;
	text-align: center;	
}

.btn_detail{
	margin-top: 20px;
}

.btn_detail a:hover img,
.txt_priv a:hover img{
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity = 70);
}

.bold{
	font-weight: bold;
	margin-bottom: 30px;
}

.box{
	margin-bottom: 30px;
	padding-bottom: 30px;	
	border-bottom: 1px dotted #333;
}

.question{
	margin-bottom: 10px;
	color: #121F6B;
	font-size: 14px;
	font-weight: bold;
}

.q_box{
	border-bottom: 1px dotted #333;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.y_box{
	background-color: #F3EEDE;
	margin-top: 50px;
	padding:  15px;
}

/*--------------------------------------------------------------------*/
/*お問合わせ*/
/*--------------------------------------------------------------------*/

.form{
	/*width: 550px;*/
	width:700px;
	margin:0 auto 50px auto;
	/*margin-bottom:  50px;
	float: left;*/
	min-height:100%;
}

.form table{
	width: 100%;
	margin-bottom: 10px;
}

.form tr{
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
}

.form th,
.form td{
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;	
	padding: 8px 10px;
	vertical-align: top;
}

.form th{
	background: #efefef;
	width: 180px;
}

.form input,
.form textarea{
	width:  95%;
}

#post,#post2{
	width:4em;
}

#prefecture{
	width: 80%;
}

.red{
	color: #ff0000;
}

.txt_inq{
	width: 380px;
	margin:0 auto;
	/*margin-left: 50px;*/
	padding: 30px 50px;
	background: #F7F7F9;
	border: 3px #C5C7D1 solid;
	text-align: center;
	/*float: left;*/
}

.form .btn{
	margin-top: 30px;
	text-align: center;
}

.form .btn input.submit,
.form .btn input.send,
.form .btn input.reset,
.form .btn input.back{
	width: 210px;
	height:50px;
	margin-right: 20px;
	border:none;
	text-indent:-9999px;
	display:inline-block;
	cursor:pointer;
}
.form .btn input.submit{
	background:url(../inquiry/img/btn_faq01.png) no-repeat top left;
	background-size: 100% auto;
}
.form .btn input.reset{
	background:url(../inquiry/img/btn_faq02.png) no-repeat top left;
	background-size: 100% auto;
}
.form .btn input.send{
	background:url(../inquiry/img/btn_faq03.png) no-repeat top left;
	background-size: 100% auto;
}
.form .btn input.back{
	background:url(../inquiry/img/btn_faq04.png) no-repeat top left;
	background-size: 100% auto;
}
form{ display:inline; }



/*--------------------------------------------------------------------*/
/*広報誌「アンジュール」*/
/*--------------------------------------------------------------------*/

p.unjour-title{
	font-weight:bold;
	font-size:128%;
}

.m_box,{
	clear: both;
}

.m_box2 .txt{
	float:left;
}

.m_box .m_img,
.m_box2 .m_img{
	float:  left;
	margin-right: 40px;
}

.m_img img{border:1px solid #CCCCCC;}

.unjour-back-nunber{
	clear:both;
	border-bottom: 1px dotted #333;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.m_box2{
	clear:both;
}

.m_pdf{
	margin: 15px 0 25px 0;
}

.m_pdf a:hover img{
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity = 70);
}

ul.m-kenroku{
	margin:0 0 71px 0;
}

ul.m-kenroku li{
	float:left;
	list-style-type:square;
	width:300px;
	margin:0 0 0 13px;
}

/******************************************************************************************
	tablet size
******************************************************************************************/

@media screen and (max-width: 959px){

/* 幅指定 */
header, nav, #contents, footer{
	width: 92%;
}

/* CSS再リセット */
#main, #sidebar{
	float: none;
	width: auto;
}


/*--------------------------------------------------------------------*/
/*ヘッダー*/
/*--------------------------------------------------------------------*/

#header_wrap{
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #12226B;
}

header #header_utility{
	/*position: static;
	width:100%;
	margin-bottom:15px;
	padding:5px 0;
	background:#CCCCCC;*/
	display:none;
}


/*--------------------------------------------------------------------*/
/*グローバルナビゲーション*/
/*--------------------------------------------------------------------*/

nav ul.mainmenu{
	display: none;
}
nav ul{
	display: block;
	overflow: hidden;
	background: none;
}
nav li{
	display: block;
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
	background: none;
	text-align: center;
}

nav li a{
	display: block;
}


/*SP追加メニュー*/
nav ul#spmenu{
	display: block;
}

/*--------------------------------------------------------------------*/
/*メインコンテンツ*/
/*--------------------------------------------------------------------*/

#main{
	width: 100%;
	float: none;
}

#main div.section{
	max-width: 100%;
	padding: 0 0 30px 0;
}

/*--------------------------------------------------------------------*/
/*サイドバー*/
/*--------------------------------------------------------------------*/

#sidebar{
	margin-top: 15px;
	float: none;
}

/*--------------------------------------------------------------------*/
/*バナー*/
/*--------------------------------------------------------------------*/

#banner_wrap ul li{
	float: none;
	text-align: center;
}

/*--------------------------------------------------------------------*/
/*フッター*/
/*--------------------------------------------------------------------*/

#footer_wrap div.footer-left{
	float: none;
}

#footer_wrap div.footer-right{
	float: none;
}

/*--------------------------------------------------------------------*/
/*ご加入のご案内*/
/*--------------------------------------------------------------------*/
.privileges_img{
	float: none;
	margin: 0 0 20px;
	text-align: center;
}

.center{
	text-align: center;
}

/*--------------------------------------------------------------------*/
/*お問合わせ*/
/*--------------------------------------------------------------------*/

.form{
	width: 550px;
	margin: 0 auto 50px auto;
	/*float: none;*/	
}

.txt_inq{
	/*float: none;*/
	margin: 0 auto;
}

/*--------------------------------------------------------------------*/
/*広報誌「アンジュール」*/
/*--------------------------------------------------------------------*/

.m_box .m_img,
.m_box2 .m_img{
	float: none;
	margin-right: 0;
	/*text-align: center;*/
}

.m_box .txt{
	clear: both;
	width: 600px;
	margin:0 auto;
}

.m_box2{
	clear:both;
}

.m_box2 .txt{
	/*float:none;*/
	clear: both;
	width:600px;
	margin:0 auto;
	/*border:1px solid #F00;*/
}

.unjour-back-nunber{
	clear:both;
	border-bottom:none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.unjour-back-nunber .left,
.unjour-back-nunber .right{
	float:none;
	clear:both;
}

ul.m-kenroku{
	margin:0;
}

ul.m-kenroku li{
	float:none;
	line-height:2.0;
}

}

/******************************************************************************************
	sp size
******************************************************************************************/

@media screen and (max-width: 479px){

/* CSS再リセット */
nav li, #main, #sidebar{
	float: none;
	width: 100%;
}

/*--------------------------------------------------------------------*/
/*ヘッダー*/
/*--------------------------------------------------------------------*/

header #header_identity{
	display: table;
	width: 100%;
}

header h1{
	/*display:table-cell;*/
	margin-top: 15px;
}

header h1 img{
	width:90%
}

#toggle{
	display: table-cell;
	width: 50px;
	text-align: right;
	vertical-align: middle;
}

/*--------------------------------------------------------------------*/
/*グローバルナビゲーション*/
/*--------------------------------------------------------------------*/
#nav_wrap{
	/*display: none;*/
	margin: 0;
}


/*--------------------------------------------------------------------*/
/*サイドバー*/
/*--------------------------------------------------------------------*/
#sidebar{
	margin-top: 15px;
}
/*--------------------------------------------------------------------*/
/*下階層　共通*/
/*--------------------------------------------------------------------*/

#main2{
	margin-bottom: 20px;
}
/*--------------------------------------------------------------------*/
/*会員特典*/
/*--------------------------------------------------------------------*/

.table1 th{
	width: auto;
}

.table1 .table1_th{
	width: auto;
}
/*--------------------------------------------------------------------*/
/*ご加入のご案内*/
/*--------------------------------------------------------------------*/

.txt_priv{
	width: 100%;
	margin: 20px 0;
}

.reception_set{
	margin-top: 10px;
}

/*--------------------------------------------------------------------*/
/*お問合わせ*/
/*--------------------------------------------------------------------*/

.form{
	/*float: none;*/
	margin-bottom: 30px;
}

.form table{
	border-bottom: 1px #ccc solid;
}

.form,
.form table,
.form th,
.form td{
	width: 100%;
}

.form th,
.form td{
	float: left;
}

.form tr{
	border-bottom: 0px !important;
}

.form input{
	margin: 0 !important;
}

.form input,
.form textarea{
	padding: 2px;
}

.txt_inq{
	width: 100%;
	margin: 20px 0 0 0;
	/*float: none;*/
}

.form .btn .submit,
.form .btn .reset{
	margin-bottom:15px!important;
}

}