@charset "UTF-8";

/*/////////////////////////共通///////////////////////*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
	color: #000;
	background-color: #666;
	font: 14px/1.7 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: aliased;
	letter-spacing:0.05em;
}
.font-mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: aliased;
	-webkit-transform: scale(1,1.001);
   -moz-transform: scale(1,1.001);
   -ms-transform: scale(1,1.001);
   -o-transform: scale(1,1.001);
   transform: scale(1,1.001);
}
.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 {
	word-wrap: break-word;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, img, dl, dt, dd {
	margin: 0;
	padding: 0;
    font-weight: normal;
}
th {
    font-weight: normal;
}
p {
	margin: 0 0 1em 0;
}
hr {
	border: 0;
	height: 1px;
	background: #eee;
	margin-bottom: 20px;
	margin-top: 20px;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
a img {
	border: 0;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	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;
}
b{
	font-weight: 600;
}
em {
	font-style: normal;
}
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;}

::selection {
    background: #ffebeb;
    color: #fff;
}
::-moz-selection {
    background: #ffebeb;
    color: #fff;
}
/*/////////////////////////フォーム関係///////////////////////*/
::-webkit-input-placeholder {
    color:    #333;
}
:-moz-placeholder {
    color:    #333;
}
input {
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	border: solid 1px #ccc;
	width: 100%;
	background-color: #fcfcfc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
select {
	font-size: 12px;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: solid 1px #ccc;
    margin: 0;
    padding: 10px;
    background: #fcfcfc;
    vertical-align: middle;
    color: #333;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
	background-size: 18px 9px;
	background-position: right 10px center;
}
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"], input[type="button"] {
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	width: 100%;
	padding:10px;
	background-color: #333333;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.5em;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    cursor: pointer;
}
textarea {
	border: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	border: solid 1px #ccc;
	width: 100%;
	height: 200px;
	background: #fcfcfc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
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 #15a6b1;
	border-radius: 2px;
	background: transparent;
	opacity: .5;
	margin: 0 5px 0 0;
	cursor: pointer;
}
input[type="checkbox"]:checked {
	background: #8AD0DE;
	opacity: 1;
}
.submitbo {
	height: 50px;
	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;
}
.text-small {
font-size:0.8em;
}
.borderdotted {
border: 1px dotted #cccccc;
padding: 15px;
box-sizing: border-box;
}
.space100 {
margin:100px 0;
}