@charset "utf-8";

/* #header */

#header{
	height:145px;
	background-image: url("../../img/usr/complimentary/bg_header.png");
	background-position: left top;
	background-repeat: repeat-x;
	border-color: #cccccc;
}
#header #header_inner #header_gnavi {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 960px;
	margin: 0 auto;
}
#header #header_inner #header_gnavi #sitelogo{
	width: 119px;
	margin: 0;
	padding: 0;
	float: none;
}
#header #header_inner #header_gnavi #sitelogo img {
	max-width: 100%;
}
#header #header_inner #header_gnavi .ttl{
	/*padding-top: 28px;*/
	width: 343px;
}
#header #header_inner #header_gnavi .contact{
	/*margin-left: 109px;*/
	/*margin-top:3px;*/
	margin-left: 80px;
}
#header #header_inner #header_content ul li{
	padding-right: 2px;
}
#header #globalnav {
	display: flex;
	align-items: center;
}

/* #footer */

#footer #footer_sub #footersubnav li{
	background: url(../../img/usr/complimentary/footer_ico_arrow03.png) no-repeat 0 7px;
	padding-left:15px;
	font-size: 87%;
}
#footer #footer_sub #footersubnav li a{
	color: #434343;
}
#footer #footer_inner{
	padding-top:0;
	background-color: #d5c9b5;
}
#footer {
   margin-top: 0px; 
}
#footer #footer_sub{
	border:none;
	width: 900px;
}
#footer #footer_copyright {
	background-color: #b1a095;
}
/* --------------------------------------------------------------------
	 株主優待ログイン
--------------------------------------------------------------------- */
div.login_.col1_ {
	width: 960px;
}
.login_ .complogin_ {
	width: 790px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.login_ .complogin_ p{
	margin:15px 0;
	text-align: center;
}
.login_ .complogin_ table{
	width:400px;
	margin:auto;
}
.login_ .complogin_ table td{
	padding-bottom:10px;
}
.login_ .complogin_ table th{
	font-weight:bold;
	padding-bottom:6px;
	padding-right:15px;
	width: 122px;
}

.login_ .complogin_ .kome{
	background-color:#ece0d5;
	padding: 10px 30px;
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.login_ .complogin_ .kome .fl_l{
	/*float:left;*/
	width:60%;
	/*padding-top: 4%;*/
	margin: 0;
	text-align:left;
}
.login_ .complogin_ .kome .fl_r{
	/*float:right;*/
}

/* --------------------------------------------------------------------
	 株主優待クイックオーダー
--------------------------------------------------------------------- */
.login_ .quickorder_ {
	/*width: 100%;*/
	margin: 0 auto;
	padding-bottom: 30px;
	overflow: hidden;
}
.login_ .quickorder_ p{
	margin:15px 0;
}
.login_ .quickorder_ .txt_01{
	float:left;
	font-size:117%;
	font-weight:bold;
}
.login_ .quickorder_ .txt_01 span{
	color:#cc3366;
}
.login_ .quickorder_ .txt_02{
	float:right;
}
.login_ .quickorder_ .kome{
	background-color:#ece0d5;
	padding:20px 50px;
	overflow: hidden;
	margin: 20px 550px 20px;
	width:250px;
}
.login_ .quickorder_ .kome span{
	font-weight:bold;
}
.login_ .quickorder_ .formlist_ th{
	text-align:center;
}
div.quickorder_ table .goods_ {
    width: 15%
}
div.quickorder_ table .name {
    width: 41%
}
div.quickorder_ table .img,
div.quickorder_ table .qty_,
div.quickorder_ table .del_ {
	text-align:center;
   /* width: 8%*/
}

/*.login_ .complogin_ td #login_pwd{
	font-size: 1.1em;
}*/
/* クロームのみ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.login_ .complogin_ td #login_pwd{
	font-size: 1.2em;
	font-family: Verdana, sans-serif;
	width: 91%;
}
}

/* --------------------------------------------------------------------
	ご利用ガイド
--------------------------------------------------------------------- */
#com_guide {
  width: 900px;
  margin: 0 auto;
  float: none;
}
#com_guide .section {
  margin-bottom: 30px;
}
#com_guide #userguide h2 {
	width: 900px;
	height: 34px;
	line-height: 34px;
	font-size: 112%;
	text-indent: 25px;
	margin-bottom: 20px;
	background-color: rgba(205,181,167,0.15);
	position: relative;
}
#com_guide #userguide h2::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	width: 6px;
	height: 23px;
	background-color: #cdb5a7;
}
#com_guide #userguide h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	/*width: 900px;*/
	margin-bottom: 30px;
	padding: 0 0 4px 14px;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}
#com_guide #userguide h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 5px;
	height: 17px;
	background-color: #b1a096;
}
/* localnavi */
#com_guide .localnavi {
padding: 5px;
  border: #FFF solid 1px;
  background: #f5f4f4;
}
#com_guide .localnavi ul {
  display: block;
  text-align: center;
}
#com_guide .localnavi ul li {
  line-height: 30px;
  display: inline-block;
}
#com_guide .localnavi ul li {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}  
#com_guide .localnavi ul li a {
  display: inline-block;
  margin: 0px 10px;
}
/* section */
#com_guide .section .float_l{
	float:left;
	margin-right:10px;
	width:380px;
}
#com_guide .section .float_r{
	float:right;
	width:490px;
}
#com_guide .section .overflow{
	overflow:hidden;
	margin-top:20px;
}
#com_guide .section table {
	margin:20px 0 20px 20px;
}
#com_guide .section th {
	vertical-align: top;
	font-weight: bold;
	width: 188px;
}
#com_guide .section td {
	padding-bottom: 20px;
}
#com_guide .section .mg_l20{
	margin-left:20px;
}
/* #sec01 */
#com_guide #sec01{
	position:relative;
}
#com_guide #sec01 .btn{
	position:absolute;
	top:5px;
	right:0px;
}
/* #sec02 */
#com_guide #sec02 ul li {
  line-height: 30px;
  /*display: inline-block;*/
  overflow: hidden;
  margin-bottom:30px;
  padding-bottom: 60px;
  background: url(../../img/usr/complimentary/guide/bg_arrow02.png) center bottom no-repeat;
}
#com_guide #sec02 ul li.step_fin{
  background:none;
  padding-bottom: 0px;
}
#com_guide #sec02 ul li a {
  display: inline-block;
  margin: 0px 10px;
}
/* #sec06 */
#com_guide #sec06 p.btn{
	text-align:center;
	margin-top:20px;
}

/* anq */
.stockholder_questionnaire {
    margin-top: 10px;
    text-align: center;
}


/* --------------------------------------------------------------------
	お知らせ
--------------------------------------------------------------------- */
.notice_box{
	width: 900px;
	border: solid 1px #e4e4e4;
	padding: 15px 15px 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 20px auto;
	text-align: center;
}
.notice_box_ttl{font-weight: bold;}

.notice_box_ttl,
.notice_box_desc,
.notice_box_day{
	color: #323232;
	margin-bottom: 20px;
}
.notice_box_day{font-weight: bold;}

.notice_box span.color_red{
	font-weight: bold;
	color: #dc4756;	
}

/* --------------------------------------------------------------------
	株主アンケート
--------------------------------------------------------------------- */

/* 株主アンケート用ヘッダースタイル */
#header.stockholder_questionnaire_header_{
	height: 147px;
}
#header.stockholder_questionnaire_header_ #header_gnavi{
	width: 960px;
	padding-top: 12px;
	text-align: center;
	margin: 0 auto;
}

#header.stockholder_questionnaire_header_ #header_content{
	width: 960px;
	height: 25px;
	margin: 0 auto;
}

#header.stockholder_questionnaire_header_ #header_content a{
	color: #323232;
	font-size: 12px;
}

.stockholder_questionnaire .stockholder_questionnaire_list{
	display: block;
	padding: 21px 24px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 30px; 
}

.stockholder_questionnaire .stockholder_questionnaire_list:first-child{margin-top: 50px;}
.stockholder_questionnaire .stockholder_questionnaire_list:last-child{margin-bottom: 0;}

.stockholder_questionnaire .stockholder_questionnaire_list span.ttl_{
	font-size: 16px;
	font-weight: 500;
}
	
.stockholder_questionnaire .stockholder_questionnaire_list span.desc_{
	font-size: 14px;
	font-weight: 500;
	color: #333;
}
	
.stockholder_questionnaire .stockholder_questionnaire_list span.sub_list_{
	font-size: 12px;
	color: #333;
}

.stockholder_questionnaire .stockholder_questionnaire_list span.sub_list_.sub_list_ind_{
	text-indent: 1em;
	display: inline-block;
}

.stockholder_questionnaire .stockholder_questionnaire_list.ban_pattern01{border: solid 1px #8e75d5;}
.stockholder_questionnaire .stockholder_questionnaire_list.ban_pattern01 span.ttl_{color: #8e75d5;}	
.stockholder_questionnaire .stockholder_questionnaire_list.ban_pattern02{border: solid 1px #b1a095;}
.stockholder_questionnaire .stockholder_questionnaire_list.ban_pattern02 span.ttl_{color: #b1a095;}		
.stockholder_questionnaire .stockholder_questionnaire_list > span:nth-child(1){
	display: inline-block;
	vertical-align: middle;
	width: 372px;
	text-align: left;
}

.stockholder_questionnaire .stockholder_questionnaire_list > span:nth-child(2){
	display: inline-block;
	vertical-align: middle;
	padding-left: 25px;
}
.stockholder_questionnaire .stockholder_questionnaire_list > span.text_line_:nth-child(2) a{text-decoration: none;}	
.stockholder_questionnaire .stockholder_questionnaire_list > span.text_line_:nth-child(2) a span.ttl_{
	border-bottom: solid 1px #8e75d5;
    line-height: 1.2;
    margin-bottom: 6px;
    display: inline-block;
}

.stockholder_questionnaire .stockholder_questionnaire_list > span.text_line_:nth-child(2) a span.desc_{
	border-bottom: solid 1px #adadad;
	color: #333;

}

.stockholder_questionnaire .stockholder_questionnaire_list img{margin: 0;}


h3.common_headline2_::after {
	display: none;
}

.order_ .submit_ {
	/*display: flex;*/
	/*justify-content: space-between;*/
}
.order_ .submit_ a img,
.order_ .submit_ input {
	margin: 0;
}
