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


/* #＃＃### 共通項目 ＃＃#### */


/* ## header ## */
#header {
	width: 100%;
	box-sizing: border-box;
}
#header .inner {
	position: relative;
}

/* sns link button */
#snsLink {
}
#snsLink li {
	width: 50px;
	box-sizing: border-box;
	float: right;
}
#snsLink p span {
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	background-color: #444444;
	display: block;
	padding: 3px 0 0 0;
}
#snsLink p#hFb span {
	background-color: #3b5997;
}
#snsLink p#hTwt span {
	background-color: #00acee;
}
#snsLink p#hInsta span {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#426adc+0,b73692+29,d52e7c+56,f77333+81,fab95d+100 */
	background: rgb(66,106,220); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(66,106,220,1) 0%, rgba(183,54,146,1) 29%, rgba(213,46,124,1) 56%, rgba(247,115,51,1) 81%, rgba(250,185,93,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(66,106,220,1) 0%,rgba(183,54,146,1) 29%,rgba(213,46,124,1) 56%,rgba(247,115,51,1) 81%,rgba(250,185,93,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(66,106,220,1) 0%,rgba(183,54,146,1) 29%,rgba(213,46,124,1) 56%,rgba(247,115,51,1) 81%,rgba(250,185,93,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426adc', endColorstr='#fab95d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

hr.ajHeight {
   border-width: 0 0 0 0;	/* 太さ */
   border-style: none;		/* 線種 */
   border-color: transparent;		/* 線色 */
   height: 0;				/* 高さ */
   margin: 0;
}

/* ## wrapper ## */
#wrapper {
	
}
#wrapper:after {
	content: "";
	display: block;
	clear: both;
}


/* #### side #### */
aside#side {
	padding-bottom: 24px;
}

/* ## main ## */

/* bans */
aside#side #bans {
}
aside#side #bans li {
	width: 100%;
	margin-bottom: 12px;
	overflow: hidden;
}
aside#side #bans li {
}
aside#side #bans li img {
	width: 100%;
	box-sizing: border-box;
	max-width: 268px;
	border: solid 1px #d0d0d0;
}
aside#side #bans li.border_no img {
	border: none;
}

/* ## footer ## */
#footer .boxT, #footer .boxB,#footer .cInfo {
	box-sizing: border-box;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
}
#footer .boxT. inner, #footer .boxB .inner,#footer .cInfo .inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .boxT {
	font-size: 12px;
	color: #696969;
	background-color: #dcdcdc;
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .boxT ul {
	text-align: center;
}
#footer .boxT li {
	border-right: solid 1px #696969;
	margin-right: 18px;
	padding-right: 18px;
	display: inline-block;
}
#footer .boxT li:last-child {
	border-right: none;
}
#footer .boxT a {
	color: #696969;
}
#footer .boxT a:hover {
	text-decoration: none;
}
#footer .boxB {
	color: #f4f4f4;
	font-family: Quicksand;
	font-size: 14px;
	background-color: #242424;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	clear: left;
	overflow: hidden;
}
#footer .cInfo {
	font-size: 12px;
	color: #696969;
	background-color: #dcdcdc;
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .cInfo .comInfo {
	padding: 10px;
	border: solid 1px #cccccc;
	border-radius: 8px;
	background-color: #F0EEEE;
	margin-bottom: 10px;
}

/* ## width 359px以下の場合の設定 (for SP Only) ## */
@media (max-width: 359px) {


/* #### header #### */
#header .boxR {
	font-size: 8px;
	text-align: center;
}

#footer .boxB {
	font-size: 9px;
}

}

/* ## width 360px～500pxの場合の設定 (for SP Wide Only) ## */
@media (min-width: 360px) and (max-width: 500px) {

/* #### header #### */
#header .boxR {
	font-size: 9px;
	text-align: right;
}

/* ## main ## */


#footer .boxB {
	font-size: 10px;
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* #### header #### */
#header .boxR {
	font-size: 9px;
	text-align: right;
}

/* ## main ## */


#footer .boxB {
	font-size: 11px;
}

}

/* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
@media (max-width: 767px) {

/* ## header ## */
#header {
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}
#header .inner {
	height: 50px;
	background-color: rgba(255,255,255,1);
	border-bottom: solid 1px #eeeeee;
	padding-left: 8px;
	padding-right: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
/* ## header fix ## */
#header.headFix {
	position: fixed;
	opacity: 0.94;
}
#header.headFix .inner {
	height: 50px;
	background-color: rgba(255,255,255,0.94);
	box-shadow: 2px 2px 4px #dcdcdc;
}
#header h1 {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 4px;
	left: 0;
}
#header h1 #logo {
	width: auto;
	max-height: 42px;
}
#header .boxR .copy {
	display: none;
}

#header #cdWrapp {
	display: none;
}

/* sns link button */
#snsLink {
	position: absolute;
	right: 8px;
	top: 14px;
}
#snsLink li {
	width: 30px;
	box-sizing: border-box;
	float: right;
}
#snsLink li a:active {
	opacity: 0.74;
}
#snsLink p span {
	width: 24px;
	height: 24px;
	font-size: 16px;
	border-radius: 17px;
	padding: 2px 0 0 0;
}

hr.ajHeight {
	display: none;
}

/* #### ribon ####*/
#ribon {
	margin-top: 50px;
}

/* ## breadcrumb ## */
#breadcrumb {
	display: none;
}

/* ## dropmenu ## */
#dropmenu {
	text-align: center;
}
#dropmenu li.menu_single h2.nmlCtitle {
	display: none;
}
#dropmenu li h2.noLink {
	color: #545454;
}
h2.mbCtitle {
	color: #ffffff;
	background-image: url(../img/arrow_down.gif);
	background-position: center bottom 6px;
	background-repeat: no-repeat;
	background-size: 18px;
	padding-bottom: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h2.mbCtitle.active {
	background-image: url(../img/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: center bottom 6px;
	background-size: 18px;
	background-color: #444444;
}
#dropmenu li.menu_single ul {
	display: none;
}
#dropmenu > li a {
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	padding: 10px 0;
	display: block;
}
#dropmenu > li a:active {
	background-color: #444444;
}
#dropmenu > li.cCurre > h2 a {
	background-color: #333333;
}
#dropmenu > li.cCurre h2.mbCtitle {
	background-color: #333333;
}


/* ## wrapper ## */
#wrapper {
	padding-left: 0;
	padding-right: 0;
}

/* ## main ## */

section#main {
	padding-top: 14px;
	padding-bottom: 14px;
}

/* dl.dt.dd 設定 */
section#main dl {
}
section#main dt {
	font-size: 13px;
	width: 100%;
	padding: 8px 0 0 0;
}
section#main dd {
	border-bottom: dotted 1px #dcdcdc;
	margin: 0 ;
	padding: 8px 0;
}

/* ## menu ## */
#menu {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 8px;
	padding: 0;
}

/* ## side ## */
aside#side {
}

/* bans */
aside#side #bans li {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
aside#side #bans li img {
	max-width: 224px;
}
aside#side #bans li a:active {
	opacity: 0.74;
}

/* ## footer ## */
#footer .boxT {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer .boxT li {
	font-size: 9px;
	margin-right: 10px;
	margin-bottom: 2px;
	padding: 0 14px 0 0;
}
#footer .boxT a:active {
	text-decoration: none;
	color: #1c84ef;
}
#footer .boxB {
	padding-top: 8px;
	padding-bottom: 8px;
}

#back-top {
	display: none;
}
#back-top i {
	display: none;
}

}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* ## header ## */
#header {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .inner {
	width: 100%;
	box-sizing: border-box;
	height: 84px;
	max-width: 1200px;
	margin: 0 auto;
	padding-right: 14px;
	padding-left: 14px;
	position: relative;
}
#header h1 {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 14px;
	z-index: 100;
}
#header h1 #logo {
	max-height: 70px;
}
#header #cdWrapp {
	text-align: center;
	position: absolute;
	right: 14px;
	top: 14px;
}
#header #cdWrapp p {
	font-size: 13px;
	padding: 2px 0;
	font-weight: bold;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #5e8efe), color-stop(0.00, #77b2fe));
	background: -webkit-linear-gradient(top, #77b2fe 0%, #5e8efe 100%);
	background: -moz-linear-gradient(top, #77b2fe 0%, #5e8efe 100%);
	background: -o-linear-gradient(top, #77b2fe 0%, #5e8efe 100%);
	background: -ms-linear-gradient(top, #77b2fe 0%, #5e8efe 100%);
	background: linear-gradient(top, #77b2fe 0%, #5e8efe 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#77b2fe, endcolorstr=#5e8efe))";
	zoom: 1;
	border-radius: 2px;
}

/* sns link button */
#snsLink {
	position: absolute;
	top: 24px;
	right: 242px;
	z-index: 101;
}
#snsLink li {
	width: 42px;
	box-sizing: border-box;
	float: right;
}
#snsLink li a:hover {
	opacity: 0.74;
}
#snsLink p span {
	width: 34px;
	height: 34px;
	font-size: 20px;
	border-radius: 17px;
	padding: 4px 0 0 0;
}


/* #### nav #### */
nav {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* clearfix */
nav:after {
  content: "";
  clear: both;
  display: block;
}
nav#scrollNav.fixed {
	position: fixed;
	top: 0;
	z-index: 998;
	opacity: 0.94;
}

/* #### ribon ####*/
#ribon {
}

/* ## breadcrumb ## */
#breadcrumb {
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	background-color: #efefef;
	border-bottom: solid 1px #e9e9e9;
	padding: 8px 0;
}
#breadcrumb ul {
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 14px;
}
#breadcrumb ul li {
	display:inline;
	list-style: none;
}
#breadcrumb ul li:after{
	content: '>';
	padding: 0 14px;
	color: #555;
}
#breadcrumb ul li:last-child:after{
	content: '';
}
#breadcrumb ul li a {
	text-decoration: none;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}

/* ## dropdown menu ## */
#dropmenu {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
#dropmenu > li {
	width: 16.666%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, Quicksand, helvetica, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	float: left;
}
#dropmenu > li a {
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	height: 50px;
	color: #242424;
	border-left: solid 1px transparent;
	padding-top: 14px;
	display: block;
	position: relative;
}
#dropmenu > li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 4px;
	background-color: #1c84ef;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#dropmenu > li a:hover::after {
	width: 100%;
	color: #1c84ef;
}
#dropmenu > li.cCurre a {
	color: #1c84ef;
}
#dropmenu > li.cCurre a::after {
	width: 100%;
}
#dropmenu > li:hover {
	text-decoration: none;
} 
#dropmenu > li:hover a::after {
	width: 100%;
}
#dropmenu > li:hover a {
	color: #1c84ef;
}
#dropmenu > li a:hover {
	text-decoration: none;
}
#dropmenu li.menu_single {
	position: relative;
}
#dropmenu li.menu_single ul.menu_second-level {
	width: 100%;
	box-sizing: border-box;
	border-left: solid 1px transparent;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 40px;
	z-index: 9998;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#dropmenu li.menu_single ul.menu_second-level li a {
	width: 100%;
	color: #ffffff;
	height: auto;
	background-color: #1c84ef;
	padding: 8px 0;
	display: block;
}
#dropmenu li.menu_single ul.menu_second-level li a::after {
	height: 0;
}
#dropmenu li.menu_single ul.menu_second-level li a:hover {
	background-color: #1e8dff;
	opacity: 1;
}
#dropmenu li.menu_single:hover ul.menu_second-level li {
  overflow: visible;
  border-top: 1px solid #1e8dff;
}
#dropmenu li.menu_single:hover ul.menu_second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
}

/* no link 用処理 */
#dropmenu li h2.noLink {
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	height: 50px;
	color: #999999;
	border-left: solid 1px transparent;
	padding-top: 14px;
}

/* mobile 用処理 */
#dropmenu li h2.mbCtitle {
	display: none;
}
#dropmenu li.menu_single ul.menu_second-level li.mbTop {
	display: none;
}

/* ## wrapper ## */
#wrapper {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
	padding: 24px 14px 0 14px;
}

/* ## main ## */
section#main {
	width: 74%;
	box-sizing: border-box;
	min-height: 340px;
	margin-bottom: 30px;
	padding: 0;
	float: left;
}

/* ## main wide ## */
section#mainW {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}

/* ## side ## */
aside#side {
	width: 26%;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding-left: 42px;
	float: left;
}

/* bans */
aside#side #bans {
}
aside#side #bans li {
}
aside#side #bans li a {
}
aside#side #bans li a:hover {
	opacity: 0.74;
}
aside#side #bans li img {
}

/* ## menu ## */
#menu {
	width: 26%;
	box-sizing: border-box;
	margin-bottom: 14px;
	padding-left: 40px;
	float: right;
}


/* ## footer ## */
#footer .boxT, #footer .boxB {
	box-sizing: border-box;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
}
#footer .boxT. inner, #footer .boxB .inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .boxT {
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .boxT li {
	margin-right: 28px;
	padding-right: 28px;
}
#footer .boxT a {
}
#footer .boxT a:hover {
	text-decoration: none;
	color: #1c84ef;
}
#footer .boxB {
	font-size: 12px;
	padding-top: 14px;
	padding-bottom: 14px;
	clear: left;
	overflow: hidden;
}

#back-top {
	position: fixed;
	bottom: 52px;
	right: 24px;
	z-index: 100;
}
#back-top a i {
	color: #1c84ef;
	font-size: 44px;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#back-top a i:hover {
	opacity: 1;
}


}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {


}

/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1220px) {

#header h1 {
	left: 0;
}
#header #cdWrapp {
	right: 0;
}

/* inner box設定 */
#header .inner, #root .inner, #footer .inner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

/* sns link button */
#snsLink {
	right: 228px;
}

/* ## breadcrumb ## */
#breadcrumb {
}
#breadcrumb ul {
	padding: 0;
}

/* ## wrapper ## */
#wrapper {
}

/* ## side ## */
aside#side #sidebar ul#con_list li a {
}


/* ## menu ## */
#menu {
}

}
