@charset "utf-8";

main *{color: #343474;}
.kokunai *{color:#dd335d;}
.kaigai *{color:#4eab26;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
main{margin-bottom: 10%;}
.inner{
	width: 94%;
    margin: 0 3%;
    padding: 0;
    box-sizing: border-box;
}
h1 {
	border-left: 5px solid #343474;
    margin: 10px 1%;
    padding: 5px 0 3px 15px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    width: 98%;
    box-sizing: border-box;
}
h2 {
	border-bottom: 1px dotted #343474;
    margin: 15px auto;
    padding: 5px 0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
h3 {
	margin: 0 auto;
    padding: 0 0 5px 20px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
h3:after{
	content: "■";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
h4 {
	margin: 0 auto 5px;
    padding: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
}

article li{
	width: fit-content;
    display: inline-block;
    margin: 0 5% 10px 0;
    padding-left: 10px;
	vertical-align: top;
	position:relative;
}
article li a {font-size: 16px;}
article li:after{
	content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 8px;
    display: block;
    background: url(../images/ic_g_arrow.gif) no-repeat;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print{
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	    box-sizing: border-box;
}
main{margin-bottom: 5%;}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:0;
	display: block;
}
h1 {
	border-left: 5px solid #343474;
    margin: 20px auto;
    padding: 5px 0 3px 20px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}
h2 {
	border-bottom: 1px dotted #343474;
    margin: 15px auto;
    padding: 5px 0;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}
h3 {
	margin: 0 auto 5px;
    padding: 0 0 5px 20px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}
h3:after{
	content: "■";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
h4 {
	margin: 0 auto 5px;
    padding: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
}

article .left {
    width: 49%;
    float: left;
	margin-right:2%;
}
article .right {
    width: 49%;
    float: left;
}
article ul{margin-bottom: 15px;}
article li{
	width: fit-content;
    display: inline-block;
    margin: 0 5% 15px 0;
    padding-left: 10px;
	vertical-align: top;
	position:relative;
}
article li a {font-size: 16px;}
article li:after{
	content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 7px;
    height: 8px;
    display: block;
    background: url(../images/ic_g_arrow.gif) no-repeat;
}
}