@charset "shift_jis";
@import url(/smartphone/common/css/jtb_site_sp.css);

#contentsarea{
	text-align:left;
	margin:10px;
}

h1 {
	font-size: 127%;
	font-weight: bold;
	background: url("/common/images/title_h1.gif") no-repeat scroll left bottom transparent;
	margin-bottom: 5px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-top: 15px;
}
h2 {
	font-size: 114.5%;
	font-weight: bold;
	background: none repeat scroll 0 0 #EAEAEA;
	border-color: #CC0033 #999999 #999999;
	border-style: solid;
	border-width: 3px 1px 1px;
	margin-top: 20px;
	padding: 5px 10px;
}

#contentsarea p{
	margin-top:10px;
}
#contentsarea ul,#contentsarea dl{
	margin-top:10px;
}
#contentsarea li{
	margin-top:5px;
}

.linkListHorizontal a {
    background: url("/common/images/icon_list.gif") no-repeat scroll 2px 0.5em transparent;
    display: block;
    padding-left: 13px;
}


dt { font-weight: bold; }
dd { margin-left: 11px; }


.browser{
    margin-bottom: 15px;
}
.browser dl{
    display: flex;
    align-items: center;
    border: solid 1px #ccc;
    box-sizing: border-box;
    background: #efefef;
}
.browser dt{
    width: 100px;
    padding: 10px;
    text-align: center;
}
.browser dd{
    width: calc(100% - 110px);
    padding: 10px;
    background: #fff;
}
