@charset "UTF-8";
@media screen and (min-width: 1000px) {
	body {
	margin: 0;
	padding: 0;
	color: #444444;
	background-color: #ffffff;
	font: 14px/1.8 arno-pro, "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-style: normal;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
  letter-spacing: 0.1em;
}
}

@media screen and (max-width: 999px) {
	body {
	margin: 0;
	padding: 0;
	color: #444444;
	background-color: #ffffff;
	font: 16px/1.8 arno-pro, "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-style: normal;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
  letter-spacing: 0.1em;
}
}
/*/////////////////////////共通///////////////////////*/
.fontItalicbold {
	font-style: italic;
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN" ,"メイリオ","Meiryo"; 
	font-weight: bold;
	letter-spacing:1px;
}
.clear {
	font-size: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix:after {
	content: ".";
	font-size: 0;
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
	word-wrap: break-word;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
li {
	list-style: none;
}
h1 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing:0px;
}
h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 1em 0;
}
hr {
	border: 0;
	height: 1px;
	background: #eee;
	margin-bottom: 20px;
	margin-top: 20px;
}
a img {
	border: 0;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha(opacity=60);
	opacity: .6;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a, a:hover {
	cursor: pointer;
	-o-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
.text10px {
	font-size: 10px;
	line-height: 1em;
}
.text12px {
	font-size: 12px;
	line-height: 1em;
}
.text14px {
	font-size: 14px;
	line-height: 1em;
}
.text16px {
	font-size: 16px;
	line-height: 1em;
}
.text18px {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1em;
}
.text24px {
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 1em;
}
.textred {
	color: #ff0000;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
img {
	vertical-align:bottom;
}
q {
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 30px;
	line-height:1em;
 }
q:before {content: open-quote; margin-right: 10px; font-size: 30px;}
q:after {content: close-quote; margin-left: 10px; font-size: 30px;}
/*/////////////////////////フォーム関係///////////////////////*/
::-webkit-input-placeholder {
    color:    #999999;
}
:-moz-placeholder {
    color:    #999999;
}
input {
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #555555;
	border: solid 1px #dbdbdb;
	width: 100%;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}
select {
	font-size: 12px;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    border: solid 1px #dbdbdb;
    margin: 0;
    padding: 10px;
    background: #ffffff;
    vertical-align: middle;
    color: #555555;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
}
input[type="radio"] {
	width: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"] {
	width: 100%;
	padding:30px;
	background-color: #333333;
	color: #ffffff;
	font-size: 18px;
	height:30px;
	line-height: 0px;
	border: solid 1px #dbdbdb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}
input[type="submit"]:hover {
	background-color: #333333;
	color: #ffffff;
	border: solid 1px #dbdbdb;
	cursor: pointer;
}
textarea {
	border: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #555555;
	border: solid 1px #dbdbdb;
	width: 100%;
	height: 200px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}
form img {
	vertical-align:middle;	
}
select::-ms-expand {
	display: none;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
input, select {
	vertical-align: middle;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	border: 2px solid #c6eafa;
	border-radius: 2px;
	background: transparent;
	opacity: .5;
	margin: 0 5px 0 0;
	cursor: pointer;
}
input[type="checkbox"]:checked {
	background: #c6eafa;
	opacity: 1;
}
input[type="submit"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.submitbo {
	-webkit-appearance: none;
	height: 40px;
	font-size: 16px;
	line-height: 1em;
	cursor: pointer;
	border-width: 0px;
}
.submitbo:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha(opacity=50);
	opacity: .5;
}
.submitbo, .submitbo:hover {
	cursor: pointer;
	-o-transition: opacity 0.25s ease-out;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}

/*/////////////////////////追加効果系///////////////////////*/
.displayBox {
	display:-webkit-box;
	display:-moz-box;
	display:box;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.kakumaru5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.kakumaru10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.textshadow {
	text-shadow: 1px 1px 1px rgba(150,150,150,1);
}
.bxshadow {
	box-shadow: #969696 1px 1px 1px 0;
	-webkit-box-shadow: #969696 1px 1px 1px 0;
	-moz-box-shadow: #969696 1px 1px 1px 0;
}
.space5 {
	margin-top: 5px;
}
.space5b {
	margin-bottom: 5px;
}
.space10 {
	margin-top: 10px;
}
.space10b {
	margin-bottom: 10px;
}
.space15 {
	margin-top: 15px;
}
.space15b {
	margin-bottom: 15px;
}
.space20 {
	margin-top: 20px;
}
.space20b {
	margin-bottom: 20px;
}
.space30 {
	margin-top: 30px;
}
.space30b {
	margin-bottom: 30px;
}
.space60 {
	margin-top: 60px;
}
.space60b {
	margin-bottom: 60px;
}
.space100 {
	margin-top: 100px;
}
.space100b {
	margin-bottom: 100px;
}
/*/////////////////////////コンテンツ配色///////////////////////*/
.BGcolorWhite {
	color: #333333;
	background-color: #ffffff;
}
.textWhite {
	color: #ffffff;
}
.textGray {
	color: #999999;
}



/*/////////////////////////ボタン///////////////////////*/
.button a{
	width:100%;
	color:#000000;
	margin:20px 0;
	padding: 10px;
	border: 1px solid #000000;
	text-align:center;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.buttonLB {
	width: 100px;
	color:#c6eafa;
	margin:0 10px 0 0;
	padding: 0;
	border: 1px solid #c6eafa;
	text-align:center;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}