/*---------------------------------*/
/* Coding
/* 2013.10.15-2013.10.17
/*---------------------------------*/


/* ---------------------------------------------------
    contents
-------------------------------------------------- */
#contents {
	font-size:small;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
#contents h2 {
	margin-bottom:20px;
}
/* list_box */
#contents .list_box {
	width:800px;
	padding-bottom: 20px;
	overflow:hidden;
}
#contents h2 {
	padding:20px 0 10px 43px;
	background:url("../img/tit_summary.gif") no-repeat left bottom;
	
	font-size:18px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
}
#contents .list_box p {
	padding-left:4px;
	line-height:1.8em;
}
#contents .list_box td {
	border: 1px dotted;
    color: #AAA;
	width:200px;
}

#contents .list_box .list_title {
	text-align: center;
	background: none repeat scroll 0 0 #F73;
	color: #FFF;
}
#contents .list_box td {
	padding-left:15px;
}

/* ---------------------------------------------------
    page top
-------------------------------------------------- */
#contents p.top { margin:1em 0; }
/* ---------------------------------------------------
-------------------------------------------------- */
.list_box_smartphone{
	display:none;
}
@media (max-width: 768px) {
#header,
.bread_list,
.login_navi,
#contents{
    padding:0  1rem;
    box-sizing: border-box;
}
#wrap,.list_box_content_smartphone{
    width:100%;
}

.date_wrap_sp{
    padding: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.date_wrap_sp .list_title{
    text-align: center;
    background: none repeat scroll 0 0 #F73;
    color: #FFF;
}
.date_wrap_sp .area{
    padding: 3px 5px;
    border: 1px dotted;
    color: #AAA;
    width: 100%;
}
.list_box_smartphone{
	width:100%;
}
.list_title_smartphone{
	padding: 3px 5px;
	vertical-align: middle;
	color: #FFF;
	background: none repeat scroll 0 0 #F73;
	width:100%;
	text-align: center;
}
.listbox_area_smartphone{
	text-align: center;
	margin-bottom: 0.5rem;
	padding: 3px 4px;
        vertical-align: middle;
	color:#AAA;
	width:100%;
	border:1px dotted #AAA;
        word-break: keep-all;
}

.list_box_smartphone {
	margin-bottom: 1rem;
	width: 90%;
	display: flex;
	flex-direction: column;
}
.smartphone_displaynone{
	display:none;
}

}