﻿

/*******************************************************************/
/* PC：幅769px以上                                                 */
/*******************************************************************/
@media screen and (min-width: 769px) {
/*=================================================================*/
@charset "UTF-8";

.sp { display: none; }


/* ツイッタ　ウィジェット
----------------------------------------------------------------- */
.twitter-timeline {
min-width: 150px !important;
}

/* 基本スタイル
--------------------------------------------------------------------------- */
div, p, span, a, input, select, textarea, form, ul, ol, li, dl, dt, dd, tr, td, table, h1, h2, h3, h4, h5, h6, body, tbody, br, hr, img, label, object, script {
	font-size: 100%;
	margin: 0;
	padding: 0;
	}

body {
	color: #666;
	background-color: #fff;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.4em;
    font-size: small;
    *font-size: 13px; /*for IE6,IE7*/
	text-align: center;
	}

body:not(:target) {
	font-size:13px \0/; /* IE9 */
}

body:not(:target) {
	padding-left: 1px\9;/* IE9 */
}

body#popup {
    background: #fff;
    text-align: center;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}

a {
	color: #0270D2;
	
	}

a:visited {
	color: #939;
	}

a:hover {
	color: #f03;
	}

img{
	border: none;
	border-style:none;
	}
	
.noborder {
	border: none !important;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}
.slarge {
	font-size: medium;
	_font-size: small;/*IE6*/
}
.large {
	font-size: large;
	_font-size: medium;/*IE6*/
}
/* ヘッダ
--------------------------------------------------------------------------- */
#header {
	width: 950px;
	height:150px;
	margin-bottom: 10px;
	background: url(../images/header/bg.jpg) top left no-repeat;
	}

#header .header-left {
	float: left;
	/*margin-bottom: 15px;*/
	}

#header .header-left h1 {
	font-size: 100%;
	font-weight: normal;
	padding: 3px 0;
	}

#header .header-right {
	float: right;
	}

#header .header-right p.sitemap {
	font-size: 75%;
	margin-bottom: 22px;
	padding-left: 50px;
	}

#header .header-right p.sitemap a {
	display: block;
	padding: 3px 0 3px 20px;
	background: url(../images/arrow.gif) center left no-repeat;
	}

/* ナビゲーション
----------------------------------------------------------------- */
#header ul.header-navi {
	clear: both;
	list-style-type: none;
	margin-bottom:7px;
	font-size:0; /*ＩＥ11対策*/
	}

#header ul.header-navi li {
	display: inline;
	margin: 0 0 0 0;　/*ＩＥ11対策*/
	font-size:12px;　/*ＩＥ11対策*/
	}

/* スライダー
----------------------------------------------------------------- */
.bx-wrapper{
	display: none;
}

/* レフトボディ
----------------------------------------------------------------- */
#left {
	width: 150px;
	float:left;
	margin-bottom:20px;
	}

/* ライトボディ
----------------------------------------------------------------- */
#right {
	width: 790px;
	float:right;
	margin-left:10px;
	_margin-left:-6px;/*IE6*/
	}

/* フッタ
--------------------------------------------------------------------------- */
#footer {
	font-size: 90%;
	text-align: center;
	clear: both;
	margin-top: 20px 0 12px;
	width: 950px;
	}

#footer p.service {
	color: #ccc;
	padding: 3px 0;
	background-color: #EBEBEB;
	border-bottom: 1ps solid #CDCDCD;
	}
	
.negation #footer .service {
	height: auto !important;
	margin: 0 !important;
	}

#footer p.company {
	color: #ccc;
	padding: 3px 0;
	background-color: #F5F5F5;
	border-top: 1ps solid #fff;
	border-bottom: 1ps solid #fff;
	}

#footer p.copyright {
	padding: 3px 0;
	border-top: 1ps solid #CDCDCD;
	}

/* お知らせ機能用 */
.bs-black {
	color:#333333;
	}

.bs-blue {
	 color:#2175BC;
	}

.bs-cyan {
	 color:#4596E2;
	}

.bs-orange {
	color:#FF9900;
	}

.bs-pink {
	color:#FF6699;
	}

.bs-red {
	color:#FF0000;
	}

.bs-yellow {
	color:#FFCC00;
	}

.bs-green {
	color:#66C000;
	}

.bs-gray {
	color:#999999;
	}

/*　Clearfix-----------------　*/
.cf{ overflow: hidden;}

.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	}

/*\*/
* html .cf{
	height: 1em;
	overflow: visible;
	}
/**/

#contents {
	width:790px;
	margin-bottom:10px;
	}


/*<end>============================================================*/
}

/*******************************************************************/
/* SP：幅768px以下                                                 */
/*******************************************************************/
@media screen and (max-width: 768px) {
/*=================================================================*/
.pc { display: none; }

/*	cf
---------------------------------------------------------------*/
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.cf { display: inline-block; }
/* Hides from IE-mac \*/ 
* html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */

*{
	margin: 0;
	padding: 0;
	}

/* img
----------------------------------------------------------------- */
#header img{
	width: 100%;
	height: auto;
	}

html { font-size: 75%; }
body { font-size: 0.9rem; }
html,body {
	-webkit-font-smoothing: antialiased;
	android:textAppearance="?android:attr/textAppearanceSmall"
	}

/* ツイッタ　ウィジェット
----------------------------------------------------------------- */
.twitter-timeline {
min-width: 150px !important;
}

/* 基本スタイル
--------------------------------------------------------------------------- */
div, p, span, a, input, select, textarea, form, ul, ol, li, dl, dt, dd, tr, td, table, h1, h2, h3, h4, h5, h6, body, tbody, br, hr, img, label, object, script {
	font-size: 100%;
	margin: 0;
	padding: 0;
	}

body {
	color: #666;
	background-color: #fff;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 160%;
	}

body:not(:target) {
	font-size:13px \0/; /* IE9 */
}

body:not(:target) {
	padding-left: 1px\9;/* IE9 */
}

body#popup {
    background: #fff;
    text-align: center;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	}

a {
	color: #0270D2;
	border: none;
	border-style:none;
	}

a:visited {
	color: #939;
	}

a:hover {
	color: #f03;
	}

img {
	border: none;
	border-style:none;
	}
	
.noborder {
	border: none !important;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.slarge {
	font-size: medium;
	_font-size: small;/*IE6*/
}
.large {
	font-size: large;
	_font-size: medium;/*IE6*/
}
/* ヘッダ
--------------------------------------------------------------------------- */
#header {
	width: 100%;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #dbdbdb;*/
	}
#header .fixed {
	width: 100%;
	background: url(../images/sp/header/bg_header.jpg) top left no-repeat;
	background-size: contain;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	/*border-bottom: 1px solid #dbdbdb;*/
	}

#header .header-left {
	float: left;
	width: 52.18%;
	margin: 3% 2.81% 0 1.52%;
	}

#header .header-left h1 {
	font-size: 100%;
	font-weight: normal;
	padding: 3px 0;
	}

#header .header-right {
	float: left;
	width: 25%;
	margin-top: 4.6%;
	}
#header .header-right img {
	width: 100%;
	height: auto;
	}

#header .header-right p.sitemap {
	font-size: 75%;
	margin-bottom: 22px;
	padding-left: 50px;
	}

#header .header-right p.sitemap a {
	display: block;
	padding: 3px 0 3px 20px;
	background: url(../images/arrow.gif) center left no-repeat;
	}

#header .btn-draw {
	width: 17.18%;
	float: right;
}

/* ナビゲーション
----------------------------------------------------------------- */
#header ul.header-navi {
	clear: both;
	list-style-type: none;
	margin-bottom:7px;
	font-size:0; /*ＩＥ11対策*/
	}

#header ul.header-navi li {
	display: inline;
	margin: 0 0 0 0;　/*ＩＥ11対策*/
	font-size:12px;　/*ＩＥ11対策*/
	}

/* SP版 ドロワーメニュー */
.mm-panel .mm-next{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px !important;
}
/* 非表示 */
#slideMenu .none{
	display: none;
}
/* メニューを閉じる */
#slideMenu .nav-close a{
	background: url(../images/sp/icon_nav_close.jpg) 30px 50% no-repeat;
	background-size: 20px 20px;
	padding: 23px 10px 23px 70px;
}
/* HOME */
#slideMenu .nav-home a{
	background: url(../images/sp/icon_nav_home.jpg) 30px 50% no-repeat;
	background-size: 20px 20px;
	padding: 23px 10px 23px 70px;
}
/* サイトマップ */
#slideMenu .nav-sitemap a{
	background: url(../images/sp/icon_nav_sitemap.jpg) 30px 50% no-repeat;
	background-size: 20px 20px;
	padding: 23px 10px 23px 70px;
}
/* サービス */
#slideMenu .nav-service{
	background: #1493e4;
}
#slideMenu .nav-service a{
	font-size: 100%;
	font-weight: bold;
}
#slideMenu .nav-title{
	color: #ffffff;
	font-size: 140%;
	font-weight: bold;
	padding: 15px 10px 15px 30px;
}
#slideMenu .nav-box01{
	border-bottom: 15px solid #1493e4;
	border-left: 20px solid #1493e4;
	background: #ffffff;
}
#slideMenu .nav-box01 li a{
	padding: 20px 10px 20px 15px;
	background: url(../images/sp/icon_nav_arrow01.gif) 95% 50% no-repeat;
	background-size: 10px 20px;
	font-size: 83%;
}
#slideMenu .nav-box01 li.even{
	background: #efefef;
}
/* お客様サポート */
#slideMenu .nav-support{
	background: #33b0aa;
}
#slideMenu .nav-support a{
	font-size: 100%;
	font-weight: bold;
}
#slideMenu .nav-box02{
	border-bottom: 15px solid #33b0aa;
	border-left: 20px solid #33b0aa;
	background: #ffffff;
}
#slideMenu .nav-box02 li a{
	padding: 20px 10px 20px 15px;
	background: url(../images/sp/icon_nav_arrow02.gif) 95% 50% no-repeat;
	background-size: 10px 20px;
	font-size: 83%;
}
#slideMenu .nav-box02 li.even{
	background: #efefef;
}

/* レフトボディ
----------------------------------------------------------------- */
#left {
	width: 100%;
	float:left;
	margin-bottom:20px;
	padding: 12.8% 0 0 0;
	}
#left .list09 li {
	float: left;
	line-height: 0;
	width: 100%;
	}
#left .list09 li.harf {
	width: 50%;
	}

/* フッターテーブル res回避 */
#left .res {
	position: static;
	overflow-x: auto;
	margin: 0;
	padding: 0;
	}


/* ライトボディ
----------------------------------------------------------------- */
#right {
	width: 100%;
	float:right;
	margin-left:10px;
	_margin-left:-6px;/*IE6*/
	}

/* Twitter
----------------------------------------------------------------- */
.twitter iframe {
	width: 96.87% !important;
	margin: 0 auto 40px auto !important;
	display: block !important;
}

/* バナー
----------------------------------------------------------------- */
.banner-list {
	width: 96.87%;
	margin: 0 auto 40px auto;
}
.banner-list ul li{
	float: left;
	width: 32%;
	margin-left: 1.61%;
}
.banner-list ul li:first-child{
	float: left;
	margin-left: 0;
}

/* フッタ
--------------------------------------------------------------------------- */
#footer {
	font-size: 90%;
	text-align: center;
	clear: both;
	margin-top: 20px 0 12px;
	width: 100%;
	}

#footer p.service {
	color: #ccc;
	padding: 3px 0;
	background-color: #EBEBEB;
	border-bottom: 1ps solid #CDCDCD;
	}
/* SP版 フッターメニュー */
#footer .company {
	background: #efefef;
	padding: 4% 0;
	}
#footer .company table{
	width: 96.87%;
	margin: 0 auto;
	background: #ffffff;
	border: 2px solid #dcdcda;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
	}
#footer .company  table td{
	width: 50%;
	padding: 5% 0;
	border-top: 2px solid #dcdcda;
	background: url(../images/sp/index/icon_tab.gif) no-repeat 95% 50%;
	background-size: 18px 18px;
	padding-right: 10px;
	padding: 5%;
	}
#footer .company  table td.top-border{
	border-top: none;
	}
#footer .company  table td.right-border{
	border-right: 2px solid #dcdcda;
	}
#footer .company  table td a{
	color: #444444;
	text-decoration: none;
	font-size: 140%;
	font-weight: bold;
	}

/* フッターテーブル res回避 */
#footer .res {
	position: static;
	overflow-x: auto;
	margin: 0;
	padding: 0;
	}

#footer p.copyright {
	padding: 3px 0;
	border-top: 3px solid #838383;
	}

/* お知らせ機能用 */
.bs-black {
	color:#333333;
	}

.bs-blue {
	 color:#2175BC;
	}

.bs-cyan {
	 color:#4596E2;
	}

.bs-orange {
	color:#FF9900;
	}

.bs-pink {
	color:#FF6699;
	}

.bs-red {
	color:#FF0000;
	}

.bs-yellow {
	color:#FFCC00;
	}

.bs-green {
	color:#66C000;
	}

.bs-gray {
	color:#999999;
	}

}

/*　Clearfix-----------------　*/
.cf{ overflow: hidden;}

.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	}

/*\*/
* html .cf{
	height: 1em;
	overflow: visible;
	}
/**/

#contents {
	width:100%;
	/*margin-bottom:10px;*/
	margin-bottom: 40px;
	}


/*<end>============================================================*/
}
