h1{
	font-size: 15px;
}

h1.t_h1basic {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: #333333;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}

.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%;
}

@media screen and (max-width: 768px){
	.t_name, .t_ans{
		width: 100%;
	}
}


/*************************
	静的ページ各種スタイル
**************************/
#contents_center_inner h2 {
	font-size:18px;
	color:#666666;
	border-bottom:1px dotted #ccc;
	padding:5px 0;
}

#contents_center_inner h3 {
	font-size:13px;
	color:#333;
	margin:10px 0;
}

#contents_center_inner .inner {
	margin:0 5px;
}

#contents_center_inner p {
	margin:10px 0;
	color:#333;
	line-height:130%;
}

/***************************
	 フロート付リスト
****************************/
.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:#666666;
}

/***************************
	コスパとは？で使う店舗一覧
****************************/
#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 #666666;
    border-bottom:5px solid #666666;
    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/img/standards/statics/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/img/standards/statics/m_sitemap02.gif") 0 50% no-repeat;
}

/***************************
	　　海外
****************************/
.overseas h1{
	padding-left:65px;
	background:url("http://stage.cospa.com/img/standards/statics/globeicon.gif") 0 50% no-repeat;
}
.overseas .news img{
	margin-right:15px;
	float:left;
}

@media screen and (max-width: 768px){
	.n-cate img {
		max-width: 100%;
		width: 100%;
	}
}

.faq{
	background:#000066;
	color:#FFF;
	font-weight:bold;
	padding:5px 15px;
	margin: 10px 0;
}

.shopname{
	background:#000066;
	color:#FFF;
	font-weight:bold;
	padding:5px 15px;
}

.basic_form{
	display:flex;
	width:100%;
}

.tit{
	width:10%;
	font-weight:bold;
}

@media screen and (max-width: 768px){
	.basic_form{
		flex-wrap: wrap;
	}

	.tit {
		width:20%;
	}
}

.line{
	padding: 10px 0;
    border-bottom: 1px solid #dddd;
}

.shopimg{
	width: 30%;
	margin:auto;
    text-align: center;
}

.shoptxt{
	width: 70%;
    margin: auto 10px;
}

@media screen and (max-width: 768px){
	.shopimg{
		width:100%;
		text-align: left;
	}
	
	.shoptxt{
		width:100%;
		margin: 10px auto;
	}
}

/***************************
パスワード認証ページ
****************************/
.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: #333333;
    border-radius: 5px;
    background: #333333;
    cursor: hand;
}

/***************************
リクエストとは？
****************************/
#info_body{
}

.t_h2{
    margin: 10px 0px;
    border-bottom:1px solid #f1f1f1;
}

.t_h2 h2{
    margin:0px;
    padding:5px 8px;
    border-left:5px solid #333333;
    border-bottom:none;
    font-size:16px;
    font-weight:bold;
}

@media screen and (max-width: 768px){
    .t_h2 h2{
        font-size:14px;
    }
}

.head_request img {
    max-width: 100%;
}

ul.att_reqlist {
    width:100%;
    margin:auto;
}