﻿@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;	/*全体の文字色*/
	background-color: #FFF;	/*全体の背景色*/
	background-image: url(../images/bg.gif);	/*背景画像の読み込み*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ/行間、フォントファミリー*/
}
.black{
    font-weight:bold;
}
.red{
    color:#ff0000;
    font-weight:bold;
}
.blue{
    color:#0000FF;
}
.under {
    border-bottom: dotted 2px #ff0000;
    font-weight:bold;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
a:hover img {
	-moz-opacity:0.70;/*FF*/
	filter:alpha(opacity=70); /*IE*/
	opacity:0.70;/*Opera｡ｦSafari*/
}
a:active img {
	-moz-opacity:0.70;/*FF*/
	filter:alpha(opacity=70); /*IE*/
	opacity:0.70;/*Opera｡ｦSafari*/
}

input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.kaisha {
width: 100%;
}
 
.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}
 
.kaisha th {
font-weight: bold;
background-color: #dedede; 
}
 
@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;	/*リンクテキストの色*/
}
a:hover {
	color: #e60012;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 980px;	/*コンテナー幅*/
	margin: 0px auto;
	-webkit-box-shadow: 0px 0px 8px #999;	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 0px 0px 8px #999;			/*同上*/
	background-color: #FFF;	/*コンテナーの背景色*/
	padding: 0px 10px;		/*上下、左右の余白*/
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;	/*ブロックの幅*/
	height: 200px;	/*ブロックの高さ*/
	position: relative;
}
/*h1タグの設定*/
header h1 {
	font-weight: normal;		/*通常太字なのを標準にする設定*/
	color: #FFF;				/*文字色*/
	background-color: #00046E;	/*背景色*/
	font-size: 10px;			/*文字サイズ*/
	text-align: right;			/*文字を右寄せ*/
	line-height: 18px;			/*行間*/
}
/*ロゴ画像の設定*/
header #logo {
	position: absolute;
	left: 10px;	/*ヘッダーブロックに対して左から10pxの位置に配置*/
	top: 20px;	/*ヘッダーブロックに対して上から38pxの位置に配置*/
}
/*電話番号ボックスの設定*/
header address {
	position: absolute;
	top: 38px;			/*ヘッダーブロックに対して上から38pxの位置に配置*/
	right: 20px;		/*ヘッダーブロックに対して右から20pxの位置に配置*/
	font-size: 21px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	font-style: normal;	/*通常斜体になっているのを通常に*/
	letter-spacing: 0;	/*文字間隔を少し広めにとる設定*/
	line-height: 1;		/*行間*/
	color: #000752;		/*文字色*/
	font-weight: bold;	/*文字を太字に*/
line-height:180%;
}
/*電話番号ボックス内の「TEL」の設定*/
header address .tel {
	display: inline-block;
	color: #FFF;				/*文字色*/
background: linear-gradient(#0014F3, #000752);
	padding: 3px 10px 1px;		/*上、左右、左へのボックス内の余白*/
	margin-right: 6px;
	font-weight: bolder;
border-radius:3px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav#menu ul {
	position: absolute;
	left: 0px;		/*ヘッダーブロックに対して左から0pxの位置に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から0pxの位置に配置*/
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 140px;	/*メニュー幅*/
}
nav#menu ul li a {
	height: 42px;	/*ブロックの高さ*/
	padding-top: 8px;
	line-height: 1.4;	/*行間*/
	text-decoration: none;
	display: block;
	margin: 0px 0px 20px 4px;		/*メニューの外側への余白。上、右、下、左への指定。*/
	font-size: 13px;	/*文字サイズ*/
	font-weight: bold;
	letter-spacing: 0.1em;		/*文字間隔を少し広めにとる設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/menu_bar1.png), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*バー画像の読み込みとグラデーション*/
	background-image: url(../images/menu_bar1.png), -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: url(../images/menu_bar1.png), linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	background-repeat: no-repeat;		/*背景のバー画像をリピートしない設定*/
	background-position: left center;	/*背景のバー画像の位置*/
	text-align: center;	/*文字をセンタリング*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFF inset;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定＋内側への設定*/
	box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFF inset;			/*同上*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child a {
	margin-left: 0px;
}
/*マウスオン時と、current(表示中のメニュー)の設定*/
nav#menu ul li a:hover,
nav#menu ul li#current a {
	border: 1px solid #a2000d;	/*枠線の幅、線種、色*/
	background-color: #e60012;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/menu_bar2.png), -webkit-gradient(linear, left top, left bottom, from(#e60012), to(#ce0010));	/*バー画像の読み込みとグラデーション*/
	background-image: url(../images/menu_bar2.png), -webkit-linear-gradient(#e60012, #dc0011 49%, #ce0010 50%, #e00012 100%);	/*同上*/
	background-image: url(../images/menu_bar2.png), linear-gradient(#e60012, #dc0011 49%, #ce0010 50%, #e00012 100%);			/*同上*/
	background-repeat: no-repeat;		/*背景のバー画像をリピートしない設定*/
	background-position: left center;	/*背景のバー画像の位置。*/
	color: #FFF;	/*文字色*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 7px;	/*文字サイズ*/
	color: #00046E;	/*文字色*/
	display: block;
	font-weight: normal;
}
nav#menu ul li a:hover span,
nav#menu ul li#current a span {
	color: #FFF;	/*マウスオン時の文字色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;	/*幅*/
	height: auto;	/*高さ*/
	position: relative;
	border-radius: 4px;		/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	margin-bottom: 20px;	/*画像の下の余白*/
}
#mainimg img {
	border-radius: 4px;	/*角丸のサイズ*/
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左側に回り込み*/
	width: 100%;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
#main2 {
	float: left;	/*左側に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));

	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #CCC;			/*同上*/
	font-size: 100%;
	color: #00046E;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	clear: both;
	border-bottom: 5px solid #00046E;	/*下の線の幅、線種、色*/
	border-top: 1px solid #CCC;			/*上の線の幅、線種、色*/
	border-right: 1px solid #CCC;		/*右の線の幅、線種、色*/
	border-left: 1px solid #CCC;		/*左の線の幅、線種、色*/
background:url(../images/back-h2.png) right top no-repeat;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	font-size: 15px;
	padding: 4px 15px;	/*上下、左右への余白*/
	clear: both;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*mainコンテンツのh4タグの設定*/
#main h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;	/*文字色*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}




#main2 h2 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);
background:url(../images/back-h2.png) left top no-repeat;
			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #CCC;			/*同上*/
	font-size: 18px;
	letter-spacing:1px;
	color: #00046E;		/*文字色*/
	padding: 7px 0px 5px 15px;	/*上下、左右への余白*/
	clear: both;
	border-bottom: 5px solid #00046E;	/*下の線の幅、線種、色*/
	border-top: 1px solid #CCC;			/*上の線の幅、線種、色*/
	border-right: 1px solid #CCC;		/*右の線の幅、線種、色*/
	border-left: 1px solid #CCC;		/*左の線の幅、線種、色*/
	margin:0px 0px 8px 0px;
}
/*mainコンテンツのh3タグの設定*/
#main2 h3 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	clear: both;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*mainコンテンツのh4タグの設定*/
#main2 h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;	/*文字色*/
}
/*mainコンテンツの段落タグ設定*/
#main2 p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}



/*トップページのサムネイルスライドショー
---------------------------------------------------------------------------*/
#thumbnail {
	overflow: hidden;
	font-size: 10px;
	height: 190px;
	width: 1500px;
	position: relative;
	margin-left: 15px;

}
#thumbnail a {
	display: block;
	float: left;
	width: 100px;
	padding-right: 5px;
	padding-left: 5px;
	
	margin-left: 11px;
	margin-right: 11px;
	text-align: center;
}
#thumbnail a img {
	border: 1px solid #CCC;	/*画像の枠線の幅、線種、色*/

}
#thumbnail a:hover img {
	border: 1px solid #DE590C;	/*マウスオン時の画像の枠線の幅、線種、色*/
}


/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
#sub p{
margin:0px 0px 0px 0px;
padding:0px 0px 5px 0px;
text-align:center;
}

@media screen and (min-width: 480px) and (max-width: 999999px) {
#sub p img{
width:100%;
}
}
@media screen and (max-width: 479px) {
#sub p img{
width:100%;
}
}




/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	border: 1px solid #a2000d;	/*枠線の幅、線種、色*/
	background-color: #e60012;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e60012), to(#0029c2));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e60012, #dc0011 49%, #ce0010 50%);	/*同上*/
	background-image: linear-gradient(#e60012, #dc0011 49%, #ce0010 50%);			/*同上*/
	color: #FFF;	/*文字色*/
	border-radius: 4px 4px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下の順の設定。*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	margin-bottom: 15px;			/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#eaeaea, #FFF);	/*同上*/
	background-image: linear-gradient(#eaeaea, #FFF);			/*同上*/
	-webkit-box-shadow: 0px 0px 1px #FFF inset;	/*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;		/*同上*/
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
	background-image:none;
	background-color: #e60012;	/*背景色*/
	color: #FFF;				/*文字色*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	border: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下（外側）のスペース*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
	background-image: linear-gradient(#FFF, #eaeaea);			/*同上*/
	-webkit-box-shadow: 0px 0px 1px #FFF inset;	/*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;		/*同上*/
}
/*box1内のh2タグ*/
#sub .box1 h2 {
	padding: 2px 0px;	/*左から、上下、左右への余白*/
	border-radius: 0px;	/*角丸をなくす設定*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;				/*文字色*/
	background-color: #00046E;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
}
#main section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
/*マウスオン時*/
#main section.list article a:hover {
	background-color: #f6f1b2;	/*背景色*/
	color: #333;				/*文字色*/
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main section.list article h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;	/*文字色*/
}




#main2 section.list article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
}
#main2 section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
/*マウスオン時*/
#main2 section.list article a:hover {
	background-color: #f6f1b2;	/*背景色*/
	color: #333;				/*文字色*/
}
/*ボックス内の段落タグ設定*/
#main2 section.list article p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main2 section.list article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main2 section.list article h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;	/*文字色*/
}
/*simpleタイプ（※ボックス内の部分的な箇所にリンクを設定する場合）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list.simple article {
	padding: 10px;
	overflow: hidden;
}
#main section.list.simple article a {
	padding: 0px;
	display: inline;
	text-decoration: underline;
}
/*マウスオン時*/
#main section.list.simple article a:hover {
	background-color: transparent;
	color: #e60012;
}
/*ボックス内の写真設定*/
#main section.list.simple article figure a:hover img {
	background-color: #f6f1b2;
	border: 1px solid #999;
}




#main2 section.list.simple article {
	padding: 10px;
	overflow: hidden;
}
#main2 section.list.simple article a {
	padding: 0px;
	display: inline;
	text-decoration: underline;
}
/*マウスオン時*/
#main2 section.list.simple article a:hover {
	background-color: transparent;
	color: #e60012;
}
/*ボックス内の写真設定*/
#main2 section.list.simple article figure a:hover img {
	background-color: #f6f1b2;
	border: 1px solid #999;
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background-image: linear-gradient(#4b4b4b, #333);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #b8000e;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e60012), to(#b8000e));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e60012, #b8000e);	/*同上*/
	background-image: linear-gradient(#e60012, #b8000e);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #e60012;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b8000e), to(#e60012));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#b8000e, #e60012);	/*同上*/
	background-image: linear-gradient(#b8000e, #e60012);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	color: #FFF;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #f1b739;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bf8300), to(#f1b739));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#bf8300, #f1b739);	/*同上*/
	background-image: linear-gradient(#bf8300, #f1b739);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #00046E;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #e60012;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}
.mini1 {
	font-size: 14px;
	font-weight: normal;
}



/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	text-align: center;
	height: auto;
	margin-bottom: 15px;
}
/*h1ロゴの設定*/
header h1 {
	display: none;
}
/*ロゴ画像の設定*/
header #logo {
	position: static;
	padding: 10px 0px;	/*ロゴの上下にあける余白が10px*/
}
/*電話番号ボックスの設定*/
header address {
	position: static;
	width: auto;
	margin: 0px auto 20px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav#menu ul {
	position: static;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 50%;
}
nav#menu ul li a {
	margin: 0px;
	margin-bottom: 5px;
}
/*奇数番目のメニューの設定(※スマホ・タブレットでは「HOME」が隠れているので「サービス」「お問い合わせ」が奇数番目になる)*/
nav#menu ul li:nth-child(odd) {
	width: 49%;
	margin-left: 1%;
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
	margin-bottom: 20px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main2, #sub {
	float: none;
	width: auto;
}
/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*スマホ・タブレットで非表示（HOMEメニューに使用）*/
.stn {
	display: none;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	text-align: center;
	height: auto;
	margin-bottom: 15px;
}
/*h1ロゴの設定*/
header h1 {
	display: none;
}
/*ロゴ画像の設定*/
header #logo {
	position: static;
	padding: 10px 0px;	/*ロゴの上下にあける余白が10px*/
}
header #logo img {
	width: 80%;		/*画面に対してロゴ画像を80％の幅に*/
	height: auto;
}
/*電話番号ボックスの設定*/
header address {
	position: static;
	width: auto;
	margin: 0px auto 20px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav#menu ul {
	position: static;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 33%;
height:37px;
}
nav#menu ul li a {	/*ブロックの高さ*/
	padding:5px 0px 0px 0px !important;
height:32px;
	line-height: 1.1;	/*行間*/
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 0px;		/*メニューの外側への余白。上、右、下、左への指定。*/
	font-size: 11px;	/*文字サイズ*/
	font-weight: bold;
	letter-spacing: 0.1em;		/*文字間隔を少し広めにとる設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/menu_bar1.pn), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*バー画像の読み込みとグラデーション*/
	background-image: url(../images/menu_bar1.pn), -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: url(../images/menu_bar1.pn), linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	background-repeat: no-repeat;		/*背景のバー画像をリピートしない設定*/
	background-position: left center;	/*背景のバー画像の位置*/
	text-align: center;	/*文字をセンタリング*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFF inset;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定＋内側への設定*/
	box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFF inset;			/*同上*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child a {
	margin-left: 0px;
}
/*マウスオン時と、current(表示中のメニュー)の設定*/
nav#menu ul li a:hover,
nav#menu ul li#current a {
	border: 1px solid #a2000d;	/*枠線の幅、線種、色*/
	background-color: #e60012;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/menu_bar2.pn), -webkit-gradient(linear, left top, left bottom, from(#e60012), to(#ce0010));	/*バー画像の読み込みとグラデーション*/
	background-image: url(../images/menu_bar2.pn), -webkit-linear-gradient(#e60012, #dc0011 49%, #ce0010 50%, #e00012 100%);	/*同上*/
	background-image: url(../images/menu_bar2.pn), linear-gradient(#e60012, #dc0011 49%, #ce0010 50%, #e00012 100%);			/*同上*/
	background-repeat: no-repeat;		/*背景のバー画像をリピートしない設定*/
	background-position: left center;	/*背景のバー画像の位置。*/
	color: #FFF;	/*文字色*/
}
nav#menu ul li a {
	margin: 0px;
	margin-bottom: 5px;
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
	margin-bottom: 20px;
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 5px;	/*文字サイズ*/
	color: #00046E;	/*文字色*/
	display: block;
	font-weight: normal;
margin:0;padding:0;
}
nav#menu ul li a:hover span,
nav#menu ul li#current a span {
	color: #FFF;	/*マウスオン時の文字色*/
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main p {
	padding: 0.5em 5px 1em;
}
#main2, #sub {
	float: none;
	width: auto;
}
#main2 p {
	padding: 0.5em 5px 1em;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*マイナスアイコンとグラデーション*/
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);		/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);				/*同上*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*プラスアイコンとグラデーション*/
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);					/*同上*/
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 5px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*service.htmlで使っている紹介ボックスの設定
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list article p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}
#main2 section.list article figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}
/*スマホ・タブレットで非表示（HOMEメニューに使用）*/
.stn {
	display: none;
}

}




@media screen and (min-width: 480px) and (max-width: 999999px) {
.top-scroll{
width:100%;
height:220px;
margin:20px 0px 20px 0px;
padding:0px 0px 0px 0px;
}
}
@media screen and (max-width: 479px) {
.top-scroll{
width:100%;
height:210px;
margin:2% 0px 2% 0px;
padding:0px 0px 0px 0px;
}
}



@media screen and (min-width: 480px) and (max-width: 999999px) {
.top-banner img{
margin:0 0 15px 0;
padding:0 0 0 0;
}
}
@media screen and (max-width: 479px) {
.top-banner img{
width:100%;
margin:0 0 1% 0;
padding:0;
}
}


.head-banner table{
margin:2% 0 2% 0;
}



.ichiran{
width:100%;
margin:20px 0px 0px 0px;
padding:0px 0px 0px 0px;
clear:both;
}
.ichiran ul{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
display:flex;
}
.ichiran li{
width:31%;
margin:0px 0px 0px 0px;
padding:0% 1% 3% 1%;
font-size:11px;
line-height:130%;
color:#333;
text-align:left;
}
.ichiran li img{
width:100%;
margin:1% 0% 0% 0%;
padding:0px 0px 0px 0px;
vertical-align:top;
}


@media screen and (min-width: 480px) and (max-width: 999999px) {
.ichiran .kako{
padding:30px 0px 0px 0px;
background:url(../images/back-kako.png) left top no-repeat;
}
}
@media screen and (max-width: 479px) {
.ichiran .kako{
padding:25px 0px 0px 0px;
background:url(../images/back-kako_smt.png) left top no-repeat;
background-size:100%;
}
}






.ichiran b{
padding:0;
clear:both;
width:100%;
text-align:left !important;
font-weight:bolder;
color:#333;
font-size:14px;
margin:0% 0% 1% 0%;

}
.ichiran table{
width:100%;
clear:both;
margin:5px 0px 5px 0px;
padding:0px 0px 0px 0px;
border-top:1px solid #fff;
border-left:1px solid #fff;
}
.ichiran th{
text-align:left;
vertical-align:middle;
margin:0px 0px 0px 0px;
padding:3px 5px 3px 5px;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
background:#666;
color:#fff;
}
.ichiran td{
text-align:left;
vertical-align:middle;
margin:0px 0px 0px 0px;
padding:3px 5px 3px 5px;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
color:#333;
}
.ichiran .totpl{
width:100%;
text-align:left;
margin:3% 0px 0px 0px;
padding:3% 0px 3% 0px;
text-align:center;
background:#00046E;
color:#fff;
font-size:13px;
border-radius: 5px;
clear:both;
}
.ichiran .totpl:hover{
width:100%;
text-align:left;
margin:3% 0px 0px 0px;
padding:3% 0px 3% 0px;
text-align:center;
background:#666;
color:#fff;
font-size:13px;
border-radius: 5px;
}
.ichiran a{text-decoration:none;}
.ichiran a:hover{text-decoration:none;}

.ichiran span{
font-size:120%;
color:#ff0000;
font-weight:bolder;
}














@media screen and (min-width: 480px) and (max-width: 999999px) {
.title{
color:#00046E;
font-size:29px;
font-weight:bolder;
margin:0px 0px 15px 0px;
padding:8px 0px 8px 20px;
background:#f5f5f5;
border-radius:10px;
}

.uritai-list{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.uritai-list ul{
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
}
.uritai-list li{
list-style:none;
margin:0px 0px 0px 0px;
padding:5px 0px 5px 25px;
border-bottom:1px dotted #666;
font-size:14px;
color:#000;
line-height:170%;
background:url(../images/back-uritailist.png) left top no-repeat;
}
.uritai-list li span{
font-size:12px;
font-weight:bolder;
color:#E88B00;
}
.question{
margin:30px 0px 0px 0px;
padding:2px 0px 13px 35px;
font-size:16px;
color:#C40000;
line-height:140%;
font-weight:bolder;
background:url(../images/back-question.png) left top no-repeat;
}
.answer{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 35px;
font-size:13px;
color:#000;
line-height:170%;
background:url(../images/back-answer.png) left top no-repeat;
}
.answer p{
margin:0px 0px 7px 0px;
padding:5px 0px 0px 0px !important;
font-size:16px;
font-weight:bolder;
}
.faqnavi{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.faqnavi ul{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.faqnavi li{
list-style:none;
float:left;
width:47%;
margin:1% 1% 1% 1%;
padding:1% 0% 1% 0%;
text-align:center;
background: linear-gradient(#F30000, #A60000);
border:1px solid #7E0000;
border-radius:5px;
font-size:16px;
font-weight:bolder;
}
.faqnavi li a{
text-decoration:none;
color:#fff;
}.faqnavi li a:hover{
text-decoration:underline;
color:#fff;
}
.hajimete-navi{
clear:both;
margin:0px 0px 20px 0px;
padding:0px 10px 0px 10px;
}
.hajimete-navi ul{
margin:2px 0px 10px 0px;
padding:0px 0px 0px 0px;
}
.hajimete-navi li{
list-style:none;
margin:0px 0px 0px 0px;
padding:5px 0px 5px 25px;
border-bottom:1px dotted #666;
font-size:14px;
font-weight:bolder;
color:#000;
line-height:170%;
background:url(../images/back-uritailist.png) left top no-repeat;
}
.hajimete-navi p{
font-weight:bolder;
font-size:130%;
color:#F86300;
margin:0px 0px 0px 0px !important;
padding:0px 0px 0px 0px !important;
}
.banner-hajimetenavi{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.banner-hajimetenavi table{
width:670px;
margin:0px 15px 0px 15px;
padding:0px 0px 0px 0px;
}
.banner-hajimetenavi td{
width:50%;
vertical-align:top;
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
}
.hajimete-table{
clear:both;
margin:0px 0px 20px 0px;
padding:20px 20px 20px 20px;
border-left:2px solid #DC0000;
border-right:2px solid #DC0000;
border-bottom:2px solid #DC0000;
}
.hajimete-table table{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.hajimete-table td{
text-align:left;
vertical-align:top;
font-size:14px;
line-height:170%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.detail-price{
margin:0px 0px 0px 0px;
padding:1% 0 1% 0;
clear:both;
}
.detail-price ul{
margin:0;
padding:0;
clear:both;
}
.detail-price li{
list-style:none;
float:left;
width:49%;
margin:1% 1% 1% 0;
font-weight:bolder;
font-size:14px;
}
.detail-price span{
background:#666;
border:1px solid #535353;
border-radius:3px;
padding:2px 10px 2px 10px;
margin:0px 10px 0px 0px !important;
font-size:11px;
color:#fff;
}
.detail-price br{
clear:both;
}
.detail-priceicon{
margin:0 0 3% 0;
padding:0 0 0 0;
clear:both;
}
.detail-priceicon ul{
margin:0 0 0 0;
padding:0 0 0 0;
}
.detail-priceicon li{
margin:0 1% 0 0;
padding:0 2% 0 2%;
list-style:none;
float:left;
}
.detail-priceicon .no{
background:#fff;
border:1px solid #C5C5C5;
border-radius:3px;
color:#C5C5C5;
font-size:11px;
}
.detail-priceicon .ok{
background:#fff;
border:1px solid #AF0000;
border-radius:3px;
color:#AF0000;
font-size:11px;
}
.detail-priceicon br{
clear:both;
}
.detail-spec{
margin:2% 0 2% 0;
padding:0 0 0 0;
clear:both;
}
.detail-spec ul{
margin:0 0 0 0;
padding:0% 0 0% 0;
clear:both;
}
.detail-spec li{
margin:0 1% 1% 0;
padding:0 0 0 0;
list-style:none;
float:left;
width:32%;
font-size:12px;
}
.detail-spec div{
width:70px;
float:left;
background:#666;
border:1px solid #535353;
border-radius:3px;
padding:2px 5px 2px 5px;
text-align:center !important;
color:#fff;
font-size:11px;
margin:0px 10px 0px 0px;
font-weight:bolder;
}
.detail-spec br{
clear:both;
}
.detail-option{
clear:both;
margin:1% 0 3% 0;
padding:0 1% 0 1%;
}
.detail-option ul{
margin:0 0 0 0;
padding:0px 0px 0px 0px;
}
.detail-option li{
list-style:none;
margin:0px 0px 0px 0px;
padding:5px 0px 5px 25px;
border-bottom:1px dotted #666;
font-size:13px;
font-weight:normal;
color:#000;
line-height:170%;
background:url(../images/back-uritailist.png) left top no-repeat;
}
.detail-option br{
clear:both;
}
.detail-comment{
margin:2% 0 3% 0;
padding:2%;
font-size:13px;
line-heigt:160%;
border:3px solid #ededed;
background:#f9f9f9;
}
.detail-star{
margin:2% 0 3% 0;
padding:0 0 0 0;
}
.detail-star ul{
margin:0% 0 0% 0;
padding:0 0 0 0;
}
.detail-star li{
margin:0% 1% 0% 0;
padding:0 0 0 0;
list-style:none;
float:left;
width:49%;
}
.detail-star span{
background:#666;
border:1px solid #535353;
border-radius:3px;
padding:2px 20px 2px 20px;
margin:0px 10px 0px 0px !important;
font-size:11px;
color:#fff;
}
.detail-star img{
width:30%;
}
.detail-star br{
clear:both;
}
.ichiranicon{
margin:0 0 3% 0 !important;
padding:0 0 0 0 !important;
clear:both !important;
}
.ichiranicon span{
margin:0 1% 2% 0 !important;
padding:0 1% 0 1% !important;
list-style:none !important;
float:left !important;
}
.ichiranicon .no{
background:#fff !important;
border:1px solid #C5C5C5 !important;
border-radius:3px !important;
color:#C5C5C5 !important;
font-size:10px !important;
font-weight:normal;
}
.ichiranicon .ok{
background:#fff !important;
border:1px solid #AF0000 !important;
border-radius:3px !important;
color:#AF0000 !important;
font-size:10px !important;
font-weight:normal;
}
.ichiranicon br{
clear:both;
}
}
@media screen and (max-width: 479px) {
.title{
color:#00046E;
font-size:17px;
font-weight:bolder;
margin:0px 0px 15px 0px;
padding:6px 0px 6px 15px;
background:#f5f5f5;
border-radius:10px;
clear:both;
}

.uritai-list{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.uritai-list ul{
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
}
.uritai-list li{
list-style:none;
margin:0px 0px 0px 0px;
padding:5px 0px 5px 25px;
border-bottom:1px dotted #666;
font-size:12px;
color:#000;
line-height:140%;
background:url(../images/back-uritailist.png) left top no-repeat;
}
.uritai-list li span{
font-size:12px;
font-weight:bolder;
color:#E88B00;
}
.question{
margin:4% 0 0 0;
padding:4px 0px 13px 35px;
font-size:13px;
color:#C40000;
line-height:120%;
font-weight:bolder;
background:url(../images/back-question.png) left top no-repeat;
}
.answer{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 35px;
font-size:12px;
color:#000;
line-height:140%;
background:url(../images/back-answer.png) left top no-repeat;
}
.answer p{
margin:0px 0px 7px 0px;
padding:5px 0px 0px 0px !important;
font-size:120%;
font-weight:bolder;
}
.faqnavi{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.faqnavi ul{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.faqnavi li{
list-style:none;
float:left;
width:47%;
margin:1% 1% 1% 1%;
padding:1% 0% 1% 0%;
text-align:center;
background: linear-gradient(#F30000, #A60000);
border:1px solid #7E0000;
border-radius:5px;
font-size:14px;
font-weight:bolder;
}
.faqnavi li a{
text-decoration:none;
color:#fff;
}.faqnavi li a:hover{
text-decoration:underline;
color:#fff;
}
.hajimete-navi{
clear:both;
margin:0px 0px 20px 0px;
padding:0px 10px 0px 10px;
font-size:11px;
line-height:120%;
}
.hajimete-navi ul{
margin:6px 0px 12px 0px;
padding:0px 0px 0px 0px;
}
.hajimete-navi li{
list-style:none;
margin:0px 0px 0px 0px;
padding:12px 0px 6px 25px;
border-bottom:1px dotted #666;
font-size:13px;
color:#000;
line-height:120%;
background:url(../images/back-uritailist.png) left top no-repeat;
}
.hajimete-navi p{
font-weight:bolder;
font-size:120%;
color:#F86300;
line-height:110%;
margin:0px 0px 0px 0px !important;
padding:0px 0px 0px 0px !important;
}
.banner-hajimetenavi{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.banner-hajimetenavi table{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.banner-hajimetenavi td{
width:50%;
vertical-align:top;
margin:0px 0px 0px 0px;
padding:0px 0px 1% 0px;
}
.banner-hajimetenavi img{
width:99%;
}
.hajimete-table{
clear:both;
margin:0px 0px 20px 0px;
padding:3%;
border-left:1px solid #DC0000;
border-right:1px solid #DC0000;
border-bottom:1px solid #DC0000;
}
.hajimete-table table{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.hajimete-table td{
text-align:left;
vertical-align:top;
font-size:12px;
line-height:140%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.detail-price{
margin:0px 0px 0px 0px;
padding:1% 0 1% 0;
clear:both;
}
.detail-price ul{
margin:0;
padding:0;
clear:both;
}
.detail-price li{
list-style:none;
float:left;
width:99%;
margin:1% 1% 1% 0;
font-weight:bolder;
font-size:13px;
}
.detail-price span{
background:#666;
border:1px solid #535353;
border-radius:3px;
padding:2px 10px 2px 10px;
margin:0px 10px 0px 0px !important;
font-size:11px;
color:#fff;
}
.detail-price br{
clear:both;
}
.detail-priceicon{
margin:0 0 3% 0;
padding:0 0 0 0;
clear:both;
}
.detail-priceicon ul{
margin:0 0 0 0;
padding:0 0 0 0;
}
.detail-priceicon li{
margin:0 1% 1% 0;
padding:0 1% 0 1%;
list-style:none;
float:left;
}
.detail-priceicon .no{
background:#fff;
border:1px solid #C5C5C5;
border-radius:3px;
color:#C5C5C5;
font-size:11px;
}
.detail-priceicon .ok{
background:#fff;
border:1px solid #AF0000;
border-radius:3px;
color:#AF0000;
font-size:11px;
}
.detail-priceicon br{
clear:both;
}
.detail-spec{
margin:2% 0 2% 0;
padding:0 0 0 0;
clear:both;
}
.detail-spec ul{
margin:0 0 0 0;
padding:0% 0 0% 0;
clear:both;
}
.detail-spec li{
margin:0 1% 1% 0;
padding:0 0 0 0;
list-style:none;
float:left;
width:49%;
font-size:11px;
line-height:100%;
}
.detail-spec div{
width:70px;
float:left;
background:#666;
border:1px solid #535353;
border-radius:3px;
padding:1px 3px 1px 3px;
text-align:center !important;
color:#fff;
font-size:10px;
margin:0px 5px 0px 0px;
font-weight:normal;
}
.detail-spec br{
clear:both;
}
.detail-option{
clear:both;
margin:1% 0 3% 0;
padding:0 1% 0 1%;
}
.detail-option ul{
margin:0 0 0 0;
padding:0px 0px 0px 0px;
}
.detail-option li{
list-style:none;
margin:0px 0px 0px 0px;
padding:2px 0px 2px 17px;
border-bottom:1px dotted #666;
font-size:11px;
font-weight:normal;
color:#000;
background:url(../images/back-uritailist.png) left top no-repeat;
background-size:4%;
}
.detail-option br{
clear:both;
}
.detail-comment{
margin:2% 0 3% 0;
padding:2%;
font-size:11px;
line-heigt:110%;
border:3px solid #ededed;
background:#f9f9f9;
}
.detail-star{
margin:2% 0 3% 0;
padding:0 0 0 0;
}
.detail-star ul{
margin:0% 0 0% 0;
padding:0 0 0 0;
}
.detail-star li{
margin:0% 1% 0% 0;
padding:0 0 0 0;
list-style:none;
float:left;
width:49%;
}
.detail-star span{
background:#666;
border:1px solid #535353;
border-radius:3px;
padding:2px 20px 2px 20px;
margin:0px 10px 0px 0px !important;
font-size:11px;
color:#fff;
}
.detail-star img{
width:45%;
}
.detail-star br{
clear:both;
}
.ichiranicon{
margin:0 0 3% 0 !important;
padding:0 0 0 0 !important;
clear:both !important;
}
.ichiranicon span{
margin:0 1% 2% 0 !important;
padding:0 1% 0 1% !important;
list-style:none !important;
float:left !important;
}
.ichiranicon .no{
background:#fff !important;
border:1px solid #C5C5C5 !important;
border-radius:3px !important;
color:#C5C5C5 !important;
font-size:10px !important;
font-weight:normal;
}
.ichiranicon .ok{
background:#fff !important;
border:1px solid #AF0000 !important;
border-radius:3px !important;
color:#AF0000 !important;
font-size:10px !important;
font-weight:normal;
}
.ichiranicon br{
clear:both;
}
}









