@charset "UTF-8";


/* WRAPPER
-----------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
body.page #wrapper {
	width: 700px;
  max-width: 100%;
}
body.home #wrapper {
	width: 1000px;
  max-width: 100%;
}

.pc_none {
	display: none;
}
.sp_none {
	display: block;
}

/* HEADER
-----------------------------------------*/
h1 {
	font-size: 10px;
}

/* top page */
.header-in {
	background: url("../img/topimg.jpg") no-repeat scroll 0 0;
	background-size: cover;
	height: 450px;
	margin-bottom: 10px;
	position: relative;
}

.top-menu {
	position: absolute;
	left: 98px;
	top: 255px;
	width: 420px;
}
.g-menu li {
	float: left;
	margin-right: 5px;
	width: 100px;
}
.g-menu li a {
	background: url("../img/menu01.png") repeat scroll 0 0;
	display: block;
	height: 100px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-size: 100px;
}
.g-menu li:nth-child(2) a { background: url("../img/menu02.png") repeat scroll 0 0; background-size: 100px;}
.g-menu li:nth-child(3) a { background: url("../img/menu03.png") repeat scroll 0 0; background-size: 100px;}
.g-menu li:nth-child(4) a { background: url("../img/menu04.png") repeat scroll 0 0; background-size: 100px;}
.g-menu li a:hover {
	background-position: left bottom;
}

/* sns */
.snsb-b {
	margin-top: 5px;
}
.snsb-b li {
	float: left;
	margin-right: 11px;
	width: 95px;
}
.snsb-b li:last-child {
	margin-right: 0;
}
.snsb-b li a {
  border-radius: 3px;
  color: #FFF;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 5px !important;
}
.snsb-b li a .count {
	background: #FFF;
	border-radius: 3px;
	color: #333;
	display: block;
	margin-bottom: 7px;
	padding: 7px 0 5px;
}
.snsb-b .sc-tw a {
  background: #00ACEC;
}
.snsb-b .sc-fb a {
  background: #3B5997;
}
.snsb-b .sc-gg a {
  background: #DB4A39;
}
.snsb-b .sc-hb a {
  background: #5D8AC1;
}




/* header2 */
.header2-in .logo {
    float: left;
    width: 500px;
}

.header2-menu {
	float: right;
	margin-top: 20px;
	width: 432px;
}
.header2-menu li {
	float: left;
}
.header2-menu li a {
	background: url("../img/navi.png") no-repeat 0 0;
	display: block;
	height: 50px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 74px;
}
.header2-menu .navi02 a {
	background-position: -100px 0;
	width: 74px;
}
.header2-menu .navi03 a {
	background-position: -186px 0;
	width: 84px;
}
.header2-menu .navi04 a {
	background-position: -278px 0;
	width: 90px;
}
.header2-menu .navi05 a {
	background-position: -373px 0;
	width: 109px;
}
.header2-menu li a:hover      { background-position: 0 -50px; }
.header2-menu .navi02 a:hover { background-position: -100px -50px; }
.header2-menu .navi03 a:hover { background-position: -186px -50px; }
.header2-menu .navi04 a:hover { background-position: -278px -50px; }
.header2-menu .navi05 a:hover { background-position: -373px -50px; }

/* SP MENU
------------------------------------*/
.header-sp,
#sp-menu {
	display: none;
}

/* BREADCRUMB STYLES
-----------------------------------------*/
#breadcrumbs {
    font-size: 12px;
    padding: 10px 0;
}

/* MAIN
-----------------------------------------*/
#main {
	background: #FFF;
	float: left;
	padding: 25px;
	width: 650px;
}

/* SIDEBAR
-----------------------------------------*/
#side {
	float: right;
	width: 285px;
}
#side h3 {
	background: none;
	border: 0;
	font-size: 18px;
	margin-bottom: 0;
	padding: 0;
}
.side_contents {
	margin-bottom: 10px;
}

/* FOOTER
-----------------------------------------*/
#footer {
	border-top: 2px dotted #CCC;
	clear: both;
	margin-top: 30px;
	padding-top: 5px;
	text-align: center;
}
.footer-content {
	border-bottom: 2px dotted #CCC;
}
.footer-content .logo {
	float: left;
	width: 500px;
}
.footer-content .cate-box {
    float: right;
    margin: 25px 0 0;
    width: 500px;
}
.footer-content .cate-box li {
    background:url("../img/cate-box.png") no-repeat 0 2px;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    padding-left: 20px;
}
.footer-content .cate-box li a {
    color: #62584f;
	text-decoration: underline;
}
#footer .description {
    font-size: 10px;
    line-height: 1.5em;
    margin: 10px;
}
#copyright {
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0 5px;
}

/* BACK TO TOP STYLES
-----------------------------------------*/
.page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}
.page-top a {
	background: rgba(51, 51, 51, 0.5) url(../img/bg-allow-up.png) center 20px no-repeat;
	border-radius: 50%;
	display: block;
	font-size: 10px;
	padding: 39px 0 16px 0;
	text-align: center;
	text-decoration: none;
	width: 80px;
}
.page-top a:link,
.page-top a:visited,
.page-top a:active {
	color: #fff;
}
.page-top a:hover {
	background-color: rgba(51, 51, 51, 0.8);
	text-decoration: none;
}

/* HEADING STYLES
-----------------------------------------*/
.home h2,
#main h2 {
	border:none;
	background:none;
	border-top: 1px solid #E4DFC8;
	border-bottom: 1px solid #E4DFC8;
	padding: 15px 0;
	font-size:14px;
	margin: 0px auto 20px;
	line-height: 1.3;
	text-align: center;
	font-weight:bold;
}
.home h2 small {
	font-size:87%;
	font-weight:normal !important;
}

.home h2 br {
	/* display:none; */
}
.home h3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfafa+0,dedede+50,ededed+100 */
	background: rgb(251,250,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,250,250,1) 0%, rgba(222,222,222,1) 50%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(251,250,250,1) 0%,rgba(222,222,222,1) 50%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(251,250,250,1) 0%,rgba(222,222,222,1) 50%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfafa', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border: 1px solid #CCC;
	clear: both;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px;
}

#main h4,
.home h4 {
  	border-left: 4px solid #E4DFC8;
  	padding: 0px 10px 0px 8px;
  	font-size: 14px;
  	font-weight: bold;
  	position: relative;
  	box-sizing: border-box;
  	margin: 20px 0;
}

.title-point01,
.title-point02,
.title-point03 {
	background-image: url("../img/point01.png");
	background-position: 0 0;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	display: table-cell;
	height: 70px;
	padding: 0 0 10px 70px;
	vertical-align: middle;
}
.title-point02 { background-image: url("../img/point02.png"); }
.title-point03 { background-image: url("../img/point03.png"); }
















