@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: #cfcfcf 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: 0.05em;
	color: #547c95;
    border-top: #111 3px solid;
	position: relative;
    font-family: 'Helvetica Neue','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #f2f2f2;
}

/* header
-------------------------------------------------------------- */
.headerOuter {
    width: 100%;
    background: #f9f9f7 url(images/bg.jpg) 0 0 repeat-x;
}

.discription {
    padding: 5px;
    margin: 0;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.2em;
    line-height: 1;
    color: #fff;
    background: #4e4f44;
}

header {
    width: 1050px;
    padding: 0;
    margin: 0 auto 0;
    background: #fff;
}

a.logo {
    height: 300px;
    padding: 0;
    margin: 0 auto 0;
    display: block;
}
.logo img {
    max-width: 100%;
    height: auto;
    padding: 0;
    border: none;
    background: none;
}
#key {
    width: 100%;
	margin: 10px auto 0;
    text-align: left;
}
    #key img {
        max-width: 100%;
        height: auto;
        padding: 0 0; 
        margin: 0 auto 0;
        background: none;
        border: none;
    }
    

/* #contents
-------------------------------------------------------------- */
#contents {
    width: 1050px;
    padding: 0;
    margin: 0 auto 0;
    position: relative;
    -webkit-box-shadow: 0px 0px 7px 2px #b3b3b3;
    -moz-box-shadow: 0px 0px 7px 2px #b3b3b3;
    box-shadow: 0px 0px 7px 2px #b3b3b3;
    background: #d5dcdf;
}
#contents{
  position: relative;
}
#contents:before, #contents:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#contents2:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
    #innercontents02 {
        width: 69%;
        margin: 0 0 0 0;
        padding: 0 1% 0;
        float: left;
        background: #fff;
    }
    
	#sidemenu {
        width: 27%;
        float: right;
    }


h1 {
	padding: 7px 10px 5px;
	margin: 10px 0;
	line-height: 1;
	font-weight: normal;
    font-size: 1.8em;
}
	h1.topTitle {
        padding: 0;
        margin: 0 0 0;
        line-height: 1.5;
        font-size: 14px;
        border: none;
    }
    
h1.title {
	position:relative;
	padding: 9px;
	padding-left:28px;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background: #2e95d4;
}
h1.title:before {
	content:''; 
	height: 80%; 
	width: 2px; 
	display:block; 
	position:absolute; 
	top:5px; 
	left: 10px; 
	background-color:#fff;
	border-left: 3px solid #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}    
    h1 a {
        color: #111;
    }
    h1 a:hover {
        color: #666;
    }

h2 {
    padding: 8px;
	margin: 10px 0;
	color: #fff;
    font-weight: nomal;
	line-height: 1;
    font-size: 1.6em;
    border-left: 5px solid #65bbe1;
    border-bottom: 1px solid #65bbe1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #a3ae8f;
}
h2 a {color: #fff;}
h2 a:hover {color: #fff;}

h3{
    position: relative;
    padding: 0.5em 0.5em 0em 1.7em;
    border-bottom: 3px solid #2e95d4;
}	
h3:before{
    content: "";
    position: absolute;
    background: #2e95d4;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
h3:after{
    content: "";
    position: absolute;
    background:#d26466;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
h3 a {
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    font-weight: nomal;
}
a {
	color: #111;
	text-decoration: none;
}
	a:hover { color: #666; text-decoration: underline;}
    a.catt {
    	padding: 5px 0 5px 35px;
        margin: 5px 0 0;
        line-height: 1;
        display: block;
    	color: #07385d;
		background: url(images/arr02.png) 5px center no-repeat;
    }
        a.catt:hover {background: url(images/arr02.png) 5px center no-repeat;}
    a.flMo {
		background: none;
    }

/* #innercontents01-------------------------------------------------------------- */
#innercontents01 {
    -webkit-box-shadow: 3px 0px 19px 2px rgba(0,0,0,0.51);
    -moz-box-shadow: 3px 0px 19px 2px rgba(0,0,0,0.51);
    box-shadow: 3px 0px 19px 2px rgba(0,0,0,0.51);
    background: #fff;
}
    #innercontents01 br {
        height: 1px;
    }
    #innercontents01 ul {
        padding: 0;
        margin: 0 auto;
    }
    #innercontents01 ul li {
        margin: 2px 5px 2px 0;
        float: left;
    }
        #innercontents01 li a {
            padding: 12px 8px 10px 25px;
            display: block;
            font-weight: bold;
            font-size: 14px;
            line-height: 1.3;
            color: #fcffc7;
            letter-spacing: 0.06em;
            border: 1px solid #fff;
            background: #cb4757 url(images/arr02.png) 5px center no-repeat;
        }
        #innercontents01 ul li a:hover {
            border: 1px solid #fff;
            color: #55332e;
            text-decoration: none;
            text-shadow: 0 -1px 2px #fff, 0 1px 2px #fff, -1px 0 2px #fff, 1px 0 2px #fff,
                         0 -1px 8px #fff, 0 1px 8px #fff, -1px 0 8px #fff, 1px 0 8px #fff,
                         0 -1px 2px #fff, 0 1px 2px #fff, -1px 0 2px #fff, 1px 0 2px #fff; 
            background: url(images/arr02.png) 8px center no-repeat;
        }
        #innercontents01 li.current-menu-item a {
            color: #fff;
            background: #cb4757 url(images/arr02.png) 5px center no-repeat;
        }

/* sub_pressure
-------------------------------------------------------------- */
.sub_pressure {
	padding: 10px;
    margin: 0 0 10px;
    border-radius:			6px;
    -moz-border-radius:		6px;
    -webkit-border-radius:	6px;
    background: #fff;
}

.miniBox img{
    width: 70x;
    margin: 0 10px 3px 0;
	float: left;
}

/* 要素
-------------------------------------------------------------- */
section {
	padding: 2% 0;
	margin: 0 0 5%;
}

p {
	display: block;
	margin: 2% 1%;
}

/* sidemenu-------------------------------------------------------------- */
#sidemenu {
   	padding: 1% 0 1%;
	margin: 1% 1% 5%;
    list-style: none;
    line-height: 1;
border-bottom: 1px solid #fff;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: inset 0px 1px 2px 0px #666;
-webkit-box-shadow: inset 0px 1px 2px 0px #666;
-moz-box-shadow: inset 0px 1px 2px 0px #666;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
	background: linear-gradient(#f1f1f1, #fff);
  }
            
#sidemenu h1 {
    padding: 5% 1%;
    margin: 0.5% 1% 0;
    text-align: left;
    font-weight: normal;
    font-size: 10px;
    border: none;
    background: #2e95d4;
}
#sidemenu h2 {
    padding: 3% 1%;
    margin: 0.5% 1% 0;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    background: #2e95d4;
}
	
#sidemenu ul {
    padding: 0;
	margin: 0 0 20px;
}

#sidemenu ul li {
	margin: 0 1%;
	padding: 0;
	border: none;
	list-style: none;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
	background: linear-gradient(#f1f1f1, #fff);
}
    
#sidemenu ul a {
	margin: 0;
	padding: 10px 5px 10px 35px;
	background-image: url(images/arr02.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #efefef;
	text-decoration:none;
	display: block;
	color: #2e95d4;
}
    
#sidemenu ul.sub-menu a {
	color: #2e95d4;
}
    
#sidemenu ul a.dcjq-parent  {
	background: url(menu_images/plus_grey.png) 4px center no-repeat;
	font-weight: bold;
}
    
#sidemenu ul a.dcjq-parent.active {
	background: url(menu_images/minus_grey.png) 4px center no-repeat;
}
    
#sidemenu ul a:hover {
	color: #a68e94;
}

/* copy
-------------------------------------------------------------- */
.copy {
	padding: 1% 0;
    margin: 0 auto 0;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
    color: #888;
   /* background: #fff; */
}
.copy a {color: #888;}

/* goToTop
-------------------------------------------------------------- */
.goToTop {
	margin: 2% 1% 1.5%;
    text-align: right;
}
.goToTop a{
	font-size: 10px;
	font-weight: bold;
}

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

/* 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;
	}

