﻿@charset "utf-8";

/*---------------------------------------------
	Browser reset css
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}


/* ------ Body ------ */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* ------ Anchor ------ */

a {
	outline: none;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



/* ==================================================  
	+1: Leyout Pattern Set
================================================== */
.boxSet {
	clear: both;
	float: none;
}
/* clearFix
================================================== */
.clearFix:after { content: "."; clear: both; height: 0; visibility: hidden; display: block; }

.clearFix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearFix { zoom:1; height: 1%; }

.clearFix { display: block; }/* End hide from IE-mac */


/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

p {
	font-size: 76%;
}

.img {
	text-align: center;
}

.text-center {
	text-align: center;
}

body {
	background-color: #ededed;
}

#container {
	position: relative;			/* 親要素をposition:relativeとする */
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}


/* ------ Font ------ */

/* 各ブラウザに対応したWebフォントを指定 */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------ Column ------ */

.row {
	max-width: 960px;
	margin: 0 auto;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}

/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 3.2258064515%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 3.2258064515%;
}

/* 各カラムの幅を％で設定 */
.one-second {width: 48.3870967741%;}
.one-third {width: 31.1827956988%;}
.two-third {width: 100%;}

/* マージン設定 */
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}


/* ------ Header ------ */

header {
	width: 100%;
	background-color: #ededed;
	padding-top: 70px;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

header .row {
	position: relative;
}
header .row:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	margin-left: 35px;
/* ヘッダーのロゴ上の三角形 */
/*	border-top: solid 10px #07162D;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;*/
}

header h1 {
	/*width: 250px;
	height: 50px;
	margin-top: 20px;
	margin-left: 20px;*/
	display: none;
}


/* ------ Global Navi ------ */

/* デスクトップ／タブレット用表示では、右寄せで配置 */
#gnav {
	float: right;
	width: 100%;
	margin-top: 0px;
}
/* ナビゲーションの各項目は、横並びに配置 */
#gnav li {
	float: left;
	width: 25%;
}

#gnav a {
	display: block;
	position: relative;
	z-index: 2000;
	height: 35px;
	padding-top: 25px;
	font-size: 85%;
	text-decoration: none;
	color: #777;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
}
#gnav a .sp {
	display: none;
}




/* 疑似要素にアイコンフォントを指定 */
#gnav a:before {
	display: block;
	position: absolute;
	width: 100%;
	top: 15px;
	text-align: center;
	font-family: 'icomoon';
 	font-size: 22px;
	color: #999;
}
/* 疑似要素にborderを使ったアンダーラインを記述 */
#gnav a:after {
	content: "";
	position: absolute;
	width: 100%;
}
/* ナビゲーションの色をグラデーションにする */
#gnav01 a:link,
#gnav01 a:visited {
	background-color: #FFF;
	/*background-color: #FFF;
	background: -moz-linear-gradient(top, #FFF, #f2f2f2);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f2f2f2));
	background: -webkit-linear-gradient(top, #FFF, #f2f2f2);
	background: linear-gradient(to bottom, #FFF, #f2f2f2);*/
}
/* マウスオーバー時にグラデーションの色を変更 */
#gnav01 a:hover,
#gnav01 a:active,
#gnav01 a.current {
	background-color: #f5f5f5;
/*	background: -moz-linear-gradient(top, #450000, #730000);
	background: -webkit-gradient(linear, left top, left bottom, from(#450000), to(#730000));
	background: -webkit-linear-gradient(top, #450000, #730000);
	background: linear-gradient(to bottom, #450000, #730000);*/
}
/* マウスオーバー時にborderを使ったアンダーラインを表示 */
#gnav01 a:link:after,
#gnav01 a:visited:after {
	display: none;
}
#gnav01 a:hover:after,
#gnav01 a:active:after {
	display: block;
	top: 95%;
	border-top: solid 3px #720000;
}
/* ナビゲーションの色をグラデーションにする */
#gnav02 a:link,
#gnav02 a:visited {
	background-color: #FFF;
	/*background-color: #a5cb6b;
	background: -moz-linear-gradient(top, #bcc046, #8baf52);
	background: -webkit-gradient(linear, left top, left bottom, from(#bcc046), to(#8baf52));
	background: -webkit-linear-gradient(top, #bcc046, #8baf52);
	background: linear-gradient(to bottom, #bcc046, #8baf52);*/
}
/* マウスオーバー時にグラデーションの色を変更 */
#gnav02 a:hover,
#gnav02 a:active,
#gnav02 a.current {
	background-color: #f5f5f5;
/*	background: -moz-linear-gradient(top, #07162d, #9bbf63);
	background: -webkit-gradient(linear, left top, left bottom, from(#07162d), to(#9bbf63));
	background: -webkit-linear-gradient(top, #07162d, #9bbf63);
	background: linear-gradient(to bottom, #07162d, #9bbf63);*/
}
/* マウスオーバー時にborderを使ったアンダーラインを表示 */
#gnav02 a:link:after,
#gnav02 a:visited:after {
	display: none;
}
#gnav02 a:hover:after,
#gnav02 a:active:after {
	display: block;
	top: 95%;
	border-top: solid 3px #720000;
}
/* ナビゲーションの色をグラデーションにする */
#gnav03 a:link,
#gnav03 a:visited {
	background-color: #FFF;
	/*background-color: #f0b23a;
	background: -moz-linear-gradient(top, #e6cb33, #d89b25);
	background: -webkit-gradient(linear, left top, left bottom, from(#e6cb33), to(#d89b25));
	background: -webkit-linear-gradient(top, #e6cb33, #d89b25);
	background: linear-gradient(to bottom, #e6cb33, #d89b25);*/
}
/* マウスオーバー時にグラデーションの色を変更 */
#gnav03 a:hover,
#gnav03 a:active,
#gnav03 a.current {
	background-color: #f5f5f5;
/*	background: -moz-linear-gradient(top, #07162d, #e7ab36);
	background: -webkit-gradient(linear, left top, left bottom, from(#07162d), to(#e7ab36));
	background: -webkit-linear-gradient(top, #07162d, #e7ab36);
	background: linear-gradient(to bottom, #07162d, #e7ab36);*/
}
/* マウスオーバー時にborderを使ったアンダーラインを表示 */
#gnav03 a:link:after,
#gnav01 a:visited:after {
	display: none;
}
#gnav03 a:hover:after,
#gnav03 a:active:after {
	display: block;
	top: 95%;
	border-top: solid 3px #720000;
}
/* ナビゲーションの色をグラデーションにする */
#gnav04 a:link,
#gnav04 a:visited {
	background-color: #FFF;
	/*background-color: #f48b49;
	background: -moz-linear-gradient(top, #e59e39, #d97537);
	background: -webkit-gradient(linear, left top, left bottom, from(#e59e39), to(#d97537));
	background: -webkit-linear-gradient(top, #e59e39, #d97537);
	background: linear-gradient(to bottom, #e59e39, #d97537);*/
}
/* マウスオーバー時にグラデーションの色を変更 */
#gnav04 a:hover,
#gnav04 a:active,
#gnav04 a.current {
	background-color: #f5f5f5;
/*	background: -moz-linear-gradient(top, #07162d, #e98546);
	background: -webkit-gradient(linear, left top, left bottom, from(#07162d), to(#e98546));
	background: -webkit-linear-gradient(top, #07162d, #e98546);
	background: linear-gradient(to bottom, #07162d, #e98546);*/
}
/* マウスオーバー時にborderを使ったアンダーラインを表示 */
#gnav04 a:link:after,
#gnav04 a:visited:after {
	display: none;
}
#gnav04 a:hover:after,
#gnav04 a:active:after {
	display: block;
	top: 95%;
	border-top: solid 3px #720000;
}
/* ナビゲーションの色をグラデーションにする */
#gnav05 a:link,
#gnav05 a:visited {
	background-color: #FFF;
	/*background-color: #e46ba2;
	background: -moz-linear-gradient(top, #d579bc, #cc538a);
	background: -webkit-gradient(linear, left top, left bottom, from(#d579bc), to(#cc538a));
	background: -webkit-linear-gradient(top, #d579bc, #cc538a);
	background: linear-gradient(to bottom, #d579bc, #cc538a);*/
}
/* マウスオーバー時にグラデーションの色を変更 */
#gnav05 a:hover,
#gnav05 a:active,
#gnav05 a.current {
	background-color: #f5f5f5;
/*	background: -moz-linear-gradient(top, #07162d, #d96499);
	background: -webkit-gradient(linear, left top, left bottom, from(#07162d), to(#d96499));
	background: -webkit-linear-gradient(top, #07162d, #d96499);
	background: linear-gradient(to bottom, #07162d, #d96499);*/
}
/* マウスオーバー時にborderを使ったアンダーラインを表示 */
#gnav05 a:link:after,
#gnav05 a:visited:after {
	display: none;
}
#gnav05 a:hover:after,
#gnav05 a:active:after {
	display: block;
	top: 95%;
	border-top: solid 3px #720000;
}

/* ナビゲーションの色をグラデーションにする */
#gnav06 a:link,
#gnav06 a:visited {
	background-color: #FFF;
	/*background-color: #e46ba2;
	background: -moz-linear-gradient(top, #d579bc, #cc538a);
	background: -webkit-gradient(linear, left top, left bottom, from(#d579bc), to(#cc538a));
	background: -webkit-linear-gradient(top, #d579bc, #cc538a);
	background: linear-gradient(to bottom, #d579bc, #cc538a);*/
}
/* マウスオーバー時にグラデーションの色を変更 */
#gnav06 a:hover,
#gnav06 a:active,
#gnav06 a.current {
	background-color: #f5f5f5;
/*	background: -moz-linear-gradient(top, #07162d, #d96499);
	background: -webkit-gradient(linear, left top, left bottom, from(#07162d), to(#d96499));
	background: -webkit-linear-gradient(top, #07162d, #d96499);
	background: linear-gradient(to bottom, #07162d, #d96499);*/
}
/* マウスオーバー時にborderを使ったアンダーラインを表示 */
#gnav06 a:link:after,
#gnav06 a:visited:after {
	display: none;
}
#gnav06 a:hover:after,
#gnav06 a:active:after {
	display: block;
	top: 95%;
	border-top: solid 3px #720000;
}


#gnav01 a:hover,
#gnav02 a:hover,
#gnav03 a:hover,
#gnav04 a:hover,
#gnav05 a:hover,
#gnav06 a:hover,
#gnav01 a:active,
#gnav02 a:active,
#gnav03 a:active,
#gnav04 a:active,
#gnav05 a:active,
#gnav06 a:active,
#gnav01 a.current,
#gnav02 a.current,
#gnav03 a.current,
#gnav04 a.current,
#gnav05 a.current,
#gnav06 a.current {
	color: #777;
}
#gnav01 a:hover:before,
#gnav02 a:hover:before,
#gnav03 a:hover:before,
#gnav04 a:hover:before,
#gnav05 a:hover:before,
#gnav06 a:hover:before,
#gnav01 a:active:before,
#gnav02 a:active:before,
#gnav03 a:active:before,
#gnav04 a:active:before,
#gnav05 a:active:before,
#gnav06 a:active:before,
#gnav01 a.current:before,
#gnav02 a.current:before,
#gnav03 a.current:before,
#gnav04 a.current:before,
#gnav05 a.current:before,
#gnav06 a.current:before {
	color: #777;
}


/* ------ Mainvisual ------ */

#mainvisual,
#subvisual {
	width: 100%;
	background-color: #64aed9;
	background: -moz-linear-gradient(top, #64aed9, #FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#64aed9), to(#FFF));
	background: -webkit-linear-gradient(top, #64aed9, #FFF);
	background: linear-gradient(to bottom, #64aed9, #FFF);
}
#provisual {
	width: 100%;
}

#mainvisual ul,
#subvisual ul,
#provisual ul {
	position: relative;
}

#mainvisual ul li,
#subvisual ul li,
#provisual ul li {
	display: none;
	position: absolute;			/* 背面の画像にはposition: absoluteを指定 */
	z-index: 1;				/* 背面の画像のz-indexを1に指定 */
	width: 100%;
	top: 0;					/* 背面の画像をtop: 0に移動し、画像を重ねる */
	box-shadow:inset 0 0 50px rgba(0,0,0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.3);
}
#provisual ul li {				/* 背面の画像をtop: 0に移動し、画像を重ねる */
	box-shadow: none;
}
#mainvisual ul li:first-child,
#subvisual ul li:first-child {
	display: block;
	position: relative;			/* 前面の画像にはposition: relativeを指定 */
	z-index: 1000;				/* 前面の画像のz-indexを1000に指定 */
}
#provisual ul li:first-child {
	display: block;
	position: relative;			/* 前面の画像にはposition: relativeを指定 */
	z-index:auto;				/* 前面の画像のz-indexを1000に指定 */
}

#mainvisual-button {
	width: 100%;
	padding: 25px 0 20px;
	background-color: #fff;
}

#mainvisual-button ul {
	text-align: center;
	line-height: 10px;

}

#mainvisual-button li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	overflow: hidden;
	vertical-align: top;
}

#mainvisual-button li a {
	display: block;
	width: 10px;
	height: 20px;
}

#mainvisual-button li a:link,
#mainvisual-button li a:visited{
	margin-top: 0;
}

#mainvisual-button li a:hover,
#mainvisual-button li a:active,
#mainvisual-button li a.current {
	margin-top: -10px;
}


/* ------ Article ------ */

article {
	background-color: #FFF;
	background: -moz-linear-gradient(top, #FFF, #f4f4f4);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));
	background: -webkit-linear-gradient(top, #FFF, #f4f4f4);
	background: linear-gradient(to bottom, #FFF, #f4f4f4);
	padding-bottom: 50px;
}


/* ------ パンくず ------ */
.pankuzu {
	padding-top: 20px;
	padding-left: 10px;
}


/* ------ Index ------ */

#index {
	padding-bottom: 20px;
}
@media screen and (min-width: 640px) {
	/*#index {
		background: url(../images/gb_sdw.png) no-repeat bottom center;
	}*/
}

#index section a {
	display: block;
	position: relative;
	padding: 10px 0 30px;
	text-decoration: none;
}
#index section a:link,
#index section a:visited {
	background-color: transparent;
}
#index section a:hover,
#index section a:active {
	background-color: #f5f5f5;
}

#index .img {
	margin-bottom: 10px;
}

#index h2,
#index h3 {
	margin-bottom: 3px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}
#index section a:link h2:after,
#index section a:visited h2:after {
	margin-left: 5px;
}
#index section a:hover h2:after,
#index section a:active h2:after {
	margin-left: 8px;
}

#index p {
	color: #666;
	text-align: center;
}


/* ------ News ------ */

#news {
	margin-top: 20px;
	/*border-bottom: solid 1px #eee;*/
}
#news2 {
	margin-top: 0px;
	margin-bottom: 0px;
	/*border-bottom: solid 1px #eee;*/
}

#news h3.title {
	color: #730000;
	font-size: 100%;
	margin-bottom: 10px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
#news2 h3.title {
	color: #730000;
	font-size: 100%;
	margin-bottom: 0px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	padding-top: 20px;
}
#news2 h3.title2 {
	color: #730000;
	font-size: 100%;
	margin-bottom: 0px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	padding-top: 20px;
	margin-top: 20px;
	border-top: solid 1px #999;
}
#news h3.title3 {
	color: #FFFFFF;
	font-size: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	background-color: #730000;
	line-height: 30px;
}
#news h4.title {
	color: #730000;
	font-size: 100%;
	margin-bottom: 0px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
#news2 h4.title,
.row h4.title2 {
	color: #FFFFFF;
	font-size: 85%;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	background-color: #730000;
}
.row h4.title2 {
	margin-bottom: 10px;
}
.row h5.title2 {
	margin-left: 120px;
	color: #730000;
	font-size: 90%;
	margin-bottom: 0px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

#news h3.accessTitle {
	color: #07162D;
	font-size: 100%;
	font-weight: bold;
}
#news p.accessComment {
	color: #666;
	font-size: 90%;
	margin-bottom: 20px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
}
#news p.comment {
	color: #555;
	font-size: 90%;
	margin-bottom: 20px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
#news p.comment2 {
	color: #666;
	font-size: 90%;
	margin-bottom: 20px;
	line-height: 30px;
	padding: 0 20px;
}
#news p.commentRight {
	color: #555;
	font-size: 90%;
	margin-bottom: 30px;
	text-align: right;
	padding-right: 10px;
}
#news p.photo {
	margin-bottom: 20px;
	text-align: center;
}
#news h2 {
	display: block;
	position: relative;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
	background-color: #333;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 25px;
	text-shadow:1px 1px 2px #333;
	box-shadow:inset 0 0 50px rgba(0,0,0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.3);
}
#news h2:before,
#news h2:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: -15px;
	bottom: -15px;
	background: transparent;
	border-color: transparent  transparent transparent #333;
	border-style:solid;
	border-width:15px;
}
#news h2:after {
	left: -15px;
	bottom: -15px;
	right:auto;
	border-color: transparent #333 transparent transparent;
	}

/*#news dl a {
	position: relative;
	display: block;
	padding: 15px 20px 15px 0;
	text-decoration: none;
	border-top: solid 1px #eee;
}
#news dl a:first-child {
	border-top: none;
}
#news dl a:link,
#news dl a:visited {
	background-color: transparent;
}
#news dl a:hover,
#news dl a:active {
	background-color: #f5f5f5;
}
#news dl a:after {
	content: "\23";
	font-family: 'icomoon';
	font-size: 11px;
	display: block;
	position: absolute;
	width: 10px;
	line-height: 10px;
	top: 50%;
	margin-top: -5px;
	transition-duration: 0.3s;
}
#news dl a:link:after,
#news dl a:visited:after {
	right: 6px;
}
#news dl a:hover:after,
#news dl a:active:after {
	right: 3px;
}*/


#news dt {
	margin-top: 10px;
	margin-bottom: 3px;
	color: #333;
	font-size: 85%;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	border-top: solid 1px #eee;
}

#news dd {
	color: #333;
	display: block;
	font-size: 85%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#news dd.left50 {
	padding-left: 50px;
	background-color: #f6f6f6;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
}
#news dd.left50:nth-child(2n) {
	background-color: #FFF;
}
#news dd.left50:last-child {
	border-bottom: solid 1px #999;
}
#news li {
	list-style-type: square;
}
#news li.katakana {
	list-style-type: katakana;
}
#news li.decimal {
	list-style-type: decimal;
}
#news li.upper-alpha {
	list-style-type: upper-alpha;
}
#news .history {
	position: relative;
	display: block;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#news2 .history {
	position: relative;
	display: block;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#news .history dt  {
	margin-top: 10px;
	margin-bottom: 3px;
	padding-top: 10px;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	border-top: solid 1px #eee;
}
#news2 .history dt  {
	margin-top: 10px;
	margin-bottom: 3px;
	padding-top: 10px;
	color: #333;
	font-size: 76%;
	font-weight: bold;
	border-top: solid 1px #eee;
}
#news dt:first-child {
	border-top: none;
}
#news2 dt:first-child {
	border-top: none;
}

#news .history dd  {
	color: #555;
	font-size: 76%;
}
#news2 .history dd  {
	color: #555;
	font-size: 76%;
}
/*#news .history dd:last-child {
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
}*/
#news section .tableDesign01 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 90%;
}
#news section .tableDesign01 td {
	background-color: #FFF;
	border: 1px solid #ccc;
}
#news section iframe.map {
	width: 100%;
	height: 400px;
	border: none;
}
#news section iframe {
	width: 100%;
	border: none;
}

#news2 .mcnImg,
.row .mcnImg {
	float: left;
	margin: 0;
}
.row .mcnImg {
	margin-left: 10px;
}
#news2 h3.machine {
	margin-left: 100px;
	font-weight: bold;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: 110%;
}
#news2 p.mcnComment {
	margin-left: 100px;
	color: #555;
	padding: 10px;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}
p.proComment {
	color: #555;
	padding: 10px;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	font-size: 76%;
}
p.proComment130 {
	margin-left: 130px;
	color: #555;
	margin-top: 5px;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	font-size: 76%;
	border-top: solid 1px #ccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*株式会社松岡総合事務所_概要ここから*/
.gaiyo dd {
	line-height: 2;
}/*株式会社松岡総合事務所_概要ここまで*/


/*株式会社松岡総合事務所_事業内容ここから*/
#message {
	text-align: center;
	line-height: 2;
	font-weight: bold;
}
#zigyo ol {
	padding: 0;
}
#zigyo ol li {
	list-style-type: decimal;
}/*株式会社松岡総合事務所_事業内容ここまで*/


/*株式会社松岡総合事務所_代表者スタッフここから*/
#daihyo p.name {
	padding-left: 15px;
	font-size: 18px;
	line-height: 2;
	color: #000000;
	
}
#daihyo p.career {
	padding-left: 15px;
	font-size: 90%;
	color: #000000;
}
#daihyo ul {
	padding-left: 30px;
	font-size: 90%;
	
}
#daihyo ul li {
	list-style-type: disc;
	line-height: 1.8;
}
#daihyo h4.title {
	margin: 10px 15px;
}
#staff {
	padding: 20px 0;
	border-bottom: solid 1px #999;
}
#staff dl dt {
	padding-left: 15px;
	font-size: 100%;
	color: #000000;
}
#staff dl dd {
	padding-left: 30px;
	font-size: 90%;
}

/*株式会社松岡総合事務所_代表者スタッフここまで*/


/*関連企業_追加ここから*/
#associated_company {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
}
#associated_company p {
	color: #333;
	font-size: 85%;
	font-weight: bold;
}
#associated_company a {
	display: block;
	text-decoration: none;
	margin-left: 20px;
}
#associated_company a.btn {
	letter-spacing: 0.08em;
	font-size: 85%;
	color: #ffffff;
	background-color: #9e3d3f;
	border-bottom: 5px solid #6c2c2f;
	padding: 5px 20px;
	border-radius: 6px;
}
#associated_company a.btn:hover {
	margin-top: 3px;
	border-bottom: 2px solid #6c2c2f;
}
#associated_company a.btn:active {
	margin-top: 3px;
	border-bottom: 2px solid #6c2c2f;
	background-color: #a22041;
}
/*関連企業_追加ここまで*/








/* ------ Sidebar ------ */

#sidebar {
	margin-top: 20px;
	border-bottom: solid 1px #eee;
}

#sidebar section {
	border-top: solid 1px #eee;
}

section .sideInfo {
	margin-top: 20px;
	padding-bottom: 20px;
}
#sidebar h2 {
	margin-left: 70px;
	font-size: 90%;
	font-weight: bold;
	color: #000;
}
#sidebar h2.name {
	margin-left: 20px;
	font-size: 90%;
	color: #666;
	font-weight: normal;
}

#sidebar section a {
	display: block;
	position: relative;			/* ボックス全体にposition:relativeを指定 */
	padding: 15px 20px 15px 0;
	text-decoration: none;
	overflow: hidden;
}
/* :after疑似要素にリンクアイコンを設定 */
#sidebar section a:after {
	content: "\23";
	font-family: 'icomoon';			/* リンクアイコンをWebフォントとして指定 */
	font-size: 11px;
	display: block;
	position: absolute;			/* position:absoluteでボックスの右側にリンクアイコンを配置 */
	width: 10px;
	line-height: 10px;
	top: 50%;				/* リンクアイコンを上下中央に配置 */
	margin-top: -5px;
	transition-duration: 0.3s;		/* リンクアイコンをアニメーション動作させる（FireFoxのみ） */
}
#sidebar section a:link,
#sidebar section a:visited {
	background-color: transparent;
}
#sidebar section a:hover,
#sidebar section a:active {
	background-color: #f5f5f5;
}
#sidebar section a:link:after,
#sidebar section a:visited:after {
	right: 6px;				/* リンクアイコンを右端から6pxに配置*/
}
#sidebar section a:hover:after,
#sidebar section a:active:after {
	right: 3px;				/* マウスオーバー時にリンクアイコンの位置をずらす */
}

#sidebar p {
	margin-left: 70px;
	color: #666;
}
#sidebar p.infoAddress,
#sidebar p.infoHours {
	margin-left: 20px;
}

#sidebar .img {
	float: left;
	margin: 0;
}

/* テーブル */
#sidebar section .sideInfo table {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	border-collapse: separate;
	border-spacing: 1px;
	empty-cells: show;
}
#sidebar section .sideInfo table.tableDesign01 {
	background-color: #eee;
}
#sidebar section .sideInfo table.tableDesign01 td {
	background-color: #FFF;
	border: 1px solid #FFF;
}

/* ------ Page Top ------ */

#page { /* position　基準　親要素 */
    position: relative;
}
#pagetop { /* ボタン */
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:12px;
	font-weight:bold;
}
#pagetop a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#pagetop a:hover {
	text-decoration: none;
	background: #999;
}



#page-top {
	border-top: solid 1px #d5d5d5;		/* 1番外側のborder */
	border-bottom: solid 1px #fff;
}
#page-top p {
	display: none;		/* 2番目のborder */
}


/* ------ Utility ------ */

#utility {
	position: absolute; 			/* PC用の表示ではposition:absoluteとする */
	width: 100%;
	top: 0;					/* top:0としてヘッダー部に移動 */
	height: 70px;				/* 高さは固定とする */
	background-color: #333;
/*	background: -moz-linear-gradient(top, #07162d, #091b32);
	background: -webkit-gradient(linear, left top, left bottom, from(#07162d), to(#091b32));
	background: -webkit-linear-gradient(top, #07162d, #091b32);
	background: linear-gradient(to bottom, #07162d, #091b32);*/
}

#utility .row {
	height: 100%;
}

#header_nav {
	float: left;
}
#header_nav #hlogo {
	line-height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header_nav #tel,
#header_nav #tel2 {
	display: inline-block;
	line-height: 15px;
	color: #FFF;
	font-weight: bold;
	font-size: 85%;
}
#header_nav #tel {
	border: none;
}
#header_nav #tel span,
#header_nav #tel2 span {
	padding-left: 5px;
}
#header_nav #tel span.office,
#header_nav #tel2 span.office {
	padding: 2px 3px;
	background-color: #730000; 
}
#header_nav #tel span:before,
#header_nav #tel2 span:before {
	content: "\39";
	font-family: 'icomoon';
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	margin-right: 2px;
	font-size: 95%;
}
#header_nav #tel span.office:before,
#header_nav #tel2 span.office:before {
	display: none;
}
#header_nav #tel a.telnumber,
#header_nav #tel2 a.telnumber {
display: none;
}

#header_nav p {
	display: inline-block;
	line-height: 15px;
	padding: 0 5px 0 10px;
	color: #FFF;
	font-weight: bold;
	border-left: solid 1px #ededed;

}
#header_nav p:first-child {
	border-left: none;
}
#header_nav p a {
	display: block;
	text-decoration: none;
}
#header_nav p a:link,
#header_nav p a:visited {
	color: #FFF;
}
#header_nav p a:hover,
#header_nav p a:active,
#header_nav p a.current {
	color: #38bdbb;
}


/* ------ Footer ------ */

footer {
	background-color: #333;
}

footer nav {
	margin: 30px 0 15px;
	text-align: center;
}
footer nav li {
	display: inline-block;
	padding: 0 5px 0 10px;
	border-left: solid 1px #ddd;
	font-size: 75%;
}
footer nav li:first-child {
	padding-left: 0;
	border-left: none;
}

footer nav a:link,
footer nav a:visited {
	color: #FFF;
	text-decoration: none;
}
footer nav a:hover,
footer nav a:active {
	color: #FFF;
	text-decoration: underline;
}

footer .footerAddress {
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
}

#copyright {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#copyright p {
	color: #FFF;
	font-size: 50%;
}

footer .logo {
	padding-top: 35px;
	text-align: right;
}

footer .logo img {
	width: 145px;
	height: 50px;
}


/* ==================================================
　　　　　　ツイッタータイムライン
================================================== */
.twBox {
	margin-top: 50px;
	margin-bottom: 50px;
}
.twCenter {
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 5px solid #CCCCCC;
}




/*-----------------------------------------------------	*/
/*	for 640px - 979px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 640px) and (max-width: 979px) {

	/* ------ Column ------ */

	/* 左右に25pxの余白を設定 */
	.row {
		padding: 0 25px;
	}
	
	
	/* ------ News ------ */
		
	#news h2 {
		margin-left: 0px;
		margin-right: 0px;
	}

	#news h2:before,
	#news h2:after {
	display: none;
	}

}



/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 639px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}


	/* ------ Header ------ */

	header {
	background: #3b5998;
	background: -moz-linear-gradient(top, #3b5998, #3b5998);
	background: -webkit-gradient(linear, left top, left bottom, from(#3b5998), to(#3b5998));
	background: -webkit-linear-gradient(top, #3b5998, #3b5998);
	background: linear-gradient(to bottom, #3b5998, #3b5998);
	padding-top: 0;
	}
	header .row:before {
		display: none;
	}

	header .col:first-child {
		height: 90px;
	}

	header h1 {
	width: 200px;
	height: 50px;
	margin-top: 0;
	padding-top: 15px;
	display: list-item;
	list-style-type: none;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 15px;
	}


	/* ------ Global Navi ------ */

	/* スマートフォン用表示では、横幅いっぱいに配置 */
	#gnav {
		float: none;
		width: 100%;
	}

	#gnav a {
		height: 35px;
		padding-top: 20px;
		background: #ededed;
		background: -moz-linear-gradient(top, #f5f5f5, #ededed);
		background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ededed));
		background: -webkit-linear-gradient(top, #f5f5f5, #ededed);
		background: linear-gradient(to bottom, #f5f5f5, #ededed);
	}
	#gnav a .pc {
	display: none;
	}
	#gnav a .sp {
	display: inline;
	font-size: 85%;
	}

	#gnav a:before {
		top: 10px;
	}
	#gnav li {
	width: 50%;
	}


	/* ------ Mainvisual ------ */

	#mainvisual-button {
		padding: 15px 0;
	}


	/* ------ Article ------ */

	article {
		padding-bottom: 0;
	}

	article p {
		font-size: 90%;
	}


	/* ------ Index ------ */

	#index {
		padding-bottom: 0;
	}

	#index section {
		border-top: solid 1px #eee;
	}

	#index section a {
		padding: 15px 20px 15px 15px;
	}
	#index section a:after {
		content: "\23";
		font-family: 'icomoon';
		font-size: 11px;
		display: block;
		position: absolute;
		width: 10px;
		line-height: 10px;
		top: 50%;
		margin-top: -5px;
		transition-duration: 0.3s;
	}
	#index section a:link:after,
	#index section a:visited:after {
		right: 6px;
	}
	#index section a:hover:after,
	#index section a:active:after {
		right: 3px;
	}

	#index h2:after {
		display: none;
	}

	#index .img {
		margin-bottom: 0px;
	}


	/* ------ News ------ */

	#news {
		margin-top: 0;
		border-bottom: none;
	}
	#news h2 {
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}

	#news h2:before,
	#news h2:after {
	display: none;
	}

	#news h3.title {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}
	#news h3.accessTitle {
	padding: 0 10px;
	}
	#news p.accessComment {
	padding: 0 10px;
	}
	#news p.comment {
	padding: 0 10px;
	}
	#news p.comment2 {
	padding: 0 10px;
	}
	#news p.commentRight {
	padding: 0 10px;
	}
	#news dl a {
		padding: 15px 20px 15px 15px;
	}

	#news dt,
	#news dd {
		font-size: 90%;
		padding: 0 10px;
	}
	#news dd {
		padding-left: 30px;
	}
	#news section iframe.map {
	height: 250px;
	}


	/* ------ Sidebar ------ */

	#sidebar {
		margin-top: 20px;
		border-bottom: none;
	}

	#sidebar section a {
		padding: 15px 20px 15px 15px;
	}


	/* ------ Page Top ------ */
	
	#page { /* position　基準　親要素 */
	display: none;
	}
	

#page-top p {
	font-size: 68%;
	border-top: solid 1px #dedede;		/* 2番目のborder */
	display: inline;
}

#page-top a {
	display: block;
	padding-bottom: 3px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	color: #666;
	border-top: solid 1px #e5e5e5;		/* 1番内側のborder */
}
#page-top a:after {
	content: "\22";
	font-family: 'icomoon';
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
	color: #999;
}
#page-top a:link,
#page-top a:visited {
	background-color: #eee;
}
#page-top a:hover,
#page-top a:active {
	background-color: #e5e5e5;
}

	#page-top p {
		font-size: 76%;
	}

	#page-top a {
		line-height: 35px;
	}


	/* ------ Utility ------ */

	#utility {
		position: static;		/* スマートフォン用の表示ではposition:staticとする */
		height: auto;
		padding: 10px 0;
		background-color: #f5f5f5;
		background: -moz-linear-gradient(top, #f5f5f5, #f5f5f5);
		background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
		background: -webkit-linear-gradient(top, #f5f5f5, #f5f5f5);
		background: linear-gradient(to bottom, #f5f5f5, #f5f5f5);
		border-bottom: solid 1px #e5e5e5;
	}

	#utility .row {
		height: auto;
	}

	#header_nav {
		float: none;
		width: 100%;
		text-align: center;
	}
	#header_nav #hlogo {
	display: none;
	}	
	#header_nav #tel {
		display: block;
	line-height: 30px;
	color: #666;
	border: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	}
	#header_nav #tel2 {
	padding-top: 10px;
	line-height: 30px;
	color: #666;
	border: none;
	}
	#header_nav #tel span,
	#header_nav #tel2 span {
	display: none;
	}
	#header_nav #tel a.telnumber,
	#header_nav #tel2 a.telnumber {
	display: inline;
	}
	#header_nav #tel:before,
#header_nav #tel2:before {
	content: "\39";
	font-family: 'icomoon';
	font-size: 15px;
	font-weight: normal;
	color: #666;
	margin-right: 2px;
	font-size: 95%;
}
	#header_nav p {
	display: none;
	}
	#header_nav #icon01 a:before,
	#header_nav #icon02 a:before,
	#header_nav #icon03 a:before,
	#header_nav #tel:before {
	color: #666;
}

	#header_nav p a:link,
	#header_nav p a:visited {
		color: #666;
	}
	#header_nav p a:hover,
	#header_nav p a:active {
		color: #38bdbb;
	}

	#search {
		float: none;
		width: auto;
		margin: 0 15px;
		text-align: center;
		background-color: #fff;
		border: solid 1px #e5e5e5;
	}

	#search input {
		width: 70%;
		height: 28px;
		color: #666;
	}

	#search a {
		width: 30%;
		line-height: 28px;
	}


	/* ------ Footer ------ */

	footer {
		border-top: solid 1px #fff;
	}

	footer nav {
		margin-top: 15px;
	}

	footer nav ul {
		padding: 0 15px;
		text-align: center;
	}
	footer .footerAddress {
		text-align: center;
	}
	#copyright {
		margin-bottom: 0;
		padding: 0 15px;
		text-align: center;
	}

	footer .logo {
		padding: 20px 0 30px;
		text-align: center;
	}


}
#topzero {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ------------------
メンテナンス画面SET
------------------ */
.mainteRow {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 50px 20px 0;
}
.mainteBox {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
p.mainte_img {
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 2px solid #9B1F21;
}
p.mainte_img img {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 200px;
}
h1.mainteTtl {
	font-size: 20px;
	line-height: 40px;
	text-align: left;
	padding-left: 10px;
	color: #333;
	margin-bottom: 20px;
}
p.mainteComment {
	line-height: 30px;
	font-size: 15px;
	color: #333;
	text-align: center;
}




