﻿@charset "utf-8";

/* ページカラー */
body {
	/* 文字色 */
	color:#000000;
	/* 背景色 */
	background-color:#f0ffff;
}

/* ページ全体枠のカラー */
#wrapper {
	background-color: #00bfff;
}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* 「ヘッダー」のカラー */
#header-area {
	background-color:#FFFFFF;
	border-top:3px solid #1e90ff;
}

/*h1 ロゴとテキストのサイズ*/
#header-area p.logo {
	float: left;
	padding: 10px;
	width: auto;
}

#header-area h1 {
	height: 65px;
	line-height: 65px;
	margin: 10px 0 10px 150px;
	padding: 0!important;
	font-size:240%;
	font-weight: bold;
}

#header-area .main-img {
	clear: both;
}

#breadcrumb {
	color: #FFFFFF;
}

/*h1 ロゴとテキストのサイズ:レスポンシブ*/
@media screen and (max-width:640px){
#header-area h1 {
	font-size: 150%;
	font-weight: bold;
	margin-left: 85px;
	height: 40px;
	line-height: 40px;
}
#header-area p.logo {
	padding: 10px;
	width: 80px;
}

}


/* -----------------------------------------------------------------------------
 Original
----------------------------------------------------------------------------- */
#contents-area .box#keihint {}
#contents-area .box#keihint h3 {
	margin-left: 0;
	margin-right: 0;
}
#contents-area .box .form_mail {
	text-align: center;
}


/*角丸点線*/
#contents-area .box#gyoumu .cf {
	margin-top: 20px;
	clear: both;
}
#contents-area .box#gyoumu h3 {
	margin-top: 0;
}
#contents-area .box#gyoumu .p-radius p {
	/*display:inline-block;*/
	padding: 10px; 
	border: 1px dotted #c0c0c0;
	border-radius:10px;
}

@media screen and (max-width:640px) {
#contents-area .box#keihint h3 {
	margin-left: 10px;
	margin-right: 10px;
}

#contents-area .box#gyoumu .cf {
	margin: 20px 10px 10px 10px;
	background: #CFE8FF;
	padding-top: 5px;
	padding-bottom: 10px;
}
#contents-area .box#gyoumu h3 {
	margin-top: 10px;
	color:#006CD6;
}
	
}


/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
/* 編集後にコメントアウト ※ボタン調整時に使用 */
/*#menu-bottom-area {
	margin-top: 600px;
}*/

/* 「お知らせ」のカラー */
#today-area {
	background-color:#FFFFFF;
	border:1px solid #1e90ff;
}

/* ノードの背景カラー */
#contents-area .box {
	background-color:#FFFFFF;
}

/* ノードの見出しカラー H2 */
#contents-area .box h2 {
	font-weight: bold;
	font-size: 130%;
	color:#FFFFFF;
	border-left:none;
	background-color:#1e90ff;
	box-shadow: 0px  -3px #c0c0c0 inset;
}

/* ノードの見出しカラー H3 */
#contents-area .box h3 {
	font-weight: bold;
	color:#1e90ff;
	border-bottom:1px dotted #000000;
}

/* リストのアイコン */
#contents-area .box ul li {
	background:url(../p-img/100530_1/ico1.png) left center no-repeat;
	text-indent:0.5em;
	margin-left: 20px;
	margin-right: 20px;
}

/* tableのカラー */
#contents-area .box table.table-style1 th {
	background-color:#efefef;
	border: 1px solid #999999;
	padding: 3px;
}

#contents-area .box table.table-style1 td {
	background-color:#FFFFFF;
	border: 1px solid #999999;
	padding: 3px;
}

/* 「About Us」のカラー */
#contents-area .box dl dt {
	color:#443102;
	background:url(../p-img/100530_1/ico_dt.png) left center no-repeat;
}

#contents-area #menu-bottom-area .box table {
	border-collapse:separate;
}

#contents-area #menu-bottom-area .box table td,
#contents-area #menu-bottom-area .box table th {
	border: 1px solid #AAAAAA;
	text-align:left;
}

#contents-area #menu-bottom-area .box table th {
	font-weight: bold;
	color:#FFFFFF;
	background-color:#00bfff;
	white-space: nowrap;
}
/* 「About Us」追加設定 */
/* -----------------------------------------------------------------------------
　本体ソースのtableを<div class="table-set">で囲む
----------------------------------------------------------------------------- */
#contents-area #menu-bottom-area .box {
	width: auto!important;
	float: none!important;
}
#contents-area #menu-bottom-area .box table {
	width: 100%;
	margin:20px 0 10px;
}

#contents-area #menu-bottom-area .box div.table-set {
	margin: 0 20px 20px;
}


/*<p>太字、下線*/
#contents-area .wd_p {
    color:#000000;
    text-decoration: underline;
    font-weight:bolder;
    font-size:16px;
}

/* ウィンドウが640px未満時の「About Us」のカラー */
@media screen and (max-width:640px){

#contents-area #menu-bottom-area .box table td,
#contents-area #menu-bottom-area .box table th{
	border: none;
}

#contents-area #menu-bottom-area .box table th{
	color: #17175E;
	background:transparent url(../p-img/100530_1/ico_dt.png) left center no-repeat;

}

/* ウィンドウが640px未満時の「input」のレイアウト */
input{
	max-width: 100%;
	height:auto;
	width /***/:auto;
	-ms-interpolation-mode: bicubic;
}

#contents-area .box ul li {
	background:url(../p-img/100530_1/ico1.png) left center no-repeat;
	margin-left: 10px;
	margin-right: 10px;
}

/* menu-bottom共通 */
#contents-area #menu-bottom-area .box div.table-set {
	margin: 0 10px 20px;
}
#contents-area #menu-bottom-area .box table {
	margin:10px 0;
	display:table;
}
	
}

/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */
#footer-area {
	background-color:#FFFFFF;
}

#footer-area .link {
	border-bottom:1px solid #efefef;
}

#footer-area .link a {
	color:#515151;
}

#footer-area .link a:hover {
	color:#E32828;
}

/* ページトップへ戻る */
#footer-area .pagetop img {
	border:1px solid #999999;
}
/* スマホ閲覧時にPageTopボタンを常に右下に固定する場合コメントアウトを外す*/
@media screen and (max-width:640px){
#footer-area .pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	top: auto;
	left: auto;
}
