@charset "utf-8";
/* CSS Document */

/* SampleSite
-----------------------------------------------------*/

/* ==============================================
    universal reset
============================================== */
* {
	margin: 0;
	padding: 0;
}

/* ==============================================
    html,body and base
============================================== */
body {
	height:100%;
	position: relative;
}

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
}

img {
	border: none;
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	vertical-align: baseline;
}

ul {
	letter-spacing: -.40em;
}
ul li {
	letter-spacing: normal;
}
/* acronyms and abbreviations styles
-------------------------------------*/
acronym,abbr {
	cursor: help;
}

/* ==============================================
    clear
============================================== */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

hr.clear {
	zoom: 1;
	clear: both;
	height: 0;
	border: none;
	font-size: 0;
}
*:first-child+html hr.clear {/* for IE7 */
	border-top: 1px solid;
}

/* ==============================================
    body
============================================== */
body {
	text-align: center;
	line-height: 1.2;
	font-family: Meiryo,Arial,Roboto,'Droid Sans',YuGothic,'Lucida Grande','Hiragino Kaku Gothic ProN', sans-serif;
	color: #000;
	-webkit-text-size-adjust: 100%;
	background-image: url(image/back_header_pc.png),url(image/back_blue_wave.png);
	background-repeat: no-repeat;
	background-position: 0 0, 0 180px;
	background-size: 100%;
}

/* ==============================================
    link
============================================== */
a,
a:visited,
a:active {
}
a:hover {
}

a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}
a img.rollover:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/* ==============================================

============================================== */
#container,
#footerMenu,
#copyright,
.inner {
	zoom: 1;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#container:after,
#footerMenu:after,
#copyright:after,
.inner:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}

.pc{
	display: block;
}
.sp {
	display: none;
}
/* ==============================================
    header
============================================== */
#header {
	min-width: 1000px;
}
#header #header_logo{
	padding-top: 20px;
	margin-bottom: 4%;
}
#header #header_logo p{
	float: left;
}
#header #siteid {
	display: block;
	float: right;
}
#header #siteid a{
	display: block;
	max-height: 81px;
}
#header #siteid a img:hover{
	background-color: transparent;
}

#header .inner div,
#headerMenu ul {
	zoom: 1;
}
#header .inner div:after,
#headerMenu ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}

#headerMenu {
	margin-top: 10px;
}
#headerMenu #nav_toggle{
	display: none;
}
#headerMenu ul {
	list-style: none;
}
#headerMenu ul li {
	float: left;
	margin-left: 16px;
}
#headerMenu ul li:nth-child(1){
	margin-left: 0;
}

/* ==============================================
    container
============================================== */
#container {
	margin: 20px auto;
}

/* ==============================================
    contents
============================================== */
#contents {
	margin-bottom: 40px;
}
.bottom_space_none{
	margin-bottom: 0 !important;
}

.text_left,
.image_left{
	float: left;
}
.text_right,
.image_right{
	float: right;
}

.tit {
}
.subTit {
}

#contents p {
	line-height: 1.6;
}
#contents dt,
#contents dd,
#contents th,
#contents td,
#contents li {
	line-height: 1.4;
}

/* ==============================================
    navigation
============================================== */
#navigation {
	width: 200px;
	border: 1px solid #ddd;
}
#navigation ul {
	list-style: none;
}

/* ==============================================
    pagetop
============================================== */
#pagetop {
	width: 125px;
	margin: 0 0 0 auto;
}
#pagetop img {
	cursor: pointer;
}
#pagetop:hover{
	opacity: 0.7;
}

/* ==============================================
    footerMenu
============================================== */
#footerMenu {
	list-style: none;
	border-left: 1px solid #ddd;
}
#footerMenu:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
#footerMenu li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #ddd;
}

/* ==============================================
    footer
============================================== */
#footer {
	margin: 0px auto;
	padding: 25px 0 10px;
	background: url(image/back_footer.png) no-repeat 0 0;
	background-size: 100% 100%;
}
#footer address {
	font-style: normal;
}
#footer #btn_policy{
	float: right;
	margin-right: 226px;
}
#footer #btn_policy a{
	color: #000;
	text-decoration: none;
}
#footer #btn_policy a:hover{
	text-decoration: underline;
}
#footer #btn_policy a .icon_blue{
	color: #67a2fa;
}
#footer #copyright {
	text-align: right;
	margin-top: -20px;
}
#footer .syncer-tel a{
	color: #000;
	text-decoration: none;
	pointer-events: none;
}
#footer .syncer-tel a:hover{
	text-decoration: underline;
}


/****************************************************/


@media screen and (max-width: 1000px){
	html, body {
    width: 1000px;
	}
}

@media screen and (max-width: 750px) {
/****************************************************
    750px未満に適用
****************************************************/
html, body {
	width: 100%;
}
body {
	background-image: url(image/back_header_sp.png),url(image/back_blue_wave.png);
	background-position: 0 0, 0 280px;
}
.pc {
	display: none;
}
.sp {
	display: block;
}

#header{
	min-width: 0;
	position: relative;
}
#container, #footerMenu, #copyright, .inner{
	width: 100%;
}

#header #header_logo{
	padding-top: 2%;
}
#header #header_logo p{
	float: none;
}
#header #header_logo p img{
	max-width: 609px;
	width: 81%;
}
#header #siteid{
	float: none;
	max-width: 362px;
	width: 48%;
	margin-left: auto;
	margin-right: 19%;
	position: relative;
	z-index: 5;
}
#header #siteid img{
	width: 100%;
}

#headerMenu{
	margin-top: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#headerMenu #nav_toggle{
	display: block;
	max-width: 132px;
	width: 17.6%;
	margin: 0 0 0 auto;
	cursor: pointer;
	margin-bottom: 11%;
}
#headerMenu #nav_toggle:hover{
	opacity: 0.7;
}
#headerMenu #nav_toggle img{
	width: 100%;
}
#headerMenu ul{
	padding: 12px 0;
	background-color: #d4e4ff;
	display: none;
	position: relative;
	z-index: 4;
}
#headerMenu ul li{
	float: none;
	margin: 0;
	display: block;
}
#headerMenu ul li:first-of-type{
	display: none;
}
#headerMenu ul li a{
	color: #000;
	font-size: 26px;
	text-decoration: none;
	line-height: 1;
	display: block;
	padding: 12px;
}
#headerMenu ul li a:hover{
	opacity: 0.7;
}
#headerMenu ul li a .icon_blue{
	color: #67a2fa;
}

/* ==============================================
    menuBtn
============================================== */
#menuBtn {
	position: absolute;
	background: url(image/btn_menu.gif) no-repeat left top;
	background-size: cover;
	cursor: pointer;
	text-indent: -10000px;
}
#menuBtn.active {
	background-position: left bottom;
}

/* ==============================================
    contents
============================================== */
#contents {
	width: 100%;
}
.text_left,
.image_left,
.text_right,
.image_right{
	float: none;
}

.sp_frame{
	width: 96%;
	margin: 0 auto;
}

/* ==============================================
    navigation
============================================== */
#navigation {
	display: none;
	float: none;
	position: absolute;
}


/* ==============================================
    footer
============================================== */
#footer {
	padding: 25px 10px 10px;
}
#footer .syncer-tel a{
	pointer-events: auto;
}
#footer #btn_policy{
	margin-left: 0;
	margin-right: auto;
	float: none;
	margin-bottom: 10px;
}
#footer #copyright{
	text-align: left;
	margin-top: 0;
}
#footer address {
	margin-bottom: 10px;
}


#pagetop{
	margin-right: 10px;
}

/***************************************************/
}
}
