@charset "utf-8";



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;padding: 0px;
	color: #555;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 2;
	background: #fff;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {color: #555;}
a:hover {color: #c40000;text-decoration: none;}

/*container
---------------------------------------------------------------------------*/
#container {max-width: 1500px;margin: 0 auto;}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
/*	position: relative;
	height: 100px;*/
	margin: 0 3% 40px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 10px 0;
}
header #logo img {
/*	position: absolute;	
	bottom: 35px;
	left: 20px;*/
	width: 250px;
	float: left;
	padding-top: 24px;
	margin-left: 3%;
	margin-bottom: 10px;
}
header .point {
/*	position: absolute;
	right: 20px;
	bottom: 10px;*/
	width: 500px;
	margin-bottom: 0;
	line-height: 1.4;
	float: right;
	margin-right: 3%;
}

/*コンテンツ（メインメニューとmainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
	padding: 0 3% 40px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main {float: right;width: 72%;padding-bottom: 40px;overflow: hidden;}
#main h2 {
	clear: both;margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 0.1em;
	padding: 5px 20px;
	color: #fff;
	background: #222b30;
}
#main h2::first-letter, #main h3::first-letter {
	border-left: 3px solid #c40000;
	padding-left: 15px;
}
#main h3 {
	clear: both;margin-bottom: 20px;
	padding: 4px 20px;
	border: 1px solid #999;
} 
#main h4 {
	color: #c40000;
	color: #000;
	padding: 4px 20px;
}
#main h4 a {
	color: #c40000;
	color: #000;
}
#main p {padding: 0px 20px 15px;}
#main h2 + p,
#main h3 + p,
#main h2 + ul.disc,#main h3 + ul.disc,
#main h2 + ol,#main h3 + ol {
	margin-top: -10px;
}
#main h2 + h4,#main h3 + h4 {
	margin-top: -10px;
}
#main section+section {
	margin-top: 50px;
}

/*subコンテンツ
---------------------------------------------------------------------------*/
#sub {float: left;width: 24%;}
#sub h2 {
	padding-bottom: 5px;
	text-align: left;
}
#sub h2::first-letter {
	border-left: 3px solid #c40000;
	padding-left: 15px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu {
	margin-bottom: 15px;
	border-top: solid 1px #dcdcdc;
}
#sub ul.submenu li {
	background: #fff;
	border-bottom: solid 1px #dcdcdc;
}
#sub ul.submenu li a {
	text-decoration: none;display: block;
	padding: 2px 10px;
}
#sub ul.submenu + h2 {
	margin-top: 10px;
}

/*サブコンテンツ内のbox
---------------------------------------------------------------------------*/
#sub .box {
	padding: 15px;
	margin-bottom: 15px;
	background: #f2f2f2;
	border: solid 1px #dcdcdc;
	box-shadow: 0px 0px 1px 1px #fff inset;
	border-radius: 4px;
}
#sub .box ul.submenu {
	margin-bottom: 0px;
}
#sub .box .box-in {
	background: #fff;
	padding: 10px;
	border-radius: 2px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;text-align: center;
	background: #222b30;
	color: #fff;
	font-size: 85%;
}
footer a {color: #fff;text-decoration: none;}
footer a:hover {color: #fff;}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;
	color: #333;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #999;
	padding: 10px 15px;
	word-break: break-all;
}
.ta1 th {
	width: 140px;
	text-align: center;
	font-weight: normal;
	background: #e9eff7;
}
.ta1 p {padding: 0 !important;}

/*質問者ボタン
---------------------------------------------------------------------------*/
.ta1 td a.btn {
	text-decoration: none;display: block;
	background: #c40000;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	padding: 10px;
}
.ta1 td a.btn:hover {
	background: #ff0000;
}
.ta1 td .btn-end {
	background: #dfdfdf;
	color: #999;
	text-align: center;
	border-radius: 4px;
	padding: 10px !important;
}

/*
---------------------------------------------------------------------------*/
.box1 {
	overflow: hidden;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px;
}

/*bbs1_1.htmlで使用
---------------------------------------------------------------------------*/
.qa {
border: 1px solid #999;
padding: 20px;
margin-bottom: 20px;
}
.qa .bb {
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}
.qa.qa_master {
background: #e9eff7 url(../images/icon_q.png) no-repeat right top / 100px;
}

/*「参考になりました」　bbs1_1.htmlで使用
---------------------------------------------------------------------------*/
.best {
	background: url(../images/icon_best_s.png) no-repeat right top;
	background: url(../images/icon_best.png) no-repeat right top /200px;
}

/*point　トップページの赤ワクと青枠
---------------------------------------------------------------------------*/
.point {
	background: #ff0000;
	color: #fff;
	padding: 7px 20px 10px 20px;
	margin-bottom: 20px;
}
.point a {color: #fff;}
.point.wordpress {background: #3b7497;}

/*inputボタン
---------------------------------------------------------------------------*/
input[type="text"],select,textarea {
	font-size: 15px;
}
select {width: 70%;}
input[type="submit"].btn,
input[type="button"].btn,
input[type="reset"].btn {
	-webkit-appearance: none;
	outline: none;
	padding: 2px 10px;
	border: 1px solid #ccc;
	font-size: 15px;
	border-radius: 3px;
	color: #555;
	background: #fff;
}
/*マウスオン時の設定*/
input[type="submit"].btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover {
	border: 1px solid #999;
}
/*ログイン*/
input[type="submit"].btn.login {
	border: 1px solid #ffb400;
	background: #ffcc50;
	width: 100%;
	padding: 15px 0px;
	margin-bottom: 15px;
}
input[type="submit"].btn.login:hover {
	background: #ffd800;
}

/*btn1,2共通
---------------------------------------------------------------------------*/
a.btn1,a.btn2 {
	text-decoration: none;text-align: center;display: block;
	border-radius: 4px;
	margin-bottom: 15px;
}

/*btn1「新規登録はこちらから」「投稿はこちらから」ボタン
---------------------------------------------------------------------------*/
a.btn1 {
	background: #c40000;
	color: #fff;
	padding: 15px 0;
}
a.btn1:hover {background: #ff0000;}

/*btn2「退会する」ボタン
---------------------------------------------------------------------------*/
a.btn2{
	background: #fff;
	color: #999;
	border: 1px solid #ccc;
	padding: 3px 0;
}
a.btn2:hover{
	border: 1px solid #666;
	color: #333;
}

/*ページャー
---------------------------------------------------------------------------*/
.pager {
	clear: both;text-align: center;line-height: 1;
	padding-top: 50px;
	font-size: 13px;
}
.pager a {text-decoration: none;}
.pager span.current,.pager span a {
	display: inline-block;
	padding: 10px 0;
	width: 2.5em;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 5px;
}
.pager span.current {
	border: 1px solid #ccc;
	background: #eee;
	color: #999;
}
.pager span a {
	border: 1px solid #ccc;
	background: #fff;
}

/*NEWアイコン,UPアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #ff0000;
	color: #FFF;
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}
.upicon {
	background: #2d86ff;
	color: #FFF;
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*トップページ　最新記事
---------------------------------------------------------------------------*/
.new {height: 250px;overflow: auto;}

/*その他
---------------------------------------------------------------------------*/
.mb0 {margin-bottom: 0px !important;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #c40000;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.wss {width: 20%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left !important;}
.big1 {font-size: 26px !important;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}



/*画面幅1100px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1100px){

#sub .ws {width: 96%;}

}



/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

header #logo img {
	float: none;
	padding: 0;margin: 0;
	padding: 20px 0;
}
header .point {
	width: auto;
	float: none;
	margin: 0;
}

/*メインメニュー
---------------------------------------------------------------------------*/
@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*menubar-s*/
#menubar-s {
	display: block;overflow: hidden;
	border-top: 1px solid #fff;
	animation-name: menu1;
	animation-duration: 0.5S;
	animation-fill-mode: both;
	margin-bottom: 30px;
	background: rgba(0,0,0,0.85);
	color: #fff;
	position: absolute;
	top: 0px;
	width: 90%;
	padding: 5%;
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	/*padding: 15px 10px 15px 20px;*/
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 20px;
}
#menubar-s .box {
	margin-bottom: 30px;
	border: 1px solid #666;
	border-radius: 10px;
	padding: 3%;
	background: #000;
}
#menubar-s h2 {
	background: #c40000;
	color: #fff;
	text-align: center;
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 20px;
	right: 3%;
	border: 1px solid #000;
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;
	height: 50px;
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
}

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

/*その他
---------------------------------------------------------------------------*/

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {font-size: 12px;line-height: 1.5;}

/*ヘッダー
---------------------------------------------------------------------------*/
header #logo img {
	width: 200px;
	bottom: 37px;
	left: 0px;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main h2, #main h3, #main h4 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
#main p {padding: 0px 10px 15px;}

/*メインメニュー
---------------------------------------------------------------------------*/
#menubar-s li a {
	padding: 10px 0;
	font-size: 12px;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.wss,.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}

}


