@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォントファミリー*/
	color: #FFF;	/*全体の文字色*/
	background: #72bbe4;	/*全体の背景色（古いブラウザだとここの色のみが出ます）*/

	background: #FFF url(../images/bg.jpg) no-repeat fixed center top;	/*背景色、背景壁紙、リピートせず上部に固定表示*/
	border-top: 4px solid #f9b600;	/*HPの最上部に入っている線の幅と線種と色*/
}
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;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
strong { text-decoration: underline; }

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

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

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	padding: 40px;	/*ヘッダー内の余白*/
	overflow: hidden;
}
/*ロゴ画像*/
header #logo {
	float: left;	/*ロゴを左寄せ*/
}
/*電話番号ボックスの設定*/
header address {
	float: right;		/*電話番号ボックスを右寄せ*/
	font-size: 11px;	/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定*/
	background: #000;	/*背景色（※古いブラウザ用）*/
	background: rgba(0,0,0,0.3);	/*背景色。0,0,0はRGB値での色設定。ここでは黒。0.3は透明度30%の意味。*/
	border-radius: 8px;	/*角丸のサイズ*/
	width: 345px;		/*幅*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px;		/*ボックス内の余白*/
}
/*電話番号の文字設定*/
header address .tel {
	font-size: 16px;	/*文字サイズ*/
	color: #f9b600;		/*文字色*/
	font-weight: bold;	/*太字に*/
	display: block;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*nav#menubar ul {
	clear: both;
	margin-left: 24px;
}*/
 nav#menubar ul {
	clear: both;
	margin-left: 12px;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	/*width: 152px;*/
	width: 133px;	/*幅*/
	background: #6aacd1;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#6aacd1), to(#c5e3f4));	/*グラデーション*/
	background: -webkit-linear-gradient(#6aacd1, #c5e3f4);	/*同上*/
	background: linear-gradient(#6aacd1, #c5e3f4);			/*同上*/
	margin-left: 5px;	/*メニュー間にあけるスペース*/
}
nav#menubar ul li a {
	text-decoration: none;
	display: block;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	text-align: center;		/*文字をセンタリング*/
	padding: 6px 0px;		/*上下、左右への余白*/
	border-top: 1px solid #fff;		/*上側への線の幅、線種、色*/
	border-right: 1px solid #fff;	/*右側への線の幅、線種、色*/
	border-left: 1px solid #fff;		/*左側への線の幅、線種、色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child {
	margin-left: 0px;
}
/*マウスオン時と、current(表示中のメニュー)の設定*/
nav#menubar ul li a:hover,
nav#menubar ul li.current a {
	background: #FFF;	/*背景色*/
	color: #333;		/*文字色*/
	text-shadow:none;
	border-top: 1px solid #fff;		/*上側への線の幅、線種、色*/
	border-right: 1px solid #fff;	/*右側への線の幅、線種、色*/
	border-left: 1px solid #fff;	/*左側への線の幅、線種、色*/
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	overflow: hidden;
	padding: 20px 20px 0px;	/*上、左右、下への余白*/
	background: #FFF;	/*背景色*/
	color: #333;		/*文字色*/
}
/*コンテンツ内のリンクテキストの色*/
#contents a {
	color: #333;
}
/*コンテンツ内のリンクテキストのマウスオン時の色*/
#contents a:hover {
	color: #6aacd1;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 20px;
}
#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 {
	float: right;	/*右側に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	line-height: 1.5em;
	font-size: 100%;
	color: #FFF;		/*文字色*/
	background: #6aacd1;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#79c5ef), to(#6aacd1));	/*グラデーション*/
	background: -webkit-linear-gradient(#79c5ef, #6aacd1);	/*同上*/
	background: linear-gradient(#79c5ef, #6aacd1);			/*同上*/
	padding: 5px 15px;	/*左から上下、左右への余白*/
	border-bottom: 4px solid #f9b600;	/*下線の幅、線種、色*/
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	line-height: 1.5em;
	font-size: 100%;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dcdcdc));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #dcdcdc);	/*同上*/
	background: linear-gradient(#FFF, #dcdcdc);			/*同上*/
	padding: 4px 15px;	/*上下、左右への余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
	text-align: left;
}

/*一覧ページ用ボックス（./service_list.html）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background: #e3e3e3;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	position: relative;
	overflow: hidden;
}
#main section.list a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
}
/*マウスオン時*/
#main section.list a:hover {
	background: #FFF;	/*背景色*/
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	margin-left: 34%;	/*左の画像とバランスをとって設定する*/
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;			/*画像を左へ回り込み*/
	background: #FFF;		/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-right: 10px;
	width: 30%;	/*写真の幅*/
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	line-height: 1.5em;
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #6aacd1;	/*左側の線の幅、線種、色*/
	margin-bottom: 10px;
	color: #6aacd1;	/*文字色*/
}
/*一覧ページの各ボックス内のテーブル
---------------------------------------------------------------------------*/
#main section.list table {
	font-size: 11px;	/*文字サイズ*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFF;	/*背景色*/
}
#main section.list table,
#main section.list table td,
#main section.list table th{
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
#main section.list table td,
#main section.list table th{
	padding: 0;
	line-height: 1.6;
}
#main section.list table th{
	width: 80px;
	text-align: center;
	font-weight: normal;
	background: #e7e2da;
}
#main section.list table td {
	width: 140px;
	padding: 0px 3px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	padding: 5px 10px;		/*左から、上下、左右への余白*/
	background: #555;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下にあけるスペース*/
}
#sub .box1 ul.submenu {
	margin-bottom: 0;
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	border-bottom: 1px solid #ccc;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*上下、左右への余白*/
	background: #FFF;	/*背景色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*マウスオン時*/
#sub ul.submenu li a:hover {
	background: #c5e3f4;	/*背景色*/
	color: #333;
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #e2e2e2 url(../images/bg.png);	/*背景色と背景画像の読み込み*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	margin-bottom: 15px;
	padding-bottom: 20px;
}
#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;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background: #dcdcdc;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background: linear-gradient(#4b4b4b, #333);			/*同上*/
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 200px;
	height: 40px;

}

/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}

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

/*「おすすめ」表示
---------------------------------------------------------------------------*/
.osusume {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.osusume {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*「ご契約済」表示
---------------------------------------------------------------------------*/
.sumi {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #069;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.sumi {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*CMS用　オプションマーク（管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,10px);
	-ms-transform: rotate(-45deg) translate(37px,10px);
	transform: rotate(-45deg) translate(37px,10px);
}
h2 span.option1 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}
.option2 {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,10px);
	-ms-transform: rotate(-45deg) translate(37px,10px);
	transform: rotate(-45deg) translate(37px,10px);
}
h2 span.option2 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*FAQ・LINK共通設定
---------------------------------------------------------------------------*/
.faq, 
.link {
	padding: 0px 15px;
}
/*質問（又はサイト名）の設定*/
.faq dt,
.link dt {
	color: #6aacd1;	/*文字色*/
	font-weight: bold;	/*太字*/
	padding-top: 15px;
}
/*回答（又は説明部分）の設定*/
.faq dd,
.link dd {
	border-bottom: 1px solid #CCC;	/*下線の幅、線種、色*/
	overflow: hidden;
	padding-bottom: 15px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #6aacd1;
}
.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;
}
.sortbox {
	text-align: right;
	margin-bottom: 15px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	background: #FFF;
}
.big1 {
	font-size: 130%;
}
img {
	max-width: 100%;
	height: auto;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}
#menubar_hdr {
	display: none;
}


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

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

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	text-align: center;
}
/*ロゴ画像*/
header #logo {
	float: none;
}
/*電話番号ボックスの設定*/
header address {
	float: none;
	width: 80%;
	margin: 0px auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar ul {
	margin-left: 0px;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	width: 50%;
	margin-left: 0;
}
nav#menubar ul li a {
	padding: 10px 0px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}

}



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

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

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	text-align: center;
	padding: 20px;
}
/*ロゴ画像*/
header #logo {
	float: none;
	margin-bottom: 10px;
}
/*電話番号ボックスの設定*/
header address {
	float: none;
	width:90%;
	margin: 0px auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar ul {
	margin-left: 0px;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	width: 50%;
	margin-left: 0;
}
nav#menubar ul li a {
	padding: 10px 0px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em 15px;	/*左から、上、左右、下への余白*/
}

/*一覧ページ用ボックス（./service_list.html）
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: none;
	margin-right: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
}

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

/*その他
---------------------------------------------------------------------------*/
.ws {
	width: 96%;
}
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	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;
}

}

/*アクアトロンジョイズ
---------------------------------------------------------------------------*/
/*========================================
	グリッド
========================================*/
/* グリッド全体 */
.gridWrapper {
	margin-top: 30px;
	display: block;
	clear: both;
}

.grid2column {
	float:left;
	width: 48%;
	margin: 10px 0 0 1%;
}

.grid2columnL {
	float:left;
	width: 48%;
	margin: 0 0 0 1%;
}

.grid2columnR {
	float:left;
	width: 48%;
	margin: 0 0 0 1%;
}

@media only screen and (max-width:480px){
	.grid2column,
	.grid2columnL,
	.grid2columnR {
		width:100%;margin:10px 0;
	}
	/*.box img {
		max-width:100px;
	}*/
}

/*========================================
	コンテンツ部分
========================================*/

h2.topTitle {
	border: none !important;
	line-height: 1.8em;
	background: none !important;
}

h2.topTitle span {
	font-size: 160%;
	font-weight: bold;
	color: #333;
}

@media only screen and (max-width:959px){
	h2.topTitle span {
		font-size: 150%;
	}
}

@media only screen and (max-width:479px){
	h2.topTitle span {
		font-size: 140%;
	}
}

h3.topTitleMain {
	margin: 30px 0 10px 0;
	padding: 8px 15px !important;
	border: none !important;
	color: #fff;
	font-size: 150% !important;
	font-weight: bold;
	background: #0085d0 !important;
	border-radius:5px;
}

h2.topTitleSub {
	margin: 0 0 10px 0;
	padding: 8px 15px !important;
	border: none !important;
	color: #fff;
	font-size: 150% !important;
	font-weight: bold;
	background: #0085d0 !important;
	border-radius:5px;
}

h2.topTitleSubUnder {
	margin: 0;
	padding: 8px 15px !important;
	border: none !important;
	color: #fff;
	font-size: 150% !important;
	font-weight: bold;
	background: #0085d0 !important;
	border-radius:5px;
}

.grid2column {
	padding: 0 0 20px 0;
	overflow:hidden;
	border-radius:5px;
}

.grid2columnL,
.grid2columnR {
	padding: 0;
	overflow:hidden;
	border-radius:5px;
}

.grid2column .box img {
	float: none;
	max-width: 100%;
	margin: 0 0 10px 0;
}

.grid2columnL .box img,
.grid2columnR .box img {
	float: none;
	max-width: 100%;
	margin: 0;
}

.grid2column ul,
.grid2columnL ul,
.grid2columnR ul {
	margin:0 0 10px 0;
	padding: 20px;
	border: 2px solid #007bc7;
	text-align: left;
	border-radius:4px;
}

.grid2column .box,
.grid2columnL .box,
.grid2columnR .box {
	text-align: center;
}

.topUnder {
	clear: both;
}

.topUnder img {
	max-width: 100%;
	margin: 20px 0 10px 0;
}

.newsTitle {
	margin-bottom: 10px;
}

.newsWrap {
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}

.newsWrap .date {
	display: inline-block;
}

.newsWrap h4 {
	margin-left: 8px;
	display:inline-block;
}

.newsWrap h4 a {
	text-decoration: none;
}

.newsListWrap h4 {
	padding: 4px 0px 4px 10px;
	font-size: 100%;
	border-bottom: 1px solid #ccc;
	border-left: 3px solid #6aacd1;
	margin-bottom: 10px;
	color: #6aacd1;
	background: #f5f5f5;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f5f5f5));
	background: -webkit-linear-gradient(#FFF, #e3e3e3);
	background: linear-gradient(#FFF, #f5f5f5);
}

.newsListWrap article {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: #f5f5f5;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f5f5f5));
	background: -webkit-linear-gradient(#FFF, #e3e3e3);
	background: linear-gradient(#FFF, #f5f5f5);
}

.newsListWrap article .date {
	padding: 0 15px;
	color: #6aacd1;
	font-weight: bold;
}

.newsListWrap ul {
	list-style-type: disc;
	padding-inline-start: 40px;
}

.newsListWrap li {
	margin-bottom: .8em;
	line-height: 1.65em;
}

#main .newsListWrap p {
	margin-bottom: 1.2em;
	padding: 0 15px;
}

/*========================================
	汎用
========================================*/

.box{
	margin-top: 10px;
}

.boxBanner:after {
/* :after擬似要素による子ボックスのフロートクリア */
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div.box1 section p {
	padding: 5px 0 15px 0;
	line-height: 1.5em;
}

/* フロート */
.floatl10{float:left;margin:0 10px 10px 0;}

@media only screen and (max-width:479px){
	.floatl10{float:none;margin:0 auto 20px auto;display:block;}
}

/* 配置 */
.txtC{text-align:center !important;}
.txtL{text-align:left !important;}
.txtR{text-align:right !important;}

/* 余白 */
.mb0 {margin-bottom:0;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}

/* リストの余白 */
ul.mt10{margin: 10px 0 0 0;}
ul.mt15{margin: 15px 0 0 0;}
ul.mt20{margin: 20px 0 0 0;}
ul.pb20{padding: 0 0 20px 0;}

.bold { font-weight:bold; }

.font80 { font-size:80%; }
.font90 { font-size:90%; }
.font110 { font-size:110%; }
.font120 { font-size:120%; }
.font130 { font-size:130%; }
.font150 { font-size:150%; }
.font180 { font-size:180%; }
.font200 { font-size:200%; }

/* フォント色のパターン */
.fontred1{color:#FF0000;}
.fontred2{color:#FF3300;}
.fontred3{color:#d7000f;}
.fontorange1{color:#E94709;}
.fontorange2{color:#FF9900;}
.fontorange3{color:#FF9000;}
.fontyellow1{color:#FFcc00;}
.fontyellow2{color:#FFFF00;}
.fontblue1{color:#0000FF;}
.fontblue2{color:#0168AE;}
.fontblue3{color:#00A0E9;}
.fontgreen1{color:#006600;}
.fontgreen2{color:#99CC00;}
.fontgreen3{color:#82AC00;}
.fontbrown1{color:#993300;}
.fontbrown2{color:#CC9966;}
.fontpurple1{color:#6633CC;}
.fontpurple2{color:#9999FF;}
.fontpink1{color:#FF33CC;}
.fontpink2{color:#FF99CC;}
.fontpink3{color:#fae2e7;}
.fontgray1{color:#666666;}
.fontgray2{color:#999999;}
.fontpurple1{color:#a50c5e;}
.fontw{color:#ffffff;}
