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


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


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

body {
	font-family: Quicksand, helvetica, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 游ゴシック体, 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	color: #4b4b4b;
	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: #4b4b4b;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
a:hover {
	text-decoration: underline;
}
address {
	font-style: normal;
}

li {
	list-style: none;
}
ul.disc li {
	list-style-type: disc;
	margin-left: 24px;
	margin-bottom: 10px;
}
ul.deci li {
	list-style-type: decimal;
	margin-left: 24px;
	margin-bottom: 10px;
}
ul.roman {
	padding-left: 8px;
}
ul.roman li {
	list-style-type: lower-roman;
	margin-left: 24px;
	margin-bottom: 10px;
}
ul.latin li {
	list-style-type: lower-latin;
	margin-left: 24px;
	margin-bottom: 10px;
}

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 {

}
dd {

}

input, textarea, select {
	font-size: 12px;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}
textarea {
	width: 98%;
	resize: none;
}

i.tw {
	color: #00acee;
}
i.fb {
	color: #3B5998;
}

input[type="text"], input[type="password"]  {
	width: 100%;
	border: solid 1px #cccccc;
	background-color: #ffffff;	
	box-sizing: border-box;
	margin: 2px 0;
	padding: 6px 10px 6px 10px;
}
input[type="text"].twenty, input[type="password"].twenty {
	width: 20%;
}
input[type="text"].thirty, input[type="password"].thirty {
	width: 30%;
}
input[type="text"].forty, input[type="password"].forty {
	width: 40%;
}
input[type="text"].fifty, input[type="password"].fifty {
	width: 50%;
}

select {
	width: 100%;
	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;
/*	background: #ffffff url(../img/select_arrow.gif) no-repeat 96% 50%;*/
}
select.fifty {
	width: 50%;
}
select.thirty {
	width: 30%;
}
select.twenty {
	width: 20%;
}
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 {
	border: solid 1px #cccccc;
	background-color: #fcfcfc;
	padding: 7px;
}
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;
	margin: 20px 0;
}
input[type="submit"].thirty {
	width: 30%;
}
input[type="submit"].twenty {
	width: 20%;
}
input[type="submit"]:hover {
	opacity: 0.7;
}
input.auto { ime-mode: auto; }
input.active { ime-mode: active; }
input.disabled { ime-mode: disabled; }
textarea.inactive { ime-mode: inactive; }
::-webkit-input-placeholder {
	color: #aaaaaa;
} 
::-moz-placeholder {
	color: #aaaaaa;
}
:-moz-placeholder {
	color: #aaaaaa;
} 
/*Windows IE*/
:-ms-input-placeholder {
	color: #aaaaaa;
}



/* ## ribon01 ##*/
.ribon01 {
	width: 14%;
	font-size: 12px;
	text-align: center;
	color: #ffffff ;
	background: #ff54aa;
	margin: 8px -10px 0 -10px;
	padding: 6px 0;
	box-shadow: 3px 3px 4px 0px #696969;
	opacity: 0.9;
	position: absolute;
}
.ribon01:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #333;
}
.ribon01:after {
	left: 0;
	border-right: 5px solid #444444;
}
.ribon01:before {
	right: 0;
	border-left: 5px solid #444444;
}

/* ## ribon02 ##*/
.ribon02 {
	width: 14%;
	font-size: 12px;
	text-align: center;
	color: #ffffff ;
	background: #1c84ef;
	margin: 8px -10px 0 -10px;
	padding: 6px 0;
	box-shadow: 3px 3px 4px 0px #696969;
	opacity: 0.9;
	position: absolute;
}
.ribon02:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #333;
}
.ribon02:after {
	left: 0;
	border-right: 5px solid #444444;
}
.ribon02:before {
	right: 0;
	border-left: 5px solid #444444;
}

/* 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;
	background: #ffffff;
	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-size: 12px;
	border: solid 1px #cccccc;
	border-collapse: collapse;
	box-sizing: border-box;
}
.table02 th {
	border: solid 1px #cccccc;
	background-color: #f4f4f4;
	padding: 10px;
}
.table02 td {
	border: solid 1px #cccccc;
	padding: 10px;
	text-align: center;
}

/* NEWボタン */
.new {
	color: #ffffff;
	font-size: 8px;
	border-radius: 2px;
	background-color: red;
	padding: 1px 3px;
}

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

.caution1 {
	font-size: 11px;
	color: red;
	padding: 2px 0;
}
.caution1s {
	font-size: 10px;
	color: red;
	padding: 2px 0;
}
.caution2 {
	font-size: 11px;
	color: #888888;
	padding: 2px 0;
}
.caution2s {
	font-size: 10px;
	color: #888888;
	padding: 2px 0;
}
.caution3 {
	font-size: 11px;
	color: #169ccc;
	padding: 2px 0;
}
.caution3s {
	font-size: 10px;
	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;
	}
.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;
	box-shadow: 1px 1px 1px #696969;
	margin: 14px 0;
	padding: 12px 0;
	display: block;
	cursor: pointer;
}
.nButton a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/* more button設定 */
.nButton.more a {
	width: 94%;
	color: #242424;
	border: solid 1px #242424;
	box-shadow: 1px 1px 1px #999999;
	-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: 10px 0;
}
.nButton.more a:hover {
	color: #ffffff;
	opacity: 1;
	background-color: #242424;
}
.nButton.more a i {
	margin: 4px 10px 0 0;
	float: right;
}


.b01 {
	background-color: #1c95fe;
}
.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;
}
.b07 {
	background-color: #444444;
}

input[type="button"].button:hover {
}

/* ## エラーメッセージ ## */
.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;
}

/* ## page title ## */
h2.title {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #eeeeee;
	line-height: 0.7;
	padding: 0 0 24px 0;
}
h2.title i {
}


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


}

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


}

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

}

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

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

/* ## page title ## */
h2.title {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	background-color: #f9f9f9;
	border-bottom: solid 1px #ffa300;
	line-height: 0.7;
	padding: 12px 5px 12px 8px;
}
h2.title i {
}
h2.title .sub {
	font-size: 11px;
	font-weight: normal;
	color: #ffa300;
}

h3.title {
	font-size: 14px;
	border-left: solid 5px #ff9700;
	font-weight: bold;
	margin: 10px 8px;
	padding: 3px 0 3px 14px;
}


}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
	
/* ## page title ## */
h2.title {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px #dcdcdc;
	line-height: 0.7;
	margin-top: 14px;
	margin-bottom: 24px;
	padding: 0 0 20px 0;
}
h2.title i {
}
h2.title .sub {
	font-size: 12px;
	font-weight: normal;
	color: #ffa300;
}

h3.title {
	font-size: 18px;
	border-left: solid 5px #ff9700;
	font-weight: bold;
	margin: 24px 0;
	padding: 6px 0 6px 14px;
}

}

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

}