@charset "utf-8";
/* CSS Document */

/* ＋＋＋＋共通対応＋＋＋＋ */
body {
	color: #00468C;
}
.font_bold {
	font-weight: bold;
}
.font_normal {
	font-weight: normal;
}
.font_small {
	font-size: small;
}
.font_medium {
	font-size: medium;
}
.font_large {
	font-size: large;
}
.font_x-large {
	font-size: x-large;
}
.font_bold_large {
	font-weight: bold;
	font-size: xx-large;
}
.font_bold_large2 {
	font-weight: bold;
	font-size: x-large;
}
.font_green {
	color: #006600;
}
.font_black {
	color: #000000;
}
.font_red {
	color: #FF0000;
}
.font_red {
	color: #FF0000;
}
.font_red_kataban {
	color: #E23F3F;
}
.font_brown_kataban {
	color: #8C4600;
}
.font_purple_kataban {
	color: #7906FA;
}
.font_blue_kataban {
	color: #0085B2;
}
.font_black_kataban {
	color: #000000;
}
.font_purple_kataban {
	color: #7906FA;
}
.font_nejijikugaikei_kataban {
	color: #0040FF;
}
.font_lightgreen {
	color: #00B200;
}
.font_medium_green {
	font-size: medium;
	color: #006600;
}
.font_medium_red {
	font-size: medium;
	color: #EB0000;
}
.font_medium_black {
	font-size: medium;
	color: #000000;
}
.font_kento {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF0004;
}
.font_darkblue_bold {
	color: #00698C;
	font-weight: bold;
}
.font_blown_bold {
	color: #8C6900;
	font-weight: bold;
}
.font_red_bold {
	color: #CF0000;
	font-weight: bold;
}
.font_darkblue_step {
	color: #00698C;
	font-weight: bold;
    font-style: oblique;
}
.font_step {
	color: #00698C;
	font-weight: bold;
	font-style: oblique;
	font-size: xx-large;
	padding-right: 10px;
}
.font_green_small {
	color: #006619;
	font-size: small;
}
.font_red_small {
	color: #E50000;
	font-size: small;
}
.font_hyojunseisanhin {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #006600;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 130%;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 4px #8E8E8E;
	box-shadow: 2px 2px 4px #8E8E8E;
}
.font_tokuchuhin {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF0000;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 130%;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 4px #8E8E8E;
	box-shadow: 2px 2px 4px #8E8E8E;
}
.font_blue_sironuki {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0059B2;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 130%;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 4px #8E8E8E;
	box-shadow: 2px 2px 4px #8E8E8E;
}
/* Link */
a {
	color: #030296;
}
a:hover {
	color: #FF0004;
}
.float_clear {
	clear: both;
}
.pdf {
	background-image: url(../images/common/pdf_icon.png);
	background-repeat: no-repeat;
	padding-left: 22px;
}
.tel {
	background-image: url(../images/common/tel_icon.png);
	background-repeat: no-repeat;
	padding-left: 28px;
}
.fax {
	background-image: url(../images/common/fax_icon.png);
	background-repeat: no-repeat;
	padding-left: 28px;
}
.mail {
	background-image: url(../images/common/icon_mail.png);
	background-repeat: no-repeat;
	padding-left: 32px;
}

.sample {
	color: #006F2B;
}
.sample img {
	vertical-align: middle;
}
.notice img {
	vertical-align: middle;
}
/* table */
table.basictable {
	border-collapse: separate;
	border-spacing: 0;
	background-color: #F3FCFB;
	empty-cells: show;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-left-color: #EBEBEB;
	clear: both;
	width: 95%;
	margin-left: 5%;
}
.basictable th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #E8E8E8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-left-color: #FFFFFF;
	padding-left: 4px;
}
.basictable tr {
	background-color: #FFFFFF;
}
.basictable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: center;
}
/* mause over img usuku */
.img_usuku {
	background-color: #FFFFFF;
	font-style: oblique;
}
.img_usuku a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: #F3FCFB;
}

/* img 一部表示 */
.main_left .img_ichibu {
	max-width: 100%;
	float: left;
}


/* ＋＋＋＋パソコン対応＋＋＋＋ */
.container {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding: 0;
	max-width: 1300px;
	width: 99%;
}
/*トップメニューのデフォルト幅確保*/
.top_margin {
	height: 190px;
	background-color: #FFFFFF;
	background-position: center center;
	background-size: 110% auto;
	background-repeat: no-repeat;
	border-bottom: 1px solid #001A66;
}
/*トップカテゴリ*/
.top_category {
	width: 100%;
	height: 80px;
	border-bottom: 2px solid #001F8C;
}
.top_category h1 {
	color: #1600A7;
	font-size: x-large;
	margin-bottom: 30px;
	margin-top: 40px;
	padding-top: 0px;
	float: left;
	text-shadow: 1px 1px 2px #CFD1FB;
}
.top_category h1 a {
	color: #1600A7;
	text-decoration: none;
}
.top_category h1 a:hover {
	color: #D00000;
}
.top_category .caption {
	font-weight: bold;
	font-size: xx-large;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 40px;
	line-height: 120%;
	text-shadow: 1px 1px 4px #8A8A8A;
}

/*メインコンテンツ*/
.main_left {
	float: left;
	background-color: #FFFFFF;
	width: 73%;
	margin-right: 2%;
	margin-top: 0;
	padding-top: 0;
	border-left-width: 6px;
}

/*一般ページ*/
.main_left h2 {
	font-size: large;
	background-image: url(../images/common/bg_line_left_h2.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	width: 100%;
	clear: both;
	color: #006DD9;
	margin-top: 30px;
	border-bottom: 1px solid #00238C;
	text-indent: 30px;
}
.main_left h3 {
	font-size: medium;
	border-bottom: 1px solid #B2C5F5;
	margin-left: 3%;
	width: 97%;
	clear: both;
	padding-top: 20px;
	color: #0080FF;
	clear: both;
}
.main_left h4 {
	font-size: medium;
	border-bottom: 1px solid #B2C5F5;
	margin-left: 5%;
	width: 95%;
	clear: both;
	padding-top: 20px;
}
.main_left p {
	font-size: medium;
	margin-left: 4%;
	margin-right: 0%;
	width: 96%;
	line-height: 170%;
	margin-top: 4px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
}
.main_left dl {
	margin-left: 4%;
	margin-right: 1%;
}
.main_left dt {
	font-weight: bold;
	float: left;
	line-height: 140%;
}
.main_left dd {
	margin-left: 16%;	
	margin-bottom: 12px;
	line-height: 140%;
}

.main_left ul {
	margin-left: 10px;
	margin-bottom: 10px;
}
.main_left ul li {
	list-style-image: url(../images/common/li_icon.png);
	line-height: 140%;
	margin-bottom: 6px;
	margin-top: 0px;
}
.main_left ol {
	margin-left: 16px;
	margin-bottom: 10px;
}
.main_left ol li {
	line-height: 160%;
	margin-bottom: 6px;
}
.main_left .mainimg {
	float: left;
	-webkit-box-shadow: 2px 2px 8px;
	box-shadow: 2px 2px 8px;
	margin-bottom: 20px;
	max-width: 62%;
	margin-left: 0%;
	margin-right: 2%;
}
.main_left .mainimg_small {
	float: left;
	-webkit-box-shadow: 2px 2px 8px;
	box-shadow: 2px 2px 8px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	max-width: 40%;
}


.main_left .url {
	background-image: url(../images/common/icon_url.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-left: 10px;
	margin-top: 10px;
	background-position: 0% 40%;
}


.main_left .right_section {
	float: right;
	width: 48%;
}
.main_left .left_section {
	width: 50%;
	float: left;
}
.main_left .left_section img {
	width: 100%;
	-webkit-box-shadow: 2px 2px 4px #8F8F8F;
	box-shadow: 2px 2px 4px #8F8F8F;
}
.main_left .bottom_menu {
	border-top: 1px solid #838383;
	padding-top: 20px;
	padding-bottom: 10px;
}
.main_left .bottom_menu a {
	background-image: url(../images/common/bottom__menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0% 40%;
	padding-left: 20px;
	font-weight: bold;
}


/*asideカテゴリ*/
.aside_right {
	float: left;
	width: 25%;
	margin-top: 0px;
}
.aside_menubox {
	margin-top: 20px;
}
.aside_menubox img{
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 100%;
}

.aside_title {
	background-image: url(../images/common/bn_aside_title.png);
	color: #FFFFFF;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	border: 2px solid #011A67;
	line-height: 110%;
	padding-top: 6px;
	text-shadow: 2px 2px 4px #011A66;
}

.aside_daikomoku a {
	display: block;
	text-decoration: none;
	color: #001966;
	font-weight: bold;
	border-bottom: 1px solid #001966;
	width: 96%;
	background-image: url(../images/common/bg_darkblue.png);
	background-repeat: repeat-y;
	padding-left: 4%;
	margin-top: 30px;
}
.aside_daikomoku a:hover {
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
	background-image: url(../images/common/bg_red.png);
	background-repeat: repeat-y;
}
.aside_menu ul {
}
.aside_menu li {
	list-style-image: url(../images/common/icon_asidemenu.png);
	font-weight: bold;
}
.aside_menu li a {
	color: #0059B2;
	text-decoration: none;
}
.aside_menu li a:hover {
	color: #FF0004;	
}

.aside_bn {
	margin-top: 0px;
}
.aside_bn img {
	margin-left: 0%;
	margin-right: 0%;
}
.aside_bn_sitelock {
	margin-top: 0px;
	margin-left: 20%;
}
.aside_bn_sitelock img {
	width: auto;
}
/*フッター*/
.footer {
	background-image: url(../images/common/footer_bg.png);
}
.footer_upper {
	color: #00042A;
	margin-top: 20px;	
	padding-bottom: 0px;
}
.footer_upper ul {
	padding-left: 0px;
	
}
.footer_upper ul li {
	display: inline;	
}
.footer_upper ul li a {
	text-decoration: none;
	color: #006CD8;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/common/icon_asidemenu.png);
	background-repeat: no-repeat;
	background-position: 0% 40%;
	margin-left: 30px;
}
.footer_upper ul li a:hover {
	color: #FF0000;
	background-image: url(../images/common/icon_asidemenu_over.png);
}
.footer_mid {
	color: #FFFFFF;
	min-height: 60px;
	-webkit-box-shadow: 0 2px 6px #868686;
	box-shadow: 0 2px 6px #868686;
	font-weight: bold;
	padding-bottom: 10px;
}
.footer_mid_1 {
	font-size: large;
}
.footer_mid_1 img {
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: text-bottom;
}
.footer_mid_2 {
	display: inline;
}
.footer_mid_tel a {
	background-image: url(../images/common/tel_bn.png);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 30px;
	margin-left: 3%;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_mid_fax {
	background-image: url(../images/common/bn_fax.png);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 50px;
	margin-left: 3%;
	color: #FFFFFF;
}

.footer_bottom {
	font-size: small;
	color: #001040;
	font-weight: bold;
	background-color: #FFFFFF;
}
.shibaken a {
	color: #D3D3D3;
	float: right;
	text-decoration: none;
}
/*汎用*/
.kaigyo_kahen {
	display: inline;
}

/* ＋＋＋＋パソコン対応:end＋＋＋＋ */


/* ＋＋＋＋タブレット対応＋＋＋＋ */
@media screen and (min-width: 600px) and (max-width: 959px) {
.container {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
/*トップメニューのデフォルト幅確保*/
.top_margin {
	height: 240px;
	background-position: center center;
	background-size: 120% auto;
}
/*トップカテゴリ*/
.top_category {
	height: 84px;
}
.top_category h1 {	
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 2%;
	width: 98%;
}

.top_category .caption {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 2%;
	line-height: 120%;
}

/*メインコンテンツ*/
.main_left {
	padding-top: 20px;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	clear: both;
}
/*サブカテゴリ　トップページ*/

/*一般ページ*/

.main_left h3 {
	margin-left: 4%;
	width: 96%;
	clear: both;
}
.main_left p {
	margin-left: 5%;
	margin-right: 0%;
	width: 95%;
}
.main_left dt {
	float: left;
}
.main_left dd {
	margin-left: 20%;
}
.main_left .mainimg {
	max-width: 62%;
	margin-left: 0%;
	margin-right: 2%;
}
.main_left .mainimg_small {
	float: left;
	max-width: 50%;
}

/*asideカテゴリ*/
.aside_right {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 50px;
}

.aside_menubox {
	margin-top: 10px;
	float: none;
	clear: both;
}
.aside_menubox img{
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 30%;
	float: left;
}
.aside_title {
	margin-top: 0px;
	margin-bottom: 4px;
}
.aside_title img{
}
.aside_daikomoku a {
	margin-top: 20px;	
}
.aside_menu ul {
}
.aside_menu li {
	margin-left: 0%;
}
.aside_bn img {
	margin-left: 2%;
	margin-right: 0%;
	margin-top: 6px;
}
.aside_bn_sitelock {
	margin-left: 10%;
	padding-top: 20px;
}
.aside_bn_sitelock img {
	width: auto;
}
/*フッター*/
.footer_upper {
	border-top: 1px solid #939393;
}
.footer_upper ul li {
	display: block;	
}
.footer_upper_1 {
	float: left;
	width: 48%;
}
.footer_upper_2 {
	float: right;
	width: 48%;
}
.footer_mid_1 {
	font-size: large;
}
.footer_mid_2 {
	display: block;
	margin-left: 10%;
}
.footer_mid_tel a {
	display: block;
	margin-left: 10%;
}
.footer_mid_fax {
	display: block;
	margin-left: 12%;
}	
.footer_mid_time {
	display: block;
	margin-left: 12%;
}
.footer_bottom {
	padding-left: 3%;
}
.shibaken a {
	float: none;
	display: block;
}
/*汎用*/
.kaigyo_kahen {
	display: block;
}
/* ＋＋＋＋タブレット対応：end＋＋＋＋ */
}

/* ＋＋＋＋スマートフォン対応＋＋＋＋ */
@media screen and (max-width: 599px) {
.container {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
.sample {
	display: block;	
}
.pdf {
	padding-left: 10%;
	width: 92%;
}
/*トップメニューのデフォルト幅確保*/
.top_margin {
	height: 84px;
	background-position: center center;
	background-size: 250% auto;
}

/*トップカテゴリ*/
.top_category {
	width: 100%;
	height: 80px;
	margin-top: 10px;
}
.top_category h1 {
	padding-left: 2%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	width: 98%;
	float: none;
}

.top_category .caption {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 4%;
	padding-right: 2%;
	width: 94%;
	padding-top: 0px;
	padding-bottom: 8px;
	line-height: 140%;
	font-size: x-large;
}

/*メインコンテンツ*/

/*サブカテゴリ　トップページ*/

/*一般ページ*/
.main_left {
	padding-top: 10px;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	clear: both;
}
.main_left h3 {
	margin-left: 5%;
	width: 95%;
	clear: both;
}
.main_left p {
	margin-left: 6%;
	margin-right: 1%;
	width: 93%;
}
.main_left dt {
	display: block;
	float: none;
}
.main_left dd {
	display: block;
	margin-left: 5%;
}
.main_left .mainimg {
	clear: both;	
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}
.main_left .mainimg_small {
	clear: both;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
}
.main_left .mainimg_small {
	float: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	max-width: 100%;
	clear: both;
}

.main_left .right_section {
	float: none;
	width: 99%;
}
.main_left .left_section {
	width: 99%;
	float: none;
}

/*asideカテゴリ*/
.aside_right {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 50px;
	clear: both;
}

.aside_menubox {
	margin-top: 10px;
	float: none;
	clear: both;
}
.aside_menubox img{
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 46%;
	float: left;
}
.aside_title {
	margin-top: 0px;
	margin-bottom: 4px;
}
.aside_daikomoku a {
	margin-top: 20px;	
}
.aside_menu li {
	margin-left: 3%;
}
.aside_bn img {
	margin-left: 2%;
	margin-right: 0%;
	margin-top: 6px;
	width: 46%;
}
.aside_bn_sitelock {
	margin-left: 10%;
	padding-top: 20px;
}
.aside_bn_sitelock img {
	width: auto;
}
/*フッター*/
.footer_upper {
	border-top: 1px solid #939393;
}
.footer_upper ul li {
	display: block;	
}
.footer_upper_1 {
	float: left;
	width: 100%;
}
.footer_upper_2 {
	float: right;
	width: 100%;
}
.footer_mid_1 {
	font-size: large;
}
.footer_mid_1 {
	font-size: large;
	display: block;
}
.footer_mid_1 img {
	padding-left: 2%;
	padding-right: 1%;
	text-align: center;
}
.footer_mid_2 {
	display: block;
	margin-left: 4%;
}
.footer_mid_tel a {
	display: block;
	margin-left: 4%;
}
.footer_bottom {
	padding-left: 3%;
}
.shibaken a {
	float: none;
	display: block;
}
/*汎用*/
.kaigyo_kahen {
	display: block;
}
/*＋＋＋＋スマートフォン対応：end＋＋＋＋*/
}
