@charset "utf-8";
/*----------------------------------------------------
	side
----------------------------------------------------*/
#page-guide .sideArea {
	background-color: #fff;
	border-radius: 8px;
	float: left;
	overflow: hidden;
	width: 240px;
}

#page-guide .sideArea .titleArea .guideIcon {
	background-color: #e52c2c;
	float: left;
	padding: 8px 0;
	text-align: center;
	width: 40px;
}

#page-guide .sideArea .titleArea h2 {
	background-color: #fff;
	border-bottom: dotted 2px #ddd;
	float: left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 7px 0 7px 15px;
	width: 185px;
}

#page-guide .sideArea .inner {
	padding: 15px 20px;
}

#page-guide .sideArea .inner .kind {
	margin-top: 20px;
}

#page-guide .sideArea .inner .kind h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#page-guide .sideArea .inner .category h3 {
	border-left: solid 4px #e52c2c;
	padding-left: 10px;
}

#page-guide .sideArea .inner .thesaurus h3 {
	background: url('../img/guide/ico_thesaurus.png') no-repeat 0 0;
	padding-left: 35px;
}

#page-guide .sideArea .inner .search h3 {
	background: url('../img/guide/ico_search.png') no-repeat 0 0;
	padding-left: 35px;
}

#page-guide .sideArea .inner .oftenSeenGuide h3 {
	margin-bottom: 5px;
}

#page-guide .sideArea .inner .category {
	margin: 0;
}

#page-guide .sideArea .inner .category ul {
	border: solid 1px #ddd;
	border-radius: 8px;
}

#page-guide .sideArea .inner .category ul li {
	border-top: solid 1px #ddd;
}

#page-guide .sideArea .inner .category ul li:first-child {
	border-top: none;
}

#page-guide .sideArea .inner .category ul li a {
	color: inherit;
	font-size: 13px;
	display: block;
	padding: 8px 0 8px 35px;
	text-decoration: none;
}

#page-guide .sideArea .inner .thesaurus ul {
	border: solid 1px #ddd;
	border-radius: 8px;
	padding: 15px;
}

#page-guide .sideArea .inner .thesaurus ul li {
	display: inline;
	font-size: 13px;
	margin: 0 6px 10px 6px;
}

#page-guide .sideArea .inner .thesaurus ul li .check {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#page-guide .sideArea .inner .search input[type="text"] {
	border: solid 1px #ddd;
	border-radius: 10px;
	font-size: 12px;
	height: 20px;
	padding: 10px;
	width: 178px;
}

#page-guide .sideArea .inner .search .submit {
	margin-top: 10px;
	width: 200px;
}

#page-guide .sideArea .inner .search input[type="submit"] {
	background-color: #666;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0;
	width: 100%;
}

#page-guide .sideArea .inner .oftenSeenGuide {
	border-top: dotted 2px #ddd;
	padding-top: 18px;
}


#page-guide .sideArea .inner .oftenSeenGuide ul li {
	background: url('../img/guide/ico_circle.png') no-repeat 0 center;
	font-size: 13px;
	margin-bottom: 5px;
	padding-left: 20px;
}



/*----------------------------------------------------
	共通
----------------------------------------------------*/
#page-guide {
	font-size: 13px;
}

#page-guide a {
	color: #3366cc;
}

#page-guide a:hover,
#page-guide input[type="submit"]:hover {
	cursor: pointer;
	opacity: 0.8;
}

#page-guide .article {
	border: none;
	border-radius: 8px;
	float: right;
	overflow: hidden;
	width: 740px;
}

#page-guide .article .titleArea {
	background-color: #1a1a1a;
	padding: 8px 20px;
}

#page-guide .article .contentInner {
	background-color: #fff;
	padding: 20px;
}

#page-guide .article .contentInner .section {
	border: solid 2px #e52c2c;
	border-radius: 8px;
	margin-bottom: 10px;
	overflow: hidden;
}

#page-guide .article .contentInner .section dd.open {
	background: #fff url('../img/guide/ico_open.png') no-repeat 665px center;
	color: #333;
	font-weight: normal;
}

#page-guide .article .contentInner .section dd {
	background: #e52c2c url('../img/guide/ico_close.png') no-repeat 665px center;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 8px 15px;
}

#page-guide .article .contentInner .section dt {
	/*display: none;*/
	padding: 15px 20px;
}
#page-guide .article .contentInner .toSupport {
	border: solid 2px #ddd;
	border-radius: 8px;
	padding: 20px;
}

#page-guide .article .contentInner .contentSupport {
	margin: 30px 0 0;
}

#page-guide .article .contentInner .toSupport .supportTitle {
	border-bottom: dotted 2px #ddd;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#page-guide .article .contentInner .toSupport .oftenSeenGuide {
    margin-bottom: 20px;
}

#page-guide .article .contentInner .toSupport .oftenSeenGuide .oftenSeenGuideTitle {
    font-weight: bold;
}

#page-guide .article .contentInner .toSupport .oftenSeenGuide ul li {
    font-size: 13px;
    list-style: inside;
}

#page-guide .article .contentInner .toSupport .submit {
	text-align: center;
	margin: 25px 0 10px;
}

#page-guide .article .contentInner .toSupport .submit a {
	background-color: #666;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	padding: 18px 0;
	text-decoration: none;
	width: 260px;
}

/*----------------------------------------------------
	about
----------------------------------------------------*/
#page-guide.page-about .article .titleArea h1 {
	background: #1a1a1a url('../img/guide/ico_guide.png') no-repeat 0 center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
}

#page-guide.page-about .article .contentInner .section .oftenSeenGuide li {
	background: url('../img/guide/ico_circle.png') no-repeat 0 center;
	font-size: 13px;
	margin-bottom: 5px;
	padding-left: 20px;
}

/*----------------------------------------------------
	index
----------------------------------------------------*/
#page-guide.page-index .article .titleArea h1 {
	background: #1a1a1a url('../img/guide/ico_thesaurus.png') no-repeat 0 center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 35px;
}

#page-guide.page-index .article .contentInner .section .kana {
	margin-bottom: 40px;
}

#page-guide.page-index .article .contentInner .section .kana h2 {
	border-bottom: dotted 2px #ddd;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#page-guide.page-index .article .contentInner .section .thesaurus {
	padding: 0 15px;
}

#page-guide.page-index .article .contentInner .section .thesaurus li {
	float: left;
	width: 50%;
}

#page-guide.page-index .article .contentInner .section .thesaurus li.help {
	float: none;
	width: 100%;
}

#page-guide.page-index .article .contentInner .section .thesaurus li a {
	background: url('../img/guide/ico_double_arrow.png') no-repeat 0 center;
	padding-left: 25px;
}

/*----------------------------------------------------
	view
----------------------------------------------------*/
#page-guide.page-view .article .titleArea h1 {
	background: #1a1a1a url('../img/guide/ico_thesaurus.png') no-repeat 0 center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 35px;
}

#page-guide.page-view .article .contentInner .detail {
	border-bottom: dotted 2px #333;
}

#page-guide.page-view .article .contentInner .detail h2 {
	border-bottom: dotted 2px #333;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}

#page-guide.page-view .article .contentInner .detail .text .red {
	color: #e52c2c;
}

#page-guide.page-view .article .contentInner .detail .main {
	margin: 30px 0;
}

#page-guide.page-view .article .contentInner .detail .sub {
	margin-bottom: 40px;
}

#page-guide.page-view .article .contentInner .detail .sub h3 {
	background: url('../img/guide/ico_red_star.png') no-repeat 0 0;
	font-size: 18px;
	font-weight: bold;
	padding-left: 25px;
}

#page-guide.page-view .article .contentInner .detail .sub p {
	border: solid 2px #e52c2c;
	border-radius: 8px;
	margin-top: 10px;
	padding: 15px;
}

#page-guide.page-view .article .contentInner .detail .image {
	margin: 40px 0;
	text-align: center;
	width: 700px;
}

#page-guide.page-view .article .contentInner .detail .image img {
	max-width: 100%;
}

#page-guide.page-view .article .contentInner .toList {
	margin: 40px 0;
	text-align: center;
}

#page-guide.page-view .article .contentInner .toList a {
	background-color: #ccc;
	border-radius: 8px;
	color: #555;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	padding: 18px 0;
	text-decoration: none;
	width: 240px;
}

/*----------------------------------------------------
	search
----------------------------------------------------*/
#page-guide.page-search .article .titleArea h1 {
	background: #1a1a1a url('../img/guide/ico_search_white.png') no-repeat 0 center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 35px;
}

#page-guide.page-search .article .contentInner .section dd {
	background: #e52c2c;
	cursor: auto;
}

#page-guide.page-search .article .contentInner .section dd.empty {
	background: #fff;
	color: #333;
	font-weight: normal;
}

#page-guide.page-search .article .contentInner .section .thesaurus {
	padding: 0 15px;
}

#page-guide.page-search .article .contentInner .section .thesaurus li.help {
	float: none;
	width: 100%;
}

#page-guide.page-search .article .contentInner .section .thesaurus li a {
	background: url('../img/guide/ico_double_arrow.png') no-repeat 0 center;
	padding-left: 25px;
}
