/*   IIJmio style sheet for Info Category  */

/* ----------  for category ---------- */

.color	{
	color:#e85299;
}

.bgcolor {
	background-color:#e85299;
}

#pagetitle {
	width: 960px !important;
	margin: auto;
	margin-top: 10px;
	padding: 0px;
	border-style: solid; border-color: #e85299; border-width: 4px 0px 0px 14px; 
	border-spacing: 0px;
}
#pagetitle tr {
	background-color: #e85299;
}
#pagetitle p {
	padding: 5px 5px 5px 10px;
	margin-bottom: -5px;
	border-top-left-radius: 20px;
	color: #e85299; font-weight: bold; font-size: 140%;
	background-color: #ffffff;
}

TD.main-info {
	text-align: center;
}


ul.LinkList {
	list-style: none;
}
ul.LinkList li {
	margin-left: 0;
}
ul.LinkList li a {
	padding-left: 16px;
}

ul.ListNote {
	list-style: none;
	margin-left: 1.0em;
	}
ul.ListNote li {
	text-indent: -1.0em;
	}

#content {
	background: none repeat scroll 0 0 #ffffff;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 40px;
	padding-top: 0;
	box-sizing:border-box;
}

#main-contents {
	margin: auto ;
	margin-top: 10px;
	width: 95%;
	max-width: 960px;
	padding: initial;
	outline: initial;
	font-size: initial;
	vertical-align: initial;
	box-sizing: border-box;
	font-weight: revert;
	line-height: initial;
}

#main-contents p {
	margin-top : 16px;
	margin-bottom : 16px;
}

H1 {
	color: #555; font-weight: bold; font-size: 150%;
}

H2 {
	color: #e85299; font-weight: bold; font-size: 110%;
}

H3 {
	color: #e85299; font-weight: bold; font-size: 100%;
}

#main-contents b {
	font-weight: revert;
}

#main-contents dl {
	padding-left: 50px;
}

#main-contents table td {
	line-height: initial !important;
}

#main-contents table[border="1"] td,th {
    border: 1px solid #CCCCCC;
}

#main-contents :link {
	color: #0000EE;
}

#main-contents :visited {
	color: #551A8B;
}

.page_title {
    display: flex;
    max-width: 960px;
    width: 100%;
    margin: 32px auto 0;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 2;
}

.page_title h1 {
    font-size: 28px;
    padding-left: 20px;
    background: url(/hdd/img/service-voice-title.jpg) no-repeat center left;
}

@media screen and (max-width: 640px) {
    .page_title {
        font-size: 5vw;
        width: 96%;
        margin: 0 auto;
    }
    .page_title h1 {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 400px) {
    .page_title h1 {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 640px) {
	.page_title_box {
		padding: 5% 0 0 0;
		max-width: 100%;
		border-bottom: 1px solid #999;
	}
    .page_index_title {
		font-size: 1.5em;
		font-weight: bold;
		margin: 0 2% 5%;
		padding-left: 15px;
		background: url(/hdd/img/service-voice-title.jpg) no-repeat center left;
    }
    .page_index_title > h1 {
		font-size: 1.5rem;
		font-weight: bold;
    }
}


@media screen and (min-width: 641px) {
	.page_title_box {
		max-width: 100%;
		border-bottom: 1px solid #999;
	}
	.page_title_buttom_space {
		margin: 30px 0 0 0;
		width: 100%;
	}
	.page_index_title {
		display: flex;
		max-width: 960px;
		width: 100%;
		margin: 20px auto 20px;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		line-height: 2;
	}
	
	.page_index_title > h1 {
		font-size: 28px;
		padding-left: 20px;
		background: url(/hdd/img/service-voice-title.jpg) no-repeat center left;
	}
}

.maintenance_announce_table {
    text-align: left;
    padding: 3px;
    margin: 20px 0;
}

.maintenance_announce_table_element {
	text-align: left;
	padding: 3px;
}

#maintenance_announce_table_header {
    text-align: center;
    background-color: #f7f5f1;
}

.list_announce {
	text-align: left;
	padding: 3px;
	margin: 10px 0;
}

#info_separate_line {
    border-bottom: 1px solid #e85299;
}

.info_annotation{
    font-size: 12px;
}

.info_index {
    font-size: 20px;
    font-weight: normal;
    color: #303030;
    margin: 0 0 20px;
    padding-left: 15px;
    background: url(/hdd/img/service-voice-h2-title.jpg) no-repeat center left;
}

.info_notation{
	text-align: left;
}

.info_notation p {
	margin-left:20px;
}

