@charset "utf-8";

/**
 * Main Theme
 *
 * http://http://www.voicenote.jp/
 * (c) 2011 Voice Note
 */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font: 10px/1 Verdana,Arial,"Hiragino Kaku Gothic Pro","MS P Gothic",sans-serif;
	color: #666;
	line-height: 1;
	background: #f9f6e4 url("../images/share/bg.png") repeat;
}
/* Link */
a {
	border: none;
	outline: none;
}
a:link {
	color: #369;
}
a:visited {
	color: #669;
}
a:hover {
	color: #6cc;
}

/* Paragraph */
p {
	margin: 1em 0;
	word-break: break-all;
}

/* Hedding Tag */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h3 {
	margin: 1em 0;
	padding: 0.5em 1em;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
	background: #bcca5a;
	border: solid 1px #bcca5a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
h4 {
	margin: 1em 0;
	padding-bottom: 1em;
	font-size: 120%;
	font-weight: bold;
	background: url("../images/share/line_dot.png") repeat-x left bottom;
}
h4 span {
	display: block;
	padding-left: 1em;
	background: url("../images/share/icon_arrow.png") no-repeat left 2px;
}
h5 {
	margin: 1em 0;
	font-size: 120%;
	font-weight: bold;
}

/* Quotetion */
blockquote {
	margin: 1em 0;
	padding: 5px;
	background: url("../images/bloc/bloc_bg_01.png") repeat left top;
}
blockquote p, blockquote ul {
	margin: 0;
	padding: 0.5em 1em;
	background: #fff;
}
blockquote ul li {
	margin-right: 2em;
	float: left;
}
q:before, q:after {
	content: "";
}

/* Ordered List / Unordered List */
ol, ul {
	margin: 0.5em 0;
	padding: 0;
}
ol li {
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
	list-style: decimal outside;
	line-height: 1.2em;
}
ul li {
	margin: 0.5em 0;
	padding: 0 0 0 1.5em;
	list-style: none;
	background: url("../images/share/icon_arrow.png") no-repeat left top;
}

/* Definition List */
dl {
	margin: 1em 0;
	padding: 0;
}
dl dt {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 5px #eee;
	font-weight: bold;
}
dl dd {
	margin: 0;
	padding: 0 0 10px 0;
}
dl dd p, dl dd ul, dl dd ol {
	margin: 0.5em 0;
}

/* Form */
form {
	margin: 0;
	padding: 0;
}
legend {
	margin: 0;
	padding: 0;
	font-size: 200%;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	vertical-align: middle;
}
input, select, textarea {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font: inherit normal Arial, Helvetica, sans-serif;
	color: #666;
}
input.text, select, textarea {
	padding: 3px;
	background: #fff;
	border: solid 1px #ccc;
}
input.radio, input.checkbox {
	border: none;
}
input.text:focus, textarea:focus {
	outline: 1px solid #09c;
}

/* Table */
table {
	margin: 1em 0;
	width: 100%;
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 1px #9a9a9a;
}
th {
	padding: 1em;
	background: #eee url("../images/share/line_dot.png") repeat-x left top;
	text-align: left;
}
td {
	padding: 0.5em 1em;
	background: #fff url("../images/share/line_dot.png") repeat-x left top;
	text-align: left;
}
table td p {
	margin: 0.5em 0;
}
tr:first-child th, tr:first-child td {
	background-image: none;
}

/* Image */
img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a img {
	border: none;
	outline: none;
}
a:hover img, .imghover:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	background: #fff;
}

/* Others */
hr {
	padding: 2em 0;
	border: none;
}

/*=========================

 Page Structures

=========================*/
#intro, #content, #footer {
	text-align: center;
	
}
.in {
	margin: 0 auto;
	padding: 1px 0;
	width: 1045px;
	text-align: left;
}

/*-------------------------
 Intro
-------------------------*/
#intro {
	background: #fff url("../images/share/header_bg.png") repeat-x left top;
}
#intro .in {
	position: relative;
}

/* Website Name */
#sitename {
	margin: 15px 0;
}
#sitename a {
	display: block;
	width: 130px;
	height: 50px;
	background: url(../images/share/logo.png) no-repeat left top;
	text-indent: -9999em;
	overflow: hidden;
}
#sitename a:hover {
	opacity: .6;
}

/* Login */
.login-header {
	position: absolute;
	top: 15px;
	right: 0;
	width: 760px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.login-header-banner {
	display: inline-block;
	height: 50px;
}
.login-header form {
	display: inline-block;
	width: 540px;
	background-color: #f9f6e4;
}
.login-header form fieldset {
	padding: 0 1.5em;
}
.login-header form p {
	margin: 0.5em 0;
}
.login-header form p input {
	margin: 0 2px;
	border: none;
}
.login-header form p input.text {
	padding: 2px;
	width: 120px;
}

/* Global Navigation */
#globalnav {
	margin: 0;
	padding: 0;
	border: solid 3px #f2f2f2;
	border-radius: 10px;
	overflow: hidden;
}
#globalnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	/*width: 14.28571%;*/
	width: 16.66666%;
	float: left;
	position: relative;
}
#globalnav li a
{
	display: block;
	height: 90px;
	background: url(../images/share/nav_01.gif) no-repeat center top;
	text-indent: -9999em;
	overflow: hidden;
}
#globalnav .nav-02 a {background-image: url(../images/share/nav_02.gif);}
#globalnav .nav-03 a {background-image: url(../images/share/nav_03.gif);}
#globalnav .nav-04 a {background-image: url(../images/share/nav_04.gif);}
#globalnav .nav-05 a {background-image: url(../images/share/nav_05.gif);}
#globalnav .nav-06 a {background-image: url(../images/share/nav_06.gif);}
#globalnav li a:hover {
	opacity: .6;
}

/*-------------------------
 Content
-------------------------*/
#content {
	width: auto;
	background-color: #fff;
}
#alpha {
	width: 67%;
	min-height: 600px;
	float: right;
}
#beta {
	margin: 10px 0;
	width: 29%;
	float: left;
}
#gamma {
	margin-bottom: 20px;
	width: 29%;
	float: left;
}
.one_maincolumn #alpha {
	margin: 0 auto;
	float: none;
}

/*-------------------------
 Footer
-------------------------*/
#footer {
	background: url("../images/share/footer_bg.png") repeat-x left top;
}
#footer .in {
	background: url("../images/share/footer_bg2.png") no-repeat left top;
}

/* Footer Navigation */
#footnav {
	margin: 10px 0 10px 80px;
	padding: 0;
	height: 30px;
}
#footnav li {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	background: none;
	float: left;
	display: inline;
}

/* Footer */
#footer p, #footer address {
	margin: 20px 0;
	text-align: center;
}
#footer p a {
	color: #666;
}
#footer address img {
	margin: 0 auto;
}

/*-------------------------
 Other
-------------------------*/
#pageTop {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -9999em;
}
#notice {
	margin: 0;
	padding: 0;
	color: #c36;
	text-align: center;
}
#return {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 40px;
	top: 40px;
	right: 0;
}

/*=========================

 Article

=========================*/
#alpha article, #alpha section, #alpha .bloc {
	margin: 40px 0;
	font-size: 120%;
}
#alpha p {
	line-height: 1.6em;
}

/* Page Title */
article header, section header {
	margin-bottom: 20px;
}
article header p, section header p {
	padding-bottom: 20px;
	font-size: 80%;
	background: url("../images/share/line_dot.png") repeat-x left bottom;
}
article header p span, section header p span {
	margin-left: 10px;
	padding-left: 13px;
	background: url("../images/share/path_separater.png") no-repeat left 5px;
}

/* Hedding Tag */
#about h3, #flow_entry h3, #flow_point h3, #notice h3 {
	background: #e5a289;
	border: solid 1px #e5a289;
}
#entry h3, #enquetes h3, #regist h3, #termofuse h3, #product h3 {
	background: #e8aec3;
	border: solid 1px #e8aec3;
}
#faq h3 {
	background: #aad3dc;
	border: solid 1px #aad3dc;
}
#contact h3 {
	background: #f3d883;
	border: solid 1px #f3d883;
}

/* Enquete List */
/*
#enquetes ul li {
	margin: 0;
	padding: 1em 0;
	list-style: none;
	background: none;
	width: 50%;
	float: left;
}
#enquetes ul li a,
#enquetes ul li strong {
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
	width: 260px;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
#enquetes ul.AlreadyAnswer li strong {
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
	width: 260px;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
#enquetes ul li span {
	display: block;
	margin-top: 5px;
}
*/
.enquete-list a,
.enquete-list p {
	display: block;
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
	color: #666;
}
.enquete-list a:hover {
	background-color: #fffeec;
}
.enquete-list li {
	padding: 0;
	background: none;
	overflow: hidden;
}
.enquete-list li:not(:last-child) {
	border-bottom: dotted 1px #ddd;
}
.enquete-list .item-meta {
	margin-top: 8px;
}
.enquete-list strong {
	font-size: 120%;
	color: #369;
}
.enquete-list span {
	display: inline-block;
	vertical-align: middle;
}
.enquete-list span:not(:first-child) {
	padding-left: 5px;
	margin-left: 5px;
	border-left: dotted 1px #999;
}
.enquete-list .status-1,
.enquete-list .status-2 {
	margin: 0;
	padding: 10px 0;
	width: 100px;
	text-align: center;
	color: #fff;
	background-color: #999;
	border: 0;
	border-radius: 2px;
	float: right;
}
.enquete-list .status-1 {
	background-color: #eba188;
}

/* Enquete Detail */
#enquetes table th, #enquetes table td {
	font-size: 120%;
	color: #333;
}
#enquetes table td {
	padding-bottom: 40px;
}

/* Mypage */
#mypage .banner {
	margin: 0 -1%;
	overflow: hidden;
}
#mypage .banner li
{
	margin: 0 1%;
	padding: 0;
	background: none;
	width: 31.33333%;
	float: left;
	text-align: center;
}

/* Review */
#review p, #review li
{
	font-size: 120%;
}
#review header p
{
	font-size: 80%;
}
#review .example
{
	position: relative;
	margin: 1em 0;
	padding: 0.5em 15px;
}
#review .agree
{
	padding: 0.5em 0;
	text-align: center;
	border: solid 5px #eee;
}
#review .example p, #review .agree p
{
	margin: 0.5em 0;
}
#review .example .comment
{
	position: absolute;
	top: 0;
	right: 15px;
	width: 50%;
	margin: 1em 0;
	padding: 0.5em 10px;
	line-height: 1.2em;
	color: #c30;
	background-color: #fff;
}
#review dl dt
{
	padding: 0.5em 0;
	border: none;
	font-size: 120%;
	color: #bcca5a;
}
#review .example.ng{background-color: #e7f9ff;}
#review .example.ok{background-color: #fffce7;}

/* Kiyaku */
.kiyaku_text {
	padding: 2px;
	border: solid 1px #ddd;
	font-size: inherit;
}
.keycount {
	width: 98%;
}

/* Top Page */
#reserch header h2.title,
#enquetes header h2.title
{
	margin: 1em 0;
	padding: 0.5em 1em;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#reserch header h2.title
{
	background: #e5a289;
	border: solid 1px #e5a289;
}
#enquetes header h2.title
{
	background: #e8aec3;
	border: solid 1px #e8aec3;
}

/*=========================

 Product

=========================*/
#product article {
	margin: 0 0 20px 0;
	font-size: 100%;
	padding: 20px 10px;
	border: solid 5px #eee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* for IE */
	behavior: url(/css/PIE.htc);
	position: relative;
}
#product h3 {
	margin: 0 10px;
	background: #cc3b2d;
	border: solid 1px #cc3b2d;
}
#product article dl {
	border: solid 1px #ddd;
	background: #fefefe;
}
#product article dl dt {
	padding: 1em 1em 0 1em;
	border: none;
}
#product article dl dd {
	padding: 0 1em 1em 1em;
}
#product article h4 {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 100%;
	color: #5a4638;
}
#product .pr_image p {
	margin-top: 0;
}
#product table {
	margin: 0;
	padding: 0;
	border: 0;
}
#product table th, #product table td {
	margin: 0;
	padding: 0 10px;
	border: 0;
	background: none;
	vertical-align: top;
}

#products article {
	font-size: 100%;
	padding-bottom: 20px;
	background: #fff url(../images/share/line_dot.png) repeat-x left bottom;
}
#products article header h3 {
	margin: 1em 0;
	padding: 0;
	border: none;
	font-size: 200%;
	color: #cc3b2d;
	background: #fff;
}
#products article h4 {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: solid 3px #ddd;
	background: none;
	color: #cc3b2d;
}
#products article p.pr {
	text-align: center;
}
#products article p.pr img {
	border: solid 3px #ddd;
}
#products article dl {
	background: #eee;
	border: solid 1px #ddd;
}
#products article dl dt {
	margin: 0;
	padding: 1em 1em 0.5em 1em;
}
#products article dl dd {
	margin: 0;
	padding: 0.5em 1em 1em 1em;
}
#products article .pr_content dl dd p {
	margin: 0.5em 0;
}

/* Campaign */
#campaign {
	margin: 40px 0 40px 20px;
	font-size: 120%;
	line-height: 1.6em;
}
#campaign h2 {
	margin: 1em 0;
	padding: 0.5em 1em;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
	background: #bcca5a;
	border: solid 1px #bcca5a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*=========================

 Bloc

=========================*/
/*-------------------------
 #alpha
-------------------------*/
/* Eye Catch */
#eyecatch {
	padding: 0;
	width: 700px;
	height: 260px;
	overflow: hidden;
}
#eyecatch li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

/* Banner */
#bannerBloc {
	padding: 10px;
	background: #fff url("../images/bloc/bloc_bg_02.png") repeat left top;
	border: solid 1px #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#bannerBloc li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	width: 50%;
	float: left;
	text-align: center;
}
#bannerBloc li img {
	margin: 0 auto;
}

/* Lastn */
#lastnBloc {
	background: #fff url("../images/share/line_dot.png") repeat-y center top;
	border: solid 1px #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 5px 0px #ccc;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
}
#lastnBloc dl {
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}
#lastnBloc dl dt {
	margin: 0;
	padding: 1em 14px 0 14px;
	border: none;
}
#lastnBloc dl dd {
	margin: 0;
	padding: 1em 14px;
}
#lastnBloc dl dd ul {
	margin: 0;
	padding: 0;
}
#lastnBloc dl dd ul li {
	margin: 0;
	padding: 1em 0;
	list-style: none;
	background: none;
}
#lastnBloc dl dd ul li a {
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
	/* ellipsis */
	width: 260px;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
#lastnBloc dl dd ul li span {
	display: block;
	margin-top: 5px;
}

/* magazine Rss */
#magazine-rss
{
	padding: 1px 10px;
	border: solid 1px #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 5px 0px #ccc;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
}
#magazine-rss dl dt
{
	background: #aad3dc;
	border: solid 1px #aad3dc;
	padding: 0.5em 1em;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#magazine-rss ul li
{
	margin: 2em 0;
}
#magazine-rss ul li a,
#magazine-rss ul li span
{
	display: block;
}
#magazine-rss ul li a
{
	margin-bottom: 5px;
	font-size: 140%;
	text-decoration: none;
}
#magazine-rss p
{
	margin-top: 0;
	text-align: center;
}
#magazine-rss p .button
{
	display: block;
	margin: 0 auto;
	padding: 0.5em 0;
	width: 200px;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #aad3dc;
	border: solid 1px #aad3dc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* Mailbox */
#enqueteInfoBloc
{
	border: solid 5px #eee;
	padding: 10px;
	height: auto;
}
#enqueteInfoBloc h3
{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	color: #bcca5a;
}

/* Introduce */
.button, .caution, .link, #introduce dt, #introduce textarea, #introduce img {
	border-radius: 3px;
}
.caution p, .link, .center, #introduce td {
	text-align: center;
}
#introduce p {
	margin: 0;
	margin-bottom: 15px;
}
#introduce dt {
	margin: 0;
	padding: 0 0 10px;
	font-size: 140%;
	color: #e8aec3;
	border-bottom: solid 5px #e8aec3;
}
#introduce dd {
	padding: 15px 0;
}
#introduce td {
	vertical-align: middle;
}
#introduce caption {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}
.link {
	margin-bottom: 50px;
	padding: 15px;
	font-weight: bold;
	border: solid 1px #ddd;
	word-break: break-all;
}
.link strong {
	display: block;
	margin-top: 15px;
	color: #e5a289;
	font-size: 150%;
}
.button {
	display: inline-block;
	padding: 15px;
	font-weight: bold;
	text-decoration: none !important;
	color: #fff !important;
	background-color: #3b5998;
}
.button-tw {
	background-color: #65a8dc;
}
.button:hover {
	opacity: .6;
}
#introduce textarea {
	width: 100%;
	height: 3em;
}
.caution {
	padding: 15px;
	background-color: #f9f7e6;
}
.caution p {
	color: #c30;
}
.caution li {
	margin-left: 15px;
	list-style: outside disc;
	padding: 0;
	background: transparent;
}
.caution ol li {
	list-style-type: decimal;
}

/*-------------------------
 #beta
-------------------------*/
#beta aside {
	margin-top: 30px;
	font-size: 120%;
	line-height: 1.2em;
	background: #bcca5a;
	border: solid 1px #bcca5a;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#beta aside a {
	color: #fff;
}
#beta aside dl {
	margin: 1em 10px;
	padding: 0;
}
#beta aside dl dt {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	text-align: center;

}
#beta aside dl dt span {
	font-weight: bold;
}
#beta aside dl dd {
	margin: 0;
	padding: 0;
}
#beta aside dl dd ul {
	margin: 1em 0;
	padding: 0;
	background: url("../images/share/line_dot_02.png") repeat-x left top;
}
#beta aside dl dd ul li {
	margin: 0;
	padding: 0.5em 0;
	background: url("../images/share/line_dot_02.png") repeat-x left bottom;
	color: #fff;
}
#beta aside dl dd p.attention a {
	color: #c30;
	font-weight: bold;
	border-bottom: dotted 1px #c30;
}
#beta ul
{
	margin: 0;
}
#beta ul li
{
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

/*-------------------------
 #gamma
-------------------------*/
#gamma aside {
	font-size: 120%;
	line-height: 1.2em;
	background: #f2f2f2;
	border: solid 1px #f2f2f2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#gamma aside dl {
	margin: 5px;
	padding: 0;
}
#gamma aside dl dt {
	margin: 0;
	padding: 0;
	border: none;
}
#gamma aside dl dd {
	margin: 0;
	padding: 0;
	background: #fff;
	border: solid 1px #f2f2f2;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#gamma aside dl dd ul {
	margin: 0 10px;
	padding: 0;
}
#gamma aside dl dd ul li {
	margin: 0;
	padding: 1.5em 0;
	list-style: none;
	background: url("../images/share/line_dot.png") repeat-x left bottom;
}
#gamma aside dl dd ul li:last-child {
	background: none;
}

/* Locate */
#locateBloc{
	margin: 2em 0;
	padding: 5px;
	background: url("../images/bloc/bloc_bg_01.png") repeat left top;
}
#locateBloc dt{
	margin: 0;
	padding: 1em 10px 0 10px;
	border: none;
	background: #fff;
}
#locateBloc dd{
	margin: 0;
	padding: 0.5em 10px;
	background: #fff;
}

/* Ad */
#cateBloc li,
#cateBloc ul {
    margin: 0;
    padding: 0;
    background: none;
}
#cateBloc ul {
    margin-bottom: 15px;
    padding: 5px 10px;
    border: solid 5px #eee;
    border-radius: 10px;
    font-size: 15px;
}
#cateBloc ul li ul {
    margin: 0;
    padding: 0;
    border: 0;
}
#cateBloc span,
#cateBloc a {
    display: block;
    padding: 10px 0;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
#cateBloc .level-1 span,
#cateBloc .level-1 a {
    padding-left: 25px;
    font-weight: bold;
    background: url(../images/ad/cate_icon.gif) no-repeat left 50%;
}
#cateBloc .level-2 span,
#cateBloc .level-2 a {
    font-weight: normal;
    border-top: dotted 1px #ccc;
    background: url(../images/ad/cate_mark.gif) no-repeat right 50%;
}
#cateBloc .level-2 span {
    background-image: url(../images/ad/cate_mark2.gif);
}
#cateBloc .has-child .level-3 span,
#cateBloc .has-child .level-3 a {
    padding: 10px;
    font-weight: normal;
    border: none;
    background: url(../images/ad/cate_mark.gif) no-repeat 95% 50%;
}
#cateBloc .accordion {
    background-color: #eee;
    border-radius: 0;
}

/*=========================

 General Class

=========================*/
/* Text */
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.attention {
	color: #c30;
}
.notice {
	margin: 0 0 1em 0;
	padding: 1em 0;
	text-align: center;
	font-weight: bold;
	color: #c30;
	background: #f9f6e4;
}
.notice a {
	color: #c30;
}
.note
{
	border: solid 1px #c30;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.note dt
{
	margin: 0;
	padding: 1em 10px;
	color: #fff;
	font-size: 120%;
	background-color: #c30;
}
.note dd
{
	margin: 0;
	padding: 0 10px;
}

/* Info */
.infoarea
{
	margin: 1em 0;
	padding: 5px;
	font-size: 12px;
	background: url("../images/bloc/bloc_bg_01.png") repeat left top;
}
.infoarea dl
{
	margin: 0;
	padding: 1px 10px;
	background-color: #fff;
}
.infoarea dl dt
{
	margin: 0;
	padding: 1em 0;
	font-size: 120%;
}
.infoarea dl dd
{
	margin: 0;
	padding: 1em 0;
}
.infoarea dl dd ul
{
	margin: 0;
}
.infoarea dl dd ul li
{
	margin: 1em 0;
}

/* Favorite List */
.favorite-list
{
	margin: 0;
	padding: 0;
}
.favorite-list li
{
	margin: 1em 0;
	padding: 0;
	list-style: none;
	width: 33%;
	float: left;
	text-align: center;
	background: none;
}

/* Mailbox */
.mailbox-list
{
	border: none;
}
.mailbox-list th,
.mailbox-list td
{
	padding: 1em 10px;
	background-position: left bottom;
}
.mailbox-list th
{
	color: #fff;
	background-color: #bcca5a;
}
.mailbox-list td a
{
	display: block;
	padding-left: 20px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	background: url("../images/mypage/mailbox_mark_on.png") no-repeat left 50%;
}
.mailbox-list .checked td a
{
	font-weight: normal;
	color: #999;
	background-image: url("../images/mypage/mailbox_mark_off.png");
}
.mailbox-list .checked td
{
	color: #999;
	background-color: #e5e5e5;
}
.mailbox-detail
{
	border: none;
}
.mailbox-detail strong
{
	font-size: 120%;
}
.mailbox-content
{
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.mailbox-content *
{
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
	height: auto;
	background: none;
}
.mailbox-content img
{
	max-width: none;
}
pre.mailbox-content
{
	line-height: .5em;
}

/* Faq */
.faq-list {
	font-size: 120%;
}

/* Page Navigation */
.pagination
{
	margin: 30px 0;
	text-align: center;
}
.pagination a
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 10px;
	padding: 1em 0;
	width: 150px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #bcca5a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.pagination a:hover
{
	color: #bcca5a;
	background-color: #eee;
}
.pagenav
{
	margin: 1em 0;
	text-align: center;
}

/* Text Align */
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/* Image Align */
.alignleft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.alignright {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
.aligncenter {
	text-align: center;
}
	.aligncenter img {
		margin: 0 auto;
	}

/* Clear */
.clear {
	clear: both;
	height:0;
}

/*=========================

 Clearfix

=========================*/
.in, ul, ol, article, aside, section, header, .bloc, p {
	zoom: 1;
}
.in:after, ul:after, ol:after, article:after, aside:after, section:after, header:after, .bloc:after, p:after {
	content:"";
	height:0;
	display:block;
	clear:both;
}