@charset "UTF-8";


/* HTML 5 elements
---------------------------------------- */
html {
	-webkit-text-size-adjust: none;
}

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  margin: 0;
  padding: 0;
}

/* reset
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 99%;
	height: auto;
	padding: 1px;
	margin: 0;
	border: 1px solid #eaecec;
	background-color: #fff;
}

.bgnone {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

ul,li{
	list-style-type: none;
	margin: 0;
}

table {
	width: 100%;
	margin: 1.5% 0 2%;
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	-webkit-margin-before: 10px;
	-webkit-margin-after: 0;
	margin-top: 10px;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border: none;
	border-top: #efefef 1px solid;
}

br {
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1;
}

/* body
-------------------------------------------------- */
body{
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	color: #271b18;
	position: relative;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, sans-serif;
	background: #fdc0c9 url(images/bg.jpg) center 0 repeat-x;
}

h1 {
    width: 100%;
    padding: 0.5% 0;
    margin: 0.5% 0 0;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    letter-spacing: 1em;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    display: block;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background: #c01a50;
    background: -webkit-gradient(linear, left top, left bottom, from(#e04477), to(#c01a50));
	background: linear-gradient(#e04477, #c01a50);
}


h2 {
	padding: 1.5% 2%;
	margin: 1% 0 1.5%;
	color: #292929;
	font-size: large;
	line-height: 1;
	font-weight: bold;
	border-left: #292929 6px solid;
	border-bottom: #515151 1px solid;
	background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f8f5f2));
	background: linear-gradient(#f2f2f2, #f8f5f2);
}
	
h3 {
	padding: 1%;
	margin: 2% 0 1%;
	font-size: medium;
    color: #cfd936;
	line-height: 1.5;
	display: block;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background: #3c4c00;
}
	
a {
	color: #358cc3;
	text-decoration: none;
}
	a:hover { color: #51daf4; text-decoration: underline;}
    a.catt {
    	padding: 5px 0 5px 18px;
        margin: 2% 0 1%;
        font-weight: bold;
        display: block;
    	color: #3c4c00;
		background: #eef1f2 url(images/arrow_002.png) 4px center no-repeat;
    }
    a.more {
    	padding: 5px 10px 5px 18px;
    	color: #3c4c00; font-size: smaller;
        border-radius:			6px;
        -moz-border-radius:		6px;
        -webkit-border-radius:	6px;
		background: #eef1f2 url(images/arrow1.png) 4px center no-repeat;
    }

/* key_img
-------------------------------------------------------------- */
.key_img {
    text-align: center;
	position: relative;
}

# {
	position: absolute;
    top: 0;
    left: 0;
    border-radius:			8px;
    -moz-border-radius:		8px;
    -webkit-border-radius:	8px;
    background: #59d3e1;
}
    # br {
        display: none;
    }
    # ul li {
        margin: 2px;
        float: left;
    }
        # li a {
            padding: 5px 8px 5px 20px;
            display: block;
            font-weight: bold;
            font-size: 12px;
            line-height: 1.3;
            color: #fff;
            border-radius:			6px;
            -moz-border-radius:		6px;
            -webkit-border-radius:	6px;
            letter-spacing: 0.06em;
            background: #51daf4 url(images/arrow_002.png) 6px center no-repeat;
        }
        # ul li a:hover {
            background: #80dfea url(images/arrow_001.png) 6px center no-repeat;
        }

.key_img img {
    max-width: 100%;
	padding: 0;
	margin: 1px 0 0;
    line-height: 0;
	border: none;
	background: none;
}
	.key_img a {
        display: block;
    }

/* nav
-------------------------------------------------------------- */
.navigation, . {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
}

.navigation li, . li {
	padding: 0;
	margin: 1px 0 1px;
	text-align: center;
	vertical-align: middle;
    float: left;
	display: block;
	border: none;
}

.navigation li a, . li a {
	padding: 10px 15px;
	margin: 0;
	color: #fff;
	font-size: small;
	font-weight: normal;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: #fff 1px solid;
	background: #c01a50;
    background: -webkit-gradient(linear, left top, left bottom, from(#e04477), to(#c01a50));
	background: linear-gradient(#e04477, #c01a50);
}
.navigation li a:hover, . li a:hover {
	color: #fff;
	text-decoration: none;
	box-shadow:			0 0 8px #fff inset;
	-webkit-box-shadow: 0 0 8px #fff inset;
	-moz-box-shadow:	0 0 8px #fff inset;
}

.navigation li.current-menu-item a, . li.current-menu-item a {
	padding: 10px 15px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: #fff 1px solid;
	box-shadow: none;
	background: #66d6d6;
}

.navigation li.current-menu-item a:hover, . li.current-menu-item a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	box-shadow:			0 0 5px #fff inset;
	-webkit-box-shadow: 0 0 5px #fff inset;
	-moz-box-shadow:	0 0 5px #fff inset;
	background: #96eaea;
}

/* #wrapper
-------------------------------------------------------------- */
#wrapper {
	width: 1080px;
	padding: 0;
	margin: 0 auto 0;
	position: relative;
}
/* #Container
-------------------------------------------------------------- */
div#container {
	width: 73%;
    padding: 1% 1%;
	margin: 1% 0 1.5%;
	float: left;
	position: relative;
	overflow: hidden;
	border-bottom: #382b1f 2px solid;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background: #fff;
}
. {
    width: 24%;
	float: right;
}

/* 要素
-------------------------------------------------------------- */
section {
	margin: 1% 0;
}

p {
	margin: 1% 0;
}

/* -------------------------------------------------------------- */
. {
	padding: 0 0 1%;
	margin: 1% 0 5%;
    list-style: none;
    line-height: 1;
    background-color: #2e2e2e;
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    -moz-background-size: 4px 4px;
    -webkit-background-size: 4px 4px;
    -o-background-size: 4px 4px;
    -ms-background-size: 4px 4px;
    background-size: 4px 4px;
    box-shadow: 2px 3px 2px rgba(0,0,0,.2);
}
	
. h2 {
	padding: 2%;
	margin: 2px;
	color: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    border: none;
    background: #2e2e2e;
}
#dc_jqaccordion_widget-2-item{
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
    
#dc_jqaccordion_widget-2-item ul,
#dc_jqaccordion_widget-2-item ul,
#dc_jqaccordion_widget-2-item ul li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
    
#dc_jqaccordion_widget-2-item ul a {
	background-repeat: no-repeat;
	background-position: 10px center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 32px;
	text-decoration:none;
	display: block;
	color: #222;
	font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#efefef));
	background: linear-gradient(#f3f3f3, #efefef);
}
    
#dc_jqaccordion_widget-2-item ul ul a {
	font-weight: normal;
    background: #fff;
}
    
#dc_jqaccordion_widget-2-item ul a.dcjq-parent {
	background: #fff url(menu_images/plus_grey.png) 4px center no-repeat;
	font-weight: bold;
}
    
#dc_jqaccordion_widget-2-item ul a.dcjq-parent.active {
	background: #f3f3f3 url(menu_images/minus_grey.png) 4px center no-repeat;
}
    
#dc_jqaccordion_widget-2-item ul a:hover {
	color: #59d3e1;
}

/* footer
-------------------------------------------------------------- */
# {
	margin: 0 auto;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background: #efefef;
}
	# li {
		padding: 0;
		margin: 5px 0.5% 5px 0;
		text-align: center;
		vertical-align: middle;
		display: block;
		float: left;
		border: none;
	}

#site {
	padding: 1%;
	margin: 1% 0;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background: #efefef;
}


/* align
-------------------------------------------------------------- */
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* goTop
-------------------------------------------------------------- */
.goTop {
	margin: 1% 0 0;
}
.goTop a{
	color: #212521;
	font-size: 10px;
	font-weight: bold;
}

/* page_navi
-------------------------------------------------------------- */
.page_navi {
	margin: 3% 0;
	line-height: 1;
	color: #7f7f7f;
}
	.page_navi span.page-numbers {
		padding: 3px 0 3px 3px;
		margin: 0 3px 3px 0;
		border: #CCC 1px solid;
		display: inline-block;
	}
	.page_navi a.page-numbers {
		padding: 4px 5px;
		margin: 0 3px 3px 0;
		border: #efefef 1px outset;
		display: inline-block;
		font-weight: bold;
		color: #fffea4;
		border-radius:			6px;
		-moz-border-radius:		6px;
		-webkit-border-radius:	6px;
		background: #72ab56;
	}
	.page_navi a.page-numbers:hover {
		background: #fffea4;
		color: #068618;
		border: #efefef 1px inset;
	}
	
	.page_navi span.current,
	.page_navi span.dots {
		border: none;
		color: #068618;
		font-weight: bold;
	}

