h1{
	font-size: 15px;
}

.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:14px;
	color:#317b96;
	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 table {
	border-width:0 0 1px 1px;
	border-style:solid;
	border-color:#333;
}

#contents_center_inner th,
#contents_center_inner td
{
	font-size:12px;
	border-width:1px 1px 0 0;
	border-style:solid;
	border-color:#333;
	padding:10px;
}

#contents_center_inner th
{
	background-color:#eee;
	color:#317b96;
	white-space:nowrap;
}

#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:#317b96;
}

/***************************
	コスパとは？で使う店舗一覧
****************************/
#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 #317b96;
    border-bottom:5px solid #6bb5c6;
    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 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;
}