@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	font: 14px/1.8 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォントファミリー*/
	background: #fff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #0000cc;
	text-decoration: none;
}
a:hover {
	color: #e27306;
	padding-left: 0px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;
	background: #e27306 url(../images/bg1.png);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}
header #inner {
	width: 970px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}
/*ロゴ画像*/
header h1 img {
	position: absolute;
	left: 20px;
	top: 20px;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 970px;
	margin: 0 auto;
}


/*トップ画像設定
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 10px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 690px;
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	color: #fff;
	background: #000 url(../images/bg1.png);
	padding: 3px 10px;
}
/*mainコンテンツのh2タグの１文字目の設定*/
#main h2::first-letter {
	border-left: 4px solid #e27306;
	padding-left: 8px;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	background: #fff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#fff, #e5e5e5);	/*同上*/
	background: linear-gradient(#fff, #e5e5e5);			/*同上*/
	padding: 2px 15px;
	border: 1px solid #ccc;
}
/*mainコンテンツのh4タグの設定*/
#main h4 {
	clear: both;
	margin-bottom: 0px;
	font-size: 110%;
	background: #f4ffff; /* Old browsers */
	background: -moz-linear-gradient(top, #f4ffff 0%, #d1ffff 49%, #a1e8fc 100%, #1e5799 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f4ffff 0%,#d1ffff 49%,#a1e8fc 100%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f4ffff 0%,#d1ffff 49%,#a1e8fc 100%,#1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
	background: -webkit-linear-gradient(#fff, #e5e5e5);
	background: linear-gradient(#fff, #e5e5e5);*/
	padding: 2px 15px;
	border: 1px solid #a1e8fc;
	text-align: center;
	font-weight: normal;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;
}
#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}

/*画像設定
---------------------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
.img_left {
	float: left;
	margin: 8px 15px 10px 0px;
}
.img_right {
	float: right;
	margin: 8px 0px 10px 15px;
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main section.list {
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0px 0px 15px 2%;	/*ボックスの外側へとる余白。上、右、下、左。*/
	background: #fff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f4));	/*グラデーション*/
	background: -webkit-linear-gradient(#fff, #f4f4f4);	/*グラデーション*/
	background: linear-gradient(#fff, #f4f4f4);			/*グラデーション*/
	font-size: 11px;	/*文字サイズ*/
	-webkit-text-size-adjust: none;
	text-align: center;	/*中身をセンタリング*/
	line-height: 1.5;	/*行間*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
#main section.list a {
	text-decoration: none;
	display: block;
	width: 142px;	/*幅*/
	height: 260px;	/*高さ*/
	padding: 10px;	/*ボックス内の余白*/
	color: #333;	/*文字色*/
}
/*スタッフ名（h4タグ）*/
#main section.list h4 {
	color: #e27306;	/*文字色*/
	font-size: 100%;
}
/*段落タグ*/
#main section.list p {
	padding: 0px;
}
/*サムネイル写真画像*/
#main section.list figure img {
	width: 100%;
	height: auto;
}
/*サムネイル内のアイコン位置*/
#main section.list .icon {
	position: absolute;
	right: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
}
/*マウスオン時のボックス*/
#main section.list a:hover {
	background: #000;	/*背景色*/
	color: #fff;		/*文字色*/
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main .staff {
	margin: 0px 10px;
}
/*左側ボックス*/
#main .staff .left {
	float: left;	/*左に回り込み*/
	width: 35%;		/*幅*/
	padding-bottom: 15px;
}
/*左側ボックス内の段落タグ*/
#main .staff .left p {
	padding: 0px;
}
/*右側ボックス*/
#main .staff .right {
	width: 60%;		/*幅*/
	float: right;	/*右に回り込み*/
	padding-bottom: 15px;
}
/*テーブルタグの左側の見出し（※幅以外は下の方にある「テーブル１」のスタイルで設定しています）*/
#main .staff .right .ta1 th {
	width: 100px;	/*幅*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 250px;
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	padding: 5px 10px;
	border-bottom: 3px solid #e27306;
	background: #111;
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));	/*グラデーション*/
	background: -webkit-linear-gradient(#222, #111);	/*同上*/
	background: linear-gradient(#222, #111);			/*同上*/
	color: #fff;
	margin-bottom: 1px;
	text-align: center;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;
	font-size: 13px;
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px 2px 15px;
	background: #484848;
	margin-bottom: 1px;
	color: #fff;
}
/*マウスオン時*/
#sub ul.submenu li a:hover {
	background: #e27306;
	color: #fff;
}

#sub p.box1 {
	border: solid 1px #aaa;
	margin-bottom: 15px;
	padding: 10px;
	line-height: 1.4;
	font-size: 12px;
}
#sub p.box1 a {
	text-decoration: none;
	color: #0000cc;
}
	
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #e27306;
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #fff;
}
footer a:hover {
	color: #fff;
}

/*BOX設定
---------------------------------------------------------------------------*/
.box2 {
	display: block;
	width: 98%;
	margin-bottom: 15px;
	background-color: #ffffc1;
	padding: 10px 0px 10px 15px;
	color: #f00;
}

/*テーブル１（未使用）
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background: #dcdcdc;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #e27306;		/*文字色*/
	background: #fff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#fff, #e5e5e5);	/*同上*/
	background: linear-gradient(#fff, #e5e5e5);			/*同上*/
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 200px;
	height: 40px;

}

/*テーブル２（重要度＆実践難易度表）
---------------------------------------------------------------------------*/
.ta2 {
	margin: 15px;
}
.ta2 td{
	padding: 2px;
}
.ta2 td:nth-child(1), .ta2 td:nth-child(3) {
	background-color: #ffffc1;
	width: 15%;
	text-align: center;
}
.ta2 td:nth-child(2), .ta2 td:nth-child(4) {
	color: #f00;
	width: 20%;
}

/*パンくずリスト設定
---------------------------------------------------------------------------*/
#pan {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;
	background: #333;
	text-decoration: none;
	text-align: center;
	width: 60px;
	line-height: 60px;
	display: block;
	float: right;
	letter-spacing: 0.1em;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #666;
	color: #FFF;
}


/*広告設定
---------------------------------------------------------------------------*/
.ad1 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 8px;
}
.ad2 {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 20px;
}
.ad3 {
	padding-top: 8px;
	padding-bottom: 8px;
}


/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #e27306;
}
.color_green {
	color: #090;
}
.color_red {
	color: #f00;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.big1 {
	font-size: 130%;
}
.bar1 {
	display: block;
	height: 1px;
	border: 0;
	border-top: 2px dotted #5177c1;
	width: 95%;
}

/*プロフィール
---------------------------------------------------------------------------*/
.clearfix   {
	width: 100%;
}
.clearfix dt {
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 41px;
	padding-bottom: 6px;
	line-height: 1.5em;
}

.clearfix dd {
	width: auto;
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 41px;
	padding-bottom: 6px;
	line-height: 1.5em;


}



.clearfix dt img {
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}





/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header #inner {
	width: auto;
}
/*ロゴ画像*/
header h1 img {
	position: absolute;
	left: 30px;
	top: 20px;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 10px;
}


/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	clear: both;
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main section.list {
	width: 22%;
}
#main section.list a {
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header #inner {
	width: auto;
	height: auto;
	padding-bottom: 5px;
	text-align: center;
}
/*ロゴ画像*/
header h1 img {
	position: static;
	width: 80%;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 10px;
}


/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	clear: both;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 5px 1em;
}

/*画像設定
---------------------------------------------------------------------------*/
.img_left, .img_right {
	clear: both;
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main section.list {
	margin: 0;
	text-align: left;
	border: none;
	border-top: 1px solid #ccc;
	width: 100%;
}
#main section.list a {
	width: auto;
	height: auto;
	overflow: hidden;
	color: #333;
}
#main section.list:last-child {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
/*サムネイル写真画像*/
#main section.list figure img {
	width: 30%;	/*写真の幅。お好みに合わせて調整してみて下さい。*/
	float: left;
	margin-right: 10px;
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main .staff {
	margin: 0px;
}
/*左側ボックス*/
#main .staff .left {
	float: none;
	width: 60%;	/*写真の幅。お好みに合わせて調整してみて下さい。*/
	margin: 0px auto;
}
/*右側ボックス*/
#main .staff .right {
	width: 100%;
	float: none;
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*テーブル２（重要度＆実践難易度表）
---------------------------------------------------------------------------*/
.ta2 td:nth-child(1) {
	display: inline-block;
	width: 40%;
	border-bottom: 1px dotted #aaa;
}
.ta2 td:nth-child(3) {
	display: inline-block;
	width: 40%;
}
.ta2 td:nth-child(2) {
	display: inline-block;
	width: 50%;
	border-bottom: 1px dotted #aaa;
}
.ta2 td:nth-child(4) {
	display: inline-block;
	width: 50%;
}

/*その他
---------------------------------------------------------------------------*/
.ws {
	width: 96%;
}
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
