﻿@charset "utf-8";

/*---------------------------------*/
/* 共通設定 */
/*---------------------------------*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: "メイリオ","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	list-style-type: none;
	font-size: 100%;
	font-style: normal;
	/*zoom: 1;*//*IEトラブル検証用*/
	-webkit-text-size-adjust:none;/*iPhoneの文字サイズ自動調整OFF*/
}

img {
	border: none;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.b {
	font-weight: bold;
}

.red {
	color: #C00;
}

.a_right {
	text-align: right;
}

.f12 {
	font-size: 12px;
}
.f10 {
	font-size: 10px;
}


.lh_18 {
	line-height: 1.8;
}


/* クリアフィックス */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}



/*---------------------------------*/
/* ボックス設定 */
/*---------------------------------*/

body {
	font-size: small;
	text-align: center;
	color: #4d4d4d;
	-webkit-text-size-adjust:none;/*iPhoneの文字サイズ自動調整OFF*/
}

div#wrapper {
	text-align: left;
}

#wrapper_web {
	text-align: center;
	margin-top:50px;
	margin-bottom:50px;	
}

div.contents {
	width: 960px;
	margin: 0 auto;
}


/*---------------------------------*/
/* ヘッダ */
/*---------------------------------*/
div#header {
	height: 117px;
	background: url(../images/common/bg_common_01.jpg) repeat-x;
	margin-bottom: 20px;
}

div#header div#header_inner {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	position: relative
}

div#header div#header_inner h1 {
	margin-top: 23px;
	float: left;
}


/*---------------------------------*/
/* サブナビゲーション */
/*---------------------------------*/
ul#sub_nav {
	position: absolute;
	top: 35px;
	right: 0px;
}

ul#sub_nav li {
	float: left;
	display: inline;
	margin-left: 10px;
	height: 21px;
}

ul#sub_nav li#sub_nav_01 {
	width: 171px;	
}

ul#sub_nav li#sub_nav_02 {
	width: 120px;
}

ul#sub_nav li#sub_nav_03 {
	width: 46px;
}

ul#sub_nav li#sub_nav_04 {
	width: 88px;
}




ul#sub_nav li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 9px;
	background: url(../images/common/subnav_sprite.gif);
	text-indent: -9999px;
}

ul#sub_nav li#sub_nav_01 a {
	background-position: 0px 0px;
}

ul#sub_nav li#sub_nav_02 a {
	background-position: -182px 0px;
}

ul#sub_nav li#sub_nav_03 a {
	background-position: -313px 0px;
}

ul#sub_nav li#sub_nav_04 a {
	background-position: -371px 0px;
}

ul#sub_nav li#sub_nav_01 a:hover {
	background-position: 0px -21px;
}

ul#sub_nav li#sub_nav_02 a:hover {
	background-position: -182px -21px;
}

ul#sub_nav li#sub_nav_03 a:hover {
	background-position: -313px -21px;
}

ul#sub_nav li#sub_nav_04 a:hover {
	background-position: -371px -21px;
}


/*---------------------------------*/
/* グローバルナビゲーション */
/*---------------------------------*/
ul.nav {
	position: absolute;
	top: 57px;
	right: 0px;
}

ul.nav li {
	float: left;
	display: inline;
	height: 28px;
	margin-left: 10px;
}

ul.nav li#nav_01 {
	width: 142px;
}
ul.nav li#nav_02 {
	width: 90px;
}
ul.nav li#nav_03 {
	width: 90px;
}
ul.nav li#nav_04 {
	width: 90px;
}
ul.nav li#nav_05 {
	width: 113px;
}


ul.nav li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 9px;
	background: url(../images/common/nav_sprite.gif);
	text-indent: -9999px;
}

ul.nav li#nav_01 a {
	background-position: 0px 0;
}

ul.nav li#nav_02 a {
	background-position: -142px 0;
}

ul.nav li#nav_03 a {
	background-position: -232px 0;
}

ul.nav li#nav_04 a {
	background-position: -322px 0;
}

ul.nav li#nav_05 a {
	background-position: -412px 0;
}

ul.nav li#nav_01 a:hover,
body.internship div#header div#header_inner ul.nav li#nav_01 a {
	background-position: 0px -28px;
}

ul.nav li#nav_02 a:hover,
body.internship div#header div#header_inner ul.nav li#nav_02 a {
	background-position: -142px -28px;
}

ul.nav li#nav_03 a:hover,
body.internship div#header div#header_inner ul.nav li#nav_03 a {
	background-position: -232px -28px;
}

ul.nav li#nav_04 a:hover,
body.internship div#header div#header_inner ul.nav li#nav_04 a {
	background-position: -322px -28px;
}

ul.nav li#nav_05 a:hover,
body.internship div#header div#header_inner ul.nav li#nav_05 a {
	background-position: -412px -28px;
}


/*---------------------------------*/
/* ローカルナビ共通部分 */
/*---------------------------------*/
div.local_nav {
	background: url(../images/common/bg_common_06.gif) bottom repeat-x;
	margin-bottom: 15px;
}

div.local_nav ul {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

div.local_nav ul li {
	float: left;
	display: inline;
	border: 1px solid transparent;
	margin-right: 15px; 
}

div.local_nav ul li a {
	display: block;
	height: 13px;
	padding: 8px;
	font-size: 9px;
	text-indent: -9999px;
}

div.local_nav ul li:hover {
	border: 1px solid #9c9c9c;
	border-bottom: 1px solid #fff;
}

/*---------------------------------*/
/* コンテンツ */
/*---------------------------------*/
p#bread_crumb {
	font-size: 11px;
	margin-bottom: 20px;
}

div#main_visual {
	width: 940px;
	height: 307px;
	padding: 10px;
	background: url(../images/common/bg_common_05.gif) no-repeat;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #9B9B9B;
}

div#main_visual_plain {/*枠なしのメインビジュアル*/
	margin-bottom: 30px;
}

div#main_visual_half {/*半分サイズのメインビジュアル*/
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #9B9B9B;
}

div#main_visual_half div#page_head_text {
	width: 440px;
	float: left;
}

div#main_visual_half div#page_head_text h2 {
	margin-bottom: 20px;
}

div#main_visual_half div#page_head_text h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

div#main_visual_half div.page_head_text_center {
	padding-top: 100px;
}

div#main_visual_half div.page_head_text_center p {
	font-size: 18px;
}

div#main_visual_half p.half_img {
	width: 460px;
	height: 307px;
	padding: 10px;
	background: url(../images/common/bg_common_07.jpg) no-repeat;
	float: right;
}

.plain_ttl {/*文字のみのページタイトル*/
	padding-bottom: 5px;
	border-bottom: 1px solid #9b9b9b;
	margin-bottom: 35px;
}

.plain_ttl_s {
	margin-bottom: 30px;
}



/*カテゴリインデックスページのメニューボタン*/
ul.menu_btn {
	 width: 980px;
	 margin-right: -20px;
	 overflow: hidden;
	 _zoom: 1;
	 margin-bottom: 50px;
}
 
ul.menu_btn li {	
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

ul.menu_btn li a {
	display: block;
	width: 223px;
	height: 148px;	
	border: 1px solid #9b9b9b;
}

ul.menu_btn li#btn_long a {
	width: 958px;
	height: 148px;	
}

ul.menu_btn li a:hover {
	border: 1px solid #000;
}


ul.guidemenu_btn {
	 width: 980px;
	 margin-right: -20px;
	 overflow: hidden;
	 _zoom: 1;
	 margin-bottom: 50px;
}
 
ul.guidemenu_btn li {	
	float: left;
	margin-right: 17px;
	margin-bottom: 20px;
}

ul.guidemenu_btn li a {
	display: block;
	width: 306px;
	height: 150px;	
	border: 1px solid #9b9b9b;
}

ul.guidemenu_btn li#btn_long a {
	width: 468px;
	height: 150px;	
}

ul.guidemenu_btn li a:hover {
	border: 1px solid #000;
}

/*突き抜けるタイトル*/
.over_ttl {
	padding: 43px 0px;
	background: url(../images/common/bg_common_02.jpg) repeat;
	margin-bottom: 30px;
}

.over_ttl span {
	display: block;
	width: 960px;
	margin: 0px auto;
}

.over_ttl div {
	width: 920px;
	margin: 0px auto;
}

/*3カラム構成リスト*/
ul.three_column_list {
	 width: 1005px;
	 margin-right: -45px;
	 overflow: hidden;
	 _zoom: 1;
}
 
ul.three_column_list li {
	width: 290px;
	float: left;
	margin-right: 45px;
}

/*3カラム構成リスト2*/
ul.three_column_list_2 {
	 width: 990x;
	 margin-right: -30px;
	 overflow: hidden;
	 _zoom: 1;
}
 
ul.three_column_list_2 li {
	width: 300px;
	float: left;
	margin-right: 30px;
}

/*2カラム構成リスト*/
ul.two_column_list {
	 width: 1000px;
	 margin-right: -40px;
	 overflow: hidden;
	 _zoom: 1;
}
 
ul.two_column_list li {
	width: 460px;
	float: left;
	margin-right: 40px;
}

/*2カラム構成コンテンツ*/
div.two_column_section {
}

div.half_section_left {
	width: 460px;
	float: left;
}

div.half_section_right {
	width: 460px;
	float: right;
}

.p_last {
	margin-bottom: 40px;
}

.paragraph {
	margin-bottom: 1em;
}

/*テーブル*/
table.base_table {
	border: 1px solid #9b9b9b;
	width: 100%;
	margin-bottom: 50px;
}

table.base_table tr td,
table.base_table tr th {
	border-bottom: 1px dotted #9b9b9b;
	padding: 5px 10px;
}

table.base_table tr th {
	background: #e3e3e3;
	border-right: 1px solid #9b9b9b;
	white-space: nowrap;
}


/*--追加20170626ココから------------------------------*/
table.base_table tr th.kai {
	background: #e3e3e3;
	border-right: 1px solid #9b9b9b;
	white-space: nowrap;
	text-align: center;
}
.p_gaiyou {
	margin-top: 15px;
	margin-bottom: 8px;
}
/*--追加20170626ココ⋯まで-----------------------------*/


/*---------------------------------*/
/* フッタ */
/*---------------------------------*/
#footer {
	width: 960px;
	margin: 50px auto 0px auto;
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #9b9b9b;
	clear: both;
}

/*サイトマップ*/
ul#footer_site_map {
	 margin-bottom: 30px;
	 background: url(../images/common/bg_common_03.gif) repeat-y;
}
 
ul#footer_site_map > li {
	padding-left: 20px;
	width: 220px;
	float: left;
	display: inline;
}

ul#footer_site_map li h2 {
	height: 14px;
	margin-bottom: 10px;
}

ul#footer_site_map li h2#category_01 {
	width: 112px;
}

ul#footer_site_map li h2#category_02 {
	width: 55px;
}

ul#footer_site_map li h2#category_03 {
	width: 56px;
}

ul#footer_site_map li h2#category_04 {
	width: 56px;
}

ul#footer_site_map li h2 a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
}

ul#footer_site_map li h2#category_01 a {
	background: url(../images/common/img_common_02_off.gif);
}

ul#footer_site_map li h2#category_02 a {
	background: url(../images/common/img_common_03_off.gif);
}

ul#footer_site_map li h2#category_03 a {
	background: url(../images/common/img_common_04_off.gif);
}

ul#footer_site_map li h2#category_04 a {
	background: url(../images/common/img_common_05_off.gif);
}

ul#footer_site_map li h2#category_01 a:hover {
	background: url(../images/common/img_common_02_on.gif);
}

ul#footer_site_map li h2#category_02 a:hover {
	background: url(../images/common/img_common_03_on.gif);
}

ul#footer_site_map li h2#category_03 a:hover {
	background: url(../images/common/img_common_04_on.gif);
}

ul#footer_site_map li h2#category_04 a:hover {
	background: url(../images/common/img_common_05_on.gif);
}

ul#footer_site_map li ul li {
	list-style: disc inside;
	font-size: 12px;
}

ul#footer_site_map li ul li a {
	color: #4d4d4d;
	text-decoration: none;
}

ul#footer_site_map li ul li a:hover {
	color: #000;
	font-weight: bold;
}

/*最下部*/
div#footer_lowermost {
	border-top: 1px solid #9b9b9b;
	padding: 20px 0px;
}

div#footer_lowermost p {
	font-size: 11px;
}

div#footer_lowermost p#footer_left {
	float: left;
}

div#footer_lowermost div#footer_right {
	float: right;
}

div#footer_lowermost div#footer_right p {
	float: right;
	text-align: right;
	margin-left: 10px;
}

div#footer_lowermost div#footer_right p a {
	color: #4d4d4d;
	text-decoration: none;
}

div#footer_lowermost div#footer_right p a:hover {
	color: #000;
	font-weight: bold;
}