@charset "UTF-8";

/* ================================================
下層ページ
================================================ */
div {
	word-wrap: break-word;
}
/* H2～H5 */
#contents_block {
	background-color:#fff;
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border:1px solid #d8d8d8;
	box-shadow:0px 5px 4px -4px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0px 5px 4px -4px rgba(0,0,0,0.2) inset;
	padding:24px;
}
#contents_block img{
	max-width: 700px;
}
#main_contents h2 {
	font-size:154%;
	font-weight:bold;
	background:#fff url(../imagespub/sub/h2_bg.png) 20px center no-repeat;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-bottom:4px solid #1dc3df;
	position:relative;
	padding:23px 15px 15px 70px;
}
/*
#main_contents h2 {
	font-size:154%;
	font-weight:bold;
	background-color:#fff;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-bottom:4px solid #1dc3df;
	position:relative;
	padding:23px 15px 15px 70px;
}
#main_contents h2:before{
	background-color:#fff;
	content:'';
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	top:50%;
	left:20px;
	border:8px solid #1dc3df;
	border-radius:50%;
	-webkit-border-radius:50%;
	margin-top:-18px;
}
*/
#main_contents h3 {
	font-size:124%;
	font-weight:bold;
	background-color:#fff;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	box-shadow:0px 4px 3px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 4px 3px -3px rgba(0,0,0,0.2);
	border-top:1px solid #c2c2c2;
	border-left:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	border-bottom:2px solid #1dc3df;
	position:relative;
	padding:13px 15px 12px 25px;
	margin-bottom:20px;
}
#main_contents h3:before{
	content:'';
	width:4px;
	height:30px;
	background-color:#1dc3df;
	display:block;
	position:absolute;
	top:9px;
	left:9px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
#main_contents h4 {
	font-size:124%;
	font-weight:bold;
	background-color:#eff2f3;
	border:1px solid #d8d8d8;
	position:relative;
	padding:8px 15px 8px 25px;
	margin-bottom:20px;
}
#main_contents h4:before{
	content:'';
	width:4px;
	height:22px;
	background-color:#7e7e7e;
	display:block;
	position:absolute;
	top:9px;
	left:9px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
#main_contents h5 {
	font-size:124%;
	font-weight:bold;
	background-color:#fff;
	border-bottom:1px solid #d8d8d8;
	position:relative;
	padding:0 15px 4px 16px;
	margin-bottom:20px;
}
#main_contents h5:before{
	background-color:#7e7e7e;
	content:'';
	width:4px;
	height:18px;
	display:block;
	position:absolute;
	top:2px;
	left:0;
	border-radius:4px;
	-webkit-border-radius:4px;
}

/*リスト3色*/
#contents.column_right ul li ul.category li:nth-child(3n+1) a { background-color:#ecb7bc; }
#contents .column_right ul li ul.category li:nth-child(3n+2) a { background-color:#b3c1cb; }
#contents .column_right ul li ul.category li:nth-child(3n) a { background-color:#b3d66e; }

#contents .column_right ul li ul.category li:nth-child(3n+1) a:hover	{ background-color:#d45a65; }
#contents .column_right ul li ul.category li:nth-child(3n+2) a:hover	{ background-color:#90a4b5; }
#contents .column_right ul li ul.category li:nth-child(3n) a:hover	{ background-color:#90bb35; }

/* ========== リスト関連(ul/ol) ========= */
#main_contents p{
	margin-bottom:20px;
}

#main_contents ul  {
	margin:0 0 20px 20px;
}
#main_contents ul li ul {
	margin:10px 0 0 20px;
}
#main_contents ul li,
#main_contents ol li {
	margin-bottom:10px;
}
#main_contents ul li ul li {
	list-style:circle;
}

#main_contents ol {
	counter-reset:olcount 0;
	list-style:none;
	margin-bottom:20px;
}
#main_contents ol li {
	text-indent:-1.3em;
	padding-left:1.3em;
}
#main_contents ol li:before {
	counter-increment:olcount;
	content:counters(olcount, "-") ". ";
}
#main_contents ol li ol {
	margin:10px 0 0;
}
#main_contents ol li ol li {
	text-indent:-2.4em;
	padding-left:2.4em;
}


/* ========== table関連 ========= */
#main_contents table {
	width:100%;
	border:2px solid #d8d8d8;
	margin-bottom:20px;
}
#main_contents table caption {
	font-weight:bold;
	text-align:left;
	position:relative;
	padding:3px 0 4px 16px;
	margin-bottom:10px;
}
#main_contents table caption:before{
	background-color:#7e7e7e;
	content:'';
	width:4px;
	height:18px;
	display:block;
	position:absolute;
	top:2px;
	left:0;
	border-radius:4px;
	-webkit-border-radius:4px;
}
#main_contents table th,
#main_contents table td {
	border:1px solid #d8d8d8;
	padding:5px;
}
#main_contents table th {
	text-align:center;
	font-weight:bold;
	background-color:#f4f4f4;
}
#main_contents table .top {
	vertical-align:top;
}
#main_contents table .bottom {
	vertical-align:bottom;
}


/* ========== clss/id ========= */
.img_center, .img_left, .img_right {
	font-size:85%;
	text-align:center;
}
.img_center img, .img_left img, .img_right img {
	margin-bottom:5px;
}
.img_left {
	float:left;
	margin-right:25px;
}
.img_right {
	float:right;
	margin-left:25px;
}
.img_center {
	text-align:center;
}
.callcenter {
	background-color:#e6eec3;
	border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #bac781;
	margin-bottom:20px;
}
.btn_area {
	background-color:#ceeff3;
	border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #82c9d5;
	margin-bottom:20px;
}
.inner {
	text-align:center;
	background-color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	display:block;
	padding:25px;
	margin:5px;
}
.btn {
	list-style:none;
	text-align:center;
	display:table;
	margin:0 auto !important;
}
.btn_area p {
	list-style:none;
	text-align:center;
	display:table;
	margin:10px auto 10px auto;
}
.btn_area p:first-child {
	margin:0 auto 10px;
}
.btn_area p:last-child {
	margin:20px auto;
}

.btn li {
	display:table-cell;
	border-left:7px solid #fff;
	border-right:7px solid #fff;
}
.btn button,
.btn input[type=submit],
.btn input[type=button],
ul.btn li a {
	display:inline-block;
	padding:8px 10px;
	width:163px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background:-webkit-gradient(linear, left top, left bottom, from(#1dc2df), to(#1196cc));
	background:-webkit-linear-gradient(top, #1dc2df, #1196cc);
	background:linear-gradient(to bottom, #1dc2df, #1196cc);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1dc2df', endColorstr='#1196cc', GradientType=0);
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1OTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMxREMyREYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxMTk2Q0MiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c1OTcpIiAvPgo8L3N2Zz4=);
	background-color:#1196cc;
	border-radius:3px;
	-webkit-border-radius:3px;
	border-top:1px solid #68d7ea;
	border-left:1px solid #68d7ea;
	border-right:1px solid #0e78a3;
	border-bottom:1px solid #0e78a3;
}
ul.btn li a:not(:target){
	filter:none\9; /* IE9 */
}
.menu_btn {
	width:100%;
	margin:0 0 10px 0 !Important;
	padding: 0;
	list-style: none inside;
}
.menu_btn li {
	margin: 0;
	padding: 0;
}
.menu_btn a {
	background:#fff url(../imagespub/common/icon_arrow.png) 10px center no-repeat;
	border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #d8d8d8;
	display:block;
	padding:8px 15px 8px 20px;
}
.contents_box {
	width:330px;
}
input#login_button {
	background:url(../imagespub/common/btn_login2.png) no-repeat 0 0;
	width:170px;
	height:52px;
	border:none;
    cursor: pointer;
    margin-right: 10px;
}
/* 更新情報バックナンバー*/
a.label_seikyo_news,
a.label_document_news,
a.label_shopping_news,
a.label_campaign_news
 {
	background-image:none!important;
	position:relative;
	top: -2px;
	left:15px;
	width:auto;
	padding: 1px 10px;
	background-color: #ffffff;
	border: 1px solid #1dc3df;
	/* opacity:0.5; */
	border-radius: 5px;
	cursor:pointer;
	color: #1dc3df;
	text-decoration:none;
	font-weight:normal!important;
	font-size: 0.85em!important;
}
a.label_seikyo_news:hover,
a.label_document_news:hover,
a.label_shopping_news:hover,
a.label_campaign_news:hover {
	background-color: #1dc3df;
	color:#ffffff;
}

/*  FAQ */
#faq {
	width:900px;
	margin-left:10px;
	font-size:13px;
	display:block;
	clear:both;
}
#faq .leftSide {
	float:left;
	width:49%;
}
#faq .rightSide {
	float:right;
	width:49%;
}
#faq dl {
	margin:10px 10px;
}
#faq dl dt {
	padding-left:20px;
	padding-bottom:5px;
}
#faq dl dt.faq_q {
	background:url(../img/global/icon_plus.png) left 3px no-repeat;
}
#faq dl dt.close {
	background:url(../img/global/icon_minus.png) left 3px no-repeat;
}
#faq dl dd.faq_a {
	margin:0 0 20px 20px;
}
#faq dl dd dl{
	margin:0;
}
#faq dl dd dl dt {
  text-indent:-1em;
	padding-left:1em;
	margin:0;
}
#faq dl dd dl dt:before {
    display:inline;
    content:"◆";
}
#faq dl dd.faq_a dl dd {
	margin:0 0 0 20px;
}
#faq dl dd dl dd ul {
	margin-left:15px;
}