@charset "UTF-8";

/* base */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 75%;
	color: #333333;
	line-height: 166%;
}

ul,ol,li {
	list-style: none;
}

h1,h2,h3,h4,h6,p,ul,ol,li,div,table,th,td,dl,dt,dd {
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}

a	{
	color: #333;
	text-decoration: none;
}

a:hover	{
	color: #f49cc2;
}

img	{
	border: none;
}

li img	{
	vertical-align: bottom;
}

* html .clear	{
	height: 1%;
}

*:first-child+html .clear {
	height: 1%;
}

.clear:after	{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.over a:hover img{filter:alpha(opacity=60); opacity:0.6;}

#wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0 6px;
}

/* header */
#header {
	width: 1000px;
	height: 73px;
	display: block;
	list-style-image: url(../images/header.png);
	list-style-position: inside;
}

.header_top {
	position: relative;
	padding: 0 30px 12px;
}

h1 a {
	display: block;
	height: 46px;
	padding-top: 12px;
	float: left;
}

.header_top h2 {
	float: right;
	padding-top: 18px;
}

#nav {
	display: none;
}

#topic_path {
	padding: 15px 30px 0px;
	font-size: 85%;
}

#topic_path li {
	padding-left: 5px;
	float: left;
}

#topic_path a {
	color: #f60;
	text-decoration: underline;
} 

#topic_path a:hover	{
	color: #ffaa66;
}

#topic_path a:active {
	color: #ffaa66;
}

.totop {
	margin: 0 -15px 5px 0;
}

.totop p {
	font-size: 85%;
	text-align: right;
}

.totop img {
	vertical-align: middle;
	margin-right: 5px;
}

.totop a {
	text-decoration: none;
}

/* contents */
.colImgR {
	float: right;
	margin-bottom: 10px;
}
.heading2 {
    position: relative;
    margin: 10px 0 0 0;
    padding: 12px 30px 15px 10px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.heading2 span {
    display: block;
    padding: 3px 0 0 20px;
    background: url(/shared/images/hdg_bg03.png) no-repeat 0 0;
    font-size: 142.85%;
    font-weight: bold;
    line-height: 1.2;
}

/* FAQ 第2カテゴリ */
ul.category_2nd {
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 1000px;
}
 
ul.category_2nd li {
    margin:10px;
    padding:10px;
    border:2px solid #cfedd6;
    border-radius: 5px;
    list-style:none;
}
ul.category_2nd li h2 {
    font-weight: bold;
    border-bottom: 2px solid #cfedd6;
    padding-bottom: 5px;
}
ul.category_2nd li h2 a {
    display: block;
    padding: 5px 5px 5px 20px;
    background: url(/shared/images/link_ic02.png) no-repeat 5px ;
    color: #333333;
    font-size: 114.28%;
    font-weight: bold;
    text-decoration: none;
}
ul.category_2nd li ul li {
    border: none;
    margin: 5px 2px 2px 10px;
    padding: 2px;
}
ul.category_2nd li ul li a {
    display: inline-block;
    padding: 0 0 0 15px;
    background: url(/shared/images/link_ic02.png) no-repeat 0 0.3em;
}

/* footer */
#footer {
	width: 1000px;
	height: 50px;
	display: block;
	list-style-image: url(../images/footer.png);
	list-style-position: inside;
}

.footer_nav_01 {
	display: none;
}

.footer_nav_02 {
	display: none;
}

.footer_txt {
	display: none;
}

#copyright {
	display: none;
}
