@charset "utf-8";
/*
Theme Name: responsive_213
Theme URI: http://c-tpl.com/
Description: responsive_213
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url("/img/icons/iconize.css");


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 14px/1.6 "Lucida Sans Unicode", "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
-webkit-text-size-adjust: none;
}

* {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
}



/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#222;
}

a:hover, a:active{
outline: none;
color:#111;
}

a img:hover{opacity:.8;}


/**** Clearfix ****/
nav#mainNav ul:after, nav#mainNav .inner:after, .newsTitle:after,
.post:after, .inner:after, ul.news:after, ul#DivisionList, .contentsMenu{content:""; display: table;clear:both;}
nav#mainNav ul,.newsTitle, .post, nav#mainNav .inner, ul.news{zoom: 1;}


/* レイアウト
------------------------------------------------------------*/
#wrapper {
letter-spacing: -1px;
}

#toppege #wrapper{
margin:0 auto;
width:100%;
}

.inner{
margin:0 auto;
width:940px;
}

#Slider{
display:none;
}
#toppage #Slider{
display:block;
margin:0 auto;
padding:0;
text-align:center;
line-height:0;
font-size:0;
max-width:100%;
background:#ddd;
}
#toppage #Slider img {
width:100%;
}

#content{
/*float:right;　1カラム対応のため非表示*/
width:940px;
margin:0 auto;
padding:30px 0 50px;
}

#sidebar{
/*float:left;　1カラム対応のため非表示*/
width:940px;
margin:0 auto;
padding:20px 0 50px;
}

#footer{
clear:both;
background-color:#e5e5e5;
} 

.alignRight {text-align:right;}


/* ヘッダー
*****************************************************/

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h1{
float:left;
padding:30px 0 25px;
}

/* ヘッダーメニュー
----------------------------------*/
#header #headerNavi{
float:right;
display:table;
margin:0;
padding:30px 0 0;
}

#header #headerNavi .telnum{
display:table-cell;
margin:0;
padding:0 20px 0 0;
}

#header #headerNavi .headerMenu{
display:table-cell;
vertical-align:top;
margin:0;
padding:0;
}

#header #headerNavi .headerMenu li{
position:relative;
display:inline-block;
margin:0 0 0 10px;
padding:0;
background-color:#343434;
border-radius:2px;
border-top:2px solid #6a6a6a;
border-bottom:2px solid #000;
}

#header #headerNavi .headerMenu li:hover{
background-color:#505050;
}

#header #headerNavi .headerMenu li a{
display:block;
color:#fff;
font-size:11px;
padding:12px 10px 10px 25px;
}

#header #headerNavi .headerMenu li a::before{
border-right: 3px solid #fff;
border-top: 3px solid #fff;
border-radius: 2px;
content: "";
margin: 0;
position: absolute;
top: 16px; left: 8px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 5px;
height: 5px;
}


/* トップページ　メイン画像
----------------------------------*/
.post{
margin:0;
}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}


/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #e4e4e4;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
/*h2.title{
clear:both;
margin:0 0 10px;
padding:0;
font-size:150%;
border-bottom:1px solid #eee;
}*/

#content h2.title{
position:relative;
padding-left:30px;
margin-bottom:20px;
border-bottom:2px solid #ccc;
font-weight: bold;
font-size: 150%;
line-height: 1.4;
}
 
#content h2.title:before{
content:''; 
border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px; 
height:12px; 
width:12px; 
display:block; 
position:absolute; 
top:14px; 
left:7px; 
background-color:#e90000;
box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
filter:alpha(opacity=50);
-moz-opacity:0.50;
-khtml-opacity: 0.50;
opacity:0.50;
z-index: 1;
}

#content h2.title:after{
content:''; 
border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px; 
height:15px; 
width:15px; 
display:block; 
position:absolute; 
top:7px; 
left:2px; 
background-color:#1B2289;
box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}

#toppage h2.title{
border:none;
}

.dateLabel{
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0 5px 15px;
font-size:150%;
border-bottom:2px solid #222;
background:url(images/headingBg.png) no-repeat 0 50%;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
border-bottom:2px solid #222;
}

.post h3{
margin:0 0 0.8em 0;
padding:10px 15px 8px;
background: #234E8E;
color:#FFF;
text-shadow:1px 1px 1px #000;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
font-size:110%;
/*margin:10px 0;
font-size:110%;
font-weight:normal;
border-bottom:1px solid #222;*/
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:10px;
border:1px #ccc solid;
border-width: 0 0 1px 1px;
background:#ececec;
}

.post table td{
padding:10px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fcfcfc;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 0 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}



/* サイドバー　ウィジェット
*****************************************************/
.widgetWrap{
margin:0;
padding:0 10px;
}
section.widget ul{
margin:10px 0 0;
padding:10px 10px 0 10px;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
box-shadow:none;
}

#sidebar ul#banners{
width:220px;
margin:10px 0;
}

#sidebar ul#banners li{
float:none;
margin:0 0 10px;
}

section.widget h3{
clear:both;
margin:0 0 -5px;
padding:5px 0;
font-size:110%;
border-bottom:1px solid #eee;

}

section.widget li a{
display:block;
font-size:14px;
padding:3px 0 3px 12px;
background:url(images/arrow2.png) no-repeat 0 8px;
border-bottom:1px dashed #e4e4e4;
}

section.widget li a:hover{background-position:2px 8px;}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
width:120px;
line-height:22px;
height:22px;
margin-right:3px;
}

#searchform{padding:20px 0;}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6){color:#000;}
#calendar_wrap table th:nth-child(7){color:#950000;}
#calendar_wrap a{color:#111;font-weight:bold;font-weight:bold;border-bottom:1px solid #fff;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap table td#prev a{text-align:left;border:0;}
#calendar_wrap table td#next a{text-align:right;border:0;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:0;
font-size:110%;
}

.newsTitle p{
float:right;
margin:-45px 0 0;
padding:0 10px;
font-size:100%;
background:url(images/arrowWhite.png) no-repeat 0 5px;
}
.newsTitle p a{
color:#ddd;
text-decoration:underline;
}
.news p{
clear:both;
}
.news p a{
display:block;
padding:5px 0 0;
color:#ccc;
font-style:italic;
font:14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.news a span{
color:#ccc;
font:14px Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
text-decoration:underline;
}
.news span{
padding-left:20px;
display: inline-block;
}
.news a:hover span{color:#fff;}
.news p time{
letter-spacing:1px;
display: inline-block;
width: 5.5em;
}


/* トップページ */
#PickupBox, #SolutionBox, #DivisionBox, #NewsBox, #AccessBox{
clear:both;
width:100%;
background-size: cover;
margin:0;
padding:30px 0;
}
#PickupBox{
width:100%;
background-image:url(../../../../img2/top_bg_pickup.jpg);
}
#SolutionBox{
background-image:url(../../../../img2/top_bg_solution.jpg);
}
#DivisionBox{
background-image:url(../../../../img2/top_bg_division.jpg);
}
#NewsBox{
background-image:url(../../../../img2/top_bg_news.jpg);
}
#AccessBox{
background-image:url(../../../../img2/top_bg_access.jpg);
}

#SolutionBox dl{
display:table;
height:65px;
}

#Solution01{
background-color:#141e57;
}
#Solution02{
background-color:#1f2f68;
}
#Solution03{
background-color:#293f76;
}
#Solution04{
background-color:#304b82;
}
#Solution05{
background-color:#40649a;
}
#Solution06{
background-color:#4871a6;
}
#Solution07{
background-color:#4d7aaf;
}



#SolutionBox dl dt{
display:table-cell;
color:#fff;
text-shadow:1px 1px 1px #000;
font-size:16px;
font-weight:bold;
width:235px;
padding:0 20px;
vertical-align:middle;
}
#SolutionBox dl dd{
display:table-cell;
width:705px;
vertical-align:middle;
}
#SolutionBox dl ul{
display:table;
border-collapse:separate;
border-spacing:12px 0;
}
#SolutionBox dl ul li{
display: table-cell;
margin:0;
padding:3px 0 0;
color:#333;
font-size:15px;
background-image:url(../../../../img2/top_bg_whitebutton.png);
background-repeat:repeat-x;
border:1px solid #050715;
width:220px;
height:45px;
line-height:1.1;
text-align:center;
vertical-align:middle;
}

ul#DivisionList li{
float:left;
margin:0 0 15px 0;
}
ul#DivisionList li:nth-of-type(even){
margin-left:30px;
}

#NewsBox .news{
padding:30px 35px 30px;
background: #000;
opacity: 0.6;
}


/* フッター
*****************************************************/
#footer a{color:#333;}

#footer .boxWrap{
width:100%;
}
#footer .inner{
padding:50px 0 40px;
}
#footer .box{
float:left;
display:table;
width:470px;
padding:0;
}
.box .widgetWrap, .box section.widget ul{
padding:0 0 0 7px;
margin-top:0;
background:transparent;
border:0;
box-shadow:none;
}
.box section.widget li{
line-height:1.2;
}
#footer h3{
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
width:100%;
height:120px;
background-image:url("/img2/header_logo_01.png");
background-repeat:no-repeat;
margin:0 0 20px;
}

#footer h3.en{background-image:url("/en/lib/2019/08/header_logo_en.png");}
#footer h3.cn{background-image:url("/cn/lib/2019/08/header_logo_cn.png");}


#footer h3 span{
display:none;
}
.contact {
float:right;
width:430px;
margin-left:40px;
padding:0;
}
#footer .contact p{
padding:3px 0 0 32px;
margin:0;
font-size:90%;
background-repeat:no-repeat;
}

.contact p.address{background-image:url(images/iconHome.png);}
.contact p.mail{background-image:url(images/iconMail.png);}
.contact p.tel{background-image:url(images/iconTel.png);}
.contact p.fax{background-image:url(images/iconFax.png);}
.contact p.tw{background-image:url(images/iconTW.png);}
.contact p.fb{background-image:url(images/iconFB.png);}

#copyright{
color:#fff;
clear:both;
padding:10px 0;
text-align:center;
font-size:90%;
background:#222;
}
#footer .widget_nav_menu {
display:table-cell;
width:235px;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul#banners {
display:none;
/*width:960px;
margin-right:-20px;
padding-bottom:20px;*/
}
/*ul#banners li{
float:left;
width:220px;
margin-right:20px;
}
p.readon a{
padding:3px 10px;
font-size:95%;
}
ul#banners:after{content:""; display: table;clear:both;}
ul#banners{zoom: 1;}*/


/* トップページ ピックアップ3件
------------------------------------------------------------*/
#PickupBox ul.post{
width:100%;
}
#PickupBox ul.post li{
position:relative;
float:left;
/* width:286px; 3column */ 
height:200px;
width: 448.5px;
margin:0 0 0 41px;
overflow:hidden;
}
#PickupBox ul.post li:first-child{
/* width:286px; 3column*/
width:448.5px;
margin:0;
}
#PickupBox ul.post img{
/* width:286px;
height:auto; 3column */
width: 100%;
height: 100%;
object-fit: cover;	
}
#PickupBox ul.post .post-ttlecp{
position:absolute;
bottom:0; left:0;
margin:0;
padding:10px;
width:100%;
background:#000;
opacity:.85;
}
#PickupBox ul.post .post-ttlecp h3{
margin:0;
padding:0;
font-size:14px;
font-weight:bold;
color:#fff;
border:none;
background:none;
}
#PickupBox ul.post .post-ttlecp p{
margin:0;
padding:0;
font-size:12px;
font-weight:normal;
color:#fff;
}

#sidebar {
clear:both;
width:100%;
background-size: cover;
margin:0;
padding:30px 0;
background-image:url(../../../../img2/top_bg_news.jpg);
}
#sidebar .news{
padding:30px 35px 30px;
background: #000;
opacity: 0.6;
}


/* 後続ページ
------------------------------------------------------------*/
.page-FirstImg {margin-bottom:30px;}

.contentsMenu {
width: 100%;
margin:0 auto;
padding:30px 0 0;
}
.contentsMenu dl{
float:left;
width:49%;
margin:0 0 1.5em;
padding:0;
}
.contentsMenu dl:nth-child(even){
margin:0 0 1.5em 2%;
}
.contentsMenu dt{
height:50px;
background-color: #2d73ae;
}
.contentsMenu dt a,
.contentsMenu dt span{
display:block;
width:100%;
height:50px;
background-image:url(../../../../img2/common_icon_01.png);
background-repeat:no-repeat;
background-position:15px 10px;
padding:10px 0 0 55px;
color:#fff;
font-weight: normal;
font-size: 150%;
text-shadow:1px 1px 1px #000;
}
.contentsMenu dt a:hover{
color:#cdf4ff;
font-weight: normal;
text-shadow:1px 1px 1px #000;
background-position:17px 10px;
}
.contentsMenu dd{
background-color: #ececec;
width:100%;
min-height:3.5em;
padding:1em;
line-height:1.4;
}
.siteInfo {
}
.siteInfo p {
margin:0 0 1em 0;
padding:0 1em 0;
}

table.tableStyle01 {
width:100%;
border-collapse: collapse;
border-spacing: 0px;
border:1px solid #ddd;
box-shadow: 0 12px 10px -6px rgba(0,0,0,.2);
}
table.tableStyle01 th.majorHead {
font-size:110%;
font-weight:normal;
color:#fff;
text-shadow:1px 1px 1px #000;
background-color:#2d73ae;
border-top:5px solid #1a3e78;
border-left:1px solid #2d73ae;
border-bottom:1px solid #2d73ae;
border-right:1px solid #2d73ae;
}
table.tableStyle01 th.minorHead {
width:25%;
background-color:#cce8ff;
border:1px solid #b9ccdc;
}
table.tableStyle01 tr:nth-child(odd) td {
background-color:#eee;
border:1px solid #ddd;
}
table.tableStyle01 tr:nth-child(even) td {
background-color:#fff;
border:1px solid #ddd;
}
.formTable {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin: 0;
padding: 0;
table-layout:fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 0 12px 10px -6px rgba(0,0,0,.2);
}
.formTable th, .formTable td {
padding: 0.5em 1em;
border: 1px solid #ddd;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.formTable th {
width: 30%;
text-align: left;
background-color: #F4F4F4;
}
.formTable td {
line-height: 1.4;
vertical-align: middle;
}
.formTable td div {
margin-bottom:0.5em;
}
.formTable td div:last-child {
margin-bottom:0;
}
.formTable input,
.formTable textarea {
font-size: 15px;
padding: 10px 8px;
border-radius: 1px;
margin: 0;
border: none;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 5px;
max-width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.submitbutton input {
cursor: pointer;
color: #000;
font-size: 18px;
padding: 10px 24px;
border: 1px solid #E0E0E0;
text-shadow: 0px 1px 1px #E8E8E8;
background: rgb(247,247,247);
background: linear-gradient(top, rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
border-radius: 5px;
box-shadow: 0px 1px 1px #FFF inset,0 0 0px 5px #EAEAEA;
transition: all 0.2s linear;
}
.submitbutton input:hover {
border: 1px solid #d2e0ff;
box-shadow: 0px 1px 1px #FFF inset,0 0 0px 5px #d2e0ff;
}
.formTable .formhead {
background-color: #cce8ff;
}
.privacy-check {
overflow: auto;
height: 15em;
}
.privacy-text dt {
color: #000;
font-weight: bold;
background: none;
margin-top: 0.8em;
}
.privacy-text dd {
padding: 0 1em;
}
.privacy-agree {
text-align: center;
margin:1em 0;
}
.submitbutton {
margin:1em 0;
}
.notes {
color:#db0000;
font-size: 14px;
}
.example {
font-size: 14px;
}
span.must {
color:#fff;
font-size: 11px;
border-radius: 3px;
background-color: #db0000;
padding: 2px 3px;
}
#map_canvas{
position: relative;
padding: 0 0 56%;
margin-bottom:30px;
border:1px solid #ccc;
height: 0;
overflow: hidden;
}
#map_canvas iframe{
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


.SolutionWrap {
display:table;
border-collapse:separate;
border-spacing:1em 0;
width: 99%;
margin: 0 auto 30px;
}
.SolutionWrap .td {
display:table-cell;
width: 33%;
margin:0 10px;
box-shadow: 0 12px 10px -6px rgba(0,0,0,.2);
}
.SolutionWrap .td {
background-color:#f0f0f0;
text-align:center;
margin:0;
padding:0 0 1em 0;
}
.SolutionWrap .td h4 {
background-color:#555;
border-bottom: 5px solid #254f8b;
color:#fff;
text-shadow:1px 1px 1px #000;
margin-bottom:1em;
padding:0.8em 1em 0.5em;
}
.SolutionWrap .td img {
display:block;
margin: 0 auto;
}
.SolutionWrap .td ul {
width: 90%;
margin:0 auto;
padding:0;
}
.SolutionWrap .td ul li {
text-align:left;
border-bottom:1px dotted #ccc;
}
.postInner96per {
width:96%;
margin:0 auto;
}
.post h5 {
position: relative;
margin:0 0 0.5em 0;
padding: 8px 15px 5px;
color:#555;
font-size:120%;
line-height: 1.2;
border-color: #eee;
border-style: solid;
border-width: 5px 0 4px 0;
background: #fff;
box-shadow: 0px 1px 1px rgba(0,0,0,.3);
}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){

	div.panel{
	display:block !important;
	}

	a#menu{display:none;}

	nav#mainNav{
	width:100%;
	height:64px;
	margin:0 auto;
	padding:0;
	background-color:#202020;
	}

	nav#mainNav ul{
	position:relative;
	z-index:200;
	display:table;
	width:940px;
	height:40px;
	margin:0 auto;
	padding:0;
	}

	nav#mainNav li{
	position: relative;
	display:table-cell;
	width:188px;
	height:64px;
	padding:0;
	}

	nav#mainNav li:hover{
	background-color:#505050;
	}

	nav#mainNav li a{
	display:block;
	margin:0;
	padding:24px 0 18px;
	font-size:14px;
	font-weight:bold;
	color:#ddd;
	text-align:center;
	border-right:1px solid #444;
	}

	nav#mainNav li:first-child a{
	border-right:1px solid #444;
	border-left:1px solid #444;
	}

}

/* 幅1200px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1200px){
	#toppage #Slider img{
	width:100%;
	}
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){

	#header #headerNavi{
	display:none;
	}

	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0.5em 0 1em;
	background-color: #202020;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	margin:10px 0 0;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
	/*border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;*/
	background: url(images/menuOpen.png) no-repeat 5px 8px;
	color:#fff;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	background: url(images/menuOpen.png) no-repeat 5px -34px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li:first-child{border-top:1px solid #d5d5d5;}
	nav#mainNav ul li li:first-child{border-top:0;}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	background:#fff;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #ccc;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a,
	nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#f6f6f6;
	}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fff url(images/sub1.png) no-repeat 20px 18px;
	}

	nav#mainNav ul li li.current-menu-item a,
	nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
	background:#f6f6f6 url(images/sub1.png) no-repeat 20px -62px;
	}
	
	nav#mainNav ul li li:last-child a{
	background:#fff url(images/subLast.png) no-repeat 20px 20px;
	}

	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,
	nav#mainNav ul li.current-menu-item li:last-child a:hover{
	background:#f6f6f6 url(images/subLast.png) no-repeat 20px -65px;
	}
	
	nav div.panel{float:none;}

	#sidebar{
	display:none;/*clear:both;width:95%;float:none;margin:0 auto;padding:10px 0;
	background:url(images/border.png) repeat-x;padding-top:30px;*/
	}

}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

	#header, .inner{width:96%}
	#footer .boxWrap, #wrapper{width:100%;}

	#content{clear:both;width:95%;float:none;margin:0 auto;padding:10px 0;}
	#sidebar{display:none;/*clear:both;width:95%;float:none;margin:0 auto;padding:10px 0;background:url(images/border.png) repeat-x;padding-top:30px;*/}

	ul.post,ul#banners,#sidebar ul#banners{width:100%;/*display:table-row;*/margin:0;}
	ul.post li,ul#banners li,#sidebar ul#banners li{float:left;width:23%;margin:0 1%;padding:0 0 20px;}
	ul.post img,ul#banners li img,#sidebar ul#banners img{max-width:98%;height:auto;}

	ul#banners{
	display:none;
	}
	#sidebar ul#banners{
	display:none;
	}

	#calendar_wrap table{width:260px;margin:0;}

	#SolutionBox dl{
	display:block;
	height:auto;
	}
	#SolutionBox dl dt{
	display:block;
	width:100%;
	padding:10px 20px 5px;
	}
	#SolutionBox dl dd{
	display:block;
	width:100%;
	padding:0 20px 10px;
	}
	#SolutionBox dl ul{
	border-spacing:8px 0;
	}
	#SolutionBox dl ul li{
	display: table-cell;
	margin:0;
	padding:3px 0 0;
	width:280px;
	}

	ul#DivisionList {
	width:100%;
	}
	ul#DivisionList li{
	width:49%;
	margin:0;
	}
	ul#DivisionList li:nth-of-type(even){
	margin:0 0 0 1%;
	}
	ul#DivisionList li img{
	width:100%;
	}

	#footer .inner{
	padding:30px 0;
	}
	#footer .boxWrap{
	margin:0;
	padding:0;
	}
	#footer .box{
	float:none;
	width:100%;
	margin:10px 0;
	}
	.contact {
	padding:1em 0 0;
	}

	.contentsMenu {
	width: 96%;
	margin:0 auto;
	}
	.contentsMenu dl{
	float:none;
	width:100%;
	}
	.contentsMenu dl:nth-child(even){
	margin:0 0 1em 0;
	}

}


/* 幅620px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 620px){

	#header h1 img{
	width:100%;
	}

	#toppage h2.title img{
	width:80%;
	}

	.newsTitle p{
	margin:-20px 0 0;
	}

	ul.post li,ul#banners li,#sidebar ul#banners li{width:42%;margin:0 0 0 6%;}
	ul.post li:nth-child(2n+1){clear:left;}
	.post img{max-width:100%;height:auto;}
	img.alignright, img.alignleft{display:block;margin:5px 2%;max-width:96%;height:auto;}
	.alignright,.alignleft{float:none;}

	ul#banners{
	display:none;
	}
	#sidebar ul#banners{
	display:none;
	}

	#PickupBox ul.post{
	display:block;
	width:96%;
	margin:0 auto;
	}
	#PickupBox ul.post li{
	float:none;
	width:100%;
	height:auto;
	margin:0;
	}
	#PickupBox ul.post li:first-child{
	width:100%;
	margin:0;
	}
	#PickupBox ul.post img{
	width:100%;
	height:auto;
	}
	#PickupBox ul.post .post-ttlecp{
	position:absolute;
	bottom:0; left:0;
	margin:0 0 25px 0;
	padding:10px;
	width:98%;
	background:#000;
	opacity:.85;
	}
	#PickupBox ul.post .post-ttlecp h3{
	width:100%;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	border:none;
	}
	#PickupBox ul.post .post-ttlecp p{
	width:100%;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	}

	#SolutionBox dl ul li{
	font-size:12px;
	background-size:100% 100%;
	}

	ul#DivisionList {
	width:90%;
	margin:0 auto;
	}
	ul#DivisionList li{
	width:100%;
	}
	ul#DivisionList li:nth-of-type(even){
	margin:0;
	}
	ul#DivisionList li img{
	width:100%;
	}

	#AccessBox img{
	width:100%;
	}

	.contentsMenu dt a{
	font-size: 110%;
	padding:13px 0 0 45px;
	background-position:10px 10px;
	}
	.contentsMenu dt a:hover{
	background-position:12px 10px;
	}

	#footer h3{
	background-size:100% auto;
	margin:0 0 10px;
	}

	.contact {
	float:none;
	width:96%;
	margin:0 auto;
	padding:2em 0 0;
	}

	.formTable {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	box-sizing: border-box;
	}
	.formTable th, .formTable td {
	display: block;
	width: 100%;
	box-sizing: border-box;
	}
	.privacy-agree {
	font-size: 14px;
	}
	.submitbutton input {
	-webkit-appearance: none;
	}
	.notes, .example {
	font-size: 12px;
	}
	td.reWidth input, td.reWidth textarea {
	width: 100%;
	}
	.block {
	display: block;
	}
	.SolutionWrap {
	display:block;
	border-collapse:separate;
	border-spacing:0;
	width: 99%;
	margin: 0 auto;
	}
	.SolutionWrap .td {
	display:block;
	width: 100%;
	margin:0 0 15px;
	box-shadow: 0 12px 10px -6px rgba(0,0,0,.2);
	}
	.post h5{
	font-size:100%;
	padding: 8px 0.5em 5px;
	}

}

article div.post a {
	text-decoration:underline;
	color:#00A;
	}

article div.contentsMenu a {
	color:white;
	text-decoration:none;
	}
