@charset "utf-8";

/* ------- 画像 ホバーエフェクト ----------------　*/

a:hover{
	filter:alpha(opacity=80);
	opacity:0.6;
}

/* ------- テキスト スタイル ----------------　*/

.err {
	font-size: 12px;
	color:#ff5500;
}


/* clearfix --------------------*/
	.cf:after {
		display: block;
		clear: both;
		content: '';
	}
/* -------------------- clearfix */



/* ------- 初期設定 ----------------　*/

* {
	box-sizing: border-box;
}

html, body,div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, img,
small, strong, b, i,
dl, dt, dd, ol, ul, li,
form, label,
table, tbody, tfoot, thead, tr, th, th,
article, aside, canvas, figure, figcaption,
header, footer, nav, section,
time, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

div, span, iframe,
h1, h2, h3, h4, h5, p, blockquote, pre,
a, address, em, img,
small, strong, b, i,
dl, dt, dd, ol, ul, li,
form, label,
table, tbody, tfoot, thead, tr, th, th,
article, aside, canvas, figure, figcaption,
header, footer, nav, section,
time, video {
	font-size: 100%;
}


div, article, aside, figcaption, figure,
header, footer, nav, section {
	display: block;
}

/* text */
em {
	font-style: normal;
}

/* images */

figure {
	max-width: 100%;
	text-align: center;
}

picture {
    width: 100%;
    text-align: center;
}

figcaption {
	text-align: center;
}

img {
	max-width: 100%;
	vertical-align:bottom;
}


/* list */

ul, ol {
	list-style: none;
}

dt {
	font-weight: bold;
}

/* table */

table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

th, td {
	padding:0;
	text-align:left;
	vertical-align: middle;
	border:none;
}

select option {
	padding:　0 5px;
}


input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
input[type="checkbox"],
input[type="radio"] {
	padding: 0.25em;
	font-size: 110%;
	font-family: Arial, "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ ゴシック", sans-serif;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #A9A9A9;
}

/* Firefox 18- */
:-moz-placeholder {
	color: #A9A9A9;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #A9A9A9;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #A9A9A9;
}

label {
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align:middle;
}

input[type="submit"] {
	padding: 0.1em;
}

input[type="submit"],
button {
	line-height: 1;
	cursor: pointer;
}

select {
	cursor: pointer;
}