@charset "utf-8";


/* ------- 画像 透過 ----------------　*/

a:hover img{
	filter:alpha(opacity=60);
	opacity:0.6;
	    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}



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



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

* {
	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;
}

i{
	font-style: normal;
}

/* images */

figure {
	max-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;
}


/* 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;
}