﻿@charset "UTF-8";
body
{
	background: #A7B6BD;
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:2em;
	font-size: 15px;
	/* background-color: #878c00; */
	background-image: url(http://www.transparenttextures.com/patterns/arabesque.png);/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #1A92DF;
	text-decoration: none;
}
a:hover
{
	/* color: #FF2222; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 10px;
}
.header
{
	clear: both;
	margin: auto;
	padding: 0;
	width: 1000px;
	/* background: #FF2222; */
	padding-bottom: 5px;
	min-width: 1000px;
	/* box-shadow: 0 0 1px #000 inset; */
}
.header:after
{
	/* content: ""; */
	display: block;
	clear: both;
}
.wapper
{
	width: 1000px;
	margin: auto;
	padding: 10px;
	padding-bottom: 10px;
}
.wapper:after
{
	content: "";
	display: block;
	clear: both;
}
h1
{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 17px;
	margin: 0;
	padding: 20px 0;
	width: 100%;
	min-width: 1000px;
}
h2  {
    position: relative;
    color: #111;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 .7em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #549AC7;
}
h2:before {
    content: "";
    position: absolute;
    background: #549AC7;
    top: 2px;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
h2:after {
    content: "";
    position: absolute;
    background: #D11E3B;
    top: 1em;
    left: 2px;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

h3
{
	font-size: 14px;
	padding-left: 0px;
	padding-right: 40px;
	margin-left: 20px;
	margin-top: 20px;
	/* border-bottom: 1px solid #FF2222; */
	display: inline-block;
}
h3:before
{
	/* content: ""; */
	position: absolute;
	top: 11px;
	left: 36px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #00B245;
}
.top_images
{
	width: 1000px;
	margin: auto;
	min-width: 1000px;
	padding: 0;
	max-height: 300px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.top_main
{
	width: 100%;
	margin: auto;
	padding: 0;
	/* box-shadow: 0 0 1px #000; */
}
.top_sub
{
	width: 100%;
	margin: auto;
	padding: 0;
	/* box-shadow: 0 0 1px #000; */
}
.navigation
{
	margin: auto;
	padding: 0;
	width: 1000px;
	clear: both;
	position: relative;
}
.super_max_menu
{
padding: 0;
margin: 0;
}
.navigation ul
{
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 0 auto;
	/* background-color: red; */
}
.navigation li
{
	display: inline-block;
}
.navigation li a
{
	color: #D11E3B;
	text-decoration: none;
	display: block;
	padding: 8px;
	position: relative;
	font-size: 12px;
	transition: all .5s ease-in-out;
	/* margin-top: 5px; */
	width: 229px;
	background-color: #FFFFFF;
	border-bottom: 3px solid #549AC7;
}

.navigation li a:hover
{background-color: #D11E3B;color: #FFFFFF;}
.navigation li a:before
{
	/* content:""; */
	position: absolute;
	top: 17px;
	left: 0;
	height:0;
	width0;
	border-width: 7px;
	border-style:solid;
	border-color:transparent;
	border-left-color: rgba(121, 51, 51, 0);
	transition:all .5s ease-in-out;
}
.navigation li a:hover:before
{
	/* content:""; */
	position: absolute;
	top: 17px;
	left: 0;
	height:0;
	width0;
	border-width: 7px;
	border-style:solid;
	border-color:transparent;
	border-left-color: #F22;



}
.super_max_menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .menu{
    display: block;
}
label
{
	transition: all .5s ease-in-out;
	cursor: pointer;
}
label:hover
{
	box-shadow: 0 0 5px #000 inset;
}
.navigation_sub
{
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.navigation_sub ul
{
	list-style: none;
	text-align: center;
}
.navigation_sub li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 5px;
}
.navigation_sub li a
{
	display: block;
	background-color: #00B245;
	color: #fff;
	padding: 2px;
	transition: all .5s ease-in-out;
}
.navigation_sub li a:hover
{
	text-decoration: none;
	box-shadow: 0 0 5px #000 inset;
}
.blockS_super_max_main img
{
	width: 45%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 10px;
	padding: 0;
	/* box-shadow: 0 0 5px #000; */
}
.blockS_super_max_sub img
{
	width: 45%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 10px;
	padding: 0;
	box-shadow: 0 0 5px #000;
}
.img_super_max_01
{
	width: 45%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 10px;
	padding: 0;
	/* box-shadow: 0 0 5px #000; */
}
.img_super_max_02
{
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px #000;
}
.img_super_max_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px #000;
}
.img_super_max_04
{
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px #000;
}
.main
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.main:after
{
	content: "";
	display: block;
	clear: both;
}

.Content_block
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.frames_super_max:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_super_max_links
{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.blockS_super_max_links:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_super_max_main
{
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 1px #000;
}
.blockS_super_max_main:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_super_max_sub
{
	width: 100%;
	background-color: #fff;
	/* box-shadow: 0 0 5px #000; */
}
.blockS_super_max_sub:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_super_max_01
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.blockS_super_max_01:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_super_max_02
{
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 40px;
}
.blockS_super_max_02:first-child
{
	margin-left: 0px;
}
.blockS_super_max_02:nth-child(2)
{
	margin-right: 0px;
}
.blockS_super_max_02:nth-child(4)
{
	margin-right: 0px;
}
.blockS_super_max_02:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_super_max_03
{
	width: 32%;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 20px;
}
.blockS_super_max_03:first-child
{
	margin-left: 0px;
}
.blockS_super_max_03:nth-child(3)
{
	margin-right: 0px;
}
.blockS_super_max_03:nth-child(6)
{
	margin-right: 0px;
}
.blockS_super_max_03:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_super_max_04
{
	width: 23%;
	margin: 0;
	float: left;
	padding: 0;
	margin-right: 26px;
}
.blockS_super_max_04:first-child
{
	margin-left: 0px;
}
.blockS_super_max_04:nth-child(4)
{
	margin-right: 0px;
}
.blockS_super_max_04:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_super_max:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_super_max
{
	background-color: #fff;
	/* box-shadow: 0 0 1px #000; */
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-radius: 0 0 10px 10px;
	/* border-top: 3px solid #000; */
	padding-top: 5px;
}
.blockS_super_max_links ul
{
	list-style: none;
	padding-top: 10px;
}
.blockS_super_max_links li
{
	border-bottom: 1px solid #ccc;
	margin-left: 20px;
	margin-right: 20px;
}
p.links_super_max a
{
	float: right;
	color: #fff;
	background-color: #D11E3B;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 4px 20px;
	transition: all .5s ease-in-out;
}
p.links_super_max a:hover
{
	text-decoration: none;
	color: #fff;
	/* box-shadow: 0 0 5px #000 inset; */
	background-color: #549AC7;
}
.footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	/* background-color: #FF2222; */
	color: #000;
	margin: auto;
	width: 1000px;
	height: auto;
	/* box-shadow: 0 0 5px #000 inset; */
	min-width: 1000px;
	text-align: center;
	word-wrap: break-word;
}
.footer a
{
	color: #FFF;
	text-decoration: none;
}
.footer a:hover
{
	color: #FFF;
	text-decoration: underline;
}
@media screen and (max-width: 480px){
.wapper
{
	width: 92%;
	min-width: inherit;
}
h1
{
	width: 100%;
	min-width: inherit;
	margin-bottom: 10px;
}
.header
{
width: 92%;
min-width: inherit;
padding: 0;
margin: auto;
box-shadow: none;background-color: transparent;
}
.top_images
{
	width: 100%;
	min-width: inherit;
	background-color: transparent;
}
.top_main
{
	border-radius: 0;
	margin-top: 10px;
}
.top_sub
{
	border-radius: 0;
}
.navigation
{
	width: 100%;
	min-width: inherit;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	/* background: #272727; */
}
.super_max_menu
{
	text-align: left;
	text-indent: 10px;
}
.navigation li
{
	display: inline;
}

.navigation li a{ width: 447px; display:block;}
/*Make dropdown links appear inline of Mobile*/
	.navigation ul {
		position: static;
		display: none;
		margin: 0;
		transition: all .5s ease-in-out;
	}

	/*Display 'show menu' link of Mobile*/
	.super_max_menu {
		display:block;
		margin-top: 0px;
		transition: all .5s ease-in-out;
		text-align: center;
	}
label:after 
{
    content: "";
    background: url('../images/nav.png') no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
}
.main
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}

.blockS_super_max_main,
.blockS_super_max_sub,
.blockS_super_max_01,
.blockS_super_max_02,
.blockS_super_max_03,
.blockS_super_max_04
{
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.blockS_super_max
{
	width: 100%;
	padding: 0;
	margin: auto;
	float: none;
	border-radius: 0;
	margin-bottom: 20px;
	padding-bottom: 40px;
}
.blockS_super_max_main img,
.blockS_super_max_sub img,
.img_super_max_01,
.img_super_max_02,
.img_super_max_03,
.img_super_max_04
{
	width: 100%;
	padding: 0;
	margin:0;
	float: none;
}
.footer
{
	width: 100%;
	min-width: inherit;
}


}/*end-mobile*/
.social
{
	width: 295px;
	text-align: center;
	margin: auto;
}
.pocket-btn
{
	margin-top: 1px;
}


