@charset "utf-8";

@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */

*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	
}

input, textarea{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-seri
}



#contner {
	margin: 0px auto;
    max-width: 960px;
	background-color: #ffffff;
	display: block;
}

#topbox {
    width: 100%;
	height: 80px;
	background-color: #ffffff;
	margin-bottom: 30px
}

#title {
	font: H1;
}

.category{
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;	
}

.nav {
	display: flex;
	list-style-type: none;
	padding: 10px 10px 10px 10px;
}

.nav__menulist {
	justify-content: start;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 30px;	
	padding-right: 20px;
}

#mainbox{
    width: 100%;
	background-color: #fff;
}

.workintroduction{
　　display: inline;
    width: 100%;
	padding: 10px 10px 10px 10px;
}

.workintroduction__explanation{
	display:block;
	padding: 10px 10px 10px 10px;
}

.workintroduction__gazo--size{
	height: 200px;
    padding: 0px 10px 0px 10px;	
}

.maintable{
	margin-left: 10px;
	width: 90%;
	text-align: left;
	border: solid 1px #333;
	border-collapse: collapse;
	border-spacing: 0px;
}
.maintable th, .maintable td{
	padding: 5px;
	border: solid 1px #333;
	white-space: pre-wrap;
	font-size: 90%;
}


 /*--親要素--*/
.flex-container {
	display: flex;
	flex-wrap: wrap; /*--折り返しの指定--*/
	
	/*--以下装飾--*/
	background-color: #ffffff;
	padding: 10px;
}

/*--子要素--*/
.flex-item {
	background-color: #ffffff;
	padding: 10px;
}

#footer{
    width: 100%;
	height: 30px;
	background-color: #FCC;
	display: block;
}

.footer__content{
    padding: 10px;
	text-align: right;
	font-style: italic;
}

h3{
	font-size: 150%;
	border-left: solid 10px #1D2088;
	background-image: url(../img/bg_h3_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: middle;
	text-indent: 10px;
	margin: 0px 5px 10px 0px;
	padding:5px 0px 2px 0px;
}