@charset "utf-8";
/*
Theme Name:skip
Theme URI:
Author:
*/

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #181818; }
a:hover  { text-decoration: none; color: #1f4299; }
a:active { text-decoration: none; color: #1f4299; }

a{
	-webkit-transition: all .3s;
	transition: all .3s;
}
a img{
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
	position: relative;
	height: 100%;
}

body {
	background: #FFFFFF;
	color: #181818;
	font-size: 15px;
	font-size: 1.5rem;
	position: relative;
	height: 100%;
}

#container {
	position: relative;
	font-family: "YuGo", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	line-height: 1.6;
	height: 100%;
	margin:0;
	padding:0;
}

/* COMMON */
/* -------------------------------------------------- */
/* GoogleMap */
#gMap {
	width: 100%;
	height: 400px;
}

/* 入力系 */
input[type='email'],
input[type='date'],
input[type='text']{
	-webkit-appearance: none;
	height:35px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #a0a0a0;
	background:#FFF;
	font-size: 16px;
	font-size: 1.6rem;
	padding:0 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
input[type="text"]:focus,
textarea:focus {
	outline: 0;
}
textarea{
	-webkit-appearance: none;
	font-family: sans-serif;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #a0a0a0;
	background:#FFF;
	padding:15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 16px;
	font-size: 1.6rem;
}

/*
input[type="radio"]{
	display: none;
}
label.radio{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1;
}
label.radio:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -11px;
	width: 18px;
	height: 18px;
	margin-top: -11px;
	background: #FFF;
	border-radius: 50%;
	border:2px solid #1f4299;
}
input[type="radio"]:checked + label.radio:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-radius: 50%;
	background: #1f4299;
}
*/

label.checkbox input[type="checkbox"]{
	display: none;
}
label.checkbox{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
	padding: 10px 20px ;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1;
}
label.checkbox:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -7px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: #FFF;
	border:2px solid #CCCCCC;
}
input[type="checkbox"]:checked + label.checkbox:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -2px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #1f4299;
	border-right: 3px solid #1f4299;
	margin:-12px 0 0 0;
}


select{
	-webkit-appearance: none;
	height:35px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #a0a0a0;
	background:#FFF;
	font-size: 14px;
	font-size: 1.4rem;
	padding:0 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position:relative;
}
.label{
	position:relative;
}
.label:after{
	position: absolute;
	top:0;
	bottom:0;
	right:10px;
	margin:auto;
	width: 8px;
	height: 8px;
	border-top: 3px solid #b1b1b1;
	border-right: 3px solid #b1b1b1;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
	cursor:pointer;
}
select::-ms-expand {
	display: none;
}

.select_box {
	overflow: hidden;
	text-align: center;
	position: relative;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ffffff;
}
.select_box select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 38px 8px 8px;
	color: #666666;
}
.select_box select::-ms-expand {
    display: none;
}

.select_box::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin:auto;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
