.goukaku_taikenki {
	width: 90%;
	margin: 0 auto;
	background-color: white;
}

.goukaku_logo {
	width: 100%;
	margin: 0 auto;
}

.goukaku_logo img {
	width: 100%;
}

.goukaku_banner {
	margin: 1em auto;
}

.goukaku_banner_inner {
	width: 45%;
	float: left;
	padding: 2%;
}

.goukaku_banner_inner img {
	width: 100%;
}

.goukaku_hedline {
	margin-top: 3em;
}


.adwords_type a{
	text-decoration: none;
}

.adwords_type {
	width: 45%;
	background-color: rgba(225, 232, 237, 0.26);
	margin: 1%;
	padding: 0.5em;
	border: solid 1px #cccccc;
	float: left;
	text-align: left;
}

.adwords_type_title {
	font-size: 120%;
	font-weight: bold;
	color: #2d6be4;
	text-decoration: underline;
	-webkit-margin-after: 0;
	-webkit-margin-before: 0;
}

.adwords_type_mainp {
	color: black;
	padding: 0.5em 0;
	-webkit-margin-after: 0;
	-webkit-margin-before: 0;
}

.adwords_type_link {
	font-weight: bold;
	color: green;
	text-decoration: underline;
	text-align: right;
	-webkit-margin-after: 0;
	-webkit-margin-before: 0;
}

.related_title {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	margin-top: 4em;
}


#navi {
    width: auto;
    font-family: Helvetica, Arial, sans-serif;
    color: #ffffff;
}

#navi, #navi ul, #navi ul li, #navi ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navi:after, #navi ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#navi ul {
    background: #222222;
    background: -moz-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
    background: -webkit-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
    background: -o-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
    background: -ms-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
    background: linear-gradient(to top, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
}

#navi, #navi ul, #navi ul li, #navi ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    text-decoration: none;
}

#navi ul {
    position: relative;
    clear: both;
    border: 1px solid #ddd;
    background-color: #F7F7F7;
    border-radius: 3px;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

#navi ul li {
	float: left;
	display: block;
	border-right: 1px solid rgba(0, 0, 0, 0.22);
	z-index: 1;
	padding: 1em;
}

#navi ul li.goukaku_top{
	background-color: rgba(255, 150, 0, 0.59);
}

@media screen and (max-width: 1000px)
{

#navi ul li {
	 font-size: 150%;
}

.adwords_type {
	width: 97%;
}

}

a:hover,a:active{
	color:#3399FF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}