@charset "utf-8";


/*各cssの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*日本地図用css（list_chintai.html用）*/
@import url(map.css);

/*一覧ページ用css*/
@import url(list.css);

/*トップページのメイン画像用css*/
@import url(mainimg.css);



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*右下のお問合せと参加のボタン
---------------------------------------------------------------------------*/
.fixedbutton {
    position: fixed;
    bottom: 160px;
    right: 0; 
	color: #fff;
	padding: 0 !important;
	display: block;
	z-index: 100;
}



.fixedbutton a:hover img,.fixedbutton2 a:hover img{
	opacity: 0.5;
	transition: 0.5s;
}
@media print{
.fixedbutton {
	display: none;
}
}



/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
video,audio {max-width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #1F50D1;		/*リンクテキストの色*/
	transition: 0.5s !important;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	text-decoration: underline;
}
a:hover {
	color: #333;			/*マウスオン時の文字色*/
	text-decoration: underline !important;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}

.submenu a{
	color: #333;		/*リンクテキストの色*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	text-decoration: none;}

.submenu a:hover{
	color: #1F50D1;			/*マウスオン時の文字色*/
	text-decoration: underline;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*マウスオン時の画像*/
a:hover img {
	opacity: 0.8;	/*80%色がついた状態*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1300px;	/*サイトの最大幅*/
	margin: 0 auto;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: auto;		/*高さ*/
	color: #333;		/*文字色*/
	margin: 0 !important;
}



/*ロゴ画像*/
#logo {
	width: 100%;
	text-align: center;
	height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

#logo img {
	width: 55%;
}







.top_main_txt{
background: #fff; 
	color: #444; 
	padding: 1.8% 0 1% 0;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	
}

.top_main_txt div{
	text-align: center;
	width: 100%;
}

.top_main_txt div h2{
	font-size: 188%; 
	font-weight: 400;
	margin: 0 auto 1.4% auto !important;
	line-height: 135%;
	text-align: center;
	padding: 0 2% 1% 2%;
	/*border-bottom: 2px solid #0059B2;*/
	display: block;
	clear: both;
	width: auto;
	background-image: url("../images/line_bl.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}

.top_main_txt p{
	text-align: center;
	margin: 0 2%;
}

.tuduki{
	text-align: right; 
	display: block; 
	margin-bottom: 2%;
}

/*ブログのコメント欄
---------------------------------------------------------------------------*/
#HCB_comment_box{
	margin-bottom:45px !important;
	font-size: 14px !important;
}

#HCB_comment_box h3{
	display: none !important;
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#HCB_comment_box blockquote{
	padding:5px 10px !important;
	margin:2px 0 0 0 !important;
	background-color: #dddddd;
}

#HCB_comment_box blockquote img{
	display: none;
}

#HCB_comment_box #hcb_form_name{
	margin-top:0px !important;
}

#HCB_comment_box input[type=checkbox] {
display: none; /* checkboxを非表示にする */
}

.come_tit{
	font-size:18px; 
	font-weight:600; 
	border-bottom:1px solid #888888; 
	padding:3px 0px !important; 
	margin-top:0px; 
	margin-bottom:8px;
}

.come_tit2{
	color:#aaa; 
	margin-bottom:-25px !important; 
	margin-top:8px; 
	margin-left: 0; 
	padding-left: 0 !important;
}


/*社内研修
---------------------------------------------------------------------------*/
.hosoku_tr{
	margin-top: 25px; 
	margin-bottom: 7%;
	background: #ddd; 
	padding: 2%;
}


/*商品一覧
---------------------------------------------------------------------------*/
.pro_h4{
	background-color: #ddd;
	font-size: 100%;
	font-weight: 400;
	padding: 0.5% 2.5%;
	margin: 5px 0 15px 0;
	clear: both;
}

.prod_tit{
	font-size: 145%; 
	font-weight: 600; 
	margin:0; 
	padding: 2% 0 0 2%;  
	display: block;
	line-height: 100%;
}

.product{
	padding-bottom: 0px !important;
	margin-bottom: 77px;
	padding-left: 20px;
	border-left: 3px solid #ccc;
	overflow: hidden;
}

.product_hd_img{
	float: right; 
	width: 26%; 
	margin: 2% 1% 4% 2.5%;
}

.pro_01{
	width: 100%;
}

.pro_02{
	width: 40%;
	margin-left: 2%;
}

.pro_01 ul{
	clear: both !important;
	margin: 20px auto 0px auto!important;
	width: 98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}
.pro_01 ul li{
	list-style: none;
	width: auto;
	padding: 0;
	width: calc( 100% / 5 ) !important;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

.pro_01 ul li a{
	list-style: none;
	margin: 5%;
	width: 80% !important;
	text-align: center !important;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 7% 5% !important;
	height: 50px !important;
	display: flex;
	align-items: center;
     -ms-align-items: center;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}




/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .pro_01 ul li a img {
	min-width: 31% !important;
	height: auto !important;
}



.pro_01 p{
	margin: 14px 0 0 1% !important;
	padding: 0 1% 0px 0!important;
	display: block;
	clear: both;
	overflow: hidden;
}

.pro_01 p img{
	width: 8.4%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.pro_01 span{
	padding: 0% 28px 0% 0px !important;
	background-image: url("../images/arrow_or.png");
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	margin-bottom: 2%;
	margin-top: 1%;
	margin-right: 0;
}

.nintei{/*デビルビス認定*/
	background-color: antiquewhite;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 2.5%;
	margin-bottom: 8%;
	margin-top: -2% !important;
}

.nintei img{/*デビルビス認定*/
	float: left;
	width: 22%;
	margin: 0 2% 0% 0%;
}

.nintei span{/*デビルビス認定*/
	color: #FF4D4D;
	font-size: 100%;
	display: block;
	margin: 0 !important;
	padding: 0  !important;
}

.nintei h5{/*デビルビス認定*/
	font-size: 135% !important;
	padding: 0% 0 4% 0;
	font-weight: 600 !important;
	line-height: 125%;
}

.nintei p{/*デビルビス認定*/
	margin: 0 !important;
	padding: 0 !important;
}


/*お問合せ
---------------------------------------------------------------------------*/


.con_p{
	margin-top: 2.5% !important;
}

.googlemap{/*地図埋め込み*/
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	margin-bottom: 7%;
}
 
.googlemap iframe,
.googlemap object,
.googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact h4{
	background-color: #ddd;
	font-size: 115%;
	font-weight: 600;
	padding: 5.5px 2.5%;
	margin-bottom: 15px;
	clear: both;
	margin-top: 20px;
}

.contact input{
	margin-left: 1%;
	margin-right: 1%;
}

.checkbox{
	padding-left: 2% !important;
}

.checkbox h5{
	font-size: 104%;
	font-weight: 600;
	line-height: 100%;
	padding: 0 !important;
	display: inline-block;
	margin: 7px 0 0 0 !important;
	float: left;
}

.checkbox input{
	display: inline-block;
	float: left;
}

.spacer{
	padding-left: 1%;
}

.checkbox span{
	font-size: 88%;
	clear: both;
	display: block;
	font-weight: 400;
	margin-left: 3.8%;
	margin-bottom: 3%;
}

.form-horizontal{
	padding-top: 35px !important;
	overflow: hidden;
	}

.form-group{
  display: -webkit-flex; /* Safari */
  display: flex;
	padding-bottom: 15px;
	line-height: 135% !important;
	font-size: 100%;
}

input{
	height: 28px;
}

.sendbtn input{
	width:95%;
	min-height:119px;
	background:url(images/otoiawase_btn_footer.gif) no-repeat;
	text-indent:-9999px;
	border:0;
}

.col-sm-3{
width: 35%;
	padding-left: 15px;
}

.col-sm-9{
	width: 65%;
}

.form_hissu{
	color: #FF2626;
	font-size: 80%;	
}
.form-control{
	width: 95%;
}

.form-control2{
	width: 10%;
}

.kiboubi{
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.tenp_rei{
	clear: both;
	padding-left: 1%;
}

.tenp_rei img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 58px !important;
}

.sample_r_s{
	clear: both;
	margin-left: 0px !important;
	padding-left: 0px !important;
	padding-top: 10px !important;	
}

.btn_wrap{
	text-align: center;
	padding-top: 35px;
}

.btn{
	text-align: center;
	margin: 0 auto;
	width: 280px !important;
	height: 42px;
}

.send_btn{
	background-image:url(../images/otoiawase_btn_footer.gif);
	background-size:contain;
	background-repeat:no-repeat;
    border: 0px;
    width: 100%;
    min-height: 100px;
	background-color:#fff;
}

/*トップ特色画像
---------------------------------------------------------------------------*/
.img_01{
	float: left; 
	width: 25%; 
	margin: 0 2% 2% 0;
}

.img_02{
	float: left; 
	width: 25%; 
	margin: 0 2% 2% 0;
}

.img_03{
	float: left; 
	width: 25%; 
	margin: 0 2% 2% 0;
}

/*会社案内
---------------------------------------------------------------------------*/
.aboutus_01{
	padding:1% 1% 3.5% 1% !important;
	overflow: hidden;
}

.aboutus_01 h4{
	font-size: 145%;
	font-weight: 600;
	margin-bottom: 2.5%;
	line-height: 145%;
}

.aboutus_01 img{
	width: 35%;
	float: left;
	margin: 0 2% 2% 0;
}

.aboutus_01 p{
	margin: 0 !important;
	padding: 0 !important;
}


.pre_text_s{
	display: block;
	font-size: 80%;
	text-align: right;
	margin-top: 4%;
	margin-bottom: 10px !important;
	padding-bottom: 0 !important;
	line-height: 100% !important;
	margin-right: 1%;
}

.pre_text_l{
	display: block;
	font-size: 125%;
	text-align: right;
	margin-top: 10px !important;
	padding-top: 0 !important;
	line-height: 100% !important;
	margin-right: 1%;
	margin-bottom: 1%;
}

.kanban{
	float: right;
	width: 20%;
}

.gaiyo_container{
	background-image: url("../images/gaiyo_haikei.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	width: 100%;
	background-position: top right;
	margin-top: 0 !important;
	padding-top: 4%;
}

.table_01{/*会社概要テーブル*/
	display: table;
	border: 0px solid #fff;
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto 7% auto !important;
	float: left;
	
}

.table_row_01{
	display: table-row;
}

.table_cell_01_l{
	display: table-cell;
	width: 19%;
	padding: 1%;
	border-bottom: 0px solid #aaa;
	text-align: left;
	line-height: 165%;
}

.table_cell_01_l p {
	margin: 0 0 0 3.5% !important;
	padding: 0 !important;
}
.table_cell_01_l p:before {
	content:"■　";
	color: #2C5092;
}



.table_cell_01_r{
	display: table-cell;
	width: 83%;
	padding: 1%;
	border-bottom: 0px solid #aaa;
	line-height: 165%;
}

.engaku_container{
	width: 100%;
}
.table_001{/*沿革テーブル*/
	display: table;
	border: 1px solid #ddd;
	border-collapse: collapse;
	width: 99.9%;
	margin: 0 auto 7% auto !important;
	float: left;
}

.table_002{/*ネットワークテーブル*/
	display: table;
	border: 1px solid #ddd;
	border-collapse: collapse;
	width: 99.9%;
	margin: 0 auto 2% auto !important;
	float: left;
}

.nt_spacer{
	margin-bottom: 7% !important;
}

.table_row_001{
	display: table-row;
}

.table_cell_001_l{
	display: table-cell;
	width: 18%;
	padding: 1%;
	border-bottom: 1px solid #ddd;
	text-align: center;
	line-height: 165%;
	background-color: #eee;
}

.table_cell_001_l p {
	margin: 0 !important;
	padding: 0 !important;
}




.table_cell_001_r{
	display: table-cell;
	width: 75%;
	padding: 1%;
	border-bottom: 1px solid #ddd;
	line-height: 165%;
}


.area{/*対応エリア*/
	margin: 0 1% 2% 1%
}

.area li{/*対応エリア*/
	margin-bottom: 1.6%;
	line-height: 180%;
	border-bottom: 1px dotted #888;
	padding-bottom: 1%;
} 

/*ネットワーク
---------------------------------------------------------------------------*/

.map_fuku{
	width: 70%;
	margin: 4% auto 3.5% auto;
	position: relative;
	overflow: hidden;
}


.map_fuku img{
	width: 100%;
}

.map_fuku ul{
}

.map_fuku li{
	font-size: 165%;
	font-weight: 600;
	background-image: url("../images/arrow_or.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 28px;
}
@media print{
.map_fuku li{
	font-size: 100%;
	}
}

.map_fuku li a{
	text-decoration: none;
}

.aidu{
	top: 46%;
	left: 14%;
	position: absolute;
}

.naka{
	top: 46%;
	left: 43%;
	position: absolute;
}

.hama{
	top: 46%;
	left: 74%;
	position: absolute;
}



/*特色
---------------------------------------------------------------------------*/
.tokusyoku_img_01{
	 width: 35%;
	float: right;
	margin: 0 0 1% 1%;
}

.tokusyoku_img_02{
	 width: 35%;
	float: left;
	margin: 0 1% 1% 0;
}

.tokusyoku_img_03{
	 width: 50%;
	float: right;
	margin: 0 0% 2% 2%;
}

.tokusyoku{
	padding-bottom: 4% !important;
	overflow: hidden;
}

.tokusyoku p span{
	background-color: #FFC926;
}

/*ログイン（ヘッダー右側のログイン）
---------------------------------------------------------------------------*/
header .login a {
	display: inline-block;text-decoration: none;
	float: right;		/*右に回り込み*/
	margin-right: 3%;	/*右に空けるスペース*/
	margin-top: 30px;	/*上に空けるスペース。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
	border: 1px solid #fe7200;	/*枠線の幅、線種、色*/
	background: #fe7200;/*背景色（古いブラウザ用）*/
	background: #fe7200 url(../images/icon_login.png) no-repeat 20px 11px / 12px;/*背景色、アイコンの読み込み。左から25px、上から11pxの場所に配置。画像幅は12px。*/
	color: #fff;	/*文字色*/
	padding: 5px 30px 5px 50px;	/*上、右、下、左へのボタン内の余白*/
	border-radius: 4px;		/*角丸のサイズ*/
	font-size: 14px;		/*文字サイズ*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる指定*/
}
/*マウスオン時*/
header .login a:hover {
	background-color: #fe9b00;	/*背景色だけ変更する*/
	color: #fff;	/*も地色*/
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	height: 75px;		/*メニューの高さ。下の「#menubar ul li a」の「height」と「padding-top」の数字を合計した数字に合わせる。*/
	text-align: center;	/*文字を中央に*/
	background: #2C5092;	/*背景色*/
	border-bottom: 1px solid #fff;	/*下線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 16.66%;	/*メニュー幅（100÷6個=16.66%）　もし４個にするなら100÷4=25%になる。*/
}
#menubar li a {
	text-decoration: none;display: block;
	line-height: 1.6;	/*行間を少し狭く*/
	color: #fff;		/*文字色*/
	height: 60px;		/*高さ*/
	padding-top: 15px;	/*上に追加する余白*/
	border-right: 1px solid #fff;	/*メニューの右側の線の幅、線種、色（古いブラウザ用）*/
	border-right: 1px solid rgba(255,255,255,0.5);	/*右の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}
/*１つ目のメニューへの追加設定*/
#menubar li:first-child a {
	border-left: 1px solid #fff;	/*メニューの線の幅、線種、色（古いブラウザ用）*/
	border-left: 1px solid rgba(255,255,255,0.5);	/*左の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}
/*飾り文字*/
#menubar li span {
	display: block;
	font-size: 9px;			/*文字サイズ*/
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	opacity: 0.5;			/*透明度50％*/
}
/*マウスオン時と、現在表示中(current)のメニューの設定*/
#menubar li a:hover, #menubar li.current a {
	background: #94d1df;	/*背景色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {
    display: none;
    top: 109px;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar ul.ddmenu {
	position:absolute;visibility: hidden;z-index: 10;padding-top: 1px;
	width: 16.66%;		/*幅。上の「#menubar li」と合わせる。*/
	font-size: 12px;	/*文字サイズ*/
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	float: none;
	width: 100%;
}
#menubar ul.ddmenu li a {
	width: 100%;height: auto;font-weight: normal;
	border: none;	/*線を一旦リセット*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒の事で0.7は70%色がついた状態の事。*/
	color: #fff;		/*文字色*/
	padding: 10px 0;	/*上下、左右への余白*/
}
/*ドロップダウンメニュー内の見出し*/
#menubar ul.ddmenu li.title a {
	background: #2C5092;	/*背景色*/
	cursor: default;		/*カーソルをリンク用でなくデフォルトの矢印にしておく*/
	padding: 3px 0;			/*上下、左右への余白*/
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	background: #000;	/*背景色*/
}
/*見出しのマウスオン時*/
#menubar ul.ddmenu li.title a:hover {
	background: #2C5092;
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed-menu header {
	margin-bottom: 75px;	/*メニューの高さを指定。menubarのborderが1px分ありますが大差ないので75でOKです。*/
}
/*上の設定の「is-fixed-menu」を「is-fixed」に変更したものをそのまま記入します。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed header {
	margin-bottom: 75px;
}

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
	padding-top: 40px;		/*上に空けるボックス内の余白*/
	padding-bottom: 40px;	/*下に空けるボックス内の余白*/
}

/*contents-in（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;	/*左に回り込み*/
	width: 80%;		/*ブロックの幅*/
}
/*２カラム時*/
.c2 #contents-in {
	float: none;
	width: auto;
}

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右に回り込み*/
	width: 75%;		/*ブロックの幅*/

}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px;	/*上下、左右への余白*/
	font-size: 18px;	/*文字サイズ*/
	color: #fff;		/*文字色*/
	background: #2C5092;	/*背景色*/
}
/*h2タグの１文字目への追加設定*/
#main h2::first-letter {
	border-left: 3px solid #fff;	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線とテキストとの余白*/
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	clear: both !important;
	margin-bottom: 20px;
	padding: 4px 20px;	/*上下、左右への余白*/
	font-size: 130%;	/*文字サイズ*/
	border: 1px solid #ccc;		/*枠線の幅、線種、色*/
	font-weight: 600;
	display: block;
}
/*h3タグの１文字目への追加設定*/
#main h3::first-letter {
	border-left: 3px solid #2C5092;	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線とテキストとの余白*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0px 20px 20px;	/*上、左右、下への余白*/
}
/*他。微調整。*/
#main p + p {
	margin-top: -5px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section + section {
	margin-top: 30px;
}

/*subコンテンツ（左側のブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	width: 22.5%;	/*ブロックの幅*/
}

/*sideコンテンツ（右側のブロック）
---------------------------------------------------------------------------*/
#side {
	float: right;	/*右に回り込み*/
	width: 18%;		/*ブロックの幅*/
}
/*２カラム時*/
.c2 #side {
	display: none;	
}

/*sub,side共通設定
---------------------------------------------------------------------------*/
/*h2見出しタグ設定*/
#sub h2,
#side h2 {
	text-align: center;		/*文字をセンタリング*/
	padding: 8px 0px;		/*上下、左右への余白*/
	color: #fff;			/*文字色*/
	background: #9d9980;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#9d9980, #8c876c);	/*背景グラデーション*/
}
/*段落タグ（p）設定*/
#sub p,#side p {
	line-height: 1.6;	/*行間を少し狭く*/
}

/*box1設定（sub,sideで使っています）
---------------------------------------------------------------------------*/
/*box1設定*/
#sub .box1,
#side .box1 {
	border: 1px solid #8c876c;	/*枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下にあけるスペース*/
	background: #f1f0ec;	/*背景色*/
}
/*box1の中にsubmenuがある場合の下のmarginをなくす*/
.box1 .submenu {
	margin-bottom: 0 !important;
}

.box1 a div{
	background: #D90000; 
	color: #ffffff;
	padding: 7px 15px;
}

.box1 a div h3{
	font-size: 18px;
	font-weight: 600;
	line-height: 125%;
	background-image: url("../images/arrow_wh.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 18px;
	text-decoration: none !important;
	word-break: break-all;
	letter-spacing: -0.5px;
}

.box1 a:hover div h3{
	opacity: 0.5;
	transition: 0.5s;
}

.box1 a:hover div h3{
	text-decoration: none !important;
}


/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub .submenu,
#side .submenu {
	margin-bottom: 20px;		/*メニューブロックの下にあけるスペース*/
	border-top: 1px solid #8c876c;	/*上の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	text-decoration: none;display: block;
	padding: 8px 10px;		/*上下、左右のボックス内の余白*/
	border: 1px solid #8c876c;	/*枠線の幅、線種、色*/
	border-top: none;		/*上の線を消す設定*/
	background: #fff;		/*背景色*/
	line-height: 125%;
	font-size: 100%;
}



/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #2C5092 !important;	/*背景色*/
	font-size: 85%;			/*文字サイズ*/
	color: #fff;			/*文字色*/
}

@media print{
footer{
	display: none;
}
}


footer a, footer a:hover {
	color: #fff;	/*リンクテキスト、マウスオン時の文字色*/
}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;	/*上下、左右へのボックス内の余白*/
	font-size: 12px;	/*文字サイズを少し小さく*/
}
/*１列分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 18%;		/*幅。今回は5列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
}
/*メニュー１個あたりの設定*/
#footermenu ul li {
	padding: 0 10px !important;	/*上下、左右への余白*/
}
/*見出し*/
#footermenu li.title {
	font-weight: bold;	/*太字にする*/
	background: rgba(0,0,0,0.1);	/*背景色*/
	border-radius: 0px;	/*角丸のサイズ*/
}
/*リンクテキスト*/
#footermenu a {
	text-decoration: none;
	opacity: 0.7;	/*透明度。70%色がでた状態の事。*/
}
/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;	/*透明度。100%色がでた状態の事。*/
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
	font-size: 70% !important;
	line-height: 165% !important;
}
#copyright a {text-decoration: none;}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;	/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/

}

.top_news{
	background-color: #eee;
	padding: 2% 5% 3.5% 5% !important;
}


/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*質問と答えのボックス全体を囲むブロック*/
.faq {
	padding: 0 20px 10px;	/*上、左右、下へのボックス内余白*/
}
/*質問*/
.faq dt {
	font-weight: bold;	/*太字にする設定*/
	color: #2C5092;		/*文字色*/
}
/*回答*/
.faq dd {
	padding-bottom: 10px;	/*下に空けるスペース*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	color: #666;			/*文字色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;	/*背景色*/
	color: #666;		/*文字色*/
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;		/*幅*/
	text-align: center;	/*センタリング*/
}
/*labelタグ*/
.ta1 label {
	display: inline-block;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 80px;	/*アイコン幅。*/
	height: 40px;	/*アイコンの高さ。*/
}

/*btn（inputタグ用）
---------------------------------------------------------------------------*/
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボタン内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}

/*btn（赤い色の大きなボタン）
---------------------------------------------------------------------------*/
a.btn {
	display: block;text-decoration: none;
	background: #d90000;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#d90000, #a70000);	/*グラデーション*/
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px;		/*ボタン内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);	/*ボックスの影。右に、下に、ぼかし幅、0,0,0は黒の事で0.3は色が30%ついた状態。*/
	border: 1px solid #a70000;	/*枠線の幅、線種、色*/
}
/*マウスオン時*/
a:hover.btn {
	box-shadow: none;
	background: #fff;	/*背景色*/
	color: #a70000;		/*文字色*/
}

/*btn2（青い色のボタン）
---------------------------------------------------------------------------*/
a.btn2 {
	display: inline-block;text-decoration: none;
	background: #2e8bdb;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#51a9f3, #2e8bdb);	/*グラデーション*/
	color: #fff;		/*文字色*/
	text-align: center;	/*文字をセンタリング*/
	padding: 2px 10px;	/*上下、左右へのボタン内の余白*/
	border-radius: 2px;	/*角丸のサイズ*/
	font-size: 12px;	/*文字サイズ*/
}
/*マウスオン時*/
a.btn2:hover {
	opacity: 0.7;	/*色が70%ついた状態*/
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーフレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 34px;		/*幅*/
	line-height: 88px;	/*高さ*/
	bottom: 50px;		/*下から50pxの場所に配置*/
	right: 0;			/*右から3%の場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
	color: #fff;		/*文字色*/
	border-top: 0px solid #fff;	/*枠線の幅、線種、色*/
	border-left: 0px solid #fff;	/*枠線の幅、線種、色*/
	border-bottom: 0px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
	font-size: 11px !important;
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
	background: #ff0000;
	color:#fff;
	padding: 10px 25px !important;
	margin-bottom: 20px;
}
p.check a {color: #fff;}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 45px;
}
ol {
	padding: 0 20px 20px 47px;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #eee;border: 1px solid #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb30 {margin-bottom: 30px !important;}
.clear {clear: both;}
.color1, .color1 a {color: #2C5092 !important;}
.color2, .color2 a {color: #999 !important;}
.red, .red a {color: #ff0000 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh {display: none;}



/*画面幅1301px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1301px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: 1301px;	/*サイトの幅。この指定がないと上部メニューが一瞬段落ちする場合があります。*/
}

/*メインメニューとドロップダウンメニューの設定変更。
メニュー数が6個なので、1301÷6=216pxになります。
---------------------------------------------------------------------------*/
#menubar li, #menubar ul.ddmenu {
	width: 216px;
}

}



/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	margin: 0 1%;	/*上下、左右へのコンテンツの外側へ空けるスペース*/
}

}



/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	display: none;
}
/*右下のお問合せと参加のボタン
---------------------------------------------------------------------------*/
.fixedbutton {
    position: fixed;
    bottom: 160px;
    right: -2px !important; 
	color: #fff;
	padding: 0 !important;
	display: block;
	z-index: 2000;
	width: 34px !important;
}

body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	right: -3px;			/*右から3%の場所に配置*/
	padding-left: 1px;
}
	
	
/*ネットワーク
---------------------------------------------------------------------------*/
.map_fuku{
	width: 88%;
	margin: 4% auto 3.5% auto;
	position: relative;
	overflow: hidden;
}
	
.map_fuku li{
	font-size: 110%;
	font-weight: 600;
	background-image: url("../images/arrow_or.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 28px;
}
	
	
.aidu{
	top: 46%;
	left: 11.5%;
	position: absolute;
}

.naka{
	top: 46%;
	left: 41%;
	position: absolute;
}

.hama{
	top: 46%;
	left: 72.5%;
	position: absolute;
}
	
	
.inner{
	padding: 0 !important;
	margin: 0 !important;
}
	
.product{
	padding-bottom: 10px;
	margin-bottom: 77px;
	padding-left: 0%;
	border-left: 0px solid #ddd;
	overflow: hidden;
}
	
	
.pro_01 span{
	padding: 0% 28px 0% 0px !important;
	background-image: url("../images/arrow_or.png");
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	margin-bottom: 2%;
	margin-top: 2.8% !important;
	margin-right: 0;
}
	
.pro_h4{
	background-color: #ddd;
	font-size: 100%;
	font-weight: 400;
	padding: 0.8% 2.5%;
	margin: 20px 0 1% 0;
	clear: both;
}
	
.prod_tit{
	font-size: 135%; 
	font-weight: 600; 
	margin:0; 
	padding: 2% 0 0 2%;  
	display: block;
	line-height: 100%;
}
.product_hd_img{
	float: right; 
	width: 35%; 
	margin: 2.5% 1% 1% 1% !important;
}
	
/*製品一覧　メーカーのロゴ
---------------------------------------------------------------------------*/
.pro_01 ul{
	clear: both !important;
	margin: 1.4% auto 0px auto!important;
	width: 98% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-box-align: stretch;
     -ms-flex-align: stretch;
        align-items: stretch;
}

.pro_01 ul li{
	list-style: none;
	width: auto;
	padding: 0;
	width: calc( 100% / 3 ) !important;
	text-align: center;
	margin-bottom: 2%;
	display: flex;
	align-items: center;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}	
	
/*会社概要のテーブル
---------------------------------------------------------------------------*/
.gaiyo_container{
	background-image: url("../images/gaiyo_haikei2.jpg");
}
	
.table_cell_01_l{
	display: table-cell;
	width: 27%;
	padding: 1%;
	border-bottom: 0px solid #aaa;
	text-align: left;
	line-height: 165%;
}

.table_cell_01_l p {
	margin: 0 0 0 8% !important;
	padding: 0 !important;
}
.table_cell_01_l p:before {
	content:"■　";
	color: #2C5092;
}



.table_cell_01_r{
	display: table-cell;
	width: 75%;
	padding: 1%;
	border-bottom: 0px solid #aaa;
	line-height: 165%;
}
	
.table_cell_001_l{/*沿革*/
	display: table-cell;
	width: 27%;
	padding: 1%;
	border-bottom: 1px solid #ddd;
	text-align: center;
	line-height: 165%;
	background-color: #eee;
}



.table_cell_001_r{/*沿革*/
	display: table-cell;
	width: 74%;
	padding: 1% 2% 1% 2%;
	border-bottom: 1px solid #ddd;
	line-height: 165%;
}
	
/*ログイン（ヘッダー右側のログイン）
---------------------------------------------------------------------------*/
header .login a {
	float: left;			/*ロゴの右に来るように再指定*/
	margin-left: 20px;		/*ロゴとの間にとるスペース*/
	background-image: none;	/*ブラウザ幅が狭くなるので、鍵マークを消す*/
	padding: 5px 30px;		/*上下、左右へのボタン内の余白*/
}
	
/*ロゴ画像*/
#logo {
	width: 100%;
	height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-box-pack: start !important;
     -ms-flex-pack: start !important;
   justify-content: flex-start !important;
	text-align: left;
}

#logo img {
	width: 77%;
	margin: 0 0 0 4.4%;
	padding: 0;
}
	
.top_main_txt{
	margin-bottom: 2.8%;
}
	
.top_main_txt div h2{
	text-align: center;
	padding: 0 0% 3.2% 0%;
	margin: 0 auto 3.2% auto !important;
	line-height: 125%;
	font-size: 175%; 
}
	
.top_main_txt p{
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
}
	

#main h3 {
	margin-bottom: 20px;
	padding: 5.5px 20px;	/*上下、左右への余白*/
	font-size: 130%;	/*文字サイズ*/
	font-weight: 600;
}
	
.tuduki{
	margin-bottom: 8.8%;
	margin-top: -1%;
	padding-top: 0;
}
	
	
/*トップ特色画像
---------------------------------------------------------------------------*/
.img_01{
	float: left; 
	width: 44%; 
	margin: 2% 3.2% 1% 0;
}

.img_02{
	float: left; 
	width: 44%; 
	margin: 2% 3.2% 1% 0;
}

.img_03{
	float: left; 
	width: 44%; 
	margin: 2% 3.2% 1% 0;
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu header,body.is-fixed header {margin-bottom: 0px;}

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
    display: block;
    overflow: hidden;
    z-index: 10;
    position: absolute;
    top: 110px;	/*上から100pxの場所に配置*/
    width: 100%;
    animation-name: menu1;		/*上のkeyframesの名前*/
    animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
    animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
    left: 0px;
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 15px 10px 15px 20px;	/*上、右、下、左へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: #2C5092;	/*背景色*/
	font-size: 20px;		/*文字サイズ*/
	color: #fff;		/*文字色*/
}
/*英語表記（飾り文字）*/
#menubar-s li a span {
	display: block;
	font-size: 12px;	/*文字サイズ*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;position: absolute;
	top: 24px;	/*上から24pxの場所に配置*/
	right: 3%;	/*右から3%の場所に配置*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;		/*幅*/
	height: 50px;		/*高さ*/
	border-radius: 50%;	/*円形にする。この行削除すれば正方形になります。*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #2C5092 url(../images/icon_menu.png) no-repeat center top/50px;	/*背景色、アイコンの読み込み、上半分(top)を表示、幅50px*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #2C5092 url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景色、アイコンの読み込み、上半分(bottom)を表示、幅50px*/
}

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding: 0px 2% 20px;	/*上下、左右へのボックス内の余白*/
}

/*main,sub,side,contents-in
---------------------------------------------------------------------------*/
#main, #sub, #side, #contents-in {
	float: none;
	width: auto;
	overflow: hidden;
}

.pro_01 p img{/*商品情報のグレーのアイコン*/
	width: 20%;
	float: left;
	margin-right: 2%;
}
	


/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side {display: none;}
.sh {display:block;}
.pc {display:none;}

}




/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	text-align: center;
}
	

/*ログイン（ヘッダー右側のログイン）
---------------------------------------------------------------------------*/
header .login a {
	float: none;
	margin: 0;
}

.spacer{
	margin: 2% 0 0 0!important;	
}
	
	
}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 16px;	/*文字サイズ*/
}

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	line-height: 160%;	/*行間*/
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main h2, #main h3 {
	font-size: 104%;
	padding-left: 2.7%;
	padding-right: 2.7%;
	margin-bottom: 2.7%;
}
/*段落タグ設定*/
#main p {
	padding: 0px 10px 10px;
}

/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	padding: 10px;	/*ボックス内の余白*/
}
	


/*フッターメニュー
ウィンドウ幅が狭くなって見づらくなるので、１列にレイアウト変更。
---------------------------------------------------------------------------*/
#footermenu ul {
	float: none;
	width: auto;
}

/*こだわりアイコン
---------------------------------------------------------------------------*/
/*アイコン共通*/
.icon {
	font-size: 9px;		/*文字サイズ*/
}

/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1〜option2、と、newアイコン共通*/
.option1,.option2,.new {
	font-size: 9px;		/*文字サイズ*/
	padding: 0 10px;	/*上下、左右へのアイコン内の余白*/
	line-height: 14px;	/*高さ*/
	right: 15px;		/*右から15pxの場所に配置*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;	/*ブロックの下(外側)に空ける余白*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*質問と答えのボックス全体を囲むブロック*/
.faq {
	padding: 0 10px 10px;	/*上、左右、下へのボックス内余白*/
}

/*btn（赤い色の大きなボタン）
---------------------------------------------------------------------------*/
a.btn {
	font-size: 16px;		/*文字サイズ*/
	letter-spacing: normal;	/*文字間隔を標準に戻す*/
}

/*テーブル(ta1)
---------------------------------------------------------------------------*/
/*余白の上書き*/
.ta1 caption,.ta1 th,.ta1 td {
	padding: 5px;
}
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 30px;
}
ol {
	padding: 0 20px 20px 30px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 18px;letter-spacing: normal;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}

}
