@charset "UTF-8";

/*/////////////////////////共通///////////////////////*/
body {
	margin: 0;
	padding: 0;
	color: #808080;
	background-color: #FFF;
	font: 18px/1.5 "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
}
header, footer, main, section {
	display: block;
}
.fontItalicbold {
	font-style: italic;
	font-weight: bold;
	letter-spacing:1px;
}
.fontGoshic {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.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: #666;
	margin-bottom: 20px;
	margin-top: 20px;
}
a img {
	border: 0;
}
a:link, a:visited {
	color: #333;
	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 ease-out;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}
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:    #666;
}
:-moz-placeholder {
    color:    #666;
}
:-ms-input-placeholder {
    color:    #666;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  text-align:-webkit-center;
  text-indent: 0.01px;
  text-overflow: '';
  width:70px;
  padding:5px;
  font-size: 12px;
  border:1px solid #666666;
}
select::-ms-expand {
	display: none;
}
input {
	vertical-align: middle;
	border:1px solid #666666;
	padding:5px;
  	border-radius: 5px;
}
input[type="text"] {
	margin-right: 10px;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	border: 2px solid #19283c;
	border-radius: 2px;
	background: transparent;
	opacity: .5;
	margin: 0 5px 0 0;
	cursor: pointer;
}
input[type="checkbox"]:checked {
	background: #19283c;
	opacity: 1;
}
input[type="submit"], input[type="reset"] {
	width: 30%;
	-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;
}
.submitbo {
	-webkit-appearance: none;
	height: 40px;
	font-size: 16px;
	line-height: 1em;
	cursor: pointer;
	border-width: 0px;
	color:#ffffff;
	background-color: #e95550;
}
.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;
}
em {
	color: #ff3300;
}
textarea {border: 0;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    border: solid 1px #666;
    width: 100%;
    height: 200px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 5px;
	}
/*/////////////////////////追加効果系///////////////////////*/
.displayBox {
	display:-webkit-box;
	display:-moz-box;
	display:box;
}
.text80per {
font-size: 80%;
}
.textCenter {
text-align: center;
}
.textLeft {
text-align: left;
}
.textRight {
text-align: right;
}
.space1em {
margin-bottom: 1em;
}
.space2em {
margin-bottom: 2em;
}
.space4em {
margin-bottom: 4em;
}
/*/////////////////////////コンテンツ配色///////////////////////*/
.colorKushi {
	color:#e95550;
}
.textred {
	color: #ff0000;
}
.textWhite {
	color: #ffffff;
}
.textGray {
	color: #999999;
}
.reddashed {
border-bottom: 1px dashed #ff0000;
}