@charset "UTF-8";
/* CSS Document */

/*=========================================================
 *
 *	css file for "www.aaaaaaa.com"
 *	file name : table.css
 *
=========================================================*/


/* Initialization */
/* -------------------------------------------------- */

* {
    margin: 0px;
    padding: 0px;
	line-height: 1.4;
	border: 0;
	outline: 0;
	font-size: 100%;
}


body {
	margin: 0;
	padding: 0;
	background: #fffbfb url(../sharedimg/bg_header.gif) repeat-x;
	/*background: #fffbfb url(../sharedimg/bg_body.gif);*/
	
	padding-top: 8px;
	
	 /* orange  #feffea*/
	 /* pink  #fffbfb*/
	 
}


header#header {
	width: 100%;
	/*max-width: 1024px;*/
	margin: auto;
	background: #fff;
}

div#header_wrapper {
	width: 100%;
	max-width: 1024px;
	margin: auto;
}

div.lr01 { padding: 0 0;}
div.lr02 { padding-bottom: 8px; }


div.lr01 div.lrbox_l { text-align: left;}
div.lr01 div.lrbox_r { text-align: right; }

div.lr02 div.lrbox_l { text-align: center; }
div.lr02 div.lrbox_r { text-align: right; }

div.lr01 div.lrbox_l h1 {
	display: inline;
	color: #666;
	font-size: 11px
}


div.lr01 div.lrbox_r ul {
}

div.lr01 div.lrbox_r ul li {
	display: inline;
	width: 220px;
}

div.lr01 div.lrbox_r ul li a {
	text-decoration: none;
	font-size: 11px;
	color: #666;
}

div.lr01 div.lrbox_r ul li a:hover {
	text-decoration: underline;
}

div.lr02 div.lrbox_r a {
	display: block;
	width: 100%;
	height: 30px;
	background: #fff; /*  #008066 → #fffに */
	text-align: center;
	text-decoration: none;
	padding-top: 0px; /* 10px→0pxに　20150109*/
	color: #fff;
}




nav#gnav {
	/*background: #ffd6f3;*/ /*pink*/
	background: #ed7481; /*red*/
	/*background: #b188d9;*/ /*purple*/
	
	width: 100%;

	box-shadow: -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: -ms-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);

}


	
nav#gnav > ul {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	background: url(../sharedimg/border_gnav.gif) no-repeat right top;
}

nav#gnav > ul > li {
	background: url(../sharedimg/border_gnav.gif) no-repeat left top;
}
	
nav#gnav ul li.side {
}


nav#gnav ul li ul {
}

nav#gnav ul li ul li {
}




div#topicpath {
	text-align: left;
	font-size: 12px;
	width: 100%;
	max-width: 1024px;
	margin: auto;
	padding: 8px 0;
}

div#topicpath h2 {
	/*color: #333;*/
	color: #000033;
	font-size: 12px;
}


div#container {
	width: 100%;
	max-width: 1024px;
	margin: auto;
}

div#contents {
	/*pc*/
}

div#contents section {
	/*pc*/
}

div#contents section.box_01,
div#contents article.box_01 {
	width: 100%;
	background: #fff;
	height: auto;
	position: relative;

	box-shadow: -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: -ms-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);

}

div#contents article.box_01 {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

div#contents article.box_01 section.sec_02 {
	padding-bottom: 10px;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	
}

div#contents article.box_01 section.sec_02 p {
	font-size: 13px;
}


section h3.ttl_02 {
	display: block;	
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	margin-bottom: 20px;
	background: url(../sharedimg/indicater_bg.png) no-repeat 0 6px;
	background: #eeeeee;
}

div#contents div.frame_outside_02 {
/*pc*/
}

div#contents section.box_02 {
	width: 100%;
	background: #fff;
	text-align: left;
}

div#contents section.box_03 {
/*pc*/
}


div#contents section.box_02 h3 {
/*pc*/
}

div#contents section.box_02 h3 span.sub {
	display: block;
	font-size: 14px;
	color: #000;
}
/* 20230522 */
div#contents section.box_02 h1 {
	display: block;
	font-size: 24px;
	color: #BE0000;
	padding-bottom: 5px;
}
div#contents section.box_02 .ttl_bottom {
	padding-bottom: 40px;
}
div#contents section.box_02 span.sub {
	display: block;
	font-size: 14px;
	color: #000;
}

div#contents section.box_02 span a {
}
div#contents section.box_02 span a:hover {
	text-decoration: none;
}
/* 20230522 */

div#contents section.box_02 h3 span a {
}
div#contents section.box_02 h3 span a:hover {
	text-decoration: none;
}



p.ad_txt_01 {
	line-height: 1.0em;
	margin-bottom: 14px;
	padding: 15px 1%;
	text-align: center;
	width: 100%;	
}

p.ad_txt_01 img,
p.ad_txt_02 img {
	vertical-align: middle;
}

p.ad_txt_01 a,
p.ad_txt_02 a {
	/*display: block;
	width: 100%;*/
	font-size: 16px;
}

p.ad_txt_02 {
	line-height: 1.0em;
	padding-bottom: 8px;
	padding: 5px 1%;
	text-align: center;
	width: 100%;
}




div#loading {
	position: absolute;
	top: 20%;
	left: 40%;
	height: 260px;
}

div#loading img {
}
div.jCarouselLite {
	display: none;
}


div.frame_outside {
	border: 1px solid #C13026;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	height: auto;
	padding: 5px;
	
	box-shadow: -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: -ms-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);	
}

div.frame_01 {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	padding-top: 10px;
	
	/*background: -moz-linear-gradient(top, #DAF09A 0%, #DEF2A5 20%, #FCFFF8 80%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DAF09A), color-stop(20%,#DEF2A5), color-stop(80%,#FCFFF8), color-stop(100%,#ffffff));*/	
}

div.frame_02 {
/*pc*/
}

div.frame_03 {
/*pc*/
}


div.frame_02 h3.ttl {
	display: block;
	width: 100%;
	position: relative;
}

div.frame_02 .ttl div.h3_wrapper {
	position: relative;
	top: -20px;
}

div.frame_02 h3.ttl div.h3_wrapper div {
/*pc*/
}




input.txt_01 {
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-right: 1px solid #F3F3DC;
	border-bottom: 1px solid #F3F3DC;
	padding: 6px 2px;
	width: 45%;
	height: 25px;
	text-align: center;
	font-size: 18px;
}


input.txt_02 {
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-right: 1px solid #F3F3DC;
	border-bottom: 1px solid #F3F3DC;
	padding: 6px 2px;
	width: 60%;
	height: 25px;
	text-align: center;
	font-size: 18px;
	background: #FFC;
	

}

input.txt_03 {
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-right: 1px solid #F3F3DC;
	border-bottom: 1px solid #F3F3DC;
	padding: 6px 2px;
	width: 60%;
	height: 25px;
	text-align: center;
	font-size: 18px;
}

input.txt_04 {
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-right: 1px solid #F3F3DC;
	border-bottom: 1px solid #F3F3DC;
	padding: 6px 2px;
	width: 60%;
	height: 25px;
	text-align: left;
	font-size: 18px;
}

.textarea_01 {
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-right: 1px solid #F3F3DC;
	border-bottom: 1px solid #F3F3DC;
	padding: 6px 2px;
	text-align: left;
	font-size: 18px;	
}


input.rdo_01 {
}

input[type="radio"].rdo_01 {
	padding-right: 20px;
}

input.rdo_label_01 {
	font-size: 18px;
}



div#social {
	/*pc*/
}

div#social ul {
	/*pc*/
}

div#social ul li {
	/*pc*/
}


/*---------------- tab --------------*/

ul#tab {
}

ul#tab li {
	/*pc*/
}

ul#tab li a {
	/*pc*/
}

ul#tab li a.selected {
	/*pc*/
}


div#tab_box {
/*pc*/
}








div#sidebar {
}


section.sb {
	position: relative;
	background: #fff url(../sharedimg/bg_sidebar_top.png) repeat-x;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

section.sb h3 {
	position: absolute;
	top: -15px;
	left: 30px
}

section.sb ul {
	padding: 0 20px;
}

section.sb ul li {
	text-align: left;
	background: url(../sharedimg/border_list_sidebar.png) no-repeat bottom left;
	/*padding: 8px 0 8px 20px;*/
	padding-left: 20px;
}

section.sb ul li a {
	display: block;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding: 8px 0 8px 40px;
}

section.sb ul li a:hover {
	/*color: #666;*/
	text-decoration: underline;
}

section.sb ul li#all a { background: url(../images_retina/icon/icon_all.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_ast a { background: url(../images_retina/icon/icon_ast.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_mon a { background: url(../images_retina/icon/icon_mon.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_eki a { background: url(../images_retina/icon/icon_eki.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_ocl a { background: url(../images_retina/icon/icon_ocl.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_rne a { background: url(../images_retina/icon/icon_rne.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_trt a { background: url(../images_retina/icon/icon_trt.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_num a { background: url(../images_retina/icon/icon_num.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_onm a { background: url(../images_retina/icon/icon_onm.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_nst a { background: url(../images_retina/icon/icon_nst.png) no-repeat 0px 50%; }
/*section.sb ul li#sb_cat_tsn a { background: url(../images_retina/icon/icon_tsi.png) no-repeat 0px 50%; }*/
section.sb ul li#sb_cat_fsi a { background: url(../images_retina/icon/icon_fsi.png) no-repeat 0px 50%; }
section.sb ul li.star a { background: url(../images_retina/icon/icon_star.png) no-repeat 0px 50%; }



section.sb ul li#all a.selected { background: url(../images_retina/icon/icon_all_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_ast a.selected { background: url(../images_retina/icon/icon_ast_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_mon a.selected { background: url(../images_retina/icon/icon_mon_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_ocl a.selected { background: url(../images_retina/icon/icon_ocl_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_rne a.selected { background: url(../images_retina/icon/icon_rne_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_trt a.selected { background: url(../images_retina/icon/icon_trt_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_num a.selected { background: url(../images_retina/icon/icon_num_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_onm a.selected { background: url(../images_retina/icon/icon_onm_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_nst a.selected { background: url(../images_retina/icon/icon_nst_hover.png) no-repeat 0px 50%; }
/*section.sb ul li#sb_cat_tsn a.selected { background: url(../images_retina/icon/icon_tsi_hover.png) no-repeat 0px 50%; }*/
section.sb ul li#sb_cat_fsi a.selected { background: url(../images_retina/icon/icon_fsi_hover.png) no-repeat 0px 50%; }
section.sb ul li.star a.selected { background: url(../images_retina/icon/icon_star_hover.png) no-repeat 0px 50%; }



section.sb ul li#all a:hover { background: url(../images_retina/icon/icon_all_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_ast a:hover { background: url(../images_retina/icon/icon_ast_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_mon a:hover { background: url(../images_retina/icon/icon_mon_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_ocl a:hover { background: url(../images_retina/icon/icon_ocl_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_rne a:hover { background: url(../images_retina/icon/icon_rne_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_trt a:hover { background: url(../images_retina/icon/icon_trt_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_num a:hover { background: url(../images_retina/icon/icon_num_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_onm a:hover { background: url(../images_retina/icon/icon_onm_hover.png) no-repeat 0px 50%; }
section.sb ul li#sb_cat_nst a:hover { background: url(../images_retina/icon/icon_nst_hover.png) no-repeat 0px 50%; }
/*section.sb ul li#sb_cat_tsi a:hover { background: url(../images_retina/icon/icon_tsi_hover.png) no-repeat 0px 50%; }*/
section.sb ul li#sb_cat_fsi a:hover { background: url(../images_retina/icon/icon_fsi_hover.png) no-repeat 0px 50%; }


section.sb ul li.star a:hover { background: url(../images_retina/icon/icon_star_hover.png) no-repeat 0px 50%; }



div#sidebar p.bnr {
	padding-bottom: 15px;
}


footer#footer {
/*pc*/
}

div#wrap_footer {
/*pc*/
}
div#wrap_footer a#btn_top {
/*pc*/
}




/*-------------    pager  --------------*/



div.pagerarea {
	/*position: relative;
	width: 100%;
	height: 80px;
	background: #CF3;*/
}

div.pagerwrap {
	/*position: relative;
	left: 50%;
	height: 80px;	
	float: left;*/
}

div.pager {
/*pc*/
}

div.pager a,
div.pager span {
/*pc*/
}

div.pager a {
    color: #774f0a;
    background-color: #fff;
    text-decoration: none;
	border: 1px solid #bdaf80;
}

div.pager a:hover {
    color: #fff;
    background-color: #bdaf80;
}

div.pager span.current {
    color: #fff;
    background-color: #bdaf80;
    font-weight: bold;
}

div.pager span.nextprev {
	/*display: none;*/
	opacity:0;
	filter: alpha(opacity=0);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
	-moz-opacity:0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0;              /* Safari 1.x */
	zoom:1;		
}

div.pager a.nextprev {
    font-weight: normal;
	color: #fff;
	background: none;
	border: none;
}

div.pager a.nextprev:hover {
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
	zoom:1;	
}



/* category list */
/* -------------------------------------------------- */

.c_wrap{
	box-shadow: -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.2);
	box-shadow: -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.2);
	box-shadow: -ms-box-shadow:0px 0px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	margin-bottom:25px;
	text-align: left;
}

.c_heading{
	background: #E97693;
	padding: 5px 20px;
}

.c_title{
	color:#fff;
	font-size:20px;
	font-weight:bold;
}

.sub_heading{
	background: #FDE9EB;
	padding: 15px;
	background: linear-gradient(#FDE9EB, #FFF);
}

.sub_title{
	color: #BE0000;
	font-size: 24px;
}

.sub_text{
	font-size:16px;
	font-weight:normal;
	padding-top: 10px;
}

.acd-check{
    display: none;
}
.acd-label{
    background: url(../images_retina/arrow_bla_down.png) no-repeat right 15px center;
	background-size:inherit !important;
	background-color:#FCE7E9;
    display: block;
    padding: 15px 10px 15px 20px;
    position: relative;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #CACACA;
}
.acd-label{
    background-size: contain;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-content p{
    border-bottom: 1px solid #DDD;
    padding: 15px 10px 15px 20px;
	margin: 0;
}
.acd-content p,
.acd-content p a,
.acd-content p a:visited{
	color:#333;
	text-decoration:none;
}
.acd-content p a{
	display:block;
	background:url(../images_retina/arrow_gra.png) no-repeat right 10px center;
	background-size:contain;
}
.acd-check:checked + .acd-label{
	background: url(../images_retina/arrow_bla_up.png) no-repeat right 15px center;
	background-size:inherit !important;
	background-color:#FCE7E9;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 0;
    visibility: visible;
}

.sub_list li{
	background:#fff;
	border-top:#CACACA solid 1px;
}

.sub_list li a,
.sub_list li a:visited{
	display:block;
	padding:15px 30px 15px 15px;
	overflow: hidden;
	text-decoration: none;
	color:#333;
	background:url(../images_retina/arrow_gra.png) no-repeat right center;
	background-size:3%;
}

.sub_list li .imgleft{
	padding-right:10px;
    width: 18%;
    max-width: 100px;
}

.sub_list li .sub_list_title{
	font-size:16px;
	font-weight:bold;
	line-height: 1.3;
}

.sub_list li .sub_name{
	font-size:14px;
	color:#BE0000;
}






/*----------------------------------------------------------------------------------------*/
/*---------------------------- pc ----------------------------*/
/*----------------------------------------------------------------------------------------*/


