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


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


/* ## clearing ##*/
body, h1, h2, h3, h4, h5, p, ul, ol, div, hr, input {
	margin: 0;
	padding: 0;
}

body {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, Quicksand, helvetica, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	color: #141414;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
img {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
a {
	color: #0088cc;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: underline;
}
address {
	font-style: normal;
}

li {
	list-style: none;
}
ul.disc, ul.deci, ul.roman, ul.roman, ul.latin {
	margin: 8px 0;
}
ul.disc li, ol.disc li {
	list-style-type: disc;
	margin-left: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.deci li, ol.deci li {
	list-style-type: decimal;
	margin-left: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.roman {
	padding-left: 8px;
}
ul.roman li {
	list-style-type: lower-roman;
	margin-left: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.latin li {
	list-style-type: lower-latin;
	margin-left: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
}

br {
	letter-spacing : normal;
}
hr {
   border-width: 1px 0 0 0;	/* 太さ */
   border-style: dotted;		/* 線種 */
   border-color: #cccccc;		/* 線色 */
   height: 1px;					/* 高さ */
   margin: 0;
}

/* dl dt dd 設定 */
dl {
}
dt {
	font-weight: bold;
}
dd {
	border-bottom: dotted 1px #dcdcdc;
	margin-left: 0;
}

input, textarea, select {
	font-size: 12px;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}
textarea {
	resize: none;
}
input[type="text"], input[type="password"], input[type="number"], input[type="tel"]  {
	width: 100%;
	border: solid 1px #cccccc;
	background-color: #ffffff;	
	box-sizing: border-box;
	margin: 2px 0;
	padding: 6px 10px 6px 10px;
}
input[type="text"].ten, input[type="password"].ten, input[type="number"].ten, input[type="tel"].ten {
	width: 10%;
}
input[type="text"].twenty, input[type="password"].twenty, input[type="number"].twenty, input[type="tel"].twenty {
	width: 20%;
}
input[type="text"].thirty, input[type="password"].thirty, input[type="number"].thirty, input[type="tel"].thirty {
	width: 30%;
}
input[type="text"].forty, input[type="password"].forty, input[type="number"].forty, input[type="tel"].forty {
	width: 40%;
}
input[type="text"].fifty, input[type="password"].fifty, input[type="number"].fifty, input[type="tel"].fifty {
	width: 50%;
}
input[type="text"].eighty, input[type="password"].eighty, input[type="number"].eighty, input[type="tel"].eighty {
	width: 80%;
}

select {
	box-sizing: border-box;
	color: #444444;
	border: 1px solid #cccccc;
	border-radius: 4px;
/*	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;
	text-indent: .01px;
	text-overflow: "";*/
	margin: 2px 0;
	padding: 4px;
}
select:disabled{
	color: #aaaaaa;
	background: #eeeeee;
}
select.fifty {
	width: 50%;
}
select.thirty {
	width: 30%;
}
select.twenty {
	width: 20%;
}
select.fifteen {
	width: 15%;
}
select.ten {
	width: 10%;
}
input[type="button"] {
	border: solid 1px #dcdcdc;
	padding: 4px 0;
}
input[type="button"]:hover {
	opacity: 0.7;
}
input[type="file"] {
}
input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 24px;
    vertical-align: middle;
    cursor: pointer;
}
input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    width: 8px;
    height: 8px;
    background: #169ccc;
    border-radius: 12px;
}
.checkbox {
	line-height: 2;
}
textarea {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #cccccc;
	padding: 14px;
}
input[type="submit"] {
	width: 99.4%;
	font-size: 14px;
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	border: none;
	border-radius: 8px;
	padding: 12px 0;
	cursor: pointer;
	-webkit-appearance: none;
}
input[type="submit"].thirty {
	width: 30%;
}
input[type="submit"].twenty {
	width: 20%;
}
input[type="submit"]:hover {
	opacity: 0.7;
}

::-webkit-input-placeholder {
	color: #aaaaaa;
} 
::-moz-placeholder {
	color: #aaaaaa;
}
:-moz-placeholder {
	color: #aaaaaa;
} 
/*Windows IE*/
:-ms-input-placeholder {
	color: #aaaaaa;
}

/* table設定① */
table {
	width: 100%;
	border-collapse: collapse;
}
table th {
	background-color: #f4f4f4;
	padding: 0;
}
table td {
	padding: 0;
}
table tr.center td {
	text-align: center;
}
.table01 {
	font-size: 12px;
	box-sizing: border-box;
	margin: 0;
	padding: 14px 0 14px 0;
}
.table01 th {
	text-align: left;
	padding: 5px 0 5px 4px;
}
.table01 td {
	padding: 5px 0 5px 0;
}
/*table設定②*/
.table02 {
	width: 100%;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 游ゴシック体, 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border: solid 1px #cccccc;
	border-collapse: collapse;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 8px;
	box-sizing: border-box;
}
.table02 th {
	border: solid 1px #cccccc;
	background-color: #f8f8f8;
	padding: 8px;
}
.table02 td {
	border: solid 1px #cccccc;
	padding: 8px 14px;
}

/* NEWボタン */
.newButt {
	color: #cccccc;
}
.new {
	color: red;
}

/* ## point styling ## */
.clear {
	clear: both;
}
.baseLarge {
	font-size: 14px;
}
.baseLarger {
	font-size: 16px;
}
.baseSmall {
	font-size: 11px;
}
.baseSmaller {
	font-size: 10px;
}
.baseFont {
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
}
.formSfont {
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 10px;
}
.formFont {
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 11px;
}
.bold {
	font-weight: bold;
}
.colorRed {
	color: red;
}
.colorOrange {
	color: #ff4500;
}
.colorGreen {
	color: #006400;
}
.colorPink {
	color: #ff1493;
}
.colorSilver {
	color: #c0c0c0;
}
.colorGlay {
	color: #888888;
}
.colorWhite {
	color: #ffffff;
}
.colorGainsboro {
	color: #dcdcdc;
}
.colorWsmoke {
	color: #f5f5f5;
}
.colorGold {
	color: #efe270;
}
.colorBlue {
	color: #4f4bfe;
}
.aLeft {
	text-align: left;
}
.aRight {
	text-align: right;
}
.aCenter {
	text-align: center;
}
.vTop {
	vertical-align: top;
}
.vMiddle {
	vertical-align: middle;
}
.vBottom {
	vertical-align: bottom;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.opacity08 {
	opacity: 0.8;
}
.opacity09 {
	opacity: 0.9;
}

/*seasonality*/
.season0,.seasonA {
	background-color: #F6FC7A;
}
.season1,.seasonB {
	background-color: #7EECFF;
}
.season2,.seasonC {
	background-color: #FEABF4;
}
.season3,.seasonD {
	background-color: #58EDA2;
}
.season4,.seasonE {
	background-color: #CFBEEC;
}
.season5,.seasonF {
	background-color: #FEE0AF;
}
.season6,.seasonG {
	background-color: #76C9EC;
}
.season7,.seasonH {
	background-color: #EF57DA;
}
.season8,.seasonI {
	background-color: #88CBAD;
}
.season9,.seasonJ {
	background-color: #C321C0;
}
.season10,.seasonK {
	background-color: #CA94C4;
}
.season11,.seasonL {
	background-color: #43C962;
}
.season12,.seasonM {
	background-color: #1B9558;
}
.season13,.seasonN {
	background-color: #C7C8BA;
}
.season14,.seasonO {
	background-color: #BFC460;
}
.season15,.seasonP {
	background-color: #8EBC9D;
}
.season16,.seasonQ {
	background-color: #E58F27;
}
.season17,.seasonR {
	background-color: #F300C2;
}
.season18,.seasonS {
	background-color: #B79AD3;
}
.season19,.seasonT {
	background-color: #E0DBD9;
}
.season20,.seasonU {
	background-color: #B7D0A6;
}
.season21,.seasonV {
	background-color: #9BCDCC;
}
.season22,.seasonW {
	background-color: #F6FC7A;
}
.season23,.seasonX {
	background-color: #BC8199;
}
.season24,.seasonY {
	background-color: #E0CB33;
}
.season25,.seasonZ {
	background-color: #8FBDA8;
}


/* caution */
.caution1 {
	font-size: 12px;
	color: red;
	padding: 2px 0;
}
.caution1s {
	font-size: 11px;
	color: red;
	padding: 2px 0;
}
.caution2 {
	font-size: 12px;
	color: #888888;
	padding: 2px 0;
}
.caution2s {
	font-size: 11px;
	color: #888888;
	padding: 2px 0;
}
.caution3 {
	font-size: 12px;
	color: #169ccc;
	padding: 2px 0;
}
.caution3s {
	font-size: 11px;
	color: #169ccc;
	padding: 2px 0;
}

/* ## ボタン設定 ## */
input[type="button"].button {
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	border: none;
	border-radius: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	padding: 12px 0;
	cursor: pointer;
}
input[type="button"].button2 {
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	border: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	padding: 12px 0;
	cursor: pointer;
}
.nButton {
	margin-right: 4px;
	clear: both;
}
.nButton a {
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	border: none;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	margin: 14px auto;
	padding: 12px 0;
	display: block;
	cursor: pointer;
}
.nButton.fifty a {
	width: 50%;
}
.nButton a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/* more button設定 */
.nButton.more a {
	width: 78%;
	color: #444444;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, Quicksand, helvetica, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border: solid 1px #444444;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 14px auto;
	padding: 4px 0;
}
/* side more button設定 */
.nButton.more.sMore a {
	width: 90%;
	font-size: 11px;
	margin: 10px auto;
	padding: 4px 0;
}
.nButton.more a:hover {
	color: #ffffff;
	opacity: 1;
	background-color: #444444;
}
.nButton.more a i {
}

.b01 {
	background-color: #1c95fe;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1779cf), color-stop(0.00, #1b8ff5));
	background: -webkit-linear-gradient(top, #1b8ff5 0%, #1779cf 100%);
	background: -moz-linear-gradient(top, #1b8ff5 0%, #1779cf 100%);
	background: -o-linear-gradient(top, #1b8ff5 0%, #1779cf 100%);
	background: -ms-linear-gradient(top, #1b8ff5 0%, #1779cf 100%);
	background: linear-gradient(top, #1b8ff5 0%, #1779cf 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#1b8ff5, endcolorstr=#1779cf))";
	zoom: 1;
}
.b02 {
	background-color: #999999;
}
.b03 {
	background-color: red;
}
.b04 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #008000), color-stop(0.00, #2bb32b));
	background: -webkit-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: -moz-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: -o-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: -ms-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: linear-gradient(top, #2bb32b 0%, #008000 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#2bb32b, endcolorstr=#008000))";
	zoom: 1;
}
.b05 {
	background-color: #ffffff;
}
.b06 {
	background-color: #ffd01d;
}
.b07 {
	background-color: #da70d6;
}
.b08 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #177bd1), color-stop(0.00, #77b2fe));
	background: -webkit-linear-gradient(top, #77b2fe 0%, #177bd1 100%);
	background: -moz-linear-gradient(top, #77b2fe 0%, #177bd1 100%);
	background: -o-linear-gradient(top, #77b2fe 0%, #177bd1 100%);
	background: -ms-linear-gradient(top, #77b2fe 0%, #177bd1 100%);
	background: linear-gradient(top, #77b2fe 0%, #177bd1 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#77b2fe, endcolorstr=#177bd1))";
	zoom: 1;
}
.b09 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ed6f00), color-stop(0.00, #eda600));
	background: -webkit-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: -moz-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: -o-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: -ms-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: linear-gradient(top, #eda600 0%, #ed6f00 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#eda600, endcolorstr=#ed6f00))";
	zoom: 1;
}
input[type="button"].button:hover {
}


/* ## baseWrapp ## */
.baseWrapp {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding-bottom: 54px;
}
.baseWrapp:after {
  content: "";
  clear: both;
  display: block;
}

/* ## エラーメッセージ ## */
.errorMes {
	width: 60%;
	color: #ffffff;
	border-radius: 12px;
	background: red;
	margin-bottom: 18px;
	padding: 14px 16px;
	position:relative;
}
.errorMes:after {
	border: 14px solid transparent;
	border-top-color: red;
	border-bottom-width:0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom:-10px;
	content:"";
	display: block;
	left: 10%;
	position:absolute;
	width: 0;
}

/* space bar */
.sBar {
	width: 144px;
	height: 1px;
	background-color: #444444;
	margin: 24px auto 44px auto;
	display: block;
}
.sBar.cwhite {
	background-color: #f4f4f4;
}

/* ## page title ## */
h2.pTitle,h1.pTitle {
	width: 100%;
	max-width: 1200px;
	height: 64px;
	color: #ffffff;
	text-align: center;
	text-shadow: 3px 3px 3px rgba(36,36,36,0.24),
	-3px 3px 3px rgba(36,36,36,0.24),
	3px -3px 3px rgba(36,36,36,0.24),
	-3px -3px 3px rgba(36,36,36,0.24);
	font-size: 54px;
	font-family: 'Ubuntu', "游ゴシック", "Yu Gothic", YuGothic, Quicksand, helvetica, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 0.8;
	margin: auto;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
h2.pTitle span,h1.pTitle span {
	font-size: 20px;
}

/* ## page title ## */
h2.cTitle {
	width: 100%;
	color: #c8a900;
	box-sizing: border-box;
	text-align: center;
	opacity: 0.64;
	font-size: 44px;
	position: absolute;
	top: 42%;
}
.sTitle {
	width: 100%;
	font-weight: bold;
	font-family: 'Ubuntu', "游ゴシック", "Yu Gothic", YuGothic, Quicksand, helvetica, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	box-sizing: border-box;
	line-height: 0.7;
	border-bottom: solid 1px #444444;
	margin-top: 8px;
	margin-bottom: 14px;
	clear: both;
	padding-bottom: 10px;
}
.sTitle .sub {
	color: #545454;
	font-size: 16px;
}
.sTitle .tex {
	box-sizing: border-box;
	border-bottom: solid 1px #1c84ef;	
	display: inline-block;
	margin-bottom: -1px;
	padding-bottom: 10px;
}

#side .sTitle {
	margin-bottom: 4px;
}

.nTitle {
	font-size: 16px;
	font-weight: bold;
	border-left: solid 4px #ff52bc;
	margin-bottom: 10px;
	padding: 4px 0 4px 10px;
	clear: both;
}



/* #### ribon ####*/
#ribon {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% center;
	background-size: 100%;
	position: relative;
}
#ribon:before {
	width: 100%;
	content:"";
	display: block;
	padding-top: 18%;
}
#ribon .conBack {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}

/* ## menu ## */
#menu .inner {
	box-sizing: border-box;
	background-color: #ffffff;
	text-align: center;
	padding: 0 0 0 0;
	clear: both;
}
h3.imTitle {
	width:100%;
	font-size: 24px;
	text-align: left;
	background-color: #242424;
	box-sizing: border-box;
	position: relative;
	padding: 14px 14px 10px 14px;
	color: #ffffff;
}
h3.imTitle .sub {
	font-size: 12px;
}
#menu ul.bMenu, #menu ul.sMenu {
	color: #696969;
	box-sizing: border-box;
	text-align: left;
}
#menu h4.msTitle {
	font-weight: bold;
	border-left: solid 4px #ff52bc;
	margin-bottom: 4px;
	padding: 4px 0 4px 8px;
}
#menu ul.bMenu > li {
	background-color: #fcfcfc;
	box-sizing: border-box;
	border-bottom: solid 1px #e0e0e0;
}
#menu ul.bMenu > li h4 {
	font-size: 14px;
	padding: 10px 14px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#menu ul.bMenu > li h4:hover {
	background-color: #e4e4e4;
}
#menu ul.bMenu > li h4 i {
	color: #999999;
	margin-top: 4px;
	float: right;
}
#menu ul.nMenu > li a {
	font-size: 14px;
	text-align: left;
	border-bottom: solid 1px #eeeeee;
	text-decoration: none;
	padding: 10px 14px;
	display: block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#menu ul.nMenu > li a:hover {
	background-color: #eeeeee;
}
#menu ul.nMenu > li.pCuure a {
	background-color: #d8e2ed;
}
#menu ul.bMenu li ul.sMenu li label {
	width: 100%;
	background-color: #f4f4f4;
	box-sizing: border-box;
	border-top: solid 1px #e4e4e4;
	padding: 6px 10px;
	display: block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#menu ul.bMenu li ul.sMenu li.mChecked label {
	border-top: solid 1px #d8e2ed;
	background-color: #d8e2ed;
}
#menu ul.bMenu li ul.sMenu li label:hover {
	background-color: #e4e4e4;
	cursor: pointer;
}
#menu input[type="submit"] {
	width: 50%;
	font-size: 12px;
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	border: none;
	border-radius: 6px;
	padding: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	margin: 14px auto 14px auto;
}

/* #### pagenation #### */
div#pagenation {
	padding-top: 10px;
	clear: both;
   position: relative;
   overflow: hidden;
}
div#pagenation ul {
    position: relative;
    left: 50%;
    float: left;
    list-style: none;
}
div#pagenation li {
    position: relative;
    left: -50%;
    float: left;
}
div#pagenation li a {
    border:1px solid #cccccc;
	 border-radius: 2px;
    margin: 0 3px;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #666666;
    background: #ffffff;
}
div#pagenation li a:hover {
    border:1px solid #999999;
	color: #ffffff;
	background: #999999;
}
div#pagenation li.active a {
	border: solid 1px #3d85cc;
	color: #ffffff;
	background: #3d85cc;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* new button */
.newButt {
	color: #ffffff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 25px;
	background-color: red;
	padding: 16px 0 0 0;
	position: absolute;
	top: 2px;
	left: -10px;
	z-index: 3;
	overflow: hidden;
	opacity: 0.9;
}

/* scrollguide */
.scrollguide {
	text-align: center;
}
.scrollguide:after {
  content: "";
  clear: both;
  display: block;
}
.scrollguide li a {
	font-size: 11px;
	color: #ffffff;
	line-height: 0.8;
	border: solid 1px #666666;
	background-color: #444444;
	margin-top: -1px;
	margin-right: -1px;
	padding: 6px 0 2px 0;
	float: left;
}

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

/* ## page title ## */
h2.pTitle,h1.pTitle {
	font-size: 22px;
	height: 30px;
	line-height: 0.6;
}
h2.pTitle span,h1.pTitle span {
	font-size: 9px;
}

.nTitle {
	font-size: 13px;
}

/*table設定②*/
.table02 {
	font-size: 10px;
}
.table02 th {
}
.table02 td {
}
/* table package */
.tblpack table {
	width: 500px;
}

/* scrollguide */
.scrollguide li a {
	font-size: 9px;
}

}

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

/* ## page title ## */
h2.pTitle,h1.pTitle {
	font-size: 24px;
	height: 30px;
	line-height: 0.6;
}
h2.pTitle span,h1.pTitle span {
	font-size: 10px;
}

.nTitle {
	font-size: 14px;
}

/*table設定②*/
.table02 {
	font-size: 11px;
}
.table02 th {
}
.table02 td {
}
/* table package */
.tblpack table {
	width: 540px;
}

/* scrollguide */
.scrollguide li a {
	font-size: 9px;
}

}

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

/* ## page title ## */
h2.pTitle,h1.pTitle {
	font-size: 28px;
	height: 40px;
	line-height: 0.7;
}
h2.pTitle span,h1.pTitle span {
	font-size: 12px;
}

.nTitle {
	font-size: 15px;
}

/*table設定②*/
.table02 {
	font-size: 12px;
}
.table02 th {
}
.table02 td {
}
/* table package */
.tblpack table {
	width: 100%;
}

/* scrollguide */
.scrollguide li a {
	font-size: 10px;
}

}

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

body {
	font-size: 12px;
	background-color: #ffffff;
}

select {
	padding: 8px 18px 8px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cccccc;
	background: #eeeeee;
	background: url(../img/arrow_d01.png) 94% 50% no-repeat, linear-gradient(to bottom, #fff 0%,#eeeeee 100%);
	background-size: 10px, 100%;
}
input[type="submit"] {
	font-size: 12px;
	padding: 8px 0;
}

/*table設定②*/
.table02 {
	margin-bottom: 8px;
}
.table02 th {
	padding: 4px;
}
.table02 td {
	padding: 4px 8px;
}

/* table package */
.tblpack {
	width: 100%;
	box-sizing: border-box;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	overflow-x: auto;
}
.tblpack:after {
  content: "";
  clear: both;
  display: block;
}
.tblpack::-webkit-scrollbar {
	box-sizing: border-box;
	height: 3px;
}
.tblpack::-webkit-scrollbar-track {
	background: #eeeeee;
}
.tblpack::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: #888888;
}
.tblpack table {
	box-sizing: border-box;
}

/* space bar */
.sBar {
	width: 84px;
	margin: 14px auto 24px auto;
}

/* more button設定 */
.nButton.more a {
	font-size: 11px;
	margin: 8px auto;
	padding: 2px 0;
}
/* side more button設定 */
.nButton.more.sMore a {
	font-size: 10px;
}

.nButton a {
	font-size: 12px;
	margin: 10px auto;
	padding: 8px 0;
}

.baseSmall {
	font-size: 10px;
}
.baseSmaller {
	font-size: 9px;
}

/* caution */
.caution1 {
	font-size: 11px;
}
.caution1s {
	font-size: 10px;
}
.caution2 {
	font-size: 11px;
}
.caution2s {
	font-size: 10px;
}
.caution3 {
	font-size: 11px;
}
.caution3s {
	font-size: 10px;
}

/* ## page title ## */
h2.cTitle {
	font-size: 18px;
	top: 47%;
}

.sTitle {
	font-size: 22px;
	text-align: center;
	margin-bottom: 8px;
	padding-bottom: 10px;
}
.sTitle .sub {
	font-size: 12px;
}
.sTitle .tex {
	padding-right: 2px;
	padding-left: 2px;
}

.nTitle {
	margin-bottom: 8px;
	padding: 4px 0 4px 10px;
}

/* ## baseWrapp ## */
.baseWrapp {
	padding: 0 14px 24px 14px;
}
	
/* ## baseBox ## */
.baseBox {
	padding: 0 14px 14px 14px;
}

/* ## menu ## */
#menu .inner {
	width: 100%;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.14);
	border-radius: 5px;
	text-align: center;
	margin: 10px auto 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
}

#menu ul.nMenu > li a {
	padding: 8px 14px;
}
#menu ul.nMenu > li a:active {
	background-color: #eeeeee;
}
#menu ul.nMenu > li.pCuure a {
}
#menu ul.bMenu li ul.sMenu li label {
	padding: 4px 10px;
}
#menu ul.bMenu li ul.sMenu li.mChecked label {
}
#menu ul.bMenu li ul.sMenu li label:hover {
}

h3.imTitle {
	font-size: 14px;
	text-align: center;
	padding: 8px 10px;
	color: #ffffff;
}
#menu .ssBox {
	color: #696969;
	text-align: left;
	border-bottom: solid 1px #e0e0e0;
	padding: 5px 14px;
	overflow: hidden;
}
.ssCate {
	width: 24%;
	box-sizing: border-box;
	float: left;
}
.ssboxB {
	width: 76%;
	box-sizing: border-box;
	float: left;
}

/* dl dt dd 設定 */
dl {
}
dt {
	width: 100%;
	padding: 14px 0 0 0;
}
dd {
	margin: 0 ;
	padding: 10px 0;
}

/* scrollguide */
.scrollguide li a:active {
	background-color: #666666;
	text-decoration: none;
}
.scrollguide li a {
	padding: 4px 0 2px 0;
}

}

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

select {
	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;
	text-indent: .01px;
	text-overflow: "";
	background: url(../img/arrow_d01.png) 94% 50% no-repeat, linear-gradient(to bottom, #fff 0%,#eeeeee 100%);
	background-size: 10px, 100%;
	padding-right: 18px;
}

/* ## page title ## */
h2.pTitle,h1.pTitle {
	font-size: 40px;
	line-height: 0.6;
	height: 44px;
}
h2.pTitle span,h1.pTitle span {
	font-size: 16px;
}

.sTitle {
	font-size: 20px;
	clear: both;
}
.sTitle .sub {
	font-size: 12px;
}
.sTitle .tex {
	padding-right: 8px;
}

h3.imTitle {
	width:100%;
	font-size: 18px;
	border-bottom: none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	box-sizing: border-box;
	position: relative;
	padding: 14px 14px 12px 14px;
	color: #ffffff;
}
h3.imTitle .sub {
	font-size: 12px;
}

/* ## menu ## */
#menu input, #menu select {
	font-size: 10px;	
}
#menu .inner {
	font-size: 10px;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.14);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
	margin-bottom: 24px;
	padding: 0 0 0 0;
	clear: both;
}
#menu .ssBox {
	color: #696969;
	text-align: left;
	border-bottom: solid 1px #e0e0e0;
	padding: 8px 14px;
}

/* ## baseBox ## */
.baseBox {
	padding: 0 0 24px 0;
}

/* dl dt dd 設定 */
dl {
}
dt {
	width: 100%;
	padding: 14px 0 0 0;
}
dd {
	border-bottom: dotted 1px #dcdcdc;
	margin: 0 ;
	padding: 10px 0;
}

/* scrollguide */
.scrollguide li a:hover {
	background-color: #666666;
	text-decoration: none;
}

}

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

/* ## page title ## */
h2.pTitle,h1.pTitle {
	font-size: 48px;
	height: 64px;
}
h2.pTitle span,h1.pTitle span {
	font-size: 18px;
}

.sTitle {
	font-size: 26px;
	clear: both;
}
.sTitle .sub {
	font-size: 14px;
}
.sTitle .tex {
	padding-right: 8px;
}

/* ## menu ## */
#menu .inner {
	font-size: 11px;
}
#menu input, #menu select {
	font-size: 11px;	
}

/* dl dt dd 設定 */
dl {
}
dt {
	width: 22%;
	height: 30px;
	padding: 8px 0;
}
dd {
	min-height: 30px; 
	border-bottom: dotted 1px #dcdcdc;
	margin: -44px 0 0 0 ;
	padding: 8px 0 10px 26%;
}


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

/* ## page title ## */
h2.pTitle,h1.pTitle {
	font-size: 54px;
}
h2.pTitle span,h1.pTitle span {
	font-size: 20px;
}

.sTitle {
	font-size: 30px;
	clear: both;
}
.sTitle .sub {
	font-size: 16px;
}
.sTitle .tex {
	padding-right: 8px;
}

/* ## menu ## */
#menu .inner {
	font-size: 12px;
}
#menu input, #menu select {
	font-size: 12px;	
}

/* dl dt dd 設定 */
dl {
}
dt {
	width: 24%;
	height: 30px;
	padding: 8px 0;
}
dd {
	min-height: 30px; 
	border-bottom: dotted 1px #dcdcdc;
	margin: -44px 0 0 0 ;
	padding: 8px 0 10px 26%;
}

}