#company_body{
    margin:0px 10px;
}
h1.t_h1basic {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: #FF9900;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}

/* .t_h1basic {
    margin: 0px 0px 15px;
    font-size: 15px;
    font-weight: bold;
} */

.t_h2{
    margin: 10px 0px 10px;
    padding:0px 0px 3px;
    border-bottom:1px solid #f1f1f1;
}

.t_h2 h2{
    margin:0px;
    padding:5px 8px;
    border-left:5px solid #f93;
    border-bottom:none;
    font-size:16px;
    font-weight:bold;
}

@media screen and (max-width: 768px){
    .t_h2 h2{
        font-size:14px;
    }
}

h3.t_h3{
    margin:0px 0px 10px;
    padding:5px 10px;
    border-left:5px solid #f93;
    background:#f1f1f1;
    font-weight:bold;
}

.specific_page{
	width: 100%;
}

.t_box{
	display: flex;
    flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid #cbc9c9;
    padding: 10px 0;
}

.t_name{
	width: 30%;
    font-weight: bold;
}

.t_ans{
	width: 70%;
}

.ex_rule{
    margin:0px 0px 1em;
}

.con_rule{
    margin:0px 0px 15px;
}

.ex_privacy{
    padding:0px 0px 15px;
    margin:0px 0px 20px;
    border-bottom:1px dotted #ccc;
}

.privacy_list{
    margin:5px 0px 15px 23px;
    list-style-type:disc;
}

@media screen and (max-width: 768px){
	.t_name, .t_ans{
		width: 100%;
	}
}


/***************************
	 フロート付リスト
****************************/
.floatlist {
	list-style:none;
	margin:0;
	padding:0;
}

.floatlist li {
	float:left;
	width:200px;
	font-size:10px;
	margin-bottom:2px;
}


/***************************
	 見出し付リスト
****************************/
.headinlist {
	list-style:none;
	margin:0 0 0 10px;
}

.headinlist li {
	margin-bottom:10px;
}

.headinlist li p {
	padding:0;
}

/***************************
	 通常リスト
****************************/
.normallist {
	
}

.normallist li {
	margin-bottom:3px;
}

.normallist li a {
	color:#333;
}

.normallist li a:hover {
	color:#ff9900;
}

/***************************
	コスパとは？で使う店舗一覧
****************************/
#shoplist div {
	position:relative;
	margin:40px 0;
	padding:10px;
	border:1px solid #666;
}

#shoplist div h2 {
	margin:0 0 10px 0;
	border-bottom:0;
}

#shoplist div p {
	margin:5px 0 20px 0;
}

#shoplist div .photo {
	float:left;
	margin:0 10px 10px 0;
}

#shoplist div div.map {
	display:none;
	position:absolute;
}

#shoplist div p.button {
	clear:both;
	margin:5px 0 0 0;
}

/***************************
	サイトマップ
****************************/
h2.t_sitemap {
margin:20px 0px 10px;
    border-top:1px solid #ff9900;
    border-bottom:5px solid #cc3300;
    font-size:16px;
    padding:10px 0;
}
.sitemap_list{
    margin:0px;
    padding:0px;
    list-style-type:none;
}
.sitemap_list ul{
    margin:0px;
    padding:0px;
    list-style-type:none;
}
.sitemap_list li{
    margin:0px;
    padding:0px;
    list-style-type:none;
}
.sitemap_list li a{
    display:block;
    margin:0px 0px 5px;
    padding:0px 0px 0px 19px;
    background:url("http://stage.cospa.com/images/geestore/static/m_sitemap01.gif") 0 50% no-repeat;
}
.sitemap_list li li{
    margin:0px 0px 3px 20px;
}
.sitemap_list li li a{
    background:url("http://stage.cospa.com/images/geestore/static/m_sitemap02.gif") 0 50% no-repeat;
}

/***************************
	　　海外
****************************/
.overseas h1{
padding-left:65px;
background:url("http://stage.cospa.com/images/geestore/static/globeicon.gif") 0 5px no-repeat;
}
.overseas .news img{
margin-right:15px;
float:left;
}

.faq{
background:#000066;
color:#FFF;
font-weight:bold;
padding:5px 15px;
}

.shopname{
background:#000066;
color:#FFF;
font-weight:bold;
padding:5px 15px;
}

/***************************
海外用 English Guide「statics_company_base」
****************************/
h2.scond{
    background: #f1f1f1;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}

h3.t_en{
    margin:15px 0px 10px;
    padding:0px 0px 5px 3px;
    border-bottom:1px dotted #ccc;
    font-size:130%;
    font-weight:bold;
    width: 100%;
}

h3.t_enfirst{
    margin:0px 0px 10px;
    padding:0px 0px 5px 3px;
    border-bottom:1px dotted #ccc;
    font-size:15px;
    font-weight:bold;
}

.t_mojiarea{
    width:100%;
}

.m_mail{
    margin:7px 0px 0px;
}

.m_mail a{
    padding:10px 0px 10px 30px;
    background:url("http://stage.cospa.com/images/geestore/static/company/m_mail.gif") 0 50% no-repeat;
}

.go_ja{
    margin:7px 0px 0px;
}

.go_ja a{
    padding:0px 0px 0px 17px;
    background:url("http://stage.cospa.com/images/geestore/static/m_arrow.gif") 0 50% no-repeat;
}

/***************************
パスワード認証ページ
****************************/
.b_submit {
    width:30%;
    margin:35px auto;
}

@media screen and (max-width: 768px){
    .b_submit {
        width: 100%;
    }
}

.b_submit input {
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 5px 0px;
    height: 50px;
    color: #fff;
    border: #FF9934;
    border-radius: 5px;
    background: #FF9934;
    cursor: hand;
}

/***************************
リクエストとは？
****************************/
#info_body{
    margin:10px 10px;
}

.i_request img {
    max-width: 100%;
}

/***************************
ジーストア・ドット・コム新規会員募集中!!
****************************/
h1.t_h1basic img {
    width: 100%;
}

.t_member {
    margin-top: 15px;
}

.t_member p{
    margin:30px;
    text-align: center;
}

.t_member h2{
    padding:5px 7px;
    border-left:5px solid #f93;
    border-right:5px solid #f93;
    font-size:23px;
    font-weight:bold;
    text-align: center;
    border-bottom:1px solid #d0d0d0;
}

@media screen and (max-width: 768px){
    .t_member h2 {
        font-size: 16px;
    }
}

#info_member_body p.b_entry_mem a{
    font-size:15px;
    font-weight:bold;
    margin:0 auto 20px;
    width:80%;
    text-align: center;
    border-radius: 5px;
    background-color:#f93;
    color:#fff;
    padding:15px;
    display:block;
    text-decoration:none;
}

.meritlist {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.meritinfo {
    width: calc((100% - 50px) / 2 );
    padding: 10px;
    text-align: center;
}

@media screen and (max-width: 768px){
    .t_member h2 {
        font-size: 16px;
    }

    .meritinfo {
        width: calc(100% / 2 );
        padding:0px;
    }
}

.gray {
    background: #f1f1f1;
}

.meritinfo p img {
    width: 100%;
}

.meritlist h3 {
    font-size:17px;
    margin: 10px 0px 20px;
    font-weight: bold;
}

.meritinfo p a {
    font-size: 15px;
}

.re_side{
    width: 60%;
    padding: 15px;
    margin: 15px auto;
    text-align: center;
}

.re_side p img {
    width: 100%;
}

.changesite{
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.changesite p {
    width: calc(100% / 3);
    float: left;
}

@media screen and (max-width: 768px){
    .changesite p {
        width: calc(100% / 2);
    }
}

.changesite img {
    width: 95%;
}

/***************************
再生産リクエスト
****************************/
p.txt_error {
    width: 50%;
    margin: auto;
}

ul.att_reqlist {
    width:100%;
    margin:auto;
}

.basic_form{
    display:flex;
    flex-wrap:wrap;
    width:50%;
    margin:0 auto;
    padding: 10px 0;
}

.form_label{
    width:35%;
    padding:10px 0 0 0;
    font-weight:bold;
}

.info_form{
    width: 65%;
}

input#email {
    width:95%;
    height:35px;
}

.back_item {
    width: 30%;
    margin: 25px auto;
    font-size: 12px;
    text-align: center;
    padding: 15px 0px 5px 0px;
    height: 30px;
    border:1px solid #FF9934;
    border-radius: 5px;
    background: #fff;
}

.back_item a {
    display: block;
    color: #FF9934;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .back_item, .basic_form,
    .form_label, .info_form, 
    p.txt_error {
        width: 100%;
    }

}


