﻿@charset "utf-8";


h2 {
	margin-bottom: 10px;
	font-weight: bolder;
	background-color: #E9E9E9;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	clear: both;
}
h3 {
	font-weight: normal;
	margin-bottom: 10px;
}




article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
	margin-bottom: 15px;
	line-height: 1.6em;
	list-style-type: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}

caption, th{
	text-align: left;
	background-color: #EDEDED;
}
th,td {
	margin: 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 0.9em;
}
th {
	white-space: nowrap;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear:before, .clear:after { 
content: ""; display: table; 
}
.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear { 
*zoom: 1; 
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

ul,li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

img {
	vertical-align: top;
	}
.wrappro .gopro .go {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
}


@media screen and (max-width:750px){
	img {
	max-width:100%;
	height:auto;
}


}

/* よく使うCSS start



table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
